@charset "utf-8";
/*
Theme Name: responsive_267
Theme URI: http://c-tpl.com/
Description: responsive_267
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

:focus{
outline:0;
}

ol, ul{
list-style:none;
}

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

caption,th,td{
font-weight:normal;
text-align:left;
}

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

blockquote,q{
quotes:"" "";
}

a img{
border: 0;
}

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

body{
font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust:100%;
}


/* リンク設定
------------------------------------------------------------*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color:#0bba7a;
}

a:hover, a:active{
outline:none;
color:#cdcdcd;
}

a:hover img {
	opacity:0.5;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/**** Clearfix ****/

.nav .panel:before,nav .panel:after, #mainNav:before,#mainNav:after, .newsTitle:before,.newsTitle:after{
content:"";
display:table;
}

nav.panel:after,#mainNav:after,.newsTitle:after{
clear: both;
}

nav.panel,#mainNav,.newsTitle{
zoom: 1;
}


/* レイアウト
------------------------------------------------------------*/

#wrapper, .inner{
margin:0 auto;
width:1110px;
}

#content{
float:right;
width:750px;
padding:40px 0 50px;
}

#sidebar{
float:left;
width:320px;
padding:42px 0;
}

#footer{
clear:both;
padding-top:20px;
} 


/* ヘッダー
------------------------------------------------------------*/

#header h1{
padding-top:10px;
font-size:90%;
font-weight:bold;
}

#header h2{
clear:both;
text-align:center;
/*margin-top:-30px;*/
color:#000000;
font-size:160%;
font-weight:bold;
}

#header h2 img{
width:191px;
}

.contact{
margin-top:-25px;
float:right;
text-align:left;
}

.contact p{
padding-left:80px;
font-size:90%;
font-weight:bold;
}

.contact p.tel::before{
content: "電話番号：";
}

.contact p.openTime::before{
content: "営業時間：";
}

.contact p.address::before{
content: "住所：";
}


/* トップページ　メイン画像
----------------------------------*/

#mainImg img{
width:100%;
height:auto;
}


/* タイポグラフィ
------------------------------------------------------------*/

h2.title{
clear:both;
margin-bottom:40px;
padding-bottom:7px;
/*text-align:center;*/
font-size:150%;
font-weight:bold;
}

h2.title span{
padding-bottom:10px;
/*border-bottom:3px solid #000000;*/
}

h2.recentpost{
margin:30px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.dateLabel{
text-align:right;
font-weight:bold;
}

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

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

.post ul li{
padding-left:5px;
list-style:disc;
}

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

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

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #000000;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

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

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

.post dt{
font-weight:bold;
}

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

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

img.aligncenter{
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


/* サイドバー　ウィジェット
------------------------------------------------------------*/

.widget{
margin-bottom:50px;
}

.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.widget ul{
margin:30px 0 30px 0;
}

.widget li a{
display:block;
margin-top:15px;
color:#000000;
font-weight:bold;
}

.widget a:hover{
color:#cdcdcd;
}

p.banner{
padding-bottom:10px;
}

p.banner img{
width:100%;
}

#banners{
padding-bottom:10px;
}

#contactBanner{
width:320px;
height:80px;
padding-top:22px;
background:url(images/banner_tel.jpg) no-repeat;
background-size:320px;
}

#contactBanner p.tel{
display:inline;
padding-left:60px;
font-weight:bold;
font-size:20px;
}

#contactBanner p.tel::before{
content:"TEL : ";
}

.newsTitle{
clear:both;
margin:15px 0 10px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.newsTitle h3{
float:left;
}

.newsTitle p{
float:right;
padding:5px 10px 0 10px;
font-size:70%;
}

.newsTitle p a{
color:#000000;
}

.news p a{
color:#000000;
}

.newsTitle p a:hover{
color:#cdcdcd;
}

.news{
margin:30px 0 30px 0;
}

.news p{
clear:both;
margin-top:15px;
}

.news p a{
display:block;
color:#000000;
/*font-weight:bold;*/
}

.news span{
/*padding-left:10px;*/
}

.news a:hover span{
color:#cdcdcd;
}


/* フッター
------------------------------------------------------------*/

#footerLogo{
float:left;
width:320px;
text-align:center;
padding-top:20px;
}

