﻿@charset "utf-8";
/*
Theme Name: MYTS-template
Theme URI: http://www.myts.co.jp/
Description: 
Version: 1.0
Author: Kuroco
Author URI: http://www.myts.co.jp/

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
border:0;
font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "verdana", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo,ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;outline:0;
padding:0;
vertical-align:baseline;
}

:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */
body{
color: #202020;
font-size:16px;
font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "verdana", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo,ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
line-height: 1.8em;
background:#fff;
-webkit-text-size-adjust:100%;
}

html{background:#fff;}


/* リンク設定
------------------------------------------------------------*/
a{color:#337db6;text-decoration:none;}
a:hover{color:#246292;}
a:active, a:focus{outline:0;}


/* フォーム
------------------------------------------------------------*/
input, textarea{
vertical-align:middle;
max-width:90%;
line-height:24px;
height:24px;
padding:1px 5px;
border:1px solid #ccc;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
font-size: 18px;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#f0f0f0;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
height:auto;
font-size:110%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background:#e4e4e4;
cursor:pointer;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0;
width:100%;
box-sizing: border-box;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
padding: 0;
height: auto;
z-index:100;
background: #fff;
background-size: auto 200px;
position: fixed;
top: 0;
left: 0;
right: 0;
display: block;
width: 100%;
box-sizing: border-box;
z-index: 1100;
}

#header:after{
content:"";
display: block;   
clear:both; 
visibility:hidden;
}

.fv_frontbg{
background: url(images/headerbg_round.png) no-repeat bottom 0 center;
background-size: 100% 120px;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
min-width: 100%;
height: 143px;
margin: 0 auto;
display: block;
}

.fv_frontbg img{
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
min-width: 100%;
height: 146px;
margin: 0 auto;
display: block;
}


#header h1{
display: none;
}

.pageheader{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.pageheader img{
	margin: 0;
	width: 100%;
	height: auto;
}

.headerspace{height: 120px;}

@media only screen and (max-width:940px){
	#hd_box{
	display: flex;
	}

	/* #header .hd_menu, nav#mainNav{
	display: none;
	}*/

	.fv_frontbg{
	background-size: 940px 100%;
	height: 145px;
	}
	.pageheader{
		margin-top: 70px;
	}
}

@media only screen and (max-width:768px){
	.fv_frontbg{
	background-size: 768px auto;
	height: 110px;
	}
	.pageheader{
		margin-top: 60px;
	}

	#header .hd_menu, nav#mainNav{
	display: none;
	}

}

/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:12px 0 0;
max-width: 20%;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#333;
}

#header .logo img{
max-width: 100%;
}

.logo span{
font-size:11px;
font-weight:normal;
}

#header .hd_menu{
display: inline-block;
}

#header .hd_contactbtn{
float: right;
display: flex;
flex-direction: column;
}

#header .hd_contactbtn a.hd_ctbtn{
background-image: linear-gradient( 135deg, #FCCF31 10%, #F55555 100%);
border-radius: 0 0 5px 5px;
text-align: center;
display: inline-block;
padding: 3px 15px;
margin-bottom: 10px;
transition: 0.2s;
}

#header .hd_contactbtn a.hd_ctbtn span{
background: url(images/icon_mail.png) no-repeat left 0 top 50%;
background-size: 20px;
color: #fff;
font-weight: bold;
padding-left: 35px;
}

#header .hd_contactbtn a.hd_ctbtn:hover{
background-image: linear-gradient( 135deg, #FA742B 10%, #FFE985 100%);
}


@media only screen and (max-width:1087px){
	#header .hd_menu{
	display: inline-block;
	margin-top: 15px;
	}
}

@media only screen and (max-width:768px){
	#header .logo{
	float:left;
	padding:10px 0 0;
	max-width: 40%;
	}

	#header .logo img{
	margin-top: 3px;
	}

	#header .hd_contactbtn a.hd_ctbtn span{
	font-size: 15px;
	}

	#header .hd_contactbtn a.hd_ctbtn{
	display: none;
	}

}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:15px auto 20px;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border-radius:3px;
margin: auto;
display: block;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
overflow:hidden;
}
	
