/* contract.css
---------------------------------------------------------- */
.h2_basic01 {
	line-height: 1.2;
    background-position: left;
}
.content {
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.contentB{
	max-width: initial;
}

.pdf {
	padding-right: 18px;
    background: url(/uploads/2022/06/24/img_pdf.svg) 100% 40% no-repeat;
    background-size: 16px 16px;
}

.normal{
	font-weight: normal;
}

.pageTop_con a{
	background: none!important;
}

.list_dot{
	list-style: disc;
	font-size: 18px;
	padding: 6px 16px 0px 36px;
	line-height: 1.5;
}

.ol_txt02{
	display: flex;
	align-items: flex-start;
	padding-left: 2em;
	list-style-type: decimal;
	flex-direction: column;
}

.ol_txt02 img{
	max-width: 10%;
	display: block;
}

.ol_txt02 li{
	color: #000!important;
}

.ol_txt02 p{
	color: #000;
	padding: 0;
	font-weight: normal;
}

.ol_txt02 figure{
/*	display: flex;*/
	align-items: center;
}

.ol_txt02 img{
	max-width: 20%;
}

.ol_txt02 small{
	/* font-weight: normal; */
	/* text-align: center; */
	/* display: block; */
	/* padding: 10px; */
}

.ol_txt02 a{
	display: flex;
	width: 100%;
	align-items: center;
}

.p_red{
	color: #FF0000;
}

.content02_group,
.content03_group,
.content05_group,
.content06_group{
	border: solid 1px #82d7dc;
	padding: 30px;
	max-width: 738px;
	margin: 0 auto 40px;
}

.txt_center{
	text-align: center!important;
	margin: 0 auto;
}

.txt_center p{
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.list_dot{
		margin: 10px 0;
		font-size: 16px;
		padding-top: 0!important;
	}
	
	.ol_txt02{
	align-items: center;
	padding-left: 2em!important;
	
	}
	
	.ol_txt02 small{
		text-align: left;
	}
}

/*ページ内リンク*/
article#webpage .In-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin: 0 auto 40px;
	max-width: 800px;
	padding-left: 0;
	}

.In-page li {
	width: 100%;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: bold;
	/*background: #50B9BF;*/
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	transition: all 0.3s ease;
	/* height: 50px; */
	border: none;
}

/*.In-page li:hover {
	background: #FFF;
	border: solid 2px #50B9BF;
}*/

article#webpage  .In-page li a {
	display: flex;
	align-items: center;
	justify-content: center;
	/*	padding: 16px 8px;*/
	width: 100%;
	color: #50B9BF;
	height: 100%;
	box-sizing: border-box;
	border: solid 1px #50B9BF;
	text-decoration: none;
}

.In-page li a:hover {
	color: #50B9BF;
}

.In-page li a:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background: #50B9BF;
    left: 0px;
}

.In-page li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 4px;
	top: 0px;
	/*    right: 0;*/
	left: 24px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: translateX(-50%) rotate(135deg);
	transition-duration: 0.3s;
}
.In-page li a:hover::after {
	border-top: 3px solid #fff;
  border-right: 3px solid #fff;
	bottom: -10px;
}
.nav01::after {
	background: none;
}

.br-728{
	display: none;
}

.ol_txt01{
	align-items: flex-start;
}

/*.ol_blk {
	display: flex;
	align-items: flex-start;
	padding-left: 2em;
	list-style-type: decimal;
	flex-direction: column;
}*/


@media screen and (max-width: 767px) {
	article#webpage .In-page {
		gap: 12px;
		padding-left: 0;
	}
	
	.In-page li {
		width: 100%;
		margin: 0;
		font-size: 1.0rem;
	}
	
/*	.In-page li::before {
    content: "";
    position: relative;
    width: 36%;
    height: 75px;
    background: #50B9BF;
    left: 2px;
	}*/
	
	article#webpage .In-page li a {
    /* padding: 5% 2% 0% 27%; */
    /* align-items: center; */
    justify-content: flex-start;
    text-align: left;
    padding-left: 23%;
    line-height: 1.3;
 }
	
	.In-page li a:before {
			content: "";
			position: absolute;
			/* width: 26%; */
			/* height: 95%; */
			background: #50B9BF;
			/* left: 0.5%; */
			height: 100%;
	}

	
	.In-page li::after {
		bottom: 30px;
		width: 14px;
		height: 14px;
	}
}


