@charset "utf-8";
/* コンテンツ部分 */
.bgimage {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

@media screen and (max-width: 799px) {
.bgimage {
	background-image: none!important;
}
.bgimage::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
}
#child .wrap {
	padding: 0 3%;
}
/*　mainimage　*/
#child .mainimage {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 350px;
	height: 1000px;
	box-sizing: border-box;
	text-align: center;
}
#child .mainimage::after {
	content: '';
	position: absolute;
	right: 50%;
	margin-right: 700px;
	bottom: -350px;
	border-bottom: 1600px solid rgba(255,255,255,1.0);
	border-left: 900px solid transparent;
	height: 0;
	z-index: 0;
	transform: rotate(90deg);
}
#child .mainimage::before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: 700px;
	bottom: -350px;
	border-bottom: 1600px solid rgba(0,104,182,0.9);
	mix-blend-mode: multiply;
	border-right: 900px solid transparent;
	height: 0;
	z-index: 0;
	transform: rotate(-90deg);
}
#child .mainimage figure {
	color: #fff;
	letter-spacing: 0.2em;
	/*text-shadow: 0px 0px 10px #0071BC;*/
	text-shadow: 2px 2px 5px rgba(0,113,188,0.4),  -2px 2px 5px rgba(0,113,188,0.4),  2px -2px 5px rgba(0,113,188,0.4),  -2px -2px 5px rgba(0,113,188,0.4);
	font-size: 65px;
}
#child .mainimage figure span {
	font-size: 32px;
	margin-top: 30px;
	display: block;
}

@media screen and (max-width: 799px) {
#child .mainimage {
	padding-top: 170px;
	height: 400px;
}
#child .mainimage::after {
	content: none;
}
#child .mainimage::before {
	content: none;
}
#child .mainimage figure {
	letter-spacing: 0.15em;
	text-shadow: 2px 2px 3px rgba(0,113,188,0.5),  -2px 2px 3px rgba(0,113,188,0.5),  2px -2px 3px rgba(0,113,188,0.5),  -2px -2px 3px rgba(0,113,188,0.5);
	font-size: 24px;
}
#child .mainimage figure span {
	font-size: 20px;
	margin-top: 10px;
}
}
/*　sec01　*/
#child .sec01 {
	background: #FFF;
}
#child .sec01 h2.triangle {
	position: relative;
	text-align: center;
	font-weight: normal;
	height: 200px;
	padding-bottom: 5%;
}
#child .sec01 h2.triangle:after {
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-left: 350px solid transparent;
	border-right: 350px solid transparent;
	border-top: 190px solid #0071bc;
}
#child .sec01 h2.triangle strong {
	position: absolute;
	z-index: 100;
	font-size: 1.2em;
	font-weight: normal;
	left: 50%;
	transform: translate(-50%, 0);
	top: 30px;
	color: #fff;
}
#child .sec01 h2.triangle strong span {
	font-size: 14px;
	display: block;
	letter-spacing: 0.2em;
}
#child .sec01 ul {
	transition: all 0.2s linear;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 40%;
	width: 100%;
	box-sizing: border-box;
	max-width: 1500px;
	background: url("../img/child/img_child-sec01-00.png") no-repeat left center;
	background-size: 40% auto;
}
#child .sec01 ul.li01 {
	background: url("../img/child/img_child-sec01-01.png") no-repeat left center;
	background-size: 40% auto;
}
#child .sec01 ul.li02 {
	background: url("../img/child/img_child-sec01-02.png") no-repeat left center;
	background-size: 40% auto;
}
#child .sec01 ul.li03 {
	background: url("../img/child/img_child-sec01-03.png") no-repeat left center;
	background-size: 40% auto;
}
#child .sec01 ul.li04 {
	background: url("../img/child/img_child-sec01-04.png") no-repeat left center;
	background-size: 40% auto;
}
/*#child .sec01 ul {
    transition: all 0.2s linear;
    min-height:582px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 800px;
    background: url("../img/child/img_child-sec01-00.png") no-repeat left 88px center;}
#child .sec01 ul.li01 {
    background: url("../img/child/img_child-sec01-01.png") no-repeat left 88px center;}
#child .sec01 ul.li02 {
    background: url("../img/child/img_child-sec01-02.png") no-repeat left 88px center;}
#child .sec01 ul.li03 {
    background: url("../img/child/img_child-sec01-03.png") no-repeat left 88px center;}
#child .sec01 ul.li04 {
    background: url("../img/child/img_child-sec01-04.png") no-repeat left 88px center;}*/
