@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 820px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*
==============================================================
 Common layout
==============================================================
*/
html {
	width: 100%;
}
body {
	height: auto;
	font-size: 18px;
}

a { color: #01194b;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
} 
.om:hover {
	opacity: 0.6;
	cursor:pointer;
}


body,p,div,td,th,h1,h2,h3,h4,h5,
ol,ul,li,input, select, option, textarea {
	line-height: 1.8em;
	font-size: 17px;
	font-family:  Meiryo,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	color: #000;
	letter-spacing: 0.01rem;	
	}

img {
	max-width: 100%;
	max-height: 100%;
}


.spnon {
	display: block;
}
.pcnon {
	display: none;
}	
	@media screen and ( max-width:820px)  {
		.spnon {
			display: none;
		}	
		.pcnon {
			display: block;
		}	
	}

.disp {
	width: 1000px;
	margin:  0 auto;
	position:relative;
}
	@media screen and ( max-width:820px)  {
		.disp {
			width: 94%;
		}
	}




/*
==============================================================
 header
==============================================================
*/
header {
	border-top:8px solid #01194b;
	padding: 15px 0 15px 0;
}
	@media screen and ( max-width:820px)  {
		header {
			width: 100%;
			min-width: 100%;
			margin: 0 auto 2rem auto;
		}
	}
