@charset "UTF-8";

.text-content {
  width:94%;
  max-width: 1000px;
  margin:0 auto;
}
.text-content p {
  margin:0 auto 20px;
}


.text_content {
  width:94%;
  max-width: 1000px;
  margin:0 auto;
}
.text_content p {
  margin:0 auto 20px;
}

.purple_box {
 	background:#E7E8F0;
	padding:30px 40px 35px;
}
.purple_box ul li {
	margin-bottom:10px;
}
.purple_box ul li::before {
	content: "";
	width:7px;
	height:7px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:7px;
}
@media screen and (max-width:770px){
  .purple_box {
    padding:20px 20px 15px;
  }
}


/* --------------------------------------------------------------------
	top_main
-------------------------------------------------------------------- */

.top_main {
	background-image:URL(../images/top_main_back_02.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	padding:80px 0 70px;
	font-family: 'Noto Serif JP', serif;
	font-weight:500;
	letter-spacing:0.1em;
	color:#333333;
	text-align:center;
	margin-bottom:70px;
}
.top_catch {
	width:98%;
	margin:0 auto;
}
.top_catch p:nth-child(1) {
	font-size:2.7rem;
  color:#6D69A3;
}
.top_catch p:nth-child(2) {
	font-size:1.2rem;
	margin:50px 0 30px;
  line-height:1.7em;
}
.top_catch p:nth-child(3), .top_catch p:nth-child(4) {
	font-size:1.2rem;
	margin:30px 0;
  line-height:1.7em;
}
.top_catch p:nth-child(5) {
	font-size:1.7rem;
	margin:30px 0;
  line-height:1.7em;
}

@media screen and (max-width:770px){
	.top_main {
		background-image:URL(../images/top_main_back_sp_02.jpg);
		background-repeat:no-repeat;
		background-size:110%;
		padding:30px 15px 1px;
		margin-bottom:50px;
		letter-spacing:0.03em;
	}
	.top_catch p:nth-child(1) {
		font-size:1.55rem;
		font-weight:600;
	}
	.top_catch p:nth-child(2) {
		font-size:1.0rem;
		margin:20px 0 20px;
	}
	.top_catch p:nth-child(3), .top_catch p:nth-child(4) {
		font-size:1.0rem;
		margin:20px 0 20px;
	}
	.top_catch p:nth-child(5) {
		font-size:1.15rem;
		margin:20px 0 20px;
		letter-spacing:0.01em;
	}
}


/* --------------------------------------------------------------------
	doctor_comment
-------------------------------------------------------------------- */

.doctor_comment {
	background:#FFFFFF;
	color:#333333;
	margin:120px auto 0;
	max-width:900px;
	width:92%;
	border-radius:10px;
	box-shadow:0px 0px 8px 3px #CCCCCC inset;
}
.doctor_comment:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.doctor_comment_l {
	padding-left:7px;
	width:40%;
	float:left;
}
.doctor_comment_l img {
	margin-top:-90px;
	width:100%;
}
.doctor_comment_r {
	padding:40px 0 0 35px;
	float:left;
	width:52%;
	font-size:1.1rem;
	letter-spacing:0.05em;
	line-height:1.6em;
	margin-bottom:50px;
	margin-right:10px;
	text-align:left;
}
.doctor_comment_r p:nth-child(2) {
	margin:20px 0;
}

@media screen and (max-width:770px){
	.doctor_comment {
		box-shadow:0px 0px 5px 2px #CCCCCC inset;
		margin:180px auto 0;
		width:97%;
	}
	.doctor_comment_l {
		float:none;
		margin:0 auto;
		width:60%;
	}
	.doctor_comment_l img {
		margin-top:-170px;
		width:85%;
	}
	.doctor_comment_r {
		font-size:0.9rem;
		line-height:1.7em;
		padding:10px 17px 20px;
		letter-spacing:0.03em;
		width:94%;
		float:none;
	}
	.doctor_comment_r p:nth-child(2) {
		margin:10px 0;
	}
	.doctor_comment_r p:nth-child(3) {
		text-align:center;
	}
}

/* --------------------------------------------------------------------
	top_osusume
-------------------------------------------------------------------- */

.top_osusume {
	max-width:1000px;
	margin:0 auto 120px;
	text-align:center;
}
.top_osusume ul li {
  margin-bottom: 30px;
}
.top_osusume ul li img {
  width:96%;
  max-width: 1000px;
}
@media screen and (max-width:770px){
  .top_osusume ul li {
    margin-bottom: 20px;
  }
}


/* --------------------------------------------------------------------
	top_floor
-------------------------------------------------------------------- */

.top_floor {
	max-width:1000px;
	margin:0 auto 70px;
	text-align:center;
}
.top_floor h2 {
	/*font-family: 'Noto Serif JP', serif;*/
	font-weight:600;
	font-size:2.9rem;
	letter-spacing:0.09em;
	margin:50px 0 40px;
}
.top_floor h3 {
  font-family: 'Noto Serif JP', serif;
	font-weight:600;
	font-size:1.6rem;
	letter-spacing:0.09em;
	color:#8389AC;
	display:flex;
	align-items:center;
	margin-bottom:25px;
}
.top_floor h3:before,
.top_floor h3:after {
	content:"";
	flex-grow:1;
	height:3px;
	background:#8389AC;
	margin:0 50px;
}
.top_floor ul {
	margin:0 auto;
	max-width:700px;
	width:90%;
  margin-bottom: 70px;
}
.top_floor ul li {
	border-bottom:1px solid #CCCCCC;
	font-size:1.0rem;
	padding:10px 20px;
	margin-bottom:10px;
	text-align:left;
}
.top_floor ul li.floor_5f {
	font-size:1.1rem;
	font-weight:600;
}
.top_floor ul li .floor_6f {
	color:#4785ec;
	font-size:1.1rem;
	font-weight:600;
}

@media screen and (max-width:770px){
	.top_floor {
		margin:30px auto 50px;
	}
	.top_floor h2 {
		font-size:1.6rem;
		letter-spacing:0.03em;
		margin:20px 0 15px;
	}
	.top_floor h3 {
		font-size:1.3rem;
		letter-spacing:0.03em;
		margin-bottom:10px;
	}
	.top_floor h3:before,
	.top_floor h3:after {
		height:2px;
		margin:0 20px;
	}
  .top_floor ul {
    margin-bottom: 50px;
  }
	.top_floor ul li {
		font-size:1.0rem;
		padding:7px 0px;
		margin-bottom:5px;
		letter-spacing:0.01em;
	}
	.top_floor ul li .floor_6f {
		font-size:1.1rem;
	}
}

/* --------------------------------------------------------------------
	top_news
-------------------------------------------------------------------- */

#top_news {
	background:URL(../images/news_back.jpg) repeat-y;
	background-size:cover;
	margin:0 auto 70px;
	padding:40px 0 50px;
}
#top_news h2 {
	font-size: 2rem;
	font-weight:500;
	letter-spacing: 0.1em;
	text-align:center;
}
ul.news_list{
    list-style:none;
    width:96%;
    max-width:1100px;
    margin:30px auto 0;
}
ul.news_list li{
    margin-bottom:15px;
}
ul.news_list section {
	background:#FFFFFF;
	border:1px solid #e5e6ef;
	box-shadow:3px 3px 3px -1px #e5e6ef;
}
ul.news_list .title {
    position:relative;
    cursor:pointer;
    font-weight:normal;
    padding:20px 15px 20px 50px;
    transition: all .5s ease;
    font-size:1.1rem;
    font-weight: 500;
}
ul.news_list .title::before,
ul.news_list .title::after{
    position:absolute;
    content:'';
    width:20px;
    height:2px;
    background-color:#333333;    
}
ul.news_list .title::before{
    top:48%;
    left:20px;
    transform:rotate(0deg);
}
ul.news_list .title::after{    
    top:48%;
    left:20px;
    transform:rotate(90deg);
}
ul.news_list .title.close::before{
  transform:rotate(45deg);
}
ul.news_list .title.close::after{
  transform:rotate(-45deg);
}
ul.news_list .box {
    display:none;
	background:#e5e6ef;
	margin:0 20px 20px 20px;
	padding:20px 25px;
	font-size:1.0rem;
  line-height: 1.7em;
}
ul.news_list .box ul {
  display: flex;
  justify-content:space-between;
  width:90%;
  max-width: 700px;
  margin:15px auto 0;
}
ul.news_list .box ul li img {
  width: 100%;
}

