@charset "utf-8";
/*
Theme Name: 
Theme URI: 
Description: 
Version: 1.0.0
Author: 
Author URI: 
*/

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

	Site: 
	Type: default styles
	URL: 
	Last Up Date: 
	Version: 1.0
	Author: 
	
	----------------------------------------------
	
	Contents

		1.

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


/* --- 1.style reset --- */
 
/*要素のフォントサイズやマージン・パディング*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight: normal;
	font-style: normal;
}

/*スクロールバーを常に表示*/
html {
	overflow-y: scroll;
}

/*行の高さをフォントサイズと同じに*/
body {
    line-height:1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
/*section要素などをブロック要素へ変更*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
 
ol, ul {
    list-style:none;
}
 
/*引用符の表示が出ないように*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃える*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*画像を縦に並べたときに余白が出ないように*/
img {
	vertical-align: bottom;
	font-size:0;
	line-height: 0;
	border: 0;
}

/*文字を太字に*/
strong {
	font-weight: bold;
}

/* box-sizing */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



/* --- 2.float --- */
.float-left, .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.float-right, .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.clear {
	clear: both;
    zoom: 1; /* for IE6/7 */
}



/* --- 3.link --- */
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:link{
}
a:visited{
}
a:hover{
	opacity: 0.5;
}
a:active{
}
a[href $='.pdf'] {
	background: url(images/icon_pdf.gif) no-repeat left;
	padding-left: 20px;
	overflow: hidden;
}
a[href $='.doc'] {
	background: url(images/icon_doc.gif) no-repeat left;
	padding-left: 20px;
	overflow: hidden;
}
a[href $='.xls'] {
	background: url(images/icon_xls.gif) no-repeat left;
	padding-left: 20px;
	overflow: hidden;
}
a[href $='.docx'] {
	background: url(images/icon_doc.gif) no-repeat left;
	padding-left: 20px;
	overflow: hidden;
}
a[href $='.xlsx'] {
	background: url(images/icon_xls.gif) no-repeat left;
	padding-left: 20px;
	overflow: hidden;
}




/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}


/* --- 5.common --- */
html{
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
}
body{
    position: relative;
}
a{
    color: #000;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

/* --- 6.header --- */
header {
    width: 100%;
    background-size: cover;
    background-position: center;
}
h1{
    float: left;
    background-image: url(images/titleback.png);
    background-repeat: no-repeat;
    width: 272px;
    height: 110px;
    padding: 22px 0 0 32px;
}
h1 img{
    width: 154px;
}
.naviBox{
    width: 100%;
    height: 70px;
    background-color: #003b90;
}
nav ul{
    float: right;
    margin-right: 21px;
}
nav ul li{
    float: left;
    height: 70px;
    margin-left: 55px;
    text-align: center;
    line-height: 43px;
}
nav ul li:first-of-type{
    margin-left: 0;
}
nav ul li a{
    padding: 0 8px;
}
nav ul li a:hover{
    border-bottom: 5px solid #fff100;
    opacity: 1.0;
}
nav ul li:nth-of-type(1) img{
    width: 88px;
}
nav ul li:nth-of-type(2) img{
    width: 71px;
}
nav ul li:nth-of-type(3) img{
    width: 116px;
}
nav ul li:nth-of-type(4) img{
    width: 53px;
}
nav ul li:nth-of-type(5) img{
    width: 48px;
}
nav ul li:nth-of-type(6) img{
    width: 121px;
}
/* --- footer --- */
.pageTop{
    position: relative;
    float: right;
    background-image: url(images/pageTop.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 40px;
    padding: 22px 0 0 67px;
}
.pageTop a{
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1em;
}
.pageTop a::after{
    position: absolute;
    content: '↑';
    top: 0px;
    right: 14px;
}
footer {
    clear: right;
    height: 270px;
    background-color: #003b90;
    text-align: center;
}
.footTitle img{
    width: 154px;
    margin-top: 29px;
}
.address{
    font-size: 1.6rem;
    color: #fff;
    margin-top: 18px;
}
footer ul{
    display: inline-block;
    margin-top: 27px;
}
footer ul li{
    float: left;
    margin-right: 10px;
}
footer ul li a{
    width: 250px;
    height: 50px;
    border: 1px solid #fff;
    font-size: 1.6rem;
    color: #fff;
    padding-top: 17px;
    float: left;
}
footer ul li:last-of-type{
    margin: 0;
}
.rights{
    margin-top: 20px;
    color: #fff;
    font-size: 1rem;
}

@media screen and (max-width: 865px) {
    nav ul li{
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    body{
        position: relative;
    }
    
    /* --- header_sp --- */
    header p.sp{
        float: right;
        padding: 0;
    }
    h1{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 187px;
        height: 85px;
        background-image: url(images/titleback_sp.png);
        padding: 20px 0 0 20px;
    }
    h1 img{
        width: 105px;
    }
    .naviBox{
        height: 58px;
    }
    .naviBox p.sp{
        margin:0;
    }
    #open {
        float: right;
        margin: 17px 20px 0 0;
        width: 24px;
        display: block;
    }
    #close{
        float: right;
        margin: 17px 20px 0 0;
        width: 24px;
        display: none;
    }
    #navi{
        display: none;
    }
    header p{
        cursor: pointer;
    }
    nav ul{
        position: absolute;
        top: 58px;
        left: 0;
        z-index: 1;
        clear: right;
        width: 100%;
        height: 482px;
        padding-top: 29px;
        background-color: #fff100;
        display: none;
    }
    nav ul li{
        position: relative;
        width: 100%;
        height: 60px;
        text-align: left;
        margin: 0;
        background-color: #003b90;
        border-bottom: 2px solid #fff100;
    }
    nav ul li.sp:last-of-type{
        height: 93px;
        border: initial;
        text-align: center;
        font-size: 1.4rem;
    }
    nav ul li a{
        padding: initial;
        padding-left: 20px;
        line-height: 38px;
        color: #fff;
    }
    nav ul li.sp:last-of-type a{
        display: block;
        max-width: 200px;
        height: 40px;
        border: 1px solid #fff;
        margin: 26px auto;
    }
    nav ul li a::after{
        position: absolute;
        content: "+";
        top: 10px;
        right: 20px;
        color: #fff;
        font-size: 1.5rem;
    }
    nav ul li.sp:last-of-type a{
        padding: 0;
    }
    nav ul li.sp:last-of-type a::after{
        content: initial;
    }
    nav ul li a:hover{
        border: initial;
        opacity: 0.5;
    }
    
    /* --- footer_sp --- */
    .pageTop{
        background-image: url(images/pageTop_sp.png);
        width: 158px;
        height: 27px;
        padding: 16px 0 0 50px;
    }
    .pageTop a{
        font-size: 1.2rem;
    }
    footer{
        height: 338px;
    }
    .footTitle img{
        margin-top: 34px;
    }
    .address{
        height: 40px;
        margin-top: 24px;
        line-height: 1.6em;
        font-size: 1.3rem;
    }
    footer ul{
        margin-top: 20px;
    }
    footer ul li{
        clear: left;
        margin: 0 0 10px;
    }
    footer ul li a{
        font-size: 1.3rem;
        width: 300px;
    }
    .rights{
        font-size: 0.8rem;
    }
}


/* --- etc --- */

#PageTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
	z-index: 1000;
	text-align: center;
}
.Round {
	border-radius: 5px;        /* デフォルト */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}


