@charset "utf-8";

:root {
 --font-jp-min: "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 --font-jp-gothic: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit
}
html {
 font-size: 62.5%
}
body {
 font-size: 1.8rem;
 line-height: 2.0;
 font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 font-weight: 400;
 color: #333333;
 -webkit-font-smoothing: subpixel-antialiased;
 -moz-osx-font-smoothing: unset;
 -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
 line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block
}
ol, ul {
 list-style: none
}
blockquote, q {
 quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
 content: '';
 content: none
}
table {
 border-collapse: collapse;
 border-spacing: 0
}
input, select, textarea {
 font-family: -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: inherit;
 font-weight: inherit
}
a {
	text-decoration: none;
	color: #339933;
	transition-duration: 0.3s;
	text-decoration: underline;
}
a:hover {
 color: #896958
}
a img {
 transition-duration: 0.3s;
}
a:hover img {
 opacity: 0.8;
 transition-duration: 0.3s;
}
* html ul li {
 margin-left: 1px
}
*, :after, :before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box
}
@media screen and (min-width:750px) {
 body {
  background-color: #FFFFFF
 }
 a[href^="tel:"] {
  pointer-events: none; /*PC表示で電話番号リンクを無効*/
  cursor: default
 }
 .sp_cta {
  display: none;
 }
}
@media screen and (max-width:767.98px) {
 body {
  font-size: 1.6rem;
  line-height: 1.6;
 }
}


@media screen and (min-width: 750px){   
  .pc { display:block; }
  .sp { display:none; }
 br.sp:after {
  margin-right: -.333em;
  content: ""
 }
}
@media screen and (max-width: 749.98px){   
  .pc { display:none; }
  .sp { display:block; }
 br.pc:after {
  margin-right: -.333em;
  content: ""
 }
	
	.sp-palt {font-feature-settings: "palt";letter-spacing: 0.03em;}
	
}




h2 {
 font: 500 42px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 text-align: center;
 margin-bottom: 40px;
}
h3 {
 font: 500 28px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin-bottom: 15px;
}
h4 {
 font: 500 24px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin-bottom: 10px;
}
@media screen and (max-width:767.98px) {
 h2 {
  font: 700 22px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  margin-bottom: 15px;
 }
 h3 {
  font: 700 18px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
 }
 h4 {
  font: 600 16px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
 }
}
img {
 width: auto;
 height: auto;
 max-width: 100%;
 font-size: 0;
 line-height: 0;
 vertical-align: bottom;
}
ul.dots li,ul.asterisk li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: .4em;
}
ul.dots li:last-child { margin-bottom: 0; }
ul.dots > li:before { content: "・"; }
ul.astx li:last-child { margin-bottom: 0; }
ul.astx > li:before { content: "※"; display: inline-block; width: 1em; text-indent: 0;}
.bg-grn {
 background-color: #F6FBEF;
}
.bg-blu {
	background-color: #E7F2F6;
}
.bg-beg {
	background-color: rgba(252,247,240,0.50);
}
.bg-ash {
 background-color: #F1F1F1;
}
.bg-pnk {
 background-color: #FFF3F3;
}
.bg-wht {
 background-color: #FFFFFF;
}
.color-grn {
 color: #339933
}
.figure {
 text-align: center;
 margin-bottom: 20px;
}
.pc_flex {
 display: flex;
 justify-content: space-between;
}

