@charset "utf-8";

/*
    総合トップ ----------------------------------------------------------------------
*/
#sogo_box01{
	float: left;
	width: 400px;
}
#sogo_box02{
	float: right;
	width: 400px;
}

.arrow_box01 {
	width: 94%;
	margin: 0 auto;
	position: relative;
	background: #00a2d9;
}
.arrow_box01:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 162, 217, 0);
	border-top-color: #00a2d9;
	border-width: 14px;
	margin-left: -14px;
}
.arrow_box01 a{
	display: block;
	height: 90px;
	padding: 18px 0 0 0;
	font-weight: bold;
	font-size:139% !important; line-height:26px !important;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.arrow_box01 a:hover{
	background: #4cbee4;
}
.arrow_box01:hover:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 162, 217, 0);
	border-top-color: #4cbee4;
	border-width: 14px;
	margin-left: -14px;
}

.arrow_box02 {
	width: 94%;
	margin: 0 auto;
	position: relative;
	background: #e1242a;
}
.arrow_box02:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 162, 217, 0);
	border-top-color: #e1242a;
	border-width: 14px;
	margin-left: -14px;
}
.arrow_box02 a{
	display: block;
	height: 90px;
	padding: 32px 0 0 0;
	font-weight: bold;
	font-size:139% !important; line-height:26px !important;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.arrow_box02 a:hover{
	background: #ff4c4c;
}
.arrow_box02:hover:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 162, 217, 0);
	border-top-color: #ff4c4c;
	border-width: 14px;
	margin-left: -14px;
}

.sogo_txt_box{
	width: 100%;
	margin: -50px 0 0 0;
	padding: 80px 20px 30px 20px;
	background: #FFF;
	font-size:108% !important;
	line-height:22px !important;
	letter-spacing: -0.01em;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
#sogo_box01{
	float: none;
	width: 100%;
}
#sogo_box02{
	float: none;
	width: 100%;
}

.arrow_box01 {
	width: 94%;
	margin: 0 auto;
	position: relative;
	background: #00a2d9;
}
.arrow_box01 a{
	display: block;
	height: 80px;
	padding: 12px 0 0 0;
	font-weight: bold;
	font-size:116% !important; line-height:24px !important;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.arrow_box02 {
	width: 94%;
	margin: 20px auto 0 auto;
	position: relative;
	background: #e1242a;
}
.arrow_box02 a{
	display: block;
	height: 80px;
	padding: 28px 0 0 0;
	font-weight: bold;
	font-size:116% !important; line-height:24px !important;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.sogo_txt_box{
	width: 100%;
	margin: -50px 0 0 0;
	padding: 70px 10px 15px 10px;
	background: #FFF;
	font-size:93% !important; line-height:20px !important;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}

/*
    グローバルナビ   ----------------------------------------------------------------------
*/
#gnavi_wp{
	 width: 100%;
	 background: #d9f1f9;
}
#gnavi{
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}
.gnavi01 a{
	float: left;
	display: block;
	width: 80px;
	height: 90px;
	background-image: url(../images/icon-home03.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px auto;
	border-left: solid 1px #c3e9f6;
	border-right: solid 1px #c3e9f6;
	text-indent: -9999px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.gnavi01 a:hover{
	background-color: #00a2d9;
	background-image: url(../images/icon-home01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px auto;
	text-indent: -9999px;
}
.gnavi02 a,.gnavi03 a,.gnavi04 a,.gnavi05 a{
	float: left;
	display: block;
	width: 230px;
	height: 90px;
	padding: 19px 0 0 0;
	border-right: solid 1px #c3e9f6;
	font-family: "Rounded Mplus 1c" !important;
	font-size:139% !important; line-height:26px !important;
	text-align: center;
	color:#00a2d9;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.gnavi02 a:hover,.gnavi03 a:hover,.gnavi04 a:hover,.gnavi05 a:hover{
	background-color: #00a2d9;
	color: #FFF;
}

.gnavi02_on a,.gnavi03_on a,.gnavi04_on a,.gnavi05_on a{
	float: left;
	display: block;
	width: 230px;
	height: 90px;
	padding: 19px 0 0 0;
	background-color: #00a2d9;
	border-right: solid 1px #c3e9f6;
	font-family: "Rounded Mplus 1c" !important;
	font-size:139% !important; line-height:26px !important;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width: 767px) {
#gnavi_wp{
	width: 100%;
	background: #d9f1f9;
    z-index: 100;
    position: fixed;
    margin: 81px 0 0 0;
}
#gnavi{
	width: 100%;
	height: 90px;
	margin: 0 auto;
}
.gnavi01 a{
	display: none;
}
.gnavi02 a,.gnavi03 a,.gnavi04 a,.gnavi05 a{
	float: left;
	display: block;
	width: 50%;
	height: 45px;
	padding: 12px 0 0 0;
	border-right: solid 1px #c3e9f6;
    border-bottom: solid 1px #c3e9f6;
	font-family: "Rounded Mplus 1c" !important;
	font-size:100% !important; line-height:22px !important;
	text-align: center;
	color:#00a2d9;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.gnavi02 a:hover,.gnavi03 a:hover,.gnavi04 a:hover,.gnavi05 a:hover{
	background-color: #00a2d9;
	color: #FFF;
}

.gnavi02_on a,.gnavi03_on a,.gnavi04_on a,.gnavi05_on a{
	float: left;
	display: block;
	width: 50%;
	height: 45px;
	padding: 12px 0 0 0;
	background-color: #00a2d9;
	border-right: solid 1px #c3e9f6;
	font-family: "Rounded Mplus 1c" !important;
	font-size:100% !important; line-height:22px !important;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
}

/*
    トップページナビ   ----------------------------------------------------------------------
*/
.top_navi_no{
	float: left;
	display: block;
	width: 306px;
	height: 250px;
	margin: 0 0 20px 20px;
	padding: 20px 0 0 0;
	border: solid 1px #00a2d9;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a .top_navi{
	float: left;
	display: block;
	width: 306px;
	height: 250px;
	margin: 0 0 20px 20px;
	padding: 20px 0 0 0;
	border: solid 1px #00a2d9;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a:hover .top_navi{
	background: #ccecf7;
}

#navi01-bg{
	background-image: url(../images/navi01-illa.png);
	background-size: cover;
}
#navi02-bg{
	background-image: url(../images/navi02-illa.png);
	background-size: cover;
}
#navi03-bg{
	padding: 88px 0 0 0;
	/*background-image: url(../images/navi03-illa.png);
	background-size: cover;*/
}
#navi04-bg{
	background-image: url(../images/navi04-illa.png);
	background-size: cover;
}
#navi05-bg{
	background-image: url(../images/navi05-illa.png);
	background-size: cover;
	text-indent: -9999px;
}
#navi06-bg{
	background-image: url(../images/navi06-illa.png);
	background-size: cover;
}