.grid{
overflow:hidden;
border-radius:5px;
background:#fff;
}

.grid h3{
padding:15px 5px;
text-align:center;
border-radius:5px 5px 0 0;
background:#e4e4e4;
}

.grid p{
padding:5px 10px;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .grid p{padding:0;}


/*************
メイン コンテンツ
*************/
section.content{
clear:both;
margin-top:20px;
/* padding:19px; */
margin-bottom:20px;
/* border:1px solid #ebebeb; */
/* border-radius:6px; */
background:#fff;
overflow:hidden;
font-size:15px;
}

section.content p{margin-bottom:5px;}




/* アーカイブページ */
section.content .archive{
/* padding:20px 0 0; */
border-bottom:1px dotted #cecece;
}

section.content .archive:first-of-type{
border-top: 1px dotted #cecece;
}

section.content p{margin-bottom:5px;}

section.content .archive a span{
text-decoration: underline;
}

section.content .archive a span:hover{
text-decoration: none;
}

.postdays{
color: #707070;
font-weight: bold;
font-size: 20px;
line-height: 1.6em;
}

h3.heading{
clear:both;
padding-left:7px;
margin-bottom:10px;
font-size:20px;
font-weight: bold;
border-left:5px solid #e4e4e4;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

.border,ul.list img{border:4px solid #ebebeb;}

.ctr{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


@media only screen and (max-width:768px){
	.breadcrumbs{
	font-size: 14px;
	}
}


/*************
/* サイドバー
*************/
#sidebar article{
padding:7px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

#sidebar ul{padding-top:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}

/* 検索バー */
.searchform {
  position: relative;
}
 
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}


/*************
/* フッター
*************/
#footer{
    display: block;
    clear:both;
    padding: 0;
    color: #fff;
    /* margin-top: 20px; */
}

#ft_top{
    background: #505050 url(images/footer2_bg.png) no-repeat;
    background-size: cover;
    display: block;
    clear:both;
    box-sizing: border-box;
    padding: 50px 0;
}

#ft_top h2{
margin: 0 auto;
font-size:28px;
font-weight:bold;
color: #fff;
line-height: 2em;
text-align: center;
display: block;
position: relative;
}

#ft_top h2 span{
display: block;
font-family: "Oswald", "serif";
font-size: 60px;
font-weight: normal;
color: #CECECE;
}

#ft_top h2:before{
　display: inline-block;
　position: absolute;
　content: '';
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #F28E0B;
}


.ftbox{
    display: flex;
    justify-content: space-around;
    width: 75%;
    margin: 20px auto 0;
}

.ftbox div{
    width: 48%;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
    background: rgba(240, 243, 245, 0.1);
    backdrop-filter: blur(18px);
    line-height: 2.4em;
}

.ftbox div a{color: #fff;}

.ftbox h3{
    font-size: 18px;
    font-weight: bold;
}

span.telicon{
    display: inline-block;
    text-align: center;
    background: url(images/telicon.png) no-repeat left 0 center;
    background-size: 0.8em auto;
    padding-left: 35px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
}

span.btn_mail {
    display: block;
    text-align: center;
    background: url(images/mailicon.png) no-repeat left 0 center;
    background-size: 1.4em auto;
    padding-left: 40px;
    font-size: 19px;
    font-weight: bold;
    margin: 0 10px;
}

#ft_btm{
    background: #505050;
    display: block;
    clear: both;
    box-sizing: border-box;
    padding:30px 0;
}

#ft_navi{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}


