@charset "utf-8";
/* CSS Document */
html{
    scroll-behavior: smooth;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}

.pb2p {
	padding-bottom: 2%;
}

a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
.font_s {
	font-size: .85em;
}
.none {
	display: none;
}

/*枠・共通*******************************************/
#main {
  width: 100% !important;
  float: none;
  position: relative;
}
.sec {
  background: none;
  border: none !important;
  margin-bottom: 30px;
  padding: 0 !important;
}
.sec-inner {
  background: none!important;
  padding: 0 !important;
}
#main_contents {
  background: #fff;
  color: #606060;
  font-size: 16px;
  width: 100%;
}
.caution {
  color: #ff5b00;
  font-style: normal;
  font-size: 13px;
  text-indent: -1em;
  display: block;
  padding-left: 1em;
}
.caution:before {
  content: '※';
  color: #ff5b00;
  font-size: 13px;
}
/*※リスト*/
ul.asterisk {
  margin: 8px 0 0 1em;
  font-size: 12px;
  text-align: left;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
/*見出し*/
h1 {
  background: #d9eeff;
}
h1 img {
  width: 100%;
}
h2 {
  font-size: 20px !important;
  font-weight: bold;
	letter-spacing: .2em;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}

/*top画********************************************/
.img_head {
    background: #fff;
    padding: 8px 0 0;
    width: 96%;
    margin: 0 auto;
}
.img_head a img {
  width: 100px;
}
/*背景**********************************************/
.yellow {
  background: #FEFF99;

}
.pink {
  background: #FF999B;

}
.blue {
  background: #d9eeff;

}
.white {
 background: #fff !important;
}



/*審査番号**************************************/
.ins_num {
  width: 980px;
  margin: 0 auto 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  #main {
    padding: 0;
  }
  .btn {
    width: 65%;
  }
  .btn br {
    display: none;
  }
  

  /*審査番号*/
  .ins_num {
    width: 93%;
    margin: 0 auto 20px;
    text-align: right;
  }
}
@media screen and (max-width: 420px) {
  .btn {
    width: 96%;
    padding: 12px 0 12px 42px;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.4;
  }
  .btn br {
    display: block;
  }
  #main {
    padding: 0 !important;
  }
  #main_contents {
    font-size: 14px;
  }
  
  /*top画*/
  .img_head a img {
    width: 80px;
  }

  h2 {
    font-size: 18px !important;
  }
}


/*----------ここから丸ボタン----------*/


@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


#search_btn {
	background: #d9eeff;
}

@media screen and (min-width: 768px) {
	#search_btn {
	display: none;
}
}

.search_btn_inner {
	margin: 0 auto;

    height: 170px;
    max-width: 860px;
    display: flex;
    justify-contentj: center;
    flex-flow: row wrap;
    justify-content: center;
}

.btnA, a.btnA, button.btnA {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
	border-radius: 0.5rem;}


a.btn--circle {
width: 150px;
    height: 150px;
    padding: 20px 0 0;
    border-radius: 50%;
    color: #fff;
    background: #ff5b00;
    box-shadow: 0 7px 0 #a9d7f7;
    position: relative;
    margin: 0 10px;
}

a.btn--circle i {
  font-size: 150%;
	padding-top: 5px;
}

.fa-position-bottom {
  position: absolute;
  bottom: 8px;
  left: calc(50% - 0.5rem);
}

a.btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #95bfdb;
  box-shadow: 0 3px 0 #95bfdb;
}
.btnA-mark {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}

.btn_japan {
width: 45px;
    position: absolute;
    top: 6px;
    left: 45px;
    color: #fff;

}
.btnA p{
position: absolute;
    top: 57px;
    left: 2px;
    width: 150px;
	text-align: center;}
.btnA p span{
font-size: 0.7em;
}

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

a.btn--circle {
    width: 130px;
    height: 130px;

	}

btnA p {
    top: 47px;
    left: -5px;

}
a.btn--circle i {
    font-size: 120%;
    padding-top: 5px;
}
.btn_japan {
    width: 35px;

    top: 8px;

}
.btnA p {
    top: 45px;
    left: -10px;

}
.search_btn_inner {
    height: 145px;
}
}

/*-----------ここまで丸ボタン----------*/

