@charset "utf-8";


/* BASE ------------------------------------------------------------------------ */
:root {
	--co-main:          #81d8d0;
	--co-main-dark:     #ff9900;
	--co-point:         #083b6e;
	--co-point-dark:    #04203b;
	--co-dark:          #484640;
	--co-dark-deep:     #1b1913;
	--co-text-light:    #fdf5dd;
	--co-text-dark:     #1b1913;
	--co-red:           #d81c24;
	--co-white:         #FFFFFF;
	--co-bgSub01:       #2d8d84;
	--co-bgSub01-light: #e9efee;
	--co-Sub01:         #c8dcec;
	--size-small-xx:    10px;
	--size-small-x:     14px;
	--size-small:       16px;
	--size-normal:      18px;
	--size-large:       24px;
	--size-large-x:     28px;
	--size-large-xx:    34px;
	--size-large-xxx:   45px;
	--font-gosick: "YakuHanJP", 'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
	--font-mincho: "YakuHanMP", 'Noto Serif JP', "游明朝" , sans-serif;
	--font-Cinzel: "YakuHanMP", 'Cinzel', serif;
	--font-Oswald: "YakuHanJP", 'Oswald', 'Noto Sans JP', sans-serif;
	--font-point : 'Kiwi Maru', serif;
}
@media screen and ( max-width:599px) {
	:root {
		--size-small-x: 12px;
	}
}
::selection {
	background: rgba(0, 0, 0, 0.2);
}

/*Firefox*/
::-moz-selection {
	background: rgba(0, 0, 0, 0.2);
}


.spOnly{ display: none; }
@media screen and ( max-width:959px ) {
	.tbOnly{ display: block; }
}
@media screen and ( max-width:599px) {
	.pcOnly{ display: none; }
	.spOnly{ display: block; }
}


html{
	font-size: 18px;
}
h1{
	font-size: 2rem;
	font-weight: 900;
	position: relative;
}
h2{
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 0.5em;
	color: var(--co-bgSub01);
}
h3{
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 1.25em;
}
h4{
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 1.25rem;
	text-align: center;
	line-height: 1.5em;
}
p{
	line-height: 1.875em;
	margin-bottom: 0.5em;
}
p:last-of-type{
	margin-bottom: 0;
}
a{ transition: all 0.2s linear; }
@media screen and ( max-width:959px ) {
	html{ font-size: 15px; }
	h2 {
		font-size: 1.5rem;
		margin-bottom: 1.25vw;
	}
	h3 {
		font-size: 1.15rem;
	}
}
@media screen and ( max-width:599px) {
	html{ font-size: 14px; }
	html, body{
		height:100%;
	}
	body{
		overflow-x: hidden;
	}
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.25rem;
		margin-bottom: 2.5vw;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.15rem;
	}
}