#ft_spfix{display: none;}

	ul#menu-footernavi,
	ul#menu-footernavi-cn{
	/* float:right; */
	margin-top: 15px;
	}

	ul#menu-footernavi li,
	ul#menu-footernavi-cn li{
	float:left;
	margin:0 5px;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	line-height: 1.1em;
	}

	ul#menu-footernavi a,
	ul#menu-footernavi-cn a{
	font-size:16px;
	display:block;
	padding:10px 10px 7px;
	color:#fff;
	box-sizing: border-box;
	border-top: 3px solid #505050;/* 疑似ボーダー */
	}

	ul#menu-footernavi span,
	ul#menu-footernavi-cn span{
	color:#cdcdcd;
	font-size:10px;
	padding-bottom: 28px;
	}

	ul#menu-footernavi li.current-menu-item a,
	ul#menu-footernavi a:hover,
	ul#menu-footernavi-cn li.current-menu-item a,
	ul#menu-footernavi-cn a:hover{
	border-top: 3px solid #F28E0B;
	/* border-radius:5px;*/
	}

	ul#menu-footernavi ul,
	ul#menu-footernavi-cn ul{
	width:160px;
	display:none;
	}

	ul#menu-footernavi li:hover ul,
	ul#menu-footernavi-cn li:hover ul{
	display:block;
	position:absolute;
	top:70px;
	left:0;
	z-index:500;
	box-sizing: border-box;
	}
	
	ul#menu-footernavi li li,
	ul#menu-footernavi-cn li li{
	margin:0;
	float:none;
	width:160px;
	text-align:left;
	border-top:1px dashed #f0f0f0;
	}

	ul#menu-footernavi li.current-menu-item li a,
	ul#menu-footernavi li li a,
	ul#menu-footernavi-cn li.current-menu-item li a,
	ul#menu-footernavi-cn li li a{
	border-radius:0;
	padding: 15px 10px;
	background:#e4e4e4;
	border-top: 0;
	box-sizing: border-box;
	}

	ul#menu-footernavi li li.current-menu-item a,
	ul#menu-footernavi li li a:hover,
	ul#menu-footernavi-cn li li.current-menu-item a,
	ul#menu-footernavi-cn li li a:hover{
	border-radius:0;
	color:#333;
	background:#fff;
	border-top: 0;
	}

.ft_subnavi a{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1.8em;
}

.ft_subnavi a:hover{
text-decoration: underline;
}

a.ft_subbtn{
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 12px 20px;
border: 1px solid #fff;
border-radius: 30px;
text-align: center;
transition: 0.3s;
}

a.ft_subbtn:hover{
border: 1px solid #004BB1;
background: #004BB1;
}


#copyright{
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    font-size: 0.6em;
    line-height: 1.2em;
}

@media only screen and (max-width:940px){

	.ftbox h3{
	font-size: 2vw;
	}

	span.btn_mail {
	padding-left: 35px;
	font-size: 2vw;
	margin: 0;
	}

	#ft_navi{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

	a.ft_subbtn{
	margin: 15px auto;
	display: inline-block;
	padding: 8px 30px;
	}

}


@media only screen and (max-width:768px){

	#ft_top{
	    display: none;
	}

	.ftbox{
	        flex-direction: column;
	}

	.ftbox div{
	        width: 100%;
		margin-bottom: 3%;
	}

	#ft_btm{
	    padding:30px 0 60px;
	}

	#ft_navi > div{
	    margin-bottom: 5%;
	}

	#ft_spfix{
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 10000;
	}

	#ft_spfix a:first-of-type{
	display: flex;
	width: 50%;
	box-sizing:border-box;
	height: 50px;
	color: #fff;
	background-color: #004BB1;
	background-image: linear-gradient(315deg, #1188FF 0%, #004BB1 74%);
	text-align: center;
	padding:0;
	align-content: center;
	justify-content: center;
	align-items: center;
	}

	#ft_spfix a:last-of-type{
	display: flex;
	width: 50%;
	box-sizing:border-box;
	height: 50px;
	color: #fff;
	background-color: #F55555;
	background-image: linear-gradient(135deg, #FCCF31 10%, #F55555 100%);
	text-align: center;
	padding:0;
	align-content: center;
	justify-content: center;
	align-items: center;
	}

	#ft_spfix a:first-of-type span{
	padding: 5px 5px 5px 20px;
	font-size: 3.8vw;
	background: url(images/telicon.png) no-repeat left 0 center;
	background-size: 15px;
	}

	#ft_spfix a:last-of-type span{
	padding: 5px 5px 5px 20px;
	font-size: 3.8vw;
	background: url(images/mailicon.png) no-repeat left 0 center;
	background-size: 15px;
	}

	#ft_navi{
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    align-items: stretch;
	}

	ul#menu-footernavi,
	ul#menu-footernavi-cn {
	/* float:right; */
	margin-top: 15px;
	/* border-top: 1px  solid #ccc; */
	}

	ul#menu-footernavi li,
	ul#menu-footernavi-cn li{
	border-bottom: 1px solid #ccc;
	float: none;
	box-sizing: border-box;
	padding: 15px 3%;
	margin: 0;
	text-align: left;
	}

	ul#menu-footernavi li.current-menu-item a,
	ul#menu-footernavi a:hover,
	ul#menu-footernavi-cn li.current-menu-item a,
	ul#menu-footernavi-cn a:hover {
	    border-top: none;
	}

	ul#menu-footernavi a,
	ul#menu-footernavi-cn a{
	padding:2px 10px 5px;
	}


	.ft_subnavi a{
	    display: inline-block;
	    color: #fff;
	    font-size: 16px;
	    line-height: 1.5em;
	    margin: 0 3%;
	    text-align: center;
	}

	a.ft_subbtn{
	color: #fff;
	font-size: 3.3vw;
	font-weight: bold;
	padding: 12px 20px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-align: center;
	transition: 0.3s;
	display: block;
	width: 60%;
	margin: 0 auto;
	}

}