#footerLogo img{
width:150px;
}

#footer ul{
float:right;
width:750px;
padding-top:20px;
}

#footer ul ul{
display:none;
}

#footer ul li{
display:inline-block;
text-align:left;
padding:5px 0;
margin-left:15px;
}

#footer ul li a{
padding:0 0 0 12px;
color:#000000;
}

#footer ul li a:hover{
color:#cdcdcd;
}

#copyright{
clear:both;
padding:50px 0 37px;
text-align:center;
font-size:10px;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:40px;
color:#cdcdcd;
}


/* page navigation
------------------------------------------------------------*/

.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{
float:left
}

.next{
float:right;
}

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


/* トップページ 最新記事3件 + 3つの画像
------------------------------------------------------------*/

.thumbWrap{
width:770px;
margin:0 -20px 20px 0;
}

.thumbWrap li{
display:inline-block;
width:233px;
margin:0 20px 20px 0;
vertical-align:top;
}

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

ul.thumbUnder h3{
padding-top:10px;
font-size:120%;
font-weight:bold;
}

ul.thumbUnder h3 span{
display:block;
}

ul.thumbUnder h3 a{
color:#000000;
}

ul.thumbUnder h3 a:hover{
color:#cdcdcd;
}

ul.thumbUnder li p{
margin:15px 0 10px;
}

ul.thumbUnder li img{
margin-top:10px;
}

ul.thumbUnder .thumbUnderDate{
font-size:80%;
}


/* メインメニュー　PC用
------------------------------------------------------------*/

@media only screen and (min-width:1025px){

nav#mainnav{
/*position:relative;
margin-top:30px;*/
}

nav#mainnav ul{
display:flex;
justify-content:center;
align-items:center;
}

nav#mainnav ul li{
float:left;
position:  relative;
}

nav#mainnav ul li a{
display:block;
text-align:center;
_float:left;
height:60px;
padding:0 30px 0;
line-height:60px;
font-weight:bold;
color:#000000;
}

nav#mainnav ul li a:hover{
color:#999999;
}

nav#mainnav ul ul{
width:160px;
border-top:0;
}

nav#mainnav ul li ul{
display: none;
}

nav#mainnav ul li:hover ul{
display: block;
position: absolute;
top:60px;
text-align:center;
z-index:500;
}

nav#mainnav ul li li{
background:#ffffff;
border-bottom:1px dotted #cdcdcd;
float: none;
width:160px;
height:40px;
line-height:40px;
margin:0;
}

nav#mainnav ul li li:last-child{
border:0;
}

nav#mainnav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-align:center;
}

nav#mainnav ul li li a:hover{
color:#999999;
}

nav div.panel{
display:block !important;
}

a#menu{
display:none;
}

}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
------------------------------------------------------------*/

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

#header{
/*margin-top:20px;*/
position:fixed;
width:100%;
z-index:500;
}
	
#headerWrap{
position:relative;
width:100%;
height:70px;
background:#ffffff;
border-bottom:1px solid #cccccc;
}
	
#header h2{
/*padding-top:20px;*/
}
	
#header h2 img{
max-height:38px;
width:auto !important;
}

#header .pnav ul{
display:none;
}

a#menu{
display:inline-block;
position:relative;
width:40px;
height:60px;
}

#menuBtn{
display:block;
position:absolute;
top:65%;
left:30%;
width:18px;
height:2px;
margin:-1px 0 0 -7px;
background:#000000;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#000000;
transition:.3s;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
left:0;
top:0;
z-index:100;
}

#mainnav{
position:absolute;
top:0;
width:100%;
text-align:right;
z-index:500;
}

#mainnav ul{
background:#ffffff;
text-align:left;
}

#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #eeeeee;
color: #000000;
font-weight:bold;
}

#mainnav ul li li{
border:0;
}