/* colSet ------------------------------------------------------------------- */
section{
	background: var(--co-bgSub01-light);
	position: relative;
	z-index: 2;
	padding-top:    5rem;
	padding-bottom: 5rem;
}
section:nth-of-type(2n+1){
	background: var(--co-white);
}
.col{
	max-width: 1200px;
	min-width: 960px;
	margin: 0 auto 2rem;
	padding: 0 1rem;
	text-align: center;
	position: relative;
	z-index: 2;
}
.col:last-of-type{
	margin: 0 auto;
}
.colFix{
	display: flex;
	justify-content: space-around;
}
.colFix .colIn{
	width: 70%;
	padding: 60px 0px;
}
.colFix .colIn:last-of-type{
	width: 30%;
}
.colIn{
	padding: 20px 0px;
}
.colIn:last-of-type{
	padding: 20px 0px 0px;
}
.coldb{
	display: flex;
	justify-content: space-between;
}
.coldb > div:first-of-type {
	width: calc(100% / 5 * 2 - 0.25rem);
}
.coldb > div:last-of-type {
	width: calc(100% / 5 * 3 - 0.25rem);
}
.colqua {
	display: flex;
	justify-content: space-between;
}
.colqua > div {
	width: calc(100% / 4 - 0.25rem);
}
@media screen and ( max-width:959px ) {
	.col ,
	.coldb > div:first-of-type ,
	.coldb > div:last-of-type {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.col img{
		max-width: 100%;
		min-width: 0;
		width: auto;
	}
	section .colIn.coldb {
		flex-direction: column;
	}
	section .colIn.coldb div:last-of-type {
		margin-top: 1rem;
	}
}
@media screen and ( max-width:599px) {
	.colqua {
		flex-direction: column;
	}
}
.colIn.colHalf{
	display: flex;
	justify-content: space-between;
}
.colIn.colHalf > div {
	width: calc(100% / 2 - 5px);
}

.flex-Reverse{ flex-direction: row-reverse; }
.flex-al-c{ align-items: center; }

.balloon{
	position: relative;
	display: inline-block;
	background: var(--co-bgSub01-light);
	border-radius: 10rem;
	padding: 10px 70px;
	margin: auto auto 1.5vw auto;
}
.balloon::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: var(--co-bgSub01-light) transparent transparent transparent;
	border-width: 12px 10px 0 10px;
}
.balloon.lightBlue{         background:   var(--co-Sub01); }
.balloon.lightBlue::after { border-color: var(--co-Sub01) transparent transparent transparent; }
.balloon.pink{         background:   #fbcbcd; }
.balloon.pink::after { border-color: #fbcbcd transparent transparent transparent; }
.balloon.red{
	background-color: var(--co-red);
	color: var(--co-white);
}
.balloon.red::after {
	border-color: var(--co-red) transparent transparent transparent;
}
@media screen and ( max-width:959px ) {
	.balloon::after {
		bottom: -11px;
	}
}
@media screen and ( max-width:599px) {
	.balloon {
		padding: 5px 10px;
		margin-bottom: 4.5vw;
	}
}

.circle{
	background: #81d8d0;
	height: 5rem;
	width: 5rem;
	margin: auto;
	border-radius: 55rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 0.875em;
	z-index: 2;
	color: var(--co-bgSub01);
}
.circle span{
	font-size: 0.25em;
	font-weight: 400;
	line-height: 1.25em;
}
strong{
	font-size: 1em;
	font-family: inherit;
	font-weight: 900;
	color: var(--co-red);
	margin: 0 4px;
	background: linear-gradient(rgba(255,255,255,0) 80%,rgba(255, 191, 0, 0.5) 0);
}
.mincho{ font-family: 'Noto Serif JP', serif; }
.fontS{
	font-size: 0.5em;
}
.fontL{
	font-size: 1.25em;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.fontXL{
	font-size: 1.75em;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
@media screen and ( max-width:959px ) {
	.fontL {
		font-size: 1.25em;
	}
}
@media screen and ( max-width:599px) {
	.fontL {
		font-size: 1.25em;
		line-height: 2.5rem;
	}
}


.notice{ font-size: 0.75rem; }
.coPink  { color: #EC407A; }
.coOrange{ color: #ec6900; }
.coBlue  { color: #2a395d; }
.coGreen { color: var(--co-bgSub01); }
.coRed   { color: var(--co-red); }

.bgBlue{ background-color: #2a395d; color: var(--co-white); }
.bgWhite{ background-color: var(--co-white); }
.btBlue{
	border-top: 1px solid #2a395d;
	margin-top: 2.5vw;
	padding-top: 2.5vw;
}
.bgBlue.balloon::after { border-color: #2a395d transparent transparent transparent; }
.imgBorder{ border: 8px solid #ececec; }
.imgShadow{
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 1.875rem 1rem;
	margin-bottom: 2.5rem;
}
.ta-c{ text-align: center !important; }
.w70per{
	max-width: 70%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
@media screen and ( max-width:959px ) {
	.w70per {
		max-width: 90%;
	}
}
.mb-0 { margin-bottom:  0px !important; }
.mb-01{ margin-bottom:  1px !important; }
.mb-08{ margin-bottom:  8px; }
.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 40px; }
.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.mt-50{ margin-top: 50px; }
.mt-60{ margin-top: 60px; }
.mt-70{ margin-top: 70px; }
.mt-80{ margin-top: 80px; }


/* LINK ------------------------------------------------------------------------ */
p.ctaLink a {
	display: inline-block;
	font-size: 1.75rem;
	cursor: pointer;
	border-radius: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
	padding: 5px 60px;
	z-index: 1;
	color: var(--co-white);
	box-shadow: 0 0 0 4px #4caf50;
	background: var(--co-white);
	-webkit-transition: color 0.3s , background-color 0.3s;
	   -moz-transition: color 0.3s , background-color 0.3s;
	        transition: color 0.3s , background-color 0.3s;
}
p.ctaLink a small {
	display: block;
}
p.ctaLink a:after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	background-color: #4caf50;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
}
p.ctaLink a:before {
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
p.ctaLink a:hover {
	color: #4caf50;
}
p.ctaLink a:hover:after {
	transform: scale(1.2);
	opacity: 0;
}
p.ctaLink.btnRed a {
	box-shadow: 0 0 0 4px #d92027;
}
p.ctaLink.btnRed a:after {
	background-color: #d92027;
}
p.ctaLink.btnRed a:hover {
	color: #d92027;
}
@media screen and ( max-width:599px) {
	p.ctaLink {
		margin: 5vw 0;
	}
	p.ctaLink a {
		font-size: 1.25rem;
		padding: 5px 30px;
	}
}


table{
	width: 100%;
}
table tr{
	margin-bottom: 0.25rem;
	display: table;
	width: 100%;
}
table tr:last-of-type{
	margin-bottom: 0;
}
table th{
	width: 30%;
	vertical-align: middle;
	background-color: var(--co-bgSub01);
	color: var(--co-white);
	padding: 8px;
	position: relative;
}
table th::after{
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	bottom: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: var(--co-bgSub01) transparent transparent transparent;
	border-width: 12px 10px 0 10px;
	transform: rotate(-90deg);
}
table td{
	width: 70%;
	vertical-align: middle;
	padding: 0.75rem 1rem 0.75rem 1.5rem;
	background-color: var(--co-bgSub01-light);
	text-align: left;
}


/* EFFECT ---------------------------------------------------------------------- */
.effectPom{
	-webkit-animation: title3 400ms;
	animation: title3 400ms
}
@-webkit-keyframes title3 {
	50% { -webkit-transform: scale(1.25); }
}
@keyframes title3 {
	50% { transform: scale(1.25); }
}
.effectTon{
	opacity: 1 !important;
	-webkit-animation: effectTon 2000ms infinite;
					animation: effectTon 2000ms infinite;
	position: relative;
}
@-webkit-keyframes effectTon {
	  0% { bottom:  0px; }
	 80% { bottom:  5px; }
	100% { bottom:  0px; }
}
@keyframes effectTon {
	 0% { bottom:  0px; }
	 80% { bottom:  5px; }
	100% { bottom:  0px; }
}
.effectSlideInLeft{
	opacity: 1 !important;
	-webkit-animation: SlideInLeft 400ms;
					animation: SlideInLeft 400ms;
	position: relative;
	transition:  all 0.5s linear;
}
@-webkit-keyframes SlideInLeft {
	0% { left: -56px; }
	100% { left: 0; }
}
@keyframes SlideInLeft {
	0% { left: -56px; }
	100% { left: 0; }
}
.effectSlideInRight{
	opacity: 1 !important;
	-webkit-animation: SlideInRight 400ms;
					animation: SlideInRight 400ms;
	position: relative;
	transition:  all 0.5s linear;
}
@-webkit-keyframes SlideInRight {
	0% { right: -56px; }
	100% { right: 0; }
}
@keyframes SlideInRight {
	0% { right: -56px; }
	100% { right: 0; }
}
.effectSlideInBottom{
	opacity: 1 !important;
	-webkit-animation: SlideInBottom 400ms;
					animation: SlideInBottom 400ms;
	position: relative;
	transition:  all 0.5s linear;
}
@-webkit-keyframes SlideInBottom {
	0% { bottom: -56px; }
	100% { bottom: 0; }
}
@keyframes SlideInBottom {
	0% { bottom: -56px; }
	100% { bottom: 0; }
}
.effectfadeIn{
	opacity: 1 !important;
	-webkit-animation: effectfadeIn 400ms;
					animation: effectfadeIn 400ms;
	position: relative;
	transition:  all 0.5s linear;
}
@-webkit-keyframes effectfadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes effectfadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.effectRotate{
	animation: effectRotate 10s linear infinite;
}
@-webkit-keyframes effectfadeIn {
	100% { transform: rotate(360deg); }
}
@keyframes effectRotate {
	100% { transform: rotate(360deg); }
}


/* header ---------------------------------------------------------------------- */
header {
	background: var(--co-white);
	box-shadow: 0px -14px 15px 10px #2e2e2e;
	position: relative;
	z-index: 2;
	top:   0;
	left:  0;
	right: 0;
}
header .col{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75vw 20px;
}
header .col h1 img{
	width: 100%;
}
header .col h1{
	display: flex;
	align-items: center;
	justify-content: start;
}
header .col ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .col ul li {
	margin: 0 10px 0 0;
}
header .col ul li.btn-link {
	margin: 0;
}
header .col ul li.btn-link  p.ctaLink a{
	font-size: 0.75rem;
	box-shadow: 0 0 0 2px #4caf50;
	line-height: 1.4em;
}
@media screen and ( max-width:959px ) {
	header .col {
		padding: 1vw 20px;
	}
	header .col ul li {
		margin: 0;
		display: flex;
		align-items: right;
		flex-flow: row-reverse;
	}
	header .col ul li a {
		width: 60%;
	}
	header .col ul li.btn-link {
		display: none;
	}
}
@media screen and ( max-width:599px) {
	header .col {
		padding: 3vw 10px;
		justify-content: center;
	}
	header .col ul {
		display: none;
	}
}



/* header.clone-nav ------------------------------------------------------------ */
header.clone-nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	width: 100%;
	padding: 0;
	transition: .3s;
	transform: translateY(-100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	box-shadow: none;
}
header.clone-nav.is-show{
	transform: translateY(0);
	box-shadow: 0px -22px 20px 20px rgba( 0, 0, 0, 0.5);
}
header.clone-nav .col{
	max-width: 100%;
	min-width: 100%;
	padding: 10px;
}
header.clone-nav .col h1 img {
	width: 70%;
}
header.clone-nav .col h1::before {
	font-size: 1.75rem;
}
header .col ul {
	justify-content: flex-end;
}
header.clone-nav .col ul li.btn-free {
	width: 50%;
}
header.clone-nav .col ul li.btn-free img {
	width: 100%;
}
header.clone-nav .col ul li.btn-link br {
	display: none;
}
header.clone-nav .col ul li.btn-link p.ctaLink a {
	padding: 6px 25px;
}
@media screen and ( max-width:959px ) {
	header.clone-nav .col h1 img {
		width: 60%;
		min-width: auto;
	}
	
	header.clone-nav .col ul li.btn-free {
		width: 70%;
	}
	header.clone-nav .col ul li.btn-free a {
		display: flex;
		align-items: center;
	}
}
@media screen and ( max-width:599px) {
	header.clone-nav .col h1 {
		justify-content: center;
	}
}


/* #sec_topImg ----------------------------------------------------------------- */
#sec_topImg {
	overflow: hidden;
	padding: 0;
}
#sec_topImg .col {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
#sec_topImg .col .Left {
	width: 62%;
	background: rgb(255 255 255 / 45%);
	padding: 2rem 0.3rem;
	border-radius: 1.2rem;
}
#sec_topImg .col .Left .topTitle{
	text-align: center;
}
#sec_topImg .col .Left h3 {
	margin-bottom: 0;
}
#sec_topImg .col .Left h2 {
	margin-bottom: 0;
	line-height: 1.3;
}
#sec_topImg .col .Left h2 .fontL {
	font-size: 1.45em;
}
#sec_topImg .col .Left .topCTA {
	margin-top: 2em;
}
#sec_topImg .col .Left .topCTA p a {
	padding: 1em 5em 1em 4em;
	color: var(--co-white);
	text-decoration: none;
	font-size: 1.4rem;
	background: var(--co-red);
	box-shadow: 0px 5px 0px 0px #5a0b0f;
	border-radius: 50rem;
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
#sec_topImg .col .Left .topCTA p a::after ,
#sec_topImg .col .Left .topCTA p a::before {
	content: "";
	position: absolute;
	bottom: 0;
	margin: auto;
}
#sec_topImg .col .Left .topCTA p a::after {
	width: 0.6em;
	height: 0.6em;
	top: 0.1em;
	right: 1.65em;
	border: 4px solid var(--co-red);
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}
#sec_topImg .col .Left .topCTA p a::before {
	width: 1.6em;
	height: 1.6em;
	top: 0.1em;
	right: 1.1em;
	background: var(--co-white);
	border-radius: 3rem;
}
#sec_topImg .col .Left .topCTA p a span {
	position: absolute;
	background: var(--co-red);
	font-size: 12px;
	line-height: 1.2;
	top: -60%;
	padding: 0.4em 2em;
	border-radius: 30em;
	border: 2px solid var(--co-white);
}
#sec_topImg .col .Left .topCTA p a span::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: var(--co-white) transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -7px;
}
#sec_topImg .col .Right {
	width: 55%;
	margin-left: -3%;
}
#sec_topImg .col .Right p {
	padding-top: 3em;
}
#sec_topImg .col .Right p img{
	width: 100%;
}
#sec_topImg .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: auto;
}
#sec_topImg .bg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
@media screen and ( max-width:959px ) {
	#sec_topImg {
		padding-top: 1rem;
	}
	#sec_topImg .col {
		padding: 2rem 0 0 0;
	}
	#sec_topImg .col .Left {
		width: 60%;
	}
	#sec_topImg .col .Left h1 {
		font-size: 3em;
	}
	#sec_topImg .col .topTitle h2 {
		font-size: 1.5rem;
	}
	#sec_topImg .col .Right {
		width: 40%;
	}
	#sec_topImg .col .Left .topCTA {
		margin-top: 2rem;
	}
	#sec_topImg .col .Left .topCTA dl {
		margin-right: 1rem;
		padding-right: 1rem;
	}

	#sec_topImg .col .topTitle h2 {
		font-size:1rem;
	}
	#sec_topImg .col .topTitle h1 span {
		font-size:0.45em;
	}
	#sec_topImg .col .topTitle h1 span.doctor {
		font-size: 0.7em;
		line-height: 0.75em;
	}
	#sec_topImg .col .topTitle h1 span>span {
		color:#396;
		font-size: 1.0em;
	}
	#sec_topImg .col .topTitle h1 span>span:nth-child(2) {
		color:#396;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		font-size: 1.35em;
		border-bottom:10px solid #ff9;
	}
}
@media screen and ( max-width:599px) {
	#sec_topImg {
		position: relative;
		padding: 0;
	}
	#sec_topImg .col {
		padding-top: 2rem;
		flex-direction: column;
		padding-bottom: unset;
	}
	#sec_topImg .col .Left {
		width: 100%;
		padding-bottom: 0rem;
	}
	#sec_topImg .col .Left .topNo1 {
		z-index: 10;
		position: absolute;
		bottom: 5rem;
		left: 0;
		right: 0;
		margin: auto;
		padding: 1rem;
	}
	#sec_topImg .col .Left .topNo1 {
		z-index: 10;
		position: absolute;
		bottom: 4.5rem;
		left: 0;
		right: 0;
		margin: auto;
		padding: 1rem;
	}
	#sec_topImg .col .Left .topNo1 dl {
		padding: 1.5rem 1rem 3.5rem;
		overflow: hidden;
		border-radius: 0.5rem;
	}
	#sec_topImg .col .Left .topNo1 dl dt {
		margin-bottom:0.5rem;
	}
	#sec_topImg .col .Left .topNo1 dl dd span {
		text-align: center;
		width: 100%;
		font-size: 0.75rem;
		left: 0.5rem;
	}
	#sec_topImg .col .Left .topCTA {
		z-index: 10;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(100% - 2rem);
		display: flex;
		flex-direction: column;
	}
	#sec_topImg .col .Left .topCTA dl {
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin-bottom: 1rem;
	}
	#sec_topImg .col .Left .topCTA dl dt {
		font-size: 0.75rem;
		margin: 0;
		width: 4em;
	}
	#sec_topImg .col .Left .topCTA dl dd {
		width: calc(100% - 6rem);
	}
	#sec_topImg .col .Left .topCTA p {
		width: 100%;
	}
	#sec_topImg .col .Left .topTitle {
		margin-bottom: 5.5rem;
	}
	#sec_topImg .col .topTitle h2 {
		font-size: 1.2rem;
		padding-right: 0;
	}
	#sec_topImg .col .topTitle h1 {
		padding-top: 1.75vw;
		padding-bottom: 2.25vw;
		font-size: 2.25rem;
		padding-right: 0;
		line-height: 1.75rem;
	}
	#sec_topImg .col .topTitle h1 span {
		font-size: 1.25rem;
	}
	#sec_topImg .col .topTitle h1 span.colorRed {
		font-size: 1.0em;
		line-height: 1.5em;
	}
	#sec_topImg p.sec_topimg_03 {
		right: 0;
		left: 0;
	}
	#sec_topImg .col .Right {
		width: 100%;
		z-index: 1;
		margin-top: -7rem;
		margin-bottom: 4rem;
	}
	#sec_topImg .col .Right p {
		padding-top: 1em;
	}
	#sec_topImg dl.sec_topImg_02 dd {
		padding: 0;
	}
}


