/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20210719
*/

/* 横揺れ防止 */
html {
 overflow-x: hidden;
 overflow-y: scroll; -webkit-overflow-scrolling: touch
 }

.morita-heder{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	margin-top:-140px;
}
/* ここまで */




#header-r .footermenust.st-menu-side li a{
	color:#fff!important;
	font-weight:400;
}


/* 上から出てくるメニュートップページ用 */
#fixed-header {
  position: fixed;
  top: -130px;  
  width: 100%;
  height: 130px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #fff;
	background-color:rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
  transition: .5s; /* アニメーションタイミング */
  z-index:9;
}
#fixed-header.is-show {
  top: 0;
}


.scroll-container{
	width:960px;
	margin:0 auto;
}

ul.scroll-nav01{
	display:flex;
	margin-top:90px;
	justify-content: flex-end;
    align-items: center;
}

.scroll-nav01 li {
  list-style: none;
  width: 72px;
  text-align: center;
  padding:0 5px;
}
 
.scroll-nav01 li a {
    text-decoration: none;
    color:#363636;
}

.scroll-nav01 li a:hover{opacity:0.7;}

.scroll-nav01 li {
  border-left: 0.5px solid #363636;
  border-right: 0.5px solid #363636;
}
.scroll-nav01 li+ li {
  border-left: 0;
  border-right: 0.5px solid #363636;
}

/* 	上から出てくるメニューの画像 */
	.scroll-img01{
    margin-top:-110px;
}

img.aligncenter.size-medium.wp-image-110{margin-left:10px;width:360px;}

/* 上から出てくるメニュー#fixed-headerはhome以外非表示 */
body:not(.home) #fixed-header{display:none;}

/* ここまで */


/* 上から出てくるメニュー2階層用 */
#fixed-header02 {
  position: fixed;
  top: -130px;  
  width: 100%;
  height: 130px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color:rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  transition: .5s; /* アニメーションタイミング */
  z-index:9;
}
#fixed-header02.is-show {
  top: 0;
}

/* トップページは非表示 */
.home #fixed-header02{display:none;}

/* ここまで */

/* ウィジェットに入れたパソコンヘッダーメニュー */
ul.scroll-nav{
	display:flex;
	margin-top:60px;
	justify-content: flex-end;
    align-items: center;
	width:600px;

}

.scroll-nav li {
  list-style: none;
  width: 75px;
  text-align: center;
  padding:0 5px;
}
 
.scroll-nav li a {
    text-decoration: none;
    color:#fff;
}

.scroll-nav li a:hover{opacity:0.7;}

.scroll-nav li {
  border-left: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}
.scroll-nav li+ li {
  border-left: 0;
  border-right: 0.5px solid #fff;
}

.scroll-img{
	width:960px;
	margin:0 auto;
    margin-top:-90px;
}
/* ここまで */


/* トップ森田さん画像となり自作メニュー */
ul.top-nav{
	display:flex;
	width:880px;
	margin-left:300px;
	margin-top:-70px;
}

.top-nav li {
  list-style: none;
  width: 140px;
  text-align: center;
}
 
.top-nav li a {
    text-decoration: none;
    color:#fff;
}

.top-nav li a:hover{opacity:0.7;}

.top-nav li {
  border-left: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
}
.top-nav li+ li {
  border-left: 0;
  border-right: 0.5px solid #fff;
}

/* 2階層ヘッダー画像・ロゴはトップのみ非表示 */
.home header #header-full{
	background-image:none;
}
h1.descr.sitenametop{display:none;}
.home img.sitename-bottom{display:none;}

/* トップ画像右からスライドイン */
.slideinRight {
  animation:slideinRight 3s ease 1s 1 normal backwards;
  position: absolute;
	top:2.5%;
	left:30%;
	width:110%;
}

@keyframes slideinRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
}



/* トップページヘッダー以下 */

.h3midashi{
	margin-top:0px!important;
	font-weight:600;
	color:#004DA2!important;
}