/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

#sub ul.list li img{
float:left;
margin-right:10px;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}

#sub .grid h3{border-radius:0;}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.post p{padding-bottom:15px;}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

/* .post ol li{list-style:decimal;} */

.post_single h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #f0f0f0;
}

.post_single p{padding-bottom:15px;}

.post_single ul{margin:0 0 10px 10px;}

.post_single ul li{
margin-bottom:5px;
}

.post_single ol{margin:0 0 10px 30px;}

.post_single h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #f0f0f0;
}

#main h2.pagetitle{
margin:10px 0;
font-size:28px;
font-weight:bold;
color: #707070;
line-height: 2em;
}

#main h2.pagetitle-center{
margin:10px auto;
font-size:28px;
font-weight:bold;
color: #707070;
line-height: 2em;
text-align: center;
}

#main h2.pagetitle span,
#main h2.pagetitle-center span{
display: block;
font-family: "Oswald", "serif";
font-size: 60px;
line-height: 1.2em;
font-weight: normal;
color: #CECECE;
text-transform: capitalize;
}


.post h2{
display: block;
border-top: 3px solid #004BB1;
background: url(images/h2bg_1.png) no-repeat left 0 top 0;
background-size: 87px 100%;
color: #707070;
font-size: 24px;
font-weight: bold;
line-height: 1.2em;
position: relative;
padding: 15px 0 15px 100px;
margin: 0 0 30px;
}

.post h2 span{
color: #fff;
font-size: 1.1em;
position: absolute;
top: 15px;
left: 15px;
}

.post h2:not(:first-of-type){
margin-top: 100px;
}

.post h3{
margin: 20px 0;
font-size:18px;
font-weight:bold;
line-height: 1.3em;
color:#505050;
}

.post h4{
background: #F0F3F5;
color: #707070;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
display: block;
box-sizing: border-box;
padding: 5px 10px;
border-left: 3px solid #004BB1;
margin-bottom: 10px;
}

.post_single h2{
display: block;
border-top: 3px solid #004BB1;
background: url(images/h2bg_1.png) no-repeat left 0 top 0;
background-size: 87px 100%;
color: #707070;
font-size: 24px;
font-weight: bold;
line-height: 1.2em;
position: relative;
padding: 15px 0 15px 100px;
margin: 0 0 30px;
}

.post_single h2 span{
color: #fff;
font-size: 1.1em;
position: absolute;
top: 15px;
left: 15px;
}

.post_single h2:not(:first-of-type){
margin-top: 100px;
}

.post_single h3{
margin: 20px 0;
font-size:18px;
font-weight:bold;
line-height: 1.3em;
color:#505050;
}

.post_single h4{
background: #F0F3F5;
color: #707070;
font-size: 20px;
font-weight: bold;
line-height: 1.5em;
display: block;
box-sizing: border-box;
padding: 5px 10px;
border-left: 3px solid #004BB1;
margin-bottom: 10px;
}