/* .sec_cta -------------------------------------------------------------------- */
section.sec_cta{
	background: url(../img/bg_cta.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
section.sec_cta::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.png);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-attachment: fixed;
}
section.sec_cta h2{
	color: var(--co-white);
}
section.sec_cta h3 span{
	font-size: 1.5rem;
	background: #d92027;
	margin-right: 0.5vw;
	letter-spacing: 0.75rem;
	padding-left: 0.8rem;
	color: var(--co-white);
	border-radius: 3px;
}
section.sec_cta .colIn{
	background-color: var(--co-white);
	border-radius: 8px;
	padding: 2.5vw 5vw;
}
section.sec_cta .colIn ul{
	border-bottom: 1px solid #4caf50;
	margin-bottom: 1.5vw;
	padding-bottom: 1.5vw;
	display: flex;
	justify-content: center;
}
section.sec_cta .colIn ul li{
	width: 45%;
	margin: 0 0.5vw;
}
section.sec_cta .colIn ul li h4 {
	background: #F44336;
	color: var(--co-white);
	border-radius: 100px;
	margin-bottom: 0.75vw;
}
section.sec_cta .colIn ul li img {
	width: 100%;
	display: block;
	margin-bottom: 0.75vw;
}
section.sec_cta .colIn ul li h3 {
	font-size: 1rem;
	border-radius: 0px;
	padding: 0;
}
section.sec_cta .colIn p.ctaLink a small{
	display: block;
}
@media screen and ( max-width:959px ) {
	section.sec_cta {
		background-attachment: scroll;
	}
	section.sec_cta h3 span {
		font-size: 1.25rem;
	}
}


/* .sec_cta.verb ------------------------------------------------------------ */
.sec_cta.verb{
	padding: 0;
	background-color: #81d8d0;
}
.sec_cta.verb .colIn {
	border-radius: 0;
	padding: 0;
}
.sec_cta.verb h2 {
	color: var(--co-red);
}
.sec_cta.verb .col {
	display: flex;
	justify-content: center;
	padding: 3rem 0 1.5rem;
}
.sec_cta.verb .colIn:last-of-type {
	width: calc(100% - 230px);
}
.sec_cta.verb .colIn:last-of-type .ctaTitle {
	position: relative;
}
.sec_cta.verb .colIn:last-of-type ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	border: none;
}
.sec_cta.verb .colIn:last-of-type ul li {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl {
	width: calc(100% / 3 - 0.5rem);
	background: var(--co-white);
	border-radius: 0.5rem;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl dt img {
	margin: auto;
}
.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl dd {
	padding: 1rem;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.sec_cta.verb .colIn:last-of-type ul li:first-of-type h3 {
	font-size: 1.25em;
	line-height: 1.25;
	margin: 0;
	color: var(--co-bgSub01);
	width: 100%;
}
.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl dd h4 {
	margin-bottom: 0.25em;
	padding: 0.25rem 0.75rem;
	font-size: 0.75em;
	background: var(--co-red);
	border-radius: 10rem;
	color: var(--co-white);
	font-weight: 900;
}
.sec_cta.verb .colIn:last-of-type ul li:first-of-type span {
	position: relative;
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg {
	margin-top: 1rem;
	border-radius: 0.5rem;
	background: #083b6e;
	padding: 1rem;
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgImg {
	width: 24%;
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt {
	width: calc(100% - 24% - 1rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt h5 {
	color: var(--co-bgSub01-light);
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt p {
	color: var(--co-bgSub01-light);
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt h3 {
	color: #f5a200;
	margin: 0;
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt .ctaBtn {
	font-size: var(--size-small);
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
	border-bottom: 1px dashed var(--co-bgSub01-light);
}
.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt .ctaBtn:hover {
	opacity: 0.7;
	border-bottom: 1px solid var(--co-bgSub01-light);
}
.sec_cta.verb .colIn:last-of-type ul li:last-of-type {
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.sec_cta.verb .colIn:last-of-type ul li:last-of-type p {
	width: 100%;
}
.sec_cta.verb .colIn:last-of-type ul li:last-of-type p a {
	position: relative;
	z-index: 9;
	padding: 0.5em;
	color: var(--co-white);
	text-decoration: none;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.1s linear;
	background: var(--co-red);
	box-shadow: 0px 5px 0px 0px #5a0b0f;
	border-radius: 0.5rem;
	margin-bottom: 5px;
	margin-top: 0px;
}
.sec_cta.verb .colIn:last-of-type ul li:last-of-type p a small {
	display: flex;
	width: 6rem;
	background: var(--co-white);
	color: var(--co-red);
	justify-content: center;
	align-items: center;
	margin-right: 0.5em;
	font-weight: 900;
	border-radius: 50rem;
	font-size: 1em;
	padding: 0.25em;
}
.sec_cta.verb::after {
	display: none;
}
.sec_cta.verb .colIn:last-of-type ul li:last-of-type p a:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 0px;
	margin-top: 5px;
	background: #c61920;
}
.LINE {
	background-color: #00c402;
}
.LINE .col {
	padding: 0px;
}
.LINE .col .colIn:last-of-type {
	padding: 0px;
}
@media screen and ( max-width:959px ) {
	.sec_cta.verb {
		overflow: hidden;
	}
	.sec_cta.verb .colIn:first-of-type {
		width: 200px;
		left: -10px;
	}
	.sec_cta.verb .colIn:last-of-type {
		width: 80%;
	}
	.sec_cta.verb .colIn:last-of-type .ctaTitle {
		padding-right: 5%;
		padding-left: 5%;
	}
	.sec_cta.verb .colIn:last-of-type .ctaTitle h3 {
		padding: 10px 30px;
		font-size: 1.5rem;
	}
	.sec_cta.verb .colIn:last-of-type .ctaTitle img {
		position: absolute;
		bottom: -50px;
		top: -50px;
		right: -70px;
		margin: auto;
		width: 35%;
		transform: rotate(16deg);
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type {
		padding: 1rem 3%;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type img {
		bottom: 0;
		margin: 0;
		left: 2.5%;
		top: 0;
		margin: auto;
		width: 100%;
	}
	.sec_cta.verb .colIn:last-of-type ul li:last-of-type p a {
		font-size: 2rem;
	}
	.sec_cta.verb .colIn:last-of-type ul li:last-of-type {
		padding: 0.5rem 1.5rem 0 1.5rem;
	}
}
@media screen and ( max-width:599px) {
	.sec_cta.verb {
		overflow: initial;
	}
	.sec_cta.verb .col {
		padding: 5vw 2vw;
	}
	.sec_cta.verb .colIn:first-of-type {
		width: 35vw;
		bottom: auto;
		left: -3vw;
		top: -5vw;
	}
	.sec_cta.verb .colIn:last-of-type {
		width: calc(100% + 4vw);
		margin: 0 -2vw;
		padding-left: 2vw;
		padding-right: 2vw;
		overflow: hidden;
		z-index: 9;
	}
	.sec_cta.verb .colIn:last-of-type .ctaTitle {
		padding: 0;
		padding-right: 0;
		padding-left: 0;
		margin-left: auto;
		margin-right: 0;
	}
	.sec_cta.verb .colIn:last-of-type .ctaTitle img {
		position: absolute;
		bottom: -30px;
		top: auto;
		right: -20px;
		margin: auto;
		width: 45%;
		transform: rotate(10deg);
		z-index: -1;
	}
	.sec_cta.verb .colIn:last-of-type .ctaTitle h3 {
		padding: 5px 30px;
		font-size: 0.75rem;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type {
		padding: 0.5rem 0 1rem;
		flex-direction: column;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl {
		width: 100%;
		padding: 0.5rem;
		flex-direction: row;
		align-items: center;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl:not(:last-of-type) {
		margin-bottom: 3px;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl dt {
		width: 40%;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl dt img {
		border-radius: 5px;
	}
	.sec_cta.verb .colIn:last-of-type ul li:first-of-type dl dd {
		width: 60%;
		padding-left: 0.5rem;
		padding: 0;
	}
	.sec_cta.verb .colIn:last-of-type ul li:last-of-type {
		padding: 1rem;
	}
	.sec_cta.verb .colIn:last-of-type ul li:last-of-type p a {
		font-size: 1.75rem;
	}
	.sec_cta.verb .colIn:last-of-type ul li:last-of-type p a small {
		width: 4em;
		font-size: 0.5em;
	}
	.sec_cta.verb .colIn:last-of-type ul li.ctaImg {
		flex-direction: column;
		align-items: center;
	}
	.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgImg {
		width: 33%;
		margin-bottom: 11px;
	}
	.sec_cta.verb .colIn:last-of-type ul li.ctaImg .ctaImgTxt {
		width: 100%;
	}
}


/* .ctaIntro ---------------------------------------------------------------- */
.ctaIntro {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: var(--co-point);
}
.ctaIntro .colIn {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
}
.ctaIntro__Left {
	color: var(--co-main-dark);
}
.ctaIntro__Left > * {
	color: inherit;
	line-height: 1.2;
}
.ctaIntro__Left h3 {
	margin: 0;
	font-size: 2.75em;
	stroke: 1px solid #FFF;
	text-shadow: 2px 2px 0px #02172c;
}
.ctaIntro__Left h3 span {
	font-size: 0.75em;
}
.ctaIntro__Left h4 {
	font-size: 1.45em;
	margin-bottom: 0.2em;
}
.ctaIntro__Left h4 span {
	font-size: 0.75em;
}
.ctaIntro__Left h4 span > span {
	font-size: 0.75em;
}
.ctaIntro__Right .js-show-popup {
	color: var(--co-white);
	border: 1px solid var(--co-white);
	padding: 1em 5em;
	font-size: 0.75em;
	border-radius: 6rem;
	margin: 0;
	cursor: pointer;
	transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out;
}
.ctaIntro__Right .js-show-popup:hover {
	color: var(--co-point);
	background: var(--co-white);
}

/* .sec_line ---------------------------------------------------------------- */
section.sec_line {
	padding: 0;
}
section.sec_line .col {
	padding: 0;
}


/* .sec_topInfo ------------------------------------------------------------- */
section .sec_topInfo{
	margin: 0px auto 10px;
	background: #fbe7e7;
	padding-bottom: 20px!important;
	padding-top: 20px;
	width: 100%;
	max-width: inherit;
	min-width: auto;
}
section .sec_topInfo h2{
	font-size: 1.25rem!important;
	border-bottom: 1px dotted var(--co-red);
	margin-bottom: 0.5rem!important;
	padding-bottom: 0.25rem!important;
}


/* #sec_01 ------------------------------------------------------------------ */
#sec_01{
	background: var(--co-white);
}
#sec_01 h3{
	color: #4e5d5b;
	font-size: 2rem;
	margin-bottom: 0.5em;
}
#sec_01 h2{
	font-size: 2.75rem;
	margin-bottom: 0vw;
}
#sec_01 .col .reason04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec_01 .col .reason04 dl{
	width: calc(100% / 4 - 0.5rem);
	background: var(--co-bgSub01-light);
	position: relative;
	margin-top: 2rem;
}
#sec_01 .col .reason04 dl a{
	text-decoration: none;
}
#sec_01 .col .reason04 dl a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0 solid #81d8d0;
	transition: all 0.1s linear;
}
#sec_01 .col .reason04 dl a:hover::after{
	border: 5px solid #81d8d0;
}
#sec_01 .col .reason04 dl a::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	border: 3px solid #81d8d0;
	transition: all 0.1s linear;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	margin: auto;
	border-left: 0;
	border-top: 0;
	transition: all 0.1s linear;
}
#sec_01 .col .reason04 dl a:hover::before{
	bottom: 15px;
}
#sec_01 .col .reason04 dl dt{
	position: absolute;
	top: -2.5rem;
	left: 0;
	right: 0;
}
#sec_01 .col .reason04 dl dd{
	padding: 3.5rem 1.5rem 3rem;
	font-size: 1.25rem;
	font-weight: 900;
	color: var(--co-bgSub01);
}
@media screen and ( max-width:599px) {
	#sec_01 .col {
		opacity: 1;
		transition: all 0.2s linear;
	}
	#sec_01.change .col {
		opacity: 1;
	}
	#sec_01 h3 {
		font-size: 1.25rem;
	}
	#sec_01 h2 {
		font-size: 1.75rem;
	}
	#sec_01 .col .reason04 {
		flex-direction: column;
	}
	#sec_01 .col .reason04 dl {
		width: 100%;
		margin-top: 1rem;
	}
	#sec_01 .col .reason04 dl dt {
		top: 0;
		left: -2rem;
		right: auto;
		bottom: 0;
	}
	#sec_01 .col .reason04 dl dd {
		padding: 1.5rem 2.5rem 1.5rem 3.5rem;
	}
	#sec_01 .col .reason04 dl a::before {
		bottom: 0;
		top: 0;
		right: 1rem;
		left: auto;
	}
}