/* 2階層ヘッダーエリア */
/* メニューカスタマイズ */
#header-r .footermenust.st-menu-side li{
	border-left:1px solid #fff!important;
	line-height:1.5!important;
}
#header-r .footermenubox.st-menu-side-box ul{margin-top:120px;}
#header-r .footermenubox.st-menu-side-box{width:900px!important;}

ul#menu-pc\%e3\%83\%98\%e3\%83\%83\%e3\%83\%80\%e3\%83\%bc\%e3\%83\%a1\%e3\%83\%8b\%e3\%83\%a5\%e3\%83\%bc{
	border-right:0.5px solid #fff!important;
}
/* ヘッダー画像 */
header #header-full{height:200px;}
p.descr.sitenametop{display:none;}
/* ヘッダーロゴ */
.sitename img{max-width:200%;}
img.sitename-bottom{width:580px;margin-top:-10px!important;}

/* ２階層mainエリア */
body:not(.front-page) main{border:none!important;}


/* アイコン部分 */
.icon{margin-bottom:20px;}
/* お知らせ部分 */
.osirase{text-align:center;margin-top:100px;}

.content-post-slider .slick-next{top:120px;z-index:2;}
.content-post-slider .slick-prev{top:120px;z-index:2;}

/* ボタン */
button.btn-white {
border: 1px solid #004DA2;
color: #fff;
padding: 5px 20px;
letter-spacing: 1px;
background-color: #004DA2;
font-size:13px;
margin-top:30px;
}
button.btn-white:hover  {
color: #004DA2;
background-color: #EBF4FF;
transition: 0.8s;
}	


/* プロフィール部分 */
.profile{
	text-align:center;
	margin-top:100px;
	background-color:#EBF4FF;
	padding:30px 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	position:relative;
}

.aki{margin-top:20px;}

.yokonarabi-box{
	display:flex;
	width:960px;
	margin:0 auto;
}
.hidari-box{width:60%;}
.migi-box{width:40%;}

/* 沿革等の表示 */
.enkaku01 h2{text-align:left!important;}

.enkaku{
padding:0;
box-sizing:border-box;
}

