/*
Theme Name: CL Customize Theme
Author: CYBERLINKS CO.,LTD.
Author URI: https://www.cyber-l.co.jp/
Description: Customized theme based on block editor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cl-master

All files except common.css and frontpage.css are released under GNU General Public License version 2.0 
(http://www.gnu.org/licenses/gpl-2.0.html)
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Accessibility
# Menus
# Alignments
# Widgets
# Posts and pages
# Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	
▼ テーマ設定
----------------------------------------------------------------
【共通】
# header
# Primary Menu
 ## Relation Menu
# MainVisual
# Page Header（カテゴリータイトル）
 ## Topicpath
# primary
# sidebar
# footer
 ## widget-banner
 ## PageTop
 ## siteFooter
 ## copyright

【min-width:481（481px以上）】
 ## widget-banner

【min-width:769（769px以上）】
# header (769-)
# Primary Menu (769-)
 ## Relation Menu (769-)
# layout (769-)
# Footer (769-)

【margin（PC)】
【Privacy Poricy】
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { margin: 0;}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;box-sizing: border-box;}
audio:not([controls]) { display: none; height: 0;}
[hidden], template { display: none;}
a { background-color: transparent;}
a:active, a:hover { outline: 0;}
abbr[title] { border-bottom: 1px dotted;}
b, strong { font-weight: bold;}
dfn { font-style: italic;}
h1, h2, h3, h4, h5, h6 { color: #3B210A; clear: both;}
mark { background: #ff0; color: #000;}
small { font-size: 80%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup { top: -0.5em;}
sub { bottom: -0.25em;}
img { border: 0;margin: 0;padding: 0;vertical-align: top;}
svg:not(:root) { overflow: hidden;}
figure { margin: 0 0 1em 0;}
hr { box-sizing: content-box; height: 0;}
pre { overflow: auto;}
code, kbd, pre, samp { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 0.875rem;}
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0;}
button { overflow: visible;}
button, select { text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] { cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
input { line-height: normal;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
legend { border: 0; padding: 0;}
textarea { overflow: auto;}
optgroup { font-weight: bold;}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {font-size:62.5%;box-sizing:border-box;}
body, button, input, select, optgroup, textarea {
 color: #1E1A19;
	font-size: 16px;
	font-size: 1.6rem;/*1rem=10px*/
	line-height: 1.75;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
* {box-sizing: border-box;}
#page{overflow-x:hidden;}
article>.entry-header{margin-top: 0;}
.entry-header .entry-title { margin: 0 0 20px;}
dfn, cite, em, i { font-style: italic;}
blockquote { margin: 0 20px;}
address { margin: 0 0 10px;}
pre { line-height: 1.6; margin-bottom: 20px; max-width: 100%; overflow: auto; padding: 8px 16px;}
code, kbd, tt, var { font-size: 14px;font-size: 1.4rem;}
@media screen and (min-width: 769px) { code, kbd, tt, var {  font-size: 0.8125rem;}}
p > code { padding: 2px; border-radius: 2px; background: #f3f4f5; font-size: inherit;}
abbr, acronym { border-bottom: 1px dotted #666; cursor: help;}
mark, ins { background: #fff9c0; text-decoration: none;}
big { font-size: 125%;}

h1,h2,h3,h4,h5,h6{color:#333; margin: 0; padding: 0;}
h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.4;}
h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.4; position: relative;}
h3 { font-size: 24px; font-size: 2.4rem; line-height: 1.4; position: relative;}
h4 { font-size: 20px; font-size: 2.0rem; line-height: 1.5;}
h5 { font-size: 18px; font-size: 1.8rem;}
h6 { font-size: 16px; font-size: 1.6rem;}
article > h1,
.entry-content + h1,
.entry-content + h2{margin-top: 0 !important;}
#primary h1{padding-bottom: 6px; border-bottom: 3px solid #999; margin-bottom: 26px;}
#primary h1 span {font-weight: normal; font-size: 16px; font-size: 1.6rem; }
#primary h2{padding-bottom: 6px;margin-top: 40px; margin-bottom: 26px;}
#primary h2::before,
#primary h2::after{content: "";position: absolute;left:0; bottom:0;width: 100%;height:3px;}
#primary .entry-title::before,
#primary h2::before{ background: #CCC;}
#primary .entry-title::after,
#primary h2::after{ background: #344C89; width: 20%;}

#primary h3{border-bottom: 1px solid #999; margin-bottom: 20px;padding-bottom: 4px;}
#primary h4{border-left:10px solid #ACE;padding-left: 12px; margin-bottom: 15px;}
#primary h5{position: relative; padding-left: 26px; margin-bottom: 15px;}
#primary h5::before{
content: "";position: absolute;top:12px;left:0;
width: 16px;height: 3px;
border-radius: 2px;
background: #ACE;
}
#primary h6{position: relative; padding-left: 26px; margin-bottom: 15px;}
#primary h6::before,
#primary h6::after{
content: "";position: absolute;top:6px;left:4px;
width: 6px;height: 6px;
border-radius: 6px;
background: #CCC;
}
#primary h6::after{top:16px;}

