@charset "utf-8";

/* ==================================================================
	health-check-support.css
=================================================================== */
body{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M" , "メイリオ", "ＭＳ Ｐゴシック", sans-serif;    
    font-size: 150%;
    color: #222222;
}

.contents {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.contents main > section, 
.contents .wide .container,
.accentarea .container {
    width: 1110px;
    margin: 0 auto 0 auto;
    text-align: left;
    box-sizing: border-box;
}

.contents section.wide {
    width: 100%;
}

header .area, 
footer .area {
    width: 1276px;
}

/* 共通   
-------------------------------------------- */
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_center {
    justify-content: center;
}

.flex_start {
    justify-content: flex-start;
}

.align_start {
    align-items: start;
}

.c_blue {
    color: #0780D5;    
}

.bg_blue {
    background-color: #0780D5; 
}

.bg_lightblue {
    background-color: #F0F9FF; 
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center!important;
}

.image_box.center .image.center img {
    margin: auto;
}

.small{
    font-size: 88.88%;
}

.txt {
    line-height: 1.5;
}

._sp {
    display: none!important;
}

section {
    padding: 100px 0;
}

.contents h3 {
    padding-bottom: 0;
    margin-bottom: 32px;
    border-bottom: none;
    font-size: 188.88%;
    line-height: 1.6;
}

.contents h4 {
    font-size: 144.44%;
    margin-bottom: 0;
}

.contents p.image{
    margin-bottom: 0;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333333;
}

/* buttonStyle
-------------------------------------------- */
.buttonStyle {
	text-align: center;   
}

.buttonStyle a {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 27px 93px;
	color: #fff;
	background: #0780D5;
	border: 1px solid #0780D5;
	text-decoration: none;
	transition: all 300ms 0s ease;
	font-size: 133.33%;
    font-weight: bold;
	line-height: 1;
	border-radius: 80px;
	cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

    .buttonStyle a:hover {
        opacity: 0.8;
    }

.buttonStyle a:before {    
    content:"";
	display: inline-block;
	width: 36px;
	height:27px;
	background:url(../../images/medical/health-check-support/mail_w.svg) no-repeat left center;
    margin-right: 10px;
    margin-bottom: -5px;
    background-size: contain;
}

.buttonStyle.bg_w a,
.buttonStyle.tel a {
    color: #0780D5;
    background: #fff;    
	border: 1px solid #0780D5;
}

/* header  
-------------------------------------------- */
header {
    margin-bottom: 0;
    border-bottom: none;
    height: auto;
}

header .area {
    position: absolute;
    height: 82px;
    width: 100%;
}

header .area h1 {
    top: 40px;
    left: 40px;    
    z-index: 99;
}

header .buttonArea {
    width: 469px;
    position: fixed;
    z-index: 99;
    top: 40px;
    right: 40px;
    float: right;
}

header .buttonArea .buttonStyle.tel a {
    width: 285px;
    font-size: 100%;
    padding: 10px 18px;
}

    header .buttonArea .buttonStyle a:before {
        width: 23px;
        height: 17px;
        background:url(../../images/medical/health-check-support/mail_w.svg) no-repeat left center;
        background-size: contain;
        margin-right: 7px;
        margin-bottom: -3px;
    }

    header .buttonArea .buttonStyle.tel a:before {
        width: 19px;
        height: 17px;
        background:url(../../images/medical/health-check-support/tel.svg) no-repeat left center;
        background-size: contain;
        margin-bottom: -1px;
    }

header .buttonArea .buttonStyle.tel a .small {
    font-size: 72.22%;
    font-weight: 400;
}

header .buttonArea .buttonStyle.contact a {
    width: 177px;
    font-size: 83.33%;
    padding: 11.5px 18px;    
}

/* accentarea  
-------------------------------------------- */
.accentarea {
    padding-top: 82px;
}

.accentarea .container {
    height: calc(100vh - 82px);    
    min-height: 618px;
    position: relative;
}

.accentarea .txtArea {    
    position: absolute;
    top: calc(50% - 41px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    animation: fadeIn 3s ease 2s normal;
    animation-fill-mode: both;
}

@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.accentarea .frame {
    display: inline-block;
    background: url(../../images/medical/health-check-support/frame.png) no-repeat;
    background-size: 100%;
    width: 323px;
    height: 69px;
    position: relative;
}

.accentarea .frame p {
    font-size: 133.33%;
    margin-bottom: 0;
    position: absolute;
    top: 9px;
    left: 40px;
}

.accentarea h2 {
    font-size: 300%;
    line-height: 1.5;
    margin-bottom: 20px;
}

.accentarea h2 .small{
    font-size: 74.07%;
}

.accentarea .underline {
    background: linear-gradient(transparent 80%, #FEF96B 0%);
}

.accentarea .txt.big {
    font-size: 122.22%;
    line-height: 1.8;
    margin-bottom: 30px;
}

.inquiry p.tel a{
    font-size: 122.22%;
    font-weight: 700;
}

    .inquiry p.tel a:before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 20px;
        background: url(../../images/medical/health-check-support/tel_b.svg) no-repeat left top;
        background-size: contain;
        margin: 0 5px -1px 18px;
    }

.accentarea .buttonStyle {
    margin-bottom: 20px;
}

.accentarea .container .img1 {
    position: absolute;
    top: 2%;
    left: 100px;
    width: 190px;
    height: 190px;
}

.accentarea .container .img2 {
    position: absolute;
    top: -29%;
    left: 802px;
    width: 525px;
    height: 525px;
    z-index: 1;
}

.accentarea .container .img3 {
    position: absolute;
    top: 11%;
    left: -193px;
    width: 260px;
    height: 260px;
}

.accentarea .container .img4 {
    position: absolute;
    top: 55%;
    left: -10px;
    width: 256px;
    height: 256px;
}

.accentarea .container .img5 {
    position: absolute;
    top: 60%;
    left: 854px;
    width: 196px;
    height: 196px;
}

.accentarea .container .icon1 {
    position: absolute;
    top: 0px;
    left: 240px;
    width: 98px;
    height: 98px;
}

.accentarea .container .icon2 {
    position: absolute;
    top: 37%;
    left: 195px;
    width: 41px;
    height: 41px;
}

.accentarea .container .icon3 {
    position: absolute;
    top: 36%;
    left: 787px;
    width: 151px;
    height: 151px;
    z-index: -1;
}

.accentarea .container .icon4 {
    position: absolute;
    top: 64%;
    left: -88px;
    width: 76px;
    height: 76px;
}

.accentarea .container .icon5 {
    position: absolute;
    top: 79%;
    left: 1110px;
    width: 60px;
    height: 58px;
}

/* cont1
-------------------------------------------- */
#cont1 {
    background: -moz-linear-gradient(bottom, #F0F9FF, #FFF);
    background: -webkit-linear-gradient(bottom, #F0F9FF, #FFF);
    background: linear-gradient(to top, #F0F9FF, #FFF);
    padding-top: 0;
}

p.fukidashi{
    position: relative;
    display: inline-block;
    font-size: 116.66%;
}

    p.fukidashi:before,
    p.fukidashi:after{   
        content: '';
        background: url(../../images/medical/health-check-support/fukidashi_l.svg) no-repeat;
        background-size: contain;
        position: absolute;
        left: -25px;
        bottom: 0px;
        display: inline-block;
        width: 33px;
        height: 30px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);    
    }

    p.fukidashi:after{
        background: url(../../images/medical/health-check-support/fukidashi_r.svg) no-repeat;
        background-size: contain;
        left: calc(100% + 25px);    
    }   

#cont1 .flex {
    padding-top: 23px;
}

#cont1 .flex .flex_col {
    width: 340px;
    border-radius: 12px;
    background-color: #DEF2FF;
}

    #cont1 .flex .flex_col.no2 {
        background-color: #FFECC1;
    }

    #cont1 .flex .flex_col.no3 {
        background-color: #E2FCDA;
    }

