@charset "utf-8";
/*--------------------------------------------------------------------------------------------------------
　
　PC用設定

--------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------
　表示設定（PC用）
----------------------------------------------------*/
.sp{display:none !important;}
.pc{display:block !important;}
.inner{	width:1000px;height:auto;margin:0 auto;}

/*----------------------------------------------------
　全ページ設定
----------------------------------------------------*/

/*----　ヘッダー　----*/
header{	z-index:99;padding: 10px 0;background-color: #FFF;}
header.fixed{width: 100%;}
header .tx{font-size: 14px;padding: 0 0 3px;}
header .tel{float: left; font-size: 24px;}
header .tel span{background-color: #0c71a8; color: #FFF; font-size: 18px;padding: 0px 10px;border-radius: 5px;margin: 0 10px 0 0;}
#menu{float: right;}
#panel-btn{
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	margin:0;
	border: 2px solid #0c71a8;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #0c71a8;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #0c71a8;
  transition: .3s;
}
#panel-btn-icon:before{ margin-top: -6px;}
#panel-btn-icon:after{ margin-top: 4px;}


/*----　メインナビ　----*/
nav{
	border:3px solid #FFFFFF;
	padding: 50px;
	margin:0 0 200px;
	text-align:left;
	font-size:30px;
	line-height:220%;
}
nav ul{padding: 0 0 30px;border-top: 1px solid #FFF;}
nav li{padding:0 0 0 15px;font-weight:bold;background: url(../images/common/arrow/listArrow.png) no-repeat left 13px;font-size: 24px;line-height: 180%;margin: 0 10px;text-align: left;}
nav li a{color:#FFFFFF;}

#modal{
	display:none;
	position:relative;
	text-align:center;
	padding:50px 0;
}
.close-modal{cursor:pointer;}
.modal-content{
	position:absolute;
	top:63%;
	left:50%;
	margin:-400px 0 0 -550px;
	width:1100px;	
	box-sizing:border-box;
	padding:30px;
}

nav .widget_nav_menu .main_title{
	color: #FFFFFF;
	font-weight: bold;
	margin: 30px 0 0 0;
}
nav .widget_nav_menu .main_title .menu{	padding: 20px 0 0 0;}


/*----　フッター　----*/
footer {padding: 30px 0 0 0;}
footer .footer_widget{float: left; width: 23%; margin: 0 1%; padding: 0 5px;}
footer .footer_widget .footer_headline{ background-color: #0c71a8;text-align: center;color: #FFF;padding: 5px 0;font-size: 16px;font-weight: bold;margin: 0 0 10px;}
footer .footer_widget ul{padding: 0 10px;}
footer .footer_widget li{position: relative;font-size: 12px;}
footer .footer_widget li a{	display: block;	padding:3px 0 3px 10px;	background: url(../images/common/arrow/arrow.png) no-repeat left center;}

footer .footerBox1{padding: 30px 0;background: url(../images/common/bg/bg3.png);}
.home footer .footerBox1{padding: 0;margin: 0 auto 30px;background-image: none;}
footer .footerBox2{border-top: 5px solid #ededec;padding: 10px 50px;text-align: center;}
footer .footerBox2 li{padding: 10px 2px;display: inline-block;line-height: 0;}

footer .footerBox3{	background: url(../images/common/bg/bg1.png);padding: 15px 0;}
footer .footerBox3 .left{padding: 3px 0 0 0;}
footer .footerBox3 .right{padding: 0 0 0 20px;}
footer .footerBox3 .right li{border-left: 1px solid #FFFFFF;float: left;}
footer .footerBox3 .right li a{	padding: 0 10px;color: #FFFFFF;}
#return_top {
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: url(../images/common/top.png) no-repeat;
}
.copy{padding:10px 0;text-align:center;font-size:11px;}


/*----　パンクズ　----*/
#bread_crumb{padding: 5px 0;}
#bread_crumb li{float: left;display: block;padding: 5px;}
#bread_crumb li:after{content:"　" url(../images/common/arrow/arrow.png);}
#bread_crumb li.last:after{content: "";}
#bread_crumb li.last h2{padding: 0;margin: 0;font-weight: normal;font-size:14px;line-height: 180%;}

#single_meta{margin: 0;font-size: 12px; background: #f9f9f9;}
#single_meta li {float: left;padding: 10px 15px;line-height: 150%;}
#single_meta li.post_category {background-color: #007CFF;}
#single_meta li.post_category a{color: #FFFFFF;}
#single_meta li.post_tag a{text-decoration: underline;}


/*----　ページング　----*/
.page_navi { margin:20px 0 15px 0; text-align: center;}
.page_navi ul { margin:0; display: inline-block;}
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#333; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; text-decoration:none; }

.page_navi span.current { color:#fff; background:#333; }
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding: 10px 15px; }

/*----　サイドバー　----*/
#sidebar iframe{width: 100% !important;padding: 0 0 5px;}

#sidebar .side_headline{
	background: url(../images/common/bg/_back/bg8.png);	text-align: center;
	color: #FFFFFF;	font-size: 16px;padding: 5px;
}
#sidebar .side_widget{padding: 0 0 20px;}
#sidebar .side_widget a{color: #1074D0;text-decoration: underline;}
#sidebar .side_headline a{color: #FFFFFF;text-decoration: none;}

#sidebar .side_widget .date{color: #6A6A6A;font-size: 11px;}
#sidebar .side_widget .title{color:#2D2D2D;font-size: 14px;padding: 0 0 20px;}
#sidebar .side_widget .excerpt{color:#2D2D2D; line-height: 150%;}
#sidebar .side_widget li{border-bottom: 1px dotted #787878;padding: 5px 0;font-size: 12px;line-height: 150%;}
#sidebar .side_widget table caption{font-size: 16px;background: url(../images/common/bg/_back/bg8.png);}
#sidebar .side_widget table th{padding: 0 !important;}
#sidebar .side_widget table td{padding: 0 !important;}
#sidebar .side_widget .image{text-align: center;display: block;margin: 0 auto;}

/*----------------------------------------------------
　メインコンテンツ
----------------------------------------------------*/

/*----------------------------------------------------
　共通設定
----------------------------------------------------*/
#container{}
#container #content{position: relative;margin:20px auto;line-height:180%;}

/* 区切り */
#container .section{clear:both;padding:0 0 40px;}
#container .contentR{float:right;width:76%;margin: 0 0 20px;}

/* 見出し */
h2{	font-size:22px;}
h3{	font-size:20px;}
h4{	font-size:18px;}
h5{	font-size:18px;}

/* メイン見出し */
.mainb{
	background: url(../images/common/bg/bg1.png);
	position:relative;
	box-shadow:0px 3px 8px #737373;
}
.mainb .title{
	margin:0px 0 0 0px;
	padding: 30px 0 20px;
	color:#FFFFFF;
	font-size:36px;
	text-shadow:0px 0px 10px #424242;
	border: none !important;
}
.mainb .title span{
	display: block;
	font-size: 18px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .mainb {
    background-attachment:local !important;
	  background-position: right !important;
  }
}

/* テキスト */
#container .section p{padding:0 0 20px;}

/*　テーブル　*/
caption{font-size: 24px;font-weight: bold;background: url(../images/common/bg/_back/bg4.png);color: #FFFFFF;margin: 0 0 10px;padding: 10px;}
caption a{color: #FFFFFF;}
#container table{
	border-collapse: separate;
	border-spacing:5px;
	width:100%;
	margin:0 0 20px;
	border:3px solid #D0D0D0;
	padding:5px;
}
#container table th{
	padding:6px;
	background-color: #DCDCDC;
	color: #333;
	font-size:14px;
	box-sizing:border-box;
}
#container table td{
	padding:5px 6px;
	font-size:13px;
	border-bottom:1px dashed #333;
	box-sizing:border-box;
}
#container table td h4,
#container .post th h4{
	border-bottom: none !important;
}
#container table td p{padding:0 !important;}
.page-id-77 #container table td{width:70% !important;}
.page-id-77 #container table th{width:30% !important;}

/*  画像  */
#container .section .img{
	text-align: left;
}
#container .section .img .left,
#container .section .img .img_left{
	float:left !important;
}
#container .section .img .right,
#container .section .img .img_right{
	float:right !important;
}