/*----------ここから丸ボタン-PC---------*/

#search_btn_pc {
	background: #d9eeff;
}

@media screen and (max-width: 767px) {
	#search_btn_pc {
	display: none;
}
}

#search_btn_pc .search_btn_inner {
    height: 150px;
	padding-top: 15px;
}
#search_btn_pc .search_btn_ue {
text-align: center;
	font-size: 0.9em;
}
#search_btn_pc .search_btn_ue span {

    font-weight: bold;
    font-size: 0.8em;
	color: #ff5b00;
}

#search_btn_pc a.btn--circle {
width: 340px;
    height: 80px;
    border-radius: 50px;
    color: #fff;
    background: #ff5b00;
    box-shadow: 0 7px 0 #a9d7f7;
    position: relative;
    margin: 0 10px;
}

#search_btn_pc a.btn--circle i {
  font-size: 150%;
	padding-top: 5px;
}

#search_btn_pc .fa-position-bottom {
position: absolute;
    top: 22px;
    right: -130px;
}

#search_btn_pc a.btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #95bfdb;
  box-shadow: 0 3px 0 #95bfdb;
}
#search_btn_pc .btnA-mark {
    position: absolute;
    top: 20px;
    left: -270px;
}

#search_btn_pc .btn_japan {
width: 45px;
    position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;

}
#search_btn_pc .btnA p{
position: absolute;
    top: 26px;
    left: 75px;
    width: 200px;
    text-align: center;
}

#search_btn_pc .btnA p span{
font-size: 0.7em;
}
/*-----------ここまで丸ボタン----------*/
/*-----------コメント-----------*/

#comment {
  background : repeating-linear-gradient(to right,
                                         #edf7ff,
                                         #edf7ff 10px,
                                         #ffffff 0,
                                         #ffffff 20px);
}
.comment_inner {
   width: 94%;
    max-width: 450px;
    margin: 0 auto ;
    text-align: center;
	padding-top: 1em;
}
.comment_inner img {


}

/*-----------コメント-----------*/



/*----------都道府県から探す----------*/


#prefecture {
	width: 96%;
    max-width: 860px;
    margin: 1rem auto 0;

	
}
#prefecture h3 {
    width: 100%;
    background: #4893ed;
    color: #fff;
    padding: 10px 12px;
    font-size: 1.1em;
    letter-spacing: 0.2em;
	line-height: 1em;
}
.prefecture_inner{
	padding: .5em;
    max-width: 830px;
    margin: 0 auto;
	
}
.prefecture_inner h4 {
	padding-top: .5em;
}


.prefecture_inner ul {
	display: flex;	
	flex-wrap: wrap;
}
.prefecture_inner ul li {
    border: 1px solid #cecece;
    padding: 6px 0px 4px;
    width: 110px;
    margin: 2px 5px 7px 0;
    text-align: center;
    cursor: default;
}
.prefecture_inner ul li.is-show{
    padding: 0;
}
.prefecture_inner ul li.is-show a{
    padding: 6px 0px 4px;
    display: block;
    cursor: pointer;
}
.prefecture_inner ul li span {
	font-size: 0.8em;
    padding-left: .4em;
} 

@media screen and (max-width: 320px){
	.prefecture_inner ul li {
	 width: 92px;
	}
}

@media screen and (min-width: 321px) and (max-width: 360px) { 
	.prefecture_inner ul li {
	 width: 105px;
	}

}

/*@media screen and (max-width: 360px){
	.prefecture_inner ul li {
	 width: 105px;
	}
}*/
/*@media screen and (min-width: 768px){
	.prefecture_inner ul li {
	padding: 4px 0px 2px;
    width: 88px;
		font-size: 0.8em;
	}
}*/
/*----------都道府県から探すここまで----------*/


/*----------県ごと施設指定----------*/

/*ボックス全体*/
.pre_box {
    margin: 2em auto;
    padding: 0;
    max-width: 860px;
	width: 96%;
}
.pre_box a {
    width: 48%;
    margin: 5px 1%;
    color: #606060;
}

.hospital_box {
    background-color: #fff;
    width: 100%;
    padding: 6px 16px;
    border-radius: 16px;
    position: relative;
    height: auto;
    min-height: 100px;
    max-height: 130px;
}

