@charset "utf-8";

/*PCSP共通設定*/
.disnone{display:none;}
#anchorLinkBlock {
	padding: 20px 0 15px;
}

sup {
	padding: 0 3px;
	font-size: 11px;
	vertical-align: super;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
	#wrapper {line-height: 1.4;}
	.spnone{display:none;}
/* CSS */
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a{font-size: 12px;}
	h1 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 1%;
	}
	.inner{
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
	#wrapper {line-height: 1.231;}
	.pcnone{display:none;}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock{
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
/*panlist&back*/
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a{font-size: 12px;}
	h1 {
		width: auto;
		max-width: 970px;
		margin: 0 auto 15px;
		font-size: 14px;
		font-weight: bold;
	}
	.inner{
		width: 96%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
}


/* ============================================================
common
============================================================ */

article section {
	font-feature-settings: 'palt';
}
article section img {
	display: block;
	width: 100%;
	height: auto;
}
article section span.notice {
	position: relative;
	top: -1.2em;
	font-size: 30%;
}

section.sec_1 {
	/*background: #07913a;*/
	background: rgb(7,145,58);
	background: linear-gradient(180deg, rgba(7,145,58,1) 50%, rgba(255,255,255,1) 100%);
	color: #fff;
}
section.sec_1 h3 {
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}
section.sec_1 h3 span.small {
	font-size: 75%;
}
section.sec_1 h3 em {
	display: inline-block;
	line-height: 1;
	background: #FFDC00;
	color: #004a9d;
	font-weight: bold;
}
section.sec_1 p.sec_1_small.note1 {
	text-align: center;
}
section.sec_1 .sec_1_info {
    padding: 30px;
    border: 3px double #fff;
}

section.sec_1 p span.cap {
	display: block;
	margin-top: 10px;
}
section.sec_1 p.point_img {
	margin-bottom: 20px;
}
section.sec_1 .sec_1_txt_img div.txt h4 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
}
section.sec_1 .sec_1_txt_img div.txt dl {
	display: flex;
	flex-wrap: wrap;
}
section.sec_1 .sec_1_txt_img div.txt dl dt {
	width: 4em;
	margin-bottom: 10px;
	text-align: right;
}
section.sec_1 .sec_1_txt_img div.txt dl dd {
	width: calc(100% - 4em);
	margin-bottom: 10px;
}
section.sec_1 .sec_1_txt_img div.txt p.atten {
	background: #07913A;
	margin-bottom: 20px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}


section.sec_2 {
	text-align: center;
}
section.sec_2 h3 {
	font-weight: bold;
	color: #005BAC;
}
section.sec_2 p {
	line-height: 1.4;
	font-weight: bold;
	color: #004a9d;
}
section.sec_2 p em {
	font-weight: bold;
	color: #DF5695;
}

/*
section.sec_3 {
	background: #07913a;
	color: #000;
}
section.sec_3 h3,
section.sec_3 p.copy,
section.sec_3 p.text {
	font-weight: bold;
}
section.sec_3 p.text,
section.sec_3 ol {
	color: #1A1311;
}
section.sec_3 h3,
section.sec_3 p.copy,
section.sec_3 p.text em {
	color: #004a9d;
}
section.sec_3 h3 {
	margin-bottom: 0.2em;
}
section.sec_3 h3 span {
	font-size: 60%;
}
section.sec_3 p.copy {
	margin-bottom: 0.5em;
}

section.sec_3 p.text {
	line-height: 1.7;
}
section.sec_3 p.text em {
	position: relative;
	display: inline-block;
	font-size: 110%;
	color: #004a9d;
}
section.sec_3 p.text em span {
	position: relative;
	z-index: 2;
}
section.sec_3 p.text em::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 6px;
	background: #FFED00;
}
section.sec_3 ol {
	line-height: 1.7;
}
section.sec_3 ol li {
	position: relative;
	padding-left: 2.2em;
}
section.sec_3 ol li span {
	position: absolute;
	top: 0;
	left: 0;
}
*/

section.sec_3 {
	background: #fff;
	color: #000;
}
section.sec_3 dl > div {
	padding: 10px;
	background: #07913A;
	border-radius: 10px;
	line-height: 1.4;
}
section.sec_3 dl dt a {
	display: block;
	position: relative;
	opacity: 1 !important;
	font-weight: bold;
	color: #fff;
}
section.sec_3 dl dt a::before {
	content: '';
	position: absolute;
	background: url(../images/sec_4_q.svg);
}
section.sec_3 dl dt a::after {
	content: '';
	position: absolute;
	background: url(../images/sec_4_plus.svg);
}
section.sec_3 dl dt a.on::after {
	background: url(../images/sec_4_minus.svg);
}
section.sec_3 dl dd {
	display: none;
	position: relative;
	border-radius: 10px;
	background: #fff;
	font-weight: bold;
	color: #231815;
}
section.sec_3 dl dd span{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
section.sec_3 dl dd div.scroll {
	overflow-x: scroll;
	overflow-y: hidden;
}
section.sec_3 dl dd div.scroll ul {
	display: flex;
	width: 1200px;
}
section.sec_3 dl dd div.scroll ul li {
	position: relative;
	padding-right: 50px;
	text-align: center;
}
section.sec_3 dl dd div.scroll ul li::after {
	position: absolute;
	content: "";
	display: block;
	height: 20px;
	aspect-ratio: cos(30deg);
	clip-path: polygon(0 0,100% 50%,0 100%);
	background: #07913a;
	right: 15px;
	top: 150px;
}
section.sec_3 dl dd div.scroll ul li:last-child::after {
	display: none;
}

section.sec_3 .attention {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	border: 3px double #000;
	background: #fff;
}
section.sec_3 .attention h4{
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
section.sec_3 .attention ul li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}
section.sec_3 .attention ul li:nth-of-type(1),
section.sec_3 .attention ul li:nth-of-type(2){
	color: #cc0000;
}




section.sec_4 {
    padding: 0 0 70px;
	/*background: #07913a;*/
    /*background: rgb(7,145,58);
    background: linear-gradient(180deg, rgba(7,145,58,1) 0%, rgba(255,255,255,1) 100%);*/
	color: #000;
}
section.sec_4 dl div {
	padding: 10px;
	background: #0080CB;
	border-radius: 10px;
	line-height: 1.4;
}
section.sec_4 dl dt a {
	display: block;
	position: relative;
	opacity: 1 !important;
	font-weight: bold;
	color: #fff;
}
section.sec_4 dl dt a::before {
	content: '';
	position: absolute;
	background: url(../images/sec_4_q.svg);
}
section.sec_4 dl dt a::after {
	content: '';
	position: absolute;
	background: url(../images/sec_4_plus.svg);
}
section.sec_4 dl dt a.on::after {
	background: url(../images/sec_4_minus.svg);
}
section.sec_4 dl dd {
	display: none;
	position: relative;
	border-radius: 10px;
	background: #fff;
	font-weight: bold;
	color: #231815;
}
section.sec_4 dl dd span{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
section.sec_4 .attention {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	border: 3px double #000;
	background: #fff;
}
section.sec_4 .attention h4{
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
section.sec_4 .attention ul li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}
section.sec_4 .attention ul li:nth-of-type(-n+4){
	color: #cc0000;
}

section.sec_5 {
	text-align: center;
	background: #E0F2FC url(../images/sec_5_bg.png) repeat-x center bottom;
	background-size: auto 66px;
}
section.sec_5 h3 {
	font-weight: bold;
	color: #004a9d;
}
section.sec_5 div {
	position: relative;
}
section.sec_5 div::before,
section.sec_5 div::after {
	content: '';
	position: absolute;
	bottom: 17px;
	background-size: 100% auto !important;
}

section .linkBtn {
	padding-bottom: 30px;
}
section .linkBtn span {
	font-size: 1.0rem;
}
section .linkBtn a,
section .linkBtn em {
	position: relative;
    display: block;
    align-items: center;
    padding: 25px 15px;
    margin:30px auto 0;
    width: 50%;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #004A9D;
    border-radius: 10px;
    transition: 0.2s;
	letter-spacing: 1px;
}
section .linkBtn a::after,
section .linkBtn em::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
	bottom: 0;
    margin-top: auto;
	margin-bottom: auto;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
section .linkBtn em {
    background-color: #aaa;
}
section.sec_4 .linkBtn {
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding-bottom: 15px;
}
section.sec_1 .linkBtn a{
	padding: 20px 15px 15px;
/*	background: #fff;
	color:#004A9D !important;*/
}
/*
section.sec_1 .linkBtn a::after {
    border-top: 3px solid #004A9D;
    border-right: 3px solid #004A9D;
}
*/
section ul.linkBtn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
section ul.linkBtn li:first-child {
    width: 60%;
    margin: 0 auto;
}
section ul.linkBtn li:first-child a {
    background-color: #FFF200;
}
section ul.linkBtn li {
    width: 45%;
}
section ul.linkBtn li a {
    width: 100%;
}


section.sec_6 {
	/*background: #E0F2FC;*/
	font-size: 15px;
	line-height: 1.5;
}
section.sec_6 .box {
	background: #f1ffd3;
}
section.sec_6 h3,
section.sec_6 h4,
section.sec_6 h5 {
	margin-bottom: 15px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
section.sec_6 h4 {
	margin: 20px 0 5px;
	color: #222;
	text-align: left;
}
section.sec_6 h5 {
	margin: 0;
	text-align: left;
}
section.sec_6 p {
	margin-bottom: 15px;
}
section.sec_6 ul{
	margin: 0 0 25px 0.5em;
	list-style: none;
}
section.sec_6 ul li{
	position: relative;
	margin: 5px 0;
	padding-left: 12px;
}
section.sec_6 ul li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 5px;
}
section.sec_6 ul.no_dot li {
	padding-left: 0;
}
section.sec_6 ul.no_dot li::before {
	display: none;
}
section.sec_6 ul:last-of-type {
	margin-bottom: 0;
}

section.sec_6 span,
section.sec_7 span {
	text-indent: -1em;
	margin-left: 1em;
}

section.sec_7 {
    /*background: #07913A;*/
}
section.sec_7 h3 {
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
	background: #0F63AB;
}
section.sec_7 h4 {
	margin: 25px 0 0;
	font-weight: bold;
	color: #0F63AB;
}
section.sec_7 .box {
	padding: 0;
	border: #0F63AB solid 5px;
	text-align: center;
	line-height: 1.6;
    background: #fff;
}

.noteMail { margin: 0 auto;}
.noteMail p { text-indent: -1em; margin-left: 1em;padding-bottom: 1em;}


section.sec_bn {
	color: #000;
}
section.sec_bn h3 {
	padding: 10px 5px;
	background: #07913A;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
section.sec_bn ul {
	display: flex;
	justify-content: center;
}
section.sec_bn ul li {
	width: 45%;
}
section.sec_bn ul li a {
	display: block;
}


/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {

article section .sp {
	display: none !important;
}

section.main_mv {
	width: 100%;
    margin: 0;
    /*background: #CBE297;*/
}
section.main_mv h2 {
    width: 100%;
    margin: 0 auto;
}


section.sec_1 {
	padding: 20px 0;
}
section.sec_1 h3 {
	margin-bottom: 0;
	font-size: 34px;
}
section.sec_1 h3 em {
	padding: 0.14em 0.16em 0.04em;
	font-family: "游ゴシック","MS UI Gothic" !important;
}
section.sec_1 p.sec_1_small.note1 {
	margin-bottom: 30px;
}
section.sec_1 .sec_1_info {
    width: 80%;
    margin: 0 auto 35px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
section.sec_1 .sec_1_info span {
    font-size: 18px;
}
section.sec_1 .sec_1_banner {
    width: 575px;
    margin: 0 auto;
}
section.sec_1 p.howto_img img {
	width: 60%;
	height: auto;
	margin: 0 auto;
}
section.sec_1 .sec_1_banner img {
    width: 100%;
}

section.sec_1 .sec_1_txt_img {
	display: flex;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
}
section.sec_1 .sec_1_txt_img div.img {
	width: 480px;
}
section.sec_1 .sec_1_txt_img div.txt {
	width: calc(100% - 480px);
	margin: 0 0 0 30px;
	font-size: 18px;
	color: #000;
}
section.sec_1 .sec_1_txt_img div.txt h4 {
	font-size: 25px;
}


section.sec_2 {
	padding: 20px 0;
}
section.sec_2 h3 {
	margin-bottom: 20px;
	font-size: 40px;
}
section.sec_2 p {
	font-size: 36px;
}
section.sec_2 p img {
	margin-bottom: 30px;
}

/*
section.sec_3 h3 img {
	position: relative;
	left: -60px;
	top: 5px;
	width: 244px;
	height: 67px;
}
section.sec_3 h3,
section.sec_3 p.copy,
section.sec_3 p.text,
section.sec_3 ol {
	padding-left: 60px;
}
section.sec_3 h3 {
	font-size: 60px;
}
section.sec_3 p.copy {
	font-size: 27px;
}
section.sec_3 p.text {
	font-size: 17px;
}
section.sec_3 ol {
	max-width: 70%;
	margin: 1em 0 160px;
}

section.sec_3 div {
	position: relative;
}
section.sec_3 div::after {
	content: '';
	position: absolute;
	top: 220px;
	right: 0;
	width: 306px;
	height: 329px;
	background: url(../images/sec_3_icon.png);
	background-size: cover;
}
section.sec_3 ul {
	margin-top: 30px;
}
section.sec_3 ul li:first-child {
	margin-bottom: -30px;
	line-height: 0.8;
}
*/

section.sec_3 h3 img {
	position: relative;
	left: -46px;
	width: 275px;
	height: 71px;
	margin: 0 auto 40px;
}

section.sec_3 dl > div {
	margin-bottom: 30px;
}
section.sec_3 dl dt a {
	padding: 6px 36px 3px 48px;
	font-size: 21px;
}
section.sec_3 dl dt a::before {
	top: 3px;
	left: 3px;
	width: 35px;
	height: 35px;
	background-size: 35px;
}
section.sec_3 dl dt a::after {
	top: 0.35em;
	right: 3px;
	width: 20px;
	height: 20px;
	background-size: 20px !important;
}
section.sec_3 dl dd {
	margin-top: 10px;
	padding: 14px 20px 12px;
	font-size: 19px;
}
section.sec_3 dl dd div.scroll ul li {
	font-size: 14px;
}
section.sec_3 .attention{
	width: 970px;
}
section.sec_3 .attention ul li{
	font-size: 16px;
}


section.sec_4 {
	/*background: #E0F2FC;*/
	color: #000;
}
section.sec_4 dl div {
	padding: 10px;
	background: #0080CB;
	border-radius: 10px;
	line-height: 1.4;
}
section.sec_4 dl dt a {
	display: block;
	position: relative;
	opacity: 1 !important;
	font-weight: bold;
	color: #fff;
}
section.sec_4 dl dt a::before {
	content: '';
	position: absolute;
	background: url(../images/sec_4_q.svg);
}
section.sec_4 dl dt a::after {
	content: '';
	position: absolute;
	background: url(../images/sec_4_plus.svg);
}
section.sec_4 dl dt a.on::after {
	background: url(../images/sec_4_minus.svg);
}
section.sec_4 dl dd {
	display: none;
	position: relative;
	border-radius: 10px;
	background: #fff;
	font-weight: bold;
	color: #231815;
}
section.sec_4 dl dd span{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
section.sec_4 .attention {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	border: 3px double #000;
	background: #fff;
}
section.sec_4 .attention h4{
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
section.sec_4 .attention ul li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.5;
}
section.sec_4 .attention ul li:nth-of-type(1),
section.sec_4 .attention ul li:nth-of-type(2){
	color: #cc0000;
}

section.sec_4 h3 img {
	position: relative;
	left: -46px;
	width: 275px;
	height: 71px;
	margin: 0 auto 40px;
}

section.sec_4 dl div {
	margin-bottom: 30px;
}
section.sec_4 dl dt a {
	padding: 6px 36px 3px 48px;
	font-size: 21px;
}
section.sec_4 dl dt a::before {
	top: 3px;
	left: 3px;
	width: 35px;
	height: 35px;
	background-size: 35px;
}
section.sec_4 dl dt a::after {
	top: 0.35em;
	right: 3px;
	width: 20px;
	height: 20px;
	background-size: 20px !important;
}
section.sec_4 dl dd {
	margin-top: 10px;
	padding: 14px 20px 12px;
	font-size: 19px;
}
section.sec_4 .attention{
	width: 970px;
}
section.sec_4 .attention ul li{
	font-size: 16px;
}

section.sec_5 h3 {
	margin-bottom: 50px;
	font-size: 50px;
}
section.sec_5 div::before {
	left: 0;
	width: 224px;
	max-width: 23%;
	height: 186px;
	background: url(../images/sec_5_icon_1.svg) no-repeat left bottom;
}
section.sec_5 div::after {
	right: 0;
	width: 250px;
	max-width: 26%;
	height: 186px;
	background: url(../images/sec_5_icon_2.svg) no-repeat right bottom;
}
section.sec_6 .box {
	padding: 30px 50px;
}
section.sec_6 h3 {
	font-size: 25px;
}
section.sec_6 h4 {
	font-size: 18px;
}
section.sec_6 dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
section.sec_6 dt,
section.sec_6 dd{
	display: flex;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 5px 0;
}

section.sec_6 dt {
	margin-bottom: 15px;
	width: 7em;
	background: #fff;
	color: #222;
	text-align: center;
}
section.sec_6 dd {
	box-sizing: border-box;
	margin-bottom: 15px;
	width: calc(100% - 7em);
	padding-left: 1em;
}

section.sec_7 h3 {
	margin: 0;
	font-size: 28px;
}
section.sec_7 h4 {
	font-size: 23px;
}
section.sec_7 .box {
}
section.sec_7 p {
	margin: 0 0 20px;
	font-size: 18px;
}

.noteMail { width: 570px;}

section.sec_bn h3 {
	font-size: 30px;
}
section.sec_bn ul li a{
	width: 90%;
}

} /* end @media */


/* ============================================================
intermediate
============================================================ */

@media screen and (max-width: 980px) {

section.sec_3 div::after {
	top: 380px;
	width: 191px;
	height: 206px;
}


} /* end @media */


/* ============================================================
SP
============================================================ */

@media screen and (max-width: 759.9px) {


article section .pc {
	display: none !important;
}

section .linkBtn a,
section .linkBtn em {
	width:80%;
	font-size:5.5vw;
}
section .linkBtn a::after,
section .linkBtn em::after {
    right: 10px;
}
section .linkBtn span {
	font-size: 3.5vw;
}

section ul.linkBtn li:first-child {
    width: 100%;
    margin: 0 auto;
}
section ul.linkBtn li {
    width: 100%;
}
section ul.linkBtn li a {
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
}

section.sec_1 {
	padding: 10px 0;
}
section.sec_1 h3 {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 4.7vw;
}
section.sec_1 h3 em {
	padding: 0.1em 0.16em 0.04em;
}
section.sec_1 p.sec_1_small.note1 {
	margin-bottom: 15px;
}
section.sec_1 .linkBtn {
	padding-bottom: 50px; /* 30 */
}
section.sec_1 .sec_1_info {
    width: 70vw;
    margin: 0 auto 35px;
    padding: 20px;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    border: 3px double #fff;
}
section.sec_1 .sec_1_info span {
    font-size: 2.5vw;
}
section.sec_1 .sec_1_txt_img {
	padding: 20px;
	background: #fff;
}
section.sec_1 .sec_1_txt_img div.txt h4 {
	text-align: center;
	color: #000;
	font-size: 17px;
}
section.sec_1 .sec_1_txt_img div.txt dl,
section.sec_1 .sec_1_txt_img div.txt p {
	font-size: 15px;
	color: #000;
}

section.sec_2 {
	padding: 10px 0;
}
section.sec_2 {
	font-size: 5.2vw;
}
section.sec_2 h3 {
	margin-bottom: 15px;
}
section.sec_2 p img {
	margin-bottom: 20px;
}

/*
section.sec_3 h3 img {
	position: relative;
	left: -5vw;
	top: 5px;
	width: 46vw;
	height: auto;
}
section.sec_3 h3,
section.sec_3 p.copy,
section.sec_3 p.text {
	text-align: center;
}
section.sec_3 h3 {
	font-size: 8vw;
}
section.sec_3 p.copy {
	font-size: 5vw;
}
section.sec_3 p.text {
	margin-bottom: 1em;
	font-size: 4.5vw;
}
section.sec_3 ol {
	margin-bottom: 30px;
}
section.sec_3 ul li:first-child {
	margin: 20px 0 -30px;
}
*/

section.sec_3 h3 img {
	position: relative;
	left: -6vw;
	width: 60vw;
	height: auto;
	margin: 0 auto 20px;
}

section.sec_3 dl > div {
	margin-bottom: 14px;
}
section.sec_3 dl dt a {
	opacity: 1 !important;
	padding: 2px 26px 0 28px;
	font-size: 16px;
}
section.sec_3 dl dt a::before {
	top: 1px;
	left: -1px;
	width: 22px;
	height: 22px;
	background-size: 22px;
}
section.sec_3 dl dt a::after {
	top: 0.35em;
	right: 3px;
	width: 14px;
	height: 14px;
	background-size: 14px !important;
}
section.sec_3 dl dd {
	margin-top: 10px;
	padding: 8px 14px 6px;
	font-size: 16px;
}
section.sec_3 dl dd div.scroll ul li {
	font-size: 13px;
}
section.sec_3 .attention{
	width: 96%;
}
section.sec_3 .attention ul li {
	font-size: 14px;
}
section.sec_3 dl dd .linkBtn a{
	width: 90%;
	font-size: 5vw;
}


section.sec_4 h3 img {
	position: relative;
	left: -6vw;
	width: 60vw;
	height: auto;
	margin: 0 auto 20px;
}

section.sec_4 dl div {
	margin-bottom: 14px;
}
section.sec_4 dl dt a {
	opacity: 1 !important;
	padding: 2px 26px 0 28px;
	font-size: 16px;
}
section.sec_4 dl dt a::before {
	top: 1px;
	left: -1px;
	width: 22px;
	height: 22px;
	background-size: 22px;
}
section.sec_4 dl dt a::after {
	top: 0.35em;
	right: 3px;
	width: 14px;
	height: 14px;
	background-size: 14px !important;
}
section.sec_4 dl dd {
	margin-top: 10px;
	padding: 8px 14px 6px;
	font-size: 16px;
}
section.sec_4 .attention{
	width: 96%;
}
section.sec_4 .attention ul li{
	font-size: 14px;
}

section.sec_5 h3 {
	margin-bottom: 30vw;
	font-size: 22px;
}
section.sec_5 div::before {
	left: 0;
	width: 36vw;
	height: 32vw;
	background: url(../images/sec_5_icon_1.svg) no-repeat left bottom;
}
section.sec_5 div::after {
	right: 0;
	width: 40vw;
	height: 32vw;
	background: url(../images/sec_5_icon_2.svg) no-repeat right bottom;
}

section.sec_6 .box {
	padding: 30px 20px;
	font-size: 3.5vw;
}
section.sec_6 h3 {
	font-size: 5vw;
}
section.sec_6 h4 {
	font-size: 4vw;
}
section.sec_6 dt {
	margin-bottom: 10px;
	padding: 6px;
	background: #fff;
	color: #222;
	text-align: center;
}
section.sec_6 dd {
	box-sizing: border-box;
	margin-bottom: 25px;
}

section.sec_7 h3 {
	margin: 0;
	font-size: 6vw;
}
section.sec_7 h4 {
	font-size: 5vw;
	margin-bottom: 15px;
}
section.sec_7 .box {
}
section.sec_7 p {
	margin: 0 0 20px;
	padding: 0 15px;
	font-size: 4vw;
	text-align: left;
}

.noteMail { width: 96%;}

section.sec_bn h3 {
	font-size: 5vw;
}

} /* end @media */