/*====================================
 共通
=====================================*/

.lineTitle{
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/common/titleLine1.gif) no-repeat center bottom;
	text-align: center;
	font-size: 36px;
	line-height: 300%;
	margin: 0 0 50px;
}


.redLine{box-shadow:0 -10px 0 -4px rgba(242,64,78,0.4) inset;}
.yellowLine{box-shadow:0 -10px 0 -4px rgba(255,255,0,0.4) inset;}
.list1{position: relative; padding: 0 0 0 20px !important;}
.list1 span{position: absolute;top:0;left: 0;}

.tableBox{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 0 30px;
}
.tableBox .inBox{
	display: table-cell;
	padding:0 20px 40px 20px;
}
.tableBox .inBox .title{
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	background:#000;
	color: #FFFFFF;
	text-align: center;
}
.tab{margin: 0 0 10px;}
.tab li{
	float: left;
	width: 49%;
	text-align: center;
	cursor: pointer;
	padding: 20px;		
	font-size: 30px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #000;
	color: #0972A4;
	background: url(../images/common/arrow/b_arrow.png) no-repeat 95% center;
}
.tab li:last-child{float: right;}
.tab li.select{
	background:url(../images/common/arrow/w_arrowB.png) no-repeat 95% center, #000;
	color: #FFFFFF;
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
/*
.box1{
	animation: vertical 1s ease-in-out infinite alternate;
	animation-duration: 1.1s;
}
*/

/*====================================
 TOP
=====================================*/

/* メインビジュアル */
.main{
	background: url(../images/common/main.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 0;
	position: relative;
	text-align: center;
}
.main .arrow{
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: -16px 0 0 -17px;
}
.main .bottom{
	background: url(../images/common/mainBottom.png) no-repeat bottom;
	background-size: 100%;
	height: 40px;
}


/* TOPコンテンツ */
.top .yellowLine{
	box-shadow: 0 -15px 0 -4px rgba(225,192,52,0.7) inset;
}
.top .topContent1{
	background: url(../images/top/topBg1.png) no-repeat left top;
	background-size: cover;
	min-height: 500px;
	color: #FFF;
}
.top .topContent1 .inner{position: relative;padding: 150px 0 0 0;}
.top .topContent1 .inner img{position: absolute;top: 0%;left: -110px;margin: 100px 0 0 0;}
.top .topContent1 .title{font-size: 36px;margin: 0 0 50px;display: inline-block;padding: 0 10px;}
.top .topContent1 .title span{font-size: 24px;margin: 0 10px 0 0;}

.top .topContent2{position: relative;}
.top .topContent2 .left{position: relative; padding: 50px 30px 0 50px;min-height:660px;z-index: 5;}
.top .topContent2 img{position: absolute;top: 0%;right:-50px;margin: 0 0 0 0; z-index: 4;}
.top .topContent2 .title{font-size: 36px;margin: 0 0 50px;display: inline-block;padding: 0 10px;}
.top .topContent2 .title span{font-size: 24px;margin: 0 10px 0 0;}

.top .topContent3{
	background: url(../images/top/topBg2.png) no-repeat left bottom;
	background-size: cover;
	min-height: 500px;
}
.top .topContent3 .inner{position: relative;padding: 0px 0 0 0;}
.top .topContent3 img{position: absolute;top: 0%;left: -25%;margin: 0px 0 0 0;}
.top .topContent3 .title{font-size: 36px;margin: 0 0 50px;display: inline-block;padding: 0 10px;}
.top .topContent3 .title span{font-size: 24px;margin: 0 10px 0 0;}

.top .topContent4{padding: 50px 0; text-align: center;}
.top .topContent4 .title{font-size: 36px;font-style: italic;line-height: 180%;padding: 0 0 50px;}
.top .topContent4 .title span{font-size: 48px;color: #e7251e;}
.top .topContent4 .title span span{font-size: 60px;}
.top .topContent4 li{float: left;width: 23%;margin: 0 1% 20px;} 
.top .topContent4 li img{border: 5px solid #28a8aa;line-height: 0;} 
.top .topContent4 li p{line-height: 180%;font-size: 13px;}
.top .topContent4 li:last-child{width: 48%;}

.top .topContent5{	
	padding: 50px 0;
	background: url(../images/top/topBg3.jpg);
	background-size: cover;
	margin: 60px -10% 0;
	-webkit-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg);
}
.top .topContent5 .title{position: absolute;top: -100px;left: -250px;}
.top .topContent5 .inner{position: relative;min-height: 700px;
	-webkit-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);
}
.top .topContent5 .inner .inBox{padding: 0 0 0 100px;}
.top .topContent5 .inner .inBox .point1{position: absolute;top: 0;right:0;}
.top .topContent5 .inner .inBox .point2{position: absolute;top: 240px;left:250px;}
.top .topContent5 .inner .inBox .point3{position: absolute;top: 200px;right:0;}
.top .topContent5 .inner .inBox .point4{position: absolute;top: 400px;left:200px;}
.top .topContent5 .inner .inBox .point5{position: absolute;top: 420px;right:0;}

.top .topContent6{
	background-color:#297bae;
	color: #FFFFFF;
	margin: 0px -10% 50px;
	padding: 100px 0 0;
	-webkit-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg);
	line-height: 200%;
}
.top .topContent6 .inner{position: relative;
	-webkit-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);
}
.top .topContent6 .inner .title{
	background: url(../images/top/con6_titleBg.png) no-repeat left top;
	font-size: 40px;
	padding: 60px 10px 100px 200px;
	line-height: 100%;
}
.top .topContent6 .inner .title span{font-size: 25px;display: block;}
.top .topContent6 .inner .topImg{position: absolute;top: -150px;right:-250px;}
.top .topContent6 .inBox{padding: 80px 0 20px;background: url(../images/top/topBg4.png) no-repeat center top;background-size: cover;}
.top .topContent6 .inBox .inner{-webkit-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg);}
.top .topContent6 .inBox h3{text-align: center;font-size: 30px;padding: 0 0 50px;}