@media screen and (max-width: 700px) {
.pre_box a {
    width: 98%;
}
	.hospital_box{
	height: 90px;
}

}
.hospital_box .name {
    font-weight: bold;
    color: #ff5b00;
    border-bottom: 1px solid #e2e2e2;
	 margin-bottom: 8px;
}
.hospital_box .address {
	    font-size: 0.75em;
}

.hospital_box .tel:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.8em;
    padding-left: 3px;
    display: inline-block;
    transform: scaleX(-1);
}

.hospital_box .detail {
    font-size: .8em;
    position: absolute;
    right: 10px;
    bottom: 8px;
}
.hospital_box .detail:after{
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-left: 3px;
    color: #ff5b00;
}
.attention {
text-align: center;
padding-top: 1em;
}
.attention span {
    background: linear-gradient(transparent 40%, #ffff99 0%);
	}
/*ラベル*/

.pre_box label {
    display: block;
   margin: 10px 0 0;
    padding: 6px 12px;
    color: #565655;
    /* font-weight: bold; */
    background: #aecded;
    cursor: pointer;
    transition: all 0.5s;
	position: relative;}


/*アイコンを表示*/
.pre_box label:after {
	content: '\f106';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
	font-weight: bold;
	position: absolute;
    right: 5px;
	color: #fff;
	transition: 0.2s;
}


/*チェックは隠す*/
.pre_box input {
    display: none;
}
/*中身を表示にしておく*/
.pre_box .pre_wrap {
	height: auto;
    background: #efefef;
	transition: 0.8s;
	opacity: 1;
   
}
.pre_box .pre_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 98%;
    padding: 8px 0;
}

/*クリックで中身非表示*/
.cssacc:checked + label + .pre_wrap {
height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + label:after {
    content: '\f107';
}


/*ここから東京エリア分け用*/

/*全体*/
.area_box {
}

/*ボタン装飾*/
.area_box label { 
    background: #fce9ae;
    cursor: pointer;
    transition: .5s;
}

/*アイコンを表示*/
.area_box label:before {
    display: inline-block;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    transition: 0.2s;
	 font-weight: bold;
	color: #ffae00;
}
.area_box label:after {
    display: none;

}

/*ボタンホバー時*/
.area_box label:hover {
/*    background: silver;*/
}

/*アイコンを切り替え*/
.area_box input:checked ~ label:before {
     content: '\f106';
     color: #ffae00;
}

/*チェックは見えなくする*/
.area_box input {
    display: none;
}

/*中身を非表示にしておく*/
.area_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	background: #efefef;
}

/*クリックで中身表示*/
.area_box input:checked ~ .hidden_show {

    height: auto;
opacity: 1;
}






/*お問い合わせ*/
.contact {
    text-align: left;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 94%;
	
}
.contact_bg {
	padding: 1rem 0 0.5rem;
}

.title_S {
color: #333;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    width: 92%;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 200;
    letter-spacing: .2em;
	font-size: 1.2em;

}
.icon3:before {
font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    padding-right: 20px;
    color: #ff5b00;
    font-weight: 900;
}
.icon2:before {
font-family: "Font Awesome 5 Free";
    content: "\f059";
    padding-right: 20px;
    color: #ff5b00;
    font-weight: 900;
}

.icon1:before {
font-family: "Font Awesome 5 Free";
    content: "\f06a";
    padding-right: 20px;
    color: #ff5b00;
    font-weight: 900;
}
.icon4:before {
font-family: "Font Awesome 5 Free";
	 content: "\f3c5";	
    padding-right: 8px;
    color: #fff;
    font-weight: 600;
}
.icon5:before {
font-family: "Font Awesome 5 Free";
    content: "\f002";
    padding-right: 8px;
    color: #fff;
    font-weight: 600;
}

.contact .contact_wrap {
    margin: 0 auto;
    padding: 1rem 3rem;
}
@media screen and (max-width: 420px) {
	.contact .contact_wrap {
   
    padding: 1rem;
}
	
	
	
}

.btn2 {

    border-radius: 50px;
    padding: 10px;
    display: block;
    margin: 14px auto 20px;
    max-width: 420px;
    color: #ff5b00;
    position: relative;
    text-align: center;
    background-color: #fff;
    clear: both;
    border: 2px solid #ff5b00;
    font-size: 18px;
	width: 80%;
}