#mainnav ul li li a{
padding-left:40px;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

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

#wrapper, .inner{
width:100%;
}

.contact{
display:none;
}


#header h1{
display:none;
}

#mainImg img{
padding-top:60px;
}

h2.first{
margin-top:45px;
}

h2.title{
/*padding-top:35px;*/
}

.thumbWrap{
width:100%;
}

.thumbWrap ul.thumbUnder li{
width:30%;
display:inline-block;
vertical-align:top;
margin:0 1% 0 1.5%;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{
width:100%;
text-align:center;
}

#banners p{
width:30%;
float:left;
margin:0 1% 0 1.5%;
}

#banners p img{
width:100%;
height:auto;
}

#contactBanner{
margin:0 auto;
}

#footer{
margin:0;
border:0;
text-align:center;
}

#footerLogo, #footer ul{
float:none;
width:auto;
padding-bottom:20px;
text-align:center;
}

#footer ul{
padding-top:20px;
}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

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

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

.thumbWrap ul.thumbUnder li{
width:95%;
margin-bottom:10px;
}

.thumbWrap ul.thumbUnder li img{
width:100%;
}

#banners p{
float:none;
width:95%;
}

#banners p img{
width:100%;
}

#footer ul{
text-align:left;padding:15px;
}

}





/* 追加コードはここから
------------------------------------------------------------*/
h2.toptitle{
clear: both;
margin-bottom: 40px;
padding-bottom: 7px;
text-align: center;
font-size: 150%;
font-weight: bold;
font-family: 'Noto Serif JP', sans-serif;
}

h2.toptitle span{
padding-bottom: 10px;
/*border-bottom:3px solid #000000;*/
}
@media only screen and (max-width: 1024px) {
h2.toptitle{
    margin-bottom: 0;
}
}

.post p {
    line-height: 1.8;
}

.post h3 {
    font-family: 'Noto Serif JP', sans-serif;
}

.logo svg {
 fill: #004098;
 width: 280px;
 height: 100%;
}
.defs {
    display: none;
}
@media only screen and (max-width: 1024px) {
.logo svg {
    height: 50px;
    margin-top: 10px;
}
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media only screen and (min-width:1025px){
#header .inner {
    width: 100%;
}
#mainnav {
    background-color: #fff;
}
}



.logo2 svg {
 fill: #fff;
 width: 200px;
 height: 50px;
}
@media only screen and (max-width: 1024px) {
.logo2 svg {
 width: 150px;
}
}

.logo3 {
    width: 320px;
    float: left;
    text-align: center;
}
.logo3 svg {
 fill: #004098;
 width: 150px;
}
@media only screen and (max-width: 1024px) {
.logo3 {
    float: none;
    width: auto;
    text-align: center;
}
}


nav#mainnav ul li a {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
nav#mainnav ul li a {
    font-size: 10px;
}
}

#news-area {
    width: 48%;
    float: left;
}

#news-area a {
    color: #044794;
}

#report-area {
    width: 48%;
    float: right;
}

#report-area a {
    color: #044794;
}


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

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

#news-area {
    width: 100%;
}

#report-area {
    width: 100%;
}

}



/* プロフィール年表
------------------------------------------------------------*/
.post ul {
    margin-left: 0;
}
.post ul li {
    list-style: none;
}
.timeline {
    list-style: none;
}
.timeline > li {
    margin-bottom: 60px;
}
.timeline-content h3 {
    margin: 0 0 10px;
    padding: 0;
}
.pf-pic1 {
    width: 45%;
    float: left;
}
.pf-pic2 {
    width: 45%;
    float: right;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
@media ( min-width : 640px ) {
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.timeline-date {
    width: 135px;
    float: left;
    margin-top: 60px;
}
.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
}
.timeline-content h3 {
    margin: 40px 0 10px;
}
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #033A94;
    position: absolute;
    left: 136px;
    top: 64px;
    border-radius: 100%;
}
}





/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



/*プロフィール*/
.prof-memo {
    float: left;
    width: 60%;
}
.prof-memo p {
    line-height: 1.5;
}