@media screen and (max-width:770px){
	#top_news {
		padding:25px 0 40px;
		margin:0 auto 70px;
	}
  #top_news h2 {
    font-size: 1.8rem;
  }
	#top_news ul.news_list{
		margin:20px auto 0;
	}
	#top_news ul.news_list li{
		margin-bottom:10px;
	}
	#top_news ul.news_list .title {
		font-size:1.0rem;
		line-height:1.6em;
		padding:12px 15px 12px 40px;
	}
	#top_news .title::before, #top_news .title::after{
		width:15px;
	}
	#top_news .title::before{
		left:15px;
	}
	#top_news .title::after{
		left:15px;
	}
	#top_news .box {
		margin:0 15px 15px 15px;
		padding:15px;
		font-size:0.9rem;
		line-height:1.7em;
	}
}

/* --------------------------------------------------------------------
	top_sns
-------------------------------------------------------------------- */

.top_sns {
  text-align:center;
	margin:0 auto 120px;
}
.top_sns ul {
  max-width:1200px;
  width:96%;
  margin:0 auto;
}
.top_sns ul li {
  width:31%;
  margin:0 10px 20px 10px;
  display:inline-block;
}
.top_sns ul li img {
  width:100%;
  max-width:400px;
}
.top_sns ul li a {
  border:1px solid #CCCCCC;
  display: block;
}
.top_sns ul li a:hover {
  border:1px solid #8389AC;
  opacity: 0.7;
}

@media screen and (max-width:770px){
	.top_sns {
    margin:0 auto 70px;
  }
  .top_sns ul li {
    width:46%;
    margin:0 5px 10px 5px;
  }
}


/* --------------------------------------------------------------------
	medical_list
-------------------------------------------------------------------- */

.medical_list {
	max-width:1100px;
	margin:0 auto 100px;
	text-align:center;
}
.medical_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.medical_list ul li {
  margin:7px 7px;
}
.medical_list ul li#page_link_skin a {
	background: url(../images/top_menu_skin.png?20251002) top center;
  background-size: 100%;
}
.medical_list ul li#page_link_skin a:hover {
	background: url(../images/top_menu_skin.png?20251002) top center;
  background-size: 105%;
}
.medical_list ul li#page_link_regenerative a {
	background: url(../images/top_menu_regenerative.png) top center;
  background-size: 100%;
}
.medical_list ul li#page_link_regenerative a:hover {
	background: url(../images/top_menu_regenerative.png) top center;
  background-size: 105%;
}
.medical_list ul li#page_link_internal a {
	background: url("../images/top_menu_internal.png") top center;
  background-size: 100%;
}
.medical_list ul li#page_link_internal a:hover {
	background: url("../images/top_menu_internal.png") top center;
  background-size: 105%;
}
.medical_list ul li#page_link_ladies a {
	background: url("../images/top_menu_ladies.png") top center;
  background-size: 100%;
}
.medical_list ul li#page_link_ladies a:hover {
	background: url("../images/top_menu_ladies.png") top center;
  background-size: 105%;
}
.medical_list ul li#page_link_dental a {
	background: url("../images/top_menu_dental.png") top center;
  background-size: 100%;
}
.medical_list ul li#page_link_dental a:hover {
	background: url("../images/top_menu_dental.png") top center;
  background-size: 105%;
}
.medical_list ul li#page_link_science a {
	background: url("../images/top_menu_science.png") top center;
  background-size: 100%;
}
.medical_list ul li#page_link_science a:hover {
	background: url("../images/top_menu_science.png") top center;
  background-size: 105%;
}
.medical_list ul li#page_link_artmake a {
	background: url("../images/top_menu_artmake.png?20250529") top center;
  background-size: 100%;
}
.medical_list ul li#page_link_artmake a:hover {
	background: url("../images/top_menu_artmake.png?20250529") top center;
  background-size: 105%;
}
.medical_list ul li:first-child a {
  display: block;
  width:520px;
  height:75px;
  text-decoration: none;
  padding-top:270px;
  font-size: 1.4rem;
  line-height: 1.3em;
  border:3px solid #E7E8F0;
  text-shadow:1px 1px 3px #FFFFFF, -1px -1px 3px #FFFFFF,
  -1px 1px 3px #FFFFFF, 1px -1px 3px #FFFFFF,
  1px 0px 3px #FFFFFF, -1px 0px 3px #FFFFFF,
  0px 1px 3px #FFFFFF, 0px -1px 3px #FFFFFF;
}
.medical_list ul li a {
  display: block;
  width:250px;
  height:75px;
  text-decoration: none;
  padding-top:175px;
  font-size: 1.4rem;
  line-height: 1.3em;
  border:3px solid #E7E8F0;
  text-shadow:1px 1px 3px #FFFFFF, -1px -1px 3px #FFFFFF,
  -1px 1px 3px #FFFFFF, 1px -1px 3px #FFFFFF,
  1px 0px 3px #FFFFFF, -1px 0px 3px #FFFFFF,
  0px 1px 3px #FFFFFF, 0px -1px 3px #FFFFFF;
}
.medical_list ul li:nth-child(2) a, .medical_list ul li:nth-child(3) a, .medical_list ul li:nth-child(6) a {
  height:45px;
  padding-top:205px;
}
.medical_list ul li:nth-child(2) a, .medical_list ul li:nth-child(3) a {
  margin-top: 95px;
}
.medical_list ul li:nth-child(4) a {
  line-height: 1.0em;
}
.medical_list ul li a:hover {
  border:3px solid #8389AC;
}
.medical_list ul li a span {
  font-size:0.9rem;
}
.medical_list ul li a p {
  background: rgba(255, 255, 255, 0.7);
  width:100%;
  height:70px;
  padding-top: 5px;
}
.medical_list ul li:nth-child(2) a p, .medical_list ul li:nth-child(3) a p, .medical_list ul li:nth-child(6) a p {
  height:40px;
  padding-top: 5px;
}
.medical_list ul li a:hover, .medical_list ul li a {
	transition:all 0.3s;
}