#child .sec01 ul li {
	position: relative;
	transition: all 0.2s linear;
	padding: 5% 0;
	padding-left: 50%;
	margin-bottom: 5%;
	text-align: center;
	max-width: 900px;
	box-sizing: border-box;
}
#child .sec01 ul li:last-child {
	margin-bottom: 0;
}
#child .sec01 ul li .box {
	position: relative;
	width: 100%;
	z-index: 10;
}
#child .sec01 ul li:before {
	content: "";
	position: absolute;
	width: 1000px;
	right: -1000px;
	top: 0;
	height: 100%;
	background: #fafafa;
	-ms-transform: skew(-63deg);
	transform: skew(-63deg);
	z-index: 0;
}
#child .sec01 ul li::after {
	content: "";
	position: absolute;
	width: 9999px;
	right: -10240px;
	top: 0;
	height: 100%;
	background: #fafafa;
}
#child .sec01 ul li.li01 {
	background: url("../img/child/img_child-sec01-li01.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li02 {
	background: url("../img/child/img_child-sec01-li02.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li03 {
	background: url("../img/child/img_child-sec01-li03.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li04 {
	background: url("../img/child/img_child-sec01-li04.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li01.ov {
	background: url("../img/child/img_child-sec01-li01-ov.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li02.ov {
	background: url("../img/child/img_child-sec01-li02-ov.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li03.ov {
	background: url("../img/child/img_child-sec01-li03-ov.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li.li04.ov {
	background: url("../img/child/img_child-sec01-li04-ov.png") no-repeat left 10% center;
	background-size: 40% auto;
}
#child .sec01 ul li h4 {
	font-size: 1.4em;
}
#child .sec01 ul li nav {
	width: 100%;
	margin: 0 auto;
}
#child .sec01 ul li nav a {
	display: block;
	color: #000;
	background: #fff;
	padding: 5px 0;
	text-decoration: none;
}
#child .sec01 ul li nav a .fa {
	margin-right: 20px;
}
#child .sec01 ul li.li01 nav a {
	border: 1px solid #8dc21f;
}
#child .sec01 ul li.li02 nav a {
	border: 1px solid #f29600;
}
#child .sec01 ul li.li03 nav a {
	border: 1px solid #0072ba;
}
#child .sec01 ul li.li04 nav a {
	border: 1px solid #9e005d;
}
#child .sec01 ul li.li01 nav a:hover {
	color: #fff;
	background: #8dc21f;
}
#child .sec01 ul li.li02 nav a:hover {
	color: #fff;
	background: #f29600;
}
#child .sec01 ul li.li03 nav a:hover {
	color: #fff;
	background: #0072ba;
}
#child .sec01 ul li.li04 nav a:hover {
	color: #fff;
	background: #9e005d;
}

@media screen and (max-width: 1500px) {
/*#child .sec01 ul {padding-left:700px;}
#child .sec01 ul li{padding-left:340px;}*/
}

@media screen and (max-width: 1280px) {
/*#child .sec01 ul {
        width: calc(100% + 300px);
        transform: scale(0.8);
        margin-left: -150px;
        box-sizing:border-box;
    }*/
}

