@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*
 Pagination（index.php/archive.php）
----------------------------------------------------------- */
.pagination, .wp-prev-next{margin:1.1em 0 2.2em;}
.pagination{text-align:center;}
.pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;margin:1px;}
.pagination ul li{margin:3px;float:left;display:inline;overflow:hidden;font-size:0.8em;}
.pagination ul li a{text-decoration:none;padding:3px 0;display: block;width:50px;background-color:#FFF;color:#003E6C;border:1px solid #003E6C;transition:all ease 0.5s;-webkit-transition:all ease 0.5s;-moz-transition:all ease 0.5s;}
.pagination ul li a:hover{text-decoration:none;padding:3px 0;display:block;width:50px;background-color:#003E6C;color:#FFF;border:1px solid #003E6C;}
.pagination ul li span{padding: 3px 0;display: block;width:50px;background-color:#003E6C;color:#FFF;border:1px solid #003E6C;}
.pagination ul li span.current{font-weight:bold;}
.wp-prev-next .prev-link{float:left;}
.wp-prev-next .next-link{float:right;}
#allowed_tags{margin: 1.5em 10px 0.7335em 0;}
.nocomments {margin: 0 20px 1.1em;}

/*
 Pagination（single.php）
----------------------------------------------------------- */
.nav-below{width:100%;padding:2% 0;}
.nav-below:after{content:"";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.nav-below a{background-color:#FFF;border:1px solid #003E6C;color:#003E6C;text-decoration:none;padding:0.5%;transition:all ease 0.3s;-webkit-transition:all ease 0.3s;-moz-transition:all ease 0.3s;font-size:0.8em;}
.nav-below img{width:50px;height:50px;}
#prev,#next{width:48%;float:left;margin:0 1%;}
#prev,#next{width:48%;float:left;margin:0 1%;}
#next{text-align:right;}
#prev img{float:left;margin-right:0.5rem;}
#next img{float:right;margin-left:0.5rem;}
#prevAndNextLeft a:before{content:"\f053";margin-right:5px;font-family: FontAwesome;}
#prevAndNextRight a:after{content:"\f054";margin-left:10px;font-family: FontAwesome;}
.nav-below a:hover{background-color:#003E6C;border:1px solid #003E6C;color:#FFF;}
#prevAndNextLeft{width:50%;float:left;}
#prevAndNextRight{width:50%;float:left;}
#prevAndNextLeft{text-align:left;}
#prevAndNextRight{text-align:right;}

/*
 animation
----------------------------------------------------------- */
.fadein{
	opacity:0;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on.fadein{
	opacity:1;
}


/*
 Head
----------------------------------------------------------- */
.header {
	width:100%;
}

/*
 gNavi
----------------------------------------------------------- */
.navwrap {
	width:100%;
	background:rgba(255,255,255,0);
	box-shadow:0 0 2px rgba(0,0,0,0);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0);
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.navwrap.fixed {
	width:100%;
	background:rgba(255,255,255,0.8);
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
.navwrap ul {
	width:95%;
	margin:0 auto;
}
.navwrap ul:after {
	content: "";
	clear: both;
	display: block;
}
.navwrap li {
	float: left;
	position: relative;
	width:6.666666666666667%;
	letter-spacing:0.05em;
}
.navwrap li:nth-of-type(1){
	width:60%;
}
.navwrap li:nth-of-type(1) img{
	width:150px;
	max-width:100%;
	height:auto;
}
.navwrap li a {
	display: block;
	text-align:center;
	color:#003E6C;
	padding:1.5rem 1rem;
	font-weight:bold;
}
.navwrap li:nth-of-type(1) a{
	text-align:left;
	display:inline-block;
	padding:1rem;
}

.navwrap li ul {
	width:100%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;
	height:0;
}
.navwrap li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible;
	height:auto;
}
.navwrap li ul li {
	width:100%!important;
	float:none;
}
.navwrap li ul li a {
	display: block;
}
.navwrap * {
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}


/*
 共通
----------------------------------------------------------- */
#content {
	width:100%;
}
#content:after {
  content: "";
  clear: both;
  display: block;
}
#main {
	width:100%;
	padding:0;
}
#g_map{
	width:100%;
	position:relative;
}
/*-- Anchor link（heder追従の時に使用する） --*/
#page_link01,#page_link02,#page_link03,#page_link04,#page_link05,#page_link06,#page_link07{
	margin-top:-90px;
	padding-top:90px;
}
.pc{display:block;}
.sp{display:none;}

/*
 TOP
----------------------------------------------------------- */

#top_news {
	width:100%;
	padding:5rem 5% 10rem;
	background:#f5f5f5;
}
#top_news h2{
	color:#003E6C;
	text-align:center;
	font-size:2.5rem;
	letter-spacing:0.05em;
	margin-bottom:2rem;
}
#top_news .top_news_box{
	width:100%;
	margin:0 auto;
}
#top_news .top_news_box:after {
  content: "";
  clear: both;
  display: block;
}
#top_news dl{
	width:25%;
	overflow:hidden;
	float:left;
	padding:0.5rem;
}
#top_news dt{
	width:100%;
	text-align:center;
	position:relative;
	z-index:0;
}
#top_news dd{
	width:90%;
	margin:-3rem auto 1rem;
	background:#FFF;
	position:relative;
	z-index:1;
	padding:1rem;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.2);
}
#top_news dd h3{
	font-size:1em;
}
#top_news dd h3 a{
	color:#000;
}
#top_news dd span{
	color:#003E6C;
}
#top_news dd p{
	text-align:right;
}
#top_news dd p a{
	display:inline-block;
	padding:0.3rem 0.5rem;
	color:#FFF;
	background:#003E6C;
	font-size:0.8em;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}


