@charset "UTF-8";

/* CSS Document */


/*-------------------------------

	Content Item

-------------------------------*/


/* ul.co-list2:画像横並び(2)+テキスト同数 ,
   ul.co-list2-t1:画像横並び(2)+テキスト1 */

ul.co-list2,
ul.co-list2-t1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.co-list2 li,
ul.co-list2-t1 li {
    display: inline-block;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 0;
    vertical-align: top;
}

ul.co-list2 li:nth-child(even),
ul.co-list2-t1 li:nth-child(even) {
    margin-right: 0;
}

ul.co-list2 p,
ul.co-list2-t1 p {
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

ul.co-list2 li img,
ul.co-list2-t1 li img {
    width: 100%;
    height: auto;
}


/* テキスト1 */

ul.co-list2-t1 li {
    margin: 0;
}

ul.co-list2-t1 li:first-child {
    margin-bottom: 15px;
}

ul.co-list2-t1 p {
    margin-bottom: 50px;
}


/* ul.co-list3:画像横並び(3)+テキスト同数 */

ul.co-list3 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.co-list3 li {
    display: inline-block;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 0;
    vertical-align: top;
}

ul.co-list3 li:nth-child(3) {
    margin-right: 0;
}

ul.co-list3 li h3 {
    font-size: 16px;
    margin: 20px auto 10px;
}

ul.co-list3 p {
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

ul.co-list3 li img {
    width: 100%;
    height: auto;
}


/* ul.co-l310-r480:左320px,右480px */

ul.co-l310-r480 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.co-l310-r480 li {
    display: inline-block;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

ul.co-l310-r480 li > div {
    margin-bottom: 50px;
}

ul.co-l310-r480 li h3 {
    margin-top: 0;
}

ul.co-l310-r480 li:first-child {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

ul.co-l310-r480 li:last-child {
    width: 100%;
    height: auto;
}

ul.co-l310-r480 li p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

ul.co-l310-r480 li img {
    width: 100%;
    height: auto;
}


/* div.co-w904:横幅904px */

div.co-w904 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 30px;
    font-size: 0;
}

div.co-w904 p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

div.co-w904 > div img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

div.co-w904-2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0px;
    font-size: 0;
}

div.co-w904-2 p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

div.co-w904-2 > div img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

/* div.co-l388-r466:左388px,右466px */

.co-l388-r466 {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l388-r466 > img {
    width: 85%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l388-r466-detail {
    float: right;
    width: 85%;
    height: auto;
    padding: 0;
    margin-top: 25px;
    background-color: #FFF;
}

.co-l388-r466-detail h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 0 auto 0;
}

.co-l388-r466-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

.co-l500-r466-detail p + a {
    margin-top: 20px;
}


/* div.co-l388-r466:左388px,右466px */

.co-l388-r466 {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l388-r466 > img {
    width: 85%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l388-r466-detail {
    float: left;
    width: 85%;
    height: auto;
    padding: 0;
    margin-top: 25px;
    background-color: #FFF;
}

.co-l388-r466-detail h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 0 auto 0;
}

.co-l388-r466-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

.co-l388-r466-detail p + a {
    margin-top: 20px;
}


/* div.co-l500-r350:左500px,右350px */

.co-l500-r350 {
    width: 100%;
    height: auto;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l500-r350 .movie {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 56.25% 0 0 0;
    font-size: 0;
    overflow: hidden;
    background-color: #ccc;
    position:relative;
}
.co-l500-r350 .movie iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.co-l500-r350-2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l500-r350-2 .movie {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 56.25% 0 0 0;
    font-size: 0;
    overflow: hidden;
    background-color: #ccc;
    position:relative;
}
.co-l500-r350-2 .movie iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.co-l500-r350-detail {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 25px;
    background-color: #FFF;
}

.co-l500-r350-detail h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 0 auto 0;
}

.co-l500-r350-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}


/*-------------------------------

	Index

-------------------------------*/


/*---------- Info ----------*/

.index-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 22px auto 0;
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eff4f4;
}

.index-info .wrap .index-info-left {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.index-info .wrap .index-info-right {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.index-info .wrap .index-info-left p,
.index-info .wrap .index-info-right p {
    line-height: normal;
    font-size: 11.8px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

.index-info .wrap .index-info-left p {
    width: 100%;
}

.index-info .wrap .index-info-right p {
    width: 100%;
}

.index-info .wrap .index-info-left p:first-child,
.index-info .wrap .index-info-right p:first-child {
    margin-bottom: 20px;
    line-height: inherit;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif !important;
}

.index-info .wrap .index-info-left p:nth-child(2) {
    text-indent: -5px;
}

.index-info .wrap .index-info-left p:nth-child(5) {
    color: #036eb6;
    font-size: 14px;
    font-weight: bold;
}

.index-info .wrap .index-info-left p:last-of-type,
.index-info .wrap .index-info-right p:last-of-type {
    margin-bottom: 15px;
}

.index-info .wrap .index-info-right p:first-child {
    margin-top: 40px;
}


/* ボタン */

.index-info .wrap .index-info-right .btn {
    display: inline-block;
}

.index-info .wrap .index-info-left .btn:first-of-type,
.index-info .wrap .index-info-right .btn:first-of-type {
    margin-right: 2%;
}


/*---------- Slider ----------*/

#slider {
    margin-top: 22px !important;
}

/*---------- Slider上バナー追加：20240214 ----------*/
.floatBnrBox {
	display: none;
}


/*---------- お知らせ ----------*/


/* タイトル */

.index-news-title {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}


/* ソート・お知らせ一覧を見る */

.index-sort-list-btn {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0;
    font-size: 0;
    overflow: hidden;
    text-align: right;
}


/* お知らせ一覧を見る */

a.btn-sm-deepblue,
a.btn-event-deepblue {
    display: inline-block;
    position: relative;
    width: 144px;
    margin-left: 10px;
    padding: 10.5px 13px 10.5px 15px;
    vertical-align: top;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: #091138;
    text-align: left;
}

a.btn-event-deepblue {
  width: 210px;
}

a.btn-sm-deepblue::after,
a.btn-event-deepblue::after {
    position: absolute;
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    margin-top:-6px;
}

@media (max-width: 360px) {
    /* お知らせ一覧を見る */
    a.btn-sm-deepblue {
        width: 148px;
        padding: 11px 10px 11px 10px;
        font-size: 12.5px;
    }
    a.btn-sm-deepblue::after {
        right: 10px;
    }
}

@media (max-width: 320px) {
    /* お知らせ一覧を見る */
    a.btn-sm-deepblue {
        width: 122px;
        padding: 11.5px 10px 11.5px 10px;
        font-size: 11px;
    }
    a.btn-sm-deepblue::after {
        right: 10px;
    }
}


/*-------------------------------

	List

-------------------------------*/


/*---------- お知らせ ----------*/

.news-wrap {
    width: 94%;
    height: auto;
    margin: 50px auto 0;
    padding: 0 3%;
    overflow: hidden;
}


/* ソート */

.sort-list-btn {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 0 0;
    font-size: 0;
    overflow: hidden;
}

.news-sort {
    display: inline-block;
    position: relative;
    text-align: left;
}

#sort {
    position: absolute;
    zoom: 1.1;
    z-index: 1000;
    opacity: 0;
    border: 0;
    width: 160px;
    height: 30px;
}

div#sort2 {
    position: relative;
    width: 156px;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #595757;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
    border: 2px solid #878787;
    z-index: 1;
    overflow: hidden;
}

div#sort2:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #878787;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

div#sort2:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-top: 8px solid white;
    position: absolute;
    right: 7px;
    top: 11px;
}

@media (max-width: 360px) {
    /* ソート */
    .news-sort {
        margin-right: 10px;
    }
    #sort {
        width: 150px;
    }
    div#sort2 {
        width: 146px;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    /* ソート */
    .news-sort {
        margin-right: 8px;
    }
    #sort {
        width: 140px;
    }
    div#sort2 {
        width: 136px;
        font-size: 11px;
    }
}