@media screen and (max-width:770px){
	.medical_list {
		margin:20px auto 50px;
	}
  .medical_list ul li {
    margin:2px;
  }
  .medical_list ul li:first-child a {
    width:330px;
    height:42px;
    padding-top:168px;
    font-size: 1.0rem;
    line-height: 1.2em;
    letter-spacing: 0.01;
    border:2px solid #E7E8F0;
  }
  .medical_list ul li a {
    width:115px;
    height:41px;
    padding-top:74px;
    font-size: 1.0rem;
    line-height: 1.2em;
    letter-spacing: 0.01;
    border:2px solid #E7E8F0;
  }
  .medical_list ul li a:hover {
    border:2px solid #8389AC;
  }
  .medical_list ul li a span {
    font-size:0.5rem;
  }
  .medical_list ul li:nth-child(2) a, .medical_list ul li:nth-child(3) a, .medical_list ul li:nth-child(6) a {
    height:25px;
    padding-top:90px;
  }
  .medical_list ul li:nth-child(2) a, .medical_list ul li:nth-child(3) a {
    margin-top: 0;
  }
  .medical_list ul li a p {
    height:37px;
  }
  .medical_list ul li:nth-child(2) a p, .medical_list ul li:nth-child(3) a p, .medical_list ul li:nth-child(6) a p {
    height:20px;
  }
}


#medical_list_skin {
	background:URL(../images/menu_title_skin.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}
#medical_list_esthe {
	background:URL(../images/menu_title_esthe.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}
#medical_list_artmake {
	background:URL(../images/title_trouble_artmake.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}
#medical_list_external {
	background:URL(../images/menu_title_external.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}
#medical_list_ladies {
	background:URL(../images/menu_title_ladies.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}
#medical_list_internal {
	background:URL(../images/menu_title_internal.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}
#medical_list_dental {
	background:URL(../images/menu_title_dental.jpg) #ececf2 no-repeat right;
	background-size:1250px;
	height:415px;
	margin-bottom:70px;
}
#medical_list_science {
	background:URL(../images/menu_title_science.jpg) #ececf2 no-repeat right;
	background-size:1250px;
	height:415px;
	margin-bottom:70px;
}
#medical_list_oriental {
	background:URL(../images/menu_title_oriental.jpg) #ececf2 no-repeat right;
	background-size:1200px;
	height:400px;
	margin-bottom:70px;
}

