@charset "utf-8";

#container{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}

.top{
	width: 100%;
	background-color: #0071bc;
	padding: .5rem;
	box-sizing: padding-box;
}

.top h1{
	color: #fff;
	font-size: .9em;
	max-width:1000px;
	margin: 0 auto; 
	text-align: center;
	font-weight: 400;
}

.h1title{
	background-color: #f4f4f4;
	width: 100%;
	padding: 1rem 0;
}

.h1title h1{
	max-width: 1000px;
	margin: auto;
	font-size: 1.2em;
	font-weight: bold;
}


.logoarea{
	max-width:1000px;
	margin: 1rem auto; 
	font-size: .8em;
}

.logoarea img{
	width: 320px;
}

.midashi2{
	font-weight: bold; color: #0071bc; font-size: 1.4em; margin-bottom: 1rem;
}

@media screen and (max-width:600px) {
	.h1title{margin-top: 20px;}
	
	.logoarea{
		padding-left: 75px;
		margin-top: 20px;
	}
	.h1title h1{
		width: 96%;
	}

}
.main {
	max-width: 1000px;
	width:100%;
	margin: 1rem auto;
}

.mv01{background-image: url('./_img/mv01.jpg'); background-size: cover; background-position: center center;}
.mv02{background-image: url('./_img/mv02.jpg'); background-size: cover; background-position: center center;}
.mv03{background-image: url('./_img/mv03.jpg'); background-size: cover; background-position: center center;}
.mv04{background-image: url('./_img/mv04.jpg'); background-size: cover; background-position: center center;}
.mv05{background-image: url('./_img/mv05.jpg'); background-size: cover; background-position: center center;}
.mv06{background-image: url('./_img/mv06.jpg'); background-size: cover; background-position: center center;}


.gnav{
	max-width: 1000px;
	width: 100%;
	height: 40px;
	margin: 10px auto 0;
	z-index: 316;	
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
}

.gnav div{
	margin-right: 2rem;
	color: #111;
	font-size: 1.1em;
	font-family: 'Oswald', sans-serif;
	-webkit-filter: drop-shadow(0 0 2px #fff);
}

#underlayer .gnav div a:link{color: #111; text-decoration: none;}
#underlayer .gnav div a:hover{color: #111; text-decoration: none;}
#underlayer .gnav div a:active{color: #111; text-decoration: none;}
#underlayer .gnav div a:visited{color: #111; text-decoration: none;}


.form_container{
	width: 1000px;
	margin: 1rem auto;
}

.form_container .mid{
	font-size: 1.5em;
	color: #0071bc;
	margin: 2rem 0 1rem;
	font-weight: bold;
}

	
.form_container .h2title{
	background-color: #0071bc;
	width: 100%;
	padding: .8rem 0;
	border-radius: 5px;
	margin: 2rem 0 1rem;
}

.form_container .h2title h2{
	width: 96%;
	margin: auto;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

.question{
	font-size: 1.1em;
	color: #e16450;
	font-weight: bold;
	margin-top: .5rem;
}


.mt2r{margin-top: 2rem;}

.mb1r{margin-bottom: 1rem;}
.mb2r{margin-bottom: 2rem;}
.mb3r{margin-bottom: 3rem;}


h3.mh_form{
	font-size: 1.2em;
	color: #0071bc;
	margin: .3rem 0;
}

@media screen and (max-width:600px) {
	.form_container{
		width: 96%;
	}
	
	.form_container .mid br{display: none;}
	
}
/* STARTS athomelab g-navi source */

ul#g-navi {
	overflow: hidden;
	height: 28px;

	display: flex;
	align-items: center;
	justify-content: flex-start;
}

ul#g-navi > li {
	display: inline-block;
	margin-right: 2.2rem;
}

ul#g-navi > li > a {
	display: block;
	position: relative;
	text-align: center;
}

ul#g-navi > li > a:hover {
	opacity: 1;
}