.mt100{margin-top: 100px;}

.clm2_cols{
clear: both;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 30px;
}

.clm2_cols h4{
border: none;
background: #F0F3F5;
color: #707070;
font-size: 20px;
font-weight: bold;
line-height: 1.6em;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
padding: 3%;
box-sizing: border-box;
width: 38%;
margin-bottom: 20px;
}

.clm2_cols p{
display: inline-block;
width: 60%;
margin-bottom: 20px;
align-items: center;
display: flex;
line-height: 1.7em;
}

.clm2_rows{
clear: both;
width: 100%;
display: flex;
justify-content: space-between;
}

.clm2_rows div{
display: flex;
flex-direction: column;
width: 49%;
}

.clm2_rows div h4{
border: none;
background: #F0F3F5;
color: #707070;
font-size: 20px;
font-weight: bold;
line-height: 1.6em;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
padding: 3%;
box-sizing: border-box;
width: 100%;
margin-bottom: 20px;
}

.clm2_rows p{
display: inline-block;
width: 100%;
margin-bottom: 20px;
line-height: 1.7em;
}

h2.hd_fuki,h3.hd_fuki{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background: #004BB1;
    padding: 8px 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}

h2.hd_fuki:after,h3.hd_fuki:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 75, 177, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    border-top-color:#004BB1;
    top:100%;
    left:33%;
}

h3.hdh3{
	background: #F0F3F5;
	color: #707070;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
	box-sizing: border-box;
	padding: 5px 10px;
	border-left: 3px solid #004BB1;
	margin: 0 auto 10px;
}


