<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: 藤井しんご 公式サイト
Theme URI: https://fujiishingo.com/
Description: 藤井しんご 公式サイト
Author: 藤井しんご 公式サイト
Author URI: https://fujiishingo.com/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&amp;v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'AGaramondPro';
	src:url('fonts/AGaramondPro-Regular.eot');	/* IE9 Compat Modes */
	src:url('fonts/AGaramondPro-Regular.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/AGaramondPro-Regular.woff') format('woff'),
		url('fonts/AGaramondPro-Regular.otf');
}

@font-face{
	font-family: 'Oswald-Medium';
	src:url('fonts/Oswald-Medium.eot');	/* IE9 Compat Modes */
	src:url('fonts/Oswald-Medium.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/Oswald-Medium.woff') format('woff'),
		url('fonts/Oswald-Medium.ttf');
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.w800{
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
}

input{
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: "";
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

em{
	color: #c1272d;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

strong{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	padding: 1.5em;
	overflow: auto;
	margin-bottom: 18px;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	background: #f2f2f2;
	color: #333;
	font-family: Helvetica, "中ゴシックBBB", 'Gothic Medium BBB', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-feature-settings: "palt"1;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 13px 15px 12px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #ffc000;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #e8f0f9;
}

::-moz-selection{
	background: #e8f0f9;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center !important;}

.screen-reader-text{
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
}

/* =404
-------------------------------------------------------------- */
#content .error404 .entry-title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	text-align: center;
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header{
	background: #fff;
	padding: 15px 0 8px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#site-description{
	display: none;
}

#site-title{
	position: relative;
	margin-left: 134px;
	margin-bottom: 0;
}

#site-title span.kokumin{
	width: 119px;
	height: 60px;
	display: block;
	vertical-align: middle;
	background: url(images/logo_kokumin.svg) 0 0 no-repeat;
	background-size: 119px 60px;
	position: absolute;
	top: 0;
	left: -134px;
}

#site-title a{
	display: inline-block;
	color: #003f87;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0;
	line-height: 1.0;
	padding-top: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#site-title a span.midashi{
	display: block;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	top: 3px;
	left: 0;
}

#site-title a span.f_small{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 9px 7px;
}

.top_mainimg{
	width: 100%;
	line-height: 0;
}

.top_mainimg img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	position: absolute;
	top: 39px;
	right: 90px;
}

#access ul{
	display: flex;
}

#access ul li{
	line-height: 1.0;
	margin-right: 40px;
	position: relative;
}

#access ul li a{
	display: block;
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.5px;
	border-bottom: 2px solid transparent;
	padding-bottom: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#access ul li a:hover{
	border-bottom-color: #ffc000;
}

#access ul li.current_page_item &gt; a,
#access ul li.current_page_ancestor &gt; a,
#access ul li.current-menu-ancestor &gt; a,
#access ul li.current-menu-item &gt; a,
#access ul li.current-menu-parent &gt; a,
#access ul li.current_page_parent &gt; a,
#access ul li.current-page-ancestor &gt; a{
	border-bottom: 2px solid #ffc000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover{
	border-bottom: 2px solid #ffc000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#t-navi{
	display: block;
	text-align: left;
}

.navi-toggle{
	width: 60px;
	height: 60px;
	display: block;
	background: #003f87;
	color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 15px;
	right: 30px;
	z-index: 999;
}

.navi-toggle:hover{
	cursor: pointer;
}

.navi-toggle span{
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	border-radius: 1px;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.navi-toggle span::selection{
	background: transparent;
}

.navi-toggle span::-moz-selection{
	background: transparent;
}

.navi-toggle span:before,
.navi-toggle span:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	top: -10px;
	left: 0;
}

.navi-toggle span:after{
	top: 10px;
}

.navi-toggle.on span{
	background: transparent;
}

.navi-toggle.on span:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}

.navi-toggle.on span:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

#t-navi .t-menu{
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	border: 30px solid #003f87;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}

.tmenu_content{
	width: calc(100% - 640px);
	width: -webkit-calc(100% - 640px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 640px;
}

.tmenu_position{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
}

#t-navi h3{
	color: #003f87;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 45px;
}

#t-navi h3 span{
	display: block;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.0;
	margin-top: 5px;
}

#t-navi ul.tmenu{
	margin-bottom: 100px;
}

#t-navi ul.tmenu li{
	line-height: 1.0;
	margin-bottom: 30px;
}

#t-navi ul.tmenu li:last-child{
	margin-bottom: 0;
}

#t-navi ul.tmenu li a{
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.75px;
	border-bottom: 1px solid transparent;
	padding-bottom: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#t-navi ul.tmenu li a:hover{
	border-bottom-color: #003f87;
}

.t_sns .sns ul li.sns_x a{
	background: url(images/icon_x.svg) no-repeat;
	background-size: 28px 32px;
}

.t_sns .sns ul li.sns_instagram a{
	background: url(images/icon_instagram.svg) no-repeat;
	background-size: 32px 32px;
}

.t_sns .sns ul li.sns_youtube a{
	background: url(images/icon_youtube.svg) no-repeat;
	background-size: 36px 32px;
}

.t_sns .sns ul li.sns_facebook a{
	background: url(images/icon_facebook.svg) no-repeat;
	background-size: 32px 32px;
}

.tmenu_img{
	width: 540px;
	height: 100%;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.tmenu_img img{
	width: 100%;
	height: 100% !important;
	pointer-events: none;
}

.tmenu_img .pc,
.tmenu_img .sp{
	width: 100%;
	height: 100%;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider{
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}

.top_slider ul.slider{
	width: 100%;
	margin: 0 auto !important;
	overflow: inherit !important;
	display: none;
}

.top_slider ul.slider.slick-initialized{
	display: block;
}

.slick-track{
	overflow: hidden !important;
}

.slick-list{
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	outline: none;
}

.top_slider ul.slick-slider li img{
	width: 100%;
	height: auto;
}

.top_slider ul.slick-dots{
	bottom: -40px;
}

.top_slider ul.slick-dots li button{
	padding: 0;
}

.top_slider ul.slick-dots li button:before{
	font-size: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.top_slider ul.slick-dots li button:hover:before{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
	overflow: hidden;
	margin: 0 282px 100px 0;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 80px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 1.8em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	overflow: hidden;
	float: right;
}

#secondary{
	clear: right;
}

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

#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

#content tr th,
#content tr td{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #ffc000;
}

.f_title{
	margin-bottom: 40px;
}

h3.f-title,
#content h3.f-title{
	text-align: center;
	color: #003f87;
	font-size: 40px;
	font-size: 4.0rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 10px;
}

