@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 640px) {

/*****トップイメ`ジ*****/

.mainimg {
    width: 100%;
    height: 200px;
    margin: 80px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.mainimg ul.maincarousel {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    line-height: 80%;
}

.mainimg ul.maincarousel li.mc-img {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/kms/genom/img/mainimg_01.png");
}

/*****がんゲノム匳とは*****/

.about-txt {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 210%;
}

/*****z思咼僖優*****/

ol.panel-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    counter-reset: orangebox;
}

ol.panel-list li.panel-item {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    counter-increment:orangebox;
    
}

ol.panel-list li.panel-item::before {
    content: counter(orangebox);
    background-color: #ff7058;
    color: #FFFFFF;
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    display: inline;   
}

ol.panel-list h3.panel-hdr {
    display: inline-block;
    color: #ff7058;
    font-size: 110%;
    font-weight: bold;
    line-height: 120%;
    margin:0 0 20px 5px;
}

ol.panel-list .panel-txt {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-weight: bold;
    line-height: 210%;
}

ol.panel-list ul.panel-sublist {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    list-style: none;
    font-size: 100%;
    line-height: 180%;
}

ol.panel-list ul.panel-sublist li.panel-subitem {
    width: 100%;
    margin: 0 0 20px;
}

ol.panel-list ul.panel-sublist li.panel-subitem:before {
    content: "\2022";
    color: #00b5a6;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block; 
    width: 0.7em;
    margin-left: -0.7em;
    line-height: 80%;
}

/*****鵑箸覆觀*****/

.taisho-txt {
    width: 90%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #000000;
    font-size: 100%;
    line-height: 180%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

.taisho-pointarea {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 2%;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #014792;
    font-size: 100%;
    line-height: 180%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.taisho-pointarea ol.point-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    counter-reset: bluemaru;
}

ol.point-list li.point-item {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    counter-increment:bluemaru;
    font-size: 100%;
    line-height: 160%;
}

ol.point-list li.point-item::before {
    content: counter(bluemaru);
    float: left;
    
    border:solid 2px #014792;
    color: #014792;
    padding: 9px 8px;
    border-radius: 40px;
    text-align: center;
    
    font-size: 0.8em;
    font-weight: bold;
    display: inline-block; 
    width: 1.0em;

    margin-left: -0em;
    margin-bottom: 20px;

    line-height: 80%;

}

ol.point-list li.point-item:last-child {
    margin:0 auto;
}

.taisho-memo {
    width: 90%;
    max-width: 900px;
    margin: 5px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #000000;
    font-size: 80%;
    line-height: 180%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

/*****鞭\までの送れ*****/

.nagare-wrap {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.nagare-wrap .nagare-box {
    width: 100%;
    background-color: #fff7e9;
    display: block;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.nagare-box .nagare-title {
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    color: #FFFFFF;
}

.nagare-box #nt-patients {
    background-color: #ff7058;
}

.nagare-box #nt-medical {
    background-color: #2db986;
}

.nagare-box .nagare-cont {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
    color: #000000;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    line-height: 180%;
}

.nagare-box .nagare-blue {
    color: #014792;
}

.nagare-box .nagare-blue .subtxt {
    font-size: 70%;
}

.nagare-box .nagare-btn {
    width: 60%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #ff7058;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 10px;
}

.nagare-box #nb-patients {
    background-color: #ff7058;
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.nagare-box #nb-patients:hover {
    background-color: #2d72b9;
}

.nagare-box #nb-medical {
    background-color: #2db986;
       transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.nagare-box #nb-medical:hover {
    background-color: #2d72b9;
}

.nagare-box .nagare-btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 0;
    color: #FFFFFF;
    text-decoration: none;
}

/*****鞭\に駅勣な*****/

.jyushin-nagare {
    width: 80%;
    margin: 0 auto 60px;
    padding: 60px 5% 30px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 5px;
}