#cont1 .flex .flex_col > .col_header {
    padding: 17px 32px;
    border-radius: 13px 13px 0 0;
}

    #cont1 .flex .flex_col.no2 > .col_header {
        background-color: #FFC640;
    }

    #cont1 .flex .flex_col.no3 > .col_header {
        background-color: #67C34C;
    }

#cont1 .flex .flex_col > .col_header h4 {
    font-size: 100%;
    line-height: 1.5;
    color: #fff;
}

#cont1 .flex .flex_col > .col_header h4 span {    
    font-size: 155.55%;
}

#cont1 .flex .flex_col > .col_inner {
    padding: 36px;
}

#cont1 .flex .flex_col > .col_inner ul li {
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
    padding-left: 46px;
    line-height: 1.6em;
	background: url(../../images/medical/health-check-support/list1.svg) left top no-repeat;
	background-size: 32px auto;
}

#cont1 .flex .flex_col.no2 > .col_inner ul li {
	background: url(../../images/medical/health-check-support/list2.svg) left top no-repeat;
}

#cont1 .flex .flex_col.no3 > .col_inner ul li {
	background: url(../../images/medical/health-check-support/list3.svg) left top no-repeat;
}

    #cont1 .flex .flex_col .col_inner ul li:last-child {
        margin-bottom: 0;
    }