.header {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.site_id {
	float: left;
}
.h_contact {
	position: absolute; top:auto; right: 0;
	width: 180px;
	height: 50px;
}
.h_company {
	position: absolute; top:25%; right: 220px;
}
.h_company a {
	background:url(../img/ic_link.png) no-repeat;
	background-position: right 0;
	padding: 0 1.7rem 0 0;
	color: #000;
}

nav {
	border-top:1px solid #999;
}
nav ul {
	width: 1000px;
	margin: 0 auto;
}
nav ul li.nav {
	width: 15%;
}
nav ul li.nav a {
	display: block;
	color: #000;
	text-align-last:center;
	padding: 10px 10px 6px 10px;
	text-decoration: none;
}
nav ul li.nav a:hover {
	background: url(../img/br_skyblue.png) no-repeat;
	background-position: bottom;
}
	@media screen and ( max-width:820px)  {
		.header,
		nav ul {
			display: none;
		}
	
	}



/*
==============================================================
 index
==============================================================
*/
.kv {
	position: relative;
	background: url(../img/idx/kv_bg.jpg) no-repeat;
	background-position: center top;
	width: 100%;
	height: 350px;
}
.kv h1 {
	position: absolute; top:15%;
	width: 100%;
	text-align: center;
}
	@media screen and ( max-width:820px)  {
		.kv {
			position: relative;
			background: url(../img/idx/kv_bg.jpg) no-repeat;
			background-position: center top;
			width: 100%;
			height: 300px;
		}
		.kv h1 {
			position:static;
			width:100%;
			height: 200px;
			max-width: 90%;
			margin: 0 auto;
			padding: 3rem 0 0 0;
		}
	}

.kv_u {
	width: 1000px;
	margin: 0 auto;
	padding: 2rem 0 3rem 0;
	text-align: center;
}
	@media screen and ( max-width:820px)  {
		.kv_u {
			width:94%;
		}
	}

.news_bl {
	position: relative;
	width: 1000px;
	margin: 0 auto 5rem auto;
}
.news_bl h2 {
	margin: 0 0 2rem 0;
	font-size: 30px;
	color: #01194b;
	border-bottom: 2px solid #666;
}
.news_bl .news_lk_list {
	position: absolute; top:17px; right: 0;
}
.news_bl .news_lk_list a {
	display: block;
	padding: 0 1.7rem 0 0;
	background: url(../img/ic_aro_bl.png) no-repeat;
	background-position: right 3px top 7px;
	font-size: 18px;
	font-weight: bold;
}
.news_bl .news {
	margin: 0 0 1rem 0;
}
.news_bl .news .date {
	width: 18%;
	float: left;
	font-weight: bold;
	text-decoration: underline;
}
.news_bl .news .title {
	width: 80%;
	float: right;
	font-weight: bold;
	text-decoration: underline;
}
	@media screen and ( max-width:820px)  {
		.news_bl {
			position: relative;
			width: 94%;
			margin: 0 auto 3rem auto;
		}
		.news_bl h2 {
			margin: 0 0 2rem 0;
			font-size: 1.8rem;
		}
		.news_bl .news_lk_list {
			position: absolute; top:17px; right: 0;
		}
		.news_bl .news_lk_list a {
			display: block;
			padding: 0 1.7rem 0 0;
			background: url(../img/ic_aro_bl.png) no-repeat;
			background-position: right 3px top 7px;
			font-size: 1rem;
			font-weight: bold;
		}
		.news_bl .news .date {
			width: 100%;
			float: none;
			text-decoration: none;
		}
		.news_bl .news .title {
			width: 100%;
			float: none;
		}
	}



.point_bl {
	padding: 3rem 0 5rem 0;
	border-top: 1px solid #ddd;
}
.point_bl h2 {
	margin: 0 0 1.5rem 0;
	text-align: center;
	font-size: 30px;
	color: #01194b;
}
.point_bl .sec {
	width: 30%;
}
.point_bl .sec .img {
	margin: 0 0 0.7rem 0;
}
.point_bl .sec h3 {
	color: #01194b;
	text-align: center;
	text-align-last:center;
}
.point_bl .point_tl {
	color: #01194b;
	text-align: center;
	text-align-last:center;
	font-weight: bold;
}
	@media screen and ( max-width:820px)  {
		.point_bl {
			width: 94%;
			padding: 3rem 0 1rem 0;
		}
		.point_bl h2 {
			font-size: 30px;
			font-size: 1.6rem;
		}
		.point_bl .sec {
			width: 100%;
			margin: 0 auto 3rem auto;
		}
		.point_bl .sec .img {
			text-align: center;
			width: 60%;
			margin: 0 auto 0.7rem auto;
		}
		.point_bl .sec .img img {
			width: 100%;
			height: auto;
		}
}




.tools_bl {
	padding: 3rem 0 3rem 0;
	border-top: 1px solid #ddd;
}
.tools_bl h2 {
	margin: 0 0 1.5rem 0;
	text-align: center;
	font-size: 30px;
	color: #01194b;
}
.tools_bl h3.tools {
	width: 30%;
	margin: 0 0 2rem 0;
	background: url(../img/ic_aro_bl.png) no-repeat;
	background-position: right 1rem top 49%;
}
.tools_bl h3.tools a {
	display: block;
	padding: 0.8rem 1rem 0.7rem 1rem;
	border: 1px solid #000;
	font-size: 18px;	
}
.tools_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	align-items: flex-start;
}
.tools_flex img{
	padding: 10px;
}
.tools_img01{
	max-width: 350px;
}
.red{
	color: red;
}
	@media screen and ( max-width:820px)  {
		.tools_bl {
			padding: 3rem 0 3rem 0;
		}
		.tools_bl h2 {
			margin: 0 0 1.5rem 0;
			font-size: 30px;
		}
		.tools_bl h3.tools {
			width: 100%;
		}
		.tools_flex{
			justify-content: space-between;
		}
		.tools_img01{
			max-width: 300px;
		}
	}
	@media screen and ( max-width:640px)  {
		.tools_flex{
			justify-content: center;
		}
	}