@media screen and (max-width: 767px) {
.top_navi_no{
	float: left;
	display: block;
	width: 50%;
	height: 170px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	border: solid 5px #00a2d9;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a .top_navi{
	float: left;
	display: block;
	width: 50%;
	height: 170px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	border: solid 5px #00a2d9;
	background: #FFF;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#navi01-bg{
	background-image: url(../images/navi01-illa.png);
	background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#navi02-bg{
	background-image: url(../images/navi02-illa.png);
	background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#navi03-bg{
	padding: 50px 0 0 0;
	/*background-image: url(../images/navi03-illa.png);
	background-size: cover;*/
}
#navi04-bg{
	background-image: url(../images/navi04-illa.png);
	background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#navi05-bg{
	background-image: url(../images/navi05-illa.png);
	background-size: 170px auto;
    background-repeat: no-repeat;
    background-position: center 10px;
	text-indent: -9999px;
}
#navi06-bg{
	background-image: url(../images/navi06-illa.png);
	background-size: 180px auto;
    background-repeat: no-repeat;
    background-position: center 10px;
}
}

/*
    その他   ----------------------------------------------------------------------
*/
.pagetop {
	opacity: 0;
	position: fixed;
	bottom: 100px;
	right: 40px;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	border: solid 1px #FFF;
	background-color: #666;
	background-image: url(../images/icon-arrow06.png);
	background-repeat: no-repeat;
	background-position:center 18px;
	background-size:20px auto;
	text-indent: -9999px;
	border-radius:26px;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	-o-border-radius:26px;
	-ms-border-radius:26px;
}
.pagetop a:hover {
	background-color: #00a2d9;
	background-image: url(../images/icon-arrow06.png);
	background-repeat: no-repeat;
	background-position:center 18px;
	background-size:20px auto;
}

#big_btn{
    display: none;
}

@media screen and (max-width: 767px) {
.pagetop {
	opacity: 0;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop a{
	display: block;
	width: 32px;
	height: 32px;
	border: solid 1px #FFF;
	background-color: #00a2d9;
	background-image: url(../images/icon-arrow06.png);
	background-repeat: no-repeat;
	background-position:center 12px;
	background-size:14px auto;
	text-indent: -9999px;
	border-radius:16px;
	-moz-border-radius:26px;
	-webkit-border-radius:26px;
	-o-border-radius:26px;
	-ms-border-radius:26px;
}
.pagetop a:hover {
	background-color: #00a2d9;
	background-image: url(../images/icon-arrow06.png);
	background-repeat: no-repeat;
	background-position:center 12px;
	background-size:14px auto;
}

#big_btn{
    display: block;
    cursor: pointer;
	width: 140px;
	height: 40px;
	margin: 10px auto;
	padding: 6px 0 0 32px;
	border: solid 1px #00a2d9;
	border-radius: 3px;
	background-color: #FFF;
	background-image: url(../images/icon_point03.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-size: 18px auto;
	font-size:108% !important; line-height:24px !important;
	color: #00a2d9;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#big_btn:hover{
	background-color: #d9f1f9;
	background-image: url(../images/icon_point03.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-size: 18px auto;
}
}