.f_s{font-size: 90%; color: #707070;}
.f_ss{font-size: 80%; color: #707070; font-weight: normal;}
.f_b{font-size: 110%; font-weight: bold;}
.fw_b{font-weight: bold;}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse:collapse;
margin:10px 0;
width: 100%;
box-sizing: border-box;
border-top: 1px solid #CECECE;
border-bottom: 1px solid #CECECE;
}

.post table th,.post table td{
box-sizing: border-box;
padding: 20px;
border-collapse: collapse;
border-top :1px dashed #CECECE;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}

.post table th{
font-weight: bold;
background: #fff;
width: 20%;
}

.post table td{background: #fff;}

.post table td p:last-of-type{
margin-bottom: 0;
padding-bottom: 0;
}

.post table tr td hr{
margin-bottom: 20px;
}

.post table.nobd{
border-top: none;
border-bottom: none;
}

.post table.nobd tr:first-of-type th,
.post table.nobd tr:first-of-type td{
border-top: none;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

.post hr{
border-top: 1px dashed #CECECE;
border-right: 0;
border-left: 0;
border-bottom: 0;
margin: 10px 0;
}

.post_single blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
	
.post_single blockquote p{padding:5px 0;}

.post_single table{
border-collapse:collapse;
margin:10px 0;
width: 100%;
box-sizing: border-box;
}

.post_single table th,.post table td{
box-sizing: border-box;
padding: 20px;
border-collapse: collapse;
}

.post_single table th{
font-weight: bold;
}

.post_single dt{font-weight:bold;}

.post_single dd{padding-bottom:10px;}

.post_single img{max-width:100%;height:auto;}

.post_single hr{
border-top: 1px dashed #CECECE;
border-right: 0;
border-left: 0;
border-bottom: 0;
margin: 10px 0;
}

ul.check{
	margin: 10px 0 0 30px;
}

ul.check li{
	background: url(images/check.png) no-repeat left 0 top 5px;
	background-size: 20px 21px;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 15px;
}

ul.number{
	margin: 0 0 20px 30px;
	}

ul.number li{
	list-style-type: decimal;
	box-sizing: border-box;
    padding-left: 5px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
}


ul.number li::marker{
	font-weight:bold;
	color:#369;
}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright{margin:0 0 2px 7px;}
img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}

	#column2{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	}
	#column2 #main{
	width: 75%;
	box-sizing: border-box;
	padding-bottom: 50px;
	}
	
	#column2 #sub{
	width: 23%;
	box-sizing: border-box;
	}

	.hd_lng{
	display: inline-block;
	padding: 0;
	margin:  0 auto 10px;
	}

	ul.bogo-language-switcher{
	display: flex;
	flex-direction: row-reverse;
	border: 1px solid #cecece;
	}

	ul.bogo-language-switcher li a{
	background: #fff;
	}
	ul.bogo-language-switcher li a:hover{
	background: #c9e5ff;
	}

	ul.bogo-language-switcher li:first-of-type a{
		border-left: none;
		padding: 2px 8px 3px;
		}
	ul.bogo-language-switcher li:last-of-type a{
		border-right: none;
		padding: 2px 8px 3px;
	}

	ul.bogo-language-switcher li.zh-CN{
		padding: 0 8px;
	}

	ul.bogo-language-switcher li.zh-CN span.bogo-language-name{
			padding: 0 0px;
	}

	ul.bogo-language-switcher li.zh-CN.current{
		padding: 0;
	}

	ul.bogo-language-switcher li.zh-CN.current a{
		padding: 2px 8px 3px;
	}

	span.bogo-language-name{/* padding: 4px 8px; */}
	span.bogoflags{display: none;}

	.hd_lng a.current{
		pointer-events: none;
		border: 1px solid #004BB1;
		background: #004BB1;
		color: #fff;
	}


@media only screen and (max-width:768px){

	.hd_lng{
	display: inline-block;
	padding: 0;
	margin:  0 auto;
	}

	#main h2.pagetitle{
	font-size:24px;
	}

	#main h2.pagetitle-center{
	font-size:24px;
	}

	#main h2.pagetitle span,
	#main h2.pagetitle-center span{
	display: block;
	font-family: "Oswald", "serif";
	font-size: 46px;
	line-height: 1.2em;
	font-weight: normal;
	color: #CECECE;
	text-transform: capitalize;
	}

	h3.hd_fuki{
	    text-align: left;
	}

	.post h2:not(:first-of-type){
	margin-top: 50px;
	}

	.post_single h2:not(:first-of-type){
		margin-top: 50px;
	}

	.clm2_cols{
	flex-direction: column;
	margin-bottom: 0;
	}

	.clm2_cols h4{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	}

	.clm2_cols p{
	display: block;
	width: 100%;
	}

	.clm2_rows{
	flex-direction: column;
	}

	.clm2_rows div{
	width: 100%;
	}

	.clm2_rows div h4{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	}

	.clm2_rows p{
	display: block;
	width: 100%;
	}


	.post table th,.post table td{
	display: block;
	width: 100%;
	clear: both;
	}

	.post table th{
	border-bottom: 0;
	padding-bottom: 0;
	}

	.post table td{
	border-top: 0;
	padding-top: 10px;
	}

	img.alignright{margin:0 auto; display: block;}
	img.alignleft{margin:0 auto; display: block;}

	.alignright{float:none;}
	.alignleft{float:none;}

}



/* PC用
------------------------------------------------------------*/

#s-navi{display: none;}

@media only screen and (max-width:768px){
	#s-navi{display: block;}
}

#nav-drawer {
  position: relative;
  /* margin-right: 18px; */
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #004BB1;/*線の色*/
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  z-index: 9998;
}

/*ハンバーガーメニューの中身もろもろ*/
.hamburger-top {
  position: relative;
  background-color: #004BB1;
  text-align: center;
  padding: 15px 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}

.humburger-top .cancel{
    display: inline-block;
    padding: 10px 3px;
}

.cancel {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 5px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 99;
}

.cancel:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 31px;
  height: 5px;
  margin-top: -3px;
  background: #fff;
}

/*中身次第で工夫してください　ここから*/
.top-info{
  padding: 10px 15px;
}

ul#menu-smartphone-menu,
ul#menu-smartphone-menu-zh{
display: block;
}

ul#menu-smartphone-menu li,
ul#menu-smartphone-menu-zh li{
border-bottom: 1px solid #cecece;
box-sizing: border-box;
}

ul#menu-smartphone-menu li a,
ul#menu-smartphone-menu-zh li a {
display: block;
width: 100%;
padding: 5%;
box-sizing:border-box;
}

