
/* トップページ
=====================================================================*/

/* main visual
------------------------------------------------- */

#main_visual {
	width: 88%;
	margin: 0 auto;
	padding: 20px 0px;
	box-sizing: border-box;
}
#main_visual img {
	width: 100%;
}
@media only screen and (max-width: 767px){
  #main_visual {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px){
  .top_contents_01 {
    margin-bottom: 40px;
    background: #C7BFB2;
    padding: 10px 10px 0 10px;
  }
  .top_contents_01 ul {
    overflow: hidden;
  }
  .top_contents_01 ul li {
  }
  .top_contents_01 ul li > a {
    display: block;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #433A33;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: #EDE6DE;
    border-right: 20px solid #433A33;
  }
  .top_contents_01 ul li > a::before,
  .top_contents_01 ul li > a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .top_contents_01 ul li > a::before{
    right: -13px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top_contents_01 ul li a .ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px dotted #433A33;
    padding-bottom: 3px;
  }
  .top_contents_01 ul li a .txt {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.top_news {
	width: 800px;
	height: 100px;
	background-color: rgba(239,237,234,0.6);
	border: 1px solid #B79F8E;
	margin: 0 auto 40px auto;
	overflow: hidden;
	box-sizing: border-box;
}
.top_news.news_page {
	height: 200px;
}
.top_news .news_title {
	width: 180px;
	height: 100px;
	float: left;
	background: url(../img/top/bg_info.png) no-repeat 128px center #433A33;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 0 20px;
	color: #FFF;
	box-sizing: border-box;
}

.top_news.news_page .news_title {
	height: 200px;
	padding: 80px 0 0 20px;
}
.top_news .news_contents {
	float: left;
	width: 617px;
	height: 100px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 7px 20px 7px 20px;
}
.top_news.news_page .news_contents {
	height: 200px;
}
.top_news .news_contents li {
	margin-bottom: 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, 'Noto Sans JP', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
.top_news .news_contents li .date {
	font-size: 11px;
	margin-right: 40px;
}

.top_message_01 {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	background-color: rgba(245,245,245,0.7);
}
.top_message_01 .inner {
	width: 800px;
	margin: 0 auto;
}
@media only screen and (min-width: 768px){
  .top_news .news_contents li:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .top_news {
    width: 100%;
    height: auto;
    background-color: #FFF;
    border: none;
    margin: 0 0 10px 0;
  }
  .top_news.news_page {
    height: auto;
  }  
  .top_news .news_title {
    width: 100%;
    height: auto;
    float: none;
    background: #C7BFB2;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 10px;
    color: #462C00;
    margin-bottom: 20px;
  }
  .top_news.news_page .news_title {
    height: auto;
    padding: 5px 10px;
  }
  .top_news .news_contents {
    float: none;
    width: auto;
    height: auto;
    overflow-y: inherit;
    padding: 0px;
    margin: 0 15px;
  }
  .top_news.news_page .news_contents {
    height: auto;
  }  
  .top_news .news_contents li {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    border-bottom: 1px dotted #201912;
    padding-right: 20px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    background: url(../img/common/icon_arrow_01.png) no-repeat right center;
    background-size: 2%;
    font-size: 13px;
    letter-spacing: 0;
    -ms-display:flex;
    -webkit-display:flex;
    display:flex;
    align-items: center;
  }
  .top_news .news_contents li a {
    text-decoration: none;
  }
  .top_news .news_contents li .date {
    font-size: 11px;
    margin-right: 10px;
    display: block;
  }
  /*.btn_link_more {
    margin: 20px 40px 20px 40px;
  }
  .btn_link_more a {
    display: block;
    background: #433A33;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
  }*/
}

.top_message_01 p {
	text-align: center;
	font-size: 14px;
	line-height: 2.4;
}

.top_message_02 {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0;
	background: url(../img/top/bg_top.jpg) center center no-repeat;
	background-size: cover;
}
.top_message_02 .inner {
	width: 800px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.top_message_02 p {
	text-align: left;
	font-size: 14px;
	line-height: 2.4;
}
.top_message_02 #products {
	width: 340px;
	float: left;
}
.top_message_02 .txt_area {
	width: 330px;
	float: right;
}


#products .slides_container {
	width:340px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	margin-bottom: 20px;
}

.slides_container span {
	width: 340px;
	height:226px;
	display:block;
}
#products .pagination {
	width: 340px;
	box-sizing: border-box;
}

#products .pagination li {
	float: left;
	margin: 0 20px 10px 0;
	box-sizing: border-box;
}
#products .pagination li.end{
	margin: 0 0px 10px 0;
}
#products .pagination li a {
	display:block;
	width:100px;
	height:66px;
}
#products .pagination li a img {
	width: 100%;
}
#products .pagination li.current a {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}
#products .prev {
	display: none;
}

#products .next {
	display: none;
}