/* cont2
-------------------------------------------- */
#cont2 {
    position: relative;
    color: #fff;
}

#cont2 .bg_image {
    width: 100%;
    height: 55%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;   
}

#cont2 .bg_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
}

#cont2 .image_box {
    border-radius: 12px;
    padding: 42px 20px 48px;
    margin-top: 60px;
}

#cont2 .image_box h4 {
    color: #222222;
    margin-bottom: 37px;
}

/* cont3
-------------------------------------------- */
#cont3 .subsection {
    margin-bottom: 37px;
}

#cont3 .sub_header {
    padding: 16px 40px;
    border-radius: 12px 12px 0 0;
    color: #fff;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#cont3 .sub_inner {
    padding: 43px 0;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}

#cont3 .sub_header > * {
    display: table-cell;
    vertical-align: middle;
}

    #cont3 .sub_header > p.image {
        width: 72px;
    }

    #cont3 .sub_header > h4 {
        color: #fff;
        width: 424px;
    }

    #cont3 .sub_header > p.small {
        text-align: right;
    }

#cont3 .company .flex .flex_col {
    width: 366px;
    border-right: 3px solid #F1F1F1;
}

    #cont3 .company .flex_col.no3 {
        border-right: none;
    }

#cont3 .flex .flex_col > h5 {
    position: relative;
    margin-bottom: 45px;
}

    #cont3 .flex .flex_col > h5:after{
        content: "";
        display: block;
        width: 32px;
        height: 4px;
        background-color: #0780D5;
        position: absolute;
        bottom: -17px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

#cont3 .flex .flex_col > p {
    text-align: center;
}

#cont3 .flex .flex_col > p.small {
    margin-bottom: 30px;
}

/* employee  
---------------*/
#cont3 .employee .sub_inner {
    padding: 0;
}

#cont3 .employee .flex .flex_col {
    width: 50%;
}

#cont3 .employee .flex .flex_col.text {
    padding: 43px 0 43px 40px;
    box-sizing: border-box;
    text-align: left;
}

#cont3 .employee .flex .flex_col > h5 {
    position: relative;
    margin-bottom: 11px;
    padding-left: 16px;
}

    #cont3 .employee .flex .flex_col > h5:after{
        content: "";
        display: inline-block;
        width: 4px;
        height: 30px;
        background-color: #0780D5;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

#cont3 .employee .flex .flex_col > p.small {
    margin-bottom: 36px;
    text-align: left;
}