@media screen and (max-width:770px){
  #medical_list_skin {
    background:URL(../images/menu_title_skin.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_esthe {
    background:URL(../images/menu_title_esthe.jpg) #ececf2 no-repeat right top;
	  background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_artmake {
	  background:URL(../images/title_trouble_artmake.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_external {
    background:URL(../images/menu_title_external.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_ladies {
    background:URL(../images/menu_title_ladies.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_internal {
    background:URL(../images/menu_title_internal.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_dental {
    background:URL(../images/menu_title_dental.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_science {
    background:URL(../images/menu_title_science.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
  #medical_list_oriental {
    background:URL(../images/menu_title_oriental.jpg) #ececf2 no-repeat right top;
    background-size:400px;
    margin-bottom:50px;
    padding-bottom:12px;
    height:100%;
  }
}

.medical_list_shadow {
	box-shadow:0px 8px 8px -3px #e5e6ef inset;
}
.medical_list_in {
	max-width:1000px;
	width:96%;
	margin:0 auto;
	padding:40px 0 0;
}
.medical_list_in_2line {
	max-width:1000px;
	width:96%;
	margin:0 auto;
	padding:25px 0 0;
}
.medical_list_in h3, .medical_list_in_2line h3 {
	font-weight:500;
	font-size:2.2rem;
	letter-spacing:0.05em;
	line-height:1.2em;
	margin-bottom:20px;
	text-align:left;
}
.medical_list_in h3 span, .medical_list_in_2line h3 span {
	font-size:1.8rem;
}
.medical_list_in div, .medical_list_in_2line div {
	font-size:1.1rem;
	line-height:1.7em;
	max-width:700px;
	margin-bottom:25px;
	text-align:left;
}
.medical_list_in_2line div {
	margin-bottom:20px;
}
.medical_list_in a.btn, .medical_list_in_2line a.btn {
	position:relative;
	overflow:hidden;
	text-decoration:none;
	display:inline-block;
  border:1px solid #6D69A3;
	max-width:300px;
  width:60%;
	font-size:1.1rem;
  padding:12px 0;
  text-align:center;
  outline:none;
	border-radius:5px; 
  transition:ease .2s;
}
.medical_list_in a.btn span, .medical_list_in_2line a.btn span {
	position:relative;
	z-index:3;
	color:#6D69A3;
}
.medical_list_in a.btn:hover span, .medical_list_in_2line a.btn:hover span {
	color:#fff;
}
.medical_list_in a.bgleft:before, .medical_list_in_2line a.bgleft:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:#6D69A3;
	width:100%;
	height:100%;
	transition:transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform:scale(0, 1);
	transform-origin:right top;
}
.medical_list_in a.bgleft:hover:before, .medical_list_in_2line a.bgleft:hover:before {
	transform-origin:left top;
	transform:scale(1, 1);
}

@media screen and (max-width:770px){
  .medical_list_in, .medical_list_in_2line {
    padding:40px 20px 5px 20px;
    text-align: center;
  }
  .medical_list_in h3,   .medical_list_in_2line h3 {
    font-size:1.7rem;
    line-height:1.2em;
    margin-bottom:50px;
  }
  .medical_list_in h3 span, .medical_list_in_2line h3 span {
    font-size:1.4rem;
  }
  .medical_list_in div, .medical_list_in_2line div {
    font-size:1.0rem;
    line-height:1.6em;
    margin-bottom:15px;
    letter-spacing:0.03em;
    margin-right:15px;
  }
  .medical_list_in a.btn, .medical_list_in_2line a.btn {
    font-size:1.1rem;
    padding:9px 0;
    margin:0 auto;
  }
}


/* --------------------------------------------------------------------
	search_trouble & search_treatment
-------------------------------------------------------------------- */

.search_trouble_list {
	margin:20px auto 80px;
	max-width:1000px;
	width:96%;
}
.search_trouble_list h4 {
  text-align: center;
  font-size:1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.search_trouble_list ul li {
	background:#333333;
	display:inline-block;
	margin:0 10px 10px 0;
	max-width:318px;
	width:31%;
}
.search_trouble_list ul li img {
	width:100%;
}
.search_trouble_list ul li a img {
	opacity:0.6;
	display:block;
}
.search_trouble_list ul li a:hover img {
	opacity:1;
	transition:0.5s;
}
.search_trouble_list .trouble_box {
	position:relative;
	text-align:left;
}
.search_trouble_list .trouble_box a p {
	position:absolute;
	color:#FFFFFF;
	top:45%;
	left:5%;
	font-size:1.3rem;
	line-height:1.3em;
	padding:5px;
}
.search_trouble_list .trouble_box a:hover p {
	color:#333333;
	background:rgba(255,255,255,0.7);
	transition:0.5s;
}
.search_trouble_list .trouble_box a p span {
	font-size:1.0rem;
}

@media screen and (max-width:770px){
  .search_trouble_list {
    margin:10px auto 50px;
    text-align:center;
  }
  .search_trouble_list ul li {
    width:48%;
    display:inline-block;
    margin:0;
  }
  .search_trouble_list .trouble_box a p {
    font-size:1.25rem;
  }
  .search_trouble_list .trouble_box a p span {
    font-size:0.9rem;
    letter-spacing:0;
  }
}


.search_treatment_list {
}
.search_treatment_list h4 {
  text-align: center;
  font-size:1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.search_treatment_list section {
	border:3px solid #e5e6ef;
	margin:20px auto 120px;
	padding:10px 20px 20px;
	max-width:950px;
  width:88%;
	background:rgba(255,255,255,0.7);
}
.search_treatment_list h5 {
	text-align:center;
	font-size:1.3rem;
	font-weight:500;
	margin:30px auto 18px;
	display: flex;
	align-items: center;
}
.search_treatment_list h5:before,
.search_treatment_list h5:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #e5e6ef;
	margin:0 2em;
}
.search_treatment_list ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.search_treatment_list ul li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:49%;
}
.search_treatment_list ul li:nth-child(even) {
	margin-right:0;
}
.search_treatment_list ul li a {
	display:block;
	background:#e5e6ef;
	color:#333333;
	padding:12px 15px;
	border:1px solid #cfd1e3;
	text-decoration:none;
}
.search_treatment_list ul li a:hover {
	background:#cfd1e3;
	transition:0.5s;
}
.search_treatment_list ul li a span {
	font-size:0.8rem;
}

@media screen and (max-width:770px){
  .search_treatment_list section {
    padding:0 12px 15px;
    margin:10px 0 90px 10px;
  }
  .search_treatment_list h5 {
    margin:30px auto 15px;
    font-size: 1.25rem;
  }
  .search_treatment_list h5:first-child {
    margin:20px auto 15px;
  }
  .search_treatment_list h5:before,
  .search_treatment_list h5:after {
    margin:0 1em;
  }
  .search_treatment_list ul li {
    margin-bottom:10px;
    width:100%;
  }
  .search_treatment_list ul li:last-child {
    margin-bottom:0;
  }
  .search_treatment_list ul li a {
    padding:12px 10px;
    letter-spacing:0.03em;
    font-size:1.0rem;
  }
  .search_treatment_list ul li a span {
    font-size:0.8rem;
  }
}


/* --------------------------------------------------------------------
	top_access
-------------------------------------------------------------------- */

#top_access {
	background:URL(../images/header_back.png) no-repeat top #e5e6ef;
	background-size:100%;
	overflow:hidden;
	padding-top:50px;
  margin-top: 150px;
}
#top_access h2 {
  text-align: center;
  font-size:1.8rem;
  font-weight: 500;
}
#top_access_in {
	background:#E7E8F0;
	max-width:900px;
	padding:40px 50px 40px;
	margin:40px auto 70px;
	box-shadow:0px 0px 8px 3px #CCCCCC;
}
.top_access_wrap {
	margin-top:15px;
}
.top_access_wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.top_access_photo {
	width:46.5%;
	float:left;
}
.top_access_map {
	width:53.5%;
	float:left;
}
.top_access_photo img, .top_access_map img {
	width:100%;
}
.top_access_wrap p {
	text-align:center;
	padding-bottom:25px;
}
.top_access_google {
	width:50%;
	float:left;
}
.top_access_entrance {
	width:50%;
	float:left;
}
.top_access_entrance img {
	width:100%;
}
.top_access_google iframe {
	height:500px;
}
.top_access_l {
	width:50%;
	float:left;
	border-right:1px solid #CCCCCC;
	text-align:center;
	padding-top:10px;
}
.top_access_l img {
	width:85%;
	max-width:400px;
}
.top_access_r {
	width:45%;
	float:left;
	padding:5px 0 0 30px;
}
.top_access_r:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media screen and (max-width:770px){
#top_access {
	padding-top:40px;
  margin-top: 100px;
}
#top_access_in {
	padding:10px 20px 20px;
	margin:30px auto 70px;
}
.top_access_google {
	width:100%;
	float:none;
}
.top_access_entrance {
	width:100%;
	float:none;
	margin-top:15px;
}
.top_access_wrap p {
	font-size:14px;
	padding-bottom:25px;
}
.top_access_l {
	float:none;
	width:100%;
	border-right:none;
	padding-bottom:10px;
	margin:-5px auto 0;
}
.top_access_l img {
	width:70%;
}
.top_access_r {
	float:none;
	width:100%;
	text-align:center;
	padding:0;
}
}

/* --------------------------------------------------------------------
	top_reserve
-------------------------------------------------------------------- */

#top_reserve {
	padding:30px 0 50px;
	text-align:center;
	background:URL(../images/floor_back_sp.png) no-repeat 0 10px;
	background-size:100%;
}
#top_reserve_in {
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
#top_reserve_in ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#top_reserve_in ul li {
	display:inline-block;
	margin-top:15px;
}
#top_reserve_in ul li.tel {
	margin-top:20px;
	text-align:center;
	width:100%;
}
#top_reserve_in ul li.web {
	text-align:left;
}
#top_reserve_in ul li.line {
	text-align:right;
}
#top_reserve_in ul li.web img, #top_reserve_in ul li.line img {
	max-width:200px;
	width:100%;
}
#top_reserve_in ul li.tel img {
	max-width:380px;
	width:70%;
}

