@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

.mB15 {
margin-bottom: 15px;
}

.mB20 {
margin-bottom: 20px;
}

.mB30 {
margin-bottom: 30px;
}

.mB40 {
margin-bottom: 40px;
}

.mB50 {
margin-bottom: 50px;
}


li{
	list-style: none;
}


@media only screen and (min-width: 768px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*com
-------------------------------------*/
.contents_inner {
	width:1200px;
	margin:60px auto 80px;
}

.w1200 {
	min-width: 	1200px;
	margin: auto;
}
	
.comBox {
margin-bottom: 100px;
}
	
.w470_L {
    width: 470px;
    float: left;
}
	
.w470_R {
    width: 470px;
    float: right;
}
	
.comTitle3 {
text-align: center;
font-size: 1.6em;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1;
margin-bottom: 50px;
}
	
.comTitle3 span {
position: relative;
display: inline-block;
margin-bottom: 1em;
}

.comTitle3 span:before {
content: '';
position: absolute;
bottom: -25px;
display: inline-block;
width: 50px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 2px;
background-color: #de7638;
}

.tit_en {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:34px;
	letter-spacing:2px;
	margin:0 auto 30px;
}


.m-heading1 {
	position: relative;
	display: block;
	width: 100%;
	padding:0 0 40px;
	font-size: 22px;
	line-height:2.2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 60px;
}

.m-heading1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #005BAC
}

.m-heading2 {
    font-size:18px;
    line-height: 2em;
	color:#005BAC;
	text-align:center;
	letter-spacing:1px;
	margin:30px auto 30px;
}

.m-heading3 {
	font-size:20px;
	line-stacking:2em;
	letter-spacing:1px;
	color:#005BAC;
	margin:30px auto 30px;
	position:relative;
}

.m-heading3::before {
	background: #3a831f none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}


.m-heading4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color:#000000;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}

.m-heading4 span {
	font-size: 0.6em;
	color: #8A8A8A;
}

.m-heading4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #005BAC;
	width: 80px;
}

.com_read_txt {
	width:60%;
	background:#96ca0b;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 2%;
	text-align:center;
	margin:30px auto;
}


.duties_box {
	width:100%;
	margin:0 auto 60px;
	position:relative;
}

.duties_txt_l {
	background: #3a831f;
    float: left;
    margin-top: -200px;
    padding:2%;
    width: 620px;
	color:#FFFFFF;
	font-size:14px;
	opacity:0.95;
}

.pc {
	display: block;
}

.sp {
	display:none;
}


/*header
-------------------------------------*/

.header {
	height: 85px;
	background: rgba(255,255,255,1.0);
	box-shadow:0px 0px 4px 3px #c1c1c1;
	position:relative;
	z-index:100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 1200px;
}

.headerL {
	padding: 0 0 0 10px;
	text-align: left;
	width: 380px;
	display:inline-block;
}

header .headerL a {
	display: block;
	width: 270px;
}

.headerR {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 70%;
}

.headerR nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	border-right: solid 1px #c1c1c1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerR nav ul li {
	width: 118px;
	height: 85px;
	text-align: center;
	border-left: solid 1px #c1c1c1;
}

.headerR nav ul li a {
	width: 118px;
	height: 85px;
	text-decoration: none;
	color: #005BAC;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}

.headerR nav ul li a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #848484;
	margin-bottom: 10px;
}

.headerR nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #005BAC;
}

.headerR nav ul li a:hover span {
	color: #333;
}

.headerR .contact {
	width: 300px;
	height: 85px;
	text-align: center;
}

.headerR .contact .btn_contact {
	background: #005BAC;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
}

.headerR .contact a:hover {
	opacity: 0.6;
}

.headerR .contact a img {
	margin-right: 7px;
}

.headerR .contact p {
	line-height: 10%;
}


.headerR .contact .tel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    margin: 15px 0 0;
}

.headerR .contact .tel img {
	margin: 0 7px 0 0;
}
	
.headerR .contact .tel a,
.headerR .contact .tel a i{
	color: #222;
	text-decoration: none;
}

.headerR .contact .tel_txt {
	font-size:12px;
}