/* .reason ------------------------------------------------------------------ */
section.reason{
	padding-top: 5rem;
	background: var(--co-bgSub01-light);
}
.reason .col{
	margin-bottom: 4.5rem;
}
.reason .col > div{
	background: var(--co-white);
	padding: 5rem 3rem 3rem;
}
.reason .col > div .circle{
	position: absolute;
	top: -2.5rem;
	left: 0;
	right: 0;
}
@media screen and ( max-width:599px) {
	.reason .col {
		margin-bottom: 3.5rem;
	}
	.reason .col:last-of-type {
		margin-bottom: 0rem;
	}
	.reason .col > div {
		padding: 4rem 1rem 1rem;
	}
}


/* #about ------------------------------------------------------------------- */
#about .col h5.balloon{
	background: #81d8d0;
	width: 5rem;
	height: 5rem;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#about .col h5.balloon::after {
	bottom: -8px;
	border-color: #81d8d0 transparent transparent transparent;
}


/* #Choose ------------------------------------------------------------------ */
#Choose{
	background: var(--co-white);
}
#Choose h3{
	margin-bottom: 0.5em;
}
#Choose h2{
	margin-bottom: 0.75em;
}
#Choose .col h5.balloon{
	background: #81d8d0;
	width: 5rem;
	height: 5rem;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Choose .col h5.balloon::after {
	bottom: -8px;
	border-color: #81d8d0 transparent transparent transparent;
}
#Choose .col .point {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#Choose .col .point dl {
	width: calc(100% / 2 - 2rem);
	margin-bottom: 2rem;
	border: 4px solid var(--co-bgSub01);
}
#Choose .col .point dl dt {
	background: var(--co-bgSub01-light);
	margin-bottom: 0;
	padding: 2rem;
}
#Choose .col .point dl dt img {
	width: 60%;
}
#Choose .col .point dl dd > div {
	padding: 2rem;
}
#Choose .col .point dl dd p {
	text-align: left;
}
@media screen and ( max-width:599px) {
	#Choose .col .point dl {
		width: 100%;
	}
	#Choose .col .point dl dt {
		padding: 1rem 2rem;
	}
}


/* #lowRate ----------------------------------------------------------------- */
#lowRate {
	background: #d8e4e2;
}
#lowRate figure {
	background: var(--co-white);
	margin-bottom: 3rem;
	border-radius: 0.5rem;
	padding: 2rem 6rem;
}
#lowRate figure h5 {
	margin-bottom: 1em;
	font-size: 1.25rem;
}
#lowRate figure p {
	line-height: 1.2em;
	font-size: 0.5rem;
	margin-top: 1.2em;
	text-align: center;
}
@media screen and ( max-width:959px ) {
	#lowRate figure {
		padding: 2rem 3rem;
	}
}
@media screen and ( max-width:599px) {
	#lowRate figure {
		padding: 1rem;
	}
}


/* #Income ------------------------------------------------------------------ */
#Income .balloon {
	background: #81d8d0;
}
#Income .balloon::after {
	border-color: #81d8d0 transparent transparent transparent;
}
#Income h3{ margin-bottom: 0.5em; }
#Income h2{ margin-bottom: 0.75em; }


/* #past -------------------------------------------------------------------- */
#past {
	overflow: hidden;
}
.swiper-container {
	overflow: inherit;
	margin: auto;
	position: relative;
}
.swiper-button-next ,
.swiper-button-prev {
	background: none;
	background: var(--co-main);
	left: auto;
	right: auto;
	width:  5rem;
	height: 5rem;
	transform: rotate(180deg);
	border-radius: 10rem;
	border: 4px solid var(--co-white);
	box-shadow: 0px -18px 20px -20px var(--co-dark-deep), 0px 0px 0px 0px rgba(255, 255, 255, 1);
	top: -8%;
	bottom: 0;
	margin: auto;
}
.swiper-button-next:hover ,
.swiper-button-prev:hover  {
	transition: all 0.2s linear;
	box-shadow: 0px -18px 20px -20px var(--co-dark-deep), 0px 0px 0px 30px rgba(255, 255, 255, 0);
}
.swiper-button-next {
	right: -1rem;
}
.swiper-button-prev {
	left:  -1rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	transform: rotate( 45deg );
	border-left: 6px solid var(--co-white);
	border-bottom: 6px solid var(--co-white);
	top: 0;
	bottom: 0;
	margin: auto;
	left:  0.5rem;
	right: 0;
	transition: all 0.2s linear;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
	left:  -0.5rem;
}
.swiper-button-prev::after {
	transform: rotate(225deg);
	left: -0.5rem;
	right: 0;
}
.swiper-horizontal>.swiper-pagination-bullets {
	bottom: -38px;
	width: 90%;
	margin: auto;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width:  18px;
	height: 6px;
	border-radius: 40px;
	background: #b3aa91;
	opacity: 1;
	transition: all 0.2s linear;
	margin: 0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	background: var(--co-main);
}
.swiper-slide {
	transition: all 0.2s linear;
	opacity: 0.5;
}
.swiper-slide-active {
	transform: translateY(-8%);
	opacity: 1;
}
.slideItem {
	overflow: hidden;
	border-radius: 2rem;
	padding: 1rem;
	background: var(--co-white);
	box-shadow: 0px 35px 60px -60px var(--co-dark-deep);
}
.slideItem .itemName {
	margin-bottom: 1rem;
}
.slideItem .itemName h2 {
	background: var(--co-main);
	font-size: var(--size-large);
	border-radius: 1.25rem;
	padding: 0.875rem;
	margin: 0;
}
.slideItem .itemName h2::after {
	display: none;
}
.slideItem .itemData {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.slideItem .itemTitle {
	width: 30%;
	overflow: hidden;
	position: relative;
	height: auto;
	border-radius: 1.25rem;
}
.slideItem .itemTitle img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	object-fit: cover;
}
.slideItem .itemTitle > span {
	position: absolute;
	top: 0.8em;
	left: 0.8em;
	width: 3.5em;
	background: #F44336;
	color: var(--co-white);
	padding: 0;
	z-index: 1;
	height: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50rem;
	font-size: 18px;
}
.slideItem .itemTitle .itemInfo {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.slideItem .itemTitle .itemInfo dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.5rem;
}
.slideItem .itemTitle .itemInfo dl dt {
	color: var(--co-white);
	font-size: var(--size-small-xx);
	width: 4.5em;
	padding: 0 0 0.25em;
	font-weight: bold;
}
.slideItem .itemTitle .itemInfo dl dd {
	color: var(--co-white);
	font-size: var(--size-small-xx);
	width: calc(100% - 4.5em);
	padding: 0 0 0.25em;
	text-align: left;
}
.slideItem .itemDetail {
	width: calc(100% - 30% - 1rem);
}
.slideItem .itemDetail > div {
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 1rem;
	padding: 0.75rem;
	min-height: 4.6rem;
	position: relative;
}
.slideItem .itemDetail > div:not(:last-of-type) {
	margin-bottom: 0.75rem;
}
.slideItem .itemDetail > div dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.slideItem .itemDetail > div dl dt {
	font-size: var(--size-small-x);
	width: calc(var(--size-small-x) * 4);
	position: relative;
	z-index: 1;
}
.slideItem .itemDetail > div dl dt::after{
	content: "";
	background: var(--co-main);
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	z-index: -1;
	border-radius: 50rem;
}
.slideItem .itemDetail > div dl dd {
	width: calc(100% - var(--size-small-x) * 4.5);
}
.slideItem .itemDetail > div dl dd ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.slideItem .itemDetail > div dl dd ul li {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slideItem .itemDetail > div dl dd ul li p {
	font-size: var(--size-small);
	line-height: 1.2;
}
.slideItem .itemDetail > div dl dd ul li.term {
	font-size: var(--size-small-xx);
	background:var(--co-white);
	padding: 0.75em;
	margin: 0;
	flex-direction: column;
	width: 43%;
	border-radius: 0.75rem;
	min-height: 2.5em;
}
.slideItem .itemDetail > div dl dd ul li.term p {
	font-size: inherit;
	padding: 0.25em;
}
.slideItem .itemDetail > div dl dd ul li p span {
	font-size: 1.875em;
	font-weight: bold;
	margin-left: 0.25em;
	margin-right: 0.25em;
	font-style: italic;
}
.slideItem .itemDetail > div dl dd ul li p .fontS  { font-size: 1.25em; }
.slideItem .itemDetail > div dl dd ul li p .fontL  { font-size: 2.25em; }
.slideItem .itemDetail > div.itemIncome {
	margin-bottom: 2px;
	border-radius: 1rem 1rem 0 0;
}
.slideItem .itemDetail > div.itemOut {
	border-radius: 0 0 1rem 1rem;
}
.slideItem .itemDetail > div.itemIncome::after ,
.slideItem .itemDetail > div.itemOut::after {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	position: absolute;
	z-index: 100;
	width: 2em;
	height: 2em;
	background: var(--co-white);
	border-radius: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--co-dark-deep);
	font-size: 18px;
}
.slideItem .itemDetail > div.itemIncome::after {
	content: "\f068";
	bottom: -19px;
}
.slideItem .itemDetail > div.itemOut::after {
	content: "\f063";
	bottom: -25px;
}
.slideItem .itemDetail > div.itemOut p span {
	color: var(--co-red);
}
.slideItem .itemDetail > div.itemResult dl dd ul li {
	color: var(--co-point);
}
.slideItem .itemDetail > div.itemResult dl dd ul li i {
	position: relative;
	z-index: 1;
	width: 2.4rem;
	margin-right: 0.5em;
}
.slideItem .itemDetail > div.itemResult dl dd ul li i {
	color: var(--co-white);
}
.slideItem .itemDetail > div.itemResult dl dd ul li i::after {
	content: "";
	background: var(--co-point);
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	z-index: -1;
	border-radius: 50rem;
	box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 20%);
}
@media screen and ( max-width:959px ) {
	#past {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	#past .col {
		padding: 1rem 0 2rem 0;
		background: transparent;
	}
	.swiper-button-next {
		right: 1rem;
	}
	.swiper-button-prev {
		left: 1rem;
	}
	.slideItem .itemDetail > div dl dd ul {
		flex-direction: column;
	}
	.slideItem .itemDetail > div dl dd ul li.term {
		font-size: var(--size-small-xx);
		padding: 0.5em;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 0.75em;
	}
	.slideItem .itemDetail > div dl dd ul li.term p {
		margin: 0;
	}
	.slideItem .itemDetail .itemCond .itemLawn {
		width: 70%;
	}
}
@media screen and ( max-width:599px) {
	.swiper-button-next::after,
	.swiper-button-prev::after {
		width: 1rem;
		height: 1rem;
		border-left: 3px solid var(--co-white);
		border-bottom: 3px solid var(--co-white);
	}
	.swiper-button-next,
	.swiper-button-prev {
		width:  3rem;
		height: 3rem;
	}
	.swiper-button-next {
		right: 0.75rem;
	}
	.swiper-button-prev {
		left: 0.75rem;
	}
	.swiper-slide-active {
		transform: translateY(-2%);
	}
	.slideItem {
		padding: 0.75rem;
	}
	.slideItem .itemData {
		flex-direction: column;
	}
	.slideItem .itemName {
		margin-bottom: 0.5rem;
	}
	.slideItem .itemName h2 {
		padding: 0.75rem;
		font-size: var(--size-normal);
	}
	.slideItem .itemTitle {
		width: 100%;
		padding-top: 90%;
		margin-bottom: 0.5rem;
	}
	.slideItem .itemTitle img {
		top: 0;
		bottom: 0;
	}
	.slideItem .itemTitle > span {
		font-size: 12px;
	}
	.slideItem .itemDetail {
		width: 100%;
	}
	.slideItem .itemDetail > div {
		flex-direction: column;
	}
	.slideItem .itemDetail > div dl:not(:last-of-type) {
		margin-bottom: 1rem;
	}
	.slideItem .itemDetail > div dl dd ul {
		flex-direction: column;
	}
	.slideItem .itemDetail > div dl dd ul li.term {
		margin-top: 0.5em;
		flex-direction: row;
		padding: 0;
		background: transparent;
		min-height: auto;
	}
	.slideItem .itemDetail > div.itemIncome::after,
	.slideItem .itemDetail > div.itemOut::after {
		left: 0;
		right: 0;
		margin: auto;
	}
	.swiper-horizontal>.swiper-pagination-bullets {
		bottom: -10px;
	}
	.slideItem .itemDetail > div:not(:last-of-type) {
		margin-bottom: 0.25rem;
	}
	.slideItem .itemDetail .itemCond .itemLawn {
		width: 100%;
	}
	.slideItem .itemDetail > div dl dd ul li p .fontL {
		font-size: 1.85em;
	}
}