.top .topContent6 .section .right h3{padding: 0 0 10px;}
.top .topContent6 .inBox .in{
	border: 3px solid #FFF;
	padding: 20px;
	font-size: 24px;
	text-align: center;
	margin: 10px 0;
	line-height: 150%;
}
.top .topContent6 .inBox .in .inTitle{
	background-color: #FFF;
	color: #297bae;
	text-align: center;
	font-size: 30px;
	margin: 0 0 20px;
	padding: 10px 0;
}
.top .topContent6 .inBox .in .tx span{display: inline-block;width: 200px;}
.top .topContent6 .section{padding: 0 0 80px !important;}

.top .topContent7{position: relative;z-index: 4; padding: 50px 0 0 0;}
.top .topContent7 h3{font-size: 24px; margin: 0 0 30px;display: inline-block;}
.top .topContent7 h3 span{font-size: 18px;display: block;}

.top .topContent7 .re1{transform: rotate(-3deg);}
.top .topContent7 .re2{transform: rotate(1deg);}

.top .topContent7 .box1{
	background:url(../images/top/topBg5.png);
	transform: rotate(3deg);
	margin: 0 -10%;
	color: #FFFFFF;
}
.top .topContent7 .box1 .in{background:url(../images/top/topImg12.jpg) no-repeat left top;background-size: 50%;}
.top .topContent7 .box1,
.top .topContent7 .box1 .in{min-height: 450px;}
.top .topContent7 .box1 .right{	padding: 50px 0 50px 20px;}