.com_list {
width: 100%;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.com_list li {
position: relative;
width: 31.33%;
float: left;
margin-right: 3%;
display: block;
margin-bottom: 5%;	
}


.com_list li:nth-child(3n+3) {
margin-right: 0;
}

.com_list li:nth-child(2n+2) {
margin-right: 3%;
}	
	
	
.com_list_tit {
position: absolute;
background: #005BAC;
padding: 1% 10% 1% 2%;
color: #fff;
font-size: 16px;
display: block;
z-index: 10;
margin: -20px 0 0;
}


.comtit_sub {
padding-bottom: 30px;
text-align: center;
font-weight: normal;
font-size:32px;
letter-spacing: 10px;
line-height: 120%;
}	
.comtit_sub strong {
color: #005BAC;
font-size: 0.9em;
font-weight: bold!important;
letter-spacing: 0!important;
display: block;
}
	
.comtit_sub span {
font-family: Arial, Helvetica, sans-serif;
color: #005BAC;
font-size: 0.6em;
margin: 0 auto 30px;
display: block;
letter-spacing: 0 !important;
font-weight: bold !important;
}
	
	
.comtit_sub::before {
content: "";
display: block;
height: 30px;
margin: 0 auto 23px;
width: 1px;
background: #005BAC;
}

	

.com_table {
		width: 100%;
		margin: 0 auto;
	}	
	
.com_table th {
		width: 19%;
		color: #005BAC;
		font-size: 14px;
		display:table-cell;
		font-weight: normal;
		border-bottom: 1px solid #ededed;
		padding: 1%;
	}	
	
.com_table td {
		width: 69%;
		padding: 1%;
		display:table-cell;
		font-size: 14px;
		border-bottom: 1px solid #ededed;
	}	
	

	

	
/*sp-menu
-------------------------------------*/

.sp-menu {
	display: none;
	float: right;
}






/*footer
----------------------------------*/

footer {
width: 100%;
min-width: 1200px;
}

#footer {
width: 100%;
min-width: 1200px;
background-color: #ececec;
}

.footerIn {
width: 1000px;
margin: auto;
padding: 40px 0;
}
	
.footerIn .flex{
display: flex;
justify-content: space-around;
margin: 30px auto 0;
width: 90%;
}
	
.footerIn .flex a{
color: #000;
text-decoration: none;
	font-size: 0.9em;
}

.f_navi {
width: 100%;
margin-bottom: 50px;
}

.f_navi p {
text-align: center;
}

.f_navi a {
font-size: 14px;
font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
color: #000;
transition: 0.3s ease-in-out;
}

.f_navi a:hover {
color: #00488c;
}

.companyBox {
width: 370px;
margin: 0 auto;
border-left: #ccc 1px solid;
border-right: #ccc 1px solid;
}

.f_logo {
width: 300px;
margin: 0 auto 20px;
}

.f_add p {
text-align: center;
font-size: 12px;
}

.copy {
padding: 5px;
font-size: 11px;
color: #fff;
background-color: #4c4c4c;
text-align: center;
}