/* iNav*/
.blue-line{
	background-color: #0000ff;
	color: #FFF;
	padding: 0 3px;
	margin: 0 3px;
}
.green-line{
	background-color: #00a000;
	color: #FFF;
	padding: 0 3px;
	margin: 0 3px;
}
.yellow-line{
	background-color: #f2f500;
	color: #000;
	padding: 0 3px;
	margin: 0 3px;
}
.p-plr10{
	padding: 0 15px;
}
.p-plr20{
	padding: 0 30px;
}
.nav_inner {
	margin: 0 0 40px 0;
}
.nav_inner ul {
}
/*	.nav_inner ul li {
		float: left;
	}*/
	.nav_inner ul li:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: alpha(opacity=0.8);
		background: #ffffff;
		-webkit-filter: alpha(opacity=80);
}
		.nav_inner ul li a {
			display: block;
		}
p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 1em;
}
.txt01 {
	padding: 0 30px 0 30px;
}
.ol_txt01 {
	padding-left:11%;
}

/*.ol_txt01 {
	list-style-type: decimal;
	margin: 0 30px 20px 50px;
}
	.ol_txt01 li.first {
		margin: 0 0 20px 0;
	}
	.ol_txt01 li.last {
		margin: 0 0 30px 0;
	}*/

#content_02 .tel-attention,
#content_06 .tel-attention{
	padding: 20px !important;
	/* border-radius: 6px; */
	text-align: center;
}
.tel-attention {
    border: solid 1px #e74069;
    color: #e74069;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
	padding: 20px !important;
	border-radius: 0px;
	text-align: center;
}

.section {
	margin: 0 0 24px;
}

.sec03 {
	margin: 0 0 64px;
}

.ol_txt01 {
	list-style-type: decimal;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 16px;
}
.ol_txt01 li {
	width: 66%;
	font-size: 1.05rem;
	letter-spacing: 0.05em;
	color: #50B9BF;
	font-weight: 500;
}

.ol_txt02 {
	list-style-type: none;
	padding-left: 48px;
}
.ol_txt02 li {
	font-size: 1.05rem;
	 letter-spacing: 0.05em;
	 padding: 0 0 5px;
}

.ol_txt03 {
	display: flex;
	align-items: center;
		flex-direction: column;
	margin: 0 0 40px;
}
.ol_txt03 li {
	width: 50%;
	    font-size: 18px;
	letter-spacing: 0.05em;
}

#content .caption {
	margin: 20px 0 0;
	text-align: center;
}

.anchor_basic01 {
	margin: 80px 0 0 0;
}
.attention_h4{
	font-size: 143%;
	background: url(/uploads/2020/04/13/attention_icon.png) no-repeat;
    background-size: 3%;
    line-height: 130%;
    padding-left: 4%;
    margin-bottom: 10px;
	font-weight: bold;
}
/* content01 */
#content01 .btn_basic02 {
	width: 500px;
	margin: 30px auto;
	text-align: center!important;
}
	#content01 .btn_basic02 a {
		padding: 0;
	}

/* content01 */
#content .btn_basic03 {
    width: 500px;
    margin: 20px auto 20px;
    text-align: center!important;
    border-radius: 8px;
}
#content .btn_basic03:hover {
	background-color: rgb(256, 256, 256);
}
#content .btn_basic03 a{
	padding: 0;
	color: #fff;
	background-color: rgb(80, 185, 191);
	transition: all .3s ease;
	border: 1px solid #50B9BF;
	border-radius: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
#content .btn_basic03 a:hover{
	color: #50B9BF;
	background-color: rgb(256, 256, 256);
}

 article#webpage .btn_basic03 a {
		padding: 10px 20px 10px 20px;
		color:#ffffff;
		text-decoration: none;
		font-weight: 500;
	}

 .btn_basic03 a span{
		display: block;
	 background-position: right center;
	}

.btn_basic03:hover {
	background-color: rgb(255, 255, 255);
	
}

article#webpage .btn_basic03 a:hover {
	color: #50B9BF;
}

.btn_basic03 a span {
	background: url(../img/ico_arrow03_pc.png) no-repeat 96% center;
	padding: 16px;
}
.btn_basic03 a span:hover {
	background: url(../img/ico_arrow03_hover_pc.png) no-repeat 96% center;
	padding: 16px;
}