h3.f-title-en,
#content h3.f-title-en{
	text-align: center;
	color: #003f87;
	font-weight: normal;
	font-family: 'GaramondPremrPro';
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 0;
}

h3.entry-title,
#content h3.entry-title{
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: normal;
	background: #ffc000;
	color: #003f87;
	font-family: "ゴシックMB101 B";
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 1.5px;
	line-height: 1.0;
	margin-bottom: 80px;
}

h3.p-title,
#content h3.p-title{
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 30px;
}

.entry-title a:link,
.entry-title a:visited{
	color: #333;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #ffc000;
}

.entry-meta{
	margin-bottom: 50px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset{
	border: 1px solid #e7e7e7;
	padding: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.entry-content fieldset legend{
	background: #fff;
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #333;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
	font-size: 1.0rem;
}

.entry-content blockquote.left{
	width: 33%;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	text-align: left;
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	word-spacing: 0.5em;
	line-height: 48px;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #ffc000;
}

body.page .edit-link{
	display: block;
	clear: both;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-top: 4px solid #333;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #c1272d;
}

span.blue{
	color: #003f87;
}

span.yellow{
	color: #ffc000;
}

span.bold{
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	display: block;
	clear: both;
}

.more a{
	max-width: 360px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #003f87;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.75px;
	line-height: 1.0;
	border: 1px solid #003f87;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
	margin: 0 auto;
}

.more a:after{
	content: "\f105";
	display: inline-block;
	font-family: 'FontAwesome';
	margin: 0 0 0 0.5em;
}

.more a:hover{
	background: none;
	color: #003f87;
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.p_eyecatch{
	width: 100%;
	line-height: 0;
}

.p_eyecatch img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

.hvr-wobble-vertical{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active{
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical{
	16.65%{
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3%{
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95%{
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6%{
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25%{
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical{
	16.65%{
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3%{
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95%{
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6%{
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25%{
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	overflow: hidden;
	position: relative;
	left: -99.9%;
}

.mask-wrap .mask-bg{
	width: 100%;
	height: 100%;
	display: block;
	background: #c21a1f;
	position: absolute;
	left: 0;
	top: 0;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
	from{
		transform: translateX(-100%);
	}
	to{
		transform: translateX(0);
	}
}

@keyframes maskOut{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(100%);
	}
}

.isPlay{
	animation-name: play;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}

.isPlay:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #c21a1f;
	animation-name: maskOut;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.sns ul{
	display: flex;
}

.sns ul li{
	margin-right: 30px;
}

.sns ul li:last-child{
	margin-right: 0;
}

.sns ul li a{
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -9999px;
	background: url(images/icon_instagram_b.svg) no-repeat;
	background-size: 32px 32px;
}

.sns ul li.sns_x a{
	width: 28px;
	background: url(images/icon_x_b.svg) no-repeat;
	background-size: 28px 32px;
}

.sns ul li.sns_youtube a{
	width: 36px;
	background: url(images/icon_youtube_b.svg) no-repeat;
	background-size: 36px 32px;
}

.sns ul li.sns_facebook a{
	background: url(images/icon_facebook_b.svg) no-repeat;
	background-size: 32px 32px;
}

.sns ul li a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.jumbi{
	text-align: center;
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin: 120px 0 80px 0;
}

/* =loopslider
-------------------------------------------------------------- */
#slide-loop{
	position: relative;
	background: #fff;
	display: block;
	clear: both;
	z-index: 1;
}

#slide-loop a:hover{
	opacity: 0.5;
}

#t-loop{
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	z-index: 101;
}

#loopslider{
	width: 100%;
	height: 100%;
	text-align: left;
	position: relative;
}

#loopslider ul{
	height: 100%;
	display: inline-block;
}

#loopslider ul li{
	width: 300px;
	height: 100%;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

#loopslider ul li img{
	width: 100%;
	height: auto;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-bottom-bar{
	height: 38px !important;
	background: none !important;
	top: 50% !important;
	margin-top: -17px !important;
}

#swipebox-arrows{
	width: calc(100% - 70px) !important;
	width: -webkit-calc(100% - 70px) !important;
	max-width: inherit !important;
	height: 38px !important;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#swipebox-prev{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-next{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-close{
	width: 30px !important;
	height: 30px !important;
	background-image: url(images/swipebox_close.png) !important;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
	top: 25px !important;
	right: 40px !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

.aligncenter,
img.aligncenter{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #333;
	font-style: normal;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #ffc000;
}

.reply{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #ffc000;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	color: #c1272d;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	background: #f2f2f2;
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	color: #222;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #333;
}

.widget_rss a.rsswidget:hover{
	color: #c1272d;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	width: 60px;
	height: 60px;
	position: fixed;
	opacity: 0;
	bottom: 15px;
	right: 30px;
	z-index: -1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#pagetop.show{
	opacity: 1;
	z-index: 50;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#pagetop img:hover{
	opacity: 1.0;
}

#pagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	position: relative;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

/* =Footer
-------------------------------------------------------------- */
.footer_img{
	width: 100%;
	line-height: 0;
}

.footer_img img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#footer{
	width: 100%;
	display: block;
	background: #fff;
	overflow: hidden;
	clear: both;
}

#colophon{
	padding: 60px 0 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#site-info{
	position: relative;
	margin-left: 164px;
	margin-bottom: 30px;
}

#site-info span.kokumin{
	width: 140px;
	height: 70px;
	display: block;
	vertical-align: middle;
	background: url(images/logo_kokumin.svg) 0 0 no-repeat;
	background-size: 140px 70px;
	position: absolute;
	top: 0;
	left: -164px;
}

#site-info a{
	display: inline-block;
	color: #003f87;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0;
	line-height: 1.0;
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#site-info a span.midashi{
	display: block;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	top: 4px;
	left: 0;
}

#site-info a span.f_small{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 9px 7px;
}

.f_sns{
	margin-bottom: 30px;
}

p.name{
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 10px;
}

p.add{
	color: #003f87;
	letter-spacing: 0.25px;
	line-height: 1.5;
	margin-bottom: 0;
}

p.add a{
	color: #003f87;
}

#first{
	position: absolute;
	right: 20px;
	bottom: 5px;
}

#first ul.menu{
	display: flex;
}

#first ul.menu li{
	line-height: 1.0;
	border-right: 1px solid #003f87;
	padding: 1px 15px 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#first ul.menu li:nth-of-type(1){
	border-left: 1px solid #003f87;
}

#first ul.menu li a{
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.5px;
}

#first ul.menu li a:hover{
	color: #ffc000;
}

