@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;
}

@media screen and (max-width: 767px){

	.sp{
		display: block;
	}

}

.pc{
	display: block;
}

@media screen and (max-width: 767px){

	.pc{
		display: none;
	}

}

#wrapper {
	width: 100%;
}

#topicpath,.firstview__inner, .section__inner {
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px){

	.firstview__inner, .section__inner {
		width: calc(100% - 40px);
	}

}

#h_inner{
	max-width: 1000px;
	margin: 0 auto;
}

a:link{
	color: #3B78AD;
}

a:visited{
	color: #7ac636;
}

p.is-attention{
	text-align: center;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 767px){


	p.is-attention{
		font-size: 14px;
	}

}

.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;
}

#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;
}

@media screen and (max-width: 767px){

	#topicpath{
		font-size: 12px;
	}

}


/*LV*/

.firstview {
	width: 100%;
	border-top: 8px solid #7ac636;
	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;
}

@media screen and (max-width: 839px){
	.firstview__title{
		font-size: 36px;
	}
}

@media screen and (max-width: 767px){
	.firstview__inner{
		flex-direction: column;
		padding: 40px 0 20px;
	}
	.firstview__title{
		margin-bottom: 10px;
	}
	.firstview__img{
		max-width: 120px;
		margin: 0 20px 0  auto;
	}
}

/*注意書き*/

.pageNote{
	margin: 40px 0 30px;
}
.pageNote *{
	font-size: 14px;
}

/*ページタイトル*/

.pageTitle{
	position: relative;
	margin: 80px 0 30px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 1.4;
	font-size: 30px;
	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;
}

@media screen and (min-width: 768px){

	.pageTitle{
		font-size: 36px;
	}

}


/*セクション*/

.section {
	padding: 60px 0;
}

.section.is-pt20 {
	padding-top: 20px;
}

@media screen and (max-width: 767px){

	.section {
		padding: 30px 0;
	}

	.section.is-first{
		margin-top: 30px;
	}

}


/*タイトル*/

.section__title01 {
	display: flex;
	margin-bottom: 35px;
	padding-bottom: 12px;
	border-bottom: 2px solid #7ac636;
}

.section__title01 img{
	max-width: calc(100% - 45px);
}

.section__title01::before{
	content: '';
	display: block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	margin-right: 10px;
	background-image: url(../images/ico_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__title02 {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 2px dashed #7ac636;
	line-height: 1.4;
	font-size: 24px;
	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).is-mb10{
	margin-bottom: 10px;
}

.section__text:not(:last-child){
	margin-bottom: 35px;
}

.section__text:not(:last-child).is-mb20{
	margin-bottom: 20px;
}

.section__text:not(:last-child).is-mb40{
	margin-bottom: 25px;
}

.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{
	position: relative;
	padding-left: 16px;
}
.section__text a.is-arrow::before{
	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{
	display: flex;
}

.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: 20px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
}


/*ボタン*/

.section__btn01{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 60px;
	padding: 10px 20px;
	background-color: #7ac636;
	border-radius: 5px;
	text-decoration: none !important;
}

.section__btn01 span{
	line-height: 1.7;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.section__btn01.is-pdf span::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	background-image: url(../images/ico_pdf.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.section__text a.is-arrow:link{
	color: #3B78AD;
}

.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%;
	max-width: 100%;
	padding: 20px 45px 15px 10px;
	background-color: #7ac636;
	border-radius: 10px;
	text-decoration: none !important;
}

@media screen and (max-width: 810px){

	.section__btn02:not(:last-of-type){
		margin-bottom: 20px;
	}
}

.section__btn02 span{
	line-height: 1.75;
	font-size: 16px;
	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: 130px;
	min-width: 130px;
	margin-right: 20px;
}


/*2カラム*/

.section__2column01:not(:last-child){
	margin-bottom: 40px;
}

.section__2column01>picture{
	width: 100%;
	max-width: 450px;
	margin: 0 auto 20px;
}

@media screen and (min-width: 811px){
	.section__2column01{
		display: flex;
		justify-content: space-between;
	}

	.section__2column01.is-center{
		align-items: center;
	}

	.section__2column01>picture{
		width: 42%;
		margin: 0;
	}

	.section__2column01>div{
		width: calc(100% - (42% + 20px));
	}

	.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;
	}
}


/*定義リスト(dl)*/

.section__dl01:not(:last-child){
	margin-bottom: 40px;
}

.section__dl01>div:not(:last-of-type){
	margin-bottom: 35px;
}

.section__dl01 dt{
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
}

.section__dl02>div:not(:last-of-type){
	margin-bottom: 15px;
}

.section__dl02 dt{
	min-width: 110px;
	margin-right: 20px;
	font-weight: bold;
}

.section__dl02 dd{
	font-size: 14px;
}


@media screen and (min-width: 768px){
	.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: 500;
	}

	.section__dl02 dd{
		font-size: 14px;
	}
}


/*ボックス*/
.section__box01{
	padding: 40px 20px;
	background-color: #f2fee8;
	border-radius: 5px;
}

.section__box01:not(:last-child){
	margin-bottom: 40px;
}

.section__box01__title{
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	color: #7ac636;
}

.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__box02{
	padding: 30px 20px;
	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 20px;
	background-color: #F7F7F7;
	border: 1px dashed #7ac636;
	border-radius: 5px;
}


/*リスト(li)*/

ul.is-disc li{
	padding-left: 1em;
}

ul.is-disc li:not(:last-of-type){
	margin-bottom: 5px;
}

.section__li01>li{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 20px 20px 20px 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-bottom: 35px;
}

.section__li01>li:not(:last-of-type)::after{
	content: '';
	display: block;
	position: absolute;
	bottom: -34px;
	left: 50%;;
	transform: translateX(-50%) rotate(90deg);
	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: 28px;
	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: 20px;
	font-weight: bold;
}

.section__content01__subTitle{
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 18px;
	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: 15px 20px 10px;
	vertical-align: middle;
}

.section__table01 th{
	box-sizing: border-box;
	width: 40%;
	min-width: 138px;
	background-color: #FAFAFA;
	font-weight: bold;
}

@media screen and (min-width: 768px){
	.section__table01 th{
		width: 300px;
		min-width: 300px;
	}
}


/*ページトップ*/
.pagetop{
	display: block;
	width: 50px;
	height: 50px;
	margin: 30px 0px 0px auto;
	border-radius: 48% 52% 45% 57% / 50% 46% 52% 56% ;
	background-color: #7ac636;
}
@media screen and (max-width: 767px){
	.pagetop{
		width: 40px;
		height: 40px;
	}
}
.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;
}

