@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #646464;

	font-size: 14px;
	line-height: 2;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

#head {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.head_l
{
	position: relative;
	float: left;
}
.head_r
{
	position: relative;
	float: right;
}

.logo
{
	float: left;
	margin: 18px 10px 10px 18px;
}
.logo:hover
{
	opacity: 0.75;
}


.contact {
	margin: 10px 20px 15px 20px;
}
.contact a {
	display: block;
}
.contact a:hover {
	opacity: 0.8;
}

.snsbtn
{
	display: inline-block;
	height: 20px;
	overflow: hidden;
	margin: 5px;
	vertical-align: top;
}
.snsbtn_pc
{
	padding: 10px 5px 5px 10px;
	font-size: 0;
}
.snsbtn_mb
{
	float: right;
	margin: 10px 5px 0  5px;
}
.snsbtn_mb a
{
	display: inline-block;
	margin: 0 5px 10px 0;
}

#content
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}


.topimgbox
{
	position: relative;
	height: 720px;
	overflow: hidden;
}
.topimg_cut_l
{
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	max-width: 350px;
}
.topimg_cut_r
{
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 0;
	max-width: 280px;
}
.topimg
{
	position: relative;
	z-index: 0;
	background-image: url(../images/topimg_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	box-sizing: border-box;
	height: 720px;
	padding: 10px 20px;
}
.topimg_title_lead
{
	width: 60%;
	max-width: 800px;
	margin: 20px 0 20px auto;
	text-align: right;
}
.topimg_main
{
	position: relative;
}
.topimg_main_l
{
	position: relative;
	z-index: 10;
	max-width: 930px;
	margin-right: -100px;
}
.topimg_main_r
{
	position: relative;
	z-index: 10;
	max-width: 615px;
	height: 500px;
}
.meter
{
	position: absolute;
	z-index: 30;
	left: 0;
	bottom: 0;
	width: 75%;
	max-width: 340px;
}
.meter_hand
{
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.topimg_aruba
{
	position: absolute;
	z-index: 20;
	right: 0;
	top: 0;
	width: 75%;
	max-width: 400px;
	margin-right: -5%;
}
.topimg_fly
{
	position: absolute;
	z-index: 5;
	left: -500px;
}

@media all and (min-width: 1500px)
{
	.topimg_title_lead
	{
		margin: 20px auto;
		text-align: center;
	}
}
@media all and (min-width: 1300px)
{
	.topimg
	{
		background-size: contain;
		text-align: center;
		padding-left: 200px;
	}
	.topimg_main_l
	{
		flex: 2;
	}
	.topimg_main_r
	{
		flex: 1;
	}
}
@media all and (min-width: 768px)
{
	.topimg_main
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}
@media all and (max-width: 1499px)
{
	.topimg_cut_l
	{
		max-width: 280px;
	}
	.topimg_cut_r
	{
		max-width: 224px;
	}
}
@media all and (max-width: 1299px)
{
	.topimg
	{
		padding-top: 100px;
		padding-left: 150px;
	}
	.topimg_main_l
	{
		flex: 2;
	}
	.topimg_main_r
	{
		flex: 1;
		height: 450px;
	}
}
@media all and (max-width: 999px)
{
	.topimgbox
	{
		max-height: 600px;
	}
	.topimg_cut_l
	{
		max-width: 175px;
	}
	.topimg_cut_r
	{
		max-width: 140px;
	}
	.topimg_main_r
	{
		padding-top: 50px;
		height: 320px;
	}
	.topimg_aruba
	{
		padding-top: 20%;
	}
}
@media all and (max-width: 767px)
{
	.topimgbox
	{
		max-height: calc(100vh - 65px - 20px);
	}
	.topimg
	{
		padding-top: 10px;
		padding-left: 20px;
	}
	.topimg_cut_l
	{
		display: none;
	}
	.topimg_cut_r
	{
		display: none;
	}
	.topimg_title_lead
	{
		width: 100%;
		margin: 10px auto 20px auto;
		text-align: center;
	}
	.topimg_main
	{
		margin: 0 10px 0 auto;
		width: 100%;
		max-width: 600px;
	}
	.topimg_main_l
	{
		margin: 0 auto;
	}
	.topimg_main_r
	{
		width: 100%;
		max-width: 400px;
		margin: 0 10px 0 auto;
		height: 270px;
		padding: 0;
	}
	.meter
	{
		width: 100%;
		max-width: 240px;
	}
	.topimg_aruba
	{
		width: 100%;
		max-width: 200px;
		padding: 0;
	}
}


.imgbox_p0_2
{
	position: relative;
}
.p0_2_base
{
	position: relative;
	display: inline-block;
	z-index: 0;
}
.p0_2_over
{
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}
.p0_2_over.shown
{
	display: inline-block;
}


.imgbox_p0_3
{
	position: relative;
}
.imgbox_p0_3 > .anime_alternate
{
	position: relative;
	z-index: 20;
}
.p0_3_0
{
	position: relative;
	display: inline-block;
	z-index: 10;
}
.p0_3_3
{
	position: absolute;
	display: inline-block;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.imgbox_p0_4
{
	position: relative;
}
.imgbox_p0_4 > .anime_alternate
{
	position: relative;
	z-index: 20;
}
.p0_4_0
{
	position: relative;
	display: inline-block;
	z-index: 10;
}
.p0_4_3
{
	position: absolute;
	display: inline-block;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.imgbox_p0_5
{
	position: relative;
}
.p0_5_base
{
	position: relative;
	display: inline-block;
	z-index: 0;
}
.p0_5_over
{
	display: inline-block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}













.topimgbox_sub
{
	height: 300px;
	overflow: visible;
}
.topimg_sub
{
	position: relative;
	z-index: 0;
	background-image: url(../images/topimg_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	box-sizing: border-box;
	height: 300px;
}
.subpage_title
{
	height: 300px;
	box-sizing: border-box;
	padding: 20px 40px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;
}
.subpage_title_1
{
	flex: 500;
}
.subpage_title_2
{
	flex: 750;
	max-width: 750px;
}
.subpage_title_3
{
	flex: 200;
	max-width: 200px;
}
@media all and (max-width: 999px)
{
	.subpage_title
	{
		max-width: 750px;
	}
	.subpage_title_1
	{
		width: 100%;
		flex-basis: 100%;
	}
	.subpage_title_1 .imgbox
	{
		max-width: 500px;
	}
	.subpage_title_2
	{
		flex: auto;
		width: 75%;
	}
	.subpage_title_3
	{
		flex: auto;
		width: 25%;
	}
}
@media all and (max-width: 767px)
{
	.topimgbox_sub
	{
		height: 200px;
	}
	.topimg_sub
	{
		height: 200px;
	}
	.subpage_title
	{
		height: 200px;
	}
	.subpage_title
	{
		max-width: 500px;
	}
	.subpage_title_1 .imgbox
	{
		max-width: 300px;
	}
	.subpage_title_2
	{
		width: 100%;
	}
}







.nav
{
	background-image: url(../images/navbg.png);
	background-size: cover;
	text-align: center;
	padding: 20px 0;
}
.nav_sub
{
	background-color: #76cac8;
	background-image: url(../images/navbg_mesh.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: top center;
}
.nav ul
{
	margin: 0px auto;
	font-size: 0;
}
.nav li
{
	display: inline-block;
	margin: 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	background-color: #e2f4ff;
	border-radius: 16px;
	overflow: hidden;
	box-sizing: border-box;
	width: 220px;
	border: 2px solid #e2f4ff;
}
.nav li a
{
	display: inline-block;
	padding: 15px 50px 10px 15px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	text-align: left;
	background-image: url(../images/menuarrow_off.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	color: #323232;
	text-decoration: none !important;
}
.nav li.current
{
	pointer-events: none;
	background-color: #00a18c;
	border: 2px solid #FFFFFF;
}
.nav li.current a
{
	background-image: url(../images/menuarrow_on.png);
	color: #FFFFFF;
}
.nav li:hover
{
	background-color: #99CCFF;
}
.nav li:hover a
{
	background-image: url(../images/menuarrow_on.png);
}
@media all and (max-width: 1199px)
{
	.nav li
	{
		width: 170px;
		font-size: 13px;
		margin: 5px;
	}
	.nav li a
	{
		padding: 8px 25px 6px 10px;
		background-position: right 5px center;
	}
}
@media all and (max-width: 767px)
{
	.nav ul
	{
		max-width: 500px;
	}
}



#main
{
	margin-bottom: 30px;

	background-size: 24px 24px;
	background-position: 50% 50%;
	background-image: repeating-linear-gradient( 90deg, 
	                                             rgba(235,240,241,1), 
	                                             rgba(235,240,241,1) 2px, 
	                                             transparent 2px, 
	                                             transparent 24px),
	                  repeating-linear-gradient( 0deg,
	                                             rgba(235,240,241,1),
	                                             rgba(235,240,241,1) 2px,
	                                             #fff 2px,
	                                             #fff 24px);
}

.uppersect
{
	width: 100%;
	background-image: url(../images/uppersectbg.png);
	background-size: cover;
	text-align: center;
	padding: 30px 0 300px 0;
	color: #FFFFFF;
	font-size: 18px;
}
.uppersect h2
{
	max-width: 90%;
	text-align: center;
	margin: 0px auto;
}
.uppersect p
{
	margin: 15px 0;
}
.uppersect_3col
{
	display: flex;
	justify-content: space-around;
}
.uppersect_l
{
	width: 15%;
	text-align: right;
	align-self: center;
}
.uppersect_c
{
	width: 60%;
	padding: 20px 0;
	text-align: center;
}
.uppersect_r
{
	width: 15%;
	align-self: center;
}

.uppersect_theme
{
	display: flex;
	justify-content: center;
}
.uppersect_theme .imgbox
{
	margin: 20px 10px;
}

@media all and (max-width: 767px)
{
	.uppersect
	{
		font-size: 16px;
		line-height: 1.5;
	}
	.uppersect_theme
	{
		flex-wrap: wrap;
	}
}

.solsect
{
	position: relative;
}
.solsect .imgbox
{
	position: absolute;
	left: 0;
	right: 0;
	height: 90px;
	bottom: 0;
	background-color: #FFFFFF;
	overflow: visible;
	text-align: center;
	padding: 0 5%;
}
.solsect .imgbox img
{
	position: relative;
	top: -170px;
}



.lowersect
{
}
.lowersect .islandbox
{
	background-repeat: no-repeat;
	padding: 50px 5%;
}
.lowersect .islandbox:nth-child(2n+1)
{
	background-image: url(../images/lowersectbg1.png);
	background-position: left 5% bottom;
}
.lowersect .islandbox:nth-child(2n)
{
	background-image: url(../images/lowersectbg2.png);
	background-position: right 5% bottom;
}
.lowersect .island
{
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 20px;
	width: calc(90% - 40px);
	padding: 20px;
	max-width: 1120px;
	margin: 0px auto;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.2);
}
.island_hd
{
	line-height: 1.25;
	padding: 0 0 0 120px;
	min-height: 130px;
	background-repeat: no-repeat;
}
.island_hd h3
{
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

.island_hd.cause1
{
	background-image: url(../images/cause1.png);
}
.island_hd.cause2
{
	background-image: url(../images/cause2.png);
}
.island_hd.cause3
{
	background-image: url(../images/cause3.png);
}
.island_hd.good1
{
	background-image: url(../images/good1.png);
}
.island_hd.good2
{
	background-image: url(../images/good2.png);
}
.island_hd.good3
{
	background-image: url(../images/good3.png);
}
.island_hd.point
{
	background-image: url(../images/point.png);
}
.island .island_l
{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.island_l .fig
{
	padding-top: 56.25%;
	height: 0;
}
.island_l .iframe
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.island .pointpp
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	padding: 20px 0;
	margin: 30px auto 0 auto;
	background-color: #fff19c;
}

@media all and (max-width: 767px)
{
	.lowersect .island
	{
		font-size: 16px;
	}
	.lowersect .island.island_spec
	{
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: auto !important;
	}
	.island_hd h3
	{
		font-size: 20px;
	}
}
@media all and (min-width: 768px)
{
	.island .island_l
	{
		float: left;
		width: 50%;
	}
	.island .island_r
	{
		float: right;
		width: 48%;
	}
}
@media all and (max-width: 1499px)
{
	.lowersect .islandbox:nth-child(2n+1) .island
	{
		margin-left: 10%;
	}
	.lowersect .islandbox:nth-child(2n) .island
	{
		margin-right: 10%;
	}
}
@media all and (min-width: 1500px)
{
	.lowersect .islandbox:nth-child(2n+1) .island
	{
		left: 10%;
	}
	.lowersect .islandbox:nth-child(2n) .island
	{
		right: 10%;
	}
}


.pager
{
	text-align: center;
	padding: 20px 0;
}
.btn_page
{
	display: inline-block;
	border-radius: 30px;
	overflow: hidden;
	width: 340px;
	margin: 20px 10px;
	box-sizing: border-box;
	background-color: #FFDD14;
	border: 1px solid #000000;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.25);
}
.btn_page:hover
{
	opacity: 0.75;
}
.btn_page a
{
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 15px 30px;
	line-height: 1;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}


.spectable
{
	margin-bottom: 10px;
}
.spectable th
{
	border-bottom: 1px solid #F0F0F0;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
}
.spectable tbody th
{
	text-align: left;
}
.spectable td
{
	text-align: center;
	border-bottom: 1px solid #F0F0F0;
	padding: 2px 4px;
	font-size: 14px;
	color: #505050;
}
.spectable .colored th
{
	background-color: #FEAD51;
	color: #FFFFFF;
}
.spectable.mbonly th
{
	font-size: 12px;
}
.spectable.mbonly td
{
	font-size: 12px;
}



.banners
{
	text-align: center;
	background-color: #3cb4b4;
	padding: 20px 0;
	margin: 30px auto;
	font-size: 0;
}
.banners_inner
{
	margin: 0 auto;
	max-width: 90%;
}
.banners h2
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.banners .imgbox
{
	display: inline-block;
	margin: 10px;
	background-color: #FFFFFF;
}
.banners .imgbox a:hover
{
	opacity: 0.75;
}

@media all and (min-width: 768px)
{
	.banners h2
	{
		font-size: 24px;
	}

	.banners.col2 .banners_inner
	{
		max-width: 1112px;
	}
	.banners.col2 .imgbox
	{
		max-width: calc(50% - 20px);
	}

	.banners.col3 .banners_inner
	{
		max-width: 1668px;
	}
	.banners.col3 .imgbox
	{
		max-width: calc(33.33% - 20px);
	}
}






.inqsect
{
	margin-top: 0;
}
.inqtext
{
	font-size: 24px;
	font-weight: bold;
	color: #ff6f73;
	text-align: center;
}

.btBlock {
	text-align:center;
	padding: 10px 0;
	clear:both;
}
.btBlock .formBt {
	display: inline-block;
	border-radius: 25px;
	overflow: hidden;
	margin: 10px;
	background-color: #17bebb;
}
.btBlock .formBt_inner {
	font-weight: bold;
/*
	background-image: url(../images/linkmark.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
*/
}
.btBlock .formBt:hover {
	opacity: 0.8;
	cursor: pointer;
}
.btBlock .formBt a {
	display: inline-block;
	padding: 15px 30px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	white-space: nowrap;
}
@media all and (min-width: 768px)
{
	.btBlock .formBt a
	{
		padding: 15px 80px;
	}
}



.company {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	margin: 0 auto;
	line-height: 1.5;
	max-width: 730px;
	padding: 0 10px;
}
.company h2 {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 4px;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
}
.company h2 span {
	border-left: 4px solid #CC0000;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
}
.company table {
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-size: 12px;
}
.company th {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
	width: 20%;
	white-space: nowrap;
	background-color: #F3F4F1;
}
.company td {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
}


.nwlinks
{
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
}
.nwlinks ul
{
	text-align: center;
	font-size: 0;
}
.nwlinks li
{
	list-style: none;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.nwlinks li a
{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #999999;
}
.nwlinks li a:hover
{
	color: #3366CC;
	text-decoration: underline;
}
@media all and (min-width: 768px)
{
	.nwlinks li
	{
		display: inline-block;
	}
	.nwlinks li:not(:last-of-type)::after
	{
	    content: "｜";
	    margin: 0 5px;
	}
}

#footer {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	text-align: center;
	padding: 40px 0 60px;
	font-size: 11px;
	color: #999;
}



.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}
@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