.link_toride{
	width: 160px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 20px;
}

.link_toride img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.link_toride a{
	display: block;
}

.link_toride a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#site-generator{
	background: #003f87;
	padding: 45px 0 33px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

.copyright{
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.75px;
	line-height: 1.0;
	margin-bottom: 12px;
}

.f_policy ul{
	text-align: center;
}

.f_policy ul li{
	display: inline-block;
	line-height: 1.0;
}

.f_policy ul li:nth-of-type(1):before{
	content: '';
	width: 1px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin: 0 15px 3px 0;
}

.f_policy ul li:after{
	content: '';
	width: 1px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	margin: 0 0 3px 15px;
}

.f_policy ul li:nth-of-type(1):after{
	margin: 0 10px 3px 15px;
}

.f_policy ul li a{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}

.f_policy ul li a:hover{
	color: #ffc000;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
	margin: 40px 0;
	display: none;
}

.page-id-20 #content{
	margin-bottom: 30px;
}

.contact_intro{
	margin-bottom: 55px;
}

#content .contact_intro h3{
	text-align: center;
	color: #003f87;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.0;
	margin-bottom: 30px;
}

#content .contact_intro p{
	text-align: center;
	color: #003f87;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 0;
}

.tel_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.tel_block dl{
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 30px 0 22px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .tel_block dl dt{
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 22px;
}

#content .tel_block dl dd{
	color: #003f87;
	line-height: 1.0;
}

#content .tel_block dl dd span.num{
	display: block;
	font-family: 'Oswald-Medium';
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 10px;
}

#content .tel_block dl.tel_block_fax dd span.num:before{
	content: '';
	width: 24px;
	height: 28px;
	display: inline-block;
	background: url(images/icon_tel.svg) no-repeat;
	background-size: 24px 28px;
	margin: 0 10px 0 0;
}

#content .tel_block dl dd span.num a{
	color: #003f87;
}

#content .tel_block dl dd span.num a:before{
	content: '';
	width: 24px;
	height: 28px;
	display: inline-block;
	background: url(images/icon_tel.svg) no-repeat;
	background-size: 24px 28px;
	margin: 0 10px 0 0;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content .contact_mail h3{
	max-width: 600px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffc000;
	color: #003f87;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.0;
	margin: 0 auto;
	margin-bottom: 35px;
}

#content .contact_mail p{
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	color: #003f87;
	margin-bottom: 50px;
}

#content table.contact_table{
	border: none;
	margin-bottom: 25px;
}

#content table.contact_table tr{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	width: calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	display: block;
	border: none;
	padding: 0;
	clear: both;
}

#content table.contact_table tr th{
	width: 280px;
	vertical-align: top;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	line-height: 1.0;
	padding: 22px 30px 0 0;
}

#content table.contact_table tr.pt_none th{
	padding:  8px 30px 0 0;
}

#content table.contact_table tr th em{
	width: 50px;
	font-style: normal;
	text-align: center;
	background: #c1272d;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 4px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: right;
	margin-top: -5px;
}

#content span.wpcf7-list-item{
	display: block;
}

#content span.wpcf7-list-item input{
	width: 16px;
	outline: none;
	margin-right: 5px;
}

#content span.wpcf7-form-control{
	display: block;
	overflow: hidden;
}

#content span.wpcf7-form-control-wrap.your-message{
	display: block;
	line-height: 0;
}

.entry-content .wpcf7 span[data-name="policy"]{
	display: block;
	padding-left: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .entry-content .wpcf7 span[data-name="policy"] span.wpcf7-list-item-label{
	color: #c1272d;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-right: 0;
}

#content .entry-content .wpcf7 input[type="checkbox"]{
	width: 18px;
	height: 18px;
	display: block;
	background: transparent;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 3px !important;
	padding: 0;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: none;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
}

#content .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	content: "";
	width: 8px;
	height: 14px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 5px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

#content span#checkbox-1{
	display: block;
	position: relative;
}

#content span#checkbox-1 label{
	display: block;
	padding-left: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	border-color: #c1272d;
	top: -1px;
	left: 4px;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: 200px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

dl.contact_policy{
	margin-bottom: 55px;
}

#content dl.contact_policy dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #f2f2f2;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	padding: 3px 0 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#content dl.contact_policy dd{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
}

.confirmation{
	color: #c1272d;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 35px;
}