.prof-pic {
    float: right;
    width: 40%;
    height: 700px;
    background:#fff url('https://okuno-mika.com/wp-content/uploads/2018/10/pic-profile01.png') no-repeat center center;
    background-size:contain;
}

@media only screen and (max-width: 644px){
.prof-memo {
    float: right;
    width: 100%;
}
.prof-pic {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-height: 350px;
    background:#fff url('https://okuno-mika.com/wp-content/uploads/2018/10/pic-profile-mobi01.png') no-repeat center center;
    background-size:contain;
}
}

.prof {
    box-sizing: border-box;
}
.lip {
    margin: 0 0 1.6em;
}
.lip h4 {
    display: inline;
    background: #033A94;
    color: white;
    margin-left: 0;
    border-radius: 7px 7px 0 0;
    font-size: 15px !important;
    padding: 7.7px 10px;
    border: 0;
}

.prof-memo .lip ul {
    list-style-type: none;
    padding: 1em;
}

.prof-memo ul {
    list-style: disc;
}

.lip ul {
    background: #fcfaf7;
    margin-top: 0;
    margin: 0 0 2em;
    padding: 1em .5em 1em 1.5em;
    border: solid 2px #033A94;
    border-radius: 3px;
}







.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 220px;
  vertical-align: middle;
}
 
@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}






.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}


.submit-btn input {
	background: #033A94;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #033A94 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}

.mw_wp_form_preview .required-srt { display:none; }




/*枠関係*/
.box1 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #033A94;
}
.box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #033A94;
    color: #ffffff;
    font-weight: bold;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.post .box-msg h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.post .box-msg p {
    padding-bottom: 5px;
    line-height: 1.5;
}


.box2 {
    padding: 0.5em 1em;
    /*margin: 2em 0;*/
    margin: 0;
    background: #F5F5F5;
    border: solid 3px #F5F5F5;
    border-radius: 10px;
}

.box2 p {
    padding-left: 15px;
    padding-right: 15px;
}

.box2 p:first-child{
    padding-top: 15px;
}

.box3 {
    margin: 2em 0;
    background: #F5F5F5;
    border-radius: 10px 10px 10px 10px;
}
.box3 .box-title {
    font-size: 1.2em;
    background: #e95c0f;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Serif JP', sans-serif;
}
.box3 p {
    padding-left: 20px;
    padding-right: 20px;
}

.box3 ul {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.box3 ul li {
    list-style: disc;
}
.box3 .pic-left {
    width: 40%;
    float: left;
    margin-right: 40px;
    margin-left: 10px
}


@media only screen and (max-width: 644px){
.box3 .pic-left {
    width: 320px;
    margin: 0 auto;
    float: none;
}
}


.box4 {
    margin: 2em 0;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
}
.box4 .box-title {
    font-size: 1.2em;
    background: #e95c0f;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Serif JP', sans-serif;
}
.box4 p {
    padding-left: 20px;
    padding-right: 20px;
}



.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/*ページタイトル*/
.pagettl {
  position: relative;
  color: white;
  background: #033A94;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

.pagettl:before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left : 0.5em;
}

/*トップページお知らせタイトル*/
h2.newsttl {
  position: relative;
  color: white;
  background: #033A94;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  margin: 50px 0 25px;
}

h2.newsttl:before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left : 0.5em;
}

/* スマート　囲み枠　2 */
.kakomi-smart2 {
 position: relative;
 margin: 2em auto;
 padding: 3em 1em .8em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-width: 5px 0 0 0;
 border-color: #000000; /* 枠の色 */
 background-color: #f0f0f0; /* 背景色 */
 color: #000000; /* テキスト色 */
 box-shadow: 0 0 5px #999; /* 影の色 */
}
.title-smart2{
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: #033a94; /* タイトル背景色 */
 color: #ffffff; /* タイトル色 */
 font-size: 1.1em;
 font-weight: bold;
 border-style: none none double;
 border-color: #ffffff; /*タイトル下線 */
 border-width: 3px;
}

