@charset "UTF-8";
/* CSS Document */


/*** common ***/

@media screen and (min-width: 768px){
	.sp_block{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.pc_block{
		display: none;
	}
}
.font_green {
	color: #305756;
}
.bg_beige{
	background-color: #F8F7F3;
}
.bg_dark_beige{
	background-color: #E2E0D7;
}
.underline_stripe {
    background-image: repeating-linear-gradient(-50deg, #F6B7AC 0, #F6B7AC 4px, transparent 4px, transparent 14px );
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.65em;
    padding-left: 10px;
    padding-right: 10px;
}

.point_list .box_inner{
	height: 100%;
	background-color: #FFFFFF;
	border: 1px solid #305756;
	border-radius: 40px;
	padding: 40px 40px 90px;
	text-align: center;
	position: relative;
	color: #305756;
	line-height: 1.5;
}
.point_list_btn{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 40px;
}

@media screen and (max-width: 767px){
	.point_list .box_inner{
		border-radius: 20px;
		padding: 20px 20px 70px;
	}
	.point_list_btn{
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}

/*** font ***/
.f_bold {
    font-weight: bold;
    letter-spacing: 0.02em;
}
.retool_content {
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content h1{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content h2{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content h2{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content h3{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content h4{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content p{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content a{
    font-family: 'Noto Sans JP', sans-serif;
}
.retool_content  h1{
    font-weight: 500;
	}
.retool_content  h2{
    font-weight: 500;
	}
.retool_content  h3{
    font-weight: 500;
	}
.retool_content  h4{
    font-weight: 500;
	}
.retool_content  li{
    font-weight: 500;
	}
.retool_content a{
    font-size: 1.48rem;
}
.retool_content p{
    font-size: 1.48rem;
}

/*** btn ***/
.retool_btn{
    font-weight: 500;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	height: 50px;
	border: 1px solid #305756;
	border-radius: 50px;
	background-color: #FFFFFF;
	color: #305756;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 0px 55px 0px 20px;
	position: relative;
}
.retool_btn:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M20,0A20,20,0,1,1,0,20,20,20,0,0,1,20,0Z" fill="%23305756"/><path d="M16.185,24.37l-1.074-1.1,6.318-6.318H8V15.417H21.428L15.111,9.1,16.185,8l8.185,8.185Z" transform="translate(4 4)" fill="%23fff"/></svg>');
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
/*
.retool_btn_02{
    font-weight: 600;
    font-size: 1.3em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 130px;
    border: 1px solid #305756;
    border-radius: 10px;
    background-color: #305756;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0px 10px 40px 10px;
    position: relative;
}
*/
.retool_btn_02 {
    font-weight: 600;
    font-size: 1.3em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 145px;
    border: 1px solid #305756;
    border-radius: 10px;
    background-color: #305756;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding-right: 40px;
    position: relative;
}
/*
.retool_btn_02:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/common/reproduction.svg);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}
*/
.retool_btn_02:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../images/common/reproduction.svg");
	position: absolute;
    right: 20px;
	top: 47%;
    margin-top: 5px;
	transform: translate3d(0,-50%,0);
}

/*クララタッチ*/
.curara_btn {
    width: 72px;
    height: 24px;
}
@media screen and (max-width: 767px){
	.curara_wrp {
        width: 72px;
        height: 24px;
	}
	.curara_btn {
        width: 100%;
        height: 100%;
	}
}


/** ***/
.panel__link {
    display: block;
    position: relative;
}
.panel .list__image:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
@media screen and (min-width: 769px){
	.panel .box_inner:hover .list__image:nth-of-type(1),
	.panel .panel__link:hover .list__image:nth-of-type(1) {
			opacity: 0;
	}
	.panel .box_inner:hover .list__image:nth-of-type(2),
	.panel .panel__link:hover .list__image:nth-of-type(2) {
			opacity: 1;
	}
}

/*** top ***/
.mv{
	position: relative;
	margin-top: -50px;
}
.mv_content{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 30%;
}
/*TOPページタイトル*/
.title_text {
    font-size: 45px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.title_style04{
    margin: 0 0 20px;
    font-size: 2.88rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px){
	.mv{
		margin-top: -35px;
	}
	.mv_content{
		position: static;
		margin-top: 35px;
	}

}

/*** content_nav ***/
.content_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	grid-gap: 15px 30px;
}
.content_nav > *{
	max-width: 100%;
}
.content_nav a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	vertical-align: middle;
	border: 1px solid #848484;
	padding: 10px 20px;
	border-radius: 50px;
	max-width: 100%;
	width: 400px;
	height: 60px;
}

@media screen and (max-width: 767px){
	.content_nav > *{
		width: 100%;
	}
}


/**** 下層ページ title ***/
.page_title{
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}
.page_title:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 6px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.section_title{
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}

.point_title{
    font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}

.number_title{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}


/** 目次 **/
.agenda_block{
	background-color: #f8f7f3;
	padding: 30px;
}
.agenda_block_inner{
	padding: 30px;
	border: 1px solid #C1C1C1;
	position: relative;
}
.agenda_title{
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate3d(-50%,-50%,0);
	display: inline-block;
	background-color: #f8f7f3;
	padding: 0px 20px;
	font-size: 1.6rem;
}
.agenda_block_inner a{
	color: #343434;
}
.agenda_block_inner li{
	margin: 15px 0px; 
}
.agenda_block_inner li img.icon_point{
	width: auto;
	height: 1.8em;
	vertical-align: middle;
}
.agenda_block_inner > ol > li{
	position: relative;
	padding-left: 20px;
}
.agenda_block_inner > ol > li:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #343434;
	position: absolute;
	left: 0px;
	top: 0.5em;
}
.agenda_block_inner > ol > li > a{
	font-weight: bold;
}
.agenda_block_inner > ol ol > li{
	margin: 5px 0px;
}
.agenda_block_inner ol.point_list > li{
	position: relative;
	padding-left: 3em;
	margin: 15px 0px; 
}
.agenda_block_inner ol.point_list > li:before{
	content: "";
	display: inline-block;
	background: url("../images/common/icon_point01.svg") center center no-repeat;
	background-size: contain;
	width: 2.5em;
	height: 1.8em;
	position: absolute;
	left: 0px;
	top: 0px;
}
.agenda_block_inner ol.point_list > li:nth-child(2):before{
	background-image: url("../images/common/icon_point02.svg");
}
.agenda_block_inner ol.point_list > li:nth-child(3):before{
	background-image: url("../images/common/icon_point03.svg");
}
.agenda_block_inner ol.point_list > li:nth-child(4):before{
	background-image: url("../images/common/icon_point04.svg");
}
.agenda_block_inner ol.point_list > li:nth-child(5):before{
	background-image: url("../images/common/icon_point05.svg");
}
.agenda_block_inner ol.num_list{
	list-style-type: decimal-leading-zero;
}
.agenda_block_inner ol.num_list > li{
	margin: 5px 2em;
}
.agenda_block_inner ol.num_list > li::marker{
	font-weight: bold;
}

@media screen and (max-width: 767px){
	.agenda_block{
		background-color: #f8f7f3;
		padding: 15px;
	}
	.agenda_block_inner{
		padding: 15px;
		border: 1px solid #C1C1C1;
		position: relative;
	}
	.agenda_block_inner > ol > li ol{
		margin-left: 0px;
	}

}


/*** check_list ***/
ul.check_list{
	
}
ul.check_list li{
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
	padding-left: 2em;
}
ul.check_list li:before{
	content: "";
	display: inline-block;
	background: url("../images/common/icon_check_list.svg") left top no-repeat;
	background-size: contain;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	left: 0px;
	top: 0.2em;
}


/*** btn_pdf ***/
.btn_red{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	border: 1px solid #d42200;
	border-radius: 10px;
	color: #d42200;
}
/*
.btn_pdf{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	border: 1px solid #d42200;
	border-radius: 10px;
	color: #d42200;
}
*/
/*
.btn_pdf:after{
	content: "";
	display: inline-block;
	background: url("../images/common/icon_pdf.svg") left top no-repeat;
	background-size: contain;
	width: 16px;
	height: 20px;
	vertical-align: middle;
	margin-left: 10px;
}
*/

/*bc_flow*/

.read_pos01 {
	position: relative !important;
		bottom: 100px;
		left: -5%;
}
@media screen and (max-width: 767px){
	.read_pos01{
        bottom: 60px;
	}
}
.read_pos02 {
	position: relative !important;
    bottom: 100px;
    left: 50%;
}
@media screen and (max-width: 767px){
	.read_pos02{
        bottom: 60px;
        left: 35%;
	}
}


/*** fancybox ***/
.fancybox-content{
	width: 600px;
	height: 720px;
}

@media screen and (max-width: 767px){
	.fancybox-slide{
		padding: 20px;
	}
	.fancybox-content{
		width: 100% !important;
		height: calc( (100vw - 40px) / 600 * 720 ) !important;
	}
}