dt.senari01{border-top:1px #004DA2 dotted;}
dd.senari02{border-top:1px #004DA2 dotted;}


.enkaku dl{
    text-align:left;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0;
	overflow:hidden;
    box-sizing:border-box;
    clear:both;
}

.enkaku dt{
	width:30%;
	text-align:left;
	float:left;
	padding:5px 10px;
    margin:0;
	font-size:14px;
	font-weight:500;
	color:#333;
    line-height:160%;
    box-sizing:border-box;
	font-weight:400;
}
.enkaku dd{
	width:70%;
	text-align:left;
	padding:5px 10px;
    margin:0;
	font-size:14px;
	font-weight:500;
	color:#333;
    line-height:160%;
    border-left:none;
    float:right;
    box-sizing:border-box;
}


/* その他経歴 */
p.sonota{
	text-align:left;
	font-size:14px!important;
	font-weight:600;
	color:#004DA2;
	margin:0 auto;
	box-sizing:border-box;
	padding-left:10px;
	
}

p.keireki{
	margin:0 auto;
	text-align:left;
	border-top:1px #004DA2 dotted;
	border-bottom:1px #004DA2 dotted;
	padding:5px 0;
	font-size:14px!important;
	padding-left:10px;
}

p.keireki02{
	margin:0 auto;
	text-align:left;
	padding:5px 0;
	font-size:14px!important;
	padding-left:10px;
	border-bottom:1px #004DA2 dotted;
}

p.keireki03{
	margin:0 auto;
	text-align:left;
	padding:5px 0;
	font-size:14px!important;
	padding-left:10px;
}

dt.shitasen{border-bottom:1px #004DA2 dotted;}
dd.shitasen2{border-bottom:1px #004DA2 dotted;}

p.migiyose{
    text-align:right;
}

/* 動画 */
.douga{
	width:960px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:30px;
}



/* 政策部分 */
.seisaku{text-align:center;margin-top:100px;}
.flex-container {
	width:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:0 auto;
}

.flex-item img{width:80%;}
.flex-item{width:33%; padding:20px 0;}

/* 事務所部分 */
.jimusho{text-align:center;margin-top:100px;}
iframe{margin-bottom:-110px;}



/* フッター部分 */
div#st-footer-logo-wrapper{color:#fff;margin-bottom:10px;font-size:14px;}


/* モーダルウィンドウその２ https://mito-lab.com/jquery-modal-window/*/
.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}
.modal {
  background-color: #e6ecf0;
  padding: 40px;
  border-radius: 10px;
  width: 650px;
  height: auto;
  margin:0 auto;
	margin-top:100px;
}
.fa-times {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
}

.closebutton{
	text-align:center;
	margin-top:10px;
}

.close {
  display: inline-block;
  padding: 10px 140px;
  background-color: #004DA2;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
	margin-top:20px;
  cursor: pointer;
}
h3.modal-h3{text-align:center;}
.modal-p{text-align:justify;}

/* モーダルウィンドウここまで */

/* 政策の画像 */
img.aligncenter.size-large.wp-image-191{width:70%;margin-top:20px;}

/* フッター */
#footer a{color:#fff;}
#footer a:hover{color:#d2e6fe;transition:all .5s;}

.banner-container{display:flex;}
.banner-box{width:160px;padding:40px 10px 20px 10px;}

/* ヘッダーメニューの青い帯 */
.blue-obi{
	height:84px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-color:#004da2;
	position:relative;
	top:-74px;
	z-index:-1;
}

/* カテゴリーページ */
.iscvblock .pt-cv-readmore.btn{background:#004da2;}
h4.pt-cv-title{padding:0!important;margin-bottom:5px!important;}
.pt-cv-content{font-size:14px;}


/* fb埋め込み */
iframe.lazyloaded{margin-bottom:20px;}


/*media Queries スマートフォンとタブレットサイズ（1900px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1900px) {
	
/* ヘッダーメニューの青い帯 */
	.blue-obi{display:none;}
	
}

/*media Queries スマートフォンとタブレットサイズ（1824px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1824px) {
	
/* ヘッダーロゴ */
img.sitename-bottom{width:560px;margin-top:-12px!important;}	
	
/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:23%;}
	
/* 2階層ヘッダーエリア */
	/* ヘッダー画像 */
	header #header-full{height:190px;}
	
/* 上から出てくるメニュー	 */
	
		/*-- ここまで --*/
}



/*media Queries スマートフォンとタブレットサイズ（1680px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1680px) {

/* トップ森田さん画像となり自作メニュー */
	ul.top-nav{margin-top:-65px;}

	
/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:20%;}	
	
/* 上から出てくるメニュー	 */
	
	
			/*-- ここまで --*/
}


/*media Queries スマートフォンとタブレットサイズ（1536px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1536px) {

/* トップ画像右からスライドイン */
.slideinRight {width:110%;}

/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:17%;}		
	
/* トップ森田さん画像となり自作メニュー */
	ul.top-nav{margin-top:-60px;width:800px;}
	
	
/* 	メニューカスタマイズ */
#header-r .footermenubox.st-menu-side-box ul{margin-top:90px;}	

	/* 上から出てくるメニュー	 */
	
	/*-- ここまで --*/
}


/*media Queries スマートフォンとタブレットサイズ（1440px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1440px) {

/* トップ画像右からスライドイン */
.slideinRight {top:1.5%;}	
	
/* トップ森田さん画像となり自作メニュー */
	ul.top-nav{margin-top:-59px;width:720px;}
	
	
/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:14%;}	
	
	/* 上から出てくるメニュー	 */
	
			/*-- ここまで --*/
}





/*media Queries スマートフォンとタブレットサイズ（1366px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {

/* トップ画像右からスライドイン */
.slideinRight {width:95%;left:35%;}
	
/* トップ森田さん画像となり自作メニュー */
ul.top-nav{
	width:670px;
	margin-left:350px;
	margin-top:-55px;
}
	