/* #faq --------------------------------------------------------------------- */
section#faq {
	background: #d8e4e2;
}
#faq .colIn {
	padding: 40px;
	background: var(--co-white);
	border-radius: 10px;
}
#faq .colIn dl dt{
	display: flex;
	align-items: center;
	box-shadow: 0 0 0 2px var(--co-bgSub01) inset;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.25rem;
	background-color: var(--co-white);
	color: var(--co-bgSub01);
}
#faq .colIn dl dt::before{
	content: "\f063";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	height: 1.5rem;
	z-index: 1;
	transition: all 0.2s linear;
}
#faq .colIn dl dt.active::before,
#faq .colIn dl dt:hover::before{
	color: var(--co-white);
}
#faq .colIn dl dt.active::before{
	transform: rotate(180deg);
}
#faq .colIn dl dt::after{
	content: "";
	width: 0%;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: auto;
	background: rgba(5, 123, 113, 0.7);
	transition: all 0.2s linear;
	transform: skew(-15deg);
}
#faq .colIn dl dt.active::after,
#faq .colIn dl dt:hover::after{
	width: 111%;
	right: 0;
}
#faq .colIn dl dt h4 {
	position: relative;
	z-index: 99;
	margin-bottom: 0;
	transition: all 0.2s linear;
	color: var(--co-bgSub01);
}
#faq .colIn dl dt.active h4,
#faq .colIn dl dt:hover h4 {
	color: var(--co-white);
}
#faq .colIn dl dt span {
	font-size: 1.5rem;
	font-weight: 900;
	width: 2em;
	background: var(--co-bgSub01);
	color: var(--co-white);
	margin-right: 10px;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	z-index: 99;
}
#faq .colIn dl dd {
	margin-bottom: 2.5vw;
	padding-left: 3em;
	position: relative;
	margin-top: 1.25vw;
	display:none;
}
#faq .colIn dl:last-of-type dd {
	margin-bottom: 0;
}
#faq .colIn dl dd h4 {
	margin-left: 10px;
	text-align: left;
	color: #ec407a;
	margin-bottom: 0.5vw;
}
#faq .colIn dl dd span {
	font-size: 1.5rem;
	font-weight: 900;
	width: 2em;
	background: #ec407a;
	color: var(--co-white);
	margin-right: 10px;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	position: absolute;
	left: 0;
}
#faq .colIn dl dd p {
	text-align: left;
	margin-left: 10px;
}
@media screen and ( max-width:599px) {
	#faq .colIn {
		padding: 1rem;
	}
	#faq .colIn dl dt {
		align-items: stretch;
	}
	#faq .colIn dl dt h4 {
		padding: 0.5rem;
		padding-right: 2.5rem;
		text-align: left;
	}
	#faq .colIn dl dt span {
		height: auto;
		font-size: 1rem;
		padding: 0.5rem;
	}
	#faq .colIn dl dd {
		padding-left: 2em;
	}
	#faq .colIn dl dd span {
		font-size: 1rem;
	}
}


/* #eTrust ------------------------------------------------------------------ */
#eTrust h3{
	margin-bottom: 0.5em;
}
#eTrust h4.coGreen{
	text-align: left;
}
#eTrust p{
	text-align: left;
}
#eTrust .coldb div img {
	width: 100%;
}


/* #Support ----------------------------------------------------------------- */
#Support .coldb > div:first-of-type {
	width: calc(100% - 800px - 3rem)
}
#Support .coldb > div:last-of-type {
	width: 800px;
	background: var(--co-white);
}
#Support .coldb .colFirst h5 {
	background-color: #544741;
	color: var(--co-white);
	padding: 10px 0;
	margin-bottom: 0.25vw;
}
#Support .coldb .colFirst ul {
	position: relative;
}
#Support .coldb .colFirst ul::after {
	content: "\f063";
	height: 3.5rem;
	width: 3.5rem;
	background-color: #544741;
	display: flex;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -3.25rem;
	z-index: 1;
	color: var(--co-white);
	transform: rotate(-90deg);
	align-items: center;
	justify-content: center;
	border-radius: 50rem;
	box-shadow: -9px 0 5px -5px rgba(0, 0, 0, 0.3);
}
#Support .coldb .colFirst ul li {
	border-bottom: 1px solid #544741;
	padding: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
}
#Support .coldb .colFirst ul li i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
#Support .coldb .colFirst ul li i::before ,
#Support .coldb .colFirst ul li i::after {
	content: "";
	width: 20px;
	height: 3px;
	display: block;
	background: var(--co-red);
	border-radius: 3px;
	position: absolute;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
#Support .coldb .colFirst ul li i::before{
	transform: rotate(-45deg);
}
#Support .coldb .colSecond h5{
	background-color: #ec6900;
	color: var(--co-white);
	padding: 10px 0;
	margin-bottom: 0.25vw;
}
#Support .coldb .colSecond dl{
	border-top: 1px solid #544741;
	border-bottom: 1px solid #544741;
	padding: 10px 10px 10px 7.5rem;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#Support .coldb .colSecond dl dt{
	border-right: 1px dotted #544741;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	margin: auto;
	display: flex;
	align-items: center;
	padding-right: 10px;
	font-weight: 900;
}
#Support .coldb .colSecond dl dd::after{
	content: "/";
	margin-right: 8px;
	margin-left: 8px;
}
#Support .coldb .colSecond dl dd:last-of-type{
	margin-left: 10px;
}
#Support .coldb .colSecond dl dd:last-of-type::after,
#Support .coldb .colSecond dl dd:nth-last-of-type(2)::after{
	display: none;
}
@media screen and ( max-width:959px ) {
	#Support .coldb .colFirst ul::after {
		right: 0;
		left: 0;
		bottom: -3.75rem;
		top: auto;
		transform: rotate(0deg);
	}
	#Support .colIn.coldb div:last-of-type {
		margin-top: 4rem;
	}
}


/* #Choice ------------------------------------------------------------------ */
#Choice h3{
	margin-bottom: 0.5em;
}
#Choice .colIn.coltri{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#Choice .colIn.coltri > div{
	width: calc(100% / 3 - 20px);
	border: 1px solid #e7e3e4;
	box-shadow: 0px 2px 10px -6px #2e2e2e;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 10px 20px 10px;
	margin-bottom: 2vw;
	background: var(--co-white);
}
#Choice .colIn.coltri > div h4 {
	font-size: 1.75rem;
	margin: 0;
	position: absolute;
	background: var(--co-red);
	top: -5px;
	left: 6px;
	padding: 0.75rem 0.25rem;
	line-height: 1.25;
	width: 16%;
	color: var(--co-white);
}
#Choice .colIn.coltri > div h4::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #540d10;
	right: -5px;
	top: 0;
}
#Choice .colIn.coltri > div h4::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	border-style: solid;
	border-width: 0 30px 7px 30px;
	border-color: transparent transparent var(--co-white) transparent;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
#Choice .colIn.coltri > div h4 span{
	font-size: 0.5rem;
	display: block;
}
#Choice .colIn.coltri > div h3{
	width: 82%;
	margin-left: 18%;
	font-size: 1.25rem;
}
#Choice .colIn.coltri > div p{
	width: 100%;
}
@media screen and ( max-width:959px ) {
	#Choice .colIn.coltri > div {
		width: calc(100% / 2 - 5px);
	}
}
@media screen and ( max-width:599px) {
	#Choice .colIn.coltri > div {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	#Choice .colIn.coltri > div h4 {
		width: 20%;
	}
	#Choice .colIn.coltri > div h3 {
		width: 100%;
		margin-left: 25%;
	}
}


/* #Seminar ----------------------------------------------------------------- */
#Seminar{
	text-align: center;
	background: var(--co-white);
}
#Seminar .col{
	margin-top: 3rem;
	background: var(--co-bgSub01-light);
	padding: 0px 0px 60px;
	border-radius: 20px;
	overflow: hidden;
}
#Seminar .col h4{
	color: var(--co-bgSub01-light);
	background: var(--co-bgSub01);
	padding: 0.75rem 1rem;
	position: relative;
	margin-top: 2rem;
}
#Seminar .col h4:first-of-type{
	margin-top: 0;
}
#Seminar .swiper-container{
	margin-bottom: 0;
}
#Seminar .colIn ul{
	display: flex;
	max-width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}