#cont3 .employee .flex .flex_col .note {
    font-size: 72.22%;
    text-align: left;
    letter-spacing: -0.05em;
    text-indent: -1em;
    padding-left: 1em;
}

#cont3 .employee .flex .flex_col .note a {
    text-decoration: underline;
    color: #0780D5;
}

    #cont3 .employee .flex .flex_col .note a:hover {
        opacity: 0.8;
    }

#cont3 .employee .flex .flex_col .image img {
    border-radius: 0 0 12px 12px;
}

/* cont4
-------------------------------------------- */
/* アコーディオン   
---------------*/
.toggle_contents {
    border-bottom: 2px solid #E4E4E4;
}

.toggle_title {
    position: relative;
    padding: 30px 60px 30px 65px;
    border-top: 2px solid #E4E4E4;
    cursor: pointer;
    font-size: 111.11%;
}

.toggle_title:before {
    content: "Q";
    display: inline-block;
    line-height: 90px;
    position: absolute;
    padding: 0em;
    color: #fff;
    background: #0780D5;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;    
    text-align: center;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.toggle_title:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.toggle_ans {
    margin: 0 0 26px 0;
    padding: 20px;
    display: none;
    background-color: #F1F1F1;
    border-radius: 12px;
}

/*プラス*/
.plus {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
}

.plus:before,
.plus:after {
    display: block;
    content: "";
    background-color: #222222;
    position: absolute;
    width: 23px;
    height: 3px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    transition: 0.5s;
}

.plus:before {
    width: 3px;
    height: 23px;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
    transform: translate(50%, 50%) rotate(90deg);
}

/* cont5
-------------------------------------------- */
#cont5 {
    padding: 0;
}

#cont5 .flex .map {
    width: 50%;
    height: 569px;
}

#cont5 .flex .txtArea {
    width: 50%;
    padding: 70px 0 0 80px;
    box-sizing: border-box;
}

#cont5 .flex .txtArea .tableStyle {
    width: 350px;
    margin-right: 25px;
}

#cont5 table.tableStyle th {
    width: 70px;        
    vertical-align: top;
}

#cont5 table.tableStyle th,
#cont5 table.tableStyle td{
    padding: 0px 0 15px 0;
    border-bottom: none;
    line-height: 1.8;
}

/* cont6
-------------------------------------------- */
#cont6 {
    color: #fff;
}

#cont6 p.fukidashi {
    font-size: 111.11%;
}

#cont6 p.fukidashi:before {
    background: url(../../images/medical/health-check-support/fukidashi_w_l.svg) no-repeat;
    background-size: contain;
}

#cont6 p.fukidashi:after {
    background: url(../../images/medical/health-check-support/fukidashi_w_r.svg) no-repeat;
    background-size: contain;
}

#cont6 .buttonStyle a:before {
    background: url(../../images/medical/health-check-support/mail.svg) no-repeat left center;
    background-size: contain;
}

#cont6.inquiry p.tel a:before {
    background: url(../../images/medical/health-check-support/tel_w.svg) no-repeat left top;
    background-size: contain;
}

#cont6 a[href*="tel:"] {
    color: #fff;
}

/* footer  
-------------------------------------------- */
footer {
    margin-top: 0;
    border-top: none;
}

footer p {
    font-size: 58.33%;
    padding: 54px 0;
    text-align: center;
    margin-bottom: 0;
}

#pagetop img {
    border-radius: 5px;
}