ul#g-navi li a span {
	display: block;
	width: auto;
	margin: 0 auto;
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

ul#g-navi li a span.en {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding: 5px 0px 3px 0px;
}

ul#g-navi li a span.ja {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform:translateX(-50%);
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	background: linear-gradient(transparent 90%, #282828 0%);
	padding: 5px 0px 5px 0px;
}

ul#g-navi li:hover span.en {
	transform: translate(0%, -150%);
}

ul#g-navi li:hover span.ja {
	top: 3px;
}

/* グローバルナビゲーション（ドロップダウンメニュー） */

ul#g-navi li ul.dropDown {
	display: none;
	position: absolute;
	z-index: 1000;
}

ul#g-navi li ul.ab {
	margin-left: -0.5em;
}

ul#g-navi li ul.dropDown li.en a {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 17px;
	font-weight: 600;
}

ul#g-navi li ul.dropDown a {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0px;
	background-color: #FFF;
}

ul#g-navi li ul.dropDown li:first-of-type {
	padding-top: 10px;
}

ul#g-navi .n03 .dropDown {
  transform: translateX(-20px);
}

/* ENDS athomelab g-navi source */




@media screen and (max-width:1016px) {
	.gnav{
		width: 96%;
	}
	
	#underlayer .gnav{
		width: 96%;
	}

	.ul_top{
		width: 96%;
		margin: 2rem auto;
	}

}

@media screen and (max-width:600px) {
	.gnav{
		display: none;
	}

	#underlayer .gnav{
		display: none;
	}

	.ul_top{
		widht: -webkit-calc(100% - 190px);/*Chrome19~25対応*/
		width: -moz-calc(100% - 190px);/*Firefox4~15対応*/
		width: calc(100% - 190px);  
		margin: 2rem auto;
		margin-left: 70px;
	}

	.ul_top .ul_logo{
		max-width: 80%;
	}
	
	#underlayer .main h1{
		color: #111;
		font-size: .9em;
		width:100%;
		margin: 0 auto; 
		text-align: center;
		font-weight: 400;
	}

}