.docs-txt {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
}

ul.docs-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.docs-list li.docs-item {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    line-height: 180%;
}

ul.docs-list li.docs-item::before {
    content: "\2022";
    color: #00b5a6;
    font-size: 180%;
    font-weight: bold;
    display: inline-block; 
    width: 0.8em;
    margin-left: -0.8em;
}

ul.docs-list .docs-imp {
    color: #014792;
}

ul.docs-list .docs-main {
    color: #000000;
}

li.docs-item .dl-btn {
    width: 15%;
    max-width: 60px;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    color: #FFFFFF;
    font-size: 50%;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    background-color: #0e4790;
    opacity: 1.0;
     transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

li.docs-item .dl-btn:hover {
    opacity: 0.5;
}

li.docs-item .dl-btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 2px 0;
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: none;
}

li.docs-item .dl-btn a:after {
    content: "";
    margin: 0 0 0 2px;
}

/*****翌栖の送れ?M喘について*****/

h3.gairai-hdr {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 160%;
    font-weight: bold;
    color: #0e58a7;
    border-bottom: solid 3px #0e58a7;
}

h3.gairai-hdr:before {
    content:"＊";
    color: #0e58a7;
    font-size: 120%;
    margin: 0 10px 0 0;
}

ul.gairaiflow-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
}

ul.gairaiflow-list li.gf-item {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
    position: relative;
    display: block;
}

ul.gairaiflow-list li.gf-item:last-child {
    margin: 0 0 10px;
}

li.gf-item .gf-left {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #0e4790;
    color: #FFFFFF;
    min-height: 200px;
}

li.gf-item .gf-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #0e4690 transparent transparent transparent;
    position: absolute;
    bottom:-35px;
    left: 43%;
}

li.gf-item:last-child .gf-left:after {
    display: none;
}

li.gf-item .gf-left .gfl-step {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
}

.gf-left .gfl-step::before {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0 2px 5px;
}

.gf-left .gfl-step::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #FFFFFF;
    margin: 0 2px 5px;
}

li.gf-item .gf-left .gfl-title {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    font-size: 200%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    line-height: 36px;
}