/* content02 */
/*step*/
.box_step01,
.box_step02,
.box_step03,
.box_step04 {
	padding: 24px;
	border: 1px solid #50B9BF;
}
.box_step04 {
	margin: 0 0 20px 0;
}
	.box_step01 h3,
	.box_step02 h3,
	.box_step03 h3,
	.box_step04 h3 {
		margin: 0 0 20px 0;
/*		padding: 10px 0 10px 150px;*/
		padding: 10px;
		font-size: 200%;
	}

	#content .txt {
	text-align: center;
}

/* step01 */
.box_step01 h3 {
	background: url(../img/img_step01.png) no-repeat 26% center;
	text-align: center;
	padding-left: 12%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* step02 */
.box_step02 h3 {
	background: url(../img/img_step02.png) no-repeat 26% center;
	text-align: center;
	padding-left: 34%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* step03 */
.box_step03 h3 {
	background: url(../img/img_step03.png) no-repeat 26% center;
	text-align: center;
	padding-left: 16%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #50b9bf;
	padding-left: 20px;
	position: relative;
}
.h4::before{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color:#50b9bf;
	left: 0;
	top:8px;
}
.inquiry_support01 {
	margin: 10px 0 30px 0;
}

.inquiry_support01 .service_tel {
    border: 1px solid #82d7dc;
    /*    color: #50b9bf;*/
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 5px;
    letter-spacing: 0.05em;
}

#content .inquiry_support01 .business_hours {
	text-align: center!important;
	margin: 0;
	padding: 5px;
	border: 1px solid #82d7dc;
	border-top: none;
}
#content .inquiry_support01 h4 {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #000;
}

.box_dl01 {
	display: inline-block;
	margin: 0 40px 20px 0;
}
	.box_dl01 div .btn_basic02 {
		margin: 0px 10px 10px 10px!important;
		padding: 8px 0 10px 0!important;
    height: 14px;
    text-align: center!important;
	}


	.dl01 {
		margin-left: 15%;
	}

.color_red {
	color: #e74069;
}
.box_step02 .tel-attention{
	border: solid 2px #e74069;
    padding: 10px;
    color: #e74069;
    font-weight: bold;
    width: 604px;
    margin: 0 auto 20px;
	text-align: center;
	font-size: 16px;
}
.box_step02 .box_dl01 {
    display: inline-block;
    margin: 20px 30px;
}

/* !tablet(768px)
---------------------------------------------------------- */
@media screen and (max-width: 929px) {
	#content .caption {
		text-align: left;
	}
	
	.nav_inner ul li {
		width: 12.4%;
	}
	.nav_inner ul li.nav00 {
		width: 12.6%;
	}
	
	.dl01 {
		margin: 0;
	}
	.box_dl01 {
		margin: 0 30px 0 0;
	}
}

/* !smt(480px)
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.box_step01 h3,
	.box_step02 h3,
	.box_step03 h3 {
		background-position: left;
		margin:0;
		text-align: left;
		line-height: 1.2;
		padding-left:24%;
	}
}


@media screen and (max-width: 728px) {
	.ol_txt03 {
		margin: 20px 0;
	}
	
	.ol_txt03 li {
    width: 100%;
    font-size: 1.0rem;
	}
	p {
    margin: 0;
    padding: 1em 0 0;
    font-size: 16px;
    line-height: 1.5;
	}
	.h4{
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0 0;
		color: #50b9bf;
		padding-left: 16px;
		position: relative;
	}
	.h4::before{
		content: "";
		position: absolute;
		width: 13px;
		height: 13px;
		background-color:#50b9bf;
		left: 0;
		top:6px;
	}
	.p-plr10{
		padding: 0 ;
	}
	.p-plr20{
		padding: 0 ;
	}
	.attention_h4{
		font-size: 120%;
		background-size: 10%;
		padding-left: 12%;
	}
	.nav_inner{
		margin: 20px 0 40px;
	}
	.nav_inner ul {
		height: auto;
		border: 3px solid #82d7dc;
		border-bottom: none;
	}
	.nav_inner ul li,
	.nav_inner ul li.nav00 {
		float: none;
		width: 100%;
		margin: 0;
		border: none;
		border-bottom: 3px solid #82d7dc;
	}
	#content01 .btn_basic02 {
		width: auto;
	}
	
 .btn_basic02 {
		width: auto;
	}
	
	.box_step01, 
	.box_step02, 
	.box_step03, 
	.box_step04 {
		padding: 10px;
		margin-top: 20px;
	}
		.box_step01 h3, 
		.box_step02 h3, 
		.box_step03 h3, 
		.box_step04 h3 {
			padding: 16px 0 16px 120px;
			background-size: 110px;
			font-size: 122%;
			justify-content: start;
		}
		
	.txt01 {
		padding: 0;
	}
	.ol_txt01{
/*		margin: 0 0px 20px 20px;*/
		padding-left: 11%;
		margin: 20px 0 10px;
	}
	.ol_txt01 li{
		font-size: 1.05rem;
		font-weight: 600;
		padding: 0 0 5px;
	}
	
	.box_dl01 {
		margin: 0 30px 20px;
		width: 208px;

	}
		.box_dl01 div h4 {
			margin: 10px 0 10px 0;
		}
	.box_step02 .tel-attention{
		width: 100%;
		padding: 10px!important;
		box-sizing: border-box;
	}

	.box_step02 .box_dl01 {
		margin: 10px 0;
	}
	#content01 .btn_basic02{
		width: auto;
		margin: 30px auto;
		padding: 0!important;
	}
