@charset "UTF-8";

/*共通*/

body{
	text-align: left;
}

main {
	font-family: "游ゴシック","Original Yu Gothic", "Yu Gothic", "Yu Gothic", YuGothic, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0px;
}

/*@media screen and (max-width: 767px){

main {
font-size: 14px;
}

}*/

.sp{
	display: none;
}

.pc{
	display: block;
}

#wrapper {
	width: 100%;
}

#topicpath,.firstview__inner, .section__inner {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
}

#h_inner{
	max-width: 1000px;
	margin: 0 auto;
}

a:link{
	color: #7ac636;
}

a:visited{
	color: #7ac636;
}

p.is-attention{
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.txc {
	text-align: center;
}

.no-wrap{
	white-space: nowrap;
}

picture{
	display: block;
}

picture img{
	width: 100%;
}


/*ヘッダー*/

#gnavi{
	background: unset;
}

#gnavi::before{
	display: none;
}

#header #utility.wide::after{
	display: none;
}

#header #utility.wide {
	margin-bottom: 0;
}

#header #partner_area ul .leftbtn,
#header #partner_area ul .rightbtn{
	transition: .3s;
}

#header #partner_area ul .leftbtn:hover,
#header #partner_area ul .rightbtn:hover{
	opacity: .7;
}

#size_area{
	display: none;
}


/*フッター*/

#footer{
	background-color: #F8F8F8;
}

#footer #copyright{
	background-color: #7ac636;
	color: #FFF;
}


/*パンくず*/
#topicpath{
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
}

#topicpath a:link,
#topicpath a:visited{
	color: #7ac636;
}


/*LV*/