li.gf-item .gf-left .gfl-img {
    width: 40%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

li.gf-item .gf-left .gfl-kikan {
    width: 70%;
    margin: 0 auto 10px;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff815a;
    font-size: 90%;
    font-weight: bold;
    border-radius: 30px;
}

li.gf-item .gf-right {
    width: 100%;
    margin:0;
    padding: 30px 0;
    background-color: #eaf6ff;
}

li.gf-item .gf-right ul.gfr-list {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 100%;
    font-weight: bold;
    line-height: 190%;
    min-height: 50px;
}

li.gf-item .gf-right ul.gfr-list > li.gfr-item {
    width: 90%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
}

li.gf-item .gf-right ul.gfr-list > li.gfr-item:before {
    content: "＊";
    color: #00b5a6;
    font-size: 100%;
    font-weight: bold;
    display: inline-block; 
    width: 1.0em;
    margin-left: -1.2em;
}



/*****送れEXPANDER*****/

input.nagare-opener {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.moredocs-btn {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    
    display: block;
    background-color:#0e4790;
    text-align: center;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
     transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.moredocs-btn:hover {
    background-color: #70bcfc;
}

.moredocs-btn:after {
    content: "?";
    font-size: 90%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    float: right;
    background-color: transparent;
    margin:0;
    padding: 0;
    text-align: center;
    transition: all .35s;
    color: #FFFFFF;
}

.moredocs-area {
    width: 85%;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    max-height: 0;
    background: transparent;
    transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
    color: #000000;
    background-color:#FFFFFF;
}

.moredocs-area h4.moredocs-hdr {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    color: #063c81;
}

.moredocs-area h4.moredocs-hdr:before {
    content:"＊";
    color:  #0e4790;
    margin: 0 2px 0 0;
}

.moredocs-area ol.moredocs-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #000000;
    font-size: 80%;
    font-weight: normal;
    line-height: 180%;
}

.moredocs-area ol.moredocs-list .md-dlbtn {
    width: 15%;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-color: #0e4790;
    color: #FFFFFF;
    font-size: 70%;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    opacity: 1.0;
     transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.moredocs-area ol.moredocs-list .md-dlbtn:hover {
    opacity: 0.5;
}

.moredocs-area ol.moredocs-list .md-dlbtn a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
    padding: 5px 0;
}

.moredocs-area .moredocs-memo {
    width: 90%;
    margin: 20px auto;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    background-color: #ffe9f0;
    text-align: left;
    color: #000000;
    font-size: 80%;
    font-weight: bold;   
    line-height: 180%;
}

.moredocs-area .md-link {
    color: #019e8d;
    font-size: 90%;
    font-weight: bold;
    border-bottom: solid 2px #019e8d;
    opacity: 1.0;
     transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

.moredocs-area .md-link:hover {
    opacity: 0.5;
}

input.nagare-opener:checked ~ .moredocs-btn {
  background-color: #11ad9c;
}

input.nagare-opener:checked ~ .moredocs-area {
  max-height: 100%;
  margin:10px auto 0;
  padding:20px 5%;  
}

.gairaifee-img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

h4.hoken-hdr {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    background-color: #e9f6ff;
    color: #0e58a7;
    letter-spacing: 0.1em;
}

.hoken-wrap {
    margin: 20px auto 0;
    display: block;
}

h5.hoken-ryokin {
    width: 100%;
    margin: 0 0 30px;
}

ul.hoken-list {
    width: 100%;
}

ul.hoken-list {
    width: 98%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 90%;
    line-height: 180%;
}

ul.hoken-list li.hoken-item {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.hoken-list li.hoken-item:before {
     content: "?";
    color: #00b5a6;
    font-size: 100%;
    font-weight: bold;
    display: inline-block; 
    width: 1.0em;
    margin-left: -1.0em;
}

ul.hoken-list li.hoken-item .indent {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.jihishinryo {
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 2%;
    position: relative;
    overflow: hidden;
    background-color: #e83b71;
    color: #FFFFFF;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    border-radius: 50px;
}

/*****別紊砲弔い*****/

.kentai-about {
    width: 95%;
    max-width: 900px;
    margin: 0 auto 50px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.kentai-about .ka-title {
    width: 94%;
    margin: 0;
    padding: 20px 3%;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 140%;
    color: #FFFFFF;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
}

#kentai-patients .ka-title {
    background-color: #ff7058;
}


#kentai-medical .ka-title {
    background-color: #2db986;
}

.kentai-about .ka-cont:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    position: absolute;
    top: 0;
    left: 42%;
}

#kentai-patients .ka-cont:before {
    border-color: #ff7058 transparent transparent;
}

#kentai-medical .ka-cont:before {
    border-color: #2db986 transparent transparent;
}

.kentai-about .ka-cont {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}

.kentai-wrap {
    display: block;
}

.kentai-wrap .ka-cont {
    width: 100%;
    margin: 0 0 30px;
}

.kentai-wrap .ka-cont:last-child:before {
    display: none;
}

.ka-cont ul.ka-list {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 90%;
    line-height: 180%;
}

.ka-cont ul.ka-list li.ka-item {
    width: 95%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
}

.ka-cont ul.ka-list li.ka-item:before {
    content: "¢";
    font-size: 40%;
    font-weight: bold;
    display: inline-block; 
    width: 1.2em;
    margin-left: -1.2em;
}

#kentai-patients li.ka-item:before {
    color: #ff7058;
}

#kentai-medical li.ka-item:before {
    color: #00b5a6;
}

h3.ka-hdr {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #098658;
    font-size: 110%;
}

ul.kashosai-list {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: disc;
}