ul#menu-smartphone-menu li a:hover,
ul#menu-smartphone-menu-sp li a:hover{
background: #F0F3F5;
}

/*中身次第で工夫してください　ここまで*/

.category-navi {
  background-color: #58a9ef;
  font-size: 22px;
  padding: 7px 10px;
  color: #202020;
  font-weight: bold;
}

.menu-container{
  padding: 5px 10px;
}
.menu-container li {
  float: none;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  list-style: none;
  text-align: left;
  border-bottom: dashed 1px #999;
}

.menu-container li:last-child {
  border: none;
}

.menu-container li a {
  text-decoration: none;
  color: #000;
}


@media only screen and (min-width:1088px){
	.inner{
	width:1088px;
	padding:0;
	}
	
	#wrapper{/* padding-bottom:20px; */}

	#hd_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

	#column2{
	display: flex;
	justify-content: space-between;
	}
	#column2 #main{
	width: 75%;
	box-sizing: border-box;
	}
	
	#column2 #sub{
	width: 21.5%;
	margin-top: 30px;
	box-sizing: border-box;
	}

	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	width:1024px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	width:220px;
	display:table-cell;
	}
	
	#sub.gridWrapper{width:1076px;}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:300px;}
	
	/* トップナビゲーション */
	/* nav div.panel{display:block !important;} */

	a#menu{display:none;}
	
	ul#topnav{
	/* float:right; */
	margin-top: 15px;
	}

	ul#topnav li{
	float:left;
	margin:0 5px;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	line-height: 1.1em;
	}

	ul#topnav a{
	font-size:16px;
	display:block;
	padding:10px;
	color:#333;
	box-sizing: border-box;
	border-top: 3px solid #fff;/* 疑似ボーダー */
	}

	ul#topnav span{
	color:#cdcdcd;
	font-size:10px;
	padding-bottom: 28px;
	}

	ul#topnav li.current-menu-item a,ul#topnav a:hover{
	background:#fff;
	border-top: 3px solid #F28E0B;
	/* border-radius:5px;*/
	}

	ul#topnav ul{
	width:160px;
	display:none;
	}

	ul#topnav li:hover ul{
	display:block;
	position:absolute;
	top:70px;
	left:0;
	z-index:500;
	box-sizing: border-box;
	}
	
	ul#topnav li li{
	margin:0;
	float:none;
	width:160px;
	text-align:left;
	border-top:1px dashed #f0f0f0;
	}

	ul#topnav li.current-menu-item li a,ul#topnav li li a{
	border-radius:0;
	padding: 15px 10px;
	background:#e4e4e4;
	border-top: 0;
	box-sizing: border-box;
	}

	ul#topnav li li.current-menu-item a,ul#topnav li li a:hover{
	border-radius:0;
	color:#333;
	background:#fff;
	border-top: 0;
	}
}

@media only screen and (max-width:1087px){

	/* トップナビゲーション */
	/* nav div.panel{display:block !important;} */

	.inner{
	width:100%;
	padding: 0 2%;
	box-sizing:border-box;
	}

	#hd_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	a#menu{display:none;}
	
	ul#topnav{
	/* float:right; */
	/* margin-top: 15px; */
	}

	ul#topnav li{
	float:left;
	margin:0 3px;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	line-height: 1.1em;
	}

	ul#topnav a{
	font-size: 1.5vw;
	display: block;
	padding: 9px;
	color:#333;
	box-sizing: border-box;
	border-top: 3px solid #fff;/* 疑似ボーダー */
	}

	ul#topnav span{
	color:#cdcdcd;
	font-size: 1vw;
	padding-bottom: 28px;
	}

	ul#topnav li.current-menu-item a,ul#topnav a:hover{
	background:#fff;
	border-top: 3px solid #F28E0B;
	/* border-radius:5px;*/
	}

	ul#topnav ul{
	width:160px;
	display:none;
	}

	ul#topnav li:hover ul{
	display:block;
	position:absolute;
	top:70px;
	left:0;
	z-index:500;
	box-sizing: border-box;
	}
	
	ul#topnav li li{
	margin:0;
	float:none;
	width:160px;
	text-align:left;
	border-top:1px dashed #f0f0f0;
	}

	ul#topnav li.current-menu-item li a,ul#topnav li li a{
	border-radius:0;
	padding: 15px 10px;
	background:#e4e4e4;
	border-top: 0;
	box-sizing: border-box;
	}

	ul#topnav li li.current-menu-item a,ul#topnav li li a:hover{
	border-radius:0;
	color:#333;
	background:#fff;
	border-top: 0;
	}


}