/* content01 */
 #content .btn_basic03 {
	width: auto;
	margin: 32px 24px 32px;
	padding: 0!important;
}

#content .btn_basic03 a span{
	padding:16px;
}

 .btn_basic03 a {
		padding: 10px 20px;
		color:#ffffff;
	}
 .btn_basic03 a span{
    display: block;
	 padding: 0;
	}
	
	.br-728{
		display: block;
	}
	
	.content02_group,
	.content03_group,
	.content05_group,
	.content06_group{
		padding: 5%;
		max-width: 740px;
		margin: 10% auto;
	}
}

@media screen and (max-width: 767px) {
	#content .inquiry_support01 h4 {
		font-size: 1.0rem;
		padding: 10px;
	}
	.inquiry_support01 .service_tel {
		font-size: 1.5rem;
	}
	#content .inquiry_support01 .business_hours {
		padding: 10px !important;
		text-align: left !important;
		/* border: 1px solid #82d7dc; */
	}
	
	.sec04 .inquiry_support01{
		margin: 10px 0 0 0 !important;
	}
	
	.sec04 .inquiry_support01 div{
		margin: 0;
	}
	
	.sec04 .inquiry_support01 div p{
		padding-top: 0;
	}
	
	.sec03 {
		margin: 0;
	}
	#content_02 .tel-attention,
	#content_06 .tel-attention {
	padding: 10px !important;
    margin: 1em 0;
    width: auto;
    font-size: 0.9rem;
    text-align: left !important;
	font-weight: 600;
	}
	

	#content  .txt {
		font-size: 1.05rem;
		padding: 0;
		text-align: left;
	}
	#content  .txt2 {
		text-align: center;
	}
	.ol_txt01 ol{
		padding-left: 11%;
	}
	.ol_txt01 li {
		width: 100%;
	}
}	






/*緊急お知らせ用*/
.notice_area {
	margin: 0 auto 40px;
	border: solid 1px #FF388C;
	border-radius: 5px;
	color: #FF388C;
	padding: 20px;
	max-width: 930px;
	box-sizing: border-box;
}
.notice_area .notice_area_list li {
	display: flex;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	justify-content: center;
	flex-wrap: wrap;
}
.notice_area .notice_area_list li time {
      padding: 0 10px 0 0;
}
article#webpage .notice_area .notice_area_list li a{
      color: #FF388C;
}

@media screen and (max-width: 728px) {
  .notice_area {
    width: 95%;
    margin: 24px auto;
    padding: 4%;
	}
	
	.notice_area ul {
		margin: 0;
	}
	
	.notice_area .notice_area_list li {
		display: block;
		text-align: left;
	}
	.notice_area .notice_area_list li time {
		font-size: 0.9rem;
		padding: 0;
	}
	.nav-header__hamburger{
		top: -155%;
	}
}

@media screen and (max-width: 600px) {
	.nav-header__hamburger{
		top: -155%;
	}
}
@media screen and (max-width: 375px) {
	.nav-header__hamburger{
		top: -155%;
	}
}

/*保険金請求web受付*/

#bor_no{
	border: none;
}

.bg_no{
	background: none;
}

.bor_box{
	padding: 24px;
	border: 1px solid rgb(80, 185, 191);
}

.txt_u{
	text-decoration: underline;
}

