@charset "UTF-8";


/* ------------------------------------------------------------
レイアウト
------------------------------------------------------------ */
#MainArea {
  float: none;
  margin: 0 auto;
	width: 1000px;
}

#navigation > li {
	width: 19.8%;
}

ul.child {
	width: 233px;
}


/* ------------------------------------------------------------
コンテンツ
------------------------------------------------------------ */
.register_sub {
	margin-top: 10px;
	margin-bottom: 5px;
}

.register_sub.end {
	margin-bottom: 20px;
}

.page_title {
  margin-bottom: 40px;
}

.account_maintxt {
	margin-bottom: 15px;
}

.account_area .image_title {
	font-size: 16.5px;
}

.account_area .image_img {
	margin-bottom: 8px;
}

.account_txt_sub {
	font-weight: bold;
	margin-top: 8px;
	padding-left:1em;
	text-indent:-1em;
}

.reservation_flex {
  display: flex;
  justify-content: space-between;
	margin-bottom: 40px;
}

.reservation_img {
	width: 67%;
	margin-right: 5%;
}

.reservation_txt {
	flex: 1;
}

.reservation_txt p:first-child {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10px;
}

.reservation_img img {
	width: 100%;
}



.page_title h1 {
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	font-size: 35px;
	padding: 130px 30px;
	color: #fff;
}

.link_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.link_list li {
	width: 24%;
}