/* contents
--------------------------------------------*/
.iqWrap {
box-sizing: border-box;
width: 1000px;
padding: 5px;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
background: -webkit-repeating-linear-gradient(-45deg, #ff9bad, #ff9bad 5px, #ffffff 5px, #ffffff 10px);
background: repeating-linear-gradient(-45deg, #ff9bad, #ff9bad 5px, #ffffff 5px, #ffffff 10px);
}

.iqWrapIn {
box-sizing: border-box;
width: 100%;
padding: 20px 20px 0;
background-color: #fff;
display: table;
}
	
.email{
text-align: center;
}
	
.email img{
margin-right: 20px;
}
	
.sp_email{
display: none;
}

.iqImg {
display: table-cell;
vertical-align: middle;
width: 300px;
}

.iqBox {
display: table-cell;
vertical-align: middle;
padding-left: 50px;
}

.iqTxt {
font-weight: 500;
margin-bottom: 10px;
text-align: center;
}

.iqNumber {
width: 100%;
margin-bottom: 20px;
}

.iqNumber li {
box-sizing: border-box;
width: 50%;
padding: 0 10px;
float: left;
text-align: center;
list-style: none;
border-right: 1px #111 solid;
}

.iqNumber li:last-child {
border: none;
}

.iqNumber li img {
margin-bottom: 10px;
}

.iqNumber li p {
font-weight: bold;
font-size: 1.1em;
}

.iqNumber li p.iqTxt2 {
font-weight: 500;
font-size: 13px;
}

.iqTit {
color: #ffa024;
font-weight: bold;
margin-bottom: 5px;
}
	
.sp_in{
display: none;
}



/*
----------------------------------*/



}



@media only screen and (max-width: 767px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


/*com
-------------------------------------*/
.contents_inner {
	width:98%;
	margin:40px auto;
}

.w1200 {
	width: 98%;
	margin: auto;
}
	
.w470_L {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
}
	
.w470_R {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
.comTitle3 {
text-align: center;
font-size: 1.3em;;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1;
margin-bottom: 50px;
}
	
.comTitle3 span {
position: relative;
display: inline-block;
margin-bottom: 1em;
}

.comTitle3 span:before {
content: '';
position: absolute;
bottom: -25px;
display: inline-block;
width: 50px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 2px;
background-color: #de7638;
}
	
.comBox {
    margin-bottom: 40px;
}
	
.comBox p {
    font-size: 0.8em;
}

.tit_en {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	letter-spacing:2px;
	margin:0 auto 20px;
}


.m-heading1 {
	position: relative;
	display: block;
	width: 100%;
	padding:0 0 40px;
	font-size: 14px;
	line-height:1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	margin:0 auto 30px;
}

.m-heading1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	background-color: #005BAC
}

.m-heading2 {
    font-size:12px;
    line-height: 2em;
	color:#005BAC;
	text-align:center;
	letter-spacing:0.2em;
	margin:30px auto 30px;
}

.m-heading3 {
	font-size:14px;
	line-stacking:2em;
	letter-spacing:1px;
	color:#005BAC;
	margin:20px auto;
	position:relative;
}

.m-heading3::before {
	background: #3a831f none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.m-heading4 {
	font-size: 14px;
	line-height: 1.5em;
	color:#000000;
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}


.m-heading4 span {
	font-size: 0.6em;
	color: #8A8A8A;
}

.m-heading4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #005BAC;
	width: 80px;
}


.com_read_txt {
	width:90%;
	background:#96ca0b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2%;
	text-align:left;
	margin:15px auto;
}

.btnStyle1 a {
	background: rgba(255,255,255,0.7);
	margin: auto;
	display: block;
	position: relative;
	text-decoration: none;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border:solid 1px #000;
	overflow: hidden;
	z-index: 1;
	margin:0 auto 30px;
}

.btnStyle1 a:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background: #333;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.btnStyle1 a:hover {
	color: #FFF;
}

.btnStyle1 a:hover:after {
	height: 350%;
	opacity: 1;
}

.btnStyle1 a:active:after {
	height: 350%;
	opacity: 1;
}



.btnStyle2 a {
	background: rgba(50,150,95,0.7);
	margin: auto;
	display: block;
	position: relative;
	text-decoration: none;
	height: 40px;
	width: 300px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	border:solid 1px #005BAC;
	overflow: hidden;
	z-index: 1;
	margin:0 auto 30px;
}

.btnStyle2 a:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background: #FFFFFF;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}

.btnStyle2 a:hover {
	color: #005BAC;
}

.btnStyle2 a:hover:after {
	height: 350%;
	opacity: 1;
}

.btnStyle2 a:active:after {
	height: 350%;
	opacity: 1;
}



.duties_box {
	width:100%;
	margin:0 auto 30px;
	position:relative;
}

.duties_txt_l {
	background: #3a831f;
    float: none;
    margin-top:0;
    padding:2%;
    width:96%;
	color:#FFFFFF;
	font-size:12px;
}

.pc {
	display:none;
}

.sp {
	display:block;
}


/*header
-------------------------------------*/

header {
	background: rgba(255,255,255,1.0);
	min-width: auto;
	box-shadow:0px 0px 4px 3px #c1c1c1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerL {
	float: none;
	height: auto;
	padding: 5px;
	text-align: center;
	width: 45%;
}

header .headerL h1 {
	font-size: 0.85em;
	color: #848484;
	font-weight: normal;
	margin: 40px 0 0 20px;
	display: none;
}

header .headerL a {
	float: none;
	line-height: normal;
}

.headerR {
	width: 650px;
	display: none;
}

.headerR nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	vertical-align: middle;
	border-right: solid 1px #c1c1c1;
}

