@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
text-align: center;
color: #333;
font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

img{
max-width: 100%;
height:auto;
vertical-align:bottom;
display: inline-block;
}

i img{
vertical-align: middle;
}

li,
ul {
	list-style: none !important;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

input[type="text"] {
min-height:1em;
}

.il{
display: inline;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

input, textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.font-min{
font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
}

.font-bn{
font-family: 'Bebas Neue', cursive sans-serif;
}

.font-mo{
font-family: 'Montserrat', sans-serif;
}

.font-do{
font-family: 'Domine', serif;
}

/* リンク
----------------------------------------------------*/
a {
color:#333;
display: inline-block;
text-decoration:none;
}

a:link {
}

a:visited {
}

a:hover{
color:#014e9a;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}

li a,
a span,
a img{
display: inline-block;
backface-visibility: hidden; 
}

.bo2 a:hover,
a.bo2:hover,
a:hover {
text-decoration:none;
}

.bo2 a,
a.bo2,
.bo a:hover,
a.bo:hover{
text-decoration: underline;
}

.op a:hover,
a.op:hover,
.op a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
cursor:pointer;
-webkit-transition: all .4s linear;
transition: all .4s linear;
cursor:pointer;
backface-visibility: hidden;
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

.cB{
clear: both;
}

.bb li,
.bb{
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.pr{
position: relative;
}

.db{
display: block;
}

.ib{
display: inline-block;
}

.vt img,
.vt{
vertical-align: top;
}

.vm,
.vm img{
vertical-align: middle;
}

i{
display: inline-block;
font-style: normal;
}

em{
font-weight:bold;
font-style: normal;
}


i img{
vertical-align: top;
}

img{
max-width: 100%;
}

span{
display: inline-block;
}

.nowrap{
white-space: nowrap;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.txt_s{font-size:85%;}
.oh{overflow:hidden;}
.ov{overflow:visible !important;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.it{font-style: italic;}
.dn{display: none;}
.ti{text-indent: -1.2em;
padding-left: 1.2em;
}


.txt_w{
color: #fff;
}

.txt_red{
color: #df1b1b;
}

.txt_blue{
color: #014e9a;
}

.txt_blue02{
color: #2d73b7;
}

.txt_rose{
color:#d94277 !important;
}

.txt_yellow{
color:#fdff57;
}

.bg_w{
background: #fff;
}

.bg_gray{
background: #f3f3f3;
}

.bg_aqua{
background: url(/img/common/bg_aqua.png);
}

.bg_cream{
background: #fffef0;
}

.bt01{
border-top:1px solid #ccc;
}

.bb01{
border-bottom:1px solid #ccc;
}

.list01 li{
padding-left:1.2em;
}

.list01 li:before {
display: block;
content: "";
top:10px;
left: 5px;
margin: auto;
position: absolute;
width: 6px;
height: 6px;
background-color: #333;
border-radius: 100%;
}

.post_content{
text-align: start;
}

.post_content a{
text-decoration: underline;
color: #4F96F6;
}

.breadcrumb ol li a span b{
font-weight: normal !important;
text-decoration: normal !important;
color:#333 !important;
}

.breadcrumb ol li a span br{
display: none;
}

.fb .mwform-checkbox-field label{
font-weight: bold;
}



/*表*/
.post_content table {
 width: 100%;
 margin-bottom: 1.5em;
/*border: 1px solid #e0e0e0;
border: 1px solid #ccc;*/
}

.post_content table tbody{
 width: 100%;
}

/*表をレスポンシブに*/
.post_content table.tb-responsive {
 display: block;
 overflow-x: auto;
 width: 100%;
 /*white-space: nowrap;
 -webkit-overflow-scrolling: touch;*/
}

.post_content table caption {
 margin: 0 0 7px;
 color: #9fa6b4;
 font-size: .75em;
 letter-spacing: 1px;
}
/*
.post_content tr:not(:last-child) {
 border-bottom: 1px solid #e0e0e0;
}*/
.post_content td {
 padding: 7px;
border: 1px solid #ccc;
 word-break: break-all;
}
/*
.post_content td:last-child,.post_content th:last-child {
 border-right: 0;
}*/
.post_content th {
 padding: 7px;
 border: 1px solid #ccc;
 background-color: #f8f9fa;
}

/*引用*/
.post_content blockquote {
 box-sizing: border-box;
 position: relative;
 margin: 1.5em 0;
 padding: 13px 15px 13px 50px;
 border: solid 2px #464646;
 color: #464646;
}
.post_content blockquote:before {
 display: inline-block;
 position: absolute;
 top: 20px;
 left: 15px;
 font-family: FontAwesome;
 font-size: 25px;
 vertical-align: middle;
 line-height: 1;
 content: "\f10d";
}
.post_content blockquote p {
 margin: 10px 0;
 padding: 0;
 line-height: 1.7;
}
.post_content blockquote cite {
 display: block;
 color: #888;
 font-size: .9em;
 text-align: right;
}
.post_content blockquote ul, .post_content blockquote ol {
 border: none;
 padding: 5px 0 5px 22px;
 margin: 0;
 background: transparent;
}

/*リスト*/

.post_content ol li {
 padding: 5px 0;
}
.post_content li ol li {
 padding: 0;
}
.post_content ol {
 list-style-type: decimal !important;
 margin-bottom: 1.5em;
 padding: 1.5em 1em 1.5em 2.5em;
 border: solid 2px #dcdcdc;
}
.post_content ul li ul,
.post_content ol li ul,
.post_content ol li ol {
 margin: 0;
 padding: .5em 0 .5em 1.3em;
 border: none;
}

/*定義リスト*/
.post_content dd {
 margin-bottom: 1.5em;
 margin-left: 0;
 color: #787878;
 font-size: .9em;
}

/*画像*/
.post_content img {
 max-width: 100%;
 height: auto;
}
.post_content .size-auto,
.post_content .size-full,
.post_content .size-large,
.post_content .size-medium,
.post_content .size-thumbnail {
 max-width: 100%;
 height: auto;
}
.post_content .aligncenter,
 .post_content img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
 }

/*ギャラリー*/
.gallery {
 margin: 1em 0;
}
.gallery-item {
 display: inline-block;
 margin: 10px 0;
 vertical-align: middle;
}
.gallery-item img {
 box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.26), 0 0 4px rgba(0, 0, 0, 0.12);
 transition: .3s ease-in-out;
}
.gallery-item img:hover {
 box-shadow: 0 18px 22px -6px rgba(0, 0, 0, 0.3);
}
.gallery-icon {
 text-align: center;
}
.gallery-columns-1 .gallery-item {width: 100%;margin-right: 0;}
.gallery-columns-2 .gallery-item {width: 49%;margin-right: 1%;}
.gallery-columns-3 .gallery-item {width: 32%;margin-right: 1%;}
.gallery-columns-4 .gallery-item {width: 24%;margin-right: 1%;}
.gallery-columns-5 .gallery-item {width: 19%;margin-right: 1%;}
.gallery-columns-6 .gallery-item {width: 15%;margin-right: 1.5%;}

.gallery-item .gallery-caption {
 color: gray;
 font-size: 0.75em;
 margin: 5px 0;
 text-align: center;
}
/*キャプション*/
.gallery-caption {
}
.post_content .wp-caption {
 max-width: 100%;
 margin: 0 0 1.5em;
 padding: 8px;
 border: #eaedf2 2px solid;
}
.post_content .wp-caption.aligncenter {
 margin: 0 auto 1em;
}
.post_content .wp-caption img {
 max-width: 100%;
 width: 100%;
 margin-bottom: 0;
}
.post_content .wp-caption p.wp-caption-text {
 margin: 10px 0 0;
 font-size: .85em;
 text-align: center;
}

/*コード*/
.post_content code,
.post_content .haiiro {
 padding: .2em .3em;
 border-radius: 5px;
 background: #f3f6fc;
 font-size: .9em;
}
.post_content pre {
 margin: 0 0 1.5em;
 padding: 1em;
 border: solid 1px #eaedf2;
 background: #f3f6fc;
 color: #54687c;
}
.post_content pre code {
 padding: 0;
 background: transparent;
}

@media screen and (max-width: 480px) {/*-----------------------------*/

.post_content table.tb-responsive {
  display: table;
  overflow-x: visible;
  width: auto;
  border: 1px solid #ccc;
  white-space: normal;
}

}/*-----------------------------*/

.keiko_blue {
display: inline;
 background: linear-gradient(transparent 50%, rgba(107, 182, 255, .24) 50%);
}
.keiko_yellow {
display: inline;
 background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
}
.keiko_green {
display: inline;
 background: linear-gradient(transparent 50%, rgba(151, 232, 154, .69) 50%);
}
.keiko_red {
display: inline;
 background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
}
.labeltext {
 display: inline-block;
 margin-right: 5px;
 padding: 5px;
 color: #fff;
 font-size: .9em;
 font-weight: bold;
 line-height: 1;
}