/* smartPhone */
@media screen and (max-width: 640px) {
     /* --------------------------------
       □ 大枠 
    -------------------------------- */
    .contents{
        height :auto;
        padding: 0 4%;
        box-sizing: border-box;
    }
    
    .contents main > section, 
    .contents .wide .container, 
    .accentarea .container {
        font-size: 100%;
        width: auto;
        margin-left: 4%;
        margin-right: 4%;
    }
    
    .contents section.wide {
        width: auto;
        margin-left: -4%;
        margin-right: -4%;
    }
    
    header{
        width: 100%;
    }
    
    header .area, 
    footer .area {
        width: 100%;
    }
    
    /* 共通   
    -------------------------------------------- */
    .txt {
        font-size: 66.66%;
        line-height: 1.8;
    }
    
    .small {
        font-size: 66.66%;
    }
        
    ._pc {
        display: none!important;
    }
    
    ._sp {
        display: block!important;
    }
    
    ._sp_noflex {
        display: block!important;
    }
    
    ._sp_left {
        text-align: left!important;
    } 
    
    ._sp_center {
        text-align: center!important;
    }
    
    .contents h3 {
        font-size: 108.33%;
        margin-bottom: 35px;
    }
    
    .contents h4 {
        font-size: 100%;
    }
    
    .txt.small {
        margin-left: 4%;
        margin-right: 4%;
    }
    
    a[href*="tel:"] {
        pointer-events: auto;
    }
    
    /* buttonStyle
    -------------------------------------------- */
    .buttonStyle a,
    .inquiry p.tel a {
        width: 100%;
        padding: 20px 20px;
        font-size: 66.66%;
        text-align: center;
    }
    
    .buttonStyle a:before {
        width: 25px;
        height: 18px;
        background-size: contain;
        margin-right: 10px;
        margin-bottom: -4px;
    }
        
    .inquiry .buttonStyle.tel a:before {
        width: 23px;
        height: 20px;
        background:url(../../images/medical/health-check-support/tel.svg) no-repeat left center;
        background-size: contain;
        margin: -1px 10px -4px 0;
    }

    /* header  
    -------------------------------------------- */
    header {
        height: 65px;
        position: relative;
        margin: 0;
        border-width: 0;
    }

    header .area {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        z-index: 90;            
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

     header .area h1 {
         top: 0;
         left: 0;
         margin: 14.5px 4%;
         width: auto;
         font-size: 100%;
    }
    
    header .area h1 a {
        display: inline-block;
    }

    header .area h1 img {
         width: 204px;
         height: 36px;
    }
    
    header .buttonArea {
        width: 100%;
        position: fixed;
        z-index: 99;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        float: none;
        padding: 2% 4%;
        box-sizing: border-box;
        background-color: #BFE6FF;
        height: 66px;
    }  

    header .buttonArea .buttonStyle.tel {
        width: 52%;
    }
    
    header .buttonArea .buttonStyle.contact {
        width: 48%;
    }

    header .buttonArea .buttonStyle.tel a,
    header .buttonArea .buttonStyle.contact a{
        width: 98%;
        font-size: 58.33%;
        padding: 12px 5px;
        margin-right: 4%;
        height: 43px;
    } 

        header .buttonArea .buttonStyle.tel a{
            margin-right: 0;
        }

    header .buttonArea .buttonStyle.tel a:before {
        margin-bottom: -5px;
        margin-right: 2px;
        width: 23px;
        height: 20px;
    }
    
    header .buttonArea .buttonStyle.contact a:before {
        margin-bottom: -3px;
        margin-right: 5px;
        width: 25px;
        height: 18px;
    }
    
    /* accentarea  
    -------------------------------------------- */
    .accentarea {
        padding-top: 0;
    }
    
    .accentarea .container {
        height: calc(100vh - 65px);
        min-height: 602px;
        margin: 0;
    }
    
    .accentarea .container ul li {
        z-index: -1;
    } 

    .accentarea .txtArea {
        width: 100%;
        top: 50%;
    }
    
    .accentarea .frame {
        width: 237px;
        height: 50px;
    }
    
    .accentarea .frame p {
        font-size: 75%;
        top: 7px;
        left: 28px;
    }
    
    .accentarea h2 {
        font-size: 133.33%;
        font-size: 154.16%;
    }
    
    .accentarea .txt.big {
        font-size: 62.5%;
        margin-bottom: 15px;
    }
    
    .accentarea .buttonStyle {
        margin-bottom: 12px;
        padding: 0 4%;
    }
    
    .accentarea .container .img1 {
        top: 2%;
        left: -10%;
        width: 109px;
        height: 109px;
    }

    .accentarea .container .img2 {
        top: -6%;
        left: auto;
        right: -15%;
        width: 215px;
        height: 215px;
    }

    .accentarea .container .img3 {
        top: auto;
        bottom: -2%;
        left: -6%;
        width: 117px;
        height: 117px;
    }

    .accentarea .container .img4 {
        top: auto;
        bottom: -1%;
        left: auto;
        right: -5%;
        width: 107px;
        height: 107px;
    }

    .accentarea .container .img5 {
        top: auto;
        bottom: 5%;
        left: auto;
        right: 28%;
        width: 77px;
        height: 77px;
    }

    .accentarea .container .icon1 {
        top: 0;
        left: 11%;
        width: 55px;
        height: 55px;
    }

    .accentarea .container .icon2 {
        top: auto;
        bottom: 27%;
        left: auto;
        right: -17px;
        width: 28px;
        height: 28px;
    }

    .accentarea .container .icon3 { 
    }

    .accentarea .container .icon4 {
        top: auto;
        bottom: 2%;
        left: 31%;
        width: 29px;
        height: 29px;
    }

    .accentarea .container .icon5 {
        top: 52%;
        left: -2%;
        width: 35px;
        height: 30px;
    }
    
    /* cont1
    -------------------------------------------- */
    #cont1 {
        padding: 56px 0 32px 0;
    }
    
    p.fukidashi {
        font-size: 75%;
        margin-bottom: 12px;
    }
    
    #cont1 .flex {
        padding-top: 0;
    }
    
    #cont1 .flex .flex_col {
        width: auto;
        margin-bottom: 15px;
    }
    
    #cont1 .flex .flex_col > .col_header {
        padding: 9px 32px;
    }
    
    #cont1 .flex .flex_col > .col_header h4 {
        font-size: 66.66%;
    }

    #cont1 .flex .flex_col > .col_header h4 span {
        font-size: 150%;
    }
    
    #cont1 .flex .flex_col > .col_inner {
        padding: 17px 4%;
    }
    
    #cont1 .flex .flex_col > .col_inner ul li,
    #cont1 .flex .flex_col.no2 > .col_inner ul li,
    #cont1 .flex .flex_col.no3 > .col_inner ul li {
        font-size: 66.66%;
        padding-left: 26px;
        line-height: 1.3em;
        background-size: 22px auto;
    }
    
    /* cont2
    -------------------------------------------- */
    #cont2 {
        padding: 43px 0 47px 0;
    }
    
    #cont2 .image_box h4 {
        margin-bottom: 12px;
    }
    
    #cont2 .image_box {
        padding: 20px 0 10px;
        margin-top: 0;
    }    
    
    /* cont3
    -------------------------------------------- */
    #cont3 {
        padding: 47px 0;
    }
    
    #cont3 h3 {
        margin-bottom: 25px;
    }
    
    #cont3 .subsection {
        margin-bottom: 20px;
    }
    
    #cont3 .sub_header {
        display: block;
        padding: 16px 4%;
    }
    
    #cont3 .sub_header > p.image {
        padding: 0 15px 0 10px; 
    }

    #cont3 .sub_header > h4 {
        width: calc(100% - 97px);
        text-align: left;
        font-size: 91.66%;
        line-height: 1.5;
    }
    
    #cont3 .sub_header > p.small {
        text-align: left;
        display: block;
        font-size: 66.66%;
        padding-top: 14px;
        line-height: 1.8;
    }
    
    #cont3 .sub_inner {
        padding: 0 4%;
    }
    
    #cont3 .company .flex .flex_col {
        width: auto;
        border-right: 3px none;
        border-bottom: 3px solid #F1F1F1;
        padding: 26px 0;
    }
    
        #cont3 .company .flex .flex_col:last-child {
            border-bottom: none;
        }
    
    #cont3 .flex .flex_col > h5 {
        font-size: 83.33%;
        margin-bottom: 36px;
    }

    #cont3 .flex .flex_col > p.small {
        margin-bottom: 18px;
    }
    
    #cont3 .flex .flex_col.no1 > p.image img {
        width: 70px;
        height: 85px;
    }
    
    #cont3 .flex .flex_col.no2 > p.image img {
        width: 116px;
        height: 79px;
    }
    
    #cont3 .flex .flex_col.no3 > p.image img {
        width: 115px;
        height: 84px;
    }
    
    #cont3 .employee {
        margin-bottom: 0;
    }
    
    #cont3 .employee .sub_header > p.image {
        padding: 0 10px 0 5px; 
    }

    #cont3 .employee .sub_header > h4 {
        width: calc(100% - 87px);
    }
    
    #cont3 .employee .flex .flex_col {
        width: auto;
    }
    
    #cont3 .employee .flex .flex_col.text {
        padding: 25px 4% 0;
    }
    
    #cont3 .employee .flex .flex_col .note {
        font-size: 54.16%;
        margin-bottom: 25px;
    }
    
    #cont3 .employee .flex .flex_col > p.small {
        margin-bottom: 25px;
    }
    
    #cont3 .employee .flex .flex_col > p.image img {
        width: 100%;
        height: auto;
    }
        
    /* cont4
    -------------------------------------------- */
    #cont4 {
        padding: 47px 0;
    }
    
    #cont4 h3 {
        margin-bottom: 30px;
    }

    .toggle_title {
        padding: 15px 36px;
        font-size: 66.66%;
        line-height: 1.6;
    }

        .toggle_title:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 62.5%;
            top: 15px;
            transform: none;
        }
    
    .toggle_ans {
        margin: 0 0 14px 0;
        padding: 4%;
    }

    /*プラス*/
    .plus {
        right: 9px;
    }

        .plus:after {
            width: 17.5px;
            height: 3px;
        }

        .plus:before {
            height: 17.5px;
            width: 3px;
        }
    
    /* cont5
    -------------------------------------------- */
    #cont5 {
        padding: 0;
    }
    
    #cont5 h3 {
        margin-bottom: 14px;
    }
    
    #cont5 .flex .map {
        width: auto;
        height: auto;
    }
    
    #cont5 .flex .map iframe {
        height: 340px;
    }
    
    #cont5 .flex .txtArea {
        width: auto;
        padding: 47px 4%;
    }
    
    #cont5 .flex .txtArea .tableStyle {
        width: auto;
        min-width: inherit;
        margin: 0 4%;
    }
    
    #cont5 table.tableStyle th {
        width: 60px;

    }
    #cont5 table.tableStyle th,
    #cont5 table.tableStyle td {
        padding: 0 0 10px 0;
        line-height: 1.8;
    }      
    
    /* cont6
    -------------------------------------------- */
    #cont6 {
        padding: 47px 0 41px;
    }
    
    #cont6 .container {
        margin-left: 8%;
        margin-right: 8%;
    }
        
    #cont6 p.fukidashi {
        font-size: 75%;
    }
    
    #cont6 p.fukidashi:before,
    #cont6 p.fukidashi:after{
        width: 39px;
        height: 35px;
        top: 0;
    }
    
    #cont6 h3 {
        font-size: 95.83%;
        margin-bottom: 15px;
    }
    
    #cont6 .buttonStyle.bg_w {
         margin-bottom: 11px;       
    }
    
    #cont6 .buttonStyle.tel a {
        background-color: #FFC640;
        border: 1px solid #FFC640;
        color: #222222;
    }
    
    #cont6.inquiry p.tel a:before {
        background: url(../../images/medical/health-check-support/tel_b.svg) no-repeat left top;
    }
    
    /* footer 
    -------------------------------------------- */
    footer {
        padding-bottom: 66px;
    }
    
    footer p {
        font-size: 45.83%;
        padding: 10px 0;
    }
    
    #pagetop {
        bottom: 56px;
        right: 10px;
    }

}