/*
 about
----------------------------------------------------------- */




/*
 contact
----------------------------------------------------------- */

#cont_list{
	padding:2em 0;
    width: 800px;
    margin: 0 auto 0 !important;
    max-width: 95%;
}
#cont_list ul{
	width:900px;
	max-width:100%;
	margin:0 auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    flex-flow:flex-wrap;
    -webkit-flex-flow:flex-wrap;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#cont_list li{
	width:32%;
	text-align:center;
	background: -moz-linear-gradient(to bottom,#f5f5f5,#CCC);
	background: -webkit-linear-gradient(to bottom,#f5f5f5,#CCC);
	background: linear-gradient(to bottom,#f5f5f5,#CCC);
	color:#FFF;
	padding:0.5rem;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
}
.cont_page{
	background: -moz-linear-gradient(to bottom,#00AFCC,#005261)!important;
	background: -webkit-linear-gradient(to bottom,#00AFCC,#005261)!important;
	background: linear-gradient(to bottom,#00AFCC,#005261)!important;
}
#cont_list li:nth-of-type(2){
	margin:0 2%;
}

#cont_fi{
	width:100%;
	padding:2em 0 4em;
	overflow:hidden;
}
.cont_fi_box{
	width:900px;
	max-width:100%;
	margin:0 auto;
}
.cont_fi_box h2{
	font-size:1.8em;
	margin-bottom:2rem;
	letter-spacing:0.1em;
	text-align:center;
	color: #4B4948;
    font-weight: bolder;
    position: relative;
}
.cont_fi_box h2::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    content: '';
    display: block;
    height: 4px;
    width: 5em;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.5em);
}

#cont_se{
	width:100%;
	padding:4em 0;
}
.cont_se_box{
	width:900px;
	max-width:100%;
	margin:0 auto;
}
.cont_se_box h2{
	font-size:1.8em;
	margin-bottom:1.5rem;
	letter-spacing:0.1em;
	text-align:center;
	color: #4B4948;
    font-weight: bolder;
    position: relative;
}
.cont_se_box h2::before {
    background: linear-gradient(90deg, #005261, #00AFCC);
    content: '';
    display: block;
    height: 4px;
    width: 5em;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2.5em);
}
.cont_se_box li{
	text-align:center;
	margin: 0 auto;
    line-height: 1.45;
}
.cont_se_box li:nth-of-type(1){
	font-size:2em;
	letter-spacing:0.1em;
    margin-bottom: .25em;
	color: #4B4948;
}
.cont_se_box li:nth-of-type(1) > i {
    margin-top: -.25em;
}
.cont_se_box li:nth-of-type(2){
}
.cont_se_box li:nth-of-type(1) i{
	color:#007285;
	margin-right:0.5rem;
}