#content input[type="submit"]{
	width: 360px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #003f87;
	color: #fff !important;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 21px !important;
	font-size: 2.1rem !important;
	letter-spacing: 0.75px;
	line-height: 1.0;
	border: 1px solid #003f87;
	border-radius: 0 !important;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content input[type="submit"]:hover{
	background: none;
	color: #003f87 !important;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

:placeholder-shown{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #b3b3b3;
}

::-moz-placeholder{
	color: #b3b3b3;
	opacity: 1;
}

::-ms-input-placeholder{
	color: #b3b3b3;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip{
	display: block;
	color: #c1272d;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	clear: both;
	margin-top: 0.5em;
}

.wpcf7-validation-errors{
	text-align: center;
	color: #c1272d;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-bottom: 15px;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	text-align: center;
	color: #c1272d;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-bottom: 15px;
}

#content .screen-reader-response p{
	text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul{
	display: none;
}

.wpcf7-response-output{
	text-align: center;
	color: #c1272d;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-top: 50px;
}

.grecaptcha-badge{
	visibility: hidden;
}

/* =Thanks
-------------------------------------------------------------- */
.page-id-22 #content h3.entry-title{
	margin-bottom: 75px;
}

#content .thanks p{
	text-align: center;
	margin-bottom: 55px;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 5px;
}

ul.breadcrumbs{
	width: 100%;
	display: flex;
}

ul.breadcrumbs li{
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	padding-right: 0.5em;
}

ul.breadcrumbs li:before{
	content: "\f101";
	display: inline-block;
	color: #003f87;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: "\f015";
	display: none;
	font-family: 'FontAwesome';
	color: #003f87;
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 0;
}

ul.breadcrumbs li a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #ffc000;
}

/* =Policy
-------------------------------------------------------------- */
.policy_intro{
	margin-bottom: 40px;
}

#content .policy_intro p{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

#content h4.policy_title{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	color: #003f87;
	font-size: 18px;
	font-size: 1.8rem;
	border: 1px solid #003f87;
	padding: 2px 0 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.policy_block{
	margin-bottom: 40px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

#content .policy_block p{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#content .policy_block p:last-child{
	margin-bottom: 0;
}

#content .policy_block ul{
	margin-left: 1.5em;
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.policy_block ul li:last-child{
	margin-bottom: 0;
}

/* =News &amp; Single
-------------------------------------------------------------- */
#f_news{
	background: #f5f5f5;
	padding: 70px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.news_sns{
	position: absolute;
	top: 5px;
	right: 20px;
}

#content .news_sns ul{
	margin-bottom: 0 !important;
}

.news_sns .sns ul li.sns_x a{
	background: url(images/icon_x.svg) no-repeat;
	background-size: 28px 32px;
}

.news_sns .sns ul li.sns_instagram a{
	background: url(images/icon_instagram.svg) no-repeat;
	background-size: 32px 32px;
}

.news_sns .sns ul li.sns_youtube a{
	background: url(images/icon_youtube.svg) no-repeat;
	background-size: 36px 32px;
}

.news_sns .sns ul li.sns_facebook a{
	background: url(images/icon_facebook.svg) no-repeat;
	background-size: 32px 32px;
}

.f_news,
.p_news{
	display: flex;
	flex-flow: wrap;
}

#content .f_news ul,
#content .p_news ul{
	width: calc((100% - 60px) / 3);
	width: -webkit-calc((100% - 60px) / 3);
	margin-right: 30px;
	margin-bottom: 30px;
}

#content .f_news ul{
	margin-bottom: 40px;
}

#content .f_news ul:nth-of-type(3n),
#content .p_news ul:nth-of-type(3n){
	margin-right: 0;
}

#content .f_news ul a,
#content .p_news ul a{
	display: block;
	background: #fff;
	overflow: hidden;
}

li.news-img{
	line-height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

li.news-img img{
	width: 100%;
	height: 220px;
	overflow: hidden;
}

a:hover li.news-img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

li.date{
	float: left;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.25px;
	line-height: 1.0;
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 10px;
}

li.ca_report,
li.ca_news{
	width: 82px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #003f87;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.0;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

li.blog-title{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	min-height: 58px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	letter-spacing: 0.25px;
	clear: both;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 auto;
	margin-bottom: 15px;
}

a:hover li.blog-title{
	color: #ffc000;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.blog,
.category,
.archive,
.single{
	background: #f5f5f5;
}

#content .single-title{
	text-align: left !important;
	color: #003f87;
	font-size: 21px;
	font-size: 2.1rem;
	border-top: 1px solid #003f87;
	border-bottom: 1px solid #003f87;
	padding: 13px 0 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.single #content p a{
	color: #003f87;
}

.single #content p a:hover{
	color: #ffc000;
}

.single #content img{
	width: 100%;
	max-width: 600px;
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

.single .sns ul li.sns_x a{
	background: url(images/icon_x.svg) no-repeat;
	background-size: 28px 32px;
}

.single .sns ul li.sns_instagram a{
	background: url(images/icon_instagram.svg) no-repeat;
	background-size: 32px 32px;
}

.single .sns ul li.sns_youtube a{
	background: url(images/icon_youtube.svg) no-repeat;
	background-size: 36px 32px;
}

.single .sns ul li.sns_facebook a{
	background: url(images/icon_facebook.svg) no-repeat;
	background-size: 32px 32px;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #333;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #ffc000;
}

#nav-below{
	margin: 60px 0 0 0;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	width: 120px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #003f87;
	color: #fff !important;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #003f87;
	padding-top: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.nav-previous a:before{
	content: "\f104";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 7px 5px 0;
}

.nav-next a:after{
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 0 5px 7px;
}

.nav-previous a:hover,
.nav-next a:hover{
	background: none;
	color: #003f87 !important;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	text-align: center;
	clear: both;
}

a.page-numbers,
span.page-numbers{
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #003f87;
	font-weight: bold;
	line-height: 1.0;
	border: 1px solid #003f87;
	padding: 7px 0 5px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 2.5px;
}

a.page-numbers:hover{
	background: #ffc000;
	color: #003f87;
	border-color: #ffc000
}

span.dots{
	width: inherit;
	background: none;
	color: #003f87;
	font-weight: normal;
	border: none;
	margin: 0;
}

span.current{
	background: #003f87;
	color: #fff;
}

a.prev,
a.next{
	width: inherit;
	display: inline-block;
	background: none;
	color: #003f87;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
	border: none;
}

a.prev:before{
	content: "\f104";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 7px 4px 0;
}

a.next:after{
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin: 0 0 4px 7px;
}

a.prev:hover,
a.next:hover{
	color: #ffc000;
	background: none;
}

/* =Front-page
-------------------------------------------------------------- */
.f_flyer{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 420px;
	line-height: 0;
	margin: 0 auto;
	margin-top: 50px;
}

.f_flyer img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.f_flyer a{
	display: block;
}

.f_flyer a:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

#f_intro{
	padding: 90px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#f_intro:after{
	content: '';
	width: 220px;
	height: 220px;
	display: block;
	background: url(images/deco_chara.svg) no-repeat;
	background-size: 220px 220px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	margin-left: -110px;
}

