@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
.nosp {display: none!important;}
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img{
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}
ul {	display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #3b173b;
	-webkit-tap-highlight-color:transparent;
}
a img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
a:hover {color: #ff0000;}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
:focus {outline: none;}
body, html, main {display: block;}
body{
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.6;
	font-size: 18px;
	position: relative;
	background: url(img/flag.png) repeat-x center top;
	-webkit-background-size: 203px 40px;
	background-size: 203px 40px;
	-webkit-text-size-adjust: 100%;
	padding-top: 40px;
	color: #172f53;
}



/* header */
#headtxt {
	font-size: 0.8em;
	margin: 0 10px;
}
#headtxt br {display: none;}
#subheader {height: 132px;}
#gnavwrap {}
nav {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}
.trigger {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(img/trigger.png) no-repeat 0 0;
	border: 1px solid #172f53;
	cursor: pointer;
	-webkit-background-size: 50px 100px;
	background-size: 50px 100px;
	-webkit-text-size-adjust: 100%;
	z-index: 1000;
}
.trigger:hover {
	background: url(img/trigger.png) no-repeat 0 -50px;
	-webkit-background-size: 50px 100px;
	background-size: 50px 100px;
	-webkit-text-size-adjust: 100%;
}
#gnav {
	width: 300px;
	position: fixed;
	top: 62px;
	right: -300px;
	z-index: 900;
	box-shadow: 2px 2px 4px gray;
	overflow: hidden;
	border-top: 1px solid #fff;
}
#gnav li {
	width: 150px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#gnav a {
	font-size: 0.8em;
	display: block;
	color: #fff;
	background: #172f53;
	padding: 25px 0 25px 10px;
}
#gnav a:hover {
	color: #fff;
	background: #29576c;
}




/* footer */
.spark_link {
	width: 300px;
	height: 115px;
	background: url(img/spark_tab.png) no-repeat 0 0;
	-webkit-background-size: 300px 115px;
	background-size: 300px 115px;
	-webkit-text-size-adjust: 100%;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 auto 20px auto;
}

.commonban {
	display: block;
	margin: 0 auto 20px auto;
}
footer {
	width: 100%;
	padding: 40px 10px;
	background: #f2edc0;
	box-sizing: border-box;
}
footer > div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#foottxt {font-weight: bold;}
footer > div > dl {
	margin: 0 0 15px 0;
	text-align: center;
}
footer > div > dl dt a {
	font-weight: bold;
	font-size: 1.2em;
	color: #172f53;
}
footer > div > dl dd:nth-of-type(1),
footer > div > dl dd:nth-of-type(1) span {
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	color: #172f53;
}
footer > div > dl dd:nth-of-type(1) span a {
	font-weight: 700;
	color: #172f53;
}
footer > div > dl dd:nth-of-type(1) img {
	position:relative;
	top: 3px;
	margin-left: 10px;
}
footer > div > dl dd:nth-of-type(2) {font-weight: bold;}
footer > div > p {font-size: 0.9em;}
#map_canvas {
	width: 100%;
	height: 300px;
}
#copyright {
	font-size: 0.8em;
	text-align: left;
	padding: 20px 0 20px 10px;
	color: #fff;
	background: #172f53;
}
#copyright p {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#copyright p a {
	width: 101px;
	height: 190px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/cat02.png) no-repeat;
	position: absolute;
	top: -170px;
	right: 30px;
}
#copyright p a:hover {background-position: -101px 0;}