#Seminar .colIn ul li{
	width: calc(100% / 3 - 10px);
	border: 1px solid #e7e3e4;
	margin: 0 0 1vw;
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--co-white);
}
#Seminar .colIn ul li i{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.5rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 0.5vw;
	border: 2px solid #98897d;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 2rem;
	position: relative;
	box-shadow: 1px 2px 0px 0px #e7e3e4;
}
#Seminar .colIn ul li i::after{
	content: "\f128";
	color: var(--co-red);
	transform: rotate(10deg);
	display: inherit;
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	bottom: 0;
	margin: auto;
	font-size: 2rem;
	text-shadow: 1px 1px 0px var(--co-white), 1px 1px 0px var(--co-white);
}
#Seminar .colIn .coldb{
	width: 960px;
	margin: auto;
}
#Seminar .colIn .coldb .colFirst{
	width: 320px;
}
#Seminar .colIn .coldb .colSecond{
	width: 620px;
	text-align: left;
}
#Seminar .slideItem{
	border: 6px solid #e7e3e4;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	background: var(--co-white);
}
#Seminar .slideItem.seminarAccept{
	border: 6px solid #de4148;
}
#Seminar .slideItem::before{
	content: "終 了";
	color: #2e2e2e;
	position: absolute;
	left: -95px;
	top: -25px;
	background: #e7e3e4;
	transform: rotate(-45deg);
	padding: 50px 0px 10px;
	text-align: center;
	width: 220px;
}
#Seminar .slideItem.seminarAccept::before{
	content: "受付中";
	background: #de4148;
	color: var(--co-white);
}
#Seminar .slideItem .itemTitle{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#Seminar .slideItem .itemTitle figure{
	width: 20%;
}
#Seminar .slideItem .itemTitle figure img{
	width: 100%;
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #e7e3e4;
	box-shadow: 0px 5px 10px -6px #2e2e2e;
	position: relative;
}
#Seminar .slideItem .itemTitle{
	padding: 1.5rem 1rem 1rem 1rem;
}
#Seminar .slideItem .itemTitle .itemTitleTxt{
	width: 75%;
	font-size: 0.75rem;
}
#Seminar .slideItem .itemTitle .itemTitleTxt h3{
	font-size: 1rem;
	margin-bottom: 0.25em;
}
#Seminar .slideItem .itemTitle .itemTitleTxt h2{
	font-size: 1.5rem;
	margin: 0;
}
#Seminar .slideItem .itemDetail{
	background: #f1f1f1;
	padding: 10px;
}
#Seminar .slideItem .itemDetail dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#Seminar .slideItem .itemDetail dl dt{
	width: 5rem;
	background: #544741;
	border-radius: 4px;
	color: var(--co-white);
	padding: 6px 0;
	box-shadow: 0px 2px 0px 0px #c1c1c1;
	margin-bottom: 0.5vw;
	font-size: 0.8rem;
}
#Seminar .slideItem .itemDetail dl dd{
	width: calc(100% - 5.5rem);
	display: flex;
	align-items: center;
	padding-left: 10px;
	margin-bottom: 0.5vw;
}
#Seminar .slideItem .itemDetail dl dd span{
	font-size: 0.75em;
	margin-right: 10px;
}
#Seminar .slideItem .itemBtn p.ctaLink{
	padding: 20px 0;
}
#Seminar .slideItem .itemBtn p.ctaLink a{
	font-size: 1rem;
	box-shadow: 0 0 0 2px #de4148;
}
#Seminar .slideItem .itemBtn p.ctaLink a:after {
	background-color: #de4148;
}
#Seminar .slideItem .itemBtn p.ctaLink a:hover {
	color: #de4148;
}
#Seminar .slideItem .itemBtn p.ctaLink span {
	display: inline-block;
	font-size: 1rem;
	border-radius: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
	padding: 5px 60px;
	z-index: 1;
	color: #2e2e2e;
	box-shadow: 0 0 0 2px #f1f1f1;
	background: #f1f1f1;
}
@media screen and ( max-width:959px ) {
	#Seminar {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#Seminar .colIn .coldb {
		width: 90%;
		flex-direction: column;
	}
	#Seminar .colIn .coldb .colFirst ,
	#Seminar .colIn .coldb .colSecond {
		width: 100%;
	}
}
@media screen and ( max-width:599px) {
	#Seminar .colIn ul li {
		width: 100%;
	}
}



/* .sec_topInfo ------------------------------------------------------------- */
.sec_topInfo{
	background: #f8bbd0;
	max-width: none;
	min-width: 100%;
}
.sec_topInfo .topTitle{
	max-width: none;
	min-width: 100%;
	margin: 0;
	padding: 2rem 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.sec_topInfo .topTitle h2 {
	font-size: 1.25em;
}


/* footer ------------------------------------------------------------------- */
footer{
	background: #ececec;
	position: relative;
}
footer > div.fotterlogo{
	text-align: center;
	padding: 2rem 0;
}
footer > div.fotterlogo a{
	display: inline-block;
	transition: all 0.2s linear;
}
footer > div.fotterlogo a:hover{
	opacity: 0.7;
}
footer p.copy{
	font-size: 0.5rem;
	text-align: center;
	padding: 0.5rem 0 0;
}
@media screen and ( max-width:599px) {
	footer {
		padding-bottom: 12rem;
	}
}



/* fixParts ----------------------------------------------------------------- */
.fixParts{
	position: fixed;
	margin: auto;
	z-index: 1986;
	transition: all 0.2s linear;
}


/* pageTopLink -------------------------------------------------------------- */
p.pageTopLink{
	bottom: 1rem;
	right: 10px;
}
p.pageTopLink a{
	color: var(--co-white);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	border: 1px solid #2e2e2e;
	margin: auto;
	text-decoration: none;
	font-size: 0.75rem;
	line-height: 0.8rem;
	text-align: center;
	transition: all 0.2s linear;
}
p.pageTopLink a:hover{
	color: #2e2e2e;
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.8);
}
p.pageTopLink a i{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	line-height: 0.75rem;
	margin-bottom: 0.3rem;
}
p.pageTopLink a i::after{
	content: "\f106";
}
p.pageTopLink.isShow {
	right: -130px;
}


/* .fixMenu ----------------------------------------------------------------- */
.fixMenu {
	position: fixed;
	right: 10px;
	top: 5vw;
	width: 121px;
	transform: translateX(0%);
	z-index: 999;
}
.fixMenu a p{
	transition: all 0.2s linear;
}
.fixMenu a:hover p{
	opacity: 0.7;
}
.fixMenu .request{
	margin-bottom: 10px;
}
.fixMenu.isShow {
	transform: translateX(120%);
}
@media screen and ( max-width:959px ) {
	.fixMenu {
		top: 10vw;
	}
}
@media screen and ( max-width:599px) {
	.fixMenu {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		display: flex;
		align-items: stretch;
		justify-content: center;
		transition: all 0.2s linear;
		transform: translateY(0);
	}
	.fixMenu.isShow {
		transform: translateY(80%);
	}
	.fixMenu ul {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.fixMenu ul li {
		width: calc(100% / 5.5);
	}
	.fixMenu ul li a img {
		width: 100%;
		margin: 0;
		transform: translateY(5px);
		padding: 0 0.75rem;
	}
	.fixMenu ul li a p {
		transition: all 0.2s linear;
		background: var(--co-white);
		font-size: 0.5rem;
		text-align: center;
		padding: 0.5rem 0.25rem 0.25rem;
		font-weight: bold;
		color: #224e7e;
	}
	.fixMenu ul li:nth-of-type(1) a p { color: #3aae36; }
	.fixMenu ul li:nth-of-type(2) a p { color: #508242; }
	.fixMenu.fix {
		bottom: 0px;
		text-align:right;
	}
	.fixMenu a{
		display: block;
		color: var(--co-white);
		text-decoration: none;
	}
	.fixMenu a p i{
		font-size: 1.75rem;
		margin-right: 1vw;
	}
}


/* .seminarPageLink --------------------------------------------------------- */
div.seminarPageLink{
	bottom: 1rem;
	left: 1rem;
	transform: translateX(0%);
	position: fixed;
	z-index: 999;
}
div.seminarPageLink ul{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
div.seminarPageLink ul li{
	height: 6.7rem;
	margin-right: 0.25rem;
}
div.seminarPageLink ul li.lineBnr{
	height: 8rem;
	margin-right: 0.5rem;
}
div.seminarPageLink ul li:last-of-type{
	margin-right: 0;
}
div.seminarPageLink ul li a{
	display: flex;
	height: 100%;
	text-decoration: none;
}
div.seminarPageLink ul li a img{
	height: 100%;
	width: auto;
	transition: all 0.2s linear;
}
div.seminarPageLink a img:hover {
	opacity: 0.7;
}
div.seminarPageLink.isShow{
	transform: translateX(-120%);
}
@media screen and ( max-width:599px) {
	div.seminarPageLink {
		bottom: 5.5rem;
		width: calc(100% - 2rem);
		left: 1rem;
		right: 1rem;
	}
	div.seminarPageLink ul{
		justify-content: flex-start;
	}
	div.seminarPageLink ul li {
		height: auto;
	}
	div.seminarPageLink ul li a {
		height: auto;
	}
	div.seminarPageLink ul li a img {
		height: 6rem!important;
		width: auto!important;
		max-width: none!important;
	}
}

#fix_h_btn_01,
#fix_h_btn_02{
	display: none!important;
}
div.pageTop {
	position: fixed;
	right: 0.75rem;
	bottom: 0.75rem;
	z-index: 10000;
}
div.pageTop p a {
	display: flex;
	width: 4rem;
	height: 4rem;
	background: rgba(255, 255, 255, 0.25);
	padding: 0.75rem 0.875rem;
	font-size: 0.25rem;
	text-align: center;
	align-items: center;
	border: 1px solid #4a515c;
	border-radius: 0.25rem;
}
div.pageTop p a img {
	width: 100%;
}
@media screen and ( max-width:599px) {
	div.pageTop p a img {
		width: 100%;
	}
}

.pub_300x250{
	position: absolute;
	height: 0;
	width: 0;
	overflow: hidden;
}


/* #secCTA --------------------------------------------------------------------- */
header.guide-comp {
	z-index: 10;
	top: 0;
	position: initial;
}
header.guide-comp .col {
	justify-content: center;
}
#secCTA{
	z-index: 9;
	text-align: center;
	padding: 70px 0 100px;
	background: none;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
	background-color: #4caf50;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #3c9e3f), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #3c9e3f), color-stop(.75, #3c9e3f), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #3c9e3f 25%, transparent 25%, transparent 50%, #3c9e3f 50%, #3c9e3f 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #3c9e3f 25%, transparent 25%, transparent 50%, #3c9e3f 50%, #3c9e3f 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #3c9e3f 25%, transparent 25%, transparent 50%, #3c9e3f 50%, #3c9e3f 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #3c9e3f 25%, transparent 25%, transparent 50%, #3c9e3f 50%, #3c9e3f 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #3c9e3f 25%, transparent 25%, transparent 50%, #3c9e3f 50%, #3c9e3f 75%, transparent 75%, transparent);
}
#secCTA > h3:first-of-type {
	color: #2e2e2e;
}
#secCTA > h3 {
	color: #2e2e2e;
	text-shadow: 0px 0px 20px var(--co-white), 0px 0px 10px #3c9e3f, 0px 0px 5px #3c9e3f;
}
#secCTA > h3 strong {
	color: #d9232b;
}
#secCTA > p {
	color: #2e2e2e;
	text-shadow: 0px 0px 20px var(--co-white), 0px 0px 10px #3c9e3f, 0px 0px 5px #3c9e3f;
	margin-top: 12px;
}
#secCTA .col{
	margin-top: 2vw;
	background: var(--co-white);
	padding: 40px 0px 0px;
	border-radius: 20px;
	overflow: hidden;
	color: var(--co-dark-deep);
	width: 1160px;
}
@media screen and ( max-width:599px) {
	#secCTA > h3 {
		text-shadow: 0px 0px 10px var(--co-white), 0px 0px 10px var(--co-white), 0px 0px 5px #3c9e3f;
		margin-left: 10px;
		margin-right: 10px;
	}
	#secCTA .col {
		width: calc(100% - 20px);
		border-radius: 10px;
		padding: 20px 20px 0 20px;
	}
	#secCTA .col form {
		width: calc(100% + 40px)!important;
		padding: 0;
		margin-left: -20px;
		margin-right: -20px;
	}
	#secCTA .col form.mktoForm fieldset {
		border: 0;
	}
	#secCTA .col form.mktoForm .mktoFieldWrap {
		justify-content: center;
		flex-direction: column;
	}
	#secCTA .col form.mktoForm .mktoRequiredField .mktoLabel {
		width: 100%!important;
		margin-bottom: 10px;
	}
	#secCTA .col form.mktoForm #nameSei,
	#secCTA .col form.mktoForm #kanaSei,
	#secCTA .col form.mktoForm #addrCity,
	#secCTA .col form.mktoForm #addrBanchi,
	#secCTA .col form.mktoForm #Email,
	#secCTA .col form.mktoForm #Phone,
	#secCTA .col form.mktoForm #getFrom,
	#secCTA .col form.mktoForm #message {
		width: calc(100%)!important;
	}
	.mktoForm .mktoClear {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	#secCTA .col .fromNotice {
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}
}