.wpcf7, .mw_wrap {
	width:800px;
	margin:2em auto 0!important;
	max-width:95%;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:1.5rem;
}
.wpcf7 dt, .mw_wrap dt{
	width:100%;
	font-weight:bold;
}
.wpcf7 dt span, .mw_wrap dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
}
.wpcf7 dd, .mw_wrap dd{
	width:100%;
}
.wpcf7 dd p, .mw_wrap dd p{
	font-size:0.8rem;
	margin-top:0.5rem;
}
.wpcf7 .subbtn, .mw_wrap .subbtn{
	width:300px;
	max-width:80%;
	margin:2em auto 0;
}
.wpcf7-submit, .mw_submit{
	width:100%;
	padding:3%;
	color: #FFF;
	border-style: none;
	background-color:#00AFCC;
	border-radius: 5px;
	transition:all ease 0.3s;
}
.wpcf7-submit:hover, .mw_submit:hover{
	background-color:#007396;
}
.wpcf7-text, .mw_txt{
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:0.3rem;
	font-size:0.9rem;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-textarea, .mw_area{
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:0.3rem;
	font-size:0.9rem;
}

.priva{
	margin-top:2em;
}
.priva p{
	text-align:left;
}
.priva h3{
    font-weight: bold;
	font-size: 100%;
}
.priva h3 span{
	font-size:0.8em;
	margin-left:1rem;
	display:inline-block;
}
.priva ul{
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #D9E2E9;
	background:#FFF;
}
.priva li{
	padding:0 1rem 1rem 1rem;
	font-size:0.9rem;
}
.priva li h4{
	margin:1.5em auto 0.5em;
	border-bottom:1px solid #000;
	font-size:1em;
}
.privabtn{
	text-align:center;
	margin-top:2em;
	font-weight:bold;
}

.cont_kanryo{
	width:100%;
	text-align:center;
	min-height:420px;
}

/*
 subpage共通
----------------------------------------------------------- */
#mainsub {
	width:75%;
	float:left;
	padding:0 3rem 0 0;
}
.sidebar {
	width:25%;
	float:left;
	padding:0;
}
#sub_mid{
	width:100%;
	padding:10rem 5%;
	text-align:center;
	background:#f8f8f8;
}
#sub_mid h1{
	font-size:4rem;
}

/*
 news
----------------------------------------------------------- */

.news_wrap{
	width:100%;
	background:#FFF;
	padding:4rem 0;
}
.news_area{
	width:1200px;
	max-width:100%;
	margin:7rem auto 0;
}


/*
 news sideber
----------------------------------------------------------- */
.widgettitle {
	margin-bottom: 0.75em;
	padding:1% 0 1% 2%;
	border-bottom:1px solid #000;
	color:#000;
}
.widget ul {
	margin-bottom:1.5em;
	padding:0.5rem 0;
	background:#f8f8f8;
}
.widget ul li a {
	width:100%;
	font-size:0.9em;
	display:block;
	color:#000;
	transition:all ease 0.3s;
	text-decoration:none;
	padding:0.3rem 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.widget ul li ul {
	margin-top: 0.75em;
	padding-left: 1em;
}
.screen-reader-text{
	display:none;
}
#archives-dropdown-2{
	width:100%;
	font-size:0.9rem;
	padding:0.3rem 1rem;

}


