@charset "UTF-8";


/* --HTML-- */
html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body{
    background: #ffffcc;
    margin:0;
    padding:0;
    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
}

/* --BODY-- */
body, h1, h2, h3, h4, h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333;
}

/* TAG */
a{
    color: #000;
    outline: none;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a:active{
    color: #1153CB;
}

p {
    line-height:  1.8;
    margin: 0 0 20px 0;
}

li{
    list-style: none;
}

a img, img {
    border:0;
    margin: 0;
    padding: 0;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
    margin:0;
    padding:0;
}

abbr, acronym {
    border:0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style:normal;
    font-weight:normal;
}

caption, th {
    text-align:left;
}

ul {
    list-style:none;
}

ol {
    padding-left: 20px;
}

q:before, q:after {
    content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
    margin:0;
    padding:0;
}

li img{
    vertical-align: bottom;
}

*{
    box-sizing: border-box;
}



/*---------------------------------
ヘッダー
---------------------------------*/
#header{
    border-top: solid 5px #ff0000;
    text-align: left;
    background: #ffff99;
}

#header-top{
    height: 30px;
}

#header-inner{
    width: 1237px;
    margin: 0 auto;
    position: relative;
}

#header-inner p.header-copy{
    position: absolute;
    margin: 0;
    top: 3px;
    left: 0;
    color: #0066ff;
    font-size: 1.4rem;
    font-size: 1.4rem;
}

#header-inner ul#header-menu{
    position: absolute;
    top: 8px;
    right: 0;
    display: flex;
    display: -webkit-flex;
}

#header-inner ul#header-menu li{
    margin: 0 25px 0 0;
    padding: 5px;
    padding: 0 0 0 1.4rem;
    background: url(../images/arrow1.png) no-repeat left center;
    font-size: 1.3rem;
}

#header-area{
    max-width: 1237px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

#header-area #logo{
    position: absolute;
    top: 0;
    left: 0;
}

#header-area #logo a img:hover {
    -moz-opacity:0.90;
    opacity:0.90;
}

/*---------------------------------
Gナビ
---------------------------------*/
nav#g-menu{
    width: 100%;
    margin: 0;
    background: #ffcc00;
}

nav#g-menu ul{
    width: 1237px;
    margin: 0 auto;
    border-left: solid 1px #FFF;
    text-align: left;
    font-size:0;
}

nav#g-menu ul li:first-child{
    width: 140px;
}

nav#g-menu ul li{
    width: 137px;
    display: inline-block;
    border-right: solid 1px #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

nav#g-menu ul li a{
    display: block;
    padding: 18px 0;
    color: #003399;
}

#g-menu li a:hover, #g-menu li.current-menu-item a {
    color: #ff0000;
    text-decoration: none;
}

/*---------------------------------
メインバナー
---------------------------------*/
.main-bn{
    width: 100%;
    margin: 0 auto;
    background-color: #99ccff;
}

.main-bn h1{
    width: 1237px;
    margin: 0 auto;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4;
    padding: 26px 0;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #333;
}

/*---------------------------------
パンくず
---------------------------------*/

.pan-bk{
    width: 1237px;
    margin: 10px auto 30px;
}

.pan{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
}

.pan a{
    padding: 0;
    line-height: 1.8;
}

.pan a img{
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

/*---------------------------------
メインコンテンツ
---------------------------------*/
div.contents{
	margin: auto 0;
}

div.inpArea{
	text-align: left;
	width: 405px;
    border: solid 2px #0000FF;
    padding: 10px;
    margin: 0 auto;
}

h1.inpTitle{
	color: #0000FF;
	padding-bottom: 10px;
}

div.inpNumberLine{
    display: inline-block;
    margin: 5px
}

input.inpNumber{
    width: 180px;
}

button.clearBtn{
	margin-left: 20px
}

p.errMsg{
	color: #FF0000;
	text-align: center;
	margin-top: 10px;
}

div.openSite{
	text-align: center;
    margin-top: 20px;
}

/*---------------------------------
フッター
---------------------------------*/
/* フッターをページ下部に固定する用 */
div.drawer{
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

footer{
    clear: both;
    width: 100%;
    margin: auto 0 0 0;
    padding: 0;
    position: relative;
    background: #ffff99;
    text-align: left;
}

.footer{
    width: 1237px;
    height: 230px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

footer p.footer-copy{
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #003399;
}

footer h1{
    position: absolute;
    top: 50px;
    left: 0;
}

footer h1.f-logo a img:hover {
    -moz-opacity:0.80;
    opacity:0.80;
}

footer p.footer-address{
    margin: 0;
    position: absolute;
    top: 110px;
    left: 0;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}

section#fmenu{
    width: 450px;
    margin:0;
    position: absolute;
    top: 35px;
    right: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

section#fmenu div.f-menu{
    width: 160px;
}

section#fmenu div.f-menu ul li{
    margin: 0 0 10px 0;
    padding: 5px;
    padding: 0;
    font-size: 1.3rem;
    font-size: 1.3rem;
    padding: 5px 5px 5px 1.4rem;
    background: url(../images/arrow1.png) no-repeat left center;
}

section#fmenu div.f-menu ul li a{
    color: #333;
}

/* コピーライト */
div.copyright{
    margin: 0;
    padding: 0;
    background: #ffcc00;
    text-align: center;
}

p.copyright{
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
}