@media only screen and (max-width:940px){
	#header{padding: 0;}
	#header h1{padding:0 0 5px 10px;}
	#header .logo{padding:10px 0 10px 10px;}
	

	#hd_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

	#column2{
	display: flex;
	justify-content: space-between;
	}
	#column2 #main{
	width: 75%;
	box-sizing: border-box;
	}
	
	#column2 #sub{
	width: 24%;
	box-sizing: border-box;
	}

	section.content{padding: 3%; box-sizing: border-box;}

	/* トップナビゲーション */
	/* nav div.panel{display:block !important;} */

	a#menu{display:none;}
	
	ul#topnav{
	/* float:right; */
	/* margin-top: 15px; */
	}

	ul#topnav li{
	float:left;
	margin:0;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	line-height: 1.1em;
	}

	ul#topnav a{
	font-size: 1.45vw;
	display: block;
	padding: 9px;
	color:#333;
	box-sizing: border-box;
	border-top: 3px solid #fff;/* 疑似ボーダー */
	}

	ul#topnav span{
	color:#cdcdcd;
	font-size: 1vw;
	padding-bottom: 28px;
	}

	ul#topnav li.current-menu-item a,ul#topnav a:hover{
	background:#fff;
	border-top: 3px solid #F28E0B;
	/* border-radius:5px;*/
	}

	ul#topnav ul{
	width:160px;
	display:none;
	}

	ul#topnav li:hover ul{
	display:block;
	position:absolute;
	top:70px;
	left:0;
	z-index:500;
	box-sizing: border-box;
	}
	
	ul#topnav li li{
	margin:0;
	float:none;
	width:160px;
	text-align:left;
	border-top:1px dashed #f0f0f0;
	}

	ul#topnav li.current-menu-item li a,ul#topnav li li a{
	border-radius:0;
	padding: 15px 10px;
	background:#e4e4e4;
	border-top: 0;
	box-sizing: border-box;
	}

	ul#topnav li li.current-menu-item a,ul#topnav li li a:hover{
	border-radius:0;
	color:#333;
	background:#fff;
	border-top: 0;
	}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
  max-width:100%;
	height:auto;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid{
	float:none;
	width:100%;
	text-align:center;
	}
	
	#footer .grid:last-child{padding-top:20px;}
}

@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	
	#header h1{text-align:center;}
	
	/*#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}*/

	#hd_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}


	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{padding-bottom:10px;margin-bottom:8px;}

	#column2{
	display: flex;
	justify-content: center;
	flex-direction: column;
	}
	#column2 #main{
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 0;
	}
	
	#column2 #sub{
	width: 100%;
	box-sizing: border-box;
	}

	section.content{padding: 2%; box-sizing: border-box;}

}


@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{float:none;margin:20px auto 10px;	}
	
	.grid p,#sub .grid li{text-align:left;}

  .alignleft,.alignright{float:none;display:block;margin:0 auto 10px;}

	#column2{
	display: flex;
	justify-content: center;
	flex-direction: column;
	}
	#column2 #main{
	width: 100%;
	box-sizing: border-box;
	}
	
	#column2 #sub{
	width: 100%;
	box-sizing: border-box;
	}
	section.content{padding: 2%; box-sizing: border-box;}


}

@media only screen and (max-width:480px){	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}

	#column2{
	display: flex;
	justify-content: center;
	flex-direction: column;
	}
	#column2 #main{
	width: 100%;
	box-sizing: border-box;
	}
	
	#column2 #sub{
	width: 100%;
	box-sizing: border-box;
	}

	section.content{padding: 2%; box-sizing: border-box;}

}