.top .topContent7 .box2{
	background-color: #fff;
	transform: rotate(-1deg);
	margin: -70px -10% 0;
}
.top .topContent7 .box2 .in{background:url(../images/top/topImg13.jpg) no-repeat right top;background-size: 45%;}
.top .topContent7 .box2,
.top .topContent7 .box2 .in{min-height: 450px;}
.top .topContent7 .box2 .left{	padding: 50px 20px 50px 0;}

.top .topContent7 .box3{margin: -70px -10%;}
.top .topContent7 .box3 .in{background:url(../images/top/topImg14.png) no-repeat 20% 50px;transform: rotate(-3deg);}
.top .topContent7 .box3 .in .right{transform: rotate(0deg);}

.top .topContent7 .box4 .in{background:url(../images/top/topImg15.jpg) no-repeat right top;background-size: 45%;}

.top .topContent7 .box5{margin: -70px -10% 0;padding: 0 0 150px;}
.top .topContent7 .box5 .inTx{padding: 50px 0;position: relative;}
.top .topContent7 .box5 .inTx .topImg{position: absolute; top: -130px;left:-80px;}
.top .topContent7 .box5 .inTx h3{margin: 0 0 50px 150px;}

.top .topContent8 .topBox{
	position: relative;
	z-index: 5;
	margin: -200px 0 0;
	background:url(../images/top/arrowBg.png) no-repeat center top;
	background-size: 100%;
	min-height: 500px;
	padding: 70px 0 0 0;
}
.top .topContent8 .topBox .con{background: url(../images/top/topBg6_1.png) no-repeat left bottom, url(../images/top/topBg6_2.png) no-repeat right 80%;padding: 0 24%;}
.top .topContent8 .box{
	background: url(../images/top/topBg7.gif);
	border: 5px solid #0c71a8;
	padding:50px;
	margin: 50px auto 0;
	text-align: center;
}
.top .topContent8 .box .title{
	color: #0c71a8;
	display: inline-block;
	text-align: center;
	font-size: 36px;
	margin: 0 0 50px;
}
.top .topContent8 .box p{text-align: left;}