/* common */
.mt1 {margin-top: 1em!important;}
.mt2 {margin-top: 2em!important;}
.mb1 {margin-bottom: 1em!important;}
.mb2 {margin-bottom: 2em!important;}
.mlr2 {
	margin-left: 1em!important;
	margin-right: 1em!important;
}
.home main {
	margin: 40px 10px 0 10px;
	display: block;
}
main {margin: 20px 10px 0 10px;}
section {
	width: 100%;
	margin: 0 0 80px 0;
	overflow: hidden;
}
#headimg {
	width: 100%;
	height: 200px;
	margin: 0 auto 60px auto;
	position: relative;
	background: url(img/headimg.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
}
.iPhone #headimg,
.iPad #headimg { background-attachment: scroll;}
#headimg h2 {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	line-height: 200px;
	z-index: 500;
	text-shadow:1px 1px 2px #000000;
}
.headtxt {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em
}
.headtxt span {
	font-weight: bold;
	color: #b13221;
}
.imptxt {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: #162e52;
	line-height: 1.2;
}
.regtbl {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.regtbl caption {font-size: 1.4em;margin-bottom: 20px;}
.regtbl tr th,
.regtbl tr td {
	padding: 0.5em 1em;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.regtbl tr th {
	width: 4em;
	background: #fafafa;
}
.txtlist {
	width: 90%;
	padding: 4%;
	background: #fafafa;
	border: 1px solid #ddd;
	margin: 0 auto 1em auto;
}
.txtlist li {
	padding: 4px 0;
	margin-left: 1em;
	text-indent: -1em;
}
.regtxt {margin-bottom: 1em;}
.regtxt02 {
	text-align: center;
	margin-bottom: 1em;
}
.cf {
	margin: 0 20px;
	overflow: hidden;
}
.blue {color: #162e52;}
.cnt {text-align: center;}
.bld {font-weight: bold;}
.fsl {font-size: 1.6em;}
.leftimg {
	max-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 1em auto;
}
.cntimg {
	max-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.rightbox .regtxt {text-align: center;}
.inlinelist {
	margin-bottom: 1em;
	text-align: center;
}
.inlinelist li {
	display: inline;
	margin-right: 5px;
}
.inlinelist li img {
	width: 70px;
	height: 39px;
}
.inlinelist li:last-child {margin-right: 0;}
#footnav {
	width: 100%;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
#footnav li {
	width: 49%;
	height: 200px;
	margin: 0 2% 10px 0;
	float: left;
}
#footnav li:nth-child(even) {margin-right: 0;}
#footnav li.footnav01 a {background: url(img/top/topnav01.png) no-repeat center center;}
#footnav li.footnav02 a {background: url(img/top/topnav02.png) no-repeat center center;}
#footnav li.footnav03 a {background: url(img/top/topnav03.png) no-repeat center center;}
#footnav li.footnav04 a {background: url(img/top/topnav04.png) no-repeat center center;}
#footnav li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	position: relative;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
#footnav li a:hover {
	color: #ff0000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#footnav li a p {
	font-size: 0.9em;
	text-align: center;
	display: block;
	padding: 0.5em 1em;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}




/* top */
#homeheader {
	width: 100%;
	background: url(img/header.gif) repeat-x left top;
}
#homeheader > div {
	width: 100%;
	padding: 15px 10px 0 10px;
	position: relative;
	box-sizing: border-box;
}
#homeheader > div > dl {overflow: hidden;}
#homeheader > div > dl dt {display: none;}
#homeheader > div > dl dd {
	margin: 0 0 18px 0;
	color: #fff;
}
#homeheader > div > dl dd p {
	font-weight: bold;
	font-size: 4.5vw;
}
#homeheader > div > dl dd p img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
#homeheader > div > dl dd i {
	font-size: 1.8em;
	margin-right: 10px;
	font-weight: bold;
}
#homeheader > div > dl dd a {color: #fff;}
#homeheader > div > dl dd i.fa-phone-square {font-size: 1.7em;}
.tel {
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	white-space: nowrap;
	font-weight: bold;
}
#homeheader .tel-link a {font-weight: 700;}
.headcat {
	width: 238px;
	height: auto;
	position: absolute;
	top: -130px;
	right: 0;
}
@media screen and (max-width: 670px) {
	.headcat {
		width: 200px;
		height: auto;
		position: absolute;
		top: -74px;
		right: 0;
	}
}
@media screen and (max-width: 610px) {
	.home dd {text-align: center;}
	.headcat {display: none;}
}



#headlogo {
	position: relative;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 0 150px;
}
#headlogo a {
	color: #172f53;
	font-weight: bold;
}
#headlogo img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 5px;
	left: -130px;
}
.home h1 {
	position: relative;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 150px;
}
.home h1 img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 5px;
	left: -130px;
}

#topwrap {margin-bottom: 40px;}
#topnav {
	width: 100%;
	overflow: hidden;
}
#topnav li {
	width: 49%;
	height: auto;
	background: #ccc;
	float: left;
	margin: 0 2% 20px 0;
	overflow: hidden;
	position: relative;
}
#topnav li:nth-child(even) {margin-right: 0;}
#topnav li a {
	width: 100%;
	height: 100%;
	display: block;
}
#topnav li a p {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
#topnav li a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#topnav li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#fbwrap {
	width: 100%;
	margin-top: 20px;
}
#fbwrap .fb-page {
	display: block;
	margin: 0 auto;
}
#fbwrap h2 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	border-left: 10px solid #172f53;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
}
.fb-page {
	display: block;
}




/* company */
.message {
	margin: 0 auto;
	background: url(img/company/president02.jpg) no-repeat center top;
	padding-top: 170px;
	-webkit-background-size: 200px 150px;
	background-size: 200px 150px;
	-webkit-text-size-adjust: 100%;
}
.president {
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 0.5em;
	font-size: 1.2em;
	text-align: right;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.staff {overflow: hidden;}
.staff li {
	margin: 0 0 1.5em 0;
	overflow: hidden;
}
.staff li img {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 1px solid #172f53;
}
.staff li dl {margin-left: 140px;}
.staff li dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.staff li dt span {
	display: block;
	font-size: 0.9em;
}
.staff li dd {font-size: 0.9em;}

/* contact */
#contact_st .regtbl tr th,
#contact_st .regtbl tr td {
	display: block;
	width: auto!important;
}
#contact_st .regtbl tr td label {
	margin-right: 20px;
	white-space: nowrap;
}
#contact_st .regtbl input[type="checkbox"] {margin-right: 4px;}
label {cursor: pointer;}
#contact_st .regtbl input[type="text"] {
	width: 90%;
	padding: 10px;
}
#contact_st .regtbl textarea {
	width: 90%;
	height: 5em;
	padding: 5px 10px;
}
#contact_st .regtbl .hide {margin-bottom: 10px;display: block;}
#contact_st .regtbl th .red {color: #ff0000;margin-left: 5px;}
.form_addexp {font-size: 0.8em;}
.form_caution {margin-top: 10px;}
.sbmt {
	text-align: center;
	padding: 0.5em 0!important;
}
#sbmt01,
#sbmt02 {
	display: block;
	cursor: pointer;
	text-align: center;
	padding: 20px 0;
	width: 80%;
	margin: 20px auto;
	text-align: center;
	background: #fff;
	border: 1px solid #000;
	font-size: 1.1em;
	transition: all .3s;
}
#sbmt02 {}
#sbmt01:hover,
#sbmt02:hover {
	color: #fff;
	background: #000;
}
.btnwrap {overflow: hidden;}
.btnwrap #sbmt01 {
	width: 48%;
	float: left;
}
.btnwrap #sbmt02 {
	width: 48%;
	margin-left: 52%;
}