div.floatBNR {
	position: fixed;
	bottom:0;
	right:0;
	text-align: right;
	z-index: 100;
}


/* #page-doctor ---------------------------------------------------------------- */
/* #page-doctor ASSET ---------------------------------------------------------- */
#page-doctor h4.bgOrange {
	color: #ec6900;
	background: rgba(236, 105, 0, 0.2);
}
#page-doctor h4.bgOrange::after{
	background: #ec6900;
}
#page-doctor p{
	line-height: 1.8rem;
}
/* #page-doctor header --------------------------------------------------------- */
#page-doctor header .col{
	line-height: 3;
}
/*キャッチ*/
#sec_topImg .col .topTitle h1 span.doctor {
	font-size: 1.0em;
	line-height: 1.0em;
}
#sec_topImg .col .topTitle h1 span > span {
	color:#396;
	font-size: 1.0em;
}
/* #page-doctor #about -------------------------------------------------------- */
#page-doctor #about h3{
	line-height: 1.8;
}
/* #page-doctor #sec_01 -------------------------------------------------------- */
#page-doctor #sec_01{
	margin-top: 0px!important;
	box-shadow: none;
}
#page-doctor #sec_01 .col {
	padding: 60px 20px;
}
/* #page-doctor #doc_sec_01 ---------------------------------------------------- */
#page-doctor #doc_sec_01{
	position: relative;
	margin-top: calc(100vh - 146px);
}
#page-doctor #doc_sec_01 h1{
	padding-bottom: 0.75vw;
}
#page-doctor #doc_sec_01 h1::after{
	content: "";
	width: 15%;
	background: var(--co-dark-deep);
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
#page-doctor #doc_sec_01 .col .point{
	display: flex;
	margin-bottom: 1vw;
	width: 960px;
	margin: 0 auto 1vw;
}
#page-doctor #doc_sec_01 .col .point:last-of-type{
	margin: 0 auto 0;
}
#page-doctor #doc_sec_01 .col .point .num{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--co-white);
}
#page-doctor #doc_sec_01 .col .point .num p{
	font-size: 3rem;
	display: flex;
	flex-direction: column;
	line-height: 1;
}
#page-doctor #doc_sec_01 .col .point .num p span{
	font-size: 1rem;
}
#page-doctor #doc_sec_01 .col .point .txt{
	width: 85%;
	padding: 20px;
}
#page-doctor #doc_sec_01 .col .point .txt h2{
	margin-bottom: 0vw;
}
#page-doctor #doc_sec_01 .col .point:nth-of-type(1){ background: rgba(0, 168, 155, 0.1); }
#page-doctor #doc_sec_01 .col .point:nth-of-type(2){ background: rgba(143, 195, 32, 0.1); }
#page-doctor #doc_sec_01 .col .point:nth-of-type(3){ background: rgba(0, 130, 190, 0.1); }
#page-doctor #doc_sec_01 .col .point:nth-of-type(4){ background: rgba(212, 80, 130, 0.1); }
#page-doctor #doc_sec_01 .col .point:nth-of-type(1) .num{ background: #00a89b; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(2) .num{ background: #8fc320; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(3) .num{ background: #0082be; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(4) .num{ background: #d45082; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(1) .txt h2{ color: #00a89b; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(2) .txt h2{ color: #8fc320; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(3) .txt h2{ color: #0082be; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(4) .txt h2{ color: #d45082; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(1) .txt h3{ color: #00a89b; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(2) .txt h3{ color: #8fc320; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(3) .txt h3{ color: #0082be; }
#page-doctor #doc_sec_01 .col .point:nth-of-type(4) .txt h3{ color: #d45082; }
#page-doctor #doc_sec_01 h3{
	font-size: 1.25rem;
	margin-bottom: 0.25vw;
}
#page-doctor #doc_sec_01 h2 em{
	font-style: normal;
	font-size: 1.25em;
	position: relative;
}
#page-doctor #doc_sec_01 h2 em::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #ec6900;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#page-doctor #doc_sec_01 .colIn:last-of-type {
	position: relative;
}
#page-doctor #doc_sec_01 .colIn:last-of-type::after {
	content: "";
	height: 10vw;
	width: 50vw;
	-webkit-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(60px);
	background: #ec6900;
	display: block;
	position: absolute;
	margin: 0px auto 0;
	left: 0;
	right: 0;
	opacity: 0.2;
	border-radius: 50%;
	bottom: 3px;
	z-index: -1;
}
@media screen and ( max-width:959px ) {
	#page-doctor #doc_sec_01 .col .point {
		width: 100%;
	}
}


/* #page-doctor.ver02 ---------------------------------------------------------- */
#page-doctor.ver02 #sec_topImg {
	background: url(../img/sec_topimg_01_02.jpg) no-repeat;
	background-position: top right;
	background-size: cover;
}
#page-doctor.ver02 #sec_topImg dl.sec_topImg_02 {
	left: auto;
	bottom: 12vw;
	right: 0;
}
#page-doctor.ver02 #sec_topImg .col .docTitle {
	width:  40vw;
	height: 40vw;
	max-width: 600px;
	max-height: 600px;
	position: absolute;
	top: -50px;
	bottom: 0;
	margin: auto;
	left: 5vw;
	padding: 14px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	transition: all 0.1s linear;
}
#page-doctor.ver02 #sec_topImg .col .docTitle::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 168, 155, 0.9);
	border-radius: 45vw;
	border: 9px dashed rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 0px 8px rgba(0, 168, 155, 0.9);
	position: absolute;
	z-index: -1;
	animation: effectRotate 20s linear infinite;
	left: 0;
	top: 0;
	margin: auto;
}
#page-doctor.ver02 #sec_topImg .col .docTitle div {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50vw;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h2 {
	margin-bottom: 1vw;
	font-size: 2.8vw;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h1 {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	font-size: 3.25vw;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h1 span {
	font-size: 1em;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h1 span:last-of-type {
	font-size: 1.85em;
}
@media screen and (min-width:1600px) {
	#page-doctor.ver02 #sec_topImg .col .docTitle h2 {
		font-size: 2.5vw;
	}
	#page-doctor.ver02 #sec_topImg .col .docTitle h1 {
		font-size: 2.8vw;
	}
}
@media screen and ( max-width:959px ) {
	#page-doctor.ver02 #doc_sec_01 {
		margin-top: calc(65vh)!important;
	}
	#page-doctor.ver02 #sec_topImg dl.sec_topImg_02{
		bottom: 15px !important;
		right: 5vw !important;
	}
	#page-doctor.ver02 #sec_04 .col{
		flex-direction: column;
	}
	#page-doctor.ver02 #sec_04 .col .colIn:first-of-type p {
		width: 100%;
	}
	#page-doctor.ver02 #sec_04 .col .colIn:last-of-type {
		padding: 00px 0px 0px;
	}
	#page-doctor.ver02 #sec_04 .sec-graph {
		padding: 50px 30px!important;
		border-radius: 0px;
		width: 80%;
	}
	#page-doctor.ver02 #sec_04 .sec-graph .toolTip p {
		width: 100px;
		height: 100px;
	}
	#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(3) {
		left: 37.5%;
	}
	#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(4) {
		left: 50%;
	}
	#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(5) {
		left: 68.5%;
	}
	#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(6) {
		left: 80%;
	}
	#page-doctor.ver02 #sec_merit .colHalf div.point .num p {
		width: 35%;
	}
	#page-doctor.ver02 #sec_merit .colHalf div.point .num h2 {
		width: 65%;
	}
}