.top .topContent9{background: url(../images/top/topBg8.png);padding: 50px 0;margin: 50px 0 0 0;}
.top .topContent9 .inBox{float: left;width: 31%;margin: 0 1%;}
.top .topContent9 .title{text-align: center;}
.top .topContent9 .inBox .in{text-align: left; padding: 20px;	background-color: #FFFFFF; overflow-y: auto; height:415px; margin: 10px 0 0 0;font-size: 12px;}
.top .topContent9 .inBox .in li{padding: 0 0 5px;margin: 5px 0;border-bottom: 1px dotted #8B8B8B;}
.top .topContent9 .inBox .in li .time{font-size: 11px;color: #4a4a4a;}
.top .topContent9 .inBox .listArrow{text-align: right;margin: 5px 0 0 0;}
.top .topContent9 .inBox .listArrow1 a{background: url(../images/top/arrow1.png) no-repeat right center;padding: 5px 25px 5px 0;}
.top .topContent9 .inBox .listArrow2 a{background: url(../images/top/arrow2.png) no-repeat right center;padding: 5px 25px 5px 0;}
.top .topContent9 .inBox .listArrow3 a{background: url(../images/top/arrow3.png) no-repeat right center;padding: 5px 25px 5px 0;}






#slider{
  position:relative;
  margin:0px auto 30px;
  box-sizing:border-box;
  padding:50px 0px 30px;	
}
#slider .inner{position: relative;}
.loading{position:absolute;top:50%;left:49%;}
#carousel{display:none;}
#carousel li {
  float: left;
  width:100%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center !important;
	height:485px;
	position:relative;
}
#prev, #next {
  zoom:1;
  display: block;
  position: absolute;
  cursor:pointer;
  width:60px;
  height:57px;
  top:50%;
  margin:-30px 0 0 0;
  z-index: 9998;
}
#prev:hover, #next:hover { zoom:1;}
#prev {	background:url(../images/common/arrow/arrowL.png) 100% center no-repeat; left:-80px;}
#next { background:url(../images/common/arrow/arrowR.png) 0% center no-repeat; right:-80px;}


/*--------------------------------------
　共通
--------------------------------------*/

#top_banner{padding: 20px 0;}
#single_banner1,
#single_banner2{
	margin: 0 0 50px;
	padding: 20px;
	border: 3px solid #C8C8C8;
	text-align: center;
	background: url(../images/common/bg/bg2.jpg);
	background-size: 120px;
}
#single_banner2{margin: 50px 0 0 0;}
#single_banner1 h3,
#single_banner2 h3{
	background-color:#FFF;
	border: none;
	padding: 5px;
	margin: 0 0 10px;
}
#single_banner1 iframe, #single_banner2 iframe{	margin: 20px 0 0 0;}

.bookmark2{margin: 50px 0;border-top: 3px solid #DDDDDD;padding: 10px 0;}
.bookmark2 li{float: left;padding: 0 5px;}

#toc_container{	
	display: none;
	z-index: 990;
	position: fixed;
	left: 0;
	top: 0px;
	width: 250px;
	height: 100vh;
	overflow-y: auto ;
	opacity: 0.8;
}
#toc_container li{border-bottom: 1px dotted #9C9C9C;}
#toc_container li li:last-child{border-bottom: none;}

@media screen and (max-width:1280px) {
	#toc_container{
		position:relative !important;
		left: 0 !important;
		top: 0 !important;
		display: block;
		width: 100%;
		height: 300px;
	}

}


/*--------------------------------------
　関連記事
--------------------------------------*/
#related_post{background: url(../images/common/bg/bg4.png);padding: 50px 0 100px;}
#related_post ul{display: table; width: 100%;table-layout: fixed;}
#related_post ul li{display: table-cell;text-align: center;padding: 0 10px;}
#related_post ul li img{border: 1px solid #FFFFFF;}

/*--------------------------------------
　リスト型一覧
--------------------------------------*/
#news_list li{padding: 10px 0; border-bottom: 1px dotted #707070;}
#news_list li .news_date{color: #7B7B7B;}
#news_list li .news_title{font-size: 16px;font-weight: bold;}