@media screen and (max-width: 799px) {
#child .sec01 .wrap {
	padding: 0 3% 30px 3%;
}
#child .sec01 h2.triangle {
	height: 100px;
	padding-bottom: 10%;
}
#child .sec01 h2.triangle:after {
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 100px solid #0071bc;
}
#child .sec01 h2.triangle strong {
	font-size: 1.0em;
	top: 14px;
}
#child .sec01 h2.triangle strong span {
	font-size: 12px;
}
#child .sec01 ul {
	padding-left: 0;
	background: none;
	width: 100%;
	transform: scale(1);
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#child .sec01 ul.li01 {
	background: none;
}
#child .sec01 ul.li02 {
	background: none;
}
#child .sec01 ul.li03 {
	background: none;
}
#child .sec01 ul.li04 {
	background: none;
}
#child .sec01 ul li {
	padding: 0;
	padding-top: 200px;
	margin-bottom: 20%;
}
#child .sec01 ul li.li01 {
	background: url("../img/child/img_child-sec01-li01.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li02 {
	background: url("../img/child/img_child-sec01-li02.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li03 {
	background: url("../img/child/img_child-sec01-li03.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li04 {
	background: url("../img/child/img_child-sec01-li04.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li01.ov {
	background: url("../img/child/img_child-sec01-li01-ov.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li02.ov {
	background: url("../img/child/img_child-sec01-li02-ov.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li03.ov {
	background: url("../img/child/img_child-sec01-li03-ov.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li.li04.ov {
	background: url("../img/child/img_child-sec01-li04-ov.png") no-repeat center top;
	background-size: 300px auto;
}
#child .sec01 ul li nav {
	width: 80%;
}
}
/*　sec02　*/
#child .sec02 {
	padding-top: 50px;
	background: #FFF;
	padding-bottom: 160px;
	position: relative;
}
#child .sec02 h2 {
	margin: 0;
	padding: 0;
	font-size: 2.4em;
}
#child .sec02 h2 span {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
	letter-spacing: 0.2em;
}
#child .sec02 .news {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px 0 0;
	float: left;
}
#child .sec02 .support {
	width: 50%;
	float: right;
}
#child .sec02 .news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#child .sec02 .news ul.tab {
	display: table;
	width: 100%;
}
#child .sec02 .news ul.tab li {
	display: table-cell;
	vertical-align: middle;
	padding: 6px 10px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