.pc_flex.full > div { width: auto; flex-grow: 1; }
.pc_flex.full .image { margin-right: 40px; margin-left: 0px; }
.pc_flex.full.reverse .image { margin-left: 40px; margin-right: 0; }
.mt20 {margin-top: 20px !important;}
@media screen and (max-width:767.98px) {
 .pc_flex {
  display: block;
 }
}
.btn_reserve {
	max-width: 750px;
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.btn_reserve a {
 display: block;
}
.btn_reserve p {
	text-align: right;font-size: 12px;padding: 0 20px 10px;
}
.btn_reserve img {
 font-size: 0;
}
.header, .footer {
 background-color: #339933;
 overflow: hidden;
}
.header {
 height: 100px;
}
.header .inner {
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-between;
}
.header h1 {
 width: 30%;
 font-size: 0;
 margin-top: 6px;
}
.header .cta {
 text-align: right;
 width: 70%;
 font-size: 0;
 margin-top: 20px;
 display: flex;
 justify-content: flex-end;
}
.header .cta li:first-child {margin-top: 15px;}
.header img {
 max-width: 100%;
 height: auto;
}

@media screen and (max-width:934px) {
.header .inner {
 align-items: center;
 }
 .header .cta li:first-child {margin-top: 5px;}
}

.footer {
 padding: 20px 0;
}
.footer .f_logo {
 float: left;
 width: 30%;
 font-size: 0;
 margin-top: 6px;
}
.footer .cta {
 float: left;
 text-align: right;
 width: 70%;
 font-size: 0;
 margin-top: 20px;
}

.footer address {
 clear: both;
 text-align: center;
 font-size: 12px;
 color: #FFFFFF;
 font-style: normal;
 display: block;
}
.inner {
 width: 96%;
 max-width: 1000px;
 margin-right: auto;
 margin-left: auto;
}
#branding {
	text-align: center;
	background-color: #F8F9FB;
}
#branding img {
	margin: 0 auto;
}

@media screen and (max-width:1200px) {
/*#branding img.fvImg {content: url("../img/main_tb.jpg")}*/
}
section {
 padding: 80px 0;
}
section.sec_cta {
	padding: 60px 0;
}

@media screen and (max-width:767.98px) {
 section {
  padding: 45px 0;
 }
section.sec_cta {
 padding: 20px 0;
}
 .btn_reserve {
  margin: 0px auto;
 }
 .header {
  height: 60px;
  margin-top: 55px;
 }
 .header .inner {
 display: block;
}
 
 .header .cta {
  display: none;
 }
 
 .header h1 {
  float: none;
  width: auto;
  font-size: 0;
  margin-top: 5px;
  text-align: center;
 }
 .header h1 img {
  max-height: 50px;
  width: auto;
 }
 .footer {
  padding-bottom: 20px;
  padding-top: 10px;
 }
 .footer .f_logo {
  float: none;
  width: 50%;
  margin: auto;
 }
	
	.footer .cta {
 float: none;
 text-align: center;
 width: 80%;
 margin: 10px auto 0;
		
}
	.footer .cta a {display: block;}
.footer .cta a + a {margin-top: 10px;}
 .sp_cta {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #339933;
  display: flex;
  flex-wrap: nowrap;
 }
 .sp_cta li {
  flex-basis: 50%;
 }
 .sp_cta li:last-child {
  margin-left: 1px;
 }
 .sp_cta li img {
  width: 100%;
  height: auto;
 }
}
.sp_cta .sec01 {}
.sec01 {padding-bottom: 0;}
.sec01 .inner {padding-bottom: 90px;}
.sec01 h3 {
 padding-top: 80px;font-size: 32px;
}
.sec01 h4:not(:first-child) {
 margin-top: 80px;
}
.sec01 .figure {
 margin-top: 30px;
}
.sec01 .figure img {
 /*width: 55%;*/
}
.sec02 {}
.sec02 .figure img {
 width: 60%;
}
#doctor {
 padding: 90px;
 font-size: 16px;
 color: #000000;
}
#doctor .doc_name { text-align: center; margin-bottom: 10px; }
#doctor .doc_pic {
 text-align: center;
 margin-bottom: 15px;
}
#doctor .doc_career {
 padding: 30px;
 margin-top: 30px;
 font-size: 14px;
}
#doctor .doc_career dt {
 font-weight: 600;
}
#doctor .doc_career dt:not(:first-child) {
 margin-top: 15px;
}
.sec03 .card h2 {margin-top: 5px;}
.sec03 .card {
 padding: 50px;
 background-color: #FFFFFF;
 display: block;
	border: 1px solid #ddd;
}
.sec03 .card:not(:first-child) {
 margin-top: 50px;
}
.sec03 .card .text {
 flex-basis: 70%;
 margin-right: 15px;
 flex-shrink: 2;
}
.sec03 .card .center {text-align: center;}