.headerR nav ul li {
	float: left;
	width: 118px;
	height: 105px;
	text-align: center;
	border-left: solid 1px #c1c1c1;
}

.headerR nav ul li a {
	width: 118px;
	height: 105px;
	text-decoration: none;
	color: #005BAC;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
}

.headerR nav ul li a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #848484;
	margin-bottom: 10px;
}

.headerR nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #005BAC;
}

.headerR nav ul li a:hover span {
	color: #333;
}

.headerR .contact {
	width: 166px;
	float: right;
	text-align: center;
}

.headerR .contact a {
	width: 100%;
	height: 36px;
	background: #005BAC;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
}

.headerR .contact a img {
	margin-right: 7px;
}

.headerR .contact p {
	line-height: 10%;
}


.headerR .contact .tel {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 1.7em;
	margin: 18px 0 0 0;
}

.headerR .contact .tel img {
	margin: 0 7px 0 0;
}





/*sp-menu
-------------------------------------*/

.sp-menu {
	display: block;
}

.sp-menu ul {
	text-align: center;
	margin:0;
	padding: 0;
	list-style: none;
}

.sp-menu ul li {
	border-radius: 3px;
	background: #FFF;
	text-align: center;
	background: #005BAC;
	display: inline-block;
}

.sp-menu ul li a {
	display: inline-block;
	width: 80px;
	height: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}

.sp-menu ul li a i {
	margin: 0 5px 0 0;
}






/*footer
----------------------------------*/

footer {
width: 100%;
}

#footer {
width: 100%;
background-color: #ececec;
}

.footerIn {
width: 98%;
margin: auto;
padding: 30px 0;
}
	
.footerIn .flex{
text-align: center;
margin-top: 20px;
}
	
.footerIn .flex a{
color: #000;
text-decoration: none;
font-size: 0.8em;
}

.f_navi {
display: none;
width: 100%;
margin-bottom: 50px;
}

.f_navi p {
text-align: center;
}

.f_navi a {
font-size: 14px;
font-family: "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
color: #000;
transition: 0.3s ease-in-out;
}

.f_navi a:hover {
color: #00488c;
}

.companyBox {
width: 70%;
padding: 0 10px;
margin: 0 auto;
border-left: #ccc 1px solid;
border-right: #ccc 1px solid;
}

.f_logo {
width: 160px;
margin: 0 auto 0;
}

.f_add {
display: none;
}

.f_add p {
text-align: center;
font-size: 12px;
}

.copy {
padding: 5px;
font-size: 10px;
color: #fff;
background-color: #4c4c4c;
text-align: center;
}
	
	
/* contents
--------------------------------------------*/
.iqWrap {
box-sizing: border-box;
width: 100%;
padding: 5px;
margin-left: auto;
margin-right: auto;
border-radius: 8px;
background: -webkit-repeating-linear-gradient(-45deg, #ff9bad, #ff9bad 5px, #ffffff 5px, #ffffff 10px);
background: repeating-linear-gradient(-45deg, #ff9bad, #ff9bad 5px, #ffffff 5px, #ffffff 10px);
}

.iqWrapIn {
box-sizing: border-box;
width: 100%;
padding: 10px;
background-color: #fff;
display: table;
}
	
.email{
text-align: center;
}
	
.sp_email{
display: inline-block;
text-align: center;
background: #fff;
width: 100%;
}

.iqImg {
display: none;
/*vertical-align: middle;
width: 300px;*/
}

.iqBox {
display: table-cell;
vertical-align: middle;
}

.iqTxt {
font-size: 1em;
font-weight: 500;
margin-bottom: 10px;
}

.iqNumber {
width: 100%;
margin-bottom: 20px;
}

.iqNumber li {
box-sizing: border-box;
width: 50%;
padding: 0 10px;
float: left;
text-align: center;
list-style: none;
border-right: 1px #111 solid;
}

.iqNumber li:last-child {
border: none;
}

.iqNumber li img {
margin-bottom: 10px;
}

.iqNumber li p {
font-weight: bold;
font-size: 0.9em;
}

.iqNumber li p.iqTxt2 {
font-weight: 500;
font-size: 0.8em;
text-align: left;
}

.iqTit {
color: #ffa024;
font-weight: bold;
margin-bottom: 5px;
}
	
	
}




/*
----------------------------------*/





/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

/*@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}*/