#content #f_intro h3{
	text-align: center;
	color: #003f87;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.75px;
	line-height: 1.0;
	margin-bottom: 130px;
}

#content #f_intro p{
	width: 620px;
	color: #003f87;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -310px;
	margin-bottom: 0;
}

.f_intro_bg{
	width: 100%;
	line-height: 0;
}

.f_intro_bg img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#f_profile{
	background: #003f87;
}

.f_profile_block{
	display: flex;
	justify-content: space-between;
}

.f_profile_block_img{
	width: 400px;
	line-height: 0;
}

.f_profile_block_img img{
	width: 100%;
	height: auto;
}

.f_profile_block_content{
	width: calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
	padding-top: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_profile_block_content h3{
	color: #ffc000;
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 1.5px;
	line-height: 1.0;
	margin-bottom: 29px;
}

#content .f_profile_block_content h4{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 25px;
}

#content .f_profile_block_content h4 span{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing: 2.75px;
	margin: 0 20px 2px 0;
}

#content .f_profile_block_content p{
	color: #fff;
	margin-bottom: 30px;
}

.f_profile_block_content .more a{
	background: #fff;
	color: #003f87;
	border-color: #fff;
	margin: 0;
}

.f_profile_block_content .more a:hover{
	background: none;
	color: #fff;
}

#f_access{
	background: #003f87;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_access_block{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.f_access_block_content{
	width: calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
}

#content .f_access_block_content h3{
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: 25px;
}

#content .f_access_block_content table{
	border: none;
	margin-bottom: 50px;
}

#content .f_access_block_content tr th,
#content .f_access_block_content tr td{
	color: #fff;
	font-weight: normal;
	border: none;
	border-bottom: 1px solid #7b9cc1;
	padding: 8px 0 6px 0;
}

#content .f_access_block_content tr th{
	width: 76px;
}

#content .f_access_block_content tr:nth-of-type(1) th,
#content .f_access_block_content tr:nth-of-type(1) td{
	padding-top: 0 !important;
}

#f_access .more.sp{
	display: none;
}

#f_access .more a{
	background: #fff;
	color: #003f87;
	border-color: #fff;
	margin: 0;
}

#f_access .more a:hover{
	background: none;
	color: #fff;
}

.f_access_block_map{
	width: 50%;
	line-height: 0;
}

/* =プロフィール
-------------------------------------------------------------- */
.profile{
	display: flex;
}

.profile_content{
	width: calc(100% - 460px);
	width: -webkit-calc(100% - 460px);
}

.logo_kokumin{
	width: 200px;
	line-height: 0;
	margin-bottom: 35px;
}

#content .profile_content h3{
	color: #003f87;
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 35px;
}

#content .profile_content h3 span{
	display: block;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 54px;
	font-size: 5.4rem;
	letter-spacing: 1px;
	line-height: 1.0;
	margin-top: 25px;
}

#content .profile_content p{
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 0.75px;
	line-height: 1.9;
	margin-bottom: 0;
}

 .logo_kokumin img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.profile_img{
	width: 460px;
	line-height: 0;
}

.profile_img img{
	width: 100%;
	height: auto;
}

/* =実績
-------------------------------------------------------------- */
#content .works table{
	border: none;
	margin-bottom: 0;
}

#content .works tr th,
#content .works tr td{
	color: #003f87;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 0.75px;
	border: none;
	border-bottom: 1px solid #ffc000;
	padding: 12px 20px 12px 0;
}

#content .works tr:nth-of-type(1) th,
#content .works tr:nth-of-type(1) td{
	border-top: 1px solid #ffc000;;
}

#content .works tr th{
	width: 170px;
	padding: 12px 0 12px 20px;
}

/* =政策
-------------------------------------------------------------- */
.policie_list{
	display: flex;
	flex-flow: wrap;
}

.policie_list dl{
	width: calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	background:#b4ddf5;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 40px;
}

.policie_list dl:nth-of-type(2n){
	margin-right: 0;
}

#content .policie_list dl dt{
	text-align: center;
	color: #003f86;
	font-weight: normal;
	font-family: "ゴシックMB101 B";
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
	margin-bottom: 20px;
}

#content .policie_list dl dd.policie_list_note{
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 22px;
}

#content .policie_list dl dd.policie_list_img{
	line-height: 0;
}
	
#content .policie_list dl dd.policie_list_img img{
	width: 100%;
	height: auto;
}
	