@media screen and (max-width:770px){
#top_reserve {
	padding:15px 15px 25px;
}
#top_reserve_in ul li.web {
	text-align:left;
	width:45%;
}
#top_reserve_in ul li.line {
	text-align:right;
	width:45%;
}
#top_reserve_in ul li.web img, #top_reserve_in ul li.line img {
	margin-top:0px;
	margin-left:0px;
}
}



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

/***** about_content *****/
.about_content {
	margin:40px auto 100px;
  display: flex;
  justify-content: space-between;
}
.about_content_l {
	width:50%;
}
.about_content_l p {
	margin-bottom:20px;
}
.about_content_l p:last-child {
	margin-bottom:0;
}
.about_content_r {
	width:42%;
}
.about_content_r img {
	width:100%;
}

@media screen and (max-width:770px){
  .about_content {
    margin:10px auto 70px;
    display:inherit;
  }
  .about_content_l {
    margin:20px auto;
    width:95%;
  }
  .about_content_l p {
    margin-bottom:15px;
  }
  .about_content_r {
    text-align:center;
    width:100%;
  }
  .about_content_r img {
    width:90%;
    max-width: 500px;
  }
}

/***** about_select *****/
.about_select_list {
  margin:40px auto 100px;
}
.about_select_list .select_point {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin:0 auto 50px;
}
.about_select_list .select_point:nth-child(even) {
  flex-direction: row-reverse;
}
.about_select_list .select_point_img {
  padding:30px 0;
  width:50%;
  max-width: 400px;
}
.about_select_list .select_point_img img {
	width:100%;
}
.about_select_list .select_point_text {
  background:#E7E8F0;
  width:70%;
  z-index: -1;
  margin:0 0 0 -20%;
  padding:40px 0 30px 24%;
}
.about_select_list .select_point:nth-child(even) .select_point_text {
  margin:0 -20% 0 0;
  padding:50px 24% 0 0;
}
.about_select_list .select_point_text h3 {
  align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-size:1.4rem;
  line-height: 1.5em;
	border-bottom:1px solid #E7211A;
  padding:0 10px 10px 0;
  margin-bottom: 20px;
}
.about_select_list .select_point_text p {
  padding:0 20px 15px 0;
}
.about_select_list .select_point:nth-child(even) .select_point_text h3 {
  padding:0 0 10px 40px;
}
.about_select_list .select_point:nth-child(even) .select_point_text p {
  padding:0 0 15px 40px;
}

@media screen and (max-width:770px){
  .about_select_list {
    margin:20px auto 70px;
  }
  .about_select_list .select_point {
    display:inherit;
    margin:0 auto 30px;
    background:#E7E8F0;
    padding:15px;
  }
  .about_select_list .select_point_img {
    padding:0;
    margin:0 auto;
    width:60%;
  }
  .about_select_list .select_point_text {
    width:94%;
    margin:15px auto 0;
    padding:0;
  }
  .about_select_list .select_point:nth-child(even) .select_point_text {
    margin:15px auto 0;
    padding:0;
  }
  .about_select_list .select_point_text h3 {
    text-align: center;
    padding:0 0 5px 0;
    margin-bottom: 13px;
  }
  .about_select_list .select_point_text p {
    padding:0 0 15px 0;
  }
  .about_select_list .select_point:nth-child(even) .select_point_text h3 {
    padding:0 0 5px 0;
  }
  .about_select_list .select_point:nth-child(even) .select_point_text p {
    padding:0 0 15px 0;
  }
}

/***** about_summary *****/
.about_summary {
  margin:40px auto 100px;
	background:URL(../images/main_back.png) no-repeat;
	background-size:cover;
	padding:0 0 40px;
}
.about_summary dl {
	margin:0 auto 30px;
  max-width:1000px;
  width:90%;
  display: flex;
  justify-content: center;
}
.about_summary dl dt {
	width:15%;
	border-bottom:1px solid #6D69A3;
	padding:0 0 15px 10px;
	font-weight:500;
}
.about_summary dl dd {
	width:85%;
	border-bottom:1px solid #CCCCCC;
	padding:0 0 15px 15px;
}
.about_summary table {
  max-width:1000px;
  width:90%;
	margin:30px auto;
	border:20px solid #E7E8F0;
}
.about_summary table caption {
	background:#E7E8F0;
	padding:15px 0 0;
	margin-bottom:-10px;
}
.about_summary table th, .about_summary table td {
	padding:15px 5px;
}

@media screen and (max-width:770px){
  .about_summary {
    margin:30px auto 30px;
    padding:0 0 30px;
  }
  .about_summary dl {
    margin:0 auto 20px;
  }
  .about_summary dl dt {
    padding:0 0 10px 10px;
  }
  .about_summary dl dd {
    padding:0 0 10px 10px;
  }
  .about_summary table {
    margin:20px auto;
    border:10px solid #E7E8F0;
  }
  .about_summary table caption {
    padding:10px 0 0;
    margin-bottom:0;
    font-size:1.0rem;
  }
  .about_summary table th, .about_summary table td {
    padding:10px 5px;
  }
}