ul.kashosai-list li.kasl-item {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.kentai-about .ka-info {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    line-height: 180%;
}

.kentai-yusohdr {
    color: #098658;
    font-size: 120%;
    font-weight:bold;
    border-bottom: solid 2px #098658;
    padding: 0 0 5px;
}

.kentaiyuso-kyocho {
    color: #000000;
    font-weight: bold;
    border-bottom: solid 2px #000000;
}

/*****よくあるご|*****/

ul.qanda-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

ul.qanda-list li.qanda-item {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border:solid 3px #0e58a7;
    border-radius: 10px;
}

ul.qanda-list li.qanda-item:last-child {
    margin:0 auto;
}

li.qanda-item .qa-wrap {
    width: 95%;
    margin: 5px auto 0;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    display: block;
    justify-content: flex-start;
    align-items: center;
    
    cursor: pointer;
}

li.qanda-item .qa-wrap .qa-num {
    width: 10%;
    max-width: 40px;
    margin: 0 auto;
    padding: 5px 45%;
    text-align: center;
    color: #FFFFFF;
    background-color: #0e58a7;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
}

li.qanda-item .qa-wrap .qa-title {
    width: 90%;
    margin: 0 auto 5px;
    padding: 5px 0 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    color: #0e58a7;
    font-size: 100%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
}

li.qanda-item .qa-wrap .qa-arr {
    width: 15%;
    color: #0e58a7;
    font-size: 80%;
    font-weight: bold;
    margin: 5px auto 0;
    text-align: center;
}

li.qanda-item .qa-wrap .qa-arr:before {
    content:"open";
}

.qandainfo-area .qi-anstitle {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 100%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    background-color: #ff7878;
    border-radius: 20px;
}

.qandainfo-area .qi-anscont {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 90%;
    line-height: 180%;
}


/*****よくあるご|EXPANDER*****/

input.qanda-opener {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.qandainfo-area {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    max-height: 0;
    background: transparent;
    transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
    color: #000000;
    background-color:#FFFFFF;
}

input.qanda-opener:checked ~ .qa-wrap {
    background-color: #ECECEC;
}

input.qanda-opener:checked ~ .qa-wrap .qa-arr:before {
    content:"close";
    
}

input.qanda-opener:checked ~ .qandainfo-area {
  max-height: 100%;
  margin:10px auto 0;
  padding:0 0 20px;
}

/*****おい栽わせ*****/

.reception-hours {
    width: 90%;
    margin: 0 auto 50px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #0e58a7;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
}

.reception-hours .label {
    display: block;
    font-size: 140%;
    margin: 0 0 5px;
}

h3.recp-madoguchi {
    width: 90%;
    margin: 0 auto 20px;
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
    font-size: 120%;
    font-family: 'fot-seurat-pron', 'ヒラギノ来ゴ ProN W4', 'Hiragino Maru Gothic ProN', sans-serif;
    font-weight: 600;
    font-style: normal;
}

h3#mado-patients {
    border-left:solid 10px #f85135;
    color: #f85135;
}

h3#mado-medical {
    border-left:solid 10px #029888;
    color: #029888;
}

.recp-tel {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-weight: bold;
}

.recp-tel:last-child {
    margin: 0 auto;
}

.recp-tel .tel-label {
    display: inline;
    font-size: 120%;
}

.recp-tel .tel-num {
    display: inline;
    font-size: 100%;
}

.gf-kikan {
	width: 80%;
	max-width: 500px;
    margin: 0 auto 10px;
    padding: 20px 0;
    position: relative;
    overflow: visible;
    text-align: center;
    color: #FFFFFF;
    background-color: #ff815a;
	font-size: 130%;
    font-weight: bold;
    border-radius: 60px;
}

.gf-kikan:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #0e4690 transparent transparent transparent;
    position: absolute;
    bottom:-35px;
    left: 43%;

}


}