.sec03 #p4.card ul {
margin: 30px 0;
}
.sec03 .card dl:not(:first-child) {
	margin-top: 30px;
}
.sec03 .card dl dt {
 font: 500 21px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin-bottom: 10px;
}
.sec03 .card .price_list {
	padding: 10px 20px;
	border: 1px solid #D4D4D4;
	display: inline-block;
	margin: 10px 0;
}
.sec03 .card .price_list li:not(:first-child) {
	border-top: 1px dashed #C2C2C2;
	margin-top: 6px;
	padding-top: 6px;
}
.sec03 .card .price_list .price {font-size: 1.2em;font-weight: 500;padding-left: 2em;}
.sec03 .card .price_list .price small {font-size: 0.6em;}


.sec03 .card .price_rough {
	padding: 10px 20px;
	border: 1px solid #D4D4D4;
	display: block;
	width: 70%;
	margin: 10px auto;
	text-align: center;
}

.sec03 .card .example { margin: 20px 5px 15px; }
.sec03 .card .example .ttl {
	font: 500 19px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin: 0 0 10px;
}
.sec03 .frame {border: 1px solid #ddd;padding: 30px;margin-top: 30px;}
.sec03 .frame p {margin-top: 20px;}

h3.sec03_h3ttl {text-align: left !important;margin-top: 50px !important;}
h4.sec03_h4ttl {text-align: left !important;margin-top: 25px !important;}
h5.sec03_h5ttl {font-size: 21px;margin: 10px auto 20px;font-weight: 500;}
@media screen and (max-width:767.98px) {
	.sec03 .card {	font-size: 14px;}
 .sec03 .card dl dt {	font-size: 16px;}	
	.sec03 .card .image { width: 50%; margin: 10px auto; text-align: center;}
	.sec03 .card .image img { width: 100%; height: auto;}

	.sec03 .card p.notice {font-size: 13px;}
	
	.sec03 .card .price_list {	padding: 10px;}
	.sec03 .card .price_list li {	line-height: 1.2;}
	.sec03 .card .price_list li:not(:first-child) {
	border-top: 1px dashed #C2C2C2;
	margin-top: 6px;
	padding-top: 6px;
}
 .sec03 .card .price_list .price {padding-left: 0.5em;}
		.sec03 .card p.notice {font-size: 13px;}
	.sec03 .card .price_rough {
	padding: 10px;
	width: 100%;
	margin: 10px auto;
	text-align: center;
		font-feature-settings: "palt";
}
	
	
.sec03 .frame {padding: 15px;margin-top: 15px;}

h3.sec03_h3ttl {margin-top: 30px !important;}
h4.sec03_h4ttl {margin-top: 15px !important;font-size: 16px !important;font-feature-settings: "palt";}
h5.sec03_h5ttl {font-size: 16px;text-align: center;margin: 10px auto;}
 img.sp-fit {width: 100%;height: auto;}
 
 
 
	.sec03 .card .image + .text {margin-top: 15px;}
 .sec03 .card .example .ttl {font-size: 15px;}
	
 .sec01 h3 {
  margin: 0px;
		padding: 20px 10px 0;
		font-size: 19px;
		line-height: 1.6;
		font-feature-settings: "palt";
		text-align: center;
 }
 .sec03 .card {
  display: block;
  padding: 15px;
 }
 .sec03 h2 span {
  font-size: 16px;
 }
 .sec03 .card .text {
  margin-right: 0px;
  margin-bottom: 15px;
 }
 .sec03 .card .figure img {
  width: 100%;
 }
 #doctor {
  padding: 20px 10px;
  margin-top: 0px;
  font-size: 14px;
 }
 #doctor .doc_career {
  padding: 10px;
  margin-top: 20px;
  font-size: 13px;
 }
}
.sec04 {}
.sec04 .figure img {
 width: 60%;
}
.sec04 dl dt {
 font: 500 24px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
 margin-bottom: 15px;
}
.sec04 dl dt:before {
 content: "\025cf";
 display: inline-block;
 margin-right: 3px;
 margin-top: -3px;
 font-size: 18px;
 vertical-align: middle;
}
.sec04 dl dt:not(:first-child) {
 margin-top: 40px;
}
.sec04 dl dd {}
@media screen and (max-width:767.98px) {
 .sec01 .figure img {
  width: 100%;
 }
 .sec02 .figure img {
  width: 100%;
 }
 .sec04 .figure img {
  width: 100%;
 }
 .sec04 dl dt {
  font: 600 18px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
 }
 .sec04 dl dt:before {
  content: "\025cf";
  display: inline-block;
  margin-right: 3px;
  margin-top: -3px;
  font-size: 14px;
  vertical-align: middle;
 }
 .sec04 dl dt:not(:first-child) {
  margin-top: 20px;
 }
}