#post_list li{padding: 15px 0 10px; border-bottom: 1px dotted #707070;}
#post_list li .title{font-size: 20px;font-weight: bold;margin: 0 0 20px;border-left:5px solid #0c71a8;padding: 3px 0 3px 10px;}

#post_list .bookmark{padding: 10px 0;}
#post_list .bookmark li{
	display: block;
	border-bottom: none;
	padding: 0 5px 0 0;
	float: left;
}

/*--------------------------------------
　post
--------------------------------------*/
.post h2{
	line-height: 150%;
	font-size: 20px;
	font-weight: bold;
	border-left: 5px solid #0095C3;
	background-color: #EDEDED;
	padding: 20px 0 20px 20px;
	margin: 0 0 20px;
}
.post h3{
	font-size: 18px;
	font-weight: bold;
	padding:20px 20px;
	margin: 20px 0;
	border-bottom: 1px dashed #8F8F8F;
	background-color:#EBF5FC;
}
.post h4{
	border-bottom: 1px dashed #8F8F8F;
	padding: 0 0 10px 10px;
	margin: 20px 0 10px;
	font-size: 16px;
}

#news_title{margin: 0 0 30px;padding: 5px;border-bottom: 1px dotted #B7B7B7;text-align: right;}
.post{word-break: break-all;}
.post p a{color: #ED1D21;text-decoration: underline;}
.post .post_image{text-align: center;padding: 0 0 30px;}
.post .post_image img{width: 100%;height: auto;}
.kutikomi{text-align: center;padding: 30px 30px 0;border-top: 2px dashed #C3C3C3;}

caption h2,caption h3,caption h4,caption h5{background: url(../images/common/bg/_back/bg4.png);border: none !important;padding: 10px !important;margin: 0 !important;}
.post table td, .post table th{border-top: none;border-left: none;border-right: none;}
.post th h2,.post th h3,.post th h4,.post th h5{
	border: none !important;
	background-color:#DCDCDC;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
}
.post td h2,.post td h3,.post td h4,.post td h5{
	border: none !important;
	background-color:#FFF;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
}

#Recent_news{margin: 0 auto 50px;}
#Recent_news .headline2{background: url(../images/common/bg/_back/bg4.png);	color: #FFFFFF;padding: 10px;}


/*--------------------------------------
　FORM　
--------------------------------------*/
.wpcf7 .section{width:100% !important;}
.wpcf7 th{text-align:left !important;}
.wpcf7 .hissu{
	float:right;
	position:relative;
	top:5px;
	right:0;
	display:inline-block;
	padding:0px 10px;
	line-height:150%;
	color:#FFF;
	font-size:13px;
	background-color: #BD0205;
	border-radius:5px;
}
.wpcf7 label{	padding:0 20px 0 0;display:inline-block;}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
	padding:3px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
}
.wpcf7 textarea{width: 90%;}
.wpcf7 .w10{width:10% !important;}
.wpcf7 .w20{width:20% !important;}
.wpcf7 .w30{width:30% !important;}
.wpcf7 .w50{width:50% !important;}
.wpcf7 .w70{width:70% !important;}
.wpcf7 .w80{width:80% !important;}
.wpcf7 .btn{padding:20px 0 10px;text-align:center;}

.btn input,
.btn input::before,
.btn input::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.btn input {
	display: inline-block !important;
	text-align: center;
	border: 2px solid #0e3578;
	margin: 0 20px auto;
	width: 300px;
	padding:10px 0;
	color: #0e3578;
	background: url(../images/common/arrow/b_arrow.png) no-repeat 95% center,#FFF;
}
.btn input:hover {
	color: #FFF;
	opacity:1.0 !important;
	background: url(../images/common/arrow/w_arrowB.png) no-repeat 95% center,#0e3578;
}
.wpcf7 .conBtn{opacity: 0.4;}



/* search */
.search_area { width:330px; height:35px; position:absolute; right:0px; top:56px; background:url(../images/common/search_input.gif) no-repeat left 2px; }
.search_area #search_input input { font-size:12px; color:#6d7478; width:205px; height:26px; float:left; margin:5px 0 0 10px; padding:0; border:none; background:none; }
.search_area #search_button input { cursor:pointer; float:right; height:35px; width:92px; line-height:42px; text-indent:150%; white-space:nowrap; overflow:hidden; display:block; border:none; background:url(../images/common/search_button.gif) no-repeat left top; }
.search_area #search_button input:hover { background-position:left bottom; }