/* お知らせ一覧 */

.news-list, .event-list {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0;
}

.news-list li, .event-list li {
    width: auto;
    height: auto;
    margin: 0 0 27px;
    padding: 0;
}

.news-list li:last-child,
.event-list li:last-child {
    margin-bottom: 0;
}

.news-list li a {}

.news-list li a p, .event-list li a p {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: underline;
}

.news-list li a p:last-child,
.event-list li a p:last-child {
    margin-right: 0;
}

.news-list li a p,
.news-list li a p span,
.event-list li a p,
.event-list li a p span {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

.news-list li a p time,
.event-list li a p time {
    display: inline-block;
	margin: 0 15px 6px 0;
}
.news-list li a p span:not(.attached-category),
.event-list li a p span:not(.attached-category) {
    margin-right: 15px;
}
.news-list li a p span.attached-category,
.event-list li a p span.attached-category {
    display:inline-block;
}

.news-list li a p + p,
.event-list li a p + p {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-right: 15px;
    line-height: 19px;
    vertical-align: text-top;
    font-size: 14px;
}


/* Pagination */

ul.page {
    width: 100%;
    height: 30px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 0;
}

ul.page li {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    margin-right: 8px;
}

ul.page li a {
    padding: 0;
    line-height: 30px;
    color: #fff;
    background: #091139;
}

ul.page li:first-child {
    content: " ＞ ";
    margin-right: 15px;
}

ul.page li:last-child {
    margin-left: 7px;
    margin-right: 0;
}


/*---------- お知らせ記事 ----------*/

.news-title {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


/* 日付 */

span.news-date {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}


/* ラベル:記事専用共通設定 */

.news-title .label-darkblue,
.news-title .label-blue,
.news-title .label-coral,
.news-title .label-green,
.news-title .label-gray {
    display: inline-block;
    width: auto;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}


/* 記事 */

.news-detail {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}

.news-wrap div.news-detail:nth-child(2) {
    margin-top: 30px;
}

.news-detail p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
}

.news-detail p.news-img {
    display: inline-block;
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    line-height: inherit;
    font-size: 0;
}

.news-detail p.news-img:last-child {
    margin-bottom: 0;
}

.news-detail p.news-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.news-detail p a {
    color: #e63828;
    text-decoration: underline;
}

.news-btn {}

.news-btn a {
    width: 41%;
}
.news-btn a.event {
    width: auto;
    padding-right: 30px;
}


/*-------------------------------

	For Patient

-------------------------------*/


/*---------- about ----------*/

.patient-about {
    width: 100%;
    height: auto;
}

.patient-about h2 {
    margin-bottom: 0;
}

.patient-about h2:after {
    width: 74%;
}

.patient-about:last-child h2:after {
    width: 50%;
}

.patient-about .sub-title {
    margin: 0 auto 30px;
    line-height: 24px;
    font-size: 15px;
    color: #595757;
}

.patient-about a.check-btn {
    float: left;
    width: 50% !important;
    margin-bottom: 50px !important;
    padding-left: 7% !important;
}

.patient-about span {
    display: block;
}


/* div.co-l480-r374:左480px,右374px */

.co-l480-r374,
.co-l374-r480 {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l480-r374 > img,
.co-l374-r480 > img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l480-r374-detail,
.co-l374-r480-detail {
    float: right;
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 25px;
    background-color: #FFF;
}

.co-l374-r480-detail {
    margin-top: 0;
}

.co-l480-r374-detail img {
    display: inline-block;
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}

.co-l374-r480-detail > img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l374-r480-detail > img + img {
    display: inline-block;
    width: auto;
    height: 45px;
    margin: 20px 0;
}

.co-l480-r374-detail h3,
.co-l374-r480-detail h3 {
    font-size: 17px;
    line-height: 26px;
    margin: 0 auto 0;
}

.co-l480-r374-detail p,
.co-l374-r480-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

.co-l480-r374-detail p + a,
.co-l374-r480-detail p + a {
    margin-top: 20px;
}


/*---------- about02 ----------*/

.patient-about02 {
    width: 100%;
    height: auto;
}

.patient-about02 .co-w904 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.patient-about02 .co-w904 h2 {
    margin: 0 0 20px;
}

.patient-about02 h2:after {
    width: 74%;
}

.right-content-wrap:nth-child(3) .patient-about02 h2:after {
    width: 45%;
}

.right-content-wrap:nth-child(4) .patient-about02 h2:after {
    width: 40%;
}

.right-content-wrap:nth-child(5) .patient-about02 h2:after {
    width: 80%;
}

p.blue-area {
    width: 90%;
    margin: 20px 0 0;
    padding: 10px 5%;
    font-size: 14px !important;
    color: #595757;
    background-color: #dcebf0;
    border-radius: 10px;
}

.patient-about02 .co-w904 p.blue-area:last-child {
    margin-bottom: 40px;
}

.patient-about02 .co-l388-r466:last-child {
    margin-bottom: 0;
}


/*---------- about03 ----------*/

.patient-about03 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.patient-about03 h2 {
    margin-bottom: 20px;
}

.patient-about03 h2 img {
    width: 70%;
    height: auto;
}

.patient-about03 a.check-btn {
    float: left;
    width: 200px;
    margin-bottom: 80px;
}

.right-content-wrap:nth-child(4) .patient-about03 h2:after {
    width: 73%;
}


/* ul.co-l380-r480:左380px,右480px */

.patient-about03 ul.co-l380-r480 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.patient-about03 ul.co-l380-r440 li {
    display: inline-block;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.patient-about03 ul.co-l380-r440 li h3 {
    margin-top: 0;
}

.patient-about03 ul.co-l380-r440 li p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.patient-about03 ul.co-l380-r440 li img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.patient-about03 ul.co-l380-r440 li h3 {
    margin: 0px auto 10px;
}

.patient-about03 ul.co-l380-r440 li div + div h3 + p {
    margin: 0 auto;
}


/* div.co-about03-title */

.patient-about03 .co-about03-title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-about03-title > img {
    display: inline-block;
    width: auto;
    height: 35px;
    margin: 0 20px 0 0;
    padding: 0;
    vertical-align: bottom;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-about03-title-detail {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    background-color: #FFF;
}

.patient-about03 .co-about03-title-detail img {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}

.patient-about03 .co-about03-title-detail h3 {
    margin: 0 auto 0;
    font-size: 17px;
}

.patient-about03 .co-about03-title-detail hr {
    margin: 5px 0 0;
}


/* div.co-about03-detail */

.patient-about03 .co-w904 {
    border-bottom: 1px solid #999898;
    padding: 40px 0;
}

.patient-about03 .co-about03-detail {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-w904:nth-child(2) {
    padding-top: 20px;
}

.patient-about03 .co-w904:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.patient-about03 .co-about03-detail > img {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5% 0 0;
    padding: 0;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-w904:nth-child(2) .co-about03-detail > img {
    width: 38%;
}

.patient-about03 .co-w904:nth-child(3) .co-about03-detail > img {
    width: 40%;
    margin: 0 0 0 2%;
}

.patient-about03 .co-w904:nth-child(4) .co-about03-detail > img {
    width: 60%;
}

.patient-about03 .co-about03-detail p {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    vertical-align: middle;
    color: #595757;
}

.patient-about03 .co-w904:nth-child(2) .co-about03-detail p {
    width: 57%;
}

.patient-about03 .co-w904:nth-child(3) .co-about03-detail p {
    width: 58%;
}

.patient-about03 .co-w904:nth-child(4) .co-about03-detail p {
    width: 100%;
    margin-top: 25px;
}


/*-------------------------------

	Contact

-------------------------------*/


/*---------- 入力 ----------*/


/* Contact */

.contact-wrap {
    width: 94%;
    height: auto;
    margin: 50px auto 0;
    padding: 0 3%;
    overflow: hidden;
}

.contact-wrap a.bg-green {
    width: 250px;
    margin-bottom: 50px;
}

.contact-wrap a.bg-green + hr {
    margin-bottom: 50px;
    clear: both;
}

.contact-wrap p.contact-attention {
    font-size: 29px;
}

.contact-wrap ul.contact-input {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 0;
}
.contact-wrap ul.contact-input_2 {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 0;
}

.contact-wrap ul.contact-input li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 50px 0;
    vertical-align: top;
}
.contact-wrap ul.contact-input_2 li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 50px 0;
    vertical-align: top;
}

.contact-wrap ul.contact-input li:nth-child(even) {
    margin-right: 0;
}

.contact-wrap ul.contact-input li label {
    font-size: 16px;
	line-height: 25px;
}
.contact-wrap ul.contact-input_2 li label {
    font-size: 16px;
	line-height: 25px;
}

.mw_wp_form_input .input-hidden {
　display: none;
}


.contact-wrap ul.contact-input li input[type='text'] {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #6065a2;
    background-color: #f3f3f8;
}

.contact-wrap ul.contact-input li textarea {
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    line-height: 24px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #6065a2;
    background-color: #f3f3f8;
}

.contact-wrap .radio-wrap {
    margin-top: 20px;
}

.contact-wrap input[type="radio"] {
    display: none;
}

.contact-wrap label.radio {
    position: relative;
    display: inline-block;
    padding: 12px 11px 9px 21px;
    line-height: 20px;
    font-size: 14px !important;
    cursor: pointer;
}

.contact-wrap label.radio:last-child {
    padding-right: 0;
}

.contact-wrap label.radio::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border: 4px solid #6065a2;
    background-color: #f3f3f8;
    border-radius: 100%;
}

.contact-wrap input[type="radio"]:checked + label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: #24a4cd;
    border-radius: 100%;
}

.contact-wrap ul.contact-input li input[type='text']:focus,
.contact-wrap ul.contact-input li textarea:focus {
    border: 4px solid #24a4cd;
    outline: none;
}


/* Recruit */

.recruit-contact-wrap {
    width: 94%;
    height: auto;
    margin: 50px auto 0;
    padding: 0 3%;
    overflow: hidden;
}

.recruit-contact-wrap .bg-purple {
    width: 250px;
    margin-bottom: 50px;
    background-color: #e6f5f0;
}

.recruit-contact-wrap a.bg-purple + hr {
    margin-bottom: 50px;
    clear: both;
}

.recruit-contact-wrap p.contact-attention {
    font-size: 29px;
}

.recruit-contact-wrap ul.contact-input {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0px 0 50px;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 30px 12% 30px 0;
    vertical-align: top;
}

.recruit-contact-wrap ul.contact-input li:nth-child(1) {
    border-bottom: 1px solid #231815;
    margin-top: 0 !important;
    padding: 0 0 50px;
}

.recruit-contact-wrap ul.contact-input li:nth-child(5) {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 50px 0;
}

.recruit-contact-wrap ul.contact-input li:nth-child(6) {
    margin-top: 50px;
}

.recruit-contact-wrap ul.contact-input li:nth-child(7) {
    margin-top: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co1 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 50px 0 0;
    vertical-align: top;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co1 > div {
    width: 44%;
}

.recruit-contact-wrap ul.contact-input li:nth-child(1) div {
    width: 100%;
}

.recruit-contact-wrap ul.contact-input li.long-co1 .radio-wrap {
    width: 100%;
}

.recruit-contact-wrap ul.contact-input li.long-co1 p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.recruit-contact-wrap ul.contact-input li.long-co2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 40px 0;
    vertical-align: top;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2 p {
    margin-bottom: 20px;
    font-size: 16px;
}

.recruit-contact-wrap ul.contact-input li.long-co2 > div {
    display: inline-block;
    width: 40%;
    margin-right: 5%;
    margin-bottom: 15px;
}

.recruit-contact-wrap ul.contact-input li.long-co2 > div + div {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2 input[type='text'] {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 50px 0 0;
    vertical-align: top;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > label {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div {
    display: inline-block;
    width: 100%;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div label {
    margin-right: 10px;
    font-size: 13px;
}


/* ソート */

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .news-sort {
    display: inline-block;
    position: relative;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort-a,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort-b {
    position: absolute;
    zoom: 1.1;
    z-index: 1000;
    opacity: 0;
    border: 0;
    width: 180px;
    height: 30px;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-a,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-b {
    position: relative;
    width: 80px;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
    z-index: 1;
    overflow: hidden;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
    color: #37ae83;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2:before,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-a:before,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-b:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #37ae83;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2:after,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-a:after,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-b:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-top: 8px solid white;
    position: absolute;
    right: 7px;
    top: 11px;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job input[type='text'] {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .news-sort {
    vertical-align: top;
    margin-top: -11px;
    margin-right: 8px;
}

.recruit-contact-wrap ul.contact-input li:nth-child(7),
.recruit-contact-wrap ul.contact-input li:nth-child(9),
.recruit-contact-wrap ul.contact-input li:nth-child(12) {
    margin-right: 0;
}

.recruit-contact-wrap ul.contact-input li label {
    font-size: 16px;
}

.recruit-contact-wrap ul.contact-input li input[type='text'] {
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap ul.contact-input li textarea {
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    line-height: 24px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap input[type="radio"] {
    display: none;
}

.recruit-contact-wrap .radio-wrap {
    margin-top: 20px;
}

.recruit-contact-wrap label.radio {
    position: relative;
    display: inline-block;
    padding: 12px 11px 9px 21px;
    line-height: 20px;
    font-size: 14px !important;
    cursor: pointer;
}

.contact-wrap label.radio:last-child {
    padding-right: 0;
}

.recruit-contact-wrap label.radio::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
    border-radius: 100%;
}

.recruit-contact-wrap input[type="radio"]:checked + label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: #24a4cd;
    border-radius: 100%;
}

.recruit-contact-wrap ul.contact-input li input[type='text']:focus,
.recruit-contact-wrap ul.contact-input li textarea:focus {
    border: 4px solid #24a4cd;
    outline: none;
}

.privacy {
    width: 94%;
    margin-top: 15px;
    padding: 15px 3%;
    height: 260px;
    background-color: #efefef;
    overflow-y: scroll;
}

.privacy p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}

.privacy p:last-child {
    margin-bottom: 0;
}


/*---------- 確認 ----------*/

.contact-wrap p.contact-attention {
    font-size: 16px;
    line-height: 22px;
}

.contact-wrap .contact-check {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 30px auto 35px;
    background-color: #ccc;
}

.contact-wrap .contact-check p {
    color: #FFF;
    font-size: 14px;
    padding: 20px 0 0 20px;
}


/*---------- 完了 ----------*/

.contact-wrap p.contact-thanks {
    margin-bottom: 30px;
    font-size: 27px;
}

.contact-wrap p.contact-thanks-en {
    margin-bottom: 30px;
    font-size: 59px;
}

.contact-wrap p.contact-thanks + p,
.contact-wrap p.contact-thanks-en + p {
    margin-bottom: 120px;
    font-size: 14px;
}

.contact-wrap > .check-btn {
    width: 60%;
    text-align: left;
}


/*-------------------------------

	For providers

-------------------------------*/

.area-number {
    width: 50px;
    height: auto;
}

.area-number img {
    width: 50px;
    height: auto;
}

.area-btn {
    width: auto;
    height: auto;
    margin: 30px auto 0;
}

.area-btn a {
    width: 43% !important;
    height: auto;
    margin-right: 2%;
    padding: 19px 3% 19px;
    font-size: 13px !important;
}

.area-btn a + a {
    width: auto;
    height: auto;
    margin-right: 0;
}


/*-------------------------------

	Recruit

-------------------------------*/

.recruit-top-wrap {
    width: 100%;
}


/* TOP メインイメージ */

.recruit-main {
    width: 100%;
    height: auto;
    padding-top: 46%;
    margin-bottom: 10px;
    background: url("../img/recruit/top/recruit_top_mains.jpg") no-repeat;
    background-size: 100%;
    background-position: top;
}

.recruit-main div {
    width: 65%;
    height: auto;
    margin: 0 auto;
    padding: 20px 10% 0;
    text-align: center;
    background-color: #FFF;
}

.recruit-main div h1 {
    font-size: 17px;
    line-height: 28px;
}

.recruit-main + .wrap img {
    width: 55px;
    height: auto;
    margin: 50px auto 0;
}

.recruit-main + .wrap p {
    font-size: 14px;
    line-height: 28px;
    color: #595757;
}

.recruit-top-wrap .wrap {
    text-align: center;
    padding: 45px 0 0;
}

.recruit-main + .wrap {
    width: 94%;
    height: auto;
    margin: 0 3%;
    padding: 0;
}

.recruit-top-wrap .wrap h2 {
    margin: 0 auto 35px;
    font-size: 25px;
}

.recruit-top-wrap .wrap {
    padding: 0 0 50px;
}

.recruit-top-wrap ul {
    text-align: left;
}

.recruit-top-wrap .wrap .check-btn {
    width: 40%;
    margin-top: 40px;
    text-align: left;
}


/* Img 100% */

.recruit-fl-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.recruit-fl-img img {
    width: 100%;
    height: auto;
}

.recruit-fl-img .wrap {
    text-align: center;
    padding: 45px 0 50px;
}

.recruit-fl-img .wrap h2 {
    margin: 0 auto 35px;
    font-size: 25px;
}

.recruit-fl-img .wrap p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    color: #595757;
}

.recruit-fl-img .wrap .check-btn {
    width: 40%;
    margin-top: 40px;
    text-align: left;
}


/* タイトル+水平線 */

h2.recruit-top-title {
    display: flex;
    margin: 0 auto 35px;
    font-size: 17px;
    align-items: center;
}

h2.recruit-top-title:before,
h2.recruit-top-title:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

h2.recruit-top-title:before {
    margin-right: 1rem;
}

h2.recruit-top-title:after {
    margin-left: 1rem;
}

ul.recruit-co-list2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 30px;
    font-size: 0;
}

ul.recruit-co-list2 li {
    display: inline-block;
    width: 50%;
    padding: 0px;
}

ul.recruit-co-list2 li h3 {
    margin-bottom: 20px;
    font-size: 14px;
    color: #595757;
}

ul.recruit-co-list2 li .check-btn {
    width: 60%;
    padding: 15px 7%;
    text-align: left;
    font-size: 12px !important;
}

ul.recruit-co-list4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 30px;
    font-size: 0;
}

ul.recruit-co-list4 li {
    display: inline-block;
    width: 50%;
    margin-bottom: 25px;
    padding: 0px;
}

ul.recruit-co-list4 li h3 {
    margin: 25px auto 20px;
    font-size: 12px;
    color: #595757;
}

ul.recruit-co-list4 li .check-btn {
    width: 60%;
    padding: 15px 7%;
    text-align: left;
    font-size: 12px !important;
}

ul.mynav-list2 {
    width: 90%;
    height: auto;
    margin: 0 auto 30px;
    text-align: center;
}

ul.mynav-list2 li {
    display: inline-block !important;
    width: 47%;
    height: auto;
    margin-right: 4%;
    font: 0;
}

ul.mynav-list2 li:last-child {
    margin-right: 0;
}

ul.mynav-list2 li a {
    font: 0;
}

ul.mynav-list2 li a img {
    width: 100%;
    height: auto;
}


/*---------- 採用情報上部 ----------*/

.co-top-recruit {}

.co-top-recruit ul.co-list2-t1 {}


/*---------- 採用情報Vision ----------*/

.co-vision-recruit {}

.co-vision-recruit ul.co-list3 {
    float: right;
    width: 79%;
}

.co-vision-recruit ul.co-list3 li img {
    width: 80%;
}

.co-vision-recruit .co-over525:nth-child(1) + ul.co-list3,
.co-vision-recruit .co-over525:nth-child(6) + ul.co-list3 {
    margin-bottom: 50px;
}

.co-vision-recruit .co-over525:nth-child(6) + ul.co-list3 {
    margin-bottom: 0px;
}

.co-vision-recruit ul.co-list3 li {
    margin-bottom: 30px;
}


/*---------- 採用情報Career ----------*/

.co-over430 {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-over430 > img {
    display: inline-block !important;
    width: 40%;
    height: auto;
    margin: 0 3% 0 0;
    padding: 0;
    font-size: 0;
    vertical-align: top;
}

.co-over430-detail {
    display: inline-block;
    width: 57%;
    height: auto;
}

.co-over430-detail h2 {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
}

.co-over430-detail img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
    padding-top: 0;
    vertical-align: top;
}

.co-over430-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 20px;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

.co-over430-detail p + p {
    font-size: 13px;
    line-height: inherit;
}

.co-over430-detail .check-btn {
    width: 60%;
    font-size: 12px !important;
    padding: 14px 7% !important;
}

.co-over430-detail .check-btn:after {
    top: 14px;
}

.co-over525 {
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-over525:nth-child(1) {
    background: url("../img/recruit/vision/recruit_vision01.jpg")no-repeat;
    background-size: 85%;
    background-position: left top;
    margin-bottom: 25px;
}

.co-over525:nth-child(3) {
    background: url("../img/recruit/vision/recruit_vision07.jpg")no-repeat;
    background-size: 85%;
    background-position: top right;
}

.co-over525:nth-child(4) {
    background: url("../img/recruit/vision/recruit_vision08.jpg")no-repeat;
    background-size: 85%;
    background-position: left top;
}

.co-over525:nth-child(5) {
    background: url("../img/recruit/vision/recruit_vision11.jpg")no-repeat;
    background-size: 85%;
    background-position: top right;
}

.co-over525:nth-child(6) {
    background: url("../img/recruit/vision/recruit_vision12.jpg")no-repeat;
    background-size: 85%;
    background-position: left top;
}

.co-over525:nth-child(8) {
    background: url("../img/recruit/vision/recruit_vision18.jpg")no-repeat;
    background-size: 85%;
    background-position: top right;
    margin-bottom: 25px;
}

.co-over525-detail {
    float: right;
    width: 80%;
    height: auto;
    margin-top: 40%;
    padding: 5% 0 0 5%;
    background-color: #FFF;
}

.co-over525:nth-child(3) .co-over525-detail,
.co-over525:nth-child(5) .co-over525-detail,
.co-over525:nth-child(8) .co-over525-detail {
    float: left;
    padding-left: 0;
    padding-right: 5%;
}

.co-over525-detail h2 {
    display: inline-block;
}

.co-over525:nth-child(5) .check-btn {
    float: right;
    width: 30%;
    margin-top: 20px;
}
.co-over525:nth-child(8) .check-btn {
    float: right;
    width: 30%;
    margin-top: 20px;
}
.co-over525-detail img.h43 {
    display: block;
    width: auto;
    height: 32px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
    vertical-align: top;
}

.co-over525-detail img.h55 {
    display: block;
    width: auto;
    height: 41px;
    margin-right: 20px;
    margin-bottom: 15px;
    vertical-align: top;
}

.co-over525-detail p {
    width: auto;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}


/*---------- 採用情報Career01 ----------*/

.carrier01-wrap {
    text-align: center;
}

.co-l515 {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    font-size: 0;
    overflow: hidden;
}

.co-l515 > img {
    display: inline-block !important;
    width: 40%;
    height: auto;
    margin-right: 3%;
    vertical-align: top;
}

.co-l515 > img.pc {
    display: none !important;
}

.co-l515-detail {
    display: inline-block;
    width: 57%;
    height: auto;
    padding: 0 0 10px;
    text-align: left;
    vertical-align: top;
    background-color: #FFF;
}

.co-l515-detail h2 {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

.co-l515-detail > img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
    padding-top: 0;
    vertical-align: top;
}

.co-l515-detail p {
    width: auto;
    font-size: 14px;
    line-height: 28px;
    color: #595757;
}

.carrier01-detail {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    text-align: left;
    overflow: hidden;
    clear: both;
}

.carrier01-detail:last-of-type {
    margin-bottom: 30px;
}

.carrier01-detail div {
    width: 85%;
    height: auto;
}

.carrier01-detail div h3 {
    margin: 0 auto 10px;
    font-size: 16px;
}

.carrier01-detail div p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #595757;
}

.carrier01-detail div p:last-child {
    font-size: 14px;
    line-height: 28px;
    color: #595757;
}

.carrier01-detail img {
    width: 85%;
    height: auto;
    margin-top: 15px;
    padding: 0;
}

.carrier01-detail:last-of-type + a.check-btn {
    width: 80px;
    margin: 0 auto;
    text-align: left;
}


/*---------- 採用情報Environment ----------*/

.environment-wrap {}

.environment-wrap .co-l388-r466 {
    width: 100%;
}

.environment-wrap .co-l388-r466 img {
    width: 100%;
}

.environment-wrap .co-l388-r466-detail {
    width: 100%;
}

.environment-wrap .co-l388-r466:nth-child(1) {
    margin-bottom: 15px;
}

.environment-wrap .co-l388-r466:nth-child(6) {
    margin-bottom: 10px;
}

.environment-wrap ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.environment-wrap .co-l388-r466:nth-child(1) + ul {
    margin-bottom: 80px;
}

.environment-wrap ul li {
    float: left;
    width: calc((100% - 18px) / 2);
    height: auto;
    margin-right: 18px;
}

.environment-wrap ul li:nth-child(even) {
    margin-right: 0;
}

.environment-wrap ul li p {
    width: auto;
    height: auto;
    margin: 18px auto 0;
    font-size: 14px;
    line-height: 26px;
    color: #595757;
}

.environment-wrap .co-l388-r466:nth-child(1) + ul li p:first-child {
    margin-bottom: 10px;
}

.environment-wrap ul li p + p {
    margin-top: 0px
}

.environment-wrap ul li p span {
    font-size: 14px;
}

.environment-wrap ul li p span.icon-blue {
    padding: 5px 5px;
    color: #2ea6df;
    border: 1px solid #2ea6df;
    vertical-align:middle;
}

.environment-wrap ul li p span.icon-blue + span {
    color: #2ea6df;
    vertical-align:middle;
}

.environment-wrap ul li p span.icon-lightgreen {
    padding: 5px 5px;
    color: #8ec21f;
    border: 1px solid #8ec21f;
    vertical-align:middle;
}

.environment-wrap ul li p span.icon-lightgreen + span {
    color: #8ec21f;
    vertical-align:middle;
}

.environment-wrap ul li p span.icon-orange {
    padding: 5px 5px;
    color: #f29700;
    border: 1px solid #f29700;
    vertical-align:middle;
}

/*
.environment-wrap ul li p span.icon-orange + span {
    color: #f29700;
    font-size: 10.9px;
}
*/
.environment-wrap ul li p span.icon-orange + span {
    display:inline-block;
    color: #f29700;
    font-size: 13px;
    line-height:1.1;
    border:solid 1.5px #f29700;
    border-color:transparent #f29700;
    border-radius:35%;
    padding:4px 0.5em;
    margin:-4px 0 -4px 0.7em;
    vertical-align:middle;
}

.environment-wrap ul li p span.icon-pink {
    padding: 5px 5px;
    color: #e3007f;
    border: 1px solid #e3007f;
    vertical-align:middle;
}

.environment-wrap ul li p span.icon-pink + span {
    color: #e3007f;
    vertical-align:middle;
}

@media (max-width: 320px) {
    .environment-wrap ul li p span {
        font-size: 12.9px;
    }
    .environment-wrap ul li p span.icon-orange + span {
        font-size: 12.9px;
    }
}

.environment-movie {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

.environment-movie h3 {
    margin-bottom: 20px;
    font-size: 17px;
    color: #091138;
}
.environment-movie .inner {
    width: 100%;
    height: 0;
    padding-top:56.25%;
    position:relative;
}
.environment-movie .inner iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}


/*---------- 採用情報リスト ----------*/


/* div.co-list-recruit */

div.co-list-recruit {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

div.co-list-recruit img {
    width: 80%;
    height: auto;
}

div.co-list-recruit ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-recruit ul li {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 10px;
    text-align: right;
    font-size: 0;
    border-bottom: 1px solid #231815;
    overflow: hidden;
}

div.co-list-recruit li p {
    display: inline-block;
    width: auto;
    margin-left: 28px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #595757;
}

div.co-list-recruit p.treatment {
    margin-bottom: 20px;
    font-size: 14px;
    color: #091138;
}

div.co-list-recruit li p:first-child {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-left: 0;
    padding-left: 28px;
    text-align: left;
    font-weight: bold;
}

div.co-list-recruit li p + p {
    float: left;
    line-height: 33px;
}

div.co-list-recruit li p:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 3.5px;
    left: 0;
    background-color: #37ae84;
}

div.co-list-recruit li p + a {
    display: inline-block;
    width: 120px;
    margin: 0 0 0 10px;
    text-align: left;
    font-size: 12px;
    line-height: inherit;
    background-color: #37ae84;
}

div.co-list-recruit li p + a.recruit-shop-btn {
    width: 80px;
}

div.co-list-recruit li .check-btn {
    width: 60% !important;
    margin: 0 auto;
}

div.co-list-recruit > .check-btn {
    width: 60%;
    text-align: left;
}


/*---------- 採用情報:中途 ----------*/

.chuto-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
}

.chuto-wrap:nth-child(2) {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.chuto-area-btn {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.chuto-area-btn:nth-child(1) {
    margin-bottom: 30px;
}

.chuto-area-btn a.check-btn,
.chuto-wrap h2 + a.check-btn {
    width: 63%;
    height: auto;
    margin: 0 2% 10px 0;
    padding: 19px 10px;
    font-size: 13px;
}

.chuto-area-btn:nth-child(1) a.check-btn:nth-child(even),
.chuto-area-btn:nth-child(2) a.check-btn:nth-child(even) {
    margin-right: 0;
}

.chuto-area-btn:nth-child(1) a.check-btn:nth-child(5),
.chuto-area-btn:nth-child(2) a.check-btn:nth-child(3),
.chuto-area-btn:nth-child(2) a.check-btn:nth-child(4) {
    margin-bottom: 0;
}

.chuto-area-btn a.check-btn::after,
.chuto-wrap h2 + a.check-btn::after {
    position: absolute;
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px;
    top: 19px;
}

.chuto-area-btn:nth-child(1) a.check-btn,
.chuto-wrap h2 + a.check-btn {
    background-color: #37ae83;
}

.chuto-area-btn:nth-child(2) a.check-btn {
    background-color: #55aabf;
}

.chuto-wrap h2 {
    display: inline-block;
    margin: 0 auto 20px;
    font-size: 20px;
    vertical-align: sub;
}

.chuto-wrap h2 + a.check-btn {
    margin-bottom: 20px;
}

.chuto-wrap h2 + span.pharmacist {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 20px;
    font-size: 16px;
    color: #37ae83;
    border: 1px solid #37ae83;
}

.chuto-wrap h2 + span.office {
    display: inline-block;
    margin-left: 20px;
    padding: 8px 20px;
    font-size: 16px;
    color: #55aabf;
    border: 1px solid #55aabf;
}

.chuto-wrap h2 + span.wb {
    display: inline-block;
    margin-left: 20px;
	padding: 8px 20px;
    text-align: left;
	font-size: 16px;
    color: #8ec21f;
    border: 1px solid #8ec21f;
}

.chuto-wrap h2 + span.ff {
    display: inline-block;
    margin-left: 20px;
	padding: 8px 20px;
    text-align: left;
	font-size: 16px;
    color: #f29700;
    border: 1px solid #f29700;
}

.chuto-wrap h2 + span.pt {
    display: inline-block;
    margin-left: 20px;
	padding: 8px 20px;
    text-align: left;
	font-size: 16px;
    color: #e3007f;
    border: 1px solid #e3007f;
}


.co-chuto {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
	border: 1px solid #595757;
}

.co-chuto .hr-green {
    width: 98%;
    height: 5px;
    margin: 5px auto;
}

.chuto-inner {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 30px;
    text-align: center;
}

.chuto-inner p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.chuto-inner h3 {
    margin: 10px 0 16px;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    text-indent: -12px;
    color: #036eb7;
}

.chuto-detail {}

.chuto-inner .chuto-detail p {
    text-indent: -7px;
    margin-bottom: 5px;
}

.chuto-inner .chuto-detail p:nth-child(1) {
    text-indent: 0;
    margin: 30px 0 15px;
}

.chuto-inner .chuto-detail p:nth-child(4) {
    margin-bottom: 30px;
}

span.pharmacist,
span.office,
span.staff,
span.car,
span.wb,
span.ff,
span.pt,
span.part {
    display: inline-block;
    margin-right: 6px;
    padding: 5px 5px;
    font-size: 11px;
}

span.pharmacist {
    color: #37ae83;
    border: 1px solid #37ae83;
}

span.office {
    color: #55aabf;
    border: 1px solid #55aabf;
}

span.staff {
    color: #036eb7;
    border: 1px solid #036eb7;
}

span.car {
    color: #e34200;
    border: 1px solid #e34200;
}

span.part {
    color: #f29700;
    border: 1px solid #f29700;
}

span.wb {
    color: #8ec21f;
    border: 1px solid #8ec21f;
}

span.ff {
    color: #f29700;
    border: 1px solid #f29700;
}

span.pt {
    color: #e3007f;
    border: 1px solid #e3007f;
}

.chuto-table {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #595757;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.chuto-table th {
    padding: 20px 5%;
    border-top: solid 1px #595757;
    border-bottom: solid 1px #595757;
    width: 90%;
    overflow: hidden;
    color: #000;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #d1ece2;
    display: block;
    margin: 0 auto;
}

.chuto-table td {
    display: list-item;
    line-height: 20px;
    width: 90%;
    padding: 20px 5%;
    text-align: left;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    background-color: #ffffff;
    border-top: none !important;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.chuto-inner a.check-btn {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}


/*---------- 採用情報:中途詳細 ----------*/

ul.chuto-co3 {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    overflow: hidden;
    text-align: left;
    font-size: 0;
}

ul.chuto-co3 li {
    display: inline-block;
    width: 48%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 15px;
}

ul.chuto-co3 li:nth-child(2) {
    margin-right: 0;
}

ul.chuto-co3 li:last-child {
    margin-right: 0;
}

ul.chuto-co3 li img {
    width: 100%;
    height: auto;
}

ul.chuto-co3 + p {
    font-size: 14px;
    line-height: 22px;
    color: #595757 !important;
}

.chuto-btn2 {
    text-align: left;
}

.chuto-btn2 a {
    width: 51% !important;
    padding-left: 15px;
    font-size: 12px !important;
    text-align: left;
}

.chuto-btn2 a:first-child {
    margin-right: 2%;
}

.chuto-btn2 a:last-child {
    width: 23% !important;
    margin-right: 0;
}


/*-------------------------------

	Company Info

-------------------------------*/


/*---------- Philosophy ----------*/

.philosophy {
    margin-bottom: 80px;
}

.philosophy span,
.guidelines span {
    font-size: 12px;
    letter-spacing: 1px;
    color: #231815;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.philosophy p,
.guidelines p {
    line-height: 24px;
    font-size: 13px;
    color: #231815;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.philosophy span + p {
    margin: 30px auto;
    font-size: 15px;
    letter-spacing: 5px;
    color: #231815;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

.philosophy p + p,
.guidelines p {
    margin-top: 30px;
}

.guidelines {
    margin: 30px auto 30px;
}


/*---------- Info ----------*/


/* div.co-list-company-info:横904px */

div.co-list-company-info {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-company-info img {
    width: 80%;
    height: auto;
}

div.co-list-company-info ul {
    width: 100%;
    height: auto;
    margin: 50px 0 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-company-info ul li {
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 0;
    border-bottom: 1px solid #231815;
    overflow: hidden;
}

div.co-list-company-info li p {
    display: block;
    width: auto;
    margin-left: 28px;
    vertical-align: top;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    color: #595757;
}

div.co-list-company-info li p + a {
    width: 150px;
    margin: 10px 0 10px 28px;
    font-size: 12px;
    line-height: inherit;
}

div.co-list-company-info li p:first-child {
    width: 160px;
    position: relative;
    margin-left: 0;
    padding-left: 28px;
    text-align: left;
    font-weight: bold;
}

div.co-list-company-info li p:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 3.5px;
    left: 0;
    background-color: #999898;
}


/*---------- Shop ----------*/


/* div.shop-top */

div.shop-top {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 0;
}


/* 店舗リスト */

div.shop-top ul.accordion {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* 店舗リスト:タイトル */

div.shop-top ul.accordion a {
    display: block;
    height: auto;
    background-position: 97% center;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    color: #091138;
}

div.shop-top ul.accordion span {
    display: block;
    padding: 20px 0;
    background-position: 95% center;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #091138;
}

div.shop-top ul.accordion ul {
    display: none;
}


/* 店舗リスト:共通設定 */

div.shop-top ul.accordion > li {
    padding: 0;
    border-bottom: 1px solid #231815;
    background: #FFF;
}

div.shop-top ul > li:nth-of-type(1) {
    border-top: 1px solid #231815;
}

div.shop-top ul.accordion > li > p {
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

div.shop-top ul.accordion > li > p span {
    background-image: url(../img/common/header/nav_arrow_open.png);
    background-size: 22px;
}

div.shop-top ul.accordion > li > p span.open {
    background-image: url(../img/common/header/nav_arrow_close.png);
    background-size: 22px;
}

div.shop-top ul.accordion > li > ul > li {
    position: relative;
    margin-bottom: 0;
    padding: 0 3%;
    border: 0;
}

div.shop-top ul.accordion > li > ul > li:nth-of-type(1) {
    border-top: 1px solid #231815;
}

div.shop-top ul.accordion > li > ul > li:last-child {
    padding-bottom: 20px;
}

div.shop-top ul.accordion > li > ul > li > a {
    display: inline-block;
    padding: 25px 0;
    text-indent: 13%;
    text-align: left;
    background: url(../img/common/header/nav_arrow.png) no-repeat 90% center;
    background-size: 7px 12.5px;
}

div.shop-top ul.accordion > li > ul > li p {
    display: inline-block;
    width: auto;
    margin: 0 0 15px;
    line-height: 30px;
    color: #091138;
}

div.shop-top ul.accordion > li > ul > li p:nth-child(even) {
    width: 145px;
    clear: both;
}

div.shop-top ul.accordion > li > ul > li p:nth-child(odd) {
    width: 142px;
    float: right;
}

div.shop-top ul.accordion > li > ul > li p:first-child {
    float: none;
    width: 100%;
    margin-top: 30px;
    color: #595757;
}

div.shop-top ul.accordion > li > ul > li:last-child p:last-child {
    clear: both;
}

div.shop-top ul.accordion > li > ul > li p:first-child a {
    color: #595757;
}


/* リストアイコン */

div.shop-top ul.accordion > li > ul > li a:before {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 27px;
    left: 10%;
    content: "";
}


/* div.co-company-shop */

div.co-company-shop {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

div.co-company-shop > ul {
    width: 100%;
    height: auto;
}

div.co-company-shop ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0 43px 70px 0;
    padding: 0;
}

div.co-company-shop:nth-child(3) h2:after {
    width: 70%;
}

div.co-company-shop:nth-child(4) h2:after {
    width: 20%;
}

div.co-company-shop ul li h3 {
    margin-top: 30px;
    font-size: 20px;
}

div.co-company-shop ul li a {
    width: 70%;
    margin-left: 0;
    font-size: 12px;
    line-height: inherit;
}

div.co-company-shop ul li a + a {
    width: 50%;
    margin-left: 3%;
}

div.co-company-shop ul li:nth-child(even) {
    margin-right: 0;
}

div.co-company-shop ul li p {
    font-size: 13px;
    line-height: 25px;
    color: #595757;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

div.co-company-shop ul li p + p {
    margin: 10px auto 10px;
}

div.co-company-shop h5 {
    width: 150px;
    height: auto;
	padding-bottom: 0px;
}

div.co-company-shop ul li img {
    width: 100%;
    height: auto;
}

.shop-btn {
width: 94%;
height: auto;
margin: 25px auto 35px;
padding: 0 3%;
}

.shop-btn a {
    display: inline-block;
    width: auto;
    margin: 0 10px 15px 0 !important;
    font-size: 12px;
    line-height: inherit;
    padding: 12px 30px 12px 15px;
}

/*
.shop-btn a:last-child {
    width: 180px !important;
    margin-bottom: 0;
}
*/

.shop-btn a::after {
    top: 50%;
    right: 12px;
}


.arrow_under{
  text-align:center;
  padding:10px 0 10px;
}
.arrow_under:before{
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-top:solid 20px #24a4cd;
  border-left:solid 20px transparent;
  border-right:solid 20px transparent;
}
p.white-area {
    width: calc(90% - 2px);
    padding: 10px 5%;
    font-size: 14px !important;
    color: #595757;
    background-color: #fff;
    border:solid 1px #888;
    border-radius: 10px;
}
div.co-w904 p.white-area{
  margin-bottom:0;
}
.arrow_under + p.blue-area{
    margin-top: 0;
}
.patient-voice .co-w904{
  margin-bottom:40px;
}
.patient-voice .co-w904:last-child{
  margin-bottom:0;
}

div.co-w904-2 p.white-area{
  margin-bottom:0;
}
.patient-voice .co-w904-2{
  margin-bottom:40px;
}
.patient-voice .co-w904-2:last-child{
  margin-bottom:0;
}


.patient-voice .co-title{
    margin-bottom: 0 0 20px;
}
.patient-voice .co-title > img {
  float:left;
  width: auto;
  height: 40px;
}

.patient-voice .co-title-detail{
  margin:0 0 20px 0px;
}
.patient-voice .co-title-detail h3 {
    font-size: 16px;
    margin-top:0;
}

.patient-voice .co-title-detail hr {
    margin-bottom: 0;
}


.providers_about02_01_block{
  margin-bottom:40px;
}
.providers_about02_01_block p{
  font-size:15px;
  line-height:1.8;
  color:#595757;
  padding:0;
  margin:0;
}
.providers_about02_01_block .catch{
  font-size:18px;
  color:#ed6a5e;
  border-left:solid 2px #9e9f9f;
  padding:0 0 0 20px;
  margin-bottom:15px;
}
.providers_about02_02_block{
  display:block;
  margin-bottom:40px;
}
.providers_about02_02_block figure{
  margin-bottom:15px;
}
.providers_about02_02_block figure img{
  max-width:100%;
  height:auto;
}
.providers_about02_02_block .txt h4{
  font-size:18px;
  line-height:1.2;
  padding:0 0 20px;
  margin-bottom:10px;
  position:relative;
}
.providers_about02_02_block .txt h4:after{
  content:"";
  display:block;
  width:68px;
  height:3px;
  background:#ed6a5e;
  position:absolute;
  bottom:0;
  left:0;
}
.providers_about02_02_block .txt p{
  font-size:15px;
  line-height:1.8;
  color:#595757;
}
.providers_about02_03_block p{
  font-size:18px;
  color:#ed6a5e;
  margin-bottom:10px;
  line-height:1.3;
}
.providers_about02_03_block .btn{
  background:#ed6a5e;
  line-height:1.8;
}

.providers_voice_block + .providers_voice_block{
  margin-top:60px;
}
.providers_voice_block .subtitle figure{
  float:left;
  height:40px;
}
.providers_voice_block .subtitle figure img{
  max-height:100%;
  width:auto;
}
.providers_voice_block .subtitle h3{
  padding:5px 0 19px;
  margin-left:0px;
  font-size:16px;
  line-height:1.2;
  position:relative;
}
.providers_voice_block .subtitle h3:after{
  content:"";
  display:block;
  width:68px;
  height:3px;
  background:#091138;
  position:absolute;
  bottom:0;
  left:0;
}
.providers_voice_block p.blue-area{
  font-size:13px !important;
  line-height:1.8;
  margin-top:20px;
}

.providers_studygroup_block + .providers_studygroup_block{
  margin-top:80px;
}
.providers_studygroup_block h3{
  font-size:18px;
  line-height:1.2;
  color:#091138;
}
.providers_studygroup_block .lst_studygroup{
  margin-top:25px;
  padding-bottom:10px;
  border-bottom:solid 1px #cccaca;
}
.providers_studygroup_block .lst_studygroup dt, .providers_studygroup_block .lst_studygroup dd{
  font-size:14px;
  line-height:1.2;
  color:#595757;
}
.providers_studygroup_block .lst_studygroup dd{
  margin-bottom:7px;
}
.providers_studygroup_block .lst_studygroup dd:first-of-type{
  color:#091138;
}
.providers_studygroup_block .lst_studygroup_02{
  margin-top:20px;
}
.providers_studygroup_block .lst_studygroup_02 li{
  font-size:15px;
  line-height:1.3;
  color:#091138;
  margin-bottom:0.9em;
}
.providers_studygroup_block p {
  font-size:15px;
}

