/*
 Theme Name: ふじのくにICT人材育成 Base Theme
*/

/* ===================================================================
 Reset
=================================================================== */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
 margin: 0; padding: 0; border: 0; font-weight: normal; font-size: 100%; vertical-align:baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, header, footer, aside, figure, figcaption, nav, section { display:block; }
html { scroll-behavior:smooth; }
body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
table { border-collapse: collapse; border-spacing: 0;}

/* ===================================================================
 Layout
=================================================================== */
html { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
*, :before, :after { -webkit-box-sizing:inherit; -moz-box-sizing:inherit; box-sizing:inherit; }

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium");}
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold;}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

body { background:#fff; padding:0; margin:0 auto; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif; color: #000; font-size:16px; line-height:1.5; letter-spacing: 0.05em; }

/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * { text-shadow: transparent 0 0 0, rgba(0, 0, 0, .7) 0 0 0 !important; }
  :before, :after { text-shadow: none; }
}

.clear { clear: both;}
.clear:after { content:" "; display:block; clear:both;}

@media only screen and (min-width: 1025px) { 
    .tel { pointer-events:none }
}
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { }
p { margin:0 0 1em; padding:0; }
img { max-width:100%; height: auto; margin:0; padding:0; -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }
em { font-style: normal; color: #D80000;}

/*--------------------------------------------------------------
 Links
--------------------------------------------------------------*/
a,
a:visited { color: #000; text-decoration: none; -webkit-transition: 0.3s; transition: 0.3s;}
a:focus { }
a:hover,
a:active { text-decoration: underline; opacity:0.80; filter: alpha(opacity=80); }
p a,
p a:visited { color: #000; text-decoration: underline;}

a.btn { position: relative; display: inline-block; width: 290px; height: 60px; margin: 0 auto; padding: 0; font-weight: bold; background-color: #FFF; border: 1px solid #007DB7; color: #00B0F0; text-align: center; text-decoration: none; transition: all .3s; line-height: 60px;}
a.btn:after { position: absolute; right: 10px; font-family: "Font Awesome 5 Free"; content: "\f054"; font-size:16px; font-weight: 900; color: #00B0F0; transition: all .3s;}
a.btn:hover { background-color:#0086C1; color: #FFF;}
a.btn:hover:after { color: #FFF;}

a.btn-s { position: relative; display: inline-block; width: 220px; height: 42px; margin: 0 auto; padding: 0; font-weight: bold; background-color: #FFF; border: 1px solid #007DB7; color: #00B0F0; text-align: center; text-decoration: none; transition: all .3s; line-height: 42px;}
a.btn-s:after { position: absolute; right: 10px; font-family: "Font Awesome 5 Free"; content: "\f054"; font-size:16px; font-weight: 900; color: #00B0F0; transition: all .3s;}
a.btn-s:hover { background-color:#0086C1; color: #FFF;}
a.btn-s:hover:after { color: #FFF;}
a.btn-s i.fa-window-restore { margin-left: 5px; font-size: 16px; color: #00B0F0;}
a.btn-s:hover i.fa-window-restore { color: #fff;}

a.btn-l { position: relative; display:block; width:94%; max-width: 660px; height: 60px; margin: 10px auto; padding: 0; font-size: 17px; font-weight: bold; border: 1px solid #333; background-color: #FFF; color: #222; text-align: center; text-decoration: none; line-height: 60px; transition: all .3s;}
a.btn-l:after { position: absolute; right: 15px; font-family: "Font Awesome 5 Free"; content: "\f054"; font-size:16px; color: #222;}
a.btn-l:hover { background: #333; color: #fff;}
a.btn-l:hover:after { color: #fff;}
a.btn-l:hover i { color: #fff;}

i.fa-envelope { font-size: 20px; color:#00B0F0; margin-right: 0.4em; }
i.fa-window-restore { font-size: 20px; color:#3E7DBD; margin-right: 0.4em;}
i.fa-file-pdf { font-size: 20px; color:#EA1C1C; margin-right: 0.4em;}
i.fa-file-word { font-size: 20px; color:#2A5699; margin-right: 0.4em;}

a.btn-entry { position: relative; display:block; width:94%; max-width:660px; height:60px; margin-left:auto; margin-right:auto; padding:0; font-size: 18px; font-weight: bold; border: 1px solid #00B0F0; background-color:#00B0F0; color: #FFF; text-align: center; text-decoration: none; line-height: 60px; transition: all .3s;}
a.btn-entry:after { position: absolute; right: 15px; font-family: "Font Awesome 5 Free"; content: "\f054"; font-size:16px; color: #FFF;}
a.btn-entry:hover { background: #FFF; color:#00B0F0; opacity:1; filter: alpha(opacity=100);}
a.btn-entry:hover:after { color:#00B0F0;}
a.btn-entry i { position: absolute; left: 16%; top: 17px; font-size: 25px; color:#FFF; margin-right: 0.4em; }
a.btn-entry:hover i { color:#00B0F0;}

/*--------------------------------------------------------------
 List
--------------------------------------------------------------*/
ul {list-style: none;}
.post ul { list-style-type: disc; margin: 0 0 0 1.5em; padding: 0; }
.post ul li > ul { margin-bottom: 0; margin-left: 1.5em; }
.post ol { list-style-type: decimal; margin: 0 0 0 1.5em; padding: 0; }
.post ol li > ol { margin-bottom: 0; margin-left: 1.5em; }

/*--------------------------------------------------------------
 Accessibility
--------------------------------------------------------------*/
.screen-reader-text { clip:rect(1px,1px,1px,1px); height:1px; overflow:hidden; position:absolute!important; width:1px; word-wrap:normal!important; top:1px; }
.screen-reader-text:focus { background-color:#f1f1f1; -webkit-border-radius:3px; border-radius:3px; -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6); box-shadow:0 0 2px 2px rgba(0,0,0,0.6); clip:auto!important; color:#21759b; display:block; font-size:14px; font-size:.875rem; font-weight:700; height:auto; left:5px; line-height:normal; padding:15px 23px 14px; text-decoration:none; top:5px; width:auto; z-index:100000; }

/* ===================================================================
 Header
=================================================================== */
#site-head { position: fixed; width: 100%; height: 100px; margin: 0; background:rgba(255,255,255,0.95); text-align: center; z-index: 99998;}
#site-head:after { content:" "; display:block; clear:both;}
#head-area { position: relative; width: 98%; max-width: 1400px; margin: 0 auto;}
#site-head .logo{ padding-top:10px; float: left;}
#site-head .logo img{ }
.head-bt { position: absolute; width:200px; height:42px; right: 0; top:0; margin:0 auto; padding:0; z-index: 99998; }
#site-head a.pref  { background: #FFF; width: 100px; height: 100px; line-height: 100px;}

@media screen and (max-width:959px){
    #site-head { height: 60px;} 
    #site-head .logo{ padding-top: 5px;}
    #site-head .logo img{ height: 50px;}
    .head-bt { width: 120px; right: 60px;}
    #site-head a.pref { width: 60px; height: 60px; line-height: 60px;}
}

@media screen and (max-width:480px){
    #site-head { height: 50px;} 
    #site-head .logo img{ height: 40px;}
    .head-bt { width: 100px; right: 50px;}
    #site-head a.pref { width: 50px; height: 50px; line-height: 50px;}
}

/*--------------------------------------------------------------
 Navigation
--------------------------------------------------------------*/
@media screen and (min-width:960px){
    #head-nav { position: absolute; right: 220px; top:22px; width: 720px; margin:0 auto; padding:0; text-align: right; }
    #head-nav:after { content:" "; display:block; clear:both;}
    #head-nav ul { clear: both; margin:0 0 0.5em 0; list-style-type:none;}
    #head-nav ul li { position:relative; display: inline-block; font-size: 16px; text-align: center; margin: 0; padding: 0; line-height: 1; }
    #head-nav ul li a { display:block; margin:0 1.0em 0 0; padding:0 3px 7px 3px; letter-spacing:0.05em; color: #000; text-decoration: none; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; overflow: hidden;}
    #head-nav ul li a:hover,
    #head-nav ul li.current a{ color: #00B0F0; opacity:1; filter: alpha(opacity=100); }
    #head-nav ul li:last-child a { margin-right: 0; }
    #head-nav ul li a:before {
        content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; background: #00B0F0; height: 2px;
        -webkit-transition-property: left, right; transition-property: left, right;
        -webkit-transition-duration: 0.3s; transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
    #head-nav ul li a:hover:before, #head-nav ul li a:focus:before, #head-nav ul li a:active:before { left: 0; right: 0;} 
    ul#head-nav1 li{ font-size: 14px;}
    ul#head-nav2 li a{ font-weight: bold;}
}

@media screen and (max-width:959px){
    #head-nav { width: 100%; margin:0 auto; padding:0; }
    #head-nav ul { width: 100%; margin:0 auto; list-style-type:none; }
    #head-nav ul li {}
    #head-nav ul li a { display:block; margin:0 auto; padding:10px 0; border-bottom: 1px solid #7F889F; color: #fff; text-decoration: none; text-align: center;}
    #head-nav ul li a:hover { color: #fff; opacity:1; filter: alpha(opacity=100); background-color:rgba(0,16,63,1); }
    #head-nav{ display: flex; flex-direction: column-reverse;}
}

/*--------------------------------
 Header SP
----------------------------------*/
@media screen and (min-width:960px){
    #site-head .hidden_box input,
    #site-head .hidden_box label { display: none;}
}

@media screen and (max-width:959px){
    #site-head .hidden_box { width: 100%; position: absolute; top:0; right: 0; margin: 0; padding: 0; z-index: 88888;}
    #site-head .hidden_box label { padding: 0; width:60px; height: 60px; position: absolute; top:5px; right: 0; font-weight: bold; cursor :pointer; transition: .8s; background: url("../images/menu_open.png") no-repeat 0 0; background-size: 50px 50px;}
    #site-head .hidden_box label span { width: 50px; height: 50px;}
    #site-head .hidden_box label:before {}
    #site-head .hidden_box label:hover { background: url("../images/menu_hover.png") no-repeat 0 0; background-size: 50px 50px;}
    #site-head .hidden_box input:checked ~ label { background: url("../images/menu_close.png") no-repeat 0 0; background-size: 50px 50px;}
    #site-head .hidden_box input { display: none;}
    #site-head .hidden_box .hidden_show { width: 100%; height: 0; padding:0; background-color:rgba(0,16,63,0.95); overflow: hidden; opacity: 0; transition: 0.8s; margin-top: 60px;}
    #site-head .hidden_box input:checked ~ .hidden_show { padding: 0; height: auto; opacity: 1;}
} 

@media screen and (max-width:480px){
    #site-head .hidden_box label { width:50px; height: 50px; top:0;}
}

/* ===================================================================
 検索のモーダル
=================================================================== */
#head-search { color: #fff; background: #00B0F0; width: 100px; height: 100px; line-height: 100px;}
#side-search { background: #00B0F0; color: #fff; height: 70px; line-height: 70px;}
#head-search i,
#side-search i {font-size: 25px;}
#head-search:hover,
#side-search:hover { text-decoration: underline; opacity:0.75; filter: alpha(opacity=75); }

@media screen and (max-width:959px){
    #head-search { width: 60px; height: 60px; line-height: 60px;}
    #head-search i {font-size: 20px;}
}

@media screen and (max-width:480px){
    #head-search { width: 50px; height: 50px; line-height: 50px;}
}

.header_searchicon { font-weight: bold; text-align: center; cursor: pointer; transition: all 0.3s; display: block; text-decoration: none; }
.header_searchicon:hover { color: #FFF; background-color: #4f96f6; transition: .6s; text-decoration: none;}
.header_searchicon label { display: block; cursor:pointer;}
.modal_wrap_search input[type="checkbox"] { display: none;}
.modal_overlaysearch { display: flex; justify-content: center; overflow: auto; position: fixed; top: 0; left: 0; z-index: 99999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); opacity: 0; transition: opacity 0.5s, transform 0s 0.5s; transform: scale(0);}
.modal_searchtrigger{ position: absolute; width: 100%; max-width: 1000px; height: 100%; margin: auto;}
.modal_contentsearch { align-self: center; width: 100vw; max-width: 1000px; padding: 30px 30px 15px 30px; box-sizing: border-box; background: transparent; line-height: 1.4em; top: 35%; transition: 0.5s; position: absolute;}
.searchclose_button { position: absolute; bottom: -45px; right: 50%; transform: translateX(50%); cursor: pointer;}
.modal_wrap_search input:checked ~ .modal_overlaysearch { opacity: 1; transform: scale(1); transition: opacity 0.5s;}
.modal_wrap_search input:checked ~ .modal_overlaysearch .modal_contentsearch { transform: translateY(20px);}
.open_button_search { transition: all 0.3s;}
.open-button:active { -webkit-transform: translateY(2px); transform: translateY(2px);/*下に動く*/}
.open-button:after {font-family: "Font Awesome 5 Free"; content: "\f2d0"; padding-left: 8px;}
.open-button:hover { color: #FFF; background: #4f96f6; transition: .6s;}
.search_midashi { display: block; text-align: center;}
.search_midashi p { color: #FFF; margin-bottom: 15px; font-weight: 500; letter-spacing: 0.04rem; display: inline-block; position: relative;}
.search_midashi p:before, .search_midashi p:after { display: inline-block; position: absolute; top: 50%; width: 20px; height: 3px; border-radius: 5px; background: #FFF; content: "";}
.search_midashi p:before { left: -30px; -webkit-transform: rotate( 50deg ); transform: rotate( 50deg );}
.search_midashi p:after { right: -30px; -webkit-transform: rotate( -50deg ); transform: rotate( -50deg );}
.modal_contentsearch form#searchform input { display: block; padding: 3px !important;}
.modal_contentsearch label i { color: #707070; font-size: 1.6rem; background: #fff; padding: 8px 12px; border-radius: 50px; line-height: 1.6rem;}
.searchform div { margin: 0 auto;}
form#searchform div input { display: block; padding:15px; height:28px !important;}

/* Googleカスタム検索 ---------------------------- */
#gsc .gsc-control-cse { background: none !important; border: none !important; }
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{ margin:0 !important; padding:0 !important;}
#gsc .gsc-search-box input { box-sizing: border-box; padding:15px 5px !important;}
#gsc .gsc-search-button{ padding: 8px 10px; margin-left: -4px; }
#gsc input[type="text"]{ height:32px !important;}
#gsc #gsc-iw-id1{ border:none !important;/* テキスト入力フォームの影を消す */}
button.gsc-search-button.gsc-search-button-v2{ border: 2px solid #AAA !important; background:#AAA;}
#gsc .gsc-results-wrapper-overlay { position: absolute; left:-70%; top:-30%; width: 70vw; height: 50vh; margin: 0 auto; resize:both;}

@media only screen and (max-width: 1200px) {
    #gsc .gsc-results-wrapper-overlay { position: absolute; left: 0; width: 100%; resize:both;}
}

/* ===================================================================
 flexレイアウト
=================================================================== */
.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; align-content: flex-start;}
.LtoR { -webkit-flex-direction: row; flex-direction: row;}
.RtoL { -webkit-flex-direction: row-reverse; flex-direction: row-reverse;}
.box-center { display: flex; justify-content: center; align-items: center; }
.conts-img{ position:relative;}
.conts-img img{ width:100%; height:auto;}

.flex2{ display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; align-content: flex-start;}
.flex2:after{ content: ""; width:48%; height: 0;}
.flex2 > * { width:48.5%;}

.flex3{ display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; align-content: flex-start;}
.flex3:after{ content: ""; width:31.43%; height: 0;}
.flex3 > * { width:31.43%; }

@media only screen and (max-width: 959px) {
    .flex3 > * { width:48.5%; margin-bottom: 20px;}
}

@media only screen and (max-width:640px) {
    .flex2 > * { width: 100%; margin-bottom: 20px; max-width: 440px; }
    .flex3 > * { width: 100%; margin-bottom: 20px; max-width: 440px; }
}

/* パンくずリスト */
.pankuzu { width:96%; max-width:1400px; margin:8px auto; padding:0; font-size: 11px; }
.pankuzu a { color:#00103F; text-decoration: underline; position: relative; padding-right: 20px;}
.pankuzu a::before { position:absolute; content:''; width:6px; height:6px; border-top:solid 2px #697b91; border-right:solid 2px #697b91;
-webkit-transform:rotate(45deg); transform:rotate(45deg); top:50%; right:8px; margin-top:-3px;}

.site-content-contain { position: relative; display: block; margin: 100px 0 0 0; z-index: 1;}
.site-content-contain:after { content:" "; display:block; clear:both;}
.site-content { width: 100%; margin: 0 auto; text-align: center;}
.has-sidebar .site-content { width:94%; max-width: 1400px;}

@media only screen and (max-width: 640px) {
    .site-content-contain { margin: 60px 0 0 0;}
}

/*--------------------------------------------------------------
 サイドバーあり
--------------------------------------------------------------*/
.has-sidebar #secondary { float: left; width: 210px;}
.has-sidebar #primary { float:right; width:calc(100% - 220px); max-width: 1120px; }

@media only screen and (max-width:1400px) { 
    .has-sidebar #secondary { float: left; width: 180px;}
	.has-sidebar #primary { float:right; width:calc(100% - 190px);}
}

@media only screen and (max-width: 959px) { 
	.has-sidebar #secondary { float: none; width: 100%; margin-left:auto; margin-right:auto; }
	.has-sidebar:not(.error404) #primary { float: none; width: 100%; margin-left:auto; margin-right:auto;}
}

.widget-area { background: #00103F; color: #fff; padding: 10px 11px 25px 11px;}
h2.widget-title { position: relative; display: inline-block; width: 100%; margin: 0 auto; font-size: 15px; text-align: center; color: #fff; padding: 12px 0 18px 0; letter-spacing: 0.1em; line-height: 1.3;}
h2.widget-title span { font-size: 150%;}
.widget ul{}
.widget ul li a{ color: #fff; background: #003366; padding: 12px 0; border-bottom: 1px solid #AFBFCF; display: block;}
.widget ul li:last-child a {border-bottom: none;}

/* ===================================================================
 Archive
=================================================================== */
.archive {background: #F4F4F4;}
.archive .entry-header .entry-title {}
.archive .entry-title a { }
.archive .entry-none { text-align: center; padding: 60px 0;}

/* ===================================================================
POST
=================================================================== */
.single,
.single-post {background: #F4F4F4;}
.single-post .post {clear: both; width:100%; background: #fff; margin: 0 auto; padding:30px;}
.single-post .post:after{ content:" "; display:block; clear:both;}

.single-post .entry-header { width: 100%; margin: 0 0 1.5em 0; }

.single-post .entry-meta { width: 100%; color:#666; font-size:82%; letter-spacing: 0.05em; text-align: right; margin-bottom:5px; }
.single-post .entry-meta:after{ content:" "; display:block; clear:both;}
.single-post .entry-meta a { color:#666; }
.single-post .entry-meta:after { content:" "; display:block; clear:both;}
.single-post .entry-meta .cat { float: left; width:calc(100% - 90px); }
.single-post .entry-meta .cat a { float: left; width: 110px; height: 30px; margin-right: 5px; font-size: 14px; font-weight: bold; color: #fff; text-align: center; background: #00B0F0; line-height: 30px; display:block;}
.single-post .entry-meta .entry-date { float: right; width: 90px; padding:0; text-align: right; font-size: 14px; line-height: 30px;}

@media screen and (max-width: 640px) {
    .single-post .entry-meta .cat a { width: 110px; margin-bottom: 3px;}
}

.single-post .entry-header .entry-title { clear: both; width: 100%; font-size:23px; margin:0; padding:15px; background: #D5DFEE; text-decoration:none; text-align: left; display: block;}
.single-post .entry-header .entry-title:after{ content:" "; display:block; clear:both;}

.entry-content {width: 100%;}
.entry-content p{ text-align: left;}

/* 写真とキャプション横並び */
.photo_list { display: flex; flex-wrap: wrap; align-content: space-around;}
.photo_set { width: 31%; margin: 0 1% 10px 1%;}
.photo_set .wp-caption-text { font-size: 105%;}

@media screen and (max-width: 960px) {
    .photo_set { width: 48%; margin: 0 1% 10px 1%;}
}

figure,
figure.wp-caption { margin-bottom: 1em; padding: 0; max-width:100%;}
.wp-caption-text { font-size: 82%;}
/* 続きを読む */
.entry-content .more-link { display: inline;}
.post-thumbnail { text-align: center; margin:0 auto 1em auto;}
.post-thumbnail a img { -webkit-backface-visibility: hidden; -webkit-transition: opacity 0.2s; transition: opacity 0.2s;}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img { opacity: 0.7;}

.entry-footer { width: 100%; border-bottom:1px solid #eee; border-top:1px solid #eee; margin-top:2em; padding:2em 0; }
.entry-footer .cat-links,
.entry-footer .tags-links { display: block; font-size:69%; letter-spacing: 0.05em; color:#777;  }
.entry-footer .cat-links + .tags-links { margin-top:1em; }
.entry-footer .cat-links a,
.entry-footer .tags-links a { color:#777; }

@media screen and (max-width: 960px) {

}

/* ===================================================================
PAGES
=================================================================== */
.page-header { padding-bottom:2em; }
.page .entry-header .edit-link { font-size:88%; }
.page-links { clear:both; margin:0 0 1.5em; }

/* ===================================================================
404-page / SEARCH-page
=================================================================== */
.error404 #main,
.search #main{ width: 100%; margin: 0 auto 50px auto; }
.error404 #main:after,
.search #main:after{ content:" "; display:block; clear:both;}
.search .entry-header { padding:0; margin:0 0 0.5em 0; }
.search .entry-header .entry-title { font-size:125%; padding: 12px; margin: 0; text-decoration:none; background: #D5DFEE; }
.search .entry-header .entry-date { clear: both; padding: 10px 0 0 0; text-align: right;}
.error404 p,
.search-no-results p { text-align: center; margin-bottom: 1.5em;} 
.error404 h2,
.search-no-results h2 { font-size:138%; font-weight: bold; line-height: 1.2; margin: 0 auto 1em auto; padding: 0.8em 0 0.6em 0; color: #04A5CB; text-align: center;}

.search-results article.hentry { margin: 0 auto 1em auto; padding-bottom: 1em; border-bottom: 1px solid #CCC;}
.search-form,
.search-form { margin-bottom:3em; width: 100%; max-width: 600px; margin: 0 auto 50px auto; }
.search-form input,
.search-form textarea { width: 100%;}

/* ===================================================================
 Pagination
=================================================================== */
.nav-subtitle { display:none;}
.nav-links .nav-title { position: relative; }
.nav-title-icon-wrapper { position: absolute; text-align: center; width: 2em; }

/* Page pagination
---------------------------------------------------------------------- */
.pagination { clear:both; width:100%; max-width:1400px; font-size:88%; padding:0; margin:0 auto 60px auto; text-align:center; }
.pagination a { text-decoration: underline;}
.navigation.pagination { clear:both; width:100%;}
.page-numbers{ display:inline-block; padding:0 0.75em; line-height:1;}
.page-numbers.current { color: #777; display: inline-block; font-size: 100%; font-weight:bold; }
.page-numbers.current .screen-reader-text { font-size: 93.8%; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; position: absolute !important; }

.prev.page-numbers,
.next.page-numbers { padding: 0; line-height: 1; display: inline-block; }

.prev.page-numbers { float: left; position: relative; padding-left: 15px;}
.prev.page-numbers::before { position:absolute; content:''; width:6px; height:6px; border-top:solid 2px #697b91; border-right:solid 2px #697b91;
-webkit-transform:rotate(-135deg); transform:rotate(-135deg); top:50%; left:0; margin-top:-3px;}

.next.page-numbers { float: right; position: relative; padding-right: 15px;}
.next.page-numbers::before { position:absolute; content:''; width:6px; height:6px; border-top:solid 2px #697b91; border-right:solid 2px #697b91;
-webkit-transform:rotate(45deg); transform:rotate(45deg); top:50%; right:0; margin-top:-3px;}

/* Posts pagination
---------------------------------------------------------------------- */
.post-navigation { clear: both; width: 100%; font-size:88%; padding:0; margin: 2em auto; text-align:center; }
.post-navigation:after { content:" "; display:block; clear:both;}
.post-navigation .nav-links { margin: 0 auto; padding: 0; width: 100%;}
.post-navigation a[rel="next"] { float: right; text-align: right;}
.post-navigation .nav-list{ clear:both; text-align:center; }
.post-navigation .nav-list a { font-size:100%; padding:0 20px; text-decoration:none;}

.post-navigation .nav-previous { float:left; text-align:left; width:50%; position: relative; padding-left: 15px; }
.post-navigation .nav-previous::before { position:absolute; content:''; width:6px; height:6px; border-top:solid 2px #697b91; border-right:solid 2px #697b91;
-webkit-transform:rotate(-135deg); transform:rotate(-135deg); top:48%; left:0; margin-top:-3px;}

.post-navigation .nav-next { float:right; text-align:right; width:48%; position: relative; padding-right: 15px; }
.post-navigation .nav-next::before { position:absolute; content:''; width:6px; height:6px; border-top:solid 2px #697b91; border-right:solid 2px #697b91;
-webkit-transform:rotate(45deg); transform:rotate(45deg); top:50%; right:0; margin-top:-3px;}

/* CONTACT */
#contact { background: #F8B62C; }
#contact .contact-wrap { width: 94%; max-width: 1400px; margin: 0 auto; padding:30px 20px 30px 20px; background: url("../../images/contact_bg.jpg") no-repeat right bottom;}
#contact h3 { margin-bottom:25px; width: 875px; text-align: center;}
#contact ul { width: 875px;}
#contact ul li { }

@media only screen and (max-width: 1024px) {
	#contact .contact-wrap { background-size:150px auto;}
    #contact h3,
    #contact ul { width: 80%;}
    #contact ul li { width: 48%; }
}

@media only screen and (max-width: 640px) {
    #contact h3 { width: calc(100% - 80px);}
	#contact .contact-wrap { background-position: right 0 top 10px; background-size:100px auto; }
    #contact ul { width: 100%;}
    #contact ul li { width: 100%; margin-bottom: 10px; }
}

/* ===================================================================
 FOOTER
=================================================================== */
#site-foot { position: relative; text-align: center; background:#002354; padding: 2px 0; } 
#site-foot:after { content:" "; display:block; clear:both;}
.foot { width: 94%; max-width: 1400px; margin: 0 auto; padding:3px 0 1px 0;}
.foot:after { content:" "; display:block; clear:both;}
.foot-logo { width: 320px; height: 160px; background: url("../images/foot_logo_bg.png") no-repeat center top; background-size: 100% 100%; padding: 60px 0 0 0; text-align: center;}
.foot-logo .logo img { width: 200px; margin:0 10px 0 0;}
.foot-logo .pref img { }
.foot-box { width: calc(100% - 320px); text-align: center;}
.foot-nav {text-align: center; padding-top: 30px;}
.foot-nav ul { clear: left; margin-bottom:5px; }
.foot-nav ul:after { content:" "; display:block; clear:both;}
.foot-nav ul li { display: inline-block; margin: 0 0 0.5em 0; padding-right: 1.5em; line-height: 1.2;}
.foot-nav a { font-size:15px; color: #fff; text-decoration:none;}
.foot-nav a:hover{ text-decoration: underline;}

.copyright { text-align:center; font-size:11px; margin: 0 auto; padding: 5px 0; color: #fff; }
.copyright a { font-size:11px; color:#fff; text-decoration:none;}
.copyright a:hover { color:#fff; text-decoration:underline;}

@media only screen and (min-width: 960px) { 
    .copyright { position: absolute; bottom: 0; left:320px; right: 0; } 
}

@media only screen and (max-width: 959px) { 
    .foot-logo { width: 100%; height: auto; order: 2; padding: 30px 0;}
    .foot-box { width: 100%; order: 1;}
}





/* ページ先頭へ------------------------------------------ */
#page-top { position:fixed; bottom:10px; right:5px; z-index: 99999;}
#page-top a { text-align:center; display:block; text-decoration:none;}
#page-top a:hover { text-decoration:none; }



















/*--------------------------------------------------------------
 Print
--------------------------------------------------------------*/
@media print { }

