
/*--- base --------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/head/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	color: #333;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","MS Gothic",Verdana,sans-serif;
	font-weight: 400;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s; 
	line-height: 1.6;
}

a {text-decoration: none;}
a:link {color: #6699CC; text-decoration: none;}
a:active {color: #333FFF; text-decoration: none;}
a:visited {color: #888888; text-decoration: none;}
a:hover {color: #66bbFF; text-decoration: underline;}

a {
text-transform: capitalize;
}
a:link img {border-color: #666;}
a:visited img {border-color: #666;}
a:hover img {border-color: #666; opacity: 0.6; filter: alpha(opacity=60);}


#fadeWhite {
	position: fixed;
	width: 100%;
	background: #fff;
	height: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999;
}

/*--- up ---*/
.menu1Btn {
width: 50px;
height: 50px;
line-height: 50px;    
border: 2px solid #777;
background: #fff;
text-align: center;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
right: 50px;
bottom: 85px;
z-index: 900;
position: fixed;
display: none;
cursor: pointer;
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.menu1Btn:hover {
border: 2px solid #3c81e5;
background: #fff;
text-decoration: none;
}
.menu1Btn a:hover {
text-decoration: none;
}

.first-link {
font-size: 1.6rem;
margin-top: -1px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.upMotion {
-webkit-animation: upMotion 1s;
-moz-animation: upMotion 1s;
-o-animation: upMotion 1s;
animation: upMotion 1s;
}
.upOutMotion {
-webkit-animation: upOutMotion 1s;
-moz-animation: upOutMotion 1s;
-o-animation: upOutMotion 1s;
animation: upOutMotion 1s;
}
.upMotion a {
color: #777;
text-align: center;
}
.upMotion a:hover{
color: #3c81e5;
text-decoration: none;
text-align: center;
}


/*--- wrap_xxx ---*/
.wrap_xxx {
text-align: center;
margin: 0 auto;
padding: 10px 0 0 0;
}
.space_c0 {
display: block;
margin: -85px 0;
}

/*--- menu ---*/
.xxx {
padding-top: 15px;
}
.nav {
margin: 35px 0 0 -32px;
padding: 0;
}
ul {
list-style: none;
margin: 0 auto;
}
ul#navi li {
display: inline-block;

text-align: center;
}
ul#navi li a {
text-decoration: none;
color: #fff;
}