.firstview {
	width: 100%;
	border-top: 8px solid ccc;
	border-bottom: 8px solid #7ac636;
}
.firstview__border {
	background: url(../../common/img/firstview_bg_g.png) left top;
	position: relative;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.firstview__inner{
	height: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.firstview__img{
	max-width: 230px;
	margin-left: 40px;
}
.firstview__title{
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.4;
	font-size: 42px;
	color: #FFF;
}

/*注意書き*/

.pageNote{
	margin: 60px 0 20px;
}

.pageNote *{
	font-size: 14px;
}


/*ページタイトル*/

.pageTitle{
	position: relative;
	margin: 120px 0 30px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.4;
	font-size: 36px;
	font-weight: bold;
	color: #3B78AD;
}

.pageTitle::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 4px;
	background-color: #C7DAEF;
}


/*セクション*/

.section {
	padding: 60px 0;
}

.section.is-pt20 {
	padding-top: 20px;
}

.section__inner {
	max-width: 1000px;
}


/*タイトル*/

.section__title01 {
	display: flex;
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: 2px solid #7ac636;
}

.section__title01 img{
	max-width: calc(100% - 51px);
}

.section__title01::before{
	content: '';
	display: block;
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	margin-right: 15px;
	background-image: url(../images/ico_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__title02 {
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 8px;
	border-bottom: 2px dashed #7ac636;
	line-height: 1.4;
	font-size: 28px;
	font-weight: bold;
}

.section__title02 .is-number{
	display: inline-block;
	margin-right: 10px;
}


/*テキスト*/
.section__text>*:not(:last-child){
	margin-bottom: 20px;
}

.section__text>*:not(:last-child).is-mb5{
	margin-bottom: 5px;
}

.section__text:not(:last-child){
	margin-bottom: 60px;
}

.section__text:not(:last-child).is-mb40{
	margin-bottom: 40px;
}

.section__text:not(:last-child).is-mb20{
	margin-bottom: 20px;
}

.section__text a.is-pdf::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 -2px 3px;
	background-image: url(../images/ico_pdf_blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__text a.is-docx::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 -2px 3px;
	background-image: url(../images/ico_docx_blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__text a.is-arrow:link{
	color: #3B78AD;
}
.section__text a.is-arrow{
	position: relative;
	padding-left: 16px;
}
.section__text a.is-arrow::before{
	/* content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	margin: 0 5px -2px 0;
	background-image: url(../images/ico_arrow03.svg);
	background-size: contain;
	background-repeat: no-repeat; */
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 9px;
	border-color: transparent transparent transparent #7ac636;
}

.section__text .is-2col.is-left{
	justify-content: flex-start;
}

.section__text .is-2col.is-left>*{
	display: inline-block;
	width: auto;
}

.section__text .is-2col.is-left>:first-child{
	margin-right: 3px;
}

.section__text .is-small{
	font-size: 14px;
}


/*リード*/

.section__lead01{
	margin-bottom: 40px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}


/*ボタン*/

.section__btn01{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	background-color: #7ac636;
	border-radius: 5px;
	text-decoration: none !important;
	transition: .3s;
}

.section__btn01:hover{
	opacity: .7;
}

.section__btn01 span{
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.section__btn01.is-pdf span::after{
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 0 -2px 8px;
	background-image: url(../images/ico_pdf.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__btn01.is-arrow::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 13px;
	height: 15px;
	background-image: url(../images/ico_arrow01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__btn02{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 20px 60px 20px 40px;
	background-color: #7ac636;
	border-radius: 10px;
	text-decoration: none !important;
	transition: .3s;
}

.section__btn02:hover{
	opacity: .7;
}

.section__btn02 span{
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.section__btn02::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 13px;
	height: 15px;
	background-image: url(../images/ico_arrow01.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__btn02 picture{
	width: 200px;
	min-width: 200px;
	margin-right: 40px;
}

@media screen and (min-width: 1440px){
	.section__btn02{
		padding: 40px 40px 40px 20px;
	}

	.section__btn02 picture{
		width: 120px;
		min-width: 120px;
		margin-right: 10px;
	}
}

/*2カラム*/

.section__2column01{
	display: flex;
	justify-content: space-between;
}

.section__2column01.is-center{
	align-items: center;
}

.section__2column01:not(:last-child){
	margin-bottom: 60px;
}

.section__2column01>picture{
	width: 38.8%;
}

.section__2column01.is-pictureLarge>picture{
	width: 41.4%;
}

.section__2column01>div{
	width: calc(100% - (38.8% + 40px));
}

.section__2column01.is-pictureLarge>div{
	width: calc(100% - (41.4% + 40px));
}

.section__2column02{
	display: flex;
	flex-wrap: wrap;
}

.section__2column02>*{
	width: calc(50% - 20px);
}

.section__2column02>:not(:nth-child(2n)){
	margin-right: 40px;
}

.section__2column02>:nth-child(n+3){
	margin-top: 40px;
}

@media screen and (min-width: 1440px){
	.section__2column02{
		justify-content: space-between;
	}

	.section__2column02>*{
		width: calc((100% - 60px) / 3);
	}

	.section__2column02>:not(:nth-child(2n)){
		margin-right: 0;
	}

	.section__2column02>:nth-child(n+3){
		margin-top: 0;
	}
}


/*定義リスト(dl)*/

.section__dl01:not(:last-child){
	margin-bottom: 60px;
}

.section__dl01>div:not(:last-of-type){
	margin-bottom: 40px;
}

.section__dl01 dt{
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}

.section__dl02>div{
	display: flex;
	align-items: center;
}

.section__dl02>div:not(:last-of-type){
	margin-bottom: 10px;
}

.section__dl02 dt{
	min-width: 110px;
	margin-right: 20px;
	font-weight: bold;
}

.section__dl02 dd{
	font-size: 14px;
}


/*ボックス*/
.section__box01{
	padding: 40px;
	background-color: #F0F6FC;
	border-radius: 5px;
}

.section__box01:not(:last-child){
	margin-bottom: 60px;
}

.section__box01__title{
	margin-bottom: 30px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #4E8FD9;
}

.section__box01__item{
	padding: 30px;
	background-color: #FFF;
}

.section__box01__item:not(:last-of-type){
	margin-bottom: 20px;
}

.section__box01__item__title{
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}

.section__box01__item__txt{
	padding-left: 0.5em;
}

.section__box02{
	padding: 30px;
	background-color: #f2fee8;
	border-radius: 5px;
}

.section__box02:not(:last-child){
	margin-bottom: 20px;
}

.section__box02:not(:last-child).is-mb5{
	margin-bottom: 5px;
}

.section__box02__title{
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}

.section__box03{
	padding: 30px 40px;
	background-color: #F7F7F7;
	border: 1px dashed #7ac636;
	border-radius: 5px;
}


/*リスト(li)*/

ul.is-disc li{
	padding-left: 1.3em;
}

ul.is-disc li:not(:last-of-type){
	margin-bottom: 5px;
}

.section__li01{
	display: flex;
}

.section__li01>li{
	display: flex;
	align-items: center;
	position: relative;
	width: calc((100% - 110px) / 3);
	padding: 30px 40px;
	background-color: #D7F0F7;
	border-radius: 5px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	color: #00B4E6;
}

.section__li01>li:nth-of-type(2){
	background-color: #C3F1FD;
}
.section__li01>li:nth-of-type(3){
	background-color: #A2E8FA;
}

.section__li01>li:not(:last-of-type){
	margin-right: 55px;
}

.section__li01>li:not(:last-of-type)::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 15px;
	height: 30px;
	background-image: url(../images/ico_arrow02.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__li01 .is-number{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	margin-right: 20px;
	padding-top: 3px;
	border-radius: 50%;
	background-color: #FFF;
	line-height: 1;
	font-size: 32px;
	font-weight: bold;
	color: #00B4E6;
}


/*コンテンツ*/

.section__content01:not(:last-of-type){
	margin-bottom: 40px;
}

.section__content01__title{
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 6px double #7ac636;
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
}

.section__content01__subTitle{
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}


/*テーブル*/
.section__table01:not(:last-child){
	margin-bottom: 20px;
}

.section__table01,
.section__table01 td,
.section__table01 th {
	width: 100%;
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
}

.section__table01 td,
.section__table01 th {
	padding: 25px 20px 20px;
	vertical-align: middle;
}

.section__table01 th{
	box-sizing: border-box;
	width: 300px;
	min-width: 300px;
	background-color: #FAFAFA;
	font-weight: bold;
}


/*ページトップ*/
.pagetop{
	display: block;
	width: 50px;
	height: 50px;
	margin: 40px 0px 0px auto;
	border-radius: 48% 52% 45% 57% / 50% 46% 52% 56% ;
	background-color: #7ac636;
	transition: .3s;
}
.pagetop:hover{
	opacity: .7;
}
.pagetop::before{
	display: none;
}
.pagetop a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.pagetop img{
	width: 50%;
	height: 50%;
	margin-left: 5px;
}

.u-mb40{
	margin-bottom: 40px;
}
.u-mb60{
	margin-bottom: 60px;
}
.u-maxWidth001{
	max-width: 600px;
}