/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:13%;}
	
	
/* 2階層ヘッダーエリア */
/* ヘッダー画像 */
header #header-full{height:140px;}	
/* ヘッダーロゴ */
img.sitename-bottom{width:410px;}		
	
/* 	メニューカスタマイズ */
#header-r .footermenubox.st-menu-side-box ul{margin-top:70px;}	
#header-r .footermenubox.st-menu-side-box{width:800px!important;}	
	
	/* 上から出てくるメニュー	 */
	
	/*-- ここまで --*/
}


/*media Queries スマートフォンとタブレットサイズ（1280px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
	
/* トップ画像右からスライドイン */
.slideinRight {top:1%;}		
	
}





/*media Queries スマートフォンとタブレットサイズ（1194px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1194px) {

	/* topヘッダー画像 */
	.morita-heder{margin-top:-140px;}	
	
	/* トップ画像右からスライドイン */
.slideinRight {top:0;}
	
/* 森山さん画像隣りメニュー */
	ul.top-nav{width:570px;margin-top:-50px;}
	ul.top-nav li{font-size:13px!important;}
	
/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:9%;}

	
/* 2階層ヘッダーエリア */
/* ヘッダー画像 */
    header #header-full{height:130px;}	
	#header-r .footermenubox.st-menu-side-box ul{margin-top:60px;}
	#header-r .footermenubox.st-menu-side-box{width:750px!important;}

/* chromeのみに適用	 */	
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    img.sitename-bottom {
     margin-bottom:-50px!important;
    }
}

	
}

/*media Queries スマートフォンとタブレットサイズ（1024px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	
	/* 森山さん画像隣りメニュー */
	ul.top-nav{width:510px;margin-top:-45px;}
	ul.top-nav li{font-size:11px!important;}
	
/* プロフィール部分	 */
	img.alignnone.size-medium.wp-image-133{right:3%;}
	
	
}





/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	
	
/* 上から出るスクロールメニュー非表示（トップ）	 */
	#fixed-header{display:none;}
	
/* 上から出るスクロールメニュー2階層	 */
	ul.scroll-nav01{display:none;}
	.scroll-img01{margin-top:3px;}
	#fixed-header02{height:100px;}
	img.aligncenter.size-medium.wp-image-110{margin:0 auto;width:290px;}
	.scroll-container{width:100%;}

/* 上から出るスクロールメニュー2階層	 */
	ul.scroll-nav{display:none;}
	.scroll-img{margin-top:0;width:100%;}

/* トップのみ非表示	 */
	.home div#st-mobile-logo{display:none;}
	
/* topヘッダー画像 */
	header #header-full{
		height:106px;
	}
	img.sitename-bottom{margin-top:-75px!important;width:41%;}
	#headbox-bg #headbox{padding-top:0!important;}
	.morita-heder{margin-top:-90px;}
	
/* トップ画像右からスライドイン */
.slideinRight {width:75%;left:38%;top:1%;}
	
	
/* トップ森田さん画像となり自作メニュー */
	.top-menu{display:none;}

/* お知らせ */
	.osirase{margin-top:50px;}

	
/* プロフィール部分	 */
	.enkaku{margin-left:40px;}
	.enkaku dt{width:30%;}
	.enkaku dd{width:70%;}
	img.alignnone.size-medium.wp-image-133{right:8%;}
	
	p.migiyose{font-size:14px!important;}
	.profile-img{margin-right:40px;}
	
/* 動画 */
	.douga{width:90%;}
	
	
/* スマホメニュー */
	#s-navi dt.trigger .op{color:#EBF4FF;}
	.home #s-navi dt.trigger .op{color:#004DA2;}
	dd.acordion_tree{background-color:#EBF4FF;}
	#s-navi dt.trigger .op{margin-top:20px;}
	
	p.acordion_button{position:fixed;z-index:9999;}	

　　　/* トップページのみのcss */
	.home p.acordion_button{margin-top:-50px!important;}	
	



/* topへ戻るボタン */
	#page-top:not(.page-top-img) a{
		width:70px;
		height:70px;
	}

	

