@charset "utf-8";



/*header*/
#header {
	display:block;
    width:100%;
	clear:both;
	z-index:9999;
	box-sizing:border-box;
	background:#1f61e8;
	position: relative;
}
#header h1 {
	height:auto;
	font-size:2.53vw;
	color:#FFF;
	padding: 1.33vw 3.86vw;
	background: #0041c3;
}
#header .logo {
	color:#FFF;
	font-weight:bold;
	width: 39.86vw;
	margin: 0;
	padding: 1.86vw 3.86vw;
}
#header img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#header .btns {
	width: 31.33vw;
	position: absolute;
	top: 0;
	right: 1.33vw;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/* -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#header .btns a {
	width: 15.2vw;
	display: block;
}


/**/
.mainImg {
	margin:0;
	padding-bottom: 2vw;
	width:100%;
	/*background: url(../img/bg_fv_0107.jpg) no-repeat;*/
	background: url(../img/bg_fv.jpg) no-repeat;
	background-size: cover;
}
.mainImg h2 {
	width: 91.6vw;
	margin: 0;
	padding: 2.8vw 0 0 1.86vw;
}
.mainImg img {
	width:100%;
	height:auto;
	margin: 0;
}
.mainImg .merit_fv {
	width: 91.6vw;
	margin: -4vw auto 0;
}

.campaign_term {
	width: 100%;
	height: 15.2vw;
	padding: 0;
	margin: 0;
	border: solid 2px #0041c3;
	border-width: 2px 0 2px 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.campaign_term dt {
	color: #fff;
	font-size: 4.53vw;
	font-weight: bold;
	line-height: 1;
	width: 41.86vw;
	height: 14.66vw;
	margin: 0;
	padding: 5.2vw 0 0 2vw;
	background: url(../img/bg_campaign_term.png) no-repeat;
	background-size: contain;
	box-sizing: border-box;
}
.campaign_term dd {
	margin: auto;
}
.campaign_term dd .term {
	font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #0041c3;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0;
}
.campaign_term dd .term span{
	font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #0041c3;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
}
.campaign_term dd .txt {
	font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 2.93vw;
	line-height: 1.18;
}

/**/
.Contact {
	/* height: 69.53vw; */
	height: 55.19vw;
	margin:0;
	padding:2.8vw 0 0;
	width:100%;
	box-sizing:border-box;
	background: url(../img/bg_info01.png) no-repeat;
	background-size: cover;
}
.Contact img {
	width:100%;
	height:auto;
}
.Contact h2 {
	width: 82.13vw;
	margin: 0 auto 5.33vw;
}
.Contact .tel_title {
	margin: 0 auto 1.33vw;
	width: 68.93vw;
}
.Contact a {
	width: 85.6vw;
	margin: auto;
	display: block;
}

#cov {
	height: 93.73vw;
	margin: 12.93vw auto 0;
	background: url(../img/cov_pat.png);
}
#cov img {
	width:100%;
	height:auto;
	display: inline;
}
#cov .title {
	width: 85.33vw;
	text-align: center;
	margin: 0 auto 4vw;
}
#cov .title img {
	margin-top: -8.53vw;
}
#cov .image {
	width: 85.33vw;
	margin: auto;
}

.img_contact img {
	width: 100%;
}

.Contact2 {
	/* height: 69.53vw; */
	height: 55.19vw;
	margin:0;
	padding:2.8vw 0 0;
	width:100%;
	box-sizing:border-box;
	background: url(../img/bg_info02.png) no-repeat;
	background-size: cover;
}
.Contact2 img {
	width:100%;
	height:auto;
}
.Contact2 h2 {
	width: 82.13vw;
	margin: 0 auto 4.93vw;
}
.Contact2 .tel_title {
	width: 83.6vw;
	margin: 0 auto 2.66vw;
}
.Contact2 a {
	width: 85.6vw;
	margin: auto;
	display: block;
}