/* Animation ---------- */
#page-doctor.ver02 #sec_topImg .col .docTitle {
	transform: scale(3);
	opacity: 0;
}
#page-doctor.ver02.s01 #sec_topImg .col .docTitle {
	transform: scale(1);
	opacity: 1;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h2 {
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.4s linear;
}
#page-doctor.ver02.s02 #sec_topImg .col .docTitle h2 {
	transform: translateY(0);
	opacity: 1;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h1 span:nth-of-type(1) {
	transform: translateX(-30px);
	opacity: 0;
	transition: all 0.2s linear;
}
#page-doctor.ver02.s03 #sec_topImg .col .docTitle h1 span:nth-of-type(1) {
	transform: translateY(0);
	opacity: 1;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h1 span:nth-of-type(2) {
	transform: translateX(30px);
	opacity: 0;
	transition: all 0.2s linear;
}
#page-doctor.ver02.s03 #sec_topImg .col .docTitle h1 span:nth-of-type(2) {
	transform: translateY(0);
	transition-delay: 0.5s;
	opacity: 1;
}
#page-doctor.ver02 #sec_topImg .col .docTitle h1 span:nth-of-type(3) {
	transform: scale(5);
	opacity: 0;
	letter-spacing: 0px;
	transition: all 0.2s linear;
}
#page-doctor.ver02.s04 #sec_topImg .col .docTitle h1 span:nth-of-type(3) {
	transform: scale(1);
	opacity: 1;
	letter-spacing: 9px;
}
#page-doctor.ver02 h1{
	margin-bottom: 0.75vw;
}
#page-doctor.ver02 #doc_sec_01 .colIn:last-of-type::after {
	top: 0;
	bottom: 0;
	margin: auto;
}
#page-doctor.ver02 .col .point {
	flex-direction: column;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(46, 46, 46, 0.2);
}
#page-doctor.ver02 .col .point .num {
	width: 100%!important;
	padding: 15px 0;
}
#page-doctor.ver02 .col .point .num p {
	align-items: center;
	flex-direction: row!important;
	position: relative;
	margin-right: 8px;
}
#page-doctor.ver02 .col .point .num p span {
	margin-right: 4px;
}
#page-doctor.ver02 .col .point .num h2 {
	margin: 0;
}
#page-doctor.ver02 .col .point .txt {
	width: 100%!important;
}
#page-doctor.ver02 #Choose .colIn:last-of-type::after {
	bottom: 0;
	margin: auto;
	top: 0;
}
#page-doctor.ver02 header .col ul li.btn-link p.ctaLink a {
	padding: 5px 30px;
}
#page-doctor.ver02 header .col ul li.btn-link p.ctaLink a br {
	display: none;
}
#page-doctor.ver02 header h1 {
	margin-bottom: 0;
}
#page-doctor.ver02 #sec_04 dl {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: var(--co-white);
	padding: 10px;
	border-radius: 1000px;
	width: auto;
	margin: auto;
}
#page-doctor.ver02 #sec_04 dt ,
#page-doctor.ver02 #sec_04 dd {
	height: 250px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
	position: relative;
}
#page-doctor.ver02 #sec_04 dt{
	margin-right: 35px;
	background-color: var(--co-Sub01);
}
#page-doctor.ver02 #sec_04 dt::before{
	content: "";
	position: absolute;
	z-index: 2000;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -18px;
	border-right: 2px solid var(--co-Sub01);
	border-bottom: 2px solid var(--co-Sub01);
	transform: rotate(-45deg);
}
#page-doctor.ver02 #sec_04 dt::after{
	content: "";
	position: absolute;
	z-index: 2000;
	width: 20px;
	height: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 250px;
	background: var(--co-Sub01);
}
#page-doctor.ver02 #sec_04 dd {
	width: 330px;
	border-radius: 0;
}
#page-doctor.ver02 #sec_04 dd span.notice {
	display: block;
	font-size: 1em;
	color: #716e68;
}
#page-doctor.ver02 #sec_04 .col{
	padding-bottom: 0;
	flex-direction: row-reverse;
}
#page-doctor.ver02 #sec_04 .col:not(:first-of-type){
	padding-top: 0;
}
#page-doctor.ver02 #sec_04 .col:last-of-type{
	padding-top: 40px;
	padding-bottom: 60px;
}
#page-doctor.ver02 #sec_04 .sec-graph{
	background-color: var(--co-white);
	padding: 70px 80px!important;
	border-radius: 10px;
	margin-top: 60px;
}
#page-doctor.ver02 #sec_04 .sec-graph .chart div canvas#sample{
	height: 400px;
}
#page-doctor.ver02 #sec_04 .sec-graph .chart{
	position: relative;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p{
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: 0;
	background: #333;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	font-size: 0.75rem;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 15px 0 15px;
	border-color: var(--co-white) transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p span{
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1.2;
	color: var(--co-white);
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(1),
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(3),
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(5){
	background: #aed9fa;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(1)::after,
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(3)::after,
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(5)::after{
	border-color: #aed9fa transparent transparent transparent;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(2),
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(4),
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(6){
	background: #e04a51;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(2)::after,
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(4)::after,
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(6)::after{
	border-color: #e04a51 transparent transparent transparent;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(1){ bottom: 19%; left: 7%; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(2){ bottom: 26%; left: 19.5%; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(3){ bottom: 22%; left: 38.5%; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(4){ bottom: 59%; left: 51%; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(5){ bottom: 27%; left: 69.5%; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p:nth-of-type(6){ bottom: 94%; left: 82.1%; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip p{
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.2s linear;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p{
	transform: translateY(0);
	opacity: 1;
}
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p:nth-of-type(1){ transition-delay: 0s; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p:nth-of-type(2){ transition-delay: 0.1s; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p:nth-of-type(3){ transition-delay: 0.3s; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p:nth-of-type(4){ transition-delay: 0.4s; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p:nth-of-type(5){ transition-delay: 0.6s; }
#page-doctor.ver02 #sec_04 .sec-graph .toolTip.s01 p:nth-of-type(6){ transition-delay: 0.7s; }
#page-doctor.ver02 #sec_04 .colHalf div.point .num h2{
	font-size: 1.25rem;
}
#page-doctor.ver02 #sec_04 .colHalf div.point,
#page-doctor.ver02 #sec_merit .colHalf div.point{
	border: 1px solid #8a8a8b;
	border-radius: 8px;
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	background-color: var(--co-white);
}
#page-doctor.ver02 #sec_04 .colHalf div.point .num,
#page-doctor.ver02 #sec_merit .colHalf div.point .num{
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	padding: 0;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .num p,
#page-doctor.ver02 #sec_merit .colHalf div.point .num p{
	width: 15%;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 2rem;
	background-color: rgba(200, 220, 236, 0.6);
	padding: 10px 20px;
	margin: 0;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .num h2,
#page-doctor.ver02 #sec_merit .colHalf div.point .num h2{
	margin-bottom: 0;
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(200, 220, 236, 0.3);
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt,
#page-doctor.ver02 #sec_merit .colHalf div.point .txt{
	padding: 25px 20px;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt ul,
#page-doctor.ver02 #sec_merit .colHalf div.point .txt ul{
	counter-reset : item ;
	list-style : none ;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt ul li,
#page-doctor.ver02 #sec_merit .colHalf div.point .txt ul li{
	text-align: left;
	padding-left: 36px;
	position: relative;
	margin-bottom: 10px;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt ul li:last-of-type,
#page-doctor.ver02 #sec_merit .colHalf div.point .txt ul li:last-of-type{
	margin-bottom: 0px;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt ul li::after,
#page-doctor.ver02 #sec_merit .colHalf div.point .txt ul li::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(200, 220, 236, 0.2);
	background-color: rgba(200, 220, 236, 1);
	top: 4px;
	left: 0;
	margin: auto;
	border-radius: 25px;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt ul li::before,
#page-doctor.ver02 #sec_merit .colHalf div.point .txt ul li::before{
	counter-increment: item 1;
	content: counter(item) " ";
	font-size: 1.5rem;
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 0px;
	transform: rotate(5deg);
}
#page-doctor.ver02 #sec_04 .colHalf div.point .num h2{
	width: 100%;
	padding: 10px;
}
#page-doctor.ver02 #sec_04 .colHalf div.point .txt h3{
	font-size: 1.25rem;
}
#page-doctor.ver02 #Choose .colIn:first-of-type{
	display: flex;
	align-items: stretch;
}
#page-doctor.ver02 #Choose .colIn:first-of-type .point{
	width: calc(100% / 4 - 10px);
	margin-bottom: 0;
}
#page-doctor.ver02 #Choose .colIn:first-of-type .point .num {
	width: auto!important;
	padding: 15px 0;
}
#page-doctor.ver02 #Choose .colIn:first-of-type .point h2 {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 1.25rem;
	padding: 10px;
}


/* ---------------------------------------------------------------- .popup -- */
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	display: none;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 85vh;
	transform: translate(-50%,-50%);
	width: 85%;
	max-width: 1000px;
	background-color: var(--co-white);
	z-index: 2;
	border-radius: 0.25rem;
	overflow: hidden;
}
.popup-txt {
	height: 100%;
	overflow: auto;
}
.popup-head {
	padding: 2rem;
	border-bottom: 1px solid #dedede;
}
.popup-body {
	padding: 1rem 2rem;
}
.popup-body:not(:last-of-type) {
	border-bottom: 1px dashed #dedede;
}
.popup-body h4 {
	font-size: 16px;
	margin-bottom: 0.5em;
}
.popup-body p {
	font-size: 14px;
	padding-bottom: 0.25em;
}
.popup-body p.indent {
	text-indent: -1.4rem;
	padding-left: 1.5rem;
}
.popup-body ul:not(:last-child) {
	padding-bottom: 0.25em;
}
.popup-body ul li {
	font-size: 14px;
	list-style: disc;
	list-style-position: inside;
	padding-left: 1rem;
	text-indent: -1rem;
}
.popup-body ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.popup-body ol li{
	font-size: 14px;
	padding-left: 1.8em;
	position: relative;
}
.popup-body ol li:before {
	counter-increment: item;
	content: counter(item);
	margin-left: 0;
	width: 1.6em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: right;
}
.popup-body table {
	border: 0;
	border-spacing: 0;
	margin: 0;
}
.popup-body table tr {
	border: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.popup-body table tr:not(:last-of-type) {
	padding-bottom: 10px;
	margin-bottom:  10px;
	border-bottom: 1px dashed #dedede;
}
.popup-body table tr th {
	border: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding-bottom: 5px;
	background: transparent;
	color: inherit;
}
.popup-body table tr th::after {
	display: none;
}
.popup-body table tr td {
	padding: 0;
	width: 100%;
	font-size: 14px;
	background: transparent;
}
body.over{
	overflow: hidden;
}
.close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 90px;
	height: 90px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--co-white);
	z-index: 10;
}
.close-btn i {
	height: 60px;
	width: 60px;
	position: relative;
	display: block;
}
.close-btn i::before,
.close-btn i::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #c1c1c1;
}
.close-btn i::before { transform: rotate(-45deg); }
.close-btn i::after  { transform: rotate( 45deg); }
.close-btn span {
	font-size: 12px;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
}


/* ----------------------------------------------------------------- #flow -- */
#flow {
	padding: 5rem 1rem 7rem;
}
#flow .colIn div {
	margin-top: 4rem;
	position: relative;
}
#flow .colIn div h6 {
	position: absolute;
	background: #eb547c;
	color: var(--co-white);
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	left: 0;
	right: 0;
	margin: auto;
	top: -2.5em;
	border-radius: 5em;
	box-shadow: 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
	font-size: 2em;
	font-family: 'Ropa Sans', sans-serif;
}
#flow .colIn div img {
	width: 100%;
}
#flow .colIn div h6 span{
	font-size: 0.75em;
	line-height: 1;
	font-weight: normal;
}
#flow .colIn div h4{
	background-color: #eb547c;
	padding: 1.25rem;
	color: var(--co-white);
}
@media screen and ( max-width:599px) {
	#flow .colIn {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 2rem;
		max-width: 100%;
		position: relative;
		padding-top: 0;
	}
	#flow .colIn:nth-of-type(n+3) {
		margin-top: 0;
	}
	#flow .colIn:after {
		content: "";
		width: 1rem;
		height: 1rem;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0.785rem;
		margin: auto;
		border: 4px solid #eb547c;
		border-top: 0;
		border-left: 0;
		transform: rotate(45deg);
	}
	#flow .colIn:last-of-type:after {
		display: none;
	}
	#flow .colIn:last-of-type {
		padding-bottom: 0;
	}
	#flow .colIn div {
		display: flex;
		align-items: stretch;
		margin-top: 0;
		margin-left: 2rem;
		width: calc(100% - 2rem);
	}
	#flow .colIn div img {
		width: 50%;
		height: 100%;
	}
	#flow .colIn div h6 {
		top: 0;
		bottom: 0;
		left: -2em;
		right: auto;
		margin: auto;
		width: 3em;
		height: 3em;
		font-size: 1.5em;
	}
	#flow .colIn div h4 {
		padding: 0.6em;
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
}