/* 2階層ヘッダーロゴ	 */

/* safariのみに適用	 */	
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root p.sitename {
        margin-top: -60px;
    }
}
	

	
	/*========= ハンバーガーメニューCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 9;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#EBF4FF;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	font-size:20px;
	color: #004DA2;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight:400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}


.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
    background: #004DA2;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 2%;
    right: 3%;
	z-index:99;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:5px;
	left:-2px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}
	
/* ハンバーガーメニューここまで */	
	
	
/* プロフィール部分	 */
	.yokonarabi-box{
		width:100%;
		flex-direction: column-reverse;
	}
	
	.enkaku{margin-right:40px;}
	.hidari-box{width:100%;margin-top:20px;}
	.migi-box{width:100%;}
	.profile-img{display:flex;margin:0 auto;padding:0 30px;}
	p.migiyose{margin:0 40px;}
	
	
/* モーダルウィンドウ */
p.modal-p{font-size:17px!important;}	
	
	
	/*-- ここまで --*/
}


/*media Queries スマホサイズ（834px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 834px) {
	
	
	
	
}


/*media Queries スマホサイズ（810px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 810px) {


	
/* モーダルウィンドウ */
	.modal{width:530px;}
	
	/*-- ここまで --*/
}


/*media Queries スマホサイズ（768px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 768px) {

	
	
	/*-- ここまで --*/
}


/*media Queries スマホサイズ（744px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 744px) {
	

/* モーダルウィンドウ */
	.modal{width:530px;}
	h3.modal-h3{margin-top:0!important;}
	
}



/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

/* topヘッダー画像 */
	.morita-heder{margin-top:-100px;}	
	
	
/* トップ画像右からスライドイン */
.slideinRight {width:75%;top:-0.3%;}
		
	
	
	
	/* 沿革等の表示 */
	
.enkaku{
	margin-bottom:20px;
    padding:0;
    box-sizing:border-box;
	border-bottom:none;
}

.enkaku dl{
text-align:left;
	width:100%;
	padding:0;
	overflow:hidden;
	border:1px solid #004DA2;
box-sizing:border-box;
clear:both;
}

.enkaku dt{
	background:#004DA2;
	color:#fff;
	width:100%;
	text-align:left;
	float:none;
	padding:4px 10px;
    margin:0;
	font-size:14px;
	font-weight:500;
    line-height:160%;
    border-bottom:none;
    box-sizing:border-box;
}
.enkaku dd{
	text-align:left;
	padding:10px;
    margin:0;
	font-size:14px;
	font-weight:500;
	color:#000;
    line-height:160%;
    float:none;
    width:100%;
    box-sizing:border-box;
}	

	dt.senari01{border:none;background:#004DA2;color:#fff;}
	dd.senari02{border-top:none;}
	p.sonota{border-bottom:none;}
	p.migiyose{margin-top:-20px;}
	dd.shitasen2{border-bottom:none;}
	
/* 動画 */
	.douga{width:85%;}
	
	
/* 	政策部分 */	
	.flex-item{width:50%;}
	
img.aligncenter.size-large.wp-image-191{width:90%;}	
	
/* 	2階層ヘッダー */
	img.sitename-bottom{margin-top:-65px!important;}
	 header #header-full{height:100px;}	
	
	
	/* topへ戻るボタン */
	#page-top:not(.page-top-img) a{
		width:50px;
		height:50px;
	}

	
/* モーダルウィンドウ*/
	.modal{width:400px;padding-top:0;}	
	h3.modal-h3{font-size:25px!important;line-height:37px!important;}
	
	/*-- 疑似改行-*/
.br::before {
	content: "\A" ;
	white-space: pre ;
	font-family:serif;
}

/* フッター */
	iframe{margin-bottom:-80px;}
	.banner-box{width:130px;}
		
	
	
	/*-- ここまで --*/
}


/*media Queries スマホサイズ（450px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 450px) {

/* ヘッダー画像	 */
	.morita-heder{margin-top:-70px;}	