/* .contact_area {
	background: url(../img/contact_bg.png);
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
}

.contact_area p {
	margin: 0 auto;
	width: 320px;
	line-height: 140%;
}

.contact_area span {
	font-size: 18px;
	display: block;
}

.contact_area a.tel{
	display: block;
	width: 290px;
	margin: 15px auto 0;
	text-decoration: none;
	color: #3e2302;
	font-size: 17px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e77903), color-stop(0.00, #ffb311));
	background: -webkit-linear-gradient(#ffb311, #e77903);
	background: -moz-linear-gradient(#ffb311, #e77903);
	background: -o-linear-gradient(#ffb311, #e77903);
	background: -ms-linear-gradient(#ffb311, #e77903);
	background: linear-gradient(#ffb311, #e77903);
	border-radius: 5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-o-border-radius:      5px;
	-ms-border-radius:     5px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 0px rgba(000,000,000,0.7),-1px -1px 0px rgba(255,255,255,0.3);
	border: 1px solid #efbc22;
	padding: 10px 0;
}

.contact_area a.tel div{
	background: url(../img/icon01.png) no-repeat 20px 1px;
	background-size: 25px 25px;
	font-size: 26px;
	padding: 3px 0 5px 20px;
}

.contact_area a.mail{
	display: block;
	width: 210px;
	margin: 15px auto 10px;
	text-decoration: none;
	color: #3b352d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c1c1c1), color-stop(0.18, #fff));
	background: -webkit-linear-gradient(top, #fff 18%, #c1c1c1 100%);
	background: -moz-linear-gradient(top, #fff 18%, #c1c1c1 100%);
	background: -o-linear-gradient(top, #fff 18%, #c1c1c1 100%);
	background: -ms-linear-gradient(top, #fff 18%, #c1c1c1 100%);
	background: linear-gradient(to bottom, #fff 18%, #c1c1c1 100%);
	border-radius: 50px;
	-moz-border-radius:    50px;
	-webkit-border-radius: 50px;
	-o-border-radius:      50px;
	-ms-border-radius:     50px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-ms-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	-o-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 0px rgba(000,000,000,0.7),-1px -1px 0px rgba(255,255,255,0.3);
	border: 1px solid #b5b5b5;
	text-align: right;
}

.contact_area a.mail div{
	background: url(../img/icon02.png) no-repeat 20px 10px;
	background-size: 25px 25px;
	padding: 15px 15px 15px 10px;
} */

.trouble {
	background: url(../img/corkboard.jpg);
	padding-bottom: 10px;
}

.t_rank {
	background: #664020;
	width: 300px;
	margin: 0 auto 5px;
	text-align: center;
	padding: 10px 0;
}

.t_rank p {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0;
}

.t_rank p span {
	font-weight: bold;
}

.t_rank01 {
	background: #fff4be;
	border: 4px solid #fbd007;
	font-size: 18px;
}

.t_rank01 span {
	font-size: 25px;
}

.t_rank02 {
	background: #d7f1ff;
	border: 4px solid #70c5f1;
	margin-top: 5px;
}

.t_rank02 span {
	font-size: 23px;
}

.t_rank03 {
	background: #c5fdc2;
	border: 4px solid #58ce53;
	margin-top: 5px;
}

.t_rank03 span {
	font-size: 23px;
}

.solution {
	margin-bottom: 15px;
}

.mt10 {
	margin-top: 10px;
}

.app {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	line-height: 140%;
}

.ansin {
	margin: 20px auto 0;
	background: url(../img/ansin.png) no-repeat top center;
	background-size: 320px 305px;
	width: 320px;
	padding-top: 80px;
}

.ansin h3 {
	margin: 0 auto;
	width: 200px;
	padding: 7px 0;
	text-align: center;
	font-size: 15px;
	background: #214fac;
	color: #fff;
}

.ansin .tx01{
	text-align: center;
	color: #da4613;
	padding: 10px 0 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}

.ansin .tx01 span {
	font-size: 30px;
}