/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1200px){
	/* Header *********/
	#header{
		padding: 15px 0 8px 20px;
	}
	
	#access{
		right: 80px;
	}
	
	#access ul li{
		margin-right: 25px;
	}
	
	#access ul li a{
		letter-spacing: 0;
	}
	
	.navi-toggle{
		right: 20px;
	}
	
	/* Front-page *********/
	#t-loop{
		height: 160px;
	}
	
	#loopslider ul li{
		width: 266px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1160px){
	/* Header *********/
	.tmenu_content{
		width: calc(100% - 500px);
		width: -webkit-calc(100% - 500px);
		left: 560px;
	}
	
	.tmenu_img{
		width: 500px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	#access{
		display: none;
	}
	
	#t-navi .t-menu{
		border: 20px solid #003f87;
	}
	
	.tmenu_content{
		width: calc(100% - 370px);
		width: -webkit-calc(100% - 370px);
		left: 410px;
	}
	
	#t-navi h3{
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 55px;
	}
	
	#t-navi h3 span{
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	#t-navi ul.tmenu{
		margin-bottom: 55px;
	}
	
	.tmenu_img{
		width: 370px;
	}
	
	/* Footer *********/
	#first ul.menu li{
		padding: 1px 10px 0 10px;
	}
	
	#first ul.menu li a{
		letter-spacing: 0;
	}
	
	/* Contact *********/
	.tel_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	/* News *********/
	#content .f_news ul,
	#content .p_news ul{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#content .f_news ul{
		margin-bottom: 40px;
	}
	
	li.news-img img{
		height: 200px;
	}
	
	/* Front-page *********/
	#t-loop{
		height: 140px;
	}
	
	#loopslider ul li{
		width: 233px;
	}
	
	#content #f_intro h3{
		margin-bottom: 150px;
	}
	
	.f_intro_bg img{
		min-height: 380px;
		max-height: 380px;
	}
	
	.f_profile_block{
		max-width: 800px;
		margin: 0 auto;
	}
	
	.f_profile_block_img{
		width: 340px;
	}
	
	.f_profile_block_img img{
		min-height: 540px;
		max-height: 540px;
	}
	
	.f_profile_block_content{
		width: calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
		padding-top: 40px;
	}
	
	#content .f_profile_block_content h3{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 22px;
	}
	
	#content .f_profile_block_content h4{
		margin-bottom: 20px;
	}
	
	#content .f_profile_block_content h4 span{
		font-size: 40px;
		font-size: 4.0rem;
		margin: 0 15px 2px 0;
	}
	
	#content .f_profile_block_content p{
		margin-bottom: 22px;
	}
	
	#content .f_profile_block_content p .pc{
		display: none;
	}
	
	.f_access_block_content{
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	
	/* プロフィール *********/
	.profile{
		max-width: 540px;
		display: block;
		margin: 0 auto;
	}
	
	.profile_content{
		width: 100%;
	}
	
	.logo_kokumin{
		margin: 0 auto;
		margin-bottom: 35px;
	}
	
	#content .profile_content h3{
		text-align: center;
	}
	
	.profile_img{
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	.profile_img.pc{
		display: none;
	}
	
	.profile_img.sp{
		display: block;
	}
	
	/* 政策 *********/
	.policie_list dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		padding: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#content .policie_list dl dt{
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	#content .policie_list dl dd.policie_list_note{
		margin-bottom: 20px;
	}
	
	#content .policie_list dl dd.policie_list_note .pc{
		display: none;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	.tmenu_content{
		width: 100%;
		height: 45%;
		left: 0;
	}
	
	#t-navi h3{
		text-align: center;
		margin-bottom: 25px;
	}
	
	#t-navi ul.tmenu{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		max-width: 600px;
		display: flex;
		flex-flow: wrap;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#t-navi ul.tmenu li{
		width: calc((100% - 20px) / 3);
		width: -webkit-calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	#t-navi ul.tmenu li:nth-of-type(3n){
		margin-right: 0;
	}
	
	#t-navi ul.tmenu li a{
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 17px;
		font-size: 1.7rem;
		border: 1px solid #003f87;
		padding-top: 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.t_sns{
		width: 218px;
		margin: 0 auto;
	}
	
	.tmenu_img{
		width: 100%;
		height: 55%;
		top: 45%;
	}
	
	.tmenu_img .pc{
		display: none;
	}
	
	.tmenu_img .sp{
		display: block;
	}
	
	/* Footer *********/
	.footer_img img{
		min-height: 260px;
		max-height: 260px;
	}
	
	#colophon{
		padding: 60px 0;
	}
	
	#site-info{
		max-width: 520px;
		padding-left: 164px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 32px;
	}
	
	#site-info span.kokumin{
		left: 0;
	}
	
	.f_sns{
		width: 218px;
		margin: 0 auto;
		margin-bottom: 37px;
	}
	
	p.name{
		text-align: center;
	}
	
	p.add{
		text-align: center;
		margin-bottom: 32px;
	}
	
	#footer-widget-area{
		display: none;
	}
	
	.f_menu_sp{
		display: block;
	}
	
	.f_menu_sp ul{
		max-width: 600px;
		display: flex;
		flex-flow: wrap;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.f_menu_sp ul li{
		width: calc((100% - 20px) / 3);
		width: -webkit-calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.f_menu_sp ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.f_menu_sp ul li a{
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #003f87;
		font-weight: bold;
		font-family: Helvetica, "Midashi Go MB31";
		font-size: 17px;
		font-size: 1.7rem;
		border: 1px solid #003f87;
		padding-top: 1px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.link_toride{
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 auto;
	}
	
	#site-generator{
		padding: 24px 0 10px 0;
	}
	
	.copyright{
		margin-bottom: 7px;
	}
	
	.f_policy ul li a{
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	/* Content *********/
	h3.entry-title,
	#content h3.entry-title{
		height: 160px;
		font-size: 30px;
		font-size: 3.0rem;
		letter-spacing: 1px;
	}
	
	/* Contact *********/
	.tel_block{
		display: block;
		justify-content: inherit;
	}
	
	.tel_block dl{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.tel_block dl.tel_block_tel{
		margin-bottom: 20px;
	}
	
	#content .contact_mail h3{
		height: 70px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.contact_form{
		max-width: 600px;
		margin: 0 auto;
	}
	
	#content table.contact_table{
		margin-bottom: 0;
	}
	
	#content table.contact_table tr{
		display: block;
		justify-content: inherit;
	}
	
	#content table.contact_table tr.pt_none{
		margin-top: -7px;
		margin-bottom: 22px;
	}
	
	#content table.contact_table tr th{
		width: 100%;
		padding: 0 !important;
		margin-bottom: 12px;
	}
	
	#content table.contact_table tr td{
		width: 100%;
	}
	
	#content dl.contact_policy dt{
		height: 46px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 2px 0 0 15px;
	}
	
	/* News *********/
	#f_news{
		padding: 65px 0 70px 0;
	}
	
	.news_sns{
		width: 218px;
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	.f_news,
	.p_news{
		display: block;
		flex-flow: inherit;
	}
	
	#content .f_news ul,
	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul,
	#content .p_news ul:nth-of-type(3n){
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	#content .f_news ul a,
	#content .p_news ul a{
		overflow: hidden;
	}
	
	li.news-img{
		width: 240px;
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}
	
	li.news-img img{
		height: 160px;
	}
	
	li.date{
		margin-left: 0;
		margin-top: 26px;
		margin-right: 20px;
		margin-bottom: 12px;
	}
	
	li.ca_report,
	li.ca_news{
		float: left;
		margin-top: 20px;
		margin-bottom: 12px;
	}
	
	li.blog-title{
		width: calc(100% - 260px);
		width: -webkit-calc(100% - 260px);
		min-height: inherit;
		clear: inherit;
		float: left;
		padding-right: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Front-page *********/
	#t-loop{
		height: 120px;
	}
	
	#loopslider ul li{
		width: 200px;
	}
	
	#content #f_intro h3{
		font-size: 36px;
		font-size: 3.6rem;
		margin-bottom: 220px;
	}
	
	#content #f_intro p{
		width: 540px;
		top: 85px;
		margin-left: -270px;
	}
	
	.f_profile_block{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		padding: 70px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.f_profile_block_img{
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	
	.f_profile_block_img.pc{
		display: none;
	}
	
	.f_profile_block_img.sp{
		display: block;
	}
	
	.f_profile_block_img img{
		min-height: inherit;
		max-height: inherit;
	}
	
	.f_profile_block_content{
		width: 100%;
		padding-top: 0;
	}
	
	#content .f_profile_block_content h3{
		text-align: center;
		margin-bottom: 30px;
	}
	
	#content .f_profile_block_content h4{
		text-align: center;
		margin-bottom: 40px;
	}
	
	#content .f_profile_block_content h4 span{
		display: block;
		margin: 0 0 10px 0;
	}
	
	#content .f_profile_block_content p{
		margin-bottom: 32px;
	}
	
	.f_profile_block_content .more a{
		margin: 0 auto;
	}
	
	#f_access{
		padding: 65px 0 70px 0;
	}
	
	.f_access_block{
		max-width: 600px;
		display: block;
		flex-flow: inherit;
		flex-direction: inherit;
		margin: 0 auto;
	}
	
	.f_access_block_content{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	
	#content .f_access_block_content h3{
		text-align: center;
		margin-bottom: 35px;
	}
	
	#content .f_access_block_content table{
		margin-bottom: 0;
	}
	
	.f_access_block_content .more.pc{
		display: none;
	}
	
	.f_access_block_map{
		width: 100%;
		margin-bottom: 20px;
	}
	
	#f_access .more.sp{
		display: block;
	}
	
	#f_access .more a{
		margin: 0 auto;
	}
	
	/* プロフィール *********/
	.profile{
		max-width: 460px;
	}
	
	.logo_kokumin{
		width: 160px;
	}
	
	#content .profile_content p{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	/* 実績 *********/
	#content .works table{
		max-width: 600px;
		margin: 0 auto;
	}
	
	#content .works tr th{
		width: 120px;
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.5px;
		padding: 12px 0 10px 0;
	}
	
	#content .works tr td{
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.5px;
		padding: 12px 0 10px 0;
	}
	
	/* 政策 *********/
	.policie_list{
		display: block;
		flex-flow: inherit;
	}
	
	.policie_list dl,
	.policie_list dl:nth-of-type(2n){
		width: 100%;
		max-width: 600px;
		padding: 30px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	#content .policie_list dl dt{
		margin-bottom: 20px;
	}
	
	#content .policie_list dl dd.policie_list_note{
		margin-bottom: 25px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.one-column #content{
		margin-bottom: 60px;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#header{
		width: 100%;
		height: 113px;
		padding: 15px 0 0 20px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#site-title{
		margin-left: 0;
	}
	
	#site-title span.kokumin{
		width: 80px;
		height: 40px;
		background: url(images/logo_kokumin_2.svg) 0 0 no-repeat;
		background-size: 80px 40px;
		position: static;
		top: inherit;
		left: inherit;
		margin-bottom: 10px;
	}
	
	#site-title a{
		padding-top: 0;
		position: static;
	}
	
	#site-title a span.midashi{
		line-height: 1.2;
		top: 2px;
		left: 90px;
	}
	
	#site-title a span.f_small{
		margin: 0 0 7px 7px;
	}
	
	.top_mainimg{
		margin-top: 113px;
	}
	
	#t-navi .t-menu{
		border: none;
	}
	
	.tmenu_content{
		height: 48%;
	}
	
	#t-navi h3{
		text-align: left;
		font-size: 18px;
		font-size: 1.8rem;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	#t-navi h3 span{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	#t-navi ul.tmenu li,
	#t-navi ul.tmenu li:nth-of-type(3n){
		width: calc((100% - 5px) / 2);
		width: -webkit-calc((100% - 5px) / 2);
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	#t-navi ul.tmenu li:nth-of-type(2n){
		margin-right: 0;
	}
	
	#t-navi ul.tmenu li a{
		letter-spacing: 0;
	}
	
	.tmenu_img{
		height: 55%;
		top: 48%;
	}
	
	/* Footer *********/
	#pagetop{
		width: 50px;
		height: 50px;
		right: 0;
		bottom: 0;
	}
	
	.footer_img img{
		min-height: 200px;
		max-height: 200px;
	}
	
	#site-info{
		max-width: 320px;
		padding-left: 0;
		margin-bottom: 30px;
	}
	
	#site-info span.kokumin{
		width: 120px;
		height: 60px;
		background-size: 120px 60px;
		position: static;
		top: inherit;
		left: inherit;
		margin-bottom: 15px;
	}
	
	#site-info a{
		font-size: 32px;
		font-size: 3.2rem;
		padding-top: 0;
	}
	
	#site-info a span.midashi{
		font-size: 19px;
		font-size: 1.9rem;
		line-height: 1.3;
		left: 130px;
		top: -70px;
	}
	
	.f_sns{
		margin-bottom: 35px;
	}
	
	p.add{
		margin-bottom: 30px;
	}
	
	.f_menu_sp ul{
		margin-bottom: 35px;
	}
	
	.f_menu_sp ul li{
		width: calc((100% - 10px) / 3);
		width: -webkit-calc((100% - 10px) / 3);
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	.f_menu_sp ul li a{
		letter-spacing: 0;
	}
	
	#site-generator{
		padding: 17px 0 5px 0;
	}
	
	.copyright{
		margin-bottom: 5px;
	}
		
	/* Content *********/
	h3.f-title,
	#content h3.f-title{
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	h3.f-title-en,
	#content h3.f-title-en{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		height: 100px;
		font-size: 26px;
		font-size: 2.6rem;
		margin-top: 113px;
		margin-bottom: 60px;
	}
	
	.more a{
		max-width: 280px;
		height: 60px;
	}
	
	.jumbi{
		margin: 120px 0 50px 0;
	}
	
	/* Contact *********/
	.page-id-20 #content{
		margin-bottom: 10px;
	}
	
	.contact_intro{
		margin-bottom: 50px;
	}
	
	#content .contact_intro h3{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 0.5px;
	}
	
	.tel_block dl{
		padding: 25px 0 22px 0;
	}
	
	#content .tel_block dl dt{
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 12px;
	}
	
	#content .tel_block dl dd span.num{
		margin-bottom: 17px;
	}
	
	#content .contact_mail h3{
		height: 60px;
		font-size: 21px;
		font-size: 2.1rem;
		letter-spacing: 0.5px;
		padding-top: 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#content .contact_mail p{
		margin-bottom: 45px;
	}
	
	#content .entry-content .wpcf7 input[type="checkbox"]:checked::after{
		top: -1px;
		left: 4px;
	}
	
	dl.contact_policy{
		margin-bottom: 35px;
	}
	
	#content input[type="submit"]{
		width: 280px;
		height: 60px;
		font-size: 19px !important;
		font-size: 1.9rem !important;
	}
	
	/* Thanks *********/
	.page-id-22 #content h3.entry-title{
		margin-bottom: 55px;
	}
	
	#content .thanks p{
		margin-bottom: 50px;
	}
	
	/* News *********/
	#primary,
	#container{
		float: none;
	}
	
	#f_news{
		padding: 55px 0 60px 0;
	}
	
	#f_news .f_title{
		margin-bottom: 35px;
	}
	
	#content .f_news ul,
	#content .f_news ul:nth-of-type(3n),
	#content .p_news ul,
	#content .p_news ul:nth-of-type(3n){
		max-width: 400px;
		margin-bottom: 20px;
	}
	
	#content .f_news ul:last-child{
		margin-bottom: 40px;
	}
	
	li.news-img{
		width: 140px;
		margin-right: 15px;
	}
	
	li.news-img img{
		height: 110px;
	}
	
	li.date{
		margin-top: 16px;
		margin-right: 10px;
		margin-bottom: 7px;
	}
	
	li.ca_report,
	li.ca_news{
		width: 72px;
		margin-top: 10px;
		margin-bottom: 7px;
	}
	
	li.blog-title{
		width: calc(100% - 155px);
		width: -webkit-calc(100% - 155px);
		line-height: 1.6;
		margin-bottom: 10px;
	}
	
	#content .single-title{
		letter-spacing: 0.5px;
		font-size: 19px;
		font-size: 1.9rem;
	}
		
	/* Front-page *********/
	#f_intro{
		padding: 60px 0 0 0;
	}
	
	#f_intro:after{
		width: 160px;
		height: 160px;
		background-size: 160px 160px;
		margin-left: -80px;
	}
	
	#content #f_intro h3{
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	#content #f_intro p{
		width: 100%;
		position: static;
		top: inherit;
		left: inherit;
		margin-left: 0;
	}
	
	.f_intro_bg img{
		min-height: inherit;
		max-height: inherit;
	}
	
	.f_profile_block{
		padding: 60px 0;
	}
	
	.f_profile_block_img{
		max-width: 280px;
		margin-bottom: 30px;
	}
	
	#content .f_profile_block_content h3{
		letter-spacing: 0.5px;
		margin-bottom: 25px;
	}
	
	#content .f_profile_block_content h4{
		margin-bottom: 30px;
	}
	
	#content .f_profile_block_content h4 span{
		margin: 0 0 15px 0;
	}
	
	#content .f_profile_block_content p{
		margin-bottom: 27px;
	}
	
	#f_access{
		padding: 55px 0 60px 0;
	}
	
	.f_access_block_content{
		margin-bottom: 40px;
	}
	
	#content .f_access_block_content h3{
		font-size: 30px;
		font-size: 3.0rem;
		margin-bottom: 25px;
	}
	
	#content .f_access_block_content table{
		max-width: 320px;
		margin: 0 auto
	}
	
	/* プロフィール *********/
	.logo_kokumin{
		width: 140px;
		margin-bottom: 17px;
	}
	
	#content .profile_content h3{
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	#content .profile_content h3 span{
		font-size: 46px;
		font-size: 4.6rem;
		margin-top: 15px;
	}
	
	.profile_img img{
		padding-right: 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* 実績 *********/
	#content .works table{
		max-width: 460px;
	}
	
	#content .works tr th{
		width: 110px;
		letter-spacing: 0;
		line-height: 1.6;
		padding: 12px 0 11px 0;
	}
	
	#content .works tr td{
		letter-spacing: 0;
		line-height: 1.6;
		padding: 12px 0 11px 0;
	}
	
	/* 政策 *********/
	.policie_list dl,
	.policie_list dl:nth-of-type(2n){
		padding: 20px;
	}
	
	#content .policie_list dl dt{
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 15px;
	}
	
	#content .policie_list dl dd.policie_list_note{
		margin-bottom: 20px;
	}
}

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

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 380px){
}
</pre></body></html>