.sols_bl {
	padding: 3rem 0 5rem 0;
	background: #f2f2f2;
}
.sols_bl h2 {
	margin: 0 0 1.5rem 0;
	text-align: center;
	font-size: 30px;
	color: #01194b;
}
.sols_bl .sec {
	width: 30%;
	margin: 0 0 3rem 0;
}
.sols_bl .sec .img {
	margin: 0 0 0.7rem 0;
}
.sols_bl .sec h3 {
	color: #01194b;
	text-align: center;
	text-align-last:center;
}
	@media screen and ( max-width:820px)  {
		.sols_bl {
			padding: 3rem 0 1rem 0;
		}
		.sols_bl h2 {
			margin: 0 0 1.5rem 0;
			font-size: 30px;
		}
		.sols_bl .sec {
			width: 100%;
			margin: 0 0 3rem 0;
		}
		.sols_bl .sec .img {
			width: 60%;
			margin: 0 auto 0.7rem auto;
			display: flex;
			justify-content: center;
		}
		.sols_bl .sec h3 {
			color: #01194b;
			text-align-last:center;

		}
	}




.voc_bl {
	padding: 3rem 0 5rem 0;
}
.voc_bl h2 {
	margin: 0 0 1.5rem 0;
	text-align: center;
	font-size: 30px;
	color: #01194b;
}
.voc_bl .voc_lk_list {
	margin: 0 auto;
	width: 180px;
}
.voc_bl .voc_lk_list a {
	display: block;
	padding: 0 1.7rem 0 0;
	background: url(../img/ic_aro_bl.png) no-repeat;
	background-position: right 3px top 7px;
	font-size: 18px;
	font-weight: bold;
}
	@media screen and ( max-width:820px)  {
		.voc_bl {
			width: 94%;
			margin: 0 auto;
			padding: 2rem 0 3rem 0;
		}
	}




.ctitle {
	background: #f3f3f3;
	padding: 0.5rem 0 0.5rem 0;
	text-align: center;
	font-size: 24px;
	color: #01194b;
	font-weight: bold;
	margin: 0 0 2rem 0;
}


.exps {
	background: #f3f3f3;
	padding: 2rem;
}
.exps h4 {
	font-size: 24px;
	margin: 0 0 1rem 0;
}
.exps li {
	width: 48%;
	float: left;
}
	@media screen and ( max-width:820px)  {
		.exps li {
			width: 100%;
			float: none;
		}
	}


.email_bl {
	width: 1000px;
	margin:  0 auto;
}
	@media screen and ( max-width:820px)  {
		.email_bl {
			width: 94%;
			margin:  0 auto;
		}
	}




.diver {
	margin: 0 0 5rem 0;
}
h2.diver {
	font-weight: bold;
	font-size: 24px;
	background: url(../img/ic_txt_head.png) no-repeat;
	background-position: 0;
	padding: 0 0 0 1.4rem;
	margin: 0 0 2rem 0;
	color: #01194b;
}

.telno {
	margin: 0 0 1rem 0;
	font-weight: bold;
	font-size: 24px;
	color: #01194b;
}





/*
==============================================================
 contents
==============================================================
*/
main.cts {
	padding: 60px 0 100px 0;
}

.kv_cts {
	position: relative;
	width: 100%;
	background: #01194b;
	padding: 80px 0 90px 0;
}
.kv_cts h1 {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 60px;
	font-weight: normal;
	color: #fff;
}
	@media screen and ( max-width:820px)  {
		.kv_cts {
			padding: 3rem 0 3rem 0;
		}
		.kv_cts h1 {
			width: 94%;
			margin: 0 auto;
			font-size: 2rem;
			font-weight: bold;
		}
	}



.sec h2.sec {
	padding: 0 0 1rem 0;
	background:url(../img/br_blline.png) no-repeat;
	background-position: bottom center;
	font-size: 36px;
	color: #01194b;
}
.sec h3.sec {
	font-size: 24px;
	padding: 0 0 1rem 0;
	text-align: center;
}
	@media screen and ( max-width:820px)  {
		.sec h2.sec {
			font-size: 1.5rem;
		}
		.sec h3.sec {
			font-size: 1.2rem;
		}
	}