.ansin .tx02{
	padding: 0 25px 35px;
	font-size: 12px;
	line-height: 140%;
}

.merit {
	width: 320px;
	margin: 20px auto 0;
}

.merit h3 {
	font-size: 15px;
	/* margin-left: 10px;
	margin-right: 10px; */
}

.merit h3 span{
	display: block;
	font-size: 21px;
	margin: 5px 0 10px;
}

.merit_area {
	background: #548ad3;
	padding: 1px 0 10px;
}

.merit_box {
	margin: 10px 10px 0;
	background: #fff;
	padding: 10px;
}

.merit_box h4 {
	font-size: 18px;
	text-align: center;
	line-height: 150%;
	margin: 5px 0 12px;
}

.merit_box span.red {
	display: block;
	font-size: 22px;
	color: #f9232d;
}

.merit_box span.green {
	display: block;
	font-size: 22px;
	color: #2c7419;
}

.merit_box p {
	line-height: 120%;
}

.voice {
	margin: 10px 10px 0;
	background: #1354d9;
	padding: 10px;
}

p.v_tx {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 5px;
	font-size: 13px;
	line-height: 140%;
}

.voice h3 {
	text-align: center;
	font-size: 25px;
	color: #e3e26a;
}

.voice div {
	background: #fff;
	margin-top: 10px;
	padding: 10px;
}

.voice div h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.voice div p {
	font-size: 13px;
	line-height: 120%;
}

.voice div p span {
	display: block;
	text-align: right;
}

/*Banner */
#Banner {
	width:100%;
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	background: rgba(0,0,0, 0.9);
}
#Banner section {
	margin:0 auto;
	padding:2.26vw 0;
	width:93.33vw;
	box-sizing:border-box;
}
#Banner section ul {
	margin-bottom: 0.66vw;
	line-height:0;
/*
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
*/
}
#Banner section li {
	width: 50.93vw;
	margin: auto;
	/* margin-right:5px;
	float:left; */
}
#Banner section li:nth-child(2n) {
	margin:0;
}
#Banner section p {
	clear:both;
	color:#FFF;
	font-size:2.93vw;
	line-height: 1.5;
	text-align: center;
}
#Banner section p em {
	font-weight:bold;
	font-style:normal !important;
	text-decoration:underline;
}
#Banner section a img{
	width:100%;
	height:auto;
}


/*footer*/
#footer {
	margin:0;
	padding:10px 0 0;
	/*min-height:66.66vw;*/
	min-height:42.66vw;
    clear:both;
	background:#004cde;
	box-sizing:border-box;
	font-size:90%;
	background:#004cde;
}
.footer {
	margin:0 auto;
	padding:10px;
	width:95%;
	box-sizing:border-box;
	background:#1464eb;
}
.footer h2,
.footer h3,
.footer h4,
.footer p {
	margin:0 0 5px;
	clear:both;
	color:#FFF;
	display:block;
}
.footer h4 {
	text-align:center;
	line-height: 1.5;
}
.footer p {
	margin:0 0 5px;
	clear:both;
	display:block;
}
/**/
.footer div {
	margin:0 0 5px;
	padding:10px;
	clear:both;
	width:98%;
	font-size:80%;
	line-height: 1.5;
	display:block;
	box-sizing:border-box;
	background:#004cde;
}
.footer div h2 {
	font-size:120%;
}
/**/
#footer small {
	padding:10px 0;
	clear:both;
	font-size:70%;
	color:#FFF;
	display:block;
	text-align:center;
}
/**/
.footer2 h2 img,
.footer2 ul li img,
.footer p img{
	width:100%;
	height:auto;
}

/* 0107 ms-custom */
.max_img {
	display: block;
	margin: 0 auto 0;
	max-width: 900px;
	width: 100%;
}

.max_img_camp {
	display: block;
	margin: 0 auto 40px;
	max-width: 900px;
	width: 100%;
}

.max_img_pack {
	display: block;
	margin: 0 auto 40px;
	max-width: 900px;
	width: 100%;
}