.txt_bgY{
	background: rgb(255, 250, 130);
}

.nopay_disease{
	width: 100%;
    border: 1px solid rgb(231, 64, 105);
}

.nopay_disease_inner{
	border-bottom: 1px solid rgb(231,64,105);
	padding: 30px 24px;
}

/*白背景ボタン*/
#content .btn_basic05{
	width: 100%;
    max-width:500px;
    margin:24px auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
	position: relative;
}

#content .btn_basic05 a{
	box-shadow: 0 4px 0px rgb(80,185,191);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(80,185,191);
	border-radius: 8px;
	color: rgb(80,185,191);
	display: block;
	font-size: 1.2rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-feature-settings: "palt";
	font-weight: 700;
    letter-spacing: 0.07em;
	line-height: 1.2;
	padding: 24px;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#content .btn_basic05_second{
	width: calc(100% / 2 - 24px);
	margin: 0;
}

#content .btn_basic05_second a{
	padding: 16px;
}

#content .btn_basic05 a span{
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#content .btn_basic05 a::after{
	content: url(../img/ico_arrow03_hover_pc.png);
	display: block;
	position: absolute;
	top: 50%;
	left: 95%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#content .btn_basic05 a.arr_b::after{
	top: 40%;
	left: 92%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}


#content .btn_basic05 a:hover{
    background-color: rgb(80,185,191);
	color: rgb(255, 255, 255);
}

#content .btn_basic05 a:hover span{
	color: rgb(255, 255, 255);
}

#content .btn_basic05 a:hover::after{
    content:url(../img/ico_arrow03_pc.png);
}

#content .section>.section_container{
	width: 100%;
}

#content .section>.section_container .content{
	margin: 0;
}

/*保険金請求_ピンクボタン*/
#content .btn_basic_pk a{
	background-color: rgb(245,150,190);
	border: 1px solid rgb(245,150,190);
	color: rgb(255, 255, 255);
	box-shadow: 0 4px 0px rgb(144,144,144);
}

#content .btn_basic_pk a::after{
	content: url(../img/ico_arrowpk_hover_pc.png);
}

#content .btn_basic_pk a:hover{
    background-color: rgb(255,255,255);
	color: rgb(245,150,190);
	border: solid 1px rgb(245,150,190);
	box-shadow: 0 4px 0px rgb(245,150,190);
}

#content .btn_basic_pk a:hover::after{
    content:url(../img/ico_arrowpk_pc.png);
}

/*h1見出し*/
.h1_basic02{
	font-size: 1.5rem;
	border-bottom: 1px solid rgb(80, 185, 191);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*h2見出し*/
.h2_basic03{
    margin: 48px 0 24px 0;
    padding: 8px;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
	letter-spacing: 0.05em;
    background: rgb(80,185,191);
}

/*h3見出し*/
#content .h3_basic03{
	font-size: 1.25rem;
	font-weight: 500;
	display: flex;
	padding: 8px;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: left;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	color: rgb(80, 185, 191);
}

.h3_basic03::before{
	content: "■";
}

.h3_basic04{
	color: rgb(51,51,51);
	margin: 24px 0;
	padding: 8px;
	font-size: 1.25rem;
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
}

@media screen and(max-width:7298x){
	.h3_basic04{
		font-size: 1.15rem;
	}
}

/*リストタグ*/

.ul_basic02{
	list-style: disc;
	padding-left: 1.3em;
	font-size: 1.1rem;
}

.ul_basic02 li{
	margin-bottom: 0.6em;
}

.ol_basic01{
	counter-reset: count;
	font-size: 1.1rem;
	padding-left: 3em;
}

.ol_basic01 li.count{
	margin-bottom: 0.7em;
	position: relative
}

.ol_basic01 li.count::before{
	border: 1px solid #000;
	border-radius: 100%;
	content:counter(count);
	counter-increment: count;
	line-height: 1;
	padding: 0.2em;
	text-align: center;
	vertical-align: baseline;
	width: 1em;
	height:1em;
	position: absolute;
	top: 0;
	left: -2em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.ol_basic02{
	font-size: 1.1rem;
	margin: 0;
	padding: 0;
}

.ol_basic02 li{
	margin: 0;
	padding: 0 0 0 2em;
	counter-increment: num_count;
	position: relative;
}

.ol_basic02 li::before{
	content: counter(num_count)".";
	display: block;
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: -0.5em;
}

.ol_basic02 li::after{
	content: "";
	display: block;
	margin-bottom: 10px;
}


/*ボタン横並び 2列*/
.btn_col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin: 40px auto 60px;
}