.mv_txt{
	position: absolute;
	z-index: 310;	
	top: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.mv_logo{
	max-width: 500px;
	margin:  1rem auto;
	width: 90%;
}

.mv_logo img{
	width: 100%;
}

.mv_catch{
	text-align: center;
	color: #fff;
	-webkit-filter: drop-shadow(0 0 2px #222);
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 
	#3b3735 2px 0px 2px, #3b3735 -2px 0px 2px,
    #3b3735 0px -2px 2px, #3b3735 -2px 0px 2px,
    #3b3735 2px 2px 2px, #3b3735 -2px 2px 2px,
    #3b3735 2px -2px 2px, #3b3735 -2px -2px 2px,
    #3b3735 1px 2px 2px, #3b3735 -1px 2px 2px,
    #3b3735 1px -2px 2px, #3b3735 -1px -2px 2px,
    #3b3735 2px 1px 2px, #3b3735 -2px 1px 2px,
    #3b3735 2px -1px 2px, #3b3735 -2px -1px 2px,
    #3b3735 1px 1px 2px, #3b3735 -1px 1px 2px,
    #3b3735 1px -1px 2px, #3b3735 -1px -1px 2px;
}

.mv_copy{
	text-align: center;
	color: #fff;
	-webkit-filter: drop-shadow(0 0 2px #222);
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: 
	#3b3735 2px 0px 2px, #3b3735 -2px 0px 2px,
    #3b3735 0px -2px 2px, #3b3735 -2px 0px 2px,
    #3b3735 2px 2px 2px, #3b3735 -2px 2px 2px,
    #3b3735 2px -2px 2px, #3b3735 -2px -2px 2px,
    #3b3735 1px 2px 2px, #3b3735 -1px 2px 2px,
    #3b3735 1px -2px 2px, #3b3735 -1px -2px 2px,
    #3b3735 2px 1px 2px, #3b3735 -2px 1px 2px,
    #3b3735 2px -1px 2px, #3b3735 -2px -1px 2px,
    #3b3735 1px 1px 2px, #3b3735 -1px 1px 2px,
    #3b3735 1px -1px 2px, #3b3735 -1px -1px 2px;
}


.mv_select{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	margin: 2.5rem auto 0;
	max-width: 500px;
	width: 90%;
	z-index: 1000;
}

.mv_select div{
	width: 49%;
    -webkit-filter: drop-shadow(0 0 3px #fff);
}

.mv_select div a:link{color: #fff; text-decoration: none;}
.mv_select div a:active{color: #fff; text-decoration: none;}
.mv_select div a:hover{color: #fff; text-decoration: none;}
.mv_select div a:visited{color: #fff; text-decoration: none;}


.mv_select div .kochira{
	font-size: 1.4em;
	font-weight: bold;
}

.mv_select div .kochira .small{
	font-size: 75%;
}

.mv_select div .here{
	font-size: .9em;
	padding-top: .3rem;
	border-top: 1px #fff solid;
	margin-top: .8rem;
}


.mv_select div.left{margin-right: 2%;}


/* キャンペーン */
.campaign{
	width: 500px;
	margin: 2rem auto 0;
}

.campaign img{
	width: 100%;
	margin-bottom: 5px;
}

.campaign p{
	font-size: .8em;
	text-align: center;
}
	
@media screen and (max-width:500px) {
	.campaign{
		width: 100%;
	}
	
	.mv_select div .kochira{
		font-size: 1.2em;
	}

}

/* CVP */
.cvp{
	max-width: 1000px;
	width: 96%;
	margin: 3rem auto 1rem;
	font-size: 1em;
	color: #333;
}

/* TOPページコンテンツバナー01 */
.allwidthbrown{
	width: 100%;
	background-image: url('_img/bg_wood.jpg');
	background-repeat: repeat;
	background-position: center center;
	margin-top: 4rem;
	padding: .5rem 0;
}

.topcont{
	max-width: 1000px;
	width: 100%;
	height: -webkit-calc(100% * 0.42);
    height:  calc(100% * 0.42);  
	/* background-image: url('_img/top_cont_bg.jpg');
	background-repeat: repeat; */
	position:relative;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	margin: 2rem auto;
	color: #fff;
}

.topcont a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}

/*.topcont a:hover{
    background-color:#FFF;
    filter:alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}*/

.topcont .pic{
	width: 50%;
}

.topcont .pic img{
	width: 100%;
}

.topcont .pic_sp{
	display: none;
}

.topcont .pic_sp img{
	width: 100%;
}

.topcont .text{
	width: 50%;
	padding: 3rem 2rem;
	color: #333;
}

.topcont .text .title{
	font-size: 1.7em;
	color: #d21b00;
}

.topcont .text .ruby{
	font-size: 1.1em;
	color: #d21b00;
	border-bottom: 2px solid #d21b00;
	margin: .2rem 0 2rem;
	padding-bottom: 1rem;
}

.topcont .text .head{
	font-size: 1.7em;
	margin-bottom: 1rem;
}

.topcont .text p{
	font-size: 1em;
		color: #fff;
}

@media screen and (max-width:860px) {
	.topcont .text p{
		font-size: .9em;
		color: #fff;
	}
	
	.cvp{
		font-size: 1em;
		text-align: left;
	}
	
	.cvp br{display: none;}
}

.topcont .text .btn{
	display: inline-block;
	width: auto;
	padding: 1rem 2rem;
	background-color: #d21b00;
	padding: 1.5rem;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-top: 2rem;
	right: 2rem;
	bottom: 3rem;
}



/* --------------------------
	会社概要の表組み
-------------------------- */

table.commpanyprofile {
	width: 100%;
	font-size: 1em;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
table.commpanyprofile th {
	width: 25%;
	padding: 10px;
	font-weight: 400;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.commpanyprofile td {
	width: 75%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contents .inner h2.midashi_company{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #444;
	text-align: left;
}





@media screen and (max-width:600px) {
	
	.allwidthbrown{
		padding: 0;
	}

	.topcont{
		width: 100%;
		height: auto;
	}
	.topcont .pic{
		display: none;
		margin-bottom: 1rem;
	}

	.topcont .pic_sp{
		display: block;
	}
	
	.topcont .text .title{
		font-size: 1.4em;
	}

	.topcont .text .ruby{
		border-bottom: 2px solid #d21b00;
		margin: .2rem 0 1rem;
		padding-bottom: .5rem;
		font-size: 1em;
	}
	
	.topcont .text .head{
		margin-top: 1rem;
		margin-bottom: .6rem;
		font-size: 1.2em;
		color: #fff;
	}

	.topcont .text p{
		font-size: .9em;
		color: #fff;
	}
	
	.topcont .text{
		width: 100%;
		padding: 2rem 1rem;
	}
	.topcont .text .btn{
		display: inline-block;
		width: auto;
		padding: 1rem 2rem;
		text-align: center;
		vertical-align: middle;
		position: inherit;
		float: right;
		margin-top: 2rem;
	}
}

.splogo{display: none;}

@media screen and (max-width:600px) {
	.splogo{display: block; width: 70%; margin-top: 17px; margin-left: 2%;}
}

#Rfixbnr{
	width: 100px;
	top: 0;
	right: 30px;
	position: fixed;
	z-index: 100;
}

#Rfixbnr img{width: 100%;}

@media screen and (max-width:600px) {
	#Rfixbnr{
		display: none;
	}

}

@media screen and (max-width:500px) {
	
	.mv_copy{
		font-size: 1.3em;
	}

}
@media screen and (max-width:350px) {
	.mv_copy{
		font-size: 1.3em;
	}

}


/* 新着情報取得 */

.information{
	width: 100%;
	margin: 3rem auto;
	font-size: .9em;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
}


.information .news{
	width: 49%;
	margin-right: 1%;
	
}

.information .news .title{
	text-align: center;
	margin-bottom: 1rem;
	border-bottom: 2px solid #333;
	padding-bottom: 1rem;
}

.information .news .title .english{
	font-size: 2.5em;
	font-weight: bold;
	/* color: #0071bc; */
	color: #333;
}

.information .news .title .jpn{
	font-size: .9em;
}


.information .news .post-date{
	font-size: .8em;
}


.information .visit{
	width: 49%;
	margin-left: 1%;
}

.information .visit .title{
	text-align: center;
	margin-bottom: 1rem;
	border-bottom: 2px solid #333;
	padding-bottom: 1rem;
}

.information .visit .title .english{
	font-size: 2.5em;
	font-weight: bold;
	/* color: #0071bc; */
	color: #333;
}

.information .visit .title .jpn{
	font-size: .9em;
}


.information .visit .post-date{
	font-size: .8em;
}

@media screen and (max-width:1000px) {
	.information{
		width: 96%;
	}
}

@media screen and (max-width:600px) {
	.information{
		display: block;
	}

	.information .news{
		width: 100%;
		margin-bottom: 2rem;
		margin-right: 0;
	}

	.information .visit{
		width: 100%;
		margin-left: 0;
	}
}


/* 一列 */
.bnr-inline{
	width: 100%;
	max-width: 1000px;
	margin: 4rem auto 3rem;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
}

.bnr-inline div{
	width: 25%;
}

.bnr-inline div img{
	width: 100%;
}

@media screen and (max-width:600px) {
	.bnr-inline{
		display: none;
	}
}


.reason{
	background-image: url('./_img/bg_3reason.jpg');
	background-size: cover;
	width: 100%;
	padding: 2rem 0;
}

.reason .inner{
	max-width: 1000px;
	background-color: #fff;
	width: 100%;
	-webkit-filter: drop-shadow(0 0 3px #7b7e8a);	
	padding: 1.5rem;
	margin: 2rem auto;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	border-radius: 5px;

}

.reason .inner .thumbnail{
	width: 35%;
	margin-right: 3%;
}

.reason .inner .thumbnail img{
	width: 100%;
}

.reason .inner .txt{
	width: 60%;
}

.reason .inner .txt .catch{
	font-size: 1.6em;
	font-weight: bold;
	color: #0071bc;
	margin-bottom: 1rem;
}


.flow{
	max-width: 1000px;
	width: 100%;
	margin: 4rem auto;
}

.flow img{
	width: 100%;
}

/* W100%一列バナー */
.allwidth{
	width: 100%;
	margin: 2rem auto;
}

.allwidth .w100bnr{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 260px;
    transition: .8s;
    transform: translateY(-50px);
    opacity: 0;
}

.allwidth .w100bnr.in{
	transition: .8s;
    transform: translateY(0);
    opacity: 1;
	text-align: center;
}

.allwidth .w100bnr.city{
	background: url('./_img/city.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.allwidth .w100bnr.city2{
	background: url('./_img/city2.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}


.allwidth .w100bnr.business02{
	background: url('./_img/business02.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}


.allwidth .w100bnr.kaiketsu{
	background: url('./_img/kaiketsu.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.allwidth .w100bnr.blog{
	background: url('./_img/w100_blog.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.allwidth .w100bnr.dears{
	background: url('./_img/w100_dears.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.allwidth .w100bnr.voice{
	background: url('./_img/w100_voice.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.allwidth .w100bnr.staff{
	background: url('./_img/w100_staff.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.allwidth .w100bnr .title{
	color: #fff;
	font-weight: bold;
	font-size: 3.5rem;
	-webkit-filter: drop-shadow(0 0 2px #222);
	padding-top: 6.5rem;
}

.allwidth .w100bnr .read{
	color: #fff;
	font-weight: 400;
	font-size: 2rem;
		margin: .5rem auto 1.5rem;
	-webkit-filter: drop-shadow(0 0 2px #222);
}

.allwidth .w100bnr .more{
	color: #0071bc;
	background-color: #fff;
	padding: .5rem;
	width: 8rem;
	margin: .5rem auto;	
	font-weight: 400;
	font-size: 1.5rem;
}

.allwidth .w100bnr a:link{text-decoration: none;}
.allwidth .w100bnr a:visited{text-decoration: none;}
.allwidth .w100bnr a:active{text-decoration: none;}
.allwidth .w100bnr a:hover{text-decoration: none;}


.allwidth .w100bnr a{
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:600px) {
	.allwidth .w100bnr{
	    height: 200px;
	}
	.allwidth .w100bnr .read{
		font-size: 1.8rem;
		margin: .5rem auto 1.5rem;
	}

	.allwidth .w100bnr .title{
		padding-top: 4.5rem;
	}
}


/* SNS */
.snsbox{
	display: none;
}


.gallery_title{
	padding-top: 2rem;
}

.gallery_title .english{
	text-align: center;
	font-size: 2.5em;
    font-weight: bold;
    color: #333;
}

.gallery_title .jpn{
	text-align: center;
	font-size: .9em;
}


@media screen and (max-width:600px) {
	.snsbox{
		width: 100%;
		margin: 4rem auto 3rem;
		font-size: .9em;
		display: block;
	}
	.snsbox .banner{
		width: 96%;
		margin-bottom: 2rem;
		margin-left: auto;
		margin-right: auto;
	}

	.snsbox .banner .boxlayout {
		width: 100%;
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex;
	}
	
	.snsbox .banner .boxlayout div{
		width: 49%;
		margin-right: 2%;
	}

	.snsbox .banner .boxlayout div:last-of-type{
		margin-right: 0;
	}

	.snsbox .facebook{
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.sns_icon{
	max-width: 400px;
	width: 80%;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	margin: 2rem auto;
}

.sns_icon div{
	width: 100px;
	margin-right: 50px;
	text-align: center;
	font-size: .8em;
}

.sns_icon div:last-of-type{
	margin-right: 0;
}

.sns_icon div i{
	font-size: 3em;
	color: #333;
}

.sns_icon div i a{
	color: #333;
}


.sns_icon div img{
	width: 80%;
}


.flex{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
}

.gmenu {
	width:265px;
	margin: 0;
	padding: 0px;
	font-size: 1.1rem;
	line-height:1.7;
}

.gmenu ul { padding-top:40px; }
.gmenu p.logo { padding-top:40px; }

.sp-left{display: none;}

.sp-right{display: none;}


.navToggle{
	display: none;
}

.pco{display: inherit;}
.spo{display: none;}


/* フッター */
footer{
	width: 100%;
	padding: 2rem 1rem 3rem;
	font-size: .9em;
	text-align: center;
}

footer a:link{color: #fff;}
footer a:active{color: #fff;}
footer a:hover{color: #fff;}
footer a:visited{color: #fff;}

footer .name{
	width: 300px;
	margin: 2rem auto 1rem;
}

footer .name img{
	width: 100%;
}

footer .address{
	margin: .5rem; 
}

@media screen and (max-width:600px) {
	footer .name{
		width: 80%;
	}

	.sns_icon div img{
		width: 80%;
		margin-bottom: 10px;
	}

}
/* ボトムナビ */
#bottomnavpc {
	display: inherit;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
	background-color: #0071bc;
	padding: 6px;
	box-sizing: padding-box;
	z-index: 103;
	font-size:1.5em;
	text-align: center;
	vertical-align: middle;
}

#bottomnavpc div{
	width: 100%;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	box-sizing: padding-box;
	line-height: 60px;
	letter-spacing: 2px;
	font-weight: bold;
}

#bottomnavpc div a {
    display: block;
    width: 100%;
    height: 100%;
}


#bottomnavpc div i{
	font-size: 1.5em;
	height: 60px;
	margin-top: 7px;
}

#bottomnavpc div a:link{color: #fff; text-decoration: none;}
#bottomnavpc div a:active{color: #fff; text-decoration: none;}
#bottomnavpc div a:hover{color: #fff; text-decoration: none;}
#bottomnavpc div a:visited{color: #fff; text-decoration: none;}

#bottomnavsp{ display: none;}

h2.foreh2{
	font-size: 1.7em;
	color: #0071bc;
	margin: 3rem 0 .5rem 0;
}

h3.foreh3{
	font-size: 1.4em;
	line-height: 1.1;
	color: #0071bc;
	margin: 3rem 0 .5rem 0;
}

.underh{
	color: #0071bc;
	font-size: .9em;
}

.boxh{
	margin: 2rem auto 1rem;	
}

.boxhj{
	color: #888;
	font-size: .9em;
	margin: 2rem auto 1rem;	
}

ul.ulfore{
	list-style: none;
	margin: 3rem 0;
	font-weight: bold;
}
ul.ulfore li{
	color: #0071bc;
	margin-bottom: .5rem;
		
}

ul.ulforej{
	list-style: none;
	margin: 2rem 0;
}
ul.ulforej li{
	color: #888;
	font-size: .9em;
	margin-bottom: .5rem;
}

@media screen and (max-width:600px) {
	
	#bottomnavpc{
		display: none;
	}
	
	.pco{display: none;}
	.spo{display: inherit;}

	#container{
		margin: 0 auto;
		padding-bottom: 60px;
	}
	
	#bottomnavsp {
		display: inherit;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    height: 60px;
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex;
		background-color: #0071bc;
		padding: 6px;
		box-sizing: padding-box;
		z-index: 103;
	}

	#bottomnavsp div{
		width: 49%;
		background-color: #0050bc;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		vertical-align: middle;
		box-sizing: padding-box;
		vertical-align: middle;
	}
	
	#bottomnavsp div a {
	    display: block;
	    width: 100%;
	    height: 100%;
	    padding-top: 2.8rem;
	}
	
	#bottomnavsp div a:link{color: #fff; text-decoration: none;}
	#bottomnavsp div a:active{color: #fff; text-decoration: none;}
	#bottomnavsp div a:hover{color: #fff; text-decoration: none;}
	#bottomnavsp div a:visited{color: #fff; text-decoration: none;}

	#bottomnavsp div.left{
		margin-right: 1%;
		position: relative;
		font-size: .7em;
		text-align: center;
	}

	#bottomnavsp div.left:before {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -0.5em;
		content: '\f2a0';
		color: #fff;
		font-size: 2.1em;
		font-weight: 900;
		font-family:'Font Awesome 5 Free';
	}

	
	#bottomnavsp div.right{
		margin-left: 1%;
		position: relative;
		font-size: .7em;
		text-align: center;
	}

	#bottomnavsp div.right:before {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -0.5em;
		content: '\f0e0';
		color: #fff;
		font-size: 2.1em;
		font-weight: 400;
		font-family:'Font Awesome 5 Free';
	}


	#bottomnavsp div a:link{color: #fff;}
	#bottomnavsp div a:active{color: #fff;}
	#bottomnavsp div a:visited{color: #fff;}
	#bottomnavsp div a:hover{color: #fff;}

	.gmenu{display: none;}
	
	.contents {
		width: 100%;
		float:none;
		overflow: auto;
	}
	
	.sp-left{
		display: inherit;
		width: 80%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.logo {
	    float: none;
	    width: 45%;
	    padding-left: 15px;
	    margin-top: 5px;
	}

	.sp-left h1{font-size: 1.2rem; font-weight: 100; padding-left: 15px;}
	
	.sp-right{
		display: inherit;
		width: 30%;
	    z-index: 100;
	}
	
	.globalMenuSp {
	    position: fixed;
	    top: 0;
	    left: 0;
	    color: #000;
	    /* margin-top: -40px; */
	    text-align: center;
	    transform: translateY(-100%);
	    transition: all 0.6s;
	    width: 100%;
	    z-index: 101;
	}
	 
	.globalMenuSp ul {
	    background: #0071bc;
	    margin: 0 auto;
	    padding: 0 2rem;
	    box-sizing: padding-box;
	    width: 100%;
	}
	 
	.globalMenuSp ul li {
	    list-style-type: none;
	    padding: 0;
	    width: 100%;
	    border-bottom: 1px solid #f1f1f1;
	    color: #111;
	    font-size: 1.6rem;
	}
	 
	.globalMenuSp ul li:last-child {
	    padding-bottom: 0;
	    border-bottom: none;
	}
	 
	.globalMenuSp ul li a {
	    display: block;
	    color: #fff;
	    padding: 1em 0;
	    text-decoration: none;
	}
	 
	.globalMenuSp.active {
	    transform: translateY(0%);
	    /* opacity: .97; */
	}
	
	.navToggle{
		display: inherit;
		margin-top: 10px;
		z-index: 200;
	}
	.navToggle {
	    display: block;
	    position: fixed;
	    right: 13px;
	    top: 30px;
	    width: 42px;
	    height: 51px;
	    cursor: pointer;
	    z-index: 301;
	    text-align: center;
	}
	 
	.navToggle span {
	    display: block;
	    position: absolute; 
	    width: 30px;
	    border-bottom: solid 3px #0071bc;
	    /* border-bottom: solid 3px #0071bc; */
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: 6px;
	}
	 
	.navToggle span:nth-child(1) {
	    top: 9px;
	}
	 
	.navToggle span:nth-child(2) {
	    top: 18px;
	}
	 
	.navToggle span:nth-child(3) {
	    top: 27px;
	}
	 
	.navToggle span:nth-child(4) {
	    border: none;
	    color: #0071bc;
	    font-size: 9px;
	    font-weight: bold;
	    top: 34px;
	}
	
	.navToggle.active span:nth-child(1) {
	    top: 18px;
	    left: 6px;
	    border-bottom: solid 3px #fff;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
	    top: 18px;
	    border-bottom: solid 3px #fff;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.navToggle.active span {
	    color: #fff;
	}

	
	/* 下層ページ用 */


	#underlayer .navToggle{
		display: inherit;
		margin-top: 10px;
		z-index: 200;
	}
	#underlayer .navToggle {
	    display: block;
	    position: fixed;
	    left: 13px;
	    top: 5px;
	    width: 42px;
	    height: 51px;
	    cursor: pointer;
	    z-index: 301;
	    text-align: center;
	}
	 
	#underlayer .navToggle span {
	    display: block;
	    position: absolute; 
	    width: 30px;
	    border-bottom: solid 3px #0071bc;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: 6px;
	}
	 
	#underlayer .navToggle span:nth-child(1) {
	    top: 9px;
	}
	 
	#underlayer .navToggle span:nth-child(2) {
	    top: 18px;
	}
	 
	#underlayer .navToggle span:nth-child(3) {
	    top: 27px;
	}
	 
	#underlayer .navToggle span:nth-child(4) {
	    border: none;
	    color: #0071bc;
	    font-size: 9px;
	    font-weight: bold;
	    top: 34px;
	}
		
	#underlayer .navToggle.active span:nth-child(1) {
	    top: 18px;
	    left: 6px;
	    border-bottom: solid 3px #fff;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	#underlayer .navToggle.active span:nth-child(2),
	#underlayer .navToggle.active span:nth-child(3) {
	    top: 18px;
	    border-bottom: solid 3px #fff;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	#underlayer .navToggle.active span {
	    color: #fff;
	}
	
	

}




/* SNS */
.follow {
	max-width: 700px;
	margin:  1rem auto 0;
	width: 96%;
}


.follow ul{
	position:relative;
	overflow:hidden;
}

.follow ul li{
	float:left;
	width:49%;
	}
	
.follow ul li a{
	padding:2rem 0;
	display:block;
	-webkit-transition:	.2s ease-in-out;
	transition:	.2s ease-in-out;
	color:#fff;
	font-family:'Open Sans',sans-serif;
	text-align:center;
	text-decoration:none;
	}
	
.follow ul li a::before{
	position:relative;
	display:block;
	-webkit-transition:.15s ease-in-out;
	transition:.15s ease-in-out;
	color:#fff;
	font-size:26px;
	font-family: "FontAwesome";
	}
	
.follow ul li a:hover{
	background-color:#fff;
	}
	
	
.follow ul .twitter a{
	background-color:#00aced;
	border:2px solid #00aced;
	}
	
.follow .twitter a:hover,.follow .twitter a:hover::before{
	color:#00aced;
	}


.follow .facebook a{
	background-color:#3c5a98;
	border:2px solid #3c5a98;
	}
	
	
.follow .facebook a:hover,.follow .facebook a:hover::before{
	color:#3c5a98;
	}
.follow ul .googleplus a{
	background-color:#db4a39;
	border:2px solid #db4a39;
	}
.follow ul .googleplus a::before{
	content:"\f0d5";
	}
.follow ul .googleplus a:hover,.follow ul
 .googleplus a:hover::before{
	 color:#db4a39;
	 }
	 
.follow ul .rss a{
	background-color:#ffb53c;
	border:2px solid #ffb53c;
	}
.follow ul .rss a::before{
	content:"\f09e";
	}
.follow ul .rss a:hover,.follow ul .rss a:hover::before{
	color:#ffb53c;
	}

.blogget_eyecatch{
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	height: 100px;
	overflow: hidden;
}
.blogget_eyecatch img{
	width: 100%;
	object-fit: cover;
}

h2.info_h2{
	background: #f2f2f2;
	font-size:16px;
	font-size:bold;
	padding:7px 10px;
	margin-bottom: 20px !important;
}