/* シンプル 枠（影）2 */
.kakomi-box4 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #FFF5EE; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
}



/* 政策アコーディオン */
.post .ac h2 {
    margin: 0;
    padding: 0;
}

.ac-box{
width: auto;
margin: 0;
margin-bottom: 50px;

}

.ac-box label {
max-width: 115px;
font-size: 16px;
text-align: center;
margin: auto;
line-height: 10px;
position: relative;
display: block;
height: 10px;
padding: 15px;
font-weight: bold;
border: solid 1px #444;
cursor :pointer;
color: #444;
}

.ac-box label:hover {
background: #efefef;
}

.ac-box input{
display: none;
}

.ac-box label:after{
font-family:"FontAwesome";
content:" \f078";
}

.ac-box input:checked ~ label::after {
font-family:"FontAwesome";
content:" \f077";
}

.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{
height: auto;
padding: 5px;
background: #fff;
opacity: 1;
}

.ac-box div p{
color: #333;
line-height: 1.5;
font-size: 14px;
padding: 5px 20px 5px 20px;
text-align: justify;
}

.ac-small p{
margin-bottom: 0px;
}

.news-date {
    text-align: right;
}
.news-content {
    margin-top: 20px;
    margin-bottom: 50px;
}
.tolist {
    text-align: right;
}

/*wp-pagenavi 06*/
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #777;
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
background-color:#ededed;
border:1px solid #dcdcdc;
padding: 8px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.wp-pagenavi a:hover{
color:#e4685d; 
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
background-color:#dfdfdf;
}
.wp-pagenavi span.current{
color: #FFF;
background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
background:-ms-linear-gradient( top, #fc8d83 5%, #e4685d 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fc8d83), color-stop(100%, #e4685d) );
background-color:#fc8d83;
border-color: #e4685d;
font-weight: bold;
}


.box5 {
    margin: 2em 0;
    background: #F5F5F5;
    border-radius: 10px 10px 10px 10px;
}
.box5 .box-title {
    font-size: 1.2em;
    background: #e95c0f;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Serif JP', sans-serif;
}
.box5 p {
    padding-left: 20px;
    padding-right: 20px;
}







.post h2 {
position: relative;
padding: 0.25em 0;
border-bottom: none;
font-size: 1.2em;
font-weight: bold;
font-family: 'Noto Serif JP', sans-serif;
letter-spacing: 0.05em;
color: #000000;
margin: 0;
}
.post h2:after {
content: "";
display: block;
height: 6px;
background: -moz-linear-gradient(to right, rgb(5, 51, 144), transparent);
background: -webkit-linear-gradient(to right, rgb(5, 51, 144), transparent);
background: linear-gradient(to right, rgb(5, 51, 144), transparent);
}

.box6 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.box6 p {
    padding-left: 20px;
    padding-right: 20px;
}
.box6 ul {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.box6 ul li {
    list-style: disc;
}








/* ヘッダー関係 ------------------------------------------------*/
#wrapper2 {
    margin-top: 30px;
}

.luxbar-menu-light, .luxbar-menu-light .dropdown ul {
    background-color: #044794;
    color: #fff;
}

.luxbar-brand {
    padding: 0;
    margin-top: 15px;
}
.luxbar-navigation {
    width: 1150px;
    margin: 0 auto;
}

.luxbar-item a {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 17px;
    padding: 10px 20px 10px 20px;
}

.luxbar-menu-light .active,
.luxbar-menu-light .luxbar-item:hover {
  background-color: #414141;
}

@media only screen and (max-width: 1024px) {
.luxbar-brand {
    margin-left: -10px;
}
.luxbar-navigation {
    margin-right: 0;
    width: 100%;
}

.luxbar-item a {
    font-size: 14px;
    padding: 0 20px 0 20px;
}
}

.luxbar-menu-light .luxbar-hamburger span, .luxbar-menu-light .luxbar-hamburger span::before, .luxbar-menu-light .luxbar-hamburger span::after {
    background-color: #fff;
}


/* フッター関係 ------------------------------------------------*/
#footer ul li {
    font-family: 'Noto Serif JP', sans-serif;
}


