@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.2
*/
 
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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%;
    line-height:160%;
    vertical-align:baseline;
    background:transparent;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
}
 
b{
    font-weight: bold;
}

/*行の高さをフォントサイズと同じにしています*/
body {
	font-size:14px;
	color: #333;
    min-width: 1200px;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
    display:block;
	margin:0;
	padding:0;
}
 
/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul,ol {
    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;
    background:transparent;
}
 
/* 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:top;
	font-size:0;
	line-height:0;
}

address{
	font-style: normal;
	font-weight: normal;
}

/***************************************************************************/
.hidden{
	display:none;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}

.f10{
	font-size:10px;
}

.f11{
	font-size:11px;
}

.f12{
	font-size:12px;
}
.f13{
	font-size:13px;
}
.f14{
	font-size:14px;
}
.f15{
	font-size:15px;
}
.f16{
	font-size:16px;
}
.f17{
	font-size:17px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.f25{
	font-size:25px;
}
.f30{
	font-size:30px;
}
.blue{
    color:#0059B2;
}
.red{
	color:#F00;
}
.green{
	color:#85B200;
}

.banner{
    text-align: center;
}

.banner a:hover{
    opacity: 0.9;
}

/***************************************************************************/
.page_up{
	/*width: 1100px;
	margin: 0 auto;*/
	padding: 15px;
    display: flex;
    justify-content: flex-end;
}

.page_up a{
    display: block;
    background: #0059B2 url(../img/icon03.jpg) 10px 10px no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    width: 105px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 10px;
    text-align: left;
}

.page_up a:hover{
    opacity: 0.8;
}



.box_rap .page_up{
	width: auto;
}

.tell_link{
	text-align: center;
	margin-bottom: 25px;
}

#pan{
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pan li a{
    text-decoration: none;
    color: #0059B2;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #525252;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

/**************************************************************************/

header{
    width: 1090px;
    margin: auto;
    margin-bottom: 15px;
}

header #header_text{
    font-size: 12px;
    padding-top: 3px;
}

header .box_rap{
    display: flex;
}

header #titile,
header h1{
    margin-top: 20px;
    background: url(../img/logo.png) left top no-repeat;
 font-family: "source-han-sans-japanese";
    font-size: 30px;
  font-weight: 500;
    font-style: normal;
    color: #333;
    padding-left: 75px;
    padding-top: 2px;
    margin-right: 25px;
    line-height: 25px;
 font-display: swap;
}

header #titile a{
    color: #333;
    text-decoration: none;
}

header #titile .f18,
header h1 .f18{
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #228C00;
    line-height: 18px;
}



header #header_rap{
   display: flex;
    justify-content: space-between;
}

header .box01{
    padding-top: 50px;
}

header .box01 a:hover{
    opacity: 0.8;
}

header .box02 li{
    text-align: center;
}

header .box02 li .f20{
    font-weight: bold;
 font-family: "source-han-sans-japanese";
}

header .box02 li .f30{
 font-family: "source-han-sans-japanese";
    color: #0059B2;
    font-weight: bold;
    letter-spacing: 1px;
}

header .box02 li.f11{
    line-height: 11px;
}

nav{
    border-top: 4px solid #000;
    background: #0059B2;
    padding-top: 3px;
    padding-bottom: 3px;
}

nav ul{
    display: flex;
    width: 1100px;
    margin: auto;
    justify-content: space-between;
    border-right: 1px solid #fff;
}

nav li{
    width:100%;
}

nav a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 1px solid #fff;
}

nav a:hover{
    background: #0074E8;
}

#page_titile{
    background: url(../img/titile_bg.jpg);
    padding-top: 10px;
    padding-bottom: 10px;
}

#page_titile h1{
    background: url(../img/titile_left.jpg) left repeat-y;
    width: 1075px;
    margin: auto;
    font-size: 30px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#content{
    display: flex;
    width: 1100px;
    margin: auto;
    justify-content:space-between;
    padding-top: 25px;
   flex-direction:row-reverse; 
}


#content main{
    width: 800px;
}

.fixBox {
   position: fixed;
  /*  position: absolute;*/
   top: 0px;
/*right: 0px;*/
    /*margin-left: 830px;*/
    z-index: 1;
}

::-ms-backdrop,.fixBox {
   /* margin-left: -270px;
    margin-left: 270px;*/
}

_::content, _:future, .fixBox{ 
  margin-left: -830px;
}