/*メルマガ***************************************/
.cp_mail_outer {
    text-align: left;
    max-width: 860px;
    margin: 0 auto 10px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 94%;
}

.cp_mail_outer .cp_mail_outer_title {
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  width: 980px;
}
.cp_mail_outer label {
  display: inline-table;
  margin: 0 0 0 10px;
  text-align: left;
	width: 85%;
}
.cp_mail_outer input[type="checkbox"] {
  height: 18px;
  vertical-align: middle;
  width: 18px;
  margin: 0;
}
.cp_mail_outer a.submit_btn {
  background: #ddd;
  border-radius: 30px;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 8px;
  pointer-events: none;
  text-decoration: none;
  text-align: center;
width: 80%;
	max-width: 420px;
    padding: 10px;
}
.cp_mail_outer input[type=checkbox]:checked ~ a.submit_btn {
  background: #2aaa68;
  pointer-events: visible;
}
.caution_kuro {
  display: block;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
.caution_kuro:before {
  content: '※';
  font-size: 12px;
}
.mailtext {
	max-width: 600px;
	margin: 0 auto;
}



.cp_mail_outer .cp_mail_outer_wrap {
    margin: 0 auto;
    padding: 16px 50px;
    font-size: 14px;
    
}

@media screen and (max-width: 420px) {
.cp_mail_outer .cp_mail_outer_wrap {
    padding: 1rem;
	}
}

.cp_mail_outer .cp_mail_outer_title {
    color: #333;
    text-align: center;
    padding: 8px 0 30px;
    margin: 0;
    letter-spacing: .2em;
}

.cp_mail_outer input[type="checkbox"] {
    height: 18px;
    vertical-align: middle;
    width: 18px;
    margin: 0;
}


.cp_mail_outer input[type=checkbox]:checked ~ a.submit_btn {
     background: #ff5b00;
    pointer-events: visible;
    color: #fff;
    max-width: 420px;
    padding: 10px;
}

.cp_mail_outer a.submit_btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    top: 20%;
    right: 1em;
    font-weight: 900;
	padding-left: 20px;
}


/*SNSボタン********************************/
section.sns_btn {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
}
#sns_btn {
  display: grid;
  grid-template-rows: 35px 1fr;
  grid-template-columns: 1fr;
  text-align: center;
  row-gap: 10px;
  font-size: 16px;
	padding: 20px 0 30px;
}

.textI {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  color: #1DC1C2;
}
.shareList {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shareList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -5px 0 -4px -5px;
  padding: 0;
}
.shareList__item {
height: 60px;
    line-height: 60px;
    width: 60px;
    margin: 0 0 0 13px;
    text-align: center;
}
.shareList__link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
}
.shareList__link::before {
  font-size: 30px;
  display: block;
  transition: .2s;
}
.shareList__link:hover {
  opacity: 0.75;
}
.shareList__link.icon-twitter {
  background: #1DC1C2;
}
.shareList__link.icon-facebook {
  background: #1DC1C2;
}
.shareList__link.icon-line {
  background: #1DC1C2;
}
.shareList__link.icon-instagram {
  background: #1DC1C2;
}
.shareList__link:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-line:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ookgoz');
  src: url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ookgoz') format('truetype'), url('../fonts/icomoon.woff?ookgoz') format('woff'), url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*-----ご注意------*/

.notice {
text-align: left;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 20px;
    width: 94%;
}

.notice_inner {
	margin: 0 auto 0.5em;
    padding: 1rem 3rem;
	text-align: center;ß
}

.notice_inner span{
	background: linear-gradient(transparent 40%, #ffff99 0%);
}
@media screen and (max-width: 420px){
.notice_inner {
    padding: 1rem;
	text-align: left;
}
}
/*フロートボタン*/

.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
	  z-index: 100;
}
.floating ul{
display: flex;
}
.floating li{
background: #ff5b00;
    padding: 2px 15px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
    font-size: 0.9em;
	opacity: 0.8;}


.floating a:hover {
  opacity: 1;
}
.floating ul li a {
	color: #fff;
}
.area_box{
    width: 100%;
}