/*
 news (index.php/archive.php)
----------------------------------------------------------- */
.archivetitle{
	font-size:1.7em;
	margin-bottom:0.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	position:relative;
}
.archivetitle:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:2px;
	background: #23B598;
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.bcontwrap {
	width:100%;
	margin:0 auto;
	padding:1rem 0;
	position:relative;
	border-bottom:1px solid #D9E2E9;

}
.bcontwrap:first-of-type{
	padding:0 0 1rem;
}
.articlelink {
	display:block;
	text-decoration:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bcontwrap ul {
	overflow:hidden;
	background:#FFF;
	text-decoration:none;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	padding:1%;
}
.bcontwrap ul:hover {
	background:rgba(255,255,255,0.8);
}
.bcontwrap ul li:nth-of-type(1){
	width:35%;
	float:left;
	padding:1%;
}
.bcontwrap ul li:nth-of-type(1) img{
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
}
.bcontwrap ul li:nth-of-type(2) {
	width:65%;
	float:left;
	padding:1%;
}
.btitle {
	font-size: 1.3em;
	margin-bottom:1rem;
	color:#000;
	font-weight:bold;
	padding:0 5px;
}
.bcontwrap li dd:nth-of-type(1) {
	margin-bottom:1rem;
	font-size:0.8em;
}
.bcontwrap li dd:nth-of-type(1)  a {
	color:#FFF;
	background: #23B598;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:0.2rem 0.5rem;
	margin-right:0.5rem;
}
.bcontwrap li dd:nth-of-type(3) {
	font-size:0.9em;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
	padding-top:1.5rem;
	color:#003E6C;
}


/*
 news (single.php)
----------------------------------------------------------- */
.singlewrap {
	width:100%;
	margin-bottom:3rem;
}
.tca{
	margin-bottom:2em;
}
.tca li {
	width:100%;
	margin-bottom:10px;
	font-size:0.8em;
}
.tca a{
	color:#000;
}
.tca a:after{
	content:",";
}
.tca a:last-of-type:after{
	content:"";
}
.stitle {
	font-size: 1.3em;
	margin:0 auto 1em;
	padding:0 0 2%;
	position: relative;
	padding-bottom:0.5em;
	border-bottom:4px solid #ccc;
}
.stitle::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #003E6C;
}

.singlewrap h2{
	border-bottom:2px solid #003E6C;
	padding:0 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	color:#000;
	margin:1em auto;
	position:relative;
	padding:0 0 0 20px;
}
.singlewrap h2:before{
	content:"";
	position:absolute;
	top:15%;
	left:0;
	bottom:15%;
	width:5px;
	height:70%;
	background:#003E6C;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.singlewrap h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	border-left:5px solid #003E6C;
	padding:0 10px;
	margin:1em auto;
}
.singlewrap h4{
	background:#003E6C;
	color:#FFF;
	padding:2px 10px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	margin:1em auto;
}
.singlewrap h5{
	border-bottom:1px dashed #003E6C;
	padding:0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	margin:1em auto;
	font-size:1em;
}
.singlewrap h6{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	color:#003E6C;
	margin:1em auto;
	font-size:1em;
}


/*
 foot
----------------------------------------------------------- */
#f01 {
	width:100%;
	text-align:center;
	color:#FFF;
}
#f01 img{
	width:200px;
	max-width:100%;
	height:auto;
}
#f01 dt{
	margin-bottom:2rem;
}
#f01 dd a{
	color:#FFF;
}
#f01 dd span{
	display:block;
	margin-bottom:0.5rem;
}
#cop {
	width:100%;
	padding:0.5rem;
	text-align:center;
	background:#001C31;
	color:#FFF;
	font-size:0.9em;
}