.link_list li a {
	text-align: center;
	background: #174199;
	color: #fff;
	padding: 15px;
  border-radius: 10px;
	transition: .4s;
	position: relative;
	height: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link_list li a::after {
	content: "";
	background-image: url(../img/arrow3.png);
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.link_list li a:hover {
	opacity: .7;
	text-decoration: none;
}

.merit_block ul {
	display: flex;
	flex-wrap: wrap;
}

.merit_block ul li {
	margin-right: 5%;
	margin-bottom: 30px;
	width: 30%;
}

.merit_block ul li:nth-child(3n) {
	margin-right: 0;
}

.merit_block ul li img {
	width: 100%;
}

.tile_h3 {
	background: #EFEFEF;
	padding: 10px;
	margin-bottom: 15px;
}
.dot_list.second_area {
	margin-bottom: 10px;
}
.dot_list.second_area li {
	list-style-type: revert;
}
.tile_h3.second_area {
	margin-top: 30px;
}

.title-01 {
	margin-bottom: 15px;
}

.online_txt {
  margin-bottom: 35px;
}

.online_txt_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.online_txt_box {
	width: 60%;
	margin-right: 2%;
}

.online_txt_img {
	width: 38%;
}

.online_txt_img img {
	max-width: 100%;
}

.online_txt p {
	margin-bottom: 10px;
}

.notes_area {
	border: 2px solid #3E83D4;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px 20px;
	margin-top: 18px;
	text-align: center;
}

.notes_area b {
	font-size: 18px;
}

.notes_area p {
	margin-bottom: 9px;
}

.notes_area li {
	margin-bottom: 6px;
}

.notes_area li span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.contents_block {
	margin-bottom: 60px;
}

.flow_maintxt {
	margin-bottom: 30px;
}

.flow_box {
	align-items: start;
	display: flex;
	padding-bottom: 50px;
	position: relative;
}

.flow_box:last-child {
	padding-bottom: 0;
}

.flow_box::after {
	content: "";
	background-color: #003366;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 59px;
	z-index: -1;
}

.step_no {
	background: #003366;
	color: #fff;
	font-size: 25px;
	padding: 10px;
	margin-right: 40px;
	text-align: center;
	width: 100px;
}

.flow_contents {
	flex: 1;
}

.flow_title {
	background: #EFEFEF;
	padding: 10px;
	margin-bottom: 15px;
}

.flow_txt {
  margin-bottom: 25px;
	word-break: break-all;
}

.support_block {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.support_box {
	background: #c8e1f5;
  margin-right: 5%;
	padding: 20px;
	width: 30%;
}

.support_box:last-child {
	margin-right: 0;
}

.support_txt {
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	margin-bottom: 5px;
}

.small_txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 8px;
}

.app_icon {
	margin-top: 10px;
	text-align: center;
}

.app_icon a {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.app_icon a:hover {
	text-decoration: none;
}

.app_icon img {
	width: 100%;
}

.camera_btn {
	margin-top: 10px;
}

.camera_btn a {
	border: 1px solid;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	background: #000;
  color: #fff;
	transition: .3s;
}

.camera_btn a:hover {
	opacity: .7;
	text-decoration: none;
}

.network {
	text-align: center;
	margin-top: 30px;
	border: 1px solid;
	padding: 15px;
	font-size: 22px;
	line-height: 1.5;
}

.network span {
	font-size: 14px;
	font-weight: bold;
}

.support_img img {
	width: 100%;
}

.download_list {
	padding-left: 1.5em;
}

.download_list li {
	list-style: disc;
	margin-bottom: 5px;
}

.download_list li:last-child {
	margin-bottom: 0;
}

.clinics_wrap {
	background: #c8e1f5;
	padding: 20px 20px 15px;
	margin-top: 20px;
}

.app_download {
	display: flex;
	justify-content: space-between;
}

.app_download li {
	margin-right: 5%;
	text-align: center;
	width: 30%;
}

.app_download li a span {
	color: #333;
	display: inline-block;
	margin-top: 5px;
	font-size: 15px;
	font-size: 14px;
	font-weight: bold;
}

.app_download li:first-child {
	width: 25%;
}

.app_download li img {
	width: 100%;
}

.app_download li:last-child {
	margin-right: 0;
}

.clinics_img {
	margin-bottom: 20px;
	text-align: center;
}

.clinics_img img {
	width: 350px;
}

.clinics_txt {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.movie_flex {
	display: flex;
	justify-content: space-between;
}

.movie_left,
.movie_right {
	width: 48%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie_wrap {
  background: #c8e1f5;
  padding: 20px;
	margin-bottom: 30px;
}

.movie_title {
	margin-bottom: 12px;
	text-align: center;
}

.movie_txt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	text-align: center;
}

.image_block {
	display: flex;
	flex-wrap: wrap;
}

.image_img img {
	width: 100%;
}

.image_box {
	margin-right: 8%;
	margin-bottom: 50px;
	width: 28%;
	position: relative;
}

.image_box::after {
	content: "";
	background-image: url(../img/arrow.png);
	background-size: cover;
	height: 42px;
	position: absolute;
	top: 50%;
	right: -51px;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	width: 30px;
}

.image_box:nth-child(3n) {
	margin-right: 0;
}

.image_box:nth-child(3n):after {
	content: none;
}

.image_title {
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

.medical_box {
	display: flex;
}

.medical_photo img {
	width: 100%;
}

.medical_left {
	width: 265px;
	margin-right: 50px;
}

.medical_rigth {
	flex: 1;
}

.medical_left.second_box {
	display: flex;
	justify-content: space-between;
	width: 550px;
}

.second_box .medical_photo {
	width: 48%;
}

.medical_redtxt {
	color: red;
	margin-bottom: 10px;
}

.arrow02 {
	margin: 50px 0;
	text-align: center;
}

.bnr_block {
	background: #c8e1f5;
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.bnr_block a {
	transition: .4s;
}

.bnr_block a:hover {
	opacity: .7;
}

.ed_price_box:not(:last-child) {
	margin-bottom: 30px;
}

.ed_price_box > p {
	margin-bottom: 15px;
}

.ed_price_tb {
	width: 100%;
	text-align: center;
}

.ed_price_tb th,.ed_price_tb td {
	border: 1px solid #ccc;
	padding: 10px;
}

.ed_price_tb th {
	background: #efefef;
}

.ed_price_sav-txt_box {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.ed_price_sav-txt_box > .sav_txt {
	font-weight: bold;
}

.ed_price_sav-txt_box > .sav_txt:nth-child(2) {
	color: #e60012;
}

.ed_sav_price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ed_sav_price > table {
	width: 43%;
	margin-right: 15%;
}

.ed_sav_price > table:last-child {
	margin-right: 0;
}

.ed_sav_price .ed_price_tb th {
	width: 60%;
}

.ed_sav_price .ed_price_tb td {
	color: #0066b3;
	font-weight: bold;
}

.ed_price_caution {
	margin-bottom: 20px;
}

.dot_list > li,
.ed_price_caution > li {
	list-style-type: disc;
	margin-left: 1.3em;
}
.ed_price_caution > li {
	color: #ea0012;
	font-weight: bold;
}

.dot_list > li:not(:last-child),
.ed_price_caution > li:not(:last-child) {
	margin-bottom: 5px;
}

.ed_price_complement {
	background: #e9e9e9;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}
.possibleCard {
	display: flex;
	justify-content: center;
}
.possibleCard li {
	margin-right: 10px;
}
.possibleCard li:last-child {
	margin-right: 0;
}

.account_txt-caution {
	margin-top: 15px;
}

.caution_title {
	color: #069;
	margin-bottom: 5px;
}

.caution_txt {
	font-size: 15px;
	font-weight: bold;
}

/* 20221205 動画追加 */
.movie_block {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}
.movie_box {
	border: 1px solid #999;
	width: 31%;
}
.movie_box a {
	display: block;
	position: relative;
	transition: .4s;
}
.movie_box a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);	
}
.movie_box a:hover {
	opacity: .7;
}
.movie_box img {
	width: 100%;
}