/*--- line ----*/
.line {
width: 100%;
font-size: 1.0rem;
color: #fff;
text-align: center;
margin: 2px auto 16px;
padding: 10px 0;
background: #3c81e5;
/*- background-image: url("../img/head/line.jpg"); --*/
background-position: top center;
}
.line a:link {color: #fff; text-decoration: none;}
.line a:hover {color: #fff; text-decoration: underline;}

.small {
font-size: 0.9rem;
margin-left: 97px;
}

.si {
font-size: 1.2rem;
font-weight: bold;
color: #326abb;
text-align: center;
margin: 0 auto;
padding: 5px 16px;
background: #ffc73b;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.si a:link {color: #326abb; text-decoration: none;}
.si a:visited {color: #326abb; text-decoration: none;}
.si a:hover {color: #cc0000; text-decoration: underline;}

.si_l {
font-size: 1.2rem;
font-weight: bold;
color: #326abb;
text-align: center;
margin: 0 auto;
padding: 10px 22px;
background: #ffc73b;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
.si_l a:link {color: #326abb; text-decoration: none;}
.si_l a:visited {color: #326abb; text-decoration: none;}
.si_l a:hover {color: #cc0000; text-decoration: underline;}

.si_x {
margin: 22px 0 0 1px;
}

/*--- wrap ---*/
.wrap {
	font-size: 1.1rem;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.fixed {
position: fixed;
z-index: 20;
top: 0;
left: 0;
width: 100%;
padding-top: 10px;
background-color: #fff; 
background-image: url(../img/head/bg2.jpg);
background-repeat: no-repeat;
background-position:  top center;
border-bottom: medium solid #3c81e5;
box-shadow: 0 1px 3px #333;
-moz-box-shadow: 0 1px 3px #333;
-webkit-box-shadow: 0 1px 3px #333;
}


/*--- main --------------------------------------------------------------*/
.content {
max-width: 1280px;
margin: 0 auto;
padding: 0 0 43px;
text-align: center;
font-size: 0.95rem;
}
.cc2 {
margin-top: 10px;
}
.cc2_top {
margin-top: 148px;
}
.bold {
font-weight: bold;
}


/*--- content_1 ホーム ---*/
.c1_1 {
max-width: 510px;
margin: 28px auto 22px;
}

.c1_bg {
background-image: url(../img/top/c1_bg.jpg);
background-repeat: no-repeat;
margin: 0 auto 44px;
}
.nav_c1 {
margin: 0 auto 40px -38px;
padding: 20px 0 20px;
}
.nav_c1 a:hover img {opacity: 1.0; filter: alpha(opacity=100);}

ul {
list-style: none;
}
ul#navi_c1 li {
display: inline-block;
margin: 8px auto 0;
text-align: center;
}

.news {
max-width: 890px;
margin: 44px auto 34px;
padding: 0 2px;
}

.c1_2 {
max-width: 1280px;
margin: 0 auto;
}
.c1_line {
max-width: 1280px;
margin: 15px auto 19px;
padding: 0;
}
.qr {
max-width: 510px;
margin: -4px auto 36px;
}
.telfax {
margin: -14px auto 35px;
}

.about {
display: inline;
}
.about_sp {
display: none;
}
.about_txt {
max-width: 780px;
text-align: left;
margin: 0 auto;
padding: 30px 10px 21px;
}
.about_txt span {
color: #3c81e6;
font-size: 1.05rem;
font-weight: bold;
}
.about_txt_r {
text-align: right;
}
.about_bg {
max-width: 1280px;
background-image: url(../img/info/c1_about_2.jpg);
margin: -13px auto 44px;
}

.modoru {
margin: -31px auto 43px;
}

ul.flx_m {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;

	max-width: 910px;
	width: 100%;
	margin: 11px auto -6px;
	padding: 0;
	font-size: 0.95rem;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.flx_m li {
	margin: 0 0 0 8px;
	padding-top: 8px;
}

.dayori {
display: inline;
}
.dayori_sp {
display: none;
}
.dayori_txt {
max-width: 910px;
text-align: left;
margin: 17px auto 9px;
padding: 0;
}
.dayori_txt span {
color: #ea68a2;
font-weight: bold;
}
.dayori_txt_r {
margin-bottom: -3px;
text-align: right;
}
.space_c1_1 {
display: block;
margin: 20px 0;
}
.space_c1_2 {
display: block;
margin: 42px 0;
}
.space_c1_3 {
display: block;
margin: 23px 0;
}

.modoru_d {
margin: 0 auto 43px;
}


/*--- content_2 法人概要 ---*/
.c2_1 {
max-width: 220px;
margin: 34px auto -7px;
}
.space_c2_0 {
display: block;
margin: -5px 0;
}
.space_c2_1 {
display: block;
margin: -2px;
}
.space_c2_2 {
display: block;
margin: 27px 0;
}
.space_c2_3 {
display: block;
margin: 36px 0;
}


/*--- content_3 サービス ---*/
.c3_1 {
max-width: 1280px;
margin: 0 auto;
}
.c3_2 {
max-width: 1280px;
background-image: url(../img/service/c3_bg.jpg);
margin: -8px auto -1px;
}
.c3_2_txt {
max-width: 640px;
margin: 0 auto 38px;
padding: 15px;
font-size: 0.95rem;
text-align: left;
}
.c3_3_txt {
margin: 10px auto 0;
color: #3674ce;
font-size: 1rem;
font-weight: bold;
}

.c3_3 {
max-width: 300px;
margin: -3px auto 11px;
}
.nav_c3 {
margin: 0 auto 0 -38px;
padding: 17px 0 1px 0px;
}
ul {
list-style: none;
}
ul#navi_c3 li {
display: inline-block;
margin: -2px auto 0;
text-align: center;
max-width: 180px;
}

.c3_m {
margin: 21px auto 12px;
color: #166ecf;
font-size: 1.2rem;
font-weight: 600;
}

section {
max-width: 920px;
margin: -9px auto 0;
padding: 0 1px;
}
section table {
width: 100%;
text-align: left;
}
section th, section td {
padding: 10px 0 10px 10px;
border: 1px solid #ddd;
}
section th {
background: #f4f4f4;
}
section th span {
color: #cc0000;
font-size: 0.8rem;
}
	.t01 th {
	background: #feba8d;
}
	.t02 th {
	background: #f5ec9f;
}
	.t03 th {
	background: #86dcd1;
}
	.t04 th {
	background: #8ccbff;
}
	.t05 th {
	background: #91e6f4;
}
	.t06 th {
	background: #f9bbc8;
}
.cel th {
width: 22%;
text-align: left;
padding-right: 10px;
}
.t01 th.c3th {
background: #ff934b;
}
.cel td {
padding: 8px;
}
.smx_2 {
max-width: 916px;
margin: 1px auto 0;
padding: 0 2px 0 3px;
}

.space_c3_1 {
display: block;
margin: 30px 0;
}
.space_c3_2 {
display: block;
margin: 30px 0;
}
.space_c3_3 {
display: block;
margin: 10px 0;
}
.space_c3_4 {
display: block;
margin: 30px 0;
}


/*--- content_4 採用情報 ---*/
.c4_m_1 {
margin: 28px auto -11px;
color: #166ecf;
font-size: 1.2rem;
font-weight: 500;
padding: 0 4px;
}
.c4_m_2 {
max-width: 900px;
margin: 32px 0 4px 4px;
color: #166ecf;
font-size: 1.2rem;
font-weight: 600;
text-align: left;
}
.c4_m_3 {
max-width: 900px;
margin: 58px 0 4px 4px;
color: #166ecf;
font-size: 1.2rem;
font-weight: 600;
text-align: left;
}
.c4_txt {
padding: 18px 0 26px;
}

.c4_m_qa {
font-size: 1.0rem;
font-weight: 600;
margin: 5px 0 4px 6px;
text-align: left;
}
#c4_qa_1 {
text-align: center;
margin-bottom: -20px;
}
#c4_qa_1:hover {
cursor: pointer;
}
#target_a {
border: 0px;
margin: 40px 0 -29px;

}
#c4_qa_2 {
text-align: center;
margin-bottom: 0px;
}
#c4_qa_2:hover {
cursor: pointer;
}
#target_b {
border: 0px;
margin: 20px 0 -24px;

}

.c4_f {
max-width: 780px;
margin: 0 auto;
padding: 15px 0 0;
}
textarea {
width: 99%;
font-size: 16px;
}

.space_c4 {
display: block;
margin: 14px 0;
}
.space_c5 {
display: block;
margin-top: -15px;
}


/*--- content_5 アクセス ---*/
.c5_m_1 {
margin: 28px auto -1px;
color: #166ecf;
font-size: 1.2rem;
font-weight: 500;
padding: 0 4px;
}
.c5_txt {	/*--- content 2 で使用 ---*/
max-width: 830px;
padding: 24px 4px 0;
margin: 0 auto;
text-align: left;
}
.c5_txt_r { 	/*--- content 2 で使用 ---*/
padding: 16px 4px 0;
margin: 0 auto;
text-align: right;
}

.space_c5_1 {
display: block;
margin: 27px 0;
}
.space_c5_2{
display: block;
margin: 35px 0;
}


/*--- content_6 お問合わせ ---*/
.c6_m {
margin: 33px auto 0;
color: #166ecf;
font-weight: 500;
padding: 0 4px 6px;
}
.wrap_2 {
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
}

.c6_f {
max-width: 780px;
margin: 0 auto 34px;
padding: 0;
}
.normal {
font-size: 0.8rem;
font-weight: normal;
}
.space_c6_1 {
display: block;
margin: 8px 0;
}
.space_c6_2 {
display: block;
margin: -17px 0;
}


/*--- content_7 個人情報保護に対する基本方針 ---*/
.c7 {
max-width: 300px;
margin: 34px auto -10px;
}
.c7_txt {
max-width: 830px;
margin: 0 auto;
padding: 33px 15px 18px;
text-align: left;
}
.c7_txt span {
font-weight: bold;
}
.c7_txt_r {
max-width: 870px;
padding: 21px 4px 0;
margin: 0 auto -4px;
text-align: right;
}


/*--- fbg ---*/
.fbg {
width: 100%;
margin: 0 auto;
padding: 9px 0;
background-image: url("../img/head/fbg.jpg");
background-position: top center;
}


/*--- copy ---*/
.copy {
clear: borth;
font-size: 0.95rem;
color: #fff;
text-align: center;
padding : 32px 0 30px;
background: #3c81e5;
}
.copy a:link {color: #fff; text-decoration: none;}
.copy a:visited {color: #ddd; text-decoration: none;}
.copy a:hover {color: #fff; text-decoration: underline;}

.copy span {
font-size: 0.95rem;
}