/* トップ画像右からスライドイン */
.slideinRight {top:0%;}	
	

/* 2階層上から出てくるヘッダー	 */
	img.aligncenter.size-medium.wp-image-120{width:60%;margin-top:10px;}

/* モーダルウィンドウ */
	.modal{width:300px;}
	h3.modal-h3{font-size:19px!important;line-height:31px!important;}
	.close{padding:10px 80px;}

/* フッターバナー */
	.banner-container{display:block;margin-top:20px;}
	.banner-box{width:200px;padding:2px;}	
	
	
/*-- ここまで --*/		
}




/*media Queries スマホサイズ（390px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 390px) {
	
/* topヘッダー画像 */
	.morita-heder{margin-top:-50px;}		

/* トップ画像右からスライドイン */
.slideinRight {top:10px;}		
	
/* トップページのみのスマホメニュー */
	.home p.acordion_button{margin-top:-50px!important;}
	
	
/* 2階層ヘッダーエリア */
/* 上から出てくるヘッダー	 */
		#fixed-header02{height:88px;}
/* ヘッダー画像 */
	header #header-full{height:100px;}
/* ヘッダーロゴ */
	#st-mobile-logo img, header .sitename img{max-height:90px!important;margin-top:10px;}

	
/* プロフィール部分	 */
	.enkaku{margin:20px 30px 20px 30px;}
	p.migiyose{margin:0 30px 0 30px;}
	
	
/* モーダルウィンドウ */
	.modal{width:250px;}
	h3.modal-h3{padding:0!important;font-size:18px!important;}
	p.modal-p{font-size:16px!important;line-height:24px;}
	.close{padding:10px 100px;margin-bottom:0;}
	.closebutton{margin-top:0;}

	
/* アイコン	 */
	.icon-osirase-icon:before{font-size:50px!important;}
	.icon-profile-icon:before{font-size:50px!important;}
	.icon-senkyo-car:before{font-size:60px!important;}
	

/*-- ここまで --*/	
}


/*media Queries スマホサイズ（360px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 360px) {
	
/* 2階層ヘッダーエリア */
	/* 上から出てくるヘッダー	 */
	img.aligncenter.size-medium.wp-image-120{width:64%;}
	
}



/*media Queries スマホサイズ（320px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 320px) {
	

	/* トップ画像右からスライドイン */
.slideinRight {top:0%;}		

/* モーダルウィンドウ */
	.modal{width:200px;}
	.close{padding:10px 70px;}
	
	
/*-- ここまで --*/		
}



/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	
/* ２階層パソコン用ヘッダーメニュー	 */
	header .headbox .textwidget{padding:0;}
	#header-r .footermenust.st-menu-side li{padding-bottom:8px!important;border-left:0.5px solid #fff!important}
	img.sitename-bottom{width:80%;}
	header #header-full{height:123px;}

/* 	２階層スマホヘッダーメニュー */
	img.aligncenter.size-medium.wp-image-120{margin-left:0;}

/* 	スマホメニュー非表示 */
	nav#g-nav{display:none;}

	/*-- ここまで --*/
}


/*media Queries PCサイズ（1800px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1800px) {

	
	
	/*-- ここまで --*/
}


/*media Queries PCサイズ（1537px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1537px) {

	
	/*-- ここまで --*/
}



/* アイコンフォント */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?x27ju5');
  src:  url('fonts/icomoon.eot?x27ju5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?x27ju5') format('truetype'),
    url('fonts/icomoon.woff?x27ju5') format('woff'),
    url('fonts/icomoon.svg?x27ju5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jimusho-icon:before {
  content: "\e901";
font-size:70px;
	color:#004DA2;
}
.icon-osirase-icon:before {
  content: "\e902";
font-size:70px;
	color:#004DA2;
}
.icon-profile-icon:before {
  content: "\e903";
font-size:70px;
	color:#004DA2;
}
.icon-senkyo-car:before {
  content: "\e900";
font-size:70px;
	color:#004DA2;
}