/***** about_facility *****/
.about_facility {
	max-width:1000px;
	width:94%;
	margin:30px auto 100px;
}
.about_facility ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.about_facility ul li {
	width:32%;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5em;
  margin-right: 2%;
}
.about_facility ul li:nth-child(3n) {
  margin-right: 0;
}
.about_facility ul li img {
	width:100%;
}
.about_facility ul li a {
	text-decoration:none;
}
.about_facility ul li a:hover {
	opacity:0.7;
}

@media screen and (max-width:770px){
  .about_facility {
    margin:20px auto 70px;
  }
  .about_facility ul li {
    width:48%;
    margin-bottom: 20px;
    margin-right: 3%;
  }
  .about_facility ul li:nth-child(3n) {
    margin-right: 3%;
  }
  .about_facility ul li:nth-child(even) {
    margin-right: 0;
  }
}


/***** about_access *****/
.about_access {
	margin:30px auto 100px;
	max-width:1000px;
  width:100%;
}
.about_access_frame {
	height:500px;
}
.about_access_address {
	padding:20px 25px;
	background:#E7E8F0;
	text-align:center;
}
.about_access_address p.logo img {
	width:70%;
	max-width:350px;
}
.about_access_address .address_box {
	background:#FFFFFF;
	margin:12px auto 5px;
	padding:20px 35px;
	text-align:left;
  max-width: 750px;
}
.about_access_address .address_box ul {
  border-top:2px dotted #6D69A3;
  padding-top: 10px;
  margin-top: 10px;
}
.about_access_address .address_box ul li::before {
	content: "";
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:7px;
}
.about_access_entrance {
	margin:50px auto 0;
  max-width: 800px;
  width:94%;
}
.about_access_entrance p {
	margin:20px auto;
	text-align:center;
}
.about_access_entrance ul {
  display: flex;
  justify-content:space-between;
}
.about_access_entrance ul li {
  width:49%;
}
.about_access_entrance ul li img {
  width:100%;
}


/* --------------------------------------------------------------------
	reserve
-------------------------------------------------------------------- */

.reserve_box {
  max-width: 600px;
  width: 78%;
  text-align:center;
  margin:0 auto 70px;
  padding: 20px 30px;
  border:10px solid #E7E8F0;
}
.reserve_box h3 {
	display:flex;
	align-items:center;
	font-size:1.3rem;
  font-weight: 500;
	margin-bottom:20px;
}
.reserve_box h3:before, .reserve_box h3:after {
	content: "";
	flex-grow:1;
	height:2px;
	background:#666666;
	margin:0 2em;
}
.reserve_box h4 {
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	color:#E7211A;
}
.reserve_box ul {
	display:flex;
  justify-content: center;
}
.reserve_box ul li {
  width: 40%;
  max-width: 200px;
  margin:0 5px;
}
.reserve_box ul li img, .reserve_box p.tel img {
	width: 100%;
}
.reserve_box p.tel {
	width:60%;
  max-width:360px;
  margin:10px auto 0;
}

.reserve_time {
	margin:50px auto 100px;
	padding:30px 0 70px;
	background:#e5e6ef;
}
.reserve_time .reserve_time_box {
	border:3px solid #FFFFFF;
	max-width:900px;
  width:auto;
	margin:0 auto;
	padding:0;
}

.reserve_content {
	margin:0 auto 50px;
}
.reserve_content ul li {
	margin-bottom:20px;
}
.reserve_content ul li::before {
	content: "";
	width:10px;
	height:10px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:5px;
}

@media screen and (max-width:770px){
  .reserve_time {
	  margin:30px auto 70px;
	  padding:20px 0 50px;
  }
  .reserve_time .reserve_time_box {
    padding:0 15px;
  }
}


/* --------------------------------------------------------------------
	docter
-------------------------------------------------------------------- */

.doctor_list {
	max-width:1000px;
  width:94%;
	margin:0 auto;
	text-align:center;
}
.doctor_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
.doctor_list ul li {
	background:#FFFFFF;
	width: 47%;
  max-width:235px;
	box-shadow:0 0 3px 3px #e5e6ef;
}
.doctor_list ul li a {
	text-decoration:none;
	border:1px solid #ffffff;
	display:block;
  padding:5px 0 5px 5px;
}
.doctor_list ul li a:hover {
	border:1px solid #8389AC;
  box-shadow:0 0 3px 3px #8389AC;
}
.doctor_list dl {
  display: flex;
  justify-content: flex-start;
}
.doctor_list dl dt {
}
.doctor_list dl dt img {
	width:70px;
  vertical-align: middle;
}
.doctor_list dl dd {
  padding:10px 0 0 7px;
  text-align: left;
}
.doctor_list dl dd p.category {
	color:#8389AC;
	font-size:0.75rem;
  line-height: 1.4em;
  font-weight: 500;
}
.doctor_list dl dd p.name {
	font-size:0.9rem;
}
.doctor_list dl dd span {
	font-size:0.7rem;
	margin-left:3px;
}

.doctor_content {
	margin:50px auto 100px;
	background:URL(../images/news_back.jpg);
	padding:70px 0 30px;
}
.doctor_introduction {
	max-width:1000px;
  width:94%;
	margin:0 auto;
}
.doctor_introduction dl {
	background:#FFFFFF;
	box-shadow:0 0 5px 5px #e5e6ef;
	padding:25px 40px 15px 30px;
	margin-bottom:70px;
  display: flex;
  justify-content: space-between;
}
.doctor_introduction dl dt {
	width:30%;
}
.doctor_introduction dl dt img {
	width:100%;
}
.doctor_introduction dl dd {
	padding:15px 0 0;
	width:65%;
}
.doctor_introduction dl dd p.subject {
	color:#8389AC;
	font-weight:500;
}
.doctor_introduction dl dd p.name {
	font-size:2.0rem;
	font-weight:500;
	margin:15px 0 20px;
}
.doctor_introduction dl dd p.name span {
	font-size:1.0rem;
	font-weight:500;
	margin-left:5px;
}
.doctor_introduction dl dd div.comment {
	font-size:0.95rem;
	margin-bottom:25px;
}
.doctor_introduction dl dd div.comment p {
	margin-bottom:10px;
}
.doctor_introduction dl dd div.career {
	font-size:0.9rem;
	margin-bottom:25px;
	border-top:4px dotted #CCCCCC;
	padding-top:25px;
	width:100%;
}
.doctor_introduction dl dd div.career p {
	margin:15px 0 5px;
}