/*
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn{
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	display:block;
	cursor:pointer;
	display:none;
	background:#000;
}

.nav-trigger,
.nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}

/*
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete{
	font-size:0.9em;
	opacity:0;
}
#spnavbtn .activete:before{
	content:"";
}

.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/*
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav{
	position:relative;
	z-index:998;
}
#spnav .trigger{
	width:300px;
	height:100%;
	transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	position:fixed;
	top:0;
	left:-300px;
	color:rgba(255,255,255,0);
	overflow-y:scroll;
}
#spnav .open{
	width:300px;
	max-width:80%;
	background:rgba(255,255,255,1);
	height:100%;
	position:fixed;
	top:0;
	left:0;
	color:rgba(150,150,150,1);
	overflow-y:scroll;
}
#spnav h1{
	width:100%;
	padding:2rem 5%;
	margin-bottom:2rem;
	text-align:center;
}
#spnav h1 img{
	width:120px;
}
#spnav ul li{
	border-top:1px solid rgba(255,255,255,0.2);
	line-height:3em;
	text-align:center;
}
#spnav ul li:last-child{
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#spnav ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	padding:0 10px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-size:0.8em;
	height:48px;
}
#spnav ul li a:hover,#spnav .navright:hover{
	background:rgba(255,255,255,1);
	color:rgba(150,150,150,1);
}
#spnav .navleft{
	width:88%;
	float:left;
	display:block;
}
#spnav .navright{
	width:12%;
	display:block;
	float:left;
	text-align:center;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav ul li dl{
	overflow:hidden;
}
#spnav ul li dd{
	display:none;
}
#spnav ul li .subnav{
	padding:0 30px;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.2);
	opacity:0;
	transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
}
#spnav ul li .drop1,
#spnav ul li .drop2,
#spnav ul li .drop3{
	opacity:1;
}

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

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px) {
/*
 contact
----------------------------------------------------------- */
.cont_area02_box {
    padding: 3.5rem 4rem 4rem;
    position: relative;
    top: -5rem;
    left: 5%;
	right:5%;
    margin-left: 0;
}
#cont_area02 {
    padding: 0 5%;
}
#cont_area03 {
    padding: 5rem 5%;
}
}
@media screen and (max-width: 1024px) {
.pc {
	display:block;
}
.sp {
	display:none;
}
#cont_list{
	margin-top:0rem;
}

/*
 news
----------------------------------------------------------- */
.news_area {
    margin: 3rem auto 0;
}
.sidebar {
    width: 30%;
    float: left;
    padding: 1rem;
}
#mainsub {
    width: 70%;
    float: left;
    padding:0 2.5%;
}

/*
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn{
	top:2%;
	right:1%;
	padding:10px 10px 5px 11px;
	display:block;
}
.nav-trigger {
	width: 30px;
}
}
@media screen and (max-width:800px) {
.header {
    display: none;
}

/*
 news
----------------------------------------------------------- */
#mainsub {
	width:100%;
	float:none;
	margin:0 auto;
}
.sidebar {
	width:100%;
	float:none;
	padding:0 0.25%;
	margin:2em auto;
}

}
@media screen and (max-width:640px) {
.pc{display:none;}
.sp{display:block;}
.flex-prev{display:none!important;}
.flex-next{display:none!important;}


/*
 共通部分
----------------------------------------------------------- */
#content{
	font-size:0.9em;
}

/*
 contact
----------------------------------------------------------- */
#cont_list{
	padding: 3rem 5% 1rem;
}
#cont_list li {
    line-height: 1.5rem;
    font-size: 0.7rem;
}

.wpcf7 dl, .mw_wrap dl {
	width:100%;
	display:block;
	border-top:0px dashed #CCC;
	margin-bottom:1em;
}
.wpcf7 dt span, .mw_wrap dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 26%;
}

.priva ul{
	font-size:0.9em;
}

/*
 blog
----------------------------------------------------------- */
.news_wrap {
    padding: 2rem 5%;
}
.bcontwrap ul li:nth-of-type(1){
    width: 100%;
	margin-bottom:1rem;
	float:none;
}
.bcontwrap ul li:nth-of-type(2){
    width: 100%;
	float:none;
}
.btitle {
    font-size: 1.3em;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.singlewrap {
	width:100%;
}
.tca li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.stitle {
	font-size: 1.3em;
	margin:0 auto 1rem;
	padding:2% 0;
	line-height:1.4;
}
.stitle::after {
    width: 30%;
}
.singlewrap h2{
	font-size:1.2em;
	padding: 0 0 0 15px;
}
.singlewrap h3{
	font-size:1.1em;
}


/*
 foot
----------------------------------------------------------- */
#prev,
#next{
	width:100%;
	margin:0 0 0.4rem;
}
#next{
	float:right;
}

}