.cts .news_bl {
	position: relative;
	width: 1000px;
	margin: 0 auto 5rem auto;
}
.cts .news_bl .post .date {
	margin: 0 0 1rem 0;
	text-decoration: none;
	float: none;
}
.cts .news_bl .post h2 {
	text-decoration: none;
	border-bottom: 0;
	line-height: 1.5em;
}
.cts .news_bl .post .title {
	float: none;
	font-size: 24px;
	text-decoration: none;
}
.cts .news_bl .post .honbun {
	margin: 0 0 5rem 0;
}
.cts .news_bl .post .honbun a {
}
	@media screen and ( max-width:820px)  {
		.cts .news_bl {
			position: relative;
			width: 94%;
			margin: 0 auto 3rem auto;
		}
	}




.cts .voc_bl {
	position: relative;
	width: 1000px;
	margin: 0 auto 5rem auto;
	padding: 0;
}
.cts .voc_bl h2.voccts {
	text-align: left;
	margin: 0 0 0.5rem 0;
	font-size: 30px;
	color: #01194b;
}
.cts .voc_bl h2.voccts span {
	font-size: 18px;
	color: #333;
}
.cts .voc_bl .voice {
	border:3px solid #c0c0c0;
	margin: 0 0 4rem 0 ;
}
.cts .voc_bl .voice .voiceh3_bl {
	padding: 0 0 2rem 0;
	background: url(../img/voc_h3_btm.png) no-repeat;
	background-position: center bottom;
}
.cts .voc_bl .voice h3.voiceh3 {
	background: #f2f2f2;
	padding: 2rem;
	font-size: 24px;
}
.cts .voc_bl .voice .voice_honbun {
	padding: 1rem 2rem 2rem 2rem;
}
	@media screen and ( max-width:820px)  {
		.cts .voc_bl {
			position: relative;
			width: 94%;
			margin: 0 auto 3rem auto;
		}
	}


.cts .listing {
	border:1px solid #999;
	padding: 2rem;
	margin: 0 0 3rem 0;
}

.cts .listing h3.ptlist {
	font-weight: bold;
	font-size: 24px;
	background: url(../img/ic_txt_head.png) no-repeat;
	background-position: 0;
	padding: 0 0 0 1.4rem;
	margin: 0 0 2rem 0;
}
.cts .listing h4.ptlist {
	color: #C70003;
	font-weight: bold;
	font-size: 18px;
}
.cts .listing .ptlist_image {
	float: right;
	margin: 0 0 0 4rem;
}

	@media screen and ( max-width:820px)  {
		.cts .listing h3.ptlist {
			margin: 0 0 1.5rem 0;
			line-height: 1.3em;
			background: url(../img/ic_txt_head.png) repeat-y;
		}
		.cts .listing .ptlist_image {
			float: none;
			width: 100%;
			text-align: center;
			margin: 0 auto 0.5rem auto;
		}
	}
	
.li-no{
	list-style-type: auto;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 130px;
	height: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.recapcha{
	color: red;
}

/*
==============================================================
 footer
==============================================================
*/
.f_offer_bl {
	padding: 3em 0 3em 0;
	background: #f2f2f2;
}
.f_offer {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 2rem ;
	color: #01194b;
}
.f_sitemap_bl {
	background: #01194b;
	padding: 3em 0 3em 0;
}
.f_sitemap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 3rem 0;}
.f_sitemap li {
	font-size: 0.8rem;
	color: #fff;
	float: left;
}
.diverwith1 {
	width: 13%;
}
.diverwith2 {
	width: 15%;
}
.diverwith3 {
	width: 18%;
}
.diverwith4 {
	width: 20%;
}
.f_sitemap a {
	display: block;
	color:  #fff;
	font-size: 1rem;
}
.f_sitemap_bl .f_company {
	position: absolute; bottom: 0; right: 0;
}
.f_sitemap_bl .f_company a {
	padding: 0 2rem 0 0;
	color: #fff;
	background: url(../img/ic_link_wh.png) no-repeat;
	background-position: right 5%;
}
.f_top {
	padding: 0 0 2em 0;
}
.f_top a {
	padding: 0 2rem 0 0;
	color: #fff;	
}