#child .sec02 .news ul.tab li.first {
	border-bottom: 2px solid #8dc21f;
}
#child .sec02 .news ul.tab li.first:hover {
	background: #8dc21f;
	transition: all 0.2s linear;
	color: #fff;
}
#child .sec02 .news ul.tab li.second {
	border-bottom: 2px solid #ea5a72;
}
#child .sec02 .news ul.tab li.second:hover {
	background: #ea5a72;
	transition: all 0.2s linear;
	color: #fff;
}
#child .sec02 .news ul.tab li.third {
	border-bottom: 2px solid #32a2d3;
}
#child .sec02 .news ul.tab li.third:hover {
	background: #32a2d3;
	transition: all 0.2s linear;
	color: #fff;
}
#child .sec02 .news ul.tab li.fourth {
	border-bottom: 2px solid #e5a800;
}
#child .sec02 .news ul.tab li.fourth:hover {
	background: #e5a800;
	transition: all 0.2s linear;
	color: #fff;
}
#child .sec02 .news ul.tab li.fifth {
	border-bottom: 2px solid #8102B7;
}
#child .sec02 .news ul.tab li.fifth:hover {
	background: #8102B7;
	transition: all 0.2s linear;
	color: #fff;
}
#child .sec02 .news ul.tab li.sixth {
	border-bottom: 2px solid #9b9b9c;
}
#child .sec02 .news ul.tab li.sixth:hover {
	background: #9b9b9c;
	transition: all 0.2s linear;
	color: #fff;
}
#child .sec02 .news ul.tab li.active {
	background: #f7fbfe!important;
	border-bottom: 2px solid #f7fbfe;
	color: #000!important;
}
#child .sec02 .news .tabbox {
}
#child .sec02 .news .tabbox .box {
	padding: 15px;
	font-size: 14px;
	background: #f7fbfe;
	opacity: 0;
	display: none;
}
#child .sec02 .news .tabbox .box.show {
	animation-duration: 0.5s;
	animation-name: fade-in;
	display: block;
	opacity: 1;
}
 @keyframes fade-in {
 0% {
 display: none;
 opacity: 0;
}
 1% {
 display: block;
 opacity: 0;
}
 100% {
 display: block;
 opacity: 1;
}
}
#child .sec02 .news .tabbox .box li {
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
#child .sec02 .news .tabbox .box li a {
	color: #000;
	text-decoration: none;
}
#child .sec02 .news .tabbox .box li a strong {
	font-weight: normal;
}
#child .sec02 .news .tabbox .box li a span {
	margin-right: 10px;
}
#child .sec02 .news .tabbox .box li a span.ico {
	padding: 5px 5px;
	font-size: 12px;
	width: 7em;
	text-align: center;
	display: inline-block;
	color: #fff;
}
#child .sec02 .news .tabbox .box li a span.fuelcard {
	background: #ea5a72;
}
#child .sec02 .news .tabbox .box li a span.present {
	background: #32a2d3;
}
#child .sec02 .news .tabbox .box li a span.magazine {
	background: #e5a800;
}
#child .sec02 .news .tabbox .box li a span.other {
	background: #a7a7a8;
}
#child .sec02 .news .tabbox .box li a span.seminar {
	background: #8102B7;
}
#child .sec02 .news .tabbox .box li a:hover {
	color: #007bbb;
}
#child .sec02 .news .tabbox .box nav.btn {
	text-align: right;
}
#child .sec02 .news .tabbox .box nav.btn a {
	display: inline-block;
	padding: 4px 20px;
	text-decoration: none;
	background: #0068b6;
	color: #fff;
}
#child .sec02 .news .tabbox .box nav.btn a .fa {
	margin-right: 15px;
}
#child .sec02 .news .tabbox .box nav.btn a:hover {
	background: #00355c;
}
#child .sec02 .support {
}
#child .sec02 .support ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*サポート*/
#child .sec02 .support ul li {
	width: 31.333%;
	margin-bottom: 20px;
	margin-left: 3%;
}
#child .sec02 .support ul li:nth-child(1),#child .sec02 .support ul li:nth-child(4) {
    margin-left:0;
}
#child .sec02 .support ul li a {
	display: block;
	background: #fafafa url("../img/ico_sec03-arrow02.png") no-repeat right 10px center;
	color: #0068b6;
	text-align: center;
	height: 150px;
	text-decoration: none;
}
#child .sec02 .support ul li span {
	display: block;
	padding-top: 100px;
}
#child .sec02 .support ul li.ico01 span {
	background: url(../img/ico_sec03-01.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico02 span {
	background: url(../img/ico_sec03-02.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico03 span {
	background: url(../img/ico_sec03-03.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico04 span {
	background: url(../img/ico_sec03-04.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico05 span {
	background: url(../img/ico_sec03-05.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico06 span {
	background: url(../img/ico_sec03-06.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico11 span {
	background: url(../img/ico_sec03-17.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li a:hover {
	color: #fff;
	background: #0068b6 url("../img/ico_sec03-arrow02-ov.png") no-repeat right 10px center;
}
#child .sec02 .support ul li.ico01 a:hover span {
	background: url(../img/ico_sec03-01-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico02 a:hover span {
	background: url(../img/ico_sec03-02-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico03 a:hover span {
	background: url(../img/ico_sec03-03-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico04 a:hover span {
	background: url(../img/ico_sec03-04-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico05 a:hover span {
	background: url(../img/ico_sec03-05-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico06 a:hover span {
	background: url(../img/ico_sec03-06-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 .support ul li.ico11 a:hover span {
	background: url(../img/ico_sec03-17-ov.png) no-repeat center 20px;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#child .sec02 ul.supportlist li {
	width: 23%;
}
#child .sec02 ul.supportlist li a {
	display: block;
	background: #fafafa url("../img/ico_sec03-arrow02.png") no-repeat right 10px center;
	color: #0068b6;
	text-align: center;
	height: 150px;
	text-decoration: none;
}
#child .sec02 ul.supportlist li span {
	display: block;
	padding-left: 90px;
	padding-bottom: 10px;
	padding-top: 42px;
}
#child .sec02 ul.supportlist li.ico07 span {
	background: url(../img/ico_sec03-07.png) no-repeat left 20px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li.ico08 span {
	background: url(../img/ico_sec03-08.png) no-repeat left 42px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li.ico09 span {
	background: url(../img/ico_sec03-09.png) no-repeat left 46px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li.ico10 span {
	background: url(../img/ico_sec03-10.png) no-repeat left 50px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li a:hover {
	color: #fff;
	background: #0068b6 url("../img/ico_sec03-arrow02-ov.png") no-repeat right 10px center;
}
#child .sec02 ul.supportlist li.ico07 a:hover span {
	background: url(../img/ico_sec03-07-ov.png) no-repeat left 20px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li.ico08 a:hover span {
	background: url(../img/ico_sec03-08-ov.png) no-repeat left 42px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li.ico09 a:hover span {
	background: url(../img/ico_sec03-09-ov.png) no-repeat left 46px bottom;
	background-size: auto 78px;
}
#child .sec02 ul.supportlist li.ico10 a:hover span {
	background: url(../img/ico_sec03-10-ov.png) no-repeat left 50px bottom;
	background-size: auto 78px;
}
#child .sec02 .pagetop {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (max-width: 799px) {
#child .sec02 {
	padding-top: 0;
	padding-bottom: 100px;
}
#child .sec02 h2 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
}
#child .sec02 h2 span {
	font-size: 12px;
}
#child .sec02 .news {
	width: 100%;
	padding: 0;
	float: none;
	margin-bottom: 40px;
}
#child .sec02 .news ul.tab li {
	padding: 6px 0;
	font-size: 12px;
}
#child .sec02 .news .tabbox .box li {
	margin-bottom: 20px;
}
#child .sec02 .news .tabbox .box li a strong {
	display: block;
}
#child .sec02 .news .tabbox .box li a span.ico {
	padding: 1px 5px;
}
#child .sec02 .support {
	width: 100%;
	float: none;
}
#child .sec02 .support ul {
	justify-content: space-between;
	margin: 0;
}
#child .sec02 .support ul li {
	width: 48%;
	margin-bottom: 10px;
	margin-left: 0;
}
#child .sec02 .support ul li a {
	font-size: 0.9em;
	height: 105px;
}
#child .sec02 .support ul li span {
	display: block;
	padding-top: 70px;
}
#child .sec02 .support ul li.ico01 span {
	background: url(../img/ico_sec03-01.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 .support ul li.ico02 span {
	background: url(../img/ico_sec03-02.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 .support ul li.ico03 span {
	background: url(../img/ico_sec03-03.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 .support ul li.ico04 span {
	background: url(../img/ico_sec03-04.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 .support ul li.ico05 span {
	background: url(../img/ico_sec03-05.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 .support ul li.ico06 span {
	background: url(../img/ico_sec03-06.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 .support ul li.ico11 span {
	background: url(../img/ico_sec03-17.png) no-repeat center 20px;
	background-size: auto 40px;
}

#child .sec02 .support ul li.ico01 a:hover span,
#child .sec02 .support ul li.ico02 a:hover span,
#child .sec02 .support ul li.ico03 a:hover span,
#child .sec02 .support ul li.ico04 a:hover span,
#child .sec02 .support ul li.ico05 a:hover span,
#child .sec02 .support ul li.ico06 a:hover span,
#child .sec02 .support ul li.ico11 a:hover span {
	background-size: auto 40px;
}
#child .sec02 ul.supportlist li.ico07 a:hover span,
#child .sec02 ul.supportlist li.ico08 a:hover span,
#child .sec02 ul.supportlist li.ico09 a:hover span,
#child .sec02 ul.supportlist li.ico10 a:hover span {
	background-position:  center 20px;
	background-size: auto 40px;
}
#child .sec02 ul.supportlist li {
	width: 48%;
	margin-bottom: 10px;
}
#child .sec02 ul.supportlist li a {
	font-size: 0.9em;
	height: 135px;
}
#child .sec02 ul.supportlist li span {
	padding: 0;
	padding-top: 70px;
}
#child .sec02 ul.supportlist li.ico07 span {
	background: url(../img/ico_sec03-07.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 ul.supportlist li.ico08 span {
	background: url(../img/ico_sec03-08.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 ul.supportlist li.ico09 span {
	background: url(../img/ico_sec03-09.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .sec02 ul.supportlist li.ico10 span {
	background: url(../img/ico_sec03-10.png) no-repeat center 20px;
	background-size: auto 40px;
}
#child .pagetop img {
	width: 130px;
	height: auto;
}
}

/*事業*/
@media screen and (min-width:770px)and (max-width: 1024px) {
#child .sec01 {
	background: #FFF;
}
#child .mainimage figure {
	letter-spacing: 0;
}
#child .sec01 h2.triangle {
	height: 100px;
	padding-bottom: 10%;
}
#child .sec01 h2.triangle:after {
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 100px solid #0071bc;
}
#child .sec01 h2.triangle strong {
	font-size: 1.0em;
	top: 14px;
}
#child .sec01 h2.triangle strong span {
	font-size: 12px;
}
#child .sec01 ul {
	padding: 0;
	background: none;
	width: 100%;
	transform: scale(1);
	margin: 0;
}
#child .sec01 ul.li01 {
	background: none;
}
#child .sec01 ul.li02 {
	background: none;
}
#child .sec01 ul.li03 {
	background: none;
}
#child .sec01 ul.li04 {
	background: none;
}
#child .sec01 ul li {
	padding: 0;
	padding-top: 200px;
	width: 48%;
	margin: 1% 1% 10%;
	float: left;
}
#child .sec01 ul li nav {
	width: 80%;
}
#child .sec01 ul li.li01 {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li02 {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li03 {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li04 {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li01.ov {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li02.ov {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li03.ov {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li.li04.ov {
	background-position: center top;
	background-size: auto;
}
#child .sec01 ul li::before {
	display: none;
}
#child .sec01 ul li::after {
	display: none;
}
/*サポート*/
#child .sec02 {
	padding-top: 50px;
	background: #FFF;
	padding-bottom: 160px;
	position: unset;
}
#child .sec02 .pagetop {
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translate(-50%, 0);
}
}

@media screen and (max-width:1024px) {
#child .sec02 .news {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 40px;
	float: none;
	margin-top: 70px;
}
#child .sec02 h2 {
	margin: 50px 0 0;
	padding: 0;
	font-size: 2.4em;
}
#child .sec02 .support {
	width: 100%;
	float: none;
}
#child .sec02 ul.supportlist li {
	width: 49%;
	margin-bottom: 2%;
}
}