.sec05 .inner {
	padding: 45px 30px 30px;
	border-radius: 10px;
	background: #FFF;
}
.sec05 h3 {text-indent: 1em;margin-left: -1em;}
.sec05 h3::before {
	content: "\02666";
	color: #339933;
	width: 1em;
	font-size: 90%;
}
.sec05 h4 {margin-top: 30px; }
.sec05 .clinic_data {margin-left: 28px;}
.sec05 .clinic_data span {display: inline-block;margin-right: 1em;}
.sec05 .clinic_map {text-align: center;margin-top: 30px;}


@media screen and (max-width:767.98px) {
.sec05 .inner {padding: 20px 10px 15px;}	
.sec05 h4 {margin-top: 15px; }
.sec05 .clinic_data {margin-left: 0px;}
.sec05 .clinic_data span {display: block;margin-right: 0em;}
.sec05 .clinic_map {text-align: center;margin-top: 20px;}
}

.plan_list {
	background-image: url(../img/plan_bg.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 40px 0;
}
.plan_list .notice {text-align: center;margin-top: -10px;
 font: 500 20px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;padding-bottom: 20px;}

.plan_list ul.plan_item_wrap {display: flex;justify-content: space-between;width: 1000px; max-width: 96%; margin: 0 auto;}
.plan_list ul.plan_item_wrap li {flex-basis: 300px;}
.plan_list p {width: 1000px;max-width: 96%; margin: 0 auto;text-align: right;font-size: 16px;font-weight: 500;line-height: 1.4;}

@media screen and (max-width:767.98px) {
 .plan_list {padding: 15px 0;}
	
.plan_list .notice {margin-top: 0px;
 font: 500 16px/1.4 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;padding-bottom: 15px;}
	
	
.plan_list ul.plan_item_wrap li {flex-basis:　33.33%;padding: 0 2px;}
.plan_list ul.plan_item_wrap li img {width: 100%; height: auto;}
.plan_list p {text-align: center;font-size: 11px;}
}

/* ========= notice ========= */
section.notice {text-align: center !important;}
section.notice h3 {margin-bottom:30px;}
section.notice strong {font-weight: bold;}

@media screen and (max-width:767.98px) {
 section.notice h3 {margin-bottom:20px;}
 section.notice p {font-size: 14px;text-align: left;}
 
}

.tablepress {
    border: solid 1px #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 13px;
    margin: 1em 0;
}
.tablepress tbody tr:first-child td {
    border-top: 0;
}
.tablepress td, .tablepress th {
    padding: 8px;
    border-top: 1px solid #ddd;
    text-align: left;
    float: none!important;
    vertical-align: top;
}
.tablepress td {
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.tablepress .odd td {
    background-color: #FBF4EA!important;
}

.whatis {margin-top: 60px;}
.sec_example {padding: 40px 0 0;width: 85%;margin: 0 auto;}
.sec_example .inner { position: relative; }
.sec_example .layout { display: flex; justify-content: center; flex-wrap: nowrap;margin-top: 20px; }
.sec_example .layout > div { width: 100%;text-align: center;}
.sec_example .layout > div:nth-last-child(-n+2) { margin-bottom: 0; }
.example_item .photo { display: flex; justify-content: center; position: relative; }
.example_item .photo > div { width: 45%; }
.example_item .photo::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border: 5px solid #ccc;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
}

.example_item .photo .before,
.example_item .photo .after {
 /* border: 1px solid rgba(0,0,0,0.2);*/
  padding: 5px;
}
.example_item .photo .before p,
.example_item .photo .after p {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
.example_item .photo + p { margin-top: 20px; }
.example_item.center { margin: 0 auto; }
.example_item .details_wrap2 {
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 20px;
	font-feature-settings: "palt";
	display: flex;
	justify-content: center;
}
.example_item .details_wrap2 p {font-size: 18px;}
.example_item .details_wrap2 p + p {
	margin-left: 1.5em;
}

@media screen and (max-width: 767.98px) {
	.whatis {margin-top: 30px;}
  .sec_example {
    padding: 20px 0 0;
    width: 100%;
  }
  .sec_example .layout {
    margin-top: 10px;
  }
  .example_item .photo::after {
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-bottom: none;
    border-left: none;
    top: calc(50% - 25px);
    left: calc(50% - 15px);
  }
  .example_item .photo img + p {
    font-size: 12px !important;
  }
  .example_item .details_wrap2 {
    margin-top: 5px;
    display: block;
    text-align: left;
  }
  .example_item .details_wrap2 p {
    font-size: 14px;
  }
  .example_item .details_wrap2 p + p {
    margin-left: 0em;
  }
}

/* --- LP3 ----------------------------------------------------- */
.layout {display: flex;}
.layout.reverse {flex-direction: row-reverse;}
.layout.reverse .image {text-align: right;}
.layout .image {flex-basis: 30%;}
.layout .text {flex-basis: 70%;}
.layout + .layout {margin-top: 50px;}


.sec_message .layout {justify-content: space-between;}
.sec_message .layout .image {flex-basis: 220px;text-align: center;}
.sec_message .layout .image img {width: 100%;}

@media screen and (max-width: 767.98px) {
 .sec_message .layout .image img.sp-auto {width: auto;max-width: 100%;}
}
.sec_message .layout .text {flex-basis: calc(100% - 260px);}
.sec_message {max-width: 1024px;margin: 50px auto;}
.sec_message h2 {
	font-size: 34px;
	color: #00B8F5;
}
.sec_message .layout .image .caption {margin: 15px 0;}
.sec_message .layout .image .caption p {font-size: 12px;line-height: 1.5;font-feature-settings: "palt";text-align: center;}
.sec_message .layout .image .caption p + p {font-size: 11px;margin-top: 10px;}

@media screen and (max-width: 767.98px) {
.sec_message .layout .image .caption p {font-size: 14px;}
.sec_message .layout .image .caption p + p {font-size: 13px;}
	
}
.rubyposition_under{
  display: inline-block;
}
.rubyposition_under ruby{
  display: flex;
  flex-direction: column;
  text-align: justify;  /* この指定は text-align-last を IE に対応させるために必要 */
  text-align-last: justify;
}

.sec01 figcaption {font-size: 14px;margin-top: 15px;}

@media screen and (max-width: 767.98px) {
 .sec01 h2 span.sp-small {font-size: 18px;}
	.sec01 figcaption {font-size: 12px;margin-top: 15px;text-align: left;}
}



.sec02 {
	padding-bottom: 0;
	background-color: #F7F8F6;
}
.sec02_wrap {
	background-image: url("../img/sec02_bg.png?1113");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-color: #FBFBFA;
	padding: 90px 0 45px;
}
.sec02 ul li {	font-family: var(--font-jp-min);font-weight: 600;font-size: 26px;}
.sec02 .em,.sec03 .em {
	font-family: var(--font-jp-min);
	font-feature-settings: "palt";
	font-weight: 700;
	font-size: 30px;
	color: #00B8F5;
	margin-top: 50px;
	padding: 5px 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
}

.sec03 {}
.sec03_wrap {
	background-image: url("../img/sec03_bg.jpg?1113");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-color: #FBFBFA;
	padding: 90px 0 45px;
	margin:45px 0 90px;
}

.sec03 .sec03_wrap .sec03_frame {
	display: table;
	padding: 45px 60px;
	background-color: rgba(255,255,255,0.75);
	color: rgba(12,134,212,1.00);
}
.sec03 .sec03_wrap .sec03_frame h3 {margin-bottom: 25px;font-size: 36px;}
.sec03 .sec03_wrap .sec03_frame ul li {	font-family: var(--font-jp-min);font-weight: 600;font-size: 26px;line-height: 1.5;}

@media screen and (max-width: 767.98px) {
	.sec03_wrap {padding: 15px 0;margin:30px 0 45px;}
	.sec03 .sec03_wrap .sec03_frame {display: block;	padding: 15px;}
	.sec03 .sec03_wrap .sec03_frame h3 {font-size: 23px;margin-bottom: 10px;}
	.sec03 .sec03_wrap .sec03_frame ul li {font-size: 15px;}
}

.sec03 .layout .image {flex-basis: 300px;margin-left: 30px;}
.sec03 .layout .text {flex-basis: calc(100% - 300px);}
.sec03 .sec03_lead {padding: 20px;border: 2px solid #DC0003;margin: 50px auto;color:#DC0003;}
.sec03 h3 {text-align: center;font-size: 28px;}
.sec03 h4 {text-align: center;font-size: 21px;margin-top: 50px;}
.sec03 #p2 h3 {text-align: center;font-size: 30px;margin-bottom: 50px;}

.sec03 .types {display: flex;justify-content: space-between;margin: 30px 0 90px;}
.sec03 .types .types-card {flex-basis: 32%;padding: 15px;border: 1px solid #999;display: flex;flex-direction: column;}
.types-card .-ttl {font-family: var(--font-jp-min);font-size: 28px;text-align: center;}
.types-card .-img {margin-top: 5px;}
.types-card .-valid {margin: 20px 0; padding: 5px;font-size: 18px;color: #fff; font-weight: 500;line-height: 1.3;text-align: center;background: #DB272A;}
.types-card .-valid.low_level {background-color: #DB7526;}
.types-card .text {font-size: 16px;line-height: 1.6;}
.types-card .text dt {width: 3.2em; float: left;font-weight: 600;}
.types-card .text dd {margin-left: 3.2em;}
.types-card .text dt,.types-card .text dd {margin-top: 8px;}

@media screen and (max-width: 767.98px) {
 .sec03 .types {display: block;margin: 15px 0 30px;}
 .sec03 .types .types-card {padding: 15px;}
	.sec03 .types .types-card + .types-card {margin-top: 10px;}
	.types-card .-ttl {font-size: 20px;}
 .types-card .-img {margin-top: 5px;}
 .types-card .-valid {margin: 15px 0 10px;font-size: 18px;}
 .types-card .text {font-size: 14px;}

}
@media screen and (max-width: 767.98px) {
 .layout {display: block;}
 .layout + .layout {margin-top: 25px;}
	.layout.reverse .image {text-align: center;}
 .sec_message {width: 96%;padding: 15px;margin: 25px auto;}
 .sec_message h2 {font-size: 20px;}
	.sec_message .image {text-align: center;margin: 0 auto 20px;}
 .sec02_wrap {
   background-color: rgba(255, 255, 255, 0.8);
   background-blend-mode: lighten;
	  padding: 30px 0;
 }
 .sec02 ul li {font-size: 16px;font-feature-settings: "palt";}
 .sec02 .em {
  font-size: 22px;
  margin-top: 30px;
  padding: 10px 5px;
  line-height: 1.5;
 }
	.sec03 .layout .image {margin: 10px auto;text-align: center;}
 .sec03 .sec03_lead {padding: 15px;margin: 15px auto;}
	.sec03 h3 {font-size: 18px;}
 .sec03 h4 {font-size: 18px;margin-top: 30px;}
 .sec03 #p2 h3 {font-size: 21px;margin-bottom: 20px;}
	.sec03 #p2 .image {margin-bottom: 15px;}
	.sec03 .card dl:not(:first-child) {margin-top: 20px;}
	.sec03 .card:not(:first-child) {margin-top: 25px;}
	.sec01 .inner {padding-bottom: 30px;margin-bottom: 0;}
	.sec01 h4:not(:first-child) {margin-top: 30px;}
 
 
}

.clickhere {font-weight: 700;font-size: 24px;display: block;}
.layout.half {justify-content: space-between;}
.layout.half > * {flex-basis: 49% !important;}
.layout.half > div img {width: 100%;}

@media screen and (max-width:767.98px) {
 .clickhere {font-size: 16px;}
.layout.half {display: flex !important;}
 
}

.gap_1em {margin-top: 1em;}
.gap_2em {margin-top: 2em;}
.gap_3em {margin-top: 3em;}