.site-title { margin: 0; line-height: 1;}
.site-title a { text-decoration: none; color: inherit;}
.site-branding { margin-bottom: 20px;}
.site-description { margin: 0; font-weight: inherit; line-height: 1.4; word-wrap: break-word;}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box;}
*, *:before, *:after { box-sizing: inherit;}
body { background: #fff;overflow-x: hidden; min-width: 320px;}
blockquote, q { quotes: """";}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
hr { border: 0; height: 1px; margin-bottom: 24px;}
ul, ol { margin: 0 0 16px 16px;}
ul { list-style: disc;}
ol { list-style: decimal;}
li > ul, li > ol { margin-bottom: 0; margin-left: 16px;}
dt { font-weight: bold;}
dd { margin: 0 0 16px 16px;}
img { height: auto; max-width: 100%;}
table { margin: 0 0 24px; width: 100%;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
 border: 1px solid #ccc;
 border-radius: 3px;
 background: #e6e6e6;
 color: rgba(0, 0, 0, 0.8);
 font-size: 14px;
 font-size: 1.4rem;
 line-height: 1.1;
 padding: 5px 8px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa;}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
 color: #666; border: 1px solid #ccc; border-radius: 3px; padding:8px; line-height: 1.1; font-size: 14px; font-size: 1.4rem;
 }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111;}
select { border: 1px solid #ccc; width: 100%; padding: 8px;}
textarea { width: 100%; padding: 8px;}

input[type="submit"]{background:#003560; color: #FFF; padding: 10px; text-align: center;font-size: 20px; font-size: 2.0rem; margin: 30px auto 0; max-width: 240px; width: 100%;display: block;border: 1px solid #003560;}


.search-form{ width: 240px; margin:30px auto;}
input[type="search"].search-field{width: 185px; padding: 6px 10px; margin-right: 5px; float: left;font-size: 14px; font-size: 1.4rem;}
input[type="submit"]{background:#0066CC; color: #FFF; padding: 6px 10px; text-align: center; margin: 0; max-width: 50px; width: 100%;display: block;border: 1px solid #0066CC;font-size: 14px; font-size: 1.4rem;}

/*お問い合わせ*/
.wp-block-table .rbl_rwd select{width: auto;font-size: 15px; font-size: 1.5rem;}
.wp-block-table .rbl_rwd td{padding: 12px;position: relative;}
.required{color: #FFF; font-size: 13px; font-size: 1.3rem; text-align: center; line-height:20px; width: 50px;height: 20px;border-radius: 3px;background: #BF3C3C; white-space: nowrap;}
@media screen and (min-width: 481px) {
.required{position: absolute;top:15px;right:5px;}
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a { color: #003560;}
a:hover, a:focus, a:active { color: #00437A;}
a:focus { outline: thin dotted;}
a:hover, a:active { outline: 0;}

/* 自動アイコン表示 */
a[href$=".pdf"],* html a.icon_pdf,
a[href$=".zip"],a[href$=".gzip"],a[href$=".gz"],* html a.icon_zip,
a[href$=".pptx"],* html a.icon_ppt,a[href$=".ppt"],* hmtl main a.ppt,
a[href$=".docx"],* html a.icon_doc,a[href$=".doc"],* hmtl main a.doc,
a[href$=".xlsx"],* html a.icon_xls,a[href$=".xls"],* html main a.xls{
position: relative; padding-right: 20px; display: inline-block;}
a[href$=".pdf"]::after,* html #primary a.icon_pdf::after,
a[href$=".zip"]::after,a[href$=".gzip"]::after,a[href$=".gz"]::after,* html main a.icon_zip::after,
a[href$=".pptx"]::after,* html a.icon_ppt::after,a[href$=".ppt"]::after,* hmtl main a.icon_ppt::after,
a[href$=".docx"]::after,* html a.icon_doc::after,a[href$=".doc"]::after,* hmtl main a.icon_doc::after,
a[href$=".xlsx"]::after,* html a.icon_xls::after,a[href$=".xls"]::after,* html main a.icon_xls::after{
content: "";
position: absolute;
width: 14px; height: 14px;
right:0; bottom:2px;
}
a[href$=".pdf"]::after,* html a.icon_pdf::after{
width: 16px; height: 16px;
background: url(assets/images/icon_pdf.png) no-repeat 100% 0;background-size: 16px 16px;}
a[href$=".zip"]::after, a[href$=".gzip"]::after, a[href$=".gz"]::after,* html a.icon_csv::after{
width: 13px; height: 15px;
background: url(assets/images/icon_zip.png) no-repeat 100% bottom;background-size: 13px 15px;}
a[href$=".pptx"]::after,* html a.icon_ppt::after,a[href$=".ppt"]::after,* hmtl main a.icon_ppt::after{
background: url(assets/images/icon_ppt.png) no-repeat 100% 0;background-size: 14px 14px;}
a[href$=".docx"]::after,* html a.icon_doc::after,a[href$=".doc"]::after,* hmtl main a.icon_doc::after{
background: url(assets/images/icon_word.png) no-repeat 100% 0;background-size: 14px 14px;}
a[href$=".xlsx"]::after,* html a.icon_xls::after,a[href$=".xls"]::after,* html main a.icon_xls::after{
background: url(assets/images/icon_excel.png) no-repeat 100% 0;background-size: 14px 14px;}
/*外部リンク*/
a[target="_blank"]{padding-right: 26px; position: relative}
a[target="_blank"]::after{
content: "";position: absolute;width: 20px; height: 20px;bottom:4px;right:0;
background: url(assets/images/ico_linkList.png) no-repeat 0 3px;	background-size: 20px 15px;}

#sb_instagram a[target="_blank"]::after{content: none;}

.wp-block-file__button{padding-right:1em !important;}
.wp-block-columns.BnrGroup a::after,
.bannerArea a::after,
.wp-block-file__button::after{content: none !important;}
.wp-block-button a[target="_blank"]{padding-right: 30px;}
.wp-block-button a[target="_blank"]::after{top:15px;right:10px;}

.noIco{background: none !important;padding:0 !important;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
 border-top: 1px solid #e2e4e7;
 margin: 30px auto 40px;
 padding-top: 15px;
 overflow: hidden;
 padding-bottom: 60px;
 font-size: 15px; font-size: 1.5rem;
}
.nav-links {display: flex;justify-content:center;}
.nav-links .page-numbers{background: #DDD; color: #333; padding:2px 6px; margin-right: 2px;}
.nav-links .next,.nav-links .prev{background: none;}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { width: 50%; flex: 1 0 50%;}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; flex: 1 0 50%;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 position: absolute !important;
 height: 1px;
 width: 1px;
 overflow: hidden;
 word-wrap: normal !important;
 /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 color: #21759b;
 display: block;
 font-size: 14px;
 font-size: 0.875rem;
 font-weight: bold;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
 /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus { outline: 0;}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft, .alignright { max-width: 580px !important; }
.alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption { max-width: 50%; width: 50%;}
.alignleft figcaption { clear: left;}
.alignright figcaption { clear: right;}
.alignleft img, .alignleft figcaption { float: left; margin-right: 1.5em;}
.alignright img, .alignright figcaption { float: right; margin-left: 1.5em;}
.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {}
.widget-area select { max-width: 100%;}
.widgettitle{margin-bottom: 10px;}
.widget-area ul{list-style: none; margin-left: 0;padding: 0;}
.widget-area li{line-height: 1.3; font-size: 15px; font-size: 1.5rem;}
.widget-area li a{display: block; text-decoration: none; padding:5px 0px 5px 14px; position: relative;}
.widget-area li a:before{
	content:"";
	width: 8px;
	height: 8px;
	position: absolute;
	top:10px;left:0; bottom:0;
 box-sizing: border-box;
 border-top: 2px solid #CC6666;
 border-right: 2px solid #CC6666;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.widget { margin: 0 0 20px;}

#siteFooter .widget-area li a:before{
	content:"";
	width: 6px;
	height: 6px;
	position: absolute;
	top:0;left:0; bottom:0; margin: auto 0;
 box-sizing: border-box;
 border: 6px solid transparent;
 border-left: 6px solid #99CCFF;
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
/*--------------------------------------------------------------
# Posts and pages
--------------------------------------------------------------*/
.sticky { display: block;}
.hentry { margin: 0px 0;}
.updated:not(.published) { display: none;}
.page-content, .entry-content, .entry-summary { margin: 0 0 1.5em ;}
.entry-meta { color: #6c7781; font-size: 90%;}
.page-links { clear: both; margin: 0 0 1.5em;text-align: center;}
.post-page-numbers{font-weight: 600; padding: 0 10px;text-align: center;color: #3B210A; background:#F5F1E1; }
.entry-header, .page-header, .entry-footer, .site-info, .posts-navigation, .post-navigation, .page-navigation, .comments-area, .not-found .page-content, .search .entry-summary { margin: 1.5em auto; padding-left: 14px; padding-right: 14px; max-width: 1180px;}
.entry-header .wp-post-image { margin-bottom: 1.5em;}
.entry-footer span { margin-right: 1em;}
.entry-footer { color: #6c7781; font-size: 90%;}
.edit-link{display: none;}
.cat-links a{}

@media screen and (min-width: 768px) {
 .entry-header, .page-header, .entry-footer, .site-info, .posts-navigation, .post-navigation, .page-navigation, .comments-area, .not-found .page-content, .search .entry-summary {  padding-left: 0;  padding-right: 0; }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a { word-wrap: break-word;}
.bypostauthor { display: block;}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
 display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
 display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
 border: none;
 margin-bottom: 0;
 margin-top: 0;
 padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%;}
/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block;}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%;}
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto;}
.wp-caption .wp-caption-text { margin: 0.8075em 0;}
.wp-caption-text { text-align: center;}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em;}
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%;}
.gallery-columns-2 .gallery-item { max-width: 50%;}
.gallery-columns-3 .gallery-item { max-width: 33.3333333333%;}
.gallery-columns-4 .gallery-item { max-width: 25%;}
.gallery-columns-5 .gallery-item { max-width: 20%;}
.gallery-columns-6 .gallery-item { max-width: 16.6666666667%;}
.gallery-columns-7 .gallery-item { max-width: 14.2857142857%;}
.gallery-columns-8 .gallery-item { max-width: 12.5%;}
.gallery-columns-9 .gallery-item { max-width: 11.1111111111%;}
.gallery-caption { display: block;}

/* Gallery設定追加 */
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item{height: max-content;}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {flex-wrap: wrap;}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img { height: 220px !important;}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {flex-grow: 0;}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { padding: 0px 10px 9px;}
@media screen and (min-width: 481px) {
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { font-size: 15px !important; font-size: 1.5rem !important; line-height: 1.3;}
}

/* --------------------------------------------------------------
#テーマ設定
--------------------------------------------------------------*/
/*
# header
-----------------*/
#site-branding{position: relative;}
#titArea{padding: 10px 0;position: relative;}
.site-title .site-logo img{max-width: 150px; width: calc(100%/1);margin-left: 10px;}
.custom-logo-link{max-width: 40px; height: auto; width: calc(100%/1)}
.site-description { margin-top: 5px; color: #00315A; line-height: 1.1; font-size: 12px; font-size: 1.2rem;}
.site-description span{color: #0066CC; font-size: 10px; font-size: 1.0rem;}

/*
# Primary Menu
-----------------*/
#menu-toggle,#tMenu {display: block; right: 10px;}
#menu-toggle,#menu-toggle span {display: inline-block;box-sizing: border-box;}
button#menu-toggle { position: absolute;	top:10px;	width: 36px;	height: 36px;	padding: 0;	box-shadow: none;	background: #003560;	border: 1px solid #003560;border-radius: 0px;}
#menu-toggle:hover{	border-color:none;	box-shadow:none;	cursor:pointer;	border: 1px solid #003560; }
#menu-toggle span {	background: #FFF;	position: absolute;	left: 0; right: 0;margin: auto;	width: 26px;	height: 2px;	}
#menu-toggle span:nth-of-type(1) {top:6px;}
#menu-toggle span:nth-of-type(2) {top: 16px;}
#menu-toggle span:nth-of-type(3) {bottom:6px;}
#menu-toggle.active span:nth-of-type(1) {	-webkit-transform: translateY(10px) rotate(-45deg);	transform: translateY(10px) rotate(-45deg);}
#menu-toggle.active span:nth-of-type(2) {opacity: 0;}
#menu-toggle.active span:nth-of-type(3) {-webkit-transform: translateY(-10px) rotate(45deg);transform: translateY(-10px) rotate(45deg);}
#menu-toggle:hover span {background: #FFF;}
#tMenu{position: absolute; top:50px; font-size: 10px; line-height:1; color: #003560;width: 40px;	height: 12px;	display: block;	text-align: right;	font-weight: bold;}

#site-navigation{height:100%;}
#site-navigation li {list-style: none;}
#site-navigation a{ display: block;text-decoration: none; color: #FFF;}
#navPanel {	position:fixed;	display:none;	width:100%;	height:100%;	background: #06263F;	z-index:9999;	overflow-y: scroll;-webkit-overflow-scrolling: touch;}
#navPanel div{height: auto;}
#primary-menu{margin: 10px; padding: 0;}
#primary-menu li {margin-bottom: 1px;}
#primary-menu li span {display:none;}
#primary-menu li a {color: #FFF;padding:8px 14px; position: relative;}
#primary-menu li a:hover, .main-navigation li.current-menu-parent a, .main-navigation ul li.current-menu-item {	background: #003560;}
#primary-menu li ul{	margin: 1px 0 0 10px; padding:0px; border-top:1px solid #D6EFD1;border-left:1px solid #D6EFD1; }
#primary-menu li ul ul{border-bottom:1px solid #D6EFD1;}
body.fixed #contents{opacity:1; position: fixed;}

/* ## Relation Menu
-------------------------------*/
#sub-head{margin: 20px auto 140px;-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;align-items: flex-end;flex-wrap: wrap; }
.menu-relation-container,
.menu-relation-en-container{width: 100%;}
#menu-relation{margin:0; padding: 0; -js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;	flex-wrap:wrap; justify-content: center;}
#menu-relation li{text-align: center;margin-left: 10px; margin-top: 10px; font-size: 15px;font-size: 1.5rem; background:#0066CC; }
#menu-relation a{display: flex;justify-content:center;align-items: center; padding: 0 10px;}

/*
# MainVisual
-------------------------------*/
#mv{background: url("assets/images/bg_black.png");}
.post_thumbnail{max-width:1180px; width: 100%;margin: 0 auto; text-align: center;}

/*
# Page Header（カテゴリータイトル）
-------------------------------*/
#pageHead{
 background: url("assets/images/bg_darkblue.png") repeat ;
 margin: 0;
 max-width: none;
 -js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	flex-wrap:wrap;
 align-items: center;
}
#pageHead .entry-title {
	text-align: center;
 width: 96%;
 margin: 0 auto;
 padding: 20px;
	font-size:32px;font-size: 3.2rem;
 line-height: 1;
 font-family :	YuMincho,	'Yu Mincho',	serif;
 font-weight: 600;
	box-sizing:border-box;
 color: #FFF;
}
#pageHead .entry-title span{display: block; color: #CCC;font-weight: 500; font-size:15px;font-size: 1.5rem;}

/* ## Topicpath
-----------------*/
#topicpath{
font-size: 12px;
font-size: 1.2rem;
padding-top: 8px;
margin-bottom: 40px;
}
#topicpath .inner{margin: 0 auto;max-width: 1180px;width: 100%;}
#topicpath a {text-decoration: none;}

/*
# primary
-----------------*/

/*
# sidebar
-----------------*/
#secondary{background: url("assets/images/bg_sidemenu.png") no-repeat 50% 0; background-size: cover; padding: 20px 0; margin-bottom: 40px;min-height: 310px;}
#secondary div{width: 90%; margin: 0 auto 20px;}
#secondary h2{color: #336699; background:none; font-size:24px; font-size:2.4rem;font-family: YuMincho, 'Yu Mincho', serif;font-weight: 600; margin-bottom:24px; text-align: center;}
#secondary h2 a{color: #336699;text-decoration: none; position: relative; padding-bottom: 10px;}
#secondary h2 a::before{content: "";position: absolute;right:0;bottom:0;left:0; margin: auto; width:50px;height: 3px; background: #CCC;}
#secondary h3 a,
#secondary h3{font-size:18px; font-size:1.8rem;color:#336699;}
#secondary h3 {width: 90%; margin: 0 auto 10px;}
#secondary .menu {width: 100%; margin: 0 ; font-size: 15px; font-size: 1.5rem;}
#secondary .menu ul{margin-left: 14px;}
/* 
# footer
-----------------*/
#editTime{ margin-top: 40px; font-size: 14px; font-size: 1.4rem; text-align: right;}
.page #editTime{ margin-top: 40px; margin-bottom: 0;}

/* ## widget-banner
-----------------*/
.BnrGroup{padding: 40px 0;}
.bannerArea .wp-block-columns > *{width: 50%; margin: 0; padding: 10px;text-align: center;}
.bannerArea .wp-block-columns{max-width: 1180px;width: 100%; margin: 0 auto; flex-wrap: wrap;display: flex !important;}
.bannerArea ul{margin: 0 ; padding: 0;}
.bannerArea li{margin-left: 0 ;list-style: none;text-align: center;}
.bannerArea li a{text-decoration: none;font-size: 15px; font-size: 1.5rem;}

/* ## PageTop
-----------------*/
.pagetop,.pagetop a{	width: 50px;	height: 50px;}
.pagetop {	position: fixed;	z-index: 9998;	bottom:70px;	right: 0;}
.pagetop a {	display: block;	position: relative;	background: url("assets/images/bg_darkblue.png");}
.pagetop a::after{ margin: auto; content: ""; height: 15px;	position: absolute;	top:0;right:0;bottom:0;left:0;	}
.pagetop a::after{ width: 15px; border-top: 2px solid #FFF; border-right: 2px solid #FFF; -datawebs_parentkit-transform: rotate(-45deg); transform: rotate(-45deg);}

/* ## siteFooter
-----------------*/
#Fnav{display: none;}
#siteFooter{background: url("assets/images/bg_darkblue.png"); color: #FFF;position: relative;}
aside.widget-area:empty{display: none;}
#fInfo{padding: 10px 0; font-size: 13px; font-size: 1.3rem;-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex; flex-wrap: wrap;}
#fInfo .widget-area{margin-bottom: 10px;}
#fInfo .widget-area:first-child{text-align: center;width: 100%;margin-bottom: 10px;}
#fInfo .footer_title{max-width: 240px; width: calc(100%/1);}
#fInfo > .widget-area p:first-child{margin-top: 0 !important;}
#siteFooter .widget-area li{font-size: 13px;font-size: 1.3rem;}
#siteFooter .widget-area a{padding-right: 0; color: #FFF;}

.share_area { margin: 0px  }
.share_area a { display: inline-block;width: 30px; height: 30px; text-decoration: none; padding: 0;background-size: 30px 30px;}
.facebook_btn {	background: url(assets/images/ico_facebook.png) no-repeat 0 0;}
.twitter_btn {	background: url(assets/images/ico_twitter.png) no-repeat 0 0;}

/* ## copyright
-----------------*/
#copy {
 background: url("assets/images/bg_black.png");color: #F0F0F0;text-align: center;
 padding: 10px 8px;
 font-family: Verdana, "Droid Sans", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
 margin: 0px !important;
 font-size: 12px; font-size: 1.2rem; 
}
/*------------------------------------------------------
▼ min-width:481（481px以上）
------------------------------------------------------*/
@media screen and (min-width: 481px) {
/* ## widget-banner
-----------------*/
.bannerArea .wp-block-columns > *{width:33%;}

}
/*------------------------------------------------------
▼ min-width:769（769px以上）
------------------------------------------------------*/
@media screen and (min-width: 1001px) {
.custom-logo-link{max-width: 140px; position: absolute; top:5px; left: 0;z-index:2;}
#navPanel {z-index:1;}
.site-title .site-logo img{max-width: 210px;margin-left: 160px;}
.site-description {margin-top: 0; background: none; text-align: left; margin-left: 10px; color: #00315A; line-height: 1.2; font-size: 16px; font-size: 1.6rem;}
.site-description span{color: #0066CC; font-size: 14px; font-size: 1.4rem;}
/* 
# header (769-)
-----------------*/
#titArea{position: relative; align-items: center;	margin: 0 auto; height: 80px;	max-width: 1180px;width: 100%;
	-js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;}
/*
# Primary Menu (769-)
-----------------*/
#site-navigation{position: relative;}
#menu-toggle,#tMenu {display: none;}
#navPanel{  overflow: visible; position: static; display: block !important;background: url("assets/images/bg_black.png");}
#navPanel div{ 	position: absolute;top:20px; max-width: none; width: 100%;height: 60px;display: block;	overflow-y: visible;}
#primary-menu { max-width: 1180px;width: 100%;height: 100%;	margin:0 auto;
 -js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;flex-wrap:nowrap;
 padding: 0;	justify-content: flex-end;}
#primary-menu li {text-align: center;margin-bottom: 0;background: none;font-size: 15px; font-size: 1.5rem; }
#primary-menu li a {line-height: 1.2;height: 100%;padding: 0 12px;display: flex;justify-content:center;flex-wrap: wrap;align-items: center;align-content:center;color: #FFF;}
.current-page-ancestor a,
#primary-menu li a:hover, .current-menu-item a,.current-en-ancestor a {color: #FFF;	background: url("assets/images/bg_darkblue.png");}

body.fixed #contents{opacity:1; position: static;}
#navPanel div{position: relative;top:auto;}
 
/* ## Relation Menu (769-)
---------------------------*/
#sub-head{position: absolute;top: -80px; right: 0; left: 0; margin: 0 auto;	max-width: 1180px;width: 100%; height: 80px;background: none;line-height: 1;justify-content: flex-end;align-items: center;}
#sub-head .menu-relation-container,
#sub-head .menu-relation-en-container{position: absolute; top:0; right: 0; background: none; height:35px;width: 240px;display: block;}
#menu-relation{justify-content: flex-end; flex-wrap: nowrap;}
#menu-relation li{display:block;margin-top: 0px; white-space: nowrap; width: 49%;}
#menu-relation li a{background: #003560; color: #FFF; padding: 8px 5px;}
#sub-head .search-form{ max-width: 240px; width: 100%; margin: 30px 0 0 0;}

/* 
# layout (769-)
-----------------*/
#primary{width: 100%;margin-bottom:20px; }
#secondary{max-width: 270px; width: 100%; margin-left: 2.5%;flex-shrink:2;}
#contents{	margin: 0 auto 0;	width: 100%;
 -js-display: flex;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;
	align-items: flex-start;}
#contents.withSide{max-width: 1180px;}
.withSide #primary{max-width: 880px; width: 100%;}

/* 
# Footer (769-)
-----------------*/
#Fnav{background: url("assets/images/bg_black.png"); display: block;	}
#Fnav ul{ justify-content: center;}
#Fnav li a {padding: 12px ;text-decoration: none;}

.bannerArea .wp-block-columns > *{width: 20%;}
.pagetop {	bottom: 40px;	right: 20px; left: auto;}
.page-id-175 .pagetop {	bottom: 70px;right: 10px; }
#fInfo{margin: 0 auto; max-width: 1180px;	width: 100%;justify-content:space-between;flex-wrap: nowrap;font-size: 15px; font-size: 1.5rem;}
#siteFooter .widget-area{padding: 10px; }
#fInfo .widget-area:first-child{text-align: center; max-width: 100px;}
#fInfo .widget-area:nth-child(2){margin-right: auto;}
#fInfo .footer_title{max-width: 260px;}

/* end min-width: 769px */ }

/*---------------------------
▼margin（PC)
---------------------------*/
@media screen and (max-width:1220px) {
#titArea{margin-left: 20px;}
#topicpath,
#siteFooter .widget-area{margin:0 20px 40px;} 
#contents{margin:0 0 40px;} 
}

/*---------------------------
▼ Privacy Poricy
---------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease;}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:13px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em;}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