@media screen and (max-width:768px) {
#child .wrap {
	padding: 30px 3%;
}
#child .sec02 .news {
	padding: 0;
}
#child .sec02 .support ul li {
	margin-left: 0;
	width: 49%;
}
}

/* 重要なお知らせ　トップページキャッチコピー下　細貝追記 */
#important{
	width:90%;
	max-width: 400px;
	background-color: rgba(255,255,255,0.90);
	margin: auto;
	padding: 2%;
}
#important h2{
	color: #D10003;
	font-weight: bold;
	font-size: 140%;
}
#top_seminar{
	width:90%;
	max-width: 400px;
	background-color: rgba(255,255,255,0.90);
	margin: auto;
	padding: 1% 2%;
	margin-bottom: 2%;
}





/* ヘッダーに加盟組合一覧 - START - 渡辺追記 */
.mb_hidden_zsr_child_gnavi {
	display:block;
}

.zsr_logo_tweak {
	padding: 2px 15px;
	margin: 0 auto;
	max-width: 1470px;
	font-size: 0.7em;
}

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

.mb_hidden_zsr_child_gnavi {
	display: none;
}

.zsr_logo_tweak {
	padding: 4px 3px 2px 4px;
	margin: 0 auto;
	max-width: 1470px;
	font-size: 0.7em;
}

}
/* ヘッダーに加盟組合一覧 - END - 渡辺追記 */