/*横並び 2列*/
.flex_col2{
	display: flex;
	gap: 0 15px;
}

.flex_col2 .spec_inner img{
	width: 100%;
	height: 100%;
	max-width: 350px;
	max-height: 220px;
}

.flex_col2 .spec_inner>span{
	font-size: 0.9rem;
}

/*モーダル*/
.p_txt{
	color: 	rgb(231, 64, 105);
}

.open_button::before{
	content: "▼";
}

.open_button .open_label{
	border-bottom: 1px solid rgb(231, 64, 105);
}

.modal_wrap input{
    display: none;;
}

.modal_overlay{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgb(0,0,0,0.6);
    opacity: 0;
    transition: opacity .1s, transform 0s 0.1s;
    -webkit-transition: opacity .1s, transform 0s 0.1s;
    -moz-transition: opacity .1s, transform 0s 0.1s;
    -ms-transition: opacity .1s, transform 0s 0.1s;
    -o-transition: opacity .1s, transform 0s 0.1s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.modal_wrap input:checked ~ .modal_overlay{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: opacity .1s;
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-o-transition: opacity .1s;
}

.modal_trigger{
    width: 100%;
    height: 100%;
    position: absolute;
}

.modal_content{
    width: 100%;
    padding: 20px 30px 20px 20px;
    background: rgb(255, 255, 255);
    line-height: 1.4em;
	border: 1px solid rgb(231, 64, 105);
    /*transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;*/
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
	overflow-x: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
}

.close_button{
	font-size: 21px;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 16px;
}


@media screen and (max-width: 728px){

	#content .fs1{
		font-size: 1rem;
	}

	#content .h2_basic03{
		font-size: 1.2rem;
		text-align: center;
	}

	#content .h3_basic03{
		font-size: 1.2rem;
	}

	#content .btn_col2{
		width: 100%;
		margin: 30px 0 60px;
	}

	#content .btn_col2 .btn_basic05{
		font-size: 1.1rem;
		letter-spacing: -0.08em;
	}

	#content .btn_basic05{
		width: 100%;
		min-width:246px;
		max-width:500px;
		margin: 32px auto;
		padding: 0;
	}

	#content .btn_basic05 a{
		padding: 20px 26px;
		line-height: 1.3;
		font-size: 1.1rem;
	}

	.modal_content{
		padding: 3vw 3vw 4vw;
	}

	#content .modal_dtl p{
		font-size: 1rem;
		line-height: 1.4;
	}

	.ul_basic02{
		font-size: 1rem;
	}

	.ol_basic01{
		padding-left: 2em;
	}

	.bor_box{
		margin-top: 20px;
		padding: 10px;
	}

	#content .btn_basic_pk a{
		padding: 14px 26px;
	}


}

@media screen and (max-width: 767px){
	#content .sup_pl{
		padding-left: 0!important;
	}
}


@media screen and (max-width: 899px){
	.btn_col2{
		flex-wrap: wrap;
		gap: 26px 0;
	}

	#content .btn_col2 .btn_basic05{
		width: 100%;
		margin: 0;
	}
}

/* サーバーメンテナンスのお知らせ */
.notice_area_contract {
    margin: 20px 0;
    border: solid 1px #FF388C;
    border-radius: 5px;
    color: #FF388C;
    padding: 20px;
    max-width: 930px;
	width: 100%;
	order: -1;
}

.notice_area_contract .notice_area_list li {
    display: flex;
    font-size: 1rem;
    letter-spacing: 0.05em;
    justify-content: center;
    align-items: center;
}
/*
article#webpage {
	display: flex;
	flex-flow: column;
}
*/
article#webpage .notice_area_contract .notice_area_list li a {
    color: #FF388C;
}

@media screen and (max-width: 728px){
	.notice_area_contract {
		margin-bottom: 4%;
	}
}
.maint {
    pointer-events: none;
}
article#webpage .In-page .maint a {
    border: 1px solid #cfcfcf;
    color: #bfbfbf;
    background: #eee;
}
.In-page .maint a:before {
    background: #cfcfcf;
}
.In-page .maint a:after {
    border-top: 3px solid #eee;
    border-right: 3px solid #eee;
}