﻿@charset "utf-8";

*, *::before, *::after {box-sizing: border-box;}
img, svg {
	border: none;
	vertical-align: bottom;
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	line-height: 1.0em;
}
li {list-style-type: none;}
a {
	text-decoration: underline;
    text-underline-offset:0.3em;
	transition: 0.2s ease-in-out;
    cursor: pointer;
}
p a{
    text-decoration: underline;
    text-underline-offset:0.3em;
    transition: 0.2s ease-in-out;
    color: inherit;
}
a, a::before, a::after, a img {
    transition: all 0.2s;
}
/*a:hover {
	text-decoration: underline;
    text-underline-offset: 0.3em;
	backface-visibility: hidden;
    opacity: 0.7;
}*/
p a:hover {text-decoration: none;}
a img {
	transition: 0.3s ease-in-out;
	outline: none;
	box-shadow: #000 0 0 0;
}
/*a:hover img {
	opacity: 0.7;
	backface-visibility: hidden;
}*/
ins, del {text-decoration: none;}



/*----------------------------------------
	基本設定
----------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    width: device-width;
    margin: 0 auto;
    padding: 0;
    /*text-align: center;*/
    color: #000000;
    -webkit-text-size-adjust: 100%;
    font-size: 0.875em;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
}

.contents #container {
    line-height: 30px; /* 行の高さ */
    margin: 0 auto; /* 領域間のスペース */
    padding: 0 0 50px 0; /* 領域内のスペース */
}

/* 画像の影
--------------------------------------------------------- */
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5); /*横方向　下方向　ぼかし　広がり　色 */
}

/* page-top
--------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #1588c9;
    text-decoration: none;
    color: #fff;
    padding: 25px 5px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
#page-top a:hover {
    text-decoration: none;
    background: #5cadda;
}

/* 画像に白い半透明のマウスオーバー
--------------------------------------------------------- */
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a {color: #000000;}

.link-bana {}


img {border: none;}

.bold {font-weight: bold;}

.16pxred{
font-size: 16px;
color: #ff0000;
}

.imgFloatl {
    float: left;
    margin: 20px 20px 10px 40px;
}
.imgFloatr {
    float: right;
    margin: 20px 40px 10px 20px;
}
.imgFloatsqs {
    float: right;
    margin: 40px 40px 10px 20px;
}
.floatclear {clear: both;}   

.mb-5px {margin-bottom: 5px;}
.mb-8px {margin-bottom: 8px;}
.mb-10px {margin-bottom: 10px;}
.mb-15px {margin-bottom: 15px;}
.mb-20px {margin-bottom: 20px;}
.mb-30px {margin-bottom: 30px;}
.mb-40px {margin-bottom: 40px;}
.mb-50px {margin-bottom: 50px;}
.mb-1 {margin-bottom: 1em !important;}
.mb-1_5 {margin-bottom: 1.5em !important;}
.mb-2 {margin-bottom: 2em !important;}
.mb-3 {margin-bottom: 3em !important;}
.mb-4 {margin-bottom: 4em !important;}
.mb-5 {margin-bottom: 5em !important;}
.m-0 {margin: 0;}
.m-0auto {margin: 0 auto;}
.m-auto {margin: auto;}
.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left;}


/*----------------------------------------
	header
----------------------------------------*/
#wrapper{max-width: 840px;}

#hd_wrapper {
    /*height: auto;
    padding: 0;
    width: 100%;
    background-color: #FFFFFF;*/
    /*border-bottom: #1D80BB 5px solid;
    z-index: 1;*/
    /*top: 0;
    left: 0;
    left: auto;*/
    
    position: relative;
}

#header {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px; 
    margin: 0 auto;
    padding: 0.5em;
    border-bottom: #1D80BB 5px solid;
    border-bottom: #24ADE2 5px solid;
}
#header .logo {
    /*float: left;*/
    /*width: 50%;*/
    /*margin-top: 10px;*/
}
#header .logo a {
display: block;
width: 100%;
height: 100%;
}
#header h1.logo a {
font-size: 1rem;
}
#header .logo img {
    max-width: 180px;
    vertical-align: middle;
}
#header .sp_menu {
    display: block;
    width: 50px;
    position: fixed;
    right: 2%;
    top: 0;
    z-index: 1000;
}
#header .sp_menu img {
    max-width: 100%;
    width: auto;
    height: auto;            
}

