@charset "UTF-8";

/*Font Size List ----------------------------------------------------------------
8px = 62%
9px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* LinkColor */
a:link {
color: #00F;
}
a:visited {
color: #600;
}
a:hover {
color: #090;
}
a:focus {
color: #090;
}
a:active {
color: #FF0;
}
/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}

/* ------------------------------------------------------------------------------
base
------------------------------------------------------------------------------ */

/* Body */
html {
height: 100%;
}
body {
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
background-color: #ffffff;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-style: normal;
font-weight: 200;
height: 100%;
}
/* Container */
.container {
width: 100%;
margin-left: auto;
margin-right: auto;
min-height: 100%;
background-color: #FFFFFF;
position: relative;
}
#main {
}
header {
width: 100%;
background-color: #103877;
display:table;
text-align:center;
}
.logo {
font-size: 153.9%;
color: #fff;
font-weight: bold;
display:table-cell;
vertical-align:middle;
}
.headTit a {
text-decoration: none;
color: #fff;
}
.headTit a:hover {
opacity: 0.5;
}
.sp_br {
display: none;
}
footer {
height: 70px;
bottom: 0;
width: 100%;
background-color: #103877;
display:table;
text-align:center;
}
.copyright {
text-align: center;
background-color: #103877;
color: #FFFFFF;
font-size: 77%;
font-weight: bold;
width: 100%;
display:table-cell;
vertical-align:middle;
}
ul.topContlist {
margin-bottom: 25px;
}
.serchArea p {
font-size: 123.1%;
font-weight: bold;
margin-bottom: 5px;
text-align: center;
}
.serchBox {
display: flex;
flex-wrap: nowrap;
}
input.sbox {
border: 1px solid #E2E2E2;
padding: 0 10px;
margin-right: 10px;
outline:0;
height: 40px;
box-sizing: border-box;
}
input.sbtn {
background-color: #103977;
color: #ffffff;
border: 1px solid #E2E2E2;
width: 67px;
height: 40px;
box-sizing: border-box;
}
input.pbox {
border: 1px solid #E2E2E2;
padding: 0 10px;
margin-right: 10px;
outline:0;
height: 40px;
box-sizing: border-box;
}
input.pbtn {
background-color: #103977;
color: #ffffff;
border: 1px solid #E2E2E2;
width: 67px;
height: 40px;
box-sizing: border-box;
}

/* SP */
@media screen and (max-width: 768px) { 
header {
height: 130px;
}
.logo {
width: 100%;
text-align: center;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.headTit {
width: 100%;
text-align: center;
padding-top: 26px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.headTit img {
margin-bottom: 3px;
margin-right: 18px;
}
.home {
display: none;
}
.sp_br {
display: inline-block;
}
#main {
margin-bottom: 120px;
}
.serchBox form {
width: 90%;
margin: 0 auto 120px;
position: relative;
}
input.sbox {
margin-right: 0;
width: 80%;
position: absolute;
left:0;
top:0; 
}
input.sbtn {
width: 18%;
position: absolute;
top: 0;
left: 80%;
}
input.pbox {
margin-right: 0;
width: 80%;
left:0;
top:0; 
}
input.pbtn {
width: 18%;
top: 0;
left: 80%;
}
}



/* PC */
@media screen and (min-width: 769px) {
#head {
width: 100%;
margin-left: auto;
margin-right: auto; 
/*position: relative;*/
}
.home {
/*position: absolute;*/
/*top: 20px;*/
width: 700px;
margin: 20px auto 0;
}
.home img {
float: left;
margin-top: 3px;
}
.home p {
float: left;
color: #ffffff;
margin-left: 10px;
font-size: 108%;
font-weight: bold;
}
header {
height: 130px;
margin-bottom: 70px;
}
.logo {
font-weight: bold;
text-align: center;
width: 204px;
margin: 0 auto;
padding: 35px;
}
.headTit {
font-weight: bold;
font-size: 153.9%;
text-align: center;
width: 204px;
margin: 0 auto;
padding: 56px;
}
.headTit img {
margin-bottom: 8px;
margin-right: 40px;
}
.mainInner {
width: 700px;
margin: 0 auto 170px;
box-sizing: border-box;
}
.serchBox form {
width: 410px;
margin: 0 auto 170px;
}
input.sbox {
margin-right: 10px;
width: 320px;
}
input.sbtn:hover {
opacity: 0.6;
}
input.pbox {
margin-right: 10px;
width: 320px;
}
input.pbtn:hover {
opacity: 0.6;
}
}