.err_msg {
	font-size: 0.9em;
	color: #ff0000;
	font-weight: bold;
	display: block;
	margin: 0.5em 0 0 0;
}
.err_found {
	text-align: center;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	margin: 1em 0;
}
.err_notfound {
	text-align: center;
	border: 1px solid #0056ff;
	color: #0056ff;
	font-weight: bold;
	display: block;
	font-size: 1.1em;
	margin: 1em 0;
}
#privacy {
	font-size: 0.8em;
	width: 92%;
	height: 5em;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
#privacy dt {font-weight: bold;margin-bottom: 5px;}
#privacy dd {margin-bottom: 10px;}




.subnav li {
	margin-bottom: 1em;
	overflow: hidden;
}
.subnav li img {
	width: 120px;
	height: auto;
	display: block;
	float: left;
}
.subnav li p {
	font-size: 0.9em;
	margin-left: 135px;
	color: #172f53;
}
.subnav li p br {display: none;}
/* sale */
.subnav {
	overflow: hidden;
	margin-bottom: 40px;
}
/*
.subnav li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.subnav li p {
	text-align: center;
	margin-top: 1em;
	color: #172f53;
}
.subnav li p br {display: none;}
.subnav li:last-child {margin-right: 0;}
.subnav li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
*/

.subttl {
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6em;
	background: #c4b796;
	margin-bottom: 1em;
}
.case_purchase {overflow: hidden;}
.case_purchase li {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
}
.case_purchase li:nth-child(even) {margin-right: 0;}
.case_purchase li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.chart {
	overflow: hidden;
	margin: 0 0 50px 0;
}
.chart li p {
	color: #3e3e3f;
}

.chart li {
	padding: 15px 10px;
	background: #fff;
	margin-bottom: 45px;
	position: relative;
}
.chart li::after {
	font-size: 2em;
	clear: both;
	position: absolute;
	left: 50%;
	bottom: -40px;
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	-webkit-font-smoothing: antialiased;
	display: block;
	color: #b4d852;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.chart li:last-child::after {display: none;}


.chart li img {display: none;}
.chart li div {}
.chart li strong {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #172f53;
}
.chart li strong span {
	padding: 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #b4d852;
}
.chart li p {font-size: 0.9em;}

.reglink {
	overflow: hidden;
	margin: 0;
}
.reglink li {
	width: 49%;
	margin-right: 2%;
	float: left;
}
.reglink li:nth-child(2n){margin-right: 0;}
.reglink a {
	font-size: 0.9em;
	display: block;
	text-align: center;
	color: #fff;
	background: #172f53;
	border: 2px solid #172f53;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: all .3s;
	padding: 10px 0;
}
.reglink a:hover {
	color: #172f53;
	background: #fff;
}
.reglink a i {margin-right: 5px;}

/* after */
.servicelist {overflow: hidden;}
.servicelist li {
	width: 32%;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 2% 2% 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #162e52;
	float: left;
	border: 2px solid #162e52;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.servicelist li:nth-child(3n) {margin-right: 0;}
@media screen and (max-width: 600px) {
	.servicelist li {
		width: 49%;
	}
	.servicelist li:nth-child(3n) {margin-right: 2%;}
	.servicelist li:nth-child(even) {margin-right: 0;}
}

.messagewrap {
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
.messagewrap > div {}
.messagewrap p {
	font-weight: bold;
	text-shadow: 
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
	z-index: 100;
	position: relative;
	text-align: left;
}
.messagewrap > img {
	width: 80px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.businesslink {
	padding: 10px 0;
	width: 80%;
	margin: 40px auto 0 auto;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	text-indent: 2px;
	color: #fff;
	background: #172f53;
	border: 2px solid #172f53;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: all .3s;
}
.businesslink:hover {
	color: #172f53;
	background: #fff;
}
.businesslink i {margin-right: 10px;}

.grecaptcha-badge {z-index: 1000;}


.eventban {
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 98.52%;
	background: url(img/top/event_35year_sp.png) no-repeat 0 0;
	background-size: contain;
}