.copyright {
	padding: 1rem 0 1rem 0;
	text-align: center;
	font-size: 0.8rem;
	color: #01194b;
}

	@media screen and ( max-width:820px)  {
		.f_offer {
			font-size: 1.5rem;
			padding: 1rem;
			margin-bottom: 2rem ;
		}
		.f_sitemap {
			position: relative;
			width: 90%;
			margin: 0 auto;
			padding: 0 0 3rem 0;
			}
		.f_sitemap li {
			font-size: 0.8rem;
			color: #fff;
			float: none;
			margin: 0 0 1rem 0;
			padding: 0 0 1rem 0;
			border-bottom: 1px dotted #666;
		}
		.diverwith1 {
			width: 100%;
		}
		.diverwith2 {
			width: 100%;
		}
		.diverwith3 {
			width: 100%;
		}
		.diverwith4 {
			width: 100%;
		}
		.f_sitemap a {
			display: block;
			color:  #fff;
			font-size: 1rem;
		}
		.f_sitemap_bl .f_company {
			position: absolute; bottom: 0; right: 0;
		}
		.f_sitemap_bl .f_company a {
			padding: 0 2rem 0 0;
			color: #fff;
			background: url(../img/ic_link_wh.png) no-repeat;
			background-position: right 5%;
		}
		.f_top {
			padding: 0 0 2em 0;
		}
		.f_top a {
			padding: 0 2rem 0 0;
			color: #fff;	
		}
	}





/* SP NAVI
---------------------------------------- */
#sp_header {
	display: none;
}
	@media screen and ( max-width:820px)  {
	#sp_header {
		display: block;
		position:absolute; top:0;
		width:100%;
		height:70px;
		background:#fff;
		z-index: 9999;
		border-bottom: 0px solid #666;
		}
	#sp_header .logo {
		width: 47%;
		height: auto;
		margin: 10px 0 0 10px;
		}
	}


#switchBtn {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	position: absolute;
	border-radius: 5px;
	z-index: 9998;
	cursor: pointer;
	}
#switchBtn div {
	position: relative;
	}
#switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #002d54;
	border-radius: 5px;
	transition: all 0.2s linear;
	}
#switchBtn span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}
#switchBtn span:nth-child(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
	}
#switchBtn span:nth-child(3) {
	top: 26px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	}

#navi_container {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -1080px;
	background: #01194b;
	width: 100%;
	height:1080px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	opacity:1;
	visibility: visible;
	}
.menu_container {
	position:relative;
	padding:30px 40px 0 40px;
	}
.menu_container p {
	color: #fff;
	}
.menu_container .logo_sp {
	height: auto;
	width: 35%;
	position: absolute; top:2rem; left: 2rem;
}

.smenu {
	font-size:1.2rem;
	}
.smenu a {
	display: block;
	padding:0.5rem 0 0.5rem 0;
	color:#FFF;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	background:url(../img/aro_gold.png) no-repeat;
	background-position:0 47%;
	background-size:auto 0.8em;
	} 

	.open #switchBtn {
		background:#fff;
		border-radius: 5px;  
		-webkit-border-radius: 5px;  
		-moz-border-radius: 5px;
		}
    .open #switchBtn span:nth-child(1) {
		top: 18px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		background:#002d54;
		}
	.open #switchBtn span:nth-child(2) {
		width: 0;
		left: 50%;
		}
	.open #switchBtn span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
		background:#002d54;
		}
	.open #navi_container {
		-moz-transform: translateY(1080px);
		-webkit-transform: translateY(1080px);
		transform: translateY(1080px);
		}