/*sp_menu--------------------*/

#sp_menu {
    background-color: #efefef;
    z-index: 998;
    text-align: left;
}
#sp_menu .close {
    display: block;
    background-color: #1D80BB;
    color: #fff;
}
#sp_menu .close span {
    display: block;
    width: 96%;
    padding: 10px 2%;
    cursor: pointer;
}
#sp_menu .title {
    display: block;
    padding: 10px 3%;
    text-decoration: none;
    border-top: 1px dotted #d3d3d3;
}
#sp_menu .title a {
    display: block;
    text-decoration: none;
    /*background:url(../img/sp_fmenu_arrow.png) right no-repeat;*/
}

/* メニュー部分の固定
--------------------------------------------------------- */

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 10000;
}

/*----------------------------------------
	clearfix
----------------------------------------*/

.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}

/*¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */

/*-----------------------------
レスポンシブ画像設定
------------------------------*/
.rectangle169-image {
    position: relative;
    overflow: hidden;
}
.rectangle169-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.rectangle169-image:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
    display: inline;
    width: 70%;
    margin: 10px;
    line-height: 30px;
    height: 30px;
    padding: 0px 0px;
    border: 1px solid #d4d4d7;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}

textarea {
    height: auto;
    line-height: 1.5;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 0px 25px;
    /*height: 30px;
    line-height: 30px;*/
    margin: 0;
    background: #1D80BB;
    border: 1px solid #d4d4d7;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
}

    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
        background: #1D80BB;
        cursor: pointer;
    }

*:first-child + html input[type="submit"] {
    padding: 3px;
}




/*----------------------------------------
	contents
----------------------------------------*/
#wrapper {
    width: 100%;
    margin: 20px auto 10px;
    margin: 1.5em auto 1em;
    padding: 0;
    position: relative;
}

#cont-wrapper {
    /*width: 90%;*/
    margin: 0 auto 1.5em;
    padding: 0 1.5em;
    /*box-sizing: border-box;*/
}

#kensaku {
    margin: 0 auto 1.5em;
    /*width: 100%*/
    text-align: center;
}

h2 {
    width: 100%;
    background: url(../img/h1_bg.png) no-repeat;
    margin: 30px 0 10px 0;
    padding: 10px 5px 10px 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
    box-sizing: border-box;
    background-color: #f8fafc;
    border-bottom: 1px solid #b8c2c8;
}


/*----------------------------------------
	footer
----------------------------------------*/
#footer {
    width: 100%;
    padding: 0px 0;
}
.foot-wrapper {
    width: 100%;
    padding: 1em 0;
    margin: 0px auto;
    background-color: #EFEFEF;
}
#footmenu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 0;
    background: #1D80BB;
}
#footmenu div {
    display: block;
    width: 50%;
    height: 100%;
}
#footmenu div a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    line-height: 2;
    background: #1D80BB;
    text-align: center;
    /*float: left;
    box-sizing: border-box;*/
    border-bottom: 1px solid #fff;
    /*display: block;*/
}

#footmenu div a:nth-child(1n+1) {border-right: 1px solid #fff;}
#footmenu div:last-child a {border-bottom: none;}
/*#footmenu div a:nth-last-child(2), #footmenu div a:nth-last-child(1) {border-bottom: 1px solid #fff;}*/

.foot-logo{
margin-top: 1em;
text-align: center;
}
.foot-logo img{
max-width: 200px;
}
.foot-copyright{
text-align: center;
margin: 0.5em 0 1em;
font-size: 0.8em;
}

#pc_pre {
    width: 90%;
    margin: 10px auto;
}




/* ---------------------------------------------------------
	ボタン
--------------------------------------------------------- */
.btn {
    background: #ffffff;
    border: 1px solid #888888;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #111111;
    width: 150px;
    padding: 5px 20px;
    /*margin: 50px;*/
    line-height: 40px;
}



.pc-btn-form {
    width: 80%;
    background: #1c73a6;
    border-radius: 8px;
    margin: 20px auto 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
    .pc-btn-form:hover {
        background: #1588c9;
        color: #ffffff;
    }