.top_voice {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0;
	background-size: cover;
}
.top_voice .inner {
	width: 800px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.top_voice_items {
  margin-top: 30px;
  -ms-display:flex;
	-webkit-display:flex;
	display:flex;
  justify-content: space-between;
}
.top_voice_item {
  width: 22%;
}
.top_voice_item:nth-child(n + 5) {
  display: none;
}
.top_voice_item a {
  display: block;
  text-decoration: none;
}
.top_voice_img {
  margin-bottom: 10px;
}
.top_voice_img img {
  width: 100%;
}
.top_voice_date,
.top_voice_ttl {
  text-align: left;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.6;
}
.top_voice_text{
	text-align: left;
  font-size: 13px;
	line-height: 1.6;
}
/* 文字丸め
.top_voice_ttl {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}*/
.btn_link_voice {
  margin: 60px 0 0 0;
  text-align: center;
}
.btn_link_voice a {
  display: inline-block;
  background: #433A33;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
}


@media only screen and (max-width: 767px){
  .top_voice {
    padding: 15px;
    margin-bottom: 30px;
  }
  .top_voice .inner {
    width: inherit;
    margin: 0 auto;
    background-color: none;
    padding: 0px;
  }
  .top_voice_items {
    margin-top: 30px;
    display: block;
  }
  .top_voice_item {
    width: 100%;
    /*width: 48%;
    margin: 0 4% 10px 0;*/
  }
  /*.top_voice_item:nth-child(n + 4) {
    display: block;
  }  
  .top_voice_item:nth-child(2n) {
    margin: 0 0 20px 0;
  }*/
  .top_voice_item a {
    -ms-display:flex;
    -webkit-display:flex;
    display:flex;
    text-decoration: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    text-decoration: none;
  }
  .top_voice_img {
    width: 35%;
    margin-right: 5%;
    margin-bottom: inherit;
  }
  .top_voice_img img {
    width: auto;
    max-width: 100%;
    height: 150px;
  }
  .top_voice_text {
    width: 60%;
  }
  .top_voice_date,
  .top_voice_ttl {
    font-size: 13px;
    text-decoration: none;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .btn_link_voice {
    margin: 20px 0 0 0;
  }
  .btn_link_voice a {
    display: inline-block;
    background: #433A33;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 50px;
  }
}

/* generally
=====================================================================*/
.generally_graph {
  float: right;
  margin: 0 0 40px 40px;
  width: 250px;
}
.generally_graph_02 {
  margin: 0 0 20px;
  width: 360px;
}
.generally_graph_02 img {
  width: 100%;
}
.generally_text_01 {
  width: 400px;
}
.generally_tbl_area {
	padding: 20px 20px 10px 20px;
	margin-bottom: 30px;
	background: #F4F4F4;
}
.generally_tbl {
	width: 100%;
	margin-bottom: 30px;
	/* border: 1px solid #B79F8E;*/
  border: none;
}
.generally_tbl th {
	padding: 10px 10px 20px 10px;
	/* background: #E4DFDC;
	border: 1px solid #B79F8E;*/
	text-align: left;
    width: 30%;
  background: none;
  border: none;
  vertical-align: top;
  font-weight: bold;
}
.generally_tbl th.color_01 {
  /* background: #FFF;*/
}
.generally_tbl th.color_02 {
    /*background: #FFCCCC;*/
}
.generally_tbl th.color_03 {
    /*background: #FF7C80;*/
}
.generally_tbl td {
	padding: 10px 10px 20px 10px;
	font-weight: normal;
  text-align: left;
  border: none;

	/*border: 1px solid #B79F8E;
    background: #FFF;*/
}
.generally_list_check {
	margin: 0 0 20px 20px;
}
.generally_list_check li {
	position: relative;
	font-weight: bold;
}
.generally_list_check li::after {
	display: block;
	position: absolute;
	top: .4em;
	left: -1.6em;
	font-size: 12px;
	line-height: 1;
	content: '\002713';
	color: #462C00;
}

.generally_list {
	margin: 0 0 20px 20px;
}
.generally_list li {
	position: relative;
	margin-bottom: 10px;
}
.generally_list li:after  {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 8px;
	height: 1px;
	background-color: #666;
}
@media only screen and (max-width: 767px){
  .generally_graph {
    float: none;
    margin: 0 auto 20px;
    width: 70%;
  }
  .generally_graph img {
    width: 100%;
  }
  .generally_graph_02 {
    width: 100%;
  }
  .generally_text_01 {
    width: 100%;
  }
  .generally_tbl_area {
    padding: 10px 10px 10px 10px;
  }
}

/* results
=====================================================================*/
.results_graph {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px 0;
}
.results_graph_text {
  width: 440px;
}
.results_graph_img {
  width: 320px;
}
.results_graph_img img {
  width: 100%;
}
.results_graph_center {
  text-align: center;
  margin-bottom: 30px;
}
.results_graph_center img{
  width: 475px;
  height: 270px;
  object-fit: contain;
}
.results_img_title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 767px){
  .results_graph {
    display: block;
    margin: 0 0 20px 0;
  }
  .results_graph_text {
    width: 100%;
  }
  .results_graph_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .results_graph_center{
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .results_graph_center img {
    width: 100%;
    border: 1px solid rgba(209, 197, 182, 0.50);
    height: auto;
  }
  .results_img_title {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
/* fee
=====================================================================*/
.fee_sp_box .end {
  margin-bottom: 50px;
}
.fee_small_text {
  font-size: 12px !important;
  color: #666;
}
.fee_small_text.cure {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px){
  .fee_small_text {
    font-size: 11px !important;
  }
}

/* inspection
=====================================================================*/
.inspection_list {
	margin: 0px 0px 20px 0px;
	border: solid 1px #B79F8E;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	color: #621F09;
	background : #EFEDEA;
}
.inspection_list li {
	position: relative;
	margin: 0 0 0 50px;
	font-weight: bold;
}
.inspection_list li:after {
    display: block;
    position: absolute;
    top: .5em;
    left: -1.6em;
	font-weight: bold;
    line-height: 1;
    content: '\002713';
    color: #621F09;
}
@media only screen and (max-width: 767px){
  .inspection_list {
    color: #621F09;
    background : #EEE;
    margin: 10px 10px 30px 10px;
    border: solid 1px #CCC;
    padding: 10px 10px 0 10px;
  }
  .inspection_list li {
    margin: 0 0 10px 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
  }
  .inspection_list li:after {
      top: .3em;
      left: -1.6em;
  }
}
.inspection_wrap {
	overflow: hidden;
}
.inspection_wrap dl {
	width: 380px;
	float: left;
	margin: 0 0 30px 0;
}
.inspection_wrap dl:nth-child(2n) {
	float: right;
}
.inspection_wrap dl:nth-child(2n+1) {
	clear: both;
}
.inspection_wrap dt {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #462C00;
	border-bottom: 1px dotted #433A33;
    padding-bottom: 3px;
    margin-bottom: 20px;
	text-align: left;
}
@media only screen and (max-width: 767px){
  .inspection_wrap dl {
    width: auto;
    float: none;
    margin: 0 10px 10px 10px;
    border: 5px solid #EDE6DE;
    padding: 15px 15px 15px 15px;
    background: #FFF;
  }
  .inspection_wrap dl:nth-child(2n) {
    float: none;
  }
  .inspection_wrap dl:nth-child(2n+1) {
    clear: both;
  }
  .inspection_wrap dt {
    border-bottom: 1px dotted #433A33;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}

/* amh
=====================================================================*/
.amh_graph {
  width: 60%;
  margin: 0 auto 20px;
}
.amh_graph img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .amh_graph {
    width: 100%;
    margin-bottom: 20px;
  }
  .amh_graph img {
    width: 100%;
  }
}

.amh_graph_01 {
  margin: 0 auto 20px;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .amh_graph_01 {
    width: 100%;
    margin-bottom: 20px;
  }
  .amh_graph_01 img {
    width: 100%;
  }
}

/* cure
=====================================================================*/
.contents_box_cure {
  width: 900px;
  margin: 0 auto 30px;
}
.contents_box_cure .h3_common {
  letter-spacing: 0;
  vertical-align: middle;
}
.contents_box_cure .h3_common .small {
  vertical-align: middle;
  margin-left: 5px;
}
.cure_contents_wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cure_contents {
  border: 5px solid #EDE6DE;
  background-color: rgba(245,245,245,0.8);
  padding: 10px;
  width: 48%;
  display: flex;
  flex-direction: column;
}
.cure_contents p {
  line-height: 1.6;
}
.cure_contents .btn_link_detail {
  margin-top: auto;
  margin-bottom: 0;
}
.cure_arrow {
  text-align: center;
  width: 40%;
  margin: 0 auto 30px;
}
.cure_arrow img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .contents_box_cure {
    width: auto;
    margin: 0 10px 20px;
  }
  .contents_box_cure .h3_common {
    font-size: 20px;
    font-weight: bold;
  }
  .contents_box_cure .h3_common .small {
    vertical-align: middle;
    margin-left: 5px;
  }
  .cure_contents_wrap {
    display: block;
  }
  .cure_contents {
    background-color: #FFF;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
  }
  .cure_contents p {
    line-height: 1.6;
  }
  .cure_arrow {
    width: 90%;
    margin: 0 auto 20px;
  }
}

/* aih
=====================================================================*/
.aih_wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.aih_wrap_img {
  width: 350px;
}
.aih_wrap_text {
  width: 410px;
}
@media only screen and (max-width: 767px){
  .aih_wrap {
    display: block;
  }
  .aih_wrap_img {
    width: 100%;
  }
  .aih_wrap_text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ivf_wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ivf_wrap_l,
.ivf_wrap_r {
  width: 380px;
}
.ivf_wrap_img {
  width: 50%;
  margin: 20px auto 0;
}
.ivf_dl {
	margin-bottom: 30px;
}
.ivf_dl.end {
  margin-bottom: 0px;
}

.ivf_dl dt {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #462C00;
	border-bottom: 1px dotted #433A33;
    padding-bottom: 3px;
    margin-bottom: 20px;
	text-align: left;
}

.cure_title_blue {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	color: #102672;
	border-bottom: 1px dotted #102672;
    padding-bottom: 3px;
    margin-bottom: 20px;
	text-align: center;
}
.cure_title_green {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
	color: #00B050;
	border-bottom: 1px dotted #00B050;
    padding-bottom: 3px;
    margin-bottom: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px){
  .ivf_wrap {
    display: block;
  }
  .ivf_wrap_l,
  .ivf_wrap_r {
    width: 100%;
  }
  .ivf_wrap_img {
    width: 90%;
    margin: 10px auto 0;
  }
  .ivf_dl {
    margin: 0 10px 30px 10px;
    border: 5px solid #EDE6DE;
    padding: 15px;
  }
  .ivf_dl.end {
    margin-bottom: 30px;
  }
  .ivf_dl dt {
    font-size: 20px;
    font-weight: bold;
  }

  .cure_title_blue {
    text-align: left;
    padding: 0 10px 3px 10px;
    font-weight: bold;
  }
  .cure_title_blue .fs24 {
    font-size: 18px !important;
  }
  .cure_title_green {
    text-align: left;
    padding: 0 10px 3px 10px;
    font-weight: bold;
  }
  .cure_title_green .fs24 {
    font-size: 18px !important;
  }
}

/* for_non_art
=====================================================================*/
.box_list_01 {
  width: 58%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px){
  .box_list_01 {
    width: 90%;
    margin: 0 auto 30px;
  }
}

/*  growth_arrest
=====================================================================*/
.growth_col_01 {
  -ms-display:flex;
	-webkit-display:flex;
  display:flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.growth_col_01_img {
  width: 30%;
  margin-right: 3%;
}
.growth_col_01_img img {
  width: 100%;
}
.growth_col_01_txt {
  width: 67%;
}
.growth_img_01 {
  width: 100%;
  margin: 0 auto 30px;
}
.growth_img_01 img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .growth_col_01 {
    display: block;
  }
  .growth_col_01_img {
    width: 80%;
    margin: 0 auto 30px;
  }
  .growth_col_01_txt {
    width: 100%;
  }
}

/*  rif
=====================================================================*/
.rif_img_01 {
  width: 50%;
  margin: 0 auto 0px;
}
.rif_img_01 img {
  width: 100%;
}
.rif_img_02 {
  width: 70%;
  margin: 0 auto 30px;
}
.rif_img_02 img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .rif_img_01 {
    width: 80%;
  }
  .rif_img_02 {
    width: 100%;
  }
}
.rif_col_01 {
  -ms-display:flex;
	-webkit-display:flex;
  display:flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.rif_col_01_img {
  width: 40%;
  margin-left: 3%;
}
.rif_col_01_img img {
  width: 100%;
}
.rif_col_01_txt {
  width: 57%;
}
@media only screen and (max-width: 767px){
  .rif_col_01 {
    display: block;
  }
  .rif_col_01_img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .rif_col_01_txt {
    width: 100%;
  }
}

/* epipment
=====================================================================*/
.eq_wrap {
	margin-bottom: 80px;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.eq_wrap.reverse {
  flex-direction: row-reverse;
}
.eq_wrap .txt_area {
	width: 410px;
}
.eq_wrap .photo_area {
  width: 350px;
}
@media only screen and (max-width: 767px){
  .eq_wrap {
    margin-bottom: 40px;
    -ms-display: block;
    -webkit-display: block;
    display: block;
  }
  .eq_wrap.sp_change {
    flex-direction: row-reverse;
  }
  .eq_wrap .txt_area {
    width: 100%;
  }
  .eq_wrap .txt_area p {
    margin: 0 0px 20px 0px;
  }
  .eq_wrap .photo_area {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* about
=====================================================================*/
.filmstrip {
	margin-left: 0 !important;
	padding-left: 0 !important;
	position: absolute;
	left: 0;
}
.filmstrip li{
	width: 180px;
	padding: 0;
	margin: 0;
}
.filmstrip li img{
	width: 100%;
}
.nav-prev {
	width: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
}
#photos .panel {
	margin: 20px 0 0px 0;
	position: relative;
}
#photos .panel .caption_area {
	position: absolute;
	bottom: 24px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 1.3;
}
#photos .panel .caption_area .title {
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
  .filmstrip,.nav-prev {
    display: none;
  }
  #photos .panel img {
    width: 100%;
  }
  #photos .panel {
    margin: 0 10px 50px 10px;
    position: relative;
  }
  .about_ttl {
    margin: 0 0px 20px 0px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #462C00;
    font-size: 20px;
    border-bottom: 1px dotted #462C00;
    padding-bottom: 5px;
  }
  #photos .panel .caption_area {
    position: relative;
    bottom: 0px;
    background-color: #FFF;
    color: #333;
    padding: 5px 0px;
    box-sizing: border-box;
    line-height: 1.6;
    margin: 10px 0;
    font-size: 15px;
  }
}

/* doctor
=====================================================================*/
.doctor_name {
	margin: 0 0 30px 0;
	font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.8;
}
.doctor_name.small {
  margin-bottom: 0;
}
.doctor_name .name {
	font-size: 22px;
}
.doctor_wrap {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
.doctor_wrap_half {
  width: 380px;
}
.doctor_ul {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 0px;
}
.doctor_ul li {
  /*color: #621F09;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-size: 16px;
}
@media only screen and (max-width: 767px){
  .doctor_name {
    font-size: 13px;
    line-height: 1.8;
  }
  .doctor_name.small {
    font-size: 16px;
    font-weight: bold;
  }
  .doctor_name .name {
    font-size: 20px;
  }
  
  .doctor_wrap {
    -ms-display: block;
    -webkit-display: block;
    display: block;
    margin-bottom: 30px;
  }
  .doctor_wrap_half {
    width: 100%;
    margin-bottom: 20px;
  }
  .doctor_tbl_01 th {
    width: 100%;
  }
  .doctor_ul {
    -ms-display: block;
    -webkit-display: block;
    display: block;
    width: 100%;
    margin: 0 0 0px 10px;
  }
  .doctor_ul li {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .doctor_ul li:last-child {
    margin-bottom: 0px;
  }
}

/* information
=====================================================================*/
.info_box_01 {
  border: 1px solid #707070;
  padding: 10px;
}

.agree_check {
  text-align: center;
  margin-bottom: 30px;
}
.agree_check_btnarea {
  text-align: center;
}
.btn_reservation {
  display: inline-block;
  background: #433A33;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 15px 60px;
	font-weight: bold;
	text-decoration: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.btn_reservation:hover {
  opacity: .6;
}
.btn_reservation[disabled="disabled"] {
  background: #999;
  cursor: inherit;
}
.btn_reservation[disabled="disabled"]:hover {
  opacity: 1;
}
.btn_link.interview_sheet {
  text-align: center;
  margin-bottom: 20px;
}
.btn_link.interview_sheet a {
  display: inline-block;
  padding: 15px 60px;
}
@media only screen and (max-width: 767px){
  .btn_link.interview_sheet a {
    padding: 15px 0px 15px 10px;
    font-size: 15px;
    display: block;
  }
}


.faq_dl {
	transition: 0.2s;
	margin-bottom: 20px;
}
.faq_dl.end {
  margin-bottom: 0;
}
.faq_dl dt {
	background: #EEECE8;
	padding: 15px 10px;
	margin-bottom: 10px;
	overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}
.faq_dl dt p {
  margin: 0 0 0 10px !important;
}
.faq_dl dd {
	display: none;
	margin: 0 10px 20px 10px;
}
.faq_dl.open dd {
	display: block;
}
@media only screen and (max-width: 767px){
  .faq_dl dt {
    font-size: 15px;
  }
}
.reservation_ol {
	margin: 0 0 20px 20px;
}
.reservation_ol li {
	list-style: decimal;
	font-size: 11px;
	margin-bottom: 10px;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #999;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 13px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 13px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
    top: 13px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.accordion_icon.white span {
  background-color: #fff;
}

.btn_link.reservation {
  width: 44%;
  margin: 0 3% 30px;
}
.reservation_text {
  font-weight: bold;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
  .btn_link.reservation {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.access_way {
  width: 50%;
}
.access_map {
  width: 45%;
}
.access_way_img {
  margin-bottom: 20px;
}
.access_way_img img{
  width: 100%;
}
.access_map img {
  width: 100%;
}
.access_way_mail {
  width: 90%;
  margin: 0 auto;
}
.access_way_mail img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .access_way {
    width: 90%;
    margin: 0 auto 10px;
  }
  .access_map {
    width: 90%;
    margin: 0 auto 10px;
  }
  .access_map img {
    display: block;
    margin-bottom: 25px;
  }
}

.netlink_area {
	border: solid 1px #B79F8E;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	color: #621F09;
	background : #EFEDEA;
}
.netlink_area .btn_net_link {
	margin: 0 0px 20px 0px;
	display: block;
	background: #7F6000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}
.netlink_area p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #543F36;
}

/* reservation
=====================================================================*/
.reservation_btn {
  width: 48%;
}
@media only screen and (max-width: 767px){
  .reservation_btn {
    width: 96%;
    margin: 0 auto 10px;
  }
  .reservation_btn.end {
    margin-bottom: 20px;
  }
}

#content.modal_show,
  .js_content.modal_show,
  .js_modal_fixed.modal_show{
    position: fixed;
}
.modal-content {
}
.apps_btn {
  -ms-display:flex;
  -webkit-display:flex;
  display:flex;
    justify-content: space-between;
  width: 50%;
  margin: 0 auto 20px;
}
.apps_btn a:first-child {
    display: block;
    width: 43%;
}
.apps_btn a:last-child {
    display: block;
    width: 53%;
}
.apps_btn img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  #content.modal_show,
  .js_content.modal_show{
    margin-top: 51px;
  }
  .modal-content {
    position: absolute;
    visibility: hidden;
    display: none;
    top:70px;
    width: 90% ;
    margin: 0 0 30px 0;
    background: #fff ;
    z-index: 9999999;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .modal-content.show{
    visibility: visible;
    display: block;
    top:0px;
    z-index: 9999999999;
  }
  #modal-overlay {
    z-index: 10;
    display: none ;
    position: fixed;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 100% ;
    background-color: rgba( 0,0,0, 0.40 ) ;
    overflow: hidden;
  }
  .nav_welcome {
    padding: 5px 10px 5px 10px;
    background: #EEEEEE;
    font-size: 12px;
    overflow: hidden;
    vertical-align: middle;
    font-family:'ヒラギノ角ゴ ProN W3',sans-serif;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
  }
  .nav_close_btn {
    width: 15px;
    height: 15px;
    float: left;
    position: relative;
  }
  .nav_close_btn:before, .nav_close_btn:after{content:''; height:2px; width:15px; display:block; background:#000; position:absolute; top:50%; left:0px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}

  .nav_close_btn:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}

  .nav_wrap {
    background: #FFF;
    padding: 25px 20px 0;
  }
  .map {
    width: 78%;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .map img {
    width: 100%;
  }
  .reservation_ul {
    margin: 0 0 30px 20px;
  }
  .reservation_ul li {
    list-style: disc;
    font-weight: bold;
  }
  .reservation_ul li.no_bold {
    font-weight: normal;
  }
  .reservation_faq {
    background: #EEECE8;
    padding: 15px 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
  }

  .reservation_bg {
    background: #EEECE8;
    padding: 15px 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
  }

  .reservation_ol {
    margin: 0 0 20px 20px;
  }
  .reservation_ol li {
    list-style: decimal;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .apps_btn {
    width: 100%;
  }
}

/* news
=====================================================================*/
.contents_box_sp_none.news .photo_area {
	/*float: right;*/
	width: 300px;
	margin: 0 0 20px 20px;
}
.contents_box_sp_none.news .photo_area img {
	width: 100%;
	margin-bottom: 10px;
}
.contents_box_sp_none.news {
  word-break : break-all;
}
.news_content {
  -ms-display:flex;
	-webkit-display:flex;
  display:flex;
  justify-content: space-between;
  word-break : break-all;
}
.news_content_text {

}
.news_content_photo {
  width: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.news_content_photo img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
  .news_content {
    -ms-flex-wrap:wrap; 
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: inherit;
  }
  .news_content_text {
    margin: 0 15px 10px 15px;
  }
  .news_content_photo {
    width: 80%;
    margin: 0 auto;
  }
  .news_content_photo img {
    width: 100%;
    margin-bottom: 10px;
  }
  .news_content_pdf{
    width: 90%;
    margin: 0 auto 30px;
  }
}

/* inquiry
=====================================================================*/

.inq_form {
	background: #FFF;
	padding: 20px;
  border: 2px solid #433A33;
}
.inq_form.confirm {
  border: none;
  background: none;
}

.inquiry p {
	margin: 0 0px 0px 0px;
}
.inquiry dl {
	margin-bottom: 0px;
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.inquiry dl.end {
	margin-bottom: 30px;
}
.inquiry dl dt {
	display: table-cell;
	padding: 10px 10px;
	background: #E4DFDC;
	border-left: 1px solid #B79F8E;
	border-right: 1px solid #B79F8E;
	border-bottom: 1px solid #B79F8E;
	text-align: left;
	font-weight: bold;
	width: 36%;
	font-size: 14px;
	vertical-align: middle;
  box-sizing: border-box;
}
.inquiry dl.top dt,
.inquiry dl.top dd {
	border-top: 1px solid #B79F8E;
}
.inquiry dl .wide_form {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.inquiry dl dd {
	display: table-cell;
	padding: 10px 10px;
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #B79F8E;
	border-right: 1px solid #B79F8E;
	border-bottom: 1px solid #B79F8E;
	vertical-align: middle;
}
.inquiry dl dd input[type="text"] {
	width: 100%;
	height: 34px;
  box-sizing: border-box;
}
.inquiry dl dd textarea {
	width: 100%;
	margin: 0 auto 0px auto;
}
/*.inquiry .checkArea {
	background: #F5F5F5;
	padding: 20px 10px;
	margin-bottom: 30px;
}*/
.inquiry .check {
	display: table;
	margin: 0 0 10px 0;
}
.inquiry .check.comment {
  margin: 0 0 10px 35px;
}
.inquiry .check input {
	display: table-cell;
	font-size: 16px;
}
.inquiry input[value] {
	color: #999;
	font-size: 16px;
}
.inquiry input[placeholder] {
  font-size: 16px;
}  
.inquiry .check label {
	display: table-cell;
	text-align: left;
	padding-left: 20px;
}
.inquiry p.check input[type="checkbox"] {
  -moz-transform-origin: left middle;
  -moz-transform: scale( 2 , 2 );
  -webkit-transform-origin: left middle;
  -webkit-transform: scale( 2 , 2 );
  margin-left: 10px;
}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.inquiry .btnArea {
	margin: 0 50px 0px 50px;
	text-align: center;
	vertical-align: top;
}
input[type="button"],input[type="submit"],input[type="reset"] {
  border-radius: 0;
   -webkit-appearance: none;
}
.inquiry .btnArea input[type="submit"] {
	width: 220px;
	background: #433A33;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-radius: 0;
	border: none;
  transition:.5s;
	vertical-align: top;
}
.inquiry .btnArea input[type="submit"]:hover {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}
.inquiry .btnArea input[type="reset"] {
	width: 220px;
	background: #C7B5A7;
	padding: 20px 0;
	text-align: center;
	color: #462C00;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-radius: 0;
	border: none;
  transition:.5s;
	vertical-align: top;
  cursor: pointer;
}
.inquiry .btnArea input[type="reset"]:hover {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}
.inquiry .btnArea input#back {
	width: 220px;
	background: #C7B5A7;
	padding: 20px 0;
	text-align: center;
	color: #462C00;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 0;
	border: none;
	margin-bottom: 20px;
	vertical-align: top;
	transition:.5s;
}
.inquiry .btnArea input#back:hover {
	filter: alpha( opacity = 60 );
	opacity: 0.6;
}
.inquiry .required{
	font-size: 11px;
	color: #FFF;
	background: #900;
	border: 1px solid #900;
	padding: 2px 4px;
	margin: 0 0px 0 10px;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 3px;
}
.inquiry .attention {
	color: #FF0000;
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}
.inquiry .attention a {
	color: #FF0000;
}
.inquiry .ERR {
	color: #900;
}
@media only screen and (max-width: 767px){
  .inq_form {
    padding: 15px;
  }
  .inq_form.confirm {
    padding: 0;
  }
  .inquiry p {
    margin: 0 0px 20px 0px;
  }
  .inquiry dl {
    margin-bottom: 20px;
  }
  .inquiry dl dt {
    padding: 0;
    background: #FFF;
    border: none;
    margin-bottom: 10px;
    width: 35%;
    vertical-align: top;
  }
  .inquiry dl.top dt,
  .inquiry dl.top dd {
    border-top: none;
  }
  .inquiry dl .wide_form {
    width: 98%;
  }
  .inquiry dl dd {
    padding: 0;
    background: #FFF;
    border: none;
    margin: 0 0px;
    width: 62%;
    padding-left: 2%;
    padding-right: 0%;
    vertical-align: top;
  }
  .inquiry dl dd input[type="text"] {
    margin-bottom: 10px;
  }
  .inquiry .btnArea {
    margin: 0 0px 30px 0px;
  }
  .inquiry .btnArea input[type="submit"] {
    width: 100%;
  }
  .inquiry .btnArea input[type="reset"] {
    width: 100%;
  }
  .inquiry .btnArea input#back {
    width: 100%;
  }
  .inquiry .required{
    margin: 0 0px 0 0px;
  }
}

.inquiry_info {
  width: 86%;
  margin: 0 auto 20px;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inquiry_info p {
  width: 48%;
  font-weight: bold;
}
@media only screen and (max-width: 767px){
  .inquiry_info {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .inquiry_info p {
    width: 100%;
    font-weight: normal;
  }
}

.inq_mail {
	background: #FFF;
	padding: 20px;
  border: 2px solid #433A33;
}
.inq_mail_bg {
  background: #EEECE8;
  padding: 20px 20px;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 5px;
}
.inq_mail_img {
  width: 36%;
  margin: 0 0 30px;
}
.inq_mail_img.long {
  width: 40%;
}
.inq_mail_img img {
  width: 100%;
}
@media only screen and (max-width: 767px){
  .inq_mail {
    padding: 15px;
  }
  .inq_mail_bg {
    background: #EEECE8;
    padding: 20px 20px;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 5px;
  }
  .inq_mail_img {
    width: 70%;
    margin: 0 auto 30px auto;
  }
  .inq_mail_img.long {
    width: 80%;
  }
  .inq_mail_img img {
    width: 100%;
  }
}

.tel_txt {
	margin: 0 auto 20px auto;
	/*color: #888;*/
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  text-align: center;
}
.inquiry .accordion_icon {
  display: none;
}
@media only screen and (max-width: 767px){
  .tel_txt {
    color: #621F09;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
  }
  .contents_tel {
    display: none;
  }
  .inquiry .accordion_icon {
    display: block;
  }
  .privacy_box {
    display: none;
  }
}
.privacy {
	margin: 0 0px 0px 30px;
}
.privacy li {
	list-style: decimal;
	margin-bottom: 20px;
}
.privacy li ul {
	margin: 10px 0 10px 10px;
}
.privacy li ul li {
	list-style: disc;
	margin-bottom: 20px;
}


.list_normal {
}
.list_normal li {
	list-style: disc;
	margin: 0 0 0 20px;
}

.ol_common {
	margin: 0 0 0 20px;
}
.ol_common li {
	list-style: decimal;
}

/* ce
=====================================================================*/
.ce_dl_01 {
  margin: 0 10px 20px 10px;
}
.ce_dl_01_dt {
  font-weight: bold;
  font-size: 16px;
}


/* graduators
=====================================================================*/
#pagetitle .graduates_voice_title_sp{
  font-size: 22px;
  text-align: left;
  top: 33%;
  left: 30px;
  line-height: 1.5;
}
#pagetitle .graduates_voice_title_sp span{
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 320px){
  #pagetitle .graduates_voice_title_sp{
    font-size: 20px;
    top: 33%;
    line-height: 1.3;
  }
}
.graduates_voice_intro_img{
  margin-bottom: 15px;
}
.graduates_voice_intro_img img{
  max-width: 100%;
}
@media only screen and (max-width: 767px){
  .contents_box.graduates_voice_wrap .contents_inner{
    margin: 0 10px;
  }
  .graduates_voice_intro_img {
    margin: 0 10px 15px;
  }
  .graduates_voice_intro_img + p{
    text-align: left!important;
    margin: 0 10px;
  }
}
.graduators_voice_items {
  margin-top: 60px;
}
.graduators_voice_item a {
  margin: 0 0 60px 0;
	-ms-display:flex;
	-webkit-display:flex;
	display:flex;
	-ms-flex-wrap:wrap; 
	-webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.graduators_voice_img {
  width: 30%;
  margin-right: 5%;
}
.graduators_voice_img img {
  width: 100%;
}
.graduators_voice_text {
  width: 100%;
  text-align: left;
}
.graduators_voice_ttl {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  margin-bottom: 20px;
}
.graduators_voice_content,
.graduators_voice_content p{
  line-height: 2;
  margin-bottom: 0px;
}
.graduators_voice_more {
  margin-top: 20px;
  text-align: right;
}
.btn_link_voice {
  margin: 60px 0 0 0;
  text-align: center;
}
.btn_link_voice a {
  display: inline-block;
  background: #433A33;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 50px;
}


@media only screen and (max-width: 767px){
  .graduators_voice {
    padding: 15px;
    margin-bottom: 30px;
  }
  .graduators_voice .inner {
    width: inherit;
    margin: 0 auto;
    background-color: none;
    padding: 0px;
  }
  .graduators_voice_items {
    margin-top: 30px;
  }
  .graduators_voice_item {
    border: 5px solid #EDE6DE;
    padding: 15px;
    background: #fff;
    margin: 0 0 15px 0;
  }
  .graduators_voice_item a {
    margin: 0 0 0px 0;
    -ms-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0px;
    border-bottom: none;
    text-decoration: none;
  }
  .graduators_voice_img {
    width: 35%;
    margin-right: 5%;
  }
  .graduators_voice_img img {
    width: auto;
    max-width: 100%;
    height: 150px;
  }

	.graduators_voice_content,
	.graduators_voice_content p{
		font-size: 12px;
		line-height: 1.6;
	}
  .graduators_voice_ttl {
    text-align: left;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.6;
  }
  .btn_link_voice {
    margin: 20px 0 0 0;
  }
  .btn_link_voice a {
    display: inline-block;
    background: #433A33;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 50px;
  }
}

.graduators_questionnaire {
  width: 70%;
  margin: 30px auto 60px;
}
.graduators_questionnaire img {
  width: 100%;
}
.graduators_free {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px){
  .graduators_questionnaire {
    width: 90%;
    margin: 30px auto 30px;
  }
  .graduators_free {
    width: 100%;
  }
}

/* 230208追加
=====================================================================*/
.indent{
  padding-left:1em;
	text-indent:-1em;
}

/* 231122追加
=====================================================================*/

@media only screen and (max-width: 767px) {
  .fv_contents_inner {
    margin: 0 15px;
  }

  .fv_contents_inner.continue {
    margin: 0 15px 50px 15px;
  }
}


.fv_contents_inner .first_faq_dl {
  margin-bottom: 40px;
}
.fv_contents_inner .first_faq_dl.end {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fv_contents_inner .first_faq_dl {
    margin-bottom: 20px;
  }
  .fv_contents_inner .first_faq_dl:last-child {
    margin-bottom: 50px;
  }
}

.fv_contents_inner .first_faq_dl dt {
  position: relative;
	background: #EEECE8;
	padding: 15px 10px;
	margin-bottom: 10px;
	overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .fv_contents_inner .first_faq_dl dt {
    padding: 10px 25px 10px 10px;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-size: 15px;
  }
}

.fv_contents_inner .first_faq_dl dt .dl-icon::after,
.fv_contents_inner .first_faq_dl dt .dl-icon::before {
  content: "";
  display: block;
  position: absolute;
  right: 2%;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #999;
}

.fv_contents_inner .first_faq_dl dt .dl-icon::after {
  transform: rotate(90deg);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fv_contents_inner dl.active .dl-icon::after {
  transform: rotate(180deg);
}

.fv_contents_inner .first_faq_dl dd {
  display: block;
  position: relative;
  transition: .3s;
  margin: 0 10px 20px 10px;
}

.first_faq_dl_hidden {
  display: none;
}

.first_faq_dl_hidden .text-area{
  margin-top: 20px !important;
}

.fv_contents_inner .first_faq_dl dd .faq_dl_indent{
  display: block;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.first_faq_text {
  display: block;
	color: transparent;
	background: linear-gradient( 180deg, #333 0, transparent 90% );
	-webkit-background-clip: text;
  transition: 0.3s;
}
.active .first_faq_text {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .fv_contents_inner .first_faq_dl dd {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }

  .fv_contents_inner .first_faq_dl dd p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
  }
}

.fv_contents_inner .btn_graduators_wrap {
  width: 320px;
  height: 70px;
  margin-left: 30px;
}
.fv_contents_inner .btn_graduators {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  background: #433A33;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: .3s;
}

.fv_contents_inner .btn_graduators span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .fv_contents_inner .btn_graduators_wrap {
    width: 100%;
    height: 73px;
    margin-left: 0px;
  }

  .fv_contents_inner .fv_agree_check_btnarea{
    width: 100%;
  }
  .fv_contents_inner .fv_agree_check_btnarea .btn_reservation{
    display: block;
    width: 100%;
  }
}
.fv_contents_inner .fv_contents_box{
  margin-bottom: 20px;
}
.fv_contents_inner .fv_contents_box .fv_contents_box_tit{
  font-weight: bold;
  margin-bottom: 0;
}

.fv_contents_inner .fv_contents_box .fv_contents_box_indent{
  padding-left: 1.5em;
  margin-bottom: 10px;
}

.fv_contents_inner .tbl_03{
  border: 1px solid #CCC;
}
.fv_contents_inner .tbl_03 tr{
  border-bottom: 1px solid #CCC;
}
.fv_contents_inner .tbl_03 th{
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
.fv_contents_inner .tbl_03 th,
.fv_contents_inner .tbl_03 td{
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .fv_contents_inner .tbl_03 th,
  .fv_contents_inner .tbl_03 td{
    padding: 10px;
  }
}

.fv_contents_inner .tbl_03 .cross{
  color: #83575a;
}
.fv_contents_inner .tbl_03 .triangle{
  display: block;
  border-right: 7px solid transparent;
  border-bottom: 11px solid #346461;
  border-left: 7px solid transparent; 
}

/* 240308追加
=====================================================================*/
span.list-ttl{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
/* with_works */
.receptiontimem_box{
  display: inline-block;
  width: 45%;
}
.receptiontimem_box ol{
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .receptiontimem_box{
    display: block;
    width: 100%;
  }
}
/* treatment_fee */
.fee_tax{
  text-align: right;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .fee_tax{
    margin-top: -15px;
  }
}

/* our_features */
@media only screen and (max-width: 767px) {
.features_menu{
  margin-top: 10px;
  margin-bottom: 35px;
  padding:12px 25px 20px;
  background: #2E2721;
}
.features_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features_menu_list li{
  width: 31%;
  background: #FFF;
  border: 1px solid #EEEEEE;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 0 20px;
}
.features_menu_list li a{
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.3;
}
.features_menu_list_detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.features_menu_list_detail_img{
  width: 100px;
}
.features_menu_list_detail_img img{
  width: 100%;
}
.features_menu_list li.menu04 .features_menu_list_detail_img{
  margin-bottom: 3px;
}

.features_menu_list_detail_more{
  display: block;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  bottom: -9px;
  left: 39%;
}
.features_menu_list_detail_more_icon{
  position: relative;
  display: block;
}
.features_menu_list_detail_more_icon::after{
  content: "";
  position: absolute;
  bottom: -7px;
  left: 18%;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #51390F transparent transparent transparent;
}

.features_menu_list li.menu04 .features_menu_list_detail_more,
.features_menu_list li.menu06 .features_menu_list_detail_more{
  bottom: -17px;
}
.features_link_list{
  margin-top: 30px;
}
.features_link_list li{
  margin-bottom: 20px;
  text-align: center;
}
.features_link_list li a{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
}
}

/* TOP */
@media only screen and (max-width: 767px) {
.top_menu{
  margin-top: 30px;
  margin-bottom: 40px;
  padding:28px 25px 20px;
}
.top_menu_ttl{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 0 0 25px;
}
.top_menu_btnarea{
  padding: 19px 0 0;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
.btn_brown{
  width: 100%;
  background: #433A33;
  color: #FFF;
  font-size: 16px;
  line-height: 55px;
  height: 55px;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 43px;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.btn_brown_icon{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_arrow_02.png) center center no-repeat;
  background-size: cover;
  left: 80px;
}
.btn_brown_feature .btn_brown_icon{
  left: 40px;
}
/*.top_menu_btnarea a{
  width: 100%;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}*/
.top_menu_contents{
  color: #FFF;
  margin-top: 30px;
  margin-bottom: 40px;
  padding:28px 12px 20px;
  background: #2E2721;
  letter-spacing: .01em;
  line-height: 2;
}
.top_menu_contents .top_menu_btnarea{
  margin-top: 12px;
}
}


.f_menu_area ul li.link_tit a{
  margin-left: 0;
}
.f_menu_area ul li.link_tit a:before {
  content: none;
}
#gmenu .no_submenu_03  {
  margin-bottom: 10px;
}
#gmenu .no_submenu_03 a {
	display: block;
	background: #433A33;
	line-height: 30px;
	color: #FFF;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 0 25px 0 0;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
#gmenu .no_submenu_03  {
    margin-bottom: 0;
}
#gmenu .no_submenu_03 a {
  text-align: center;
}
}

/* 240517追加
=====================================================================*/

/* contact_us */
.contact_faq_ttl{
  font-size: 17px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .contact_contents_inner{
    margin: 0 15px;
  }
  .contact_contents_inner02{
    margin: 0 15px;
  }
}
.contact_contents_inner .contact_faq_dl {
  margin-bottom: 40px;
}
.contact_contents_inner .contact_faq_dl.end {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact_contents_inner .contact_faq_dl {
    margin-bottom: 20px;
  }
  .contact_contents_inner .contact_faq_dl:last-child {
    margin-bottom: 50px;
  }
}
.contact_contents_inner .contact_faq_dl dt {
  position: relative;
	background: #EEECE8;
	padding: 15px 10px;
	margin-bottom: 10px;
	overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .contact_contents_inner .contact_faq_dl dt {
    padding: 10px 25px 10px 10px;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-size: 15px;
  }
}
.contact_contents_inner .contact_faq_dl dt .dl-icon::after,
.contact_contents_inner .contact_faq_dl dt .dl-icon::before {
  content: "";
  display: block;
  position: absolute;
  right: 2%;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #999;
}
.contact_contents_inner .contact_faq_dl dt .dl-icon::after {
  transform: rotate(90deg);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact_contents_inner dl.active .dl-icon::after {
  transform: rotate(180deg);
}
.contact_contents_inner .contact_faq_dl dd {
  display: block;
  position: relative;
  transition: .3s;
  margin: 0 10px 20px 10px;
}
.contact_faq_dl_hidden {
  display: none;
}
.contact_contents_inner .contact_faq_dl dd .faq_dl_indent{
  display: block;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.contact_faq_text {
  display: block;
	color: transparent;
	background: linear-gradient( 180deg, #333 0, transparent 90% );
	-webkit-background-clip: text;
  transition: 0.3s;
}
.active .contact_faq_text {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .contact_contents_inner .contact_faq_dl dd {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }

  .contact_contents_inner .contact_faq_dl dd p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
  }
}
.contact_contents_inner .btn_graduators_wrap {
  width: 320px;
  height: 70px;
  margin-left: 30px;
}
.contact_contents_inner .btn_graduators {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  background: #433A33;
  color: #FFF;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.contact_contents_inner .btn_graduators span {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .contact_contents_inner .btn_graduators_wrap {
    width: 100%;
    height: 73px;
    margin-left: 0px;
  }

  .contact_contents_inner .fv_agree_check_btnarea{
    width: 100%;
  }
  .contact_contents_inner .fv_agree_check_btnarea .btn_reservation{
    display: block;
    width: 100%;
  }
}
.contact_contents_inner .contact_contents_box{
  margin-bottom: 20px;
}
.contact_contents_inner .contact_contents_box .contact_contents_box_tit{
  font-weight: bold;
  margin-bottom: 0;
}
.contact_contents_inner .contact_contents_box .contact_contents_box_indent{
  padding-left: 1.5em;
  margin-bottom: 10px;
}
.contact_contents_inner .tbl_03{
  border: 1px solid #CCC;
}
.contact_contents_inner .tbl_03 tr{
  border-bottom: 1px solid #CCC;
}
.contact_contents_inner .tbl_03 th{
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
.contact_contents_inner .tbl_03 th,
.contact_contents_inner .tbl_03 td{
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .contact_contents_inner .tbl_03 th,
  .contact_contents_inner .tbl_03 td{
    padding: 10px;
  }
}
.contact_contents_inner .tbl_03 .cross{
  color: #83575a;
}
.contact_contents_inner .tbl_03 .triangle{
  display: block;
  border-right: 7px solid transparent;
  border-bottom: 11px solid #346461;
  border-left: 7px solid transparent; 
}

/* access */
.access_contents .access_way {
  width: 80%;
  margin: 0 auto 50px;
}
.access_contents .access_map {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .access_contents{
    width: 100%;
    margin: 0;
  }
  .access_way_img,
  .access_map_img{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/* amh */
.amh_graph_01{
  width: 75%;
}
.amh_graph_01 img{
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .amh_graph_01{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/* トップページ　お知らせ部分修正　もっと見るボタン追加 */

.top_news .btn_link_more {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top_news{
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0px;
  }
  .top_news .btn_link_more {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

/* 未婚の方の卵子凍結　初診 */
.booking-list li:not(:first-child){
  margin-top: 10px;
}

.booking-list.carrying-list{
  font-size: 15px;
  white-space: nowrap;
}

.booking-list.before-booking_list, .booking-list.carrying-list {
  text-indent: -1em;
  padding-left: 1em;
}

.aiding_link{
  margin-bottom: 0 !important;
}

.aiding_link_jump{
  overflow-wrap: anywhere;
}

.aiding_text{
  margin-top: 20px;
}

.contact-form-link{
  text-align: center;
  margin-bottom: 0 !important;
}

.reservation-warning{
  text-align: center;
}

.cost-wrap p{
  margin: 0;
}

.cost-wrap, .carrying-wrap{
  width: 380px;
  margin: 0 auto;
}

.package-plan-wrap{
  text-align: center;
  border: solid 1px #707070;
  padding: 20px;
}

.package-plan-wrap h3{
  font-size: 20px;
}

.package-cost-area, .package-cost-area-text{
  margin-top: -10px !important;
}

.package-text, .package-cost{
  margin-bottom: 0 !important;
  text-align: left;
}

.initial-related-cost{
  margin-left: 50px;
}

.initial-related-cost table, .initial-related-cost tr th, .initial-related-cost tr td{
  border: none;
  background: none;
}

.initial-related-cost .example{
  font-size: 12px;
  display: block;
  padding-left: 40px;
  white-space: nowrap;
}

.contents_box .package-cost{
  text-align: center;
  font-size: 25px;
}


.bold.package-text.plan-text{
  margin-top: 20px;
}

.reservation-text{
  margin-bottom: 0 !important;
  margin-top: 20px;
  text-align: center;
}

.agree_check_btnarea.fv_agree_check_btnarea.btn_reservation_jump{
  margin-top: 20px;
}


@media only screen and (max-width: 767px) {
  .booking-list.carrying-list{
    font-size: 14px;
  }
  .cost-wrap, .carrying-wrap{
    width: 100%;
    margin: 0 auto;
  }

  .aiding_text{
    margin-top: 20px !important;
  }

  .reservation-warning{
    text-align: left;
  }
}


/*TOP SP修正*/
@media only screen and (max-width: 767px) {
  h2.top_menu_ttl {
      font-size: 22px;
      line-height: 1.3em;
      letter-spacing: 0.15em;
  }
  .top_menu.features_menu {
      margin-top: 40px;
      margin-bottom: 0;
      padding: 28px 25px 20px;
      background: url(../img/common/features_bg.jpg) no-repeat;
      background-size: cover;
  }
  .features_menu_list .features_menu_list_box {
      width: 31%;
      background: #fffffffc;
      border: none;
      margin-bottom: 12px;
      text-align: center;
      padding: 0;
      border-radius: 10px;
      height: 172px;
      position: relative;
  }
  .features_menu_list_detail_img {
      width: 50px;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .features_menu_list_detail_img.menu02 {
      width: 40px;
      padding-top: 15px;
      padding-bottom: 5px;
  }
  .features_menu_list_detail_img.menu03 {
      width: 35px;
      padding-bottom: 20px;
  }
  .features_menu_list_detail{
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 16px;
  }
  .features_menu_list_detail .small {
    font-size: 11px;
    padding-bottom: 3px;
  }
  .features_menu_list .features_menu_list_box::after{
    position: absolute;
      content: "";
      width: 10px;
      height: 13px;
      display: block;
      background: url(../img/common/icon_next_down.png) no-repeat;
      background-size: contain;
      bottom: 6px;
      left: 50%;
      transform: translateX(-50%);
  }
  .top_menu.pc_hide.features_menu_sub{
      background: url(../img/common/bg_top.jpg) no-repeat;
      background-size: cover;
      padding-bottom: 40px;
      margin: 0;
  }
  .top_menu.pc_hide.features_menu_sub a {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #CBBEAD;
    line-height: 1.5;
    color: #433A33;
  }
  .top_menu.pc_hide.features_menu_sub a::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 12px;
    display: block;
    background: url(../img/common/icon_next.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .top_menu.pc_hide.features_menu_sub a span {
    font-size: 12px;
    color: #423A33;
  }
  .advice_btn {
    background: #FAD3D3;
    margin: 0 5px 10px;
    border-radius: 60px;
    padding: 3px;
  }
  .advice_btn.frozen_btn {
    background: #D3F3FA;
    margin: 0 5px 25px;
  }  
  .pc_hide.advice a {
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 73px;
    border: 1px solid #fff;
    border-radius: 41px;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #1B1A1A;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.26;
    position: relative;
  }
  .advice_btn.frozen_btn a {
    line-height: 2.26;
  }
  .pc_hide.advice a::before{
     content: "";
     position: absolute;
     width: 53px;
     height: 48px;
     background: url(../img/common/logo_icon.png) no-repeat;
    background-size: contain;
    left: 15px;
  }
  .pc_hide.advice a::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 12px;
    display: block;
    background: url(../img/common/icon_next.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .pc_hide.advice p {
      padding: 0 15px;
  }
}

/*ハンバーガーメニュー SP修正*/
@media only screen and (max-width: 767px) {
  #gmenu .submenu {
        overflow: visible;
        height: auto;
        width: 100%;
        background: #FAF7F3;
        position: relative;
        top: 0px;
        left: 0px;
    }
      #gmenu .no_submenu {
        background: #FAF7F3;
        padding: 0px 0px 0px 0;
        margin-bottom: 0px;
    }
      #gmenu .no_submenu a {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 13px;
        text-align: left;
        margin-bottom: 0px;
        text-decoration: none;
        position: relative;
        padding: 0;
        line-height: 1.6;
    }
  #gmenu .no_submenu_03 a{
    display: block;
    background: #423A33;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
  }
  #gmenu .no_submenu_04{
    display: block;
    background: #423A33;
    line-height: 1.5;
    color: #FFF;
    text-align: right;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
    font-weight: 400;
    text-align: left;
  }
  #gmenu ul li {
    border: none;
    border-bottom: 1px dotted #D8D0C5;
    margin: 0 12px;
    padding: 10px 0;
    float: none;
    background: #FAF7F3;
    text-align: left;
    line-height: 1.6;
    font-weight: 500;
  }
  #gmenu .submenu li a {
    display: block;
    color: #433933;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    text-align: left;
    margin-bottom: 0px;
    padding: 0 0px 0 0;
    opacity: 1;
    position: relative;
  }
  #gmenu .no_submenu_03 a::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 12px;
    display: block;
    background: url(../img/common/icon_next.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  #gmenu .no_submenu a::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 10px;
    display: block;
    background: url(../img/common/icon_next.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  #gmenu .submenu li a::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 10px;
    display: block;
    background: url(../img/common/icon_next.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }

  .nav_menu.features_menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px 10px;
    background: #FAF7F3;
  }
  .features_menu_list_box a {
    text-decoration: none;
    line-height: 1.4;
  }
  .nav_menu.pc_hide.advice {
    background: #FAF7F3;
    text-align: left;
    padding-top: 30px;
  }
  .nav_menu.pc_hide.advice .advice_btn {
    background: #FAD3D3;
    margin: 0 12px 15px;
    border-radius: 60px;
    padding: 3px;
  }
  .nav_menu.pc_hide.advice .advice_btn.frozen_btn {
    background: #D3F3FA;
  }
  .nav_menu.pc_hide.advice a{
    font-size: 15px;
  }
  .nav_menu.pc_hide.advice.frozen_btn a{
    line-height: 2;
  }
  .nav_menu.pc_hide.advice p {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 40px;
  }
  #gmenu a.external_link{
    position: relative;
  }
  #gmenu a.external_link::after{
    position: absolute;
    content: "";
    width: 17px;
    height: 10px;
    display: block;
    background: url(../img/common/external_link.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  .kuchikomi_area.pc_hide p {
    font-size: 15px;
    font-weight: 500;
  }
  .kuchikomi_area.pc_hide {
    padding: 30px 0;
    background: #FAF7F3;
  }
  .link_btn_round li a {
    border: 1px solid #DDD5CB;
    padding: 15px 30px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    margin: 10px 0;
  }
  .link_btn_round li {
    border: none !important;
    padding: 0 !important;
  }
  #gmenu .link_btn_round li a.external_link::after{
    right: 10px;
  }
  #slide_menu .end {
    background: #FAF7F3;
    height: 50px;
    border: none;
  }
  .close_btn_area {
    width: 100%;
    height: 80px;
    background: #EDE6DE;
    position: relative;
  }
  #slide_menu .close_btn_area div.close_btn.close_btn_end {
    position: absolute;
    top: 45px;
    right: 0;
    padding-top: 10px;
    transform: translateY(calc(-50% - 5px));
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    width: 100%;
    height: 80px;
  }
}


/*フッター SP修正*/
@media only screen and (max-width: 767px) {
  footer .kuchikomi_area.pc_hide {
      padding: 30px 0;
      background: #433a33;
      border: none;
      text-align: center;
  }
  footer .kuchikomi_area.pc_hide p {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }
  footer .link_btn_round li {
      padding: 0 40px !important;
  }
  footer .link_btn_round li a {
    border: 1px solid #ddd5cb7a;
    padding: 15px 30px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    margin: 10px 0;
    /* color: #fff; */
    position: relative;
    background: #fffffffc;
  }
  footer a.external_link::after{
    position: absolute;
    content: "";
    width: 17px;
    height: 10px;
    display: block;
    background: url(../img/common/external_link.png) no-repeat;
    background-size: contain;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}


/*メニュー SP修正*/
@media only screen and (max-width: 767px) {
  .top_menu.pc_hide.features_menu.sp_hum_menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 28px 0 20px;
    background: #fff url(../img/common/features_bg.jpg) no-repeat;
    background-size: cover;
  }

  .sp_hum_menu .top_menu_ttl {
      font-size: 20px;
      line-height: 1.3em;
      letter-spacing: 0.15em;
  }

  .sp_hum_menu li.features_menu_list_box {
      border: none;
      border-bottom: 1px dotted #D8D0C5;
      margin: 0 12px;
      padding: 15px 0;
      float: none;
      background: #FAF7F3;
      text-align: left;
      line-height: 1.6;
      font-weight: 500;
  }

  .sp_hum_menu .features_menu_list_detail_img {
      width: 45px;
      padding-top: 7px;
      padding-bottom: 15px;
  }

  .sp_hum_menu .features_menu_list_detail {
      text-align: center;
  }


  .sp_hum_menu .features_menu_list_detail_img.menu02 {
      width: 40px;
      padding-top: 6px;
      padding-bottom: 5px;
  }

  .sp_hum_menu .features_menu_list_detail_img.menu03{
      width: 35px;
      padding-bottom: 20px;
  }

  .sp_hum_menu .features_menu_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

  #gmenu ul li.features_menu_list_box {
      width: 29%;
      padding: 12px 0;
      margin: 0 3px;
  }

#gmenu ul li.menu_hum_sub{
  border: none;
  float: none;
  background: none;
  text-align: left;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

}

.contents_dots_title{
  padding-left: 14px;
  position: relative;
  font-family: "ヒラギノ角ゴProN", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
}

.contents_dots_title:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FFB8B9;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



/* Contact Form 7のすべてのテキスト入力欄に適用 */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    /* 画面幅に合わせて伸縮させる */
    width: 100%; 
    /* input要素の幅にpaddingやborderを含めるようにする（レイアウト崩れを防ぐため必須） */
    box-sizing: border-box; 
    /* 必要に応じて最大幅を設定 */
    max-width: 400px; /* 例として、PCで最大400pxとするなど */
    color: #462C00;
}

.wpcf7-form .contents_box p {
  line-height: 1.5;
}

/* スマホ表示時の調整（不要な場合もありますが、念のため） */
@media (max-width: 767px) {
    .wpcf7 input[type="text"], 
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"] {
        /* 画面幅いっぱいに広げる */
        width: 100% !important; 
    }
}