.doctor_introduction dl dd div.career p span {
	font-weight:600;
}
.doctor_introduction dl dd div.career ul li {
	margin-bottom:5px;
}
.doctor_introduction dl dd div.career ul li::before {
	content: "";
	width:7px;
	height:7px;
	display:inline-block;
	background-color:#8389AC;
	border-radius:50%;
	margin-right:5px;
}

@media screen and (max-width:770px){
  .doctor_list li {
    margin-bottom: 12px;
  }
  .doctor_list dl dt img {
    width:60px;
  }
  .doctor_content {
    margin:30px auto 50px;
    padding:40px 0 10px;
  }
  .doctor_introduction dl {
    padding:15px 20px 15px 20px;
    margin-bottom:50px;
    display: inherit;
  }
  .doctor_introduction dl dt {
    width:40%;
    margin:0 auto;
  }
  .doctor_introduction dl dd {
    width:100%;
  }
  .doctor_introduction dl dd p.subject {
    text-align: center;
  }
  .doctor_introduction dl dd p.name {
    text-align: center;
    margin:10px 0 15px;
  }
  .doctor_introduction dl dd div.comment {
    margin-bottom:15px;
  }
  .doctor_introduction dl dd div.career {
    border-top:4px dotted #CCCCCC;
    padding-top:15px;
  }
}


/* --------------------------------------------------------------------
	cosme & book
-------------------------------------------------------------------- */