aside{
    width: 240px;
}

aside .box_rap{
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 25px;
}

aside .box_rap .titile{
    margin-bottom: 10px;
}

aside .box_rap .titile a{
    background:  url(../img/side_icon01.jpg) 200px 13px no-repeat #238C00;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

aside .box_rap .titile a:hover{
    opacity: 0.9;
}

aside .box_rap .obj01 a{
    background: url(../img/side_icon02.jpg) 10px 10px no-repeat #ddd;
    display: block;
    padding-left: 25px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}


aside .box_rap .obj01{
    background: url(../img/side_icon02.jpg) 10px 10px no-repeat #ddd;
    display: block;
    padding-left: 25px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}


aside .box_rap .obj01 a:hover{
    opacity: 0.9;
}

aside .box_rap dt a{
    background: url(../img/side_icon03.jpg) 13px 13px no-repeat;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #228C00;
    text-decoration: none;
    font-size: 13px;
}

aside .box_rap dt a:hover{
    text-decoration: underline;
}

aside .box_rap dd{
    padding-left: 10px;
}

aside .box_rap dd a{
    background: url(../img/side_icon03.jpg) 13px 13px no-repeat;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

aside .box_rap dd a:hover{
    text-decoration: underline;
}

aside .box_rap li a{
    background: url(../img/side_icon02.jpg) 10px 10px no-repeat #ddd;
    display: block;
    padding-left: 25px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

aside .box_rap li a.f12{
    font-size: 12px;
}

aside .box_rap li a.f13{
    font-size: 13px;
}

aside .box_rap li a:hover{
    opacity: 0.9;
}

aside .box_rap li{
    margin-bottom: 5px;
}

aside #side_banner{
    margin-bottom: 25px;
}

aside #side_banner li{
    margin-bottom: 15px;
}

aside #side_banner a:hover{
    opacity: 0.9;
}

footer{
    background: #eee;
    padding-top: 15px;
    position: relative;
    z-index: 3;
}

footer #footer_rap{
    display: flex;
    width: 1100px;
    margin: auto;
}

footer #footer_adress{
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding-bottom: 25px;
}

footer #footer_adress .box_rap{
    display: flex;
}

footer #footer_adress .box02{
padding-left: 15px;
   padding-top: 15px;
    margin-bottom: 25px;
}

footer #footer_adress .box02 a{
 font-family: "source-han-sans-japanese";
    font-size: 30px;
  font-weight: 500;
    font-style: normal;
    color: #333;
  line-height: 5px;
    text-decoration: none;
}


footer #footer_adress .box02 .f16{
    color: #228C00;
    /*line-height: 16px;*/
}

footer #footer_adress ul{
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 25px;
}

footer #footer_adress dl{
    border-top: 1px solid #ccc;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
   /* width: 310px;*/
    padding-bottom: 25px;
}

footer #footer_adress dt{
 font-family: "source-han-sans-japanese";
    font-size: 20px;
}

footer #footer_adress dt a:hover{
    opacity: 0.8;
}

footer #footer_adress dd{
    font-size: 13px;
}

footer .menu{
    display: flex;
    padding-left: 30px;
}

footer .menu a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

footer .menu .box01{
    margin-right: 25px;
    /*width: 210px;*/
    flex-basis: 210px;
    flex-grow: 1;
}

footer .menu .box01 a{
    background: url(../img/footer_icon01.jpg) left center no-repeat;
    padding-left: 15px;
}

footer .menu .box02{
    flex-grow: 2;
}

footer .menu .box02 dt{
    margin-bottom: 5px;
}

footer .menu .box02 dt a{
    background: url(../img/footer_icon01.jpg) left center no-repeat;
    padding-left: 15px;
}

footer .menu .box01 a:hover{
    text-decoration: underline;
}

footer .menu .box02 a:hover{
    text-decoration: underline;
}

footer .menu .box01 li{
    margin-bottom: 5px;
}

footer .menu .box02 ul{
    /*display: flex;
    flex-wrap: wrap;*/
    width: 490px;
}

footer .menu .box02 li{
    /*width: 280px;*/
    margin-bottom: 5px;
}

footer .menu .box02 li:nth-child(odd){
    /*width: 220px;*/
}

footer .menu .box02 li a{
    background: url(../img/footer_icon02.jpg) left center no-repeat;
    padding-left: 15px;
    font-size: 14px;
}

footer  small{
    background: #fff;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    margin-top: 25px;
}