/* サイドバー関係 ------------------------------------------------*/

.widget h3 {
    border: none;
    margin: 0;
}

.newsTitle p {
    padding: 15px 10px 0 10px;
    font-size: 80%;
}

.news {
    margin: 10px 0 10px 0;
}

/* ２ページ構成の動線確保　ボタン ------------------------------------------------*/
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #033a94;
    border: solid 2px #033a94;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #033a94;
    color: white;
}







/* リニューアルで追加（2019.10） ------------------------------------------------*/
h2.newsttl-top {
  position: relative;
  color: white;
  background: #033A94;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  margin-bottom: 20px;
}

h2.newsttl-top:before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left : 0.5em;
}

.tolist-top {
    text-align: right;
    margin-bottom: 30px;
}

#news-area-top {
    width: 100%;
    float: left;
}

#news-area-top a {
    color: #044794;
}

#report-area-top {
    width: 100%;
    float: left;
}

#report-area-top a {
    color: #044794;
}

h2.toptitle-top {
    clear: both;
    padding-bottom: 7px;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
}

.repo {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.thumb-box {
    width: 80px;
}
.top-thumb {
    width: 60px;
    height: auto;
    border: 1px solid #CCC;
}
.toplist-title {
    flex: 1;
}
.repo-tag {
    color: #888888;
}
.repo-tag a {
    color: #888888;
}
.repo-date {
    float: right;
}
#report-area-top .repo-tag a {
    color: #888888;
    font-size: 12px;
}
#report-area-top .repo-tag i {
    color: #888888;
}
.ttl-tag {
    font-size: 16px;
    margin-bottom: 15px;
}


/* 市政報告(PDF) */
.pdf-repo {
    margin-bottom: 30px;
}
.pdf-img {
    width: 30%;
    float: left;
}
.pdf-note {
    width: 65%;
    float: right;
}
.post .pdf-note h3 {
    margin: 0 0 15px;
    padding: 0;
}
.post .pdf-note h4 {
    margin: 0 0 5px;
    padding: 0;
}
.post .pdf-memo ul {
    margin-left: 1.3em;
}
.post .pdf-memo ul li {
    list-style: circle outside none;
    padding-left: 0;
}


/* 議会動画 */
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /*margin-bottom: 50px;*/
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.movie-repo {
    margin-bottom: 30px;
}
.movie-img {
    width: 50%;
    float: left;
}
.movie-note {
    width: 45%;
    float: right;
}
@media only screen and (max-width: 1024px) {
    .movie-img {
        width: 100%;
        float: left;
    }
    .movie-note {
        width: 100%;
        float: left;
    }
}
.post .movie-note h3 {
    margin: 0 0 15px;
    padding: 0;
}
.post .movie-note h4 {
    margin: 0 0 5px;
    padding: 0;
}
.post .movie-memo ul {
    margin-left: 1.3em;
}
.post .movie-memo ul li {
    list-style: circle outside none;
    padding-left: 0;
}





/* ページャー */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
        text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff; /* 通常の文字色 */
  background: #97999a; /* 通常の背景色 */
}
.pagination a:hover{
  color: #47BEA0; /* マウスホバー時の文字色 */
  background: #F9D635; /* マウスホバー時の背景色 */
}
.pagination .current{
  padding: 10px 15px 10px 15px;
  color: #FFFFFF; /* 現在のページの文字色 */
        background: #0A4390; /* 現在のページの背景色 */
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 8px 10px 8px 10px;
}
.pagination .current{
  padding: 8px 10px 8px 10px;
}
}

/* ナビ previous next */
.navilink_p {
    float: left;
    width: 45%;
}
.navilink_p a {
    color: #000000;
}
.navilink_p a:hover {
    color: #cdcdcd;
}
.navilink_n {
    float: right;
    width: 45%;
    text-align: right;
}
.navilink_n a {
    color: #000000;
}
.navilink_n a:hover {
    color: #cdcdcd;
}