.item_content {
  width:96%;
  max-width: 1000px;
  margin: 0 auto;
}
.item_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
.item_content ul li {
	max-width:285px;
	width:40%;
	text-align:center;
  border:1px solid #CCCCCC;
	padding:15px 15px;
  margin:0 auto 30px;
}
.item_content ul li dl dt {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:10px;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.item_content ul li dl dd.image img {
	max-width:200px;
	width:80%;
	margin:10px 0 5px;
}
.item_content ul li dl dd.name {
	font-weight:500;
	line-height:1.5em;
	margin-bottom:5px;
}
.item_content ul li dl dd.price {
  font-size: 0.8rem;
  margin:0 auto 7px;
}
.item_content ul li dl dd.text {
  border-top:1px solid #CCCCCC;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5em;
  padding:15px 5px 5px;
}


/* --------------------------------------------------------------------
	movie
-------------------------------------------------------------------- */

.movie_content {
	width:94%;
  max-width:1000px;
	margin:0 auto 50px;
}
.movie_main {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.movie_list ul {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie_list ul li {
	max-width:320px;
	width:48%;
	margin:0 0 30px;
}
.movie_list ul li a {
	text-decoration:none;
}
.movie_list ul li img {
	width:100%;
}
.movie_list ul li p {
	font-weight:500;
	text-align:left;
  font-size:0.9rem;
  line-height: 1.6em;
}


/* --------------------------------------------------------------------
	language
-------------------------------------------------------------------- */

.language_content {
  display: flex;
  justify-content: space-between;
  margin:40px auto 70px;
}
.language_content div {
  width:94%;
  max-width: 600px;
}
.language_cn {
  font-family:"Noto Sans SC","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
@media screen and (max-width:770px){
  .language_content {
    display:inherit;
    margin:0 auto 70px;
    text-align: center;
  }
  .language_content div {
    margin:0 auto 20px;
  }
}


/* --------------------------------------------------------------------
	media
-------------------------------------------------------------------- */

.media_list dl {
  margin:0 auto 50px;
  box-shadow: 3px 3px 5px #CCCCCC;
  border:1px solid #CCCCCC;
  padding:30px 30px 20px;
}
.media_list dl dt {
  border-bottom:2px solid #CCCCCC;
  font-weight: 500;
  font-size:1.2rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.media_list dl dd p {
  margin:15px 0;
}
.media_list dl dd.img {
  margin:30px auto 0;
  text-align: center;
}
.media_list dl dd.img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin:0 auto;
}
.media_list dl dd.img ul li {
  width:48%;
  margin:5px auto;
}
.media_list dl dd.img ul li img {
  width:100%;
}
@media screen and (max-width:770px){
  .media_list dl {
    margin:0 auto 30px;
    padding:20px 20px 10px;
  }
}

/* --------------------------------------------------------------------
	online
-------------------------------------------------------------------- */

.online_ex {
	background:#E7E8F0;
  padding:30px 0 60px;
  margin-bottom:100px;
}
.online_ex .online_ex_box {
	background:#FFFFFF;
  padding:35px 50px;
  max-width:800px;
  margin:0 auto;
}
.online_ex .online_ex_box ul li {
  margin:0 0 10px;
}

@media screen and (max-width:770px){
  .online_ex {
    padding:1px 0 50px;
    margin-bottom:50px;
  }
  .online_ex .online_ex_box {
    padding:20px 20px;
  }
}

/* --------------------------------------------------------------------
	sitemap
-------------------------------------------------------------------- */

.sitemap_content .sitemap_box {
  margin:0 auto 70px;
}
.sitemap_content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto 30px;
}
.sitemap_content ul li {
	max-width:470px;
  width:96%;
}
.sitemap_content ul li a {
	display:block;
	padding:15px 15px 12px;
	text-decoration:none;
	border-bottom:2px dotted #CCCCCC;
}
.sitemap_content ul li a:hover {
	background:#E7E8F0;
}

@media screen and (max-width:770px){
  .sitemap_content ul {
    display:inherit;
  }
}

/* --------------------------------------------------------------------
	お問い合わせフォーム
-------------------------------------------------------------------- */
.info_text {
	background:#E7E8F0;
	padding:40px 50px;
}
.info_text ul li {
	margin-bottom:10px;
}
.info_text ul li::before {
	content: "";
	width:5px;
	height:5px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:5px;
}

.info_content {
	text-align:center;
	margin:70px auto 30px;
}
.info_flow {
	text-align:center;
	width:600px;
	margin:100px auto;
}
.info_flow :after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.info_flow ul li {
	float:left;
	margin-right:245px;
}
.info_flow ul li:last-child {
	margin-right:0;
}


.form_wrap {
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	margin-bottom:20px;
	border-bottom:3px solid #E7E8F0;
}
.form_wrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.form_title {
	font-weight:600;
	float:left;
	width:30%;
}
.form_title .form_required {
	background:#ff7670;
	color:#FFFFFF;
	font-size:14px;
	width:40px;
	height:35px;
	display:block;
	text-align:center;
	border-radius:200px;
	padding-top:5px;
	float:left;
	margin-right:15px;
	margin-top:-5px;
}
.form_title .form_any {
	background:#666666;
	color:#FFFFFF;
	font-size:14px;
	width:40px;
	height:35px;
	display:block;
	text-align:center;
	border-radius:200px;
	padding-top:5px;
	float:left;
	margin-right:15px;
	margin-top:-5px;
}

.form_check {
	width:70%;
	float:left;
}
.form_check ul li {
	display:inline-block;
	width:37%;
	margin-bottom:20px;
}
.form_check ul li span {
	font-size:14px;
}
.form_check ul li:nth-child(3n) {
	width:20%;
}

.form_content {
	width:70%;
	float:right;
}
.form_content select {
	padding:20px;
	font-size:16px;
	width:100%;
	margin-top:-15px;
	background:#E7E8F0;
	border:2px solid #8389AC;
	border-radius:5px;
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

select.form_select {
	background-image:
	linear-gradient(45deg, transparent 50%, #8389AC 50%),
    linear-gradient(135deg, #8389AC 50%, transparent 50%),
    linear-gradient(to top, #8389AC, #8389AC);
	background-position:
    calc(100% - 20px) calc(1.25em + 2px),
    calc(100% - 15px) calc(1.25em + 2px),
    calc(100% - 2.5em) 0.5em;
	background-size:
    5px 5px,
    5px 5px,
    1px 2.4em;
	background-repeat: no-repeat;
}
select.form_select:focus {
	background-image:
    linear-gradient(45deg, #8389AC 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #8389AC 50%),
    linear-gradient(to right, #8389AC, #8389AC);
	background-position:
    calc(100% - 15px) 1.25em,
    calc(100% - 20px) 1.25em,
    calc(100% - 2.5em) 0.5em;
	background-size:
    5px 5px,
    5px 5px,
    1px 2.4em;
	background-repeat: no-repeat;
	border-color: #8389AC;
	outline: 0;
}

.form_content input {
	padding:20px;
	font-size:16px;
	width:94%;
	margin-top:-15px;
	background:#E7E8F0;
	border:2px solid #8389AC;
	border-radius:5px;
}
.form_content textarea {
	padding:20px;
	font-size:16px;
	width:94%;
	margin-top:-15px;
	background:#E7E8F0;
	border:2px solid #8389AC;
	border-radius:5px;
}
.slide_tree {
	height: 200px;
	max-height: 200px;
	width:850px;
	margin:0 auto 50px;
	overflow-y: scroll!important;
	overflow-y: auto;
	padding:20px 30px;
	border:2px solid #CCCCCC;
}
.slide_tree dl {
	margin-bottom:20px;
}
.input_btn {
	background:#6D69A3;
	border:none;
	color:#FFFFFF;
	padding:20px;
	width:500px;
	font-size:18px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:0.05em;
	margin:40px auto 10px;
	display:block;
	text-decoration:none;
	text-align:center;
}
.input_btn:hover {
	background:#8389AC;
	cursor:pointer;
}
input[type="checkbox"] {
	padding:10px;
	background:#E7E8F0;
	border:2px solid #8389AC;
	font-size:16px;
	border-radius:0px;
	margin-right:10px;
	transform:scale(1.4);
}

.back_btn {
	background:#E7E8F0;
	border:none;
	color:#333333;
	padding:20px;
	width:500px;
	font-size:18px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:0.05em;
	margin:40px auto 10px;
	display:block;
	text-decoration:none;
	text-align:center;
}
.back_btn:hover {
	background:#8389AC;
	cursor:pointer;
}


/*===============================================
●画面の横幅が770pxまで
===============================================*/
@media screen and (max-width:770px){
.info_text {
	padding:20px 20px;
}
.info_flow {
	width:70%;
	margin:70px auto;
}
.info_flow img {
	width:100%;
}
.info_flow ul li {
	float:left;
	margin-right:33%;
	font-size:13px;
}
.info_flow ul li:last-child {
	margin-right:0;
}
.form_wrap {
	width:96%;
	margin:0 auto;
	padding:20px 0;
	margin-bottom:20px;
	border-bottom:3px solid #E7E8F0;
}
.form_title {
	font-weight:600;
	font-size:16px;
	float:none;
	width:100%;
}
.form_title .form_required {
	background:#E7211A;
	color:#FFFFFF;
	font-size:13px;
	width:40px;
	height:34px;
	display:block;
	text-align:center;
	border-radius:200px;
	padding-top:6px;
	float:left;
	margin-right:10px;
	margin-top:-5px;
}
.form_title .form_any {
	background:#666666;
	color:#FFFFFF;
	font-size:13px;
	width:40px;
	height:34px;
	display:block;
	text-align:center;
	border-radius:200px;
	padding-top:6px;
	float:left;
	margin-right:10px;
	margin-top:-5px;
}
.form_content {
	width:100%;
	float:none;
}
.form_content select {
	-webkit-appearance:none;
	appearance:none;
	padding:15px;
	font-size:15px;
	width:100%;
	margin-top:10px;
	border-radius:5px;
	color:#333;
}
input[type="checkbox"] {
	padding:5px;
	background:#E7E8F0;
	border:2px solid #8389AC;
	font-size:15px;
	border-radius:0px;
	margin-right:5px;
	transform:scale(1.0);
}

.form_check {
	width:100%;
	float:none;
	margin-top:25px;
}
.form_check ul li {
	display:inline-block;
	width:47%;
	font-size:15px;
	line-height:1.5em;
	margin-bottom:15px;
}
.form_check ul li span {
	font-size:12px;
}

.form_check ul li:nth-child(3n) {
	width:47%;
}
.form_check ul li:nth-child(2n) {
	margin-left:10px;
}
  
.form_content input {
	padding:15px;
	font-size:15px;
	width:92%;
	margin-top:10px;
}
.form_content textarea {
	padding:15px;
	font-size:15px;
	width:92%;
	margin-top:10px;
}
.slide_tree {
	height: 200px;
	max-height: 200px;
	width:90%;
	margin:0 auto 50px;
	overflow-y: scroll!important;
	overflow-y: auto;
	padding:15px 15px;
	font-size:14px;
	border:2px solid #CCCCCC;
}
.slide_tree dl {
	margin-bottom:20px;
}
.input_btn {
	padding:17px;
	width:85%;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:0.05em;
	margin:20px auto 10px;
}
.back_btn {
	padding:17px;
	width:85%;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:0.05em;
	margin:20px auto 10px;
}