@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:bottom;
background:transparent;
text-decoration: none;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
li {
	list-style-type: none;
}
address {
	font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input, select {
font-size: 16px;
/*vertical-align:middle;*/
}
textarea {
font-size: 16px;
}

/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
	box-sizing: border-box;
	/*-webkit-appearance: none;*/
}
html {overflow-y: scroll;}
body {color: #333;line-height: 1.6;font-size: 14px;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
#overwrap {overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #119f92;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:active {color: #333;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}
/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow:
    #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.btn1 {
	text-align: center;
}
.btn1 a {
	display: inline-block;
	width:300px;
	height:50px;
	border: 3px solid #00a89a;
	color: #00a89a;
	text-decoration:none;
	line-height:45px;
	text-align:center;
	cursor:pointer;
	position:relative;
	letter-spacing: 0.2em;
	border-radius: 10px;
	font-weight: bold;
}
.btn1 a:hover {
	background-color: #00a89a;
	transition:all .5s ease;
	color: #fff;
}
.btn1 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #00a89a;
	border-right: 1px solid #00a89a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.btn1 a:hover:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}



@media screen and (min-width: 768px) {
/*	body {background: #ccc; }*/
	.wrap {max-width: 1100px;padding: 0 10px;margin: 0 auto;}
	
	.sp {
		display: none!important;
	}
	.pc {
		display: block!important;
	}
}
@media screen and (max-width: 767px) {
	/*body {background: #000;}*/
	.wrap {width: 100%;padding: 0 10px;}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
}

/* =============================================================================
	header
   ========================================================================== */
header {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 99999;
}
header .headerTop {padding: 0 20px;}

header .siteTitle a {
    padding: 22px 0;
    display: inline-block;
    font-size: 18px;
    color: #900000;
    font-weight: bold;
    text-decoration: none;
}
header .pc {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {width: 700px;position: absolute;top: 0;right: 0;}
.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    width: 16%;
    position: relative;
}
.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
    display: block;
    color: #555555;
    text-decoration: none;
    background: #fff;
    padding: 30px 10px 28px;
}

.navDrawr>ul>li>a {
	font-size: 13px;
	font-weight: bold;
    text-align: center;
}
.navDrawr>ul>li:last-child >a {
	border-right: none;
}
.navDrawr>ul>li>a:hover {
    background: #f5f5f5;
}

.navDrawr>ul>li>a span {display: block;font-size: 12px;font-weight: normal;}
.navDrawr .sub {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.navDrawr .sub a {
    background: #fefdfd;
    border-bottom: 1px solid #00877e;
    padding: 20px 10px 20px 20px;
}
.navDrawr .sub a:hover {
    background: #f5f5f5;
}
#contents{
    padding-top:20px;
}


@media screen and (min-width: 1031px) {
	#wrapper {
		background-color: #fff;
		border-bottom: #00a89a 5px solid;
    	position: fixed;
    	z-index: 999;
    	width: 100%;
    	box-shadow: 0px 0px 15px -5px #c7c7c7;
	}
	.navDrawr>ul>li {
	height: 79px;
}
    .navDrawr>ul>li.contact a {
        background-color: #0068b7;
        color: #fff;
    }
    .navDrawr>ul>li.contact>a:hover {
        background-color: #f5f5f5;
        color: #333;
    }
}
@media screen and (max-width: 1030px) {
header .pc {
	display: none;
	}
    #wrapper{
        overflow:hidden;
    }

    .navDrawr {
        background-color: #666;
        position: fixed;
        width: 270px;
        top: 60px;
        bottom: 0;
        right: -270px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 999;
    }
    body.menuOpen #wrapper{
        padding-top:60px;
    }
    .overlay {
        display: none;
        background-color: rgba(0,0,0,0.49);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    header {
        position:relative;
        height: 60px;
        padding:0;
    }
    body.menuOpen header{
        position: fixed;
        top:0;
        width: 100%;
    }
    header .headerTop{
        padding:inherit;
    }
    header .siteTitle a{
        margin-left: 10px;
        line-height: 60px;
        padding: 0;
    }
    .navDrawrBtn {
        text-align: right;
    }
    .navDrawrBtn span {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .navDrawrBtn span::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 24px;
        color: #00a89a;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 60px;
    }
    body.menuOpen .navDrawrBtn span::before {
        content: "\f00d";
    }
    .navDrawr a {
        position: relative;
        padding: 10px;
    }
    .navDrawr a::after {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 15px;
        font-family: FontAwesome;
        content: "\f054";
    }
    .navDrawr>ul>li.business > a::after {content: none;}
    .navDrawr>ul>li {
        float: none;
        width: auto;
    }
	.navDrawr>ul>li.sp {
		display: block;
	}
    .navDrawr>ul>li>a {
    	font-weight: bold;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #00a89a;
    }
    .navDrawr>ul>li.business>a {border-bottom: 1px solid #ccc;}

    .navDrawr > ul > li > a span {display: inline-block;margin-left: 1em;}
    .navDrawr .sub {
        position: static;
        display: block!important;
    }
    .navDrawr .sub a {border-bottom: 1px solid #ccc;padding: 10px 10px 10px 30px;}
    .navDrawr>ul>li.business > .sub li:last-child a {border-bottom: 1px solid #00a89a;}

	ul.imgList{}
	ul.imgList::after{
	    display: table;
	    line-height: 0;
	    content: "";
	    clear:both;
	}
	ul.imgList li{
	    float: left;
	    width: 31.33333333%;
	    margin: 1%;
	}
	ul.imgList li .thumbnail{
	    background-color: #FFF;
	    padding: 20px;
	    border:solid 1px #ccc;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	}
	ul.imgList li img{
	    margin-bottom:10px;
	}
	ul.imgList li .caption{}
	ul.imgList li .title{
	    font-size: 24px;
	    font-weight: bold;
	    margin-bottom: 10px;
	}

	.siteTitle img {
		height: 40px;
		width: auto;
        vertical-align: middle;
	}
}
@media screen and (max-width: 480px) {
	.siteTitle img {
		height: 28px;
		width: auto;
        vertical-align: middle;
	}
}
/* =============================================================================
    Footer
   ========================================================================== */
footer {
	box-shadow: 0px 0px 15px -5px #777777;
}
    #page-top {
	display: block;
}
    #page-top a {
		margin-left: 34px;
    	overflow: hidden;
    	position: relative;
    	position: fixed;
    	bottom: 30px;
    	right: 30px;
    	z-index: 30;}
    #page-top a:hover {
		transition:all .5s ease;
}
footer .cont .cont-box .add dl {
	line-height: 1.8em;
}
    footer .cont .cont-box .add dl dt {
		font-size: 20px;
		font-weight: bold;
		color: #555555;
		padding: 20px 0 10px;
}
footer nav {
	color: #555555;
}

    footer .copy {
		padding: 20px 0;
		text-align: center;
		border-top: 3px solid #119f92;
}
    

@media screen and (min-width: 768px) {
    footer .cont {
    	display: table;
    	width: 100%;
    	padding: 50px 0;
	}
	footer .cont .cont-box .add {
		padding-left: 63px;
	}
    footer .cont-box, footer nav {
    display: table-cell;
    vertical-align: top;
}
	footer nav {
    	width: 17%;
		font-weight: bold;
		font-size: 16px;
}
	footer nav li .green {
		color: #119f92;
	}
	footer .fotTop-btn {
		width: 10%;
	}
	/*footer nav .border {
		border-bottom: 2px solid #119f92;
		padding-bottom: 3px;
	}*/
	footer nav ul {
		line-height: 2.4em;
	}
	footer nav .subList {
		font-size: 12px;
	}
	footer nav .pt30 {
		padding-top: 30px;
	}
	footer nav .pt10 {
		padding-top: 10px;
	}
	footer .border {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	}
	footer .border:hover {
	color: #333;
	}
	footer .border::after {
	  position: absolute;
	  bottom: 2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 3px;
	  background: #00a89a;
	  opacity: 0;
	  visibility: hidden;
	  transition: .3s;
	}
	footer .border:hover::after {
	  bottom: 1px;
	  opacity: 1;
	  visibility: visible;
	}
}
@media screen and (max-width: 767px) {
    #page-top img {width: 56px;}
	footer .cont {
		padding: 30px 0;
		text-align: center;
	}
	footer nav {
		display: none;
	}
}

/* =============================================================================
	トップページ
   ========================================================================== */
/* キーイメージ */
.topKeyimages {background: url(../images/top/topKeyimages.jpg) no-repeat 50% 100%;/*background-size: cover;*/}
/*.topKeyimages h2 {text-align: center;}*/

#introSec .intro-box {
	border: 5px solid #00a89a;
	border-radius: 10px;
	margin: 0 auto;
}
#introSec .intro-box .intro-box-txt {
	font-size: 18px;
	font-weight: bold;
}


/*活動報告*/
#activitySec {
	text-align: center;
	background-color: #f4f4f4;
	padding-bottom: 50px;
}
#activitySec h2 {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	border-bottom: 3px solid #00a89a;
	display: inline-block;
	padding-top: 50px;
}
#activitySec h2:before {
	position: absolute;
  bottom: -14px;
  left: 50%;
margin-left: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #00a89a transparent transparent transparent;
}
#activitySec h2:after {
	position: absolute;
  bottom: -10px;
  left:50%;
	margin-left: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent transparent;
}
#activitySec .activity-box .activity-txt {
	padding: 10px;
}
#activitySec .activity-box h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#activitySec .activity-box p {
	text-align: left;
}

/*お知らせ*/
#newsSec {
	padding: 80px 0;
	background-color: #fff; 
	
}
#newsSec .new-box .left h3 {
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 40px;
	text-align: left;
	}
#newsSec .new-box .left h3 .green {
	color: #00913a;
	font-size: 18px;
	display: block;
}
#newsSec .new-box .left h3 img {
	padding-bottom: 16px;
	padding-right: 10px;
}
#newsSec .new-box .left .newsBtn1,#newsSec .new-box .left .newsBtn2,#newsSec .new-box .left .newsBtn3,#newsSec .new-box .left .newsBtn4 {
	text-align: left;
	margin-bottom: 10px;
}
#newsSec .new-box .left .newsBtn1 a,#newsSec .new-box .left .newsBtn2 a,#newsSec .new-box .left .newsBtn3 a,#newsSec .new-box .left .newsBtn4 a {
	display: inline-block;
    width: 215px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
    padding-left: 10px;
}
#newsSec .new-box .left .newsBtn1 a {
	background-color: #00a89a;
}
#newsSec .new-box .left .newsBtn2 a {
	background-color: #2c6ed5;
}
#newsSec .new-box .left .newsBtn3 a {
	background-color: #e45c27;
}
#newsSec .new-box .left .newsBtn4 a {
	background-color: #e85298;
}
#newsSec .new-box .left .newsBtn1 a:hover {
	border: 3px solid #00a89a;
	transition:all .5s ease;
	color: #00a89a;
	background-color: #fff;
}
#newsSec .new-box .left .newsBtn2 a:hover {
	border: 3px solid #2c6ed5;
	transition:all .5s ease;
	color: #2c6ed5;
	background-color: #fff;
}
#newsSec .new-box .left .newsBtn3 a:hover {
	border: 3px solid #e45c27;
	transition:all .5s ease;
	color: #e45c27;
	background-color: #fff;
}
#newsSec .new-box .left .newsBtn4 a:hover {
	border: 3px solid #e85298;
	transition:all .5s ease;
	color: #e85298;
	background-color: #fff;
}
#newsSec .new-box .left .newsBtn1 a:before,#newsSec .new-box .left .newsBtn2 a:before,#newsSec .new-box .left .newsBtn3 a:before,#newsSec .new-box .left .newsBtn4 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
#newsSec .new-box .right ul li {
	padding: 15px 5px;
	font-size: 16px;
	border-top: 2px solid #959595;
}
#newsSec .new-box .right ul li:last-child {
	border-bottom: 2px solid #959595;
}
#newsSec .new-box .right ul li .date {
	font-size: 15px;
	padding-right: 10px;
}
#newsSec .new-box .right ul li .cat1,#newsSec .new-box .right ul li .cat2,#newsSec .new-box .right ul li .cat3,#newsSec .new-box .right ul li .cat4 {
	padding: 3px 10px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}
#newsSec .new-box .right ul li .cat1 {
	background-color: #00a89a;
}
#newsSec .new-box .right ul li .cat2 {
	background-color: #2c6ed5;
}
#newsSec .new-box .right ul li .cat3 {
	background-color: #e45c27;
}
#newsSec .new-box .right ul li .cat4 {
	background-color: #e85298;
}
#newsSec .new-box .right ul li p {
	padding-top: 10px;
	font-weight: bold;
}

/*お問い合わせ*/
#contactSec {
	background-color: #f1f1f1;
}
#contactSec li {
	text-align: center;
}
#contactSec li a {
	display: inline-block;
	width:450px;
	height:80px;
	color: #fff;
	background: #00a89a;
	text-decoration:none;
	line-height:80px;
	text-align:center;
	cursor:pointer;
	position:relative;
	letter-spacing: 0.2em;
	border-radius: 10px;
	font-size: 20px;
}
#contactSec li a:hover {
	border: 3px solid #00a89a;
	transition:all .5s ease;
	color: #00a89a;
	background-color: #fff;
}
#contactSec li a:before{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
#contactSec li a:hover:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
#contactSec .contactBtn a:after {
	position: absolute;
    content: "";
    top: 50%;
    left: 93px;
    width: 28px;
    margin-top: -11px;
    height: 22px;
    background-image: url(../images/top/icon-mail.png);
    background-repeat: no-repeat;
}
#contactSec .contactBtn a:hover:after {
	position: absolute;
    content: "";
    top: 50%;
    left: 93px;
    width: 28px;
    margin-top: -11px;
    height: 22px;
    background-image: url(../images/top/icon-mail-hover.png);
    background-repeat: no-repeat;
}


@media screen and (min-width: 768px) {
	/* キーイメージ */
	.topKeyimages h2 {padding: 180px 20px 80px 20px;}

	/* #introSec */
    #introSec {
		padding: 80px 0;
	}

	#introSec .intro-box {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
		border: 5px solid #00a89a;
		border-radius: 10px;
		margin: 0 auto;
		max-width: 940px;
		padding: 30px;
		line-height: 3em;
		align-items: center;
	}

	#introSec .intro-box .intro-box-img {
		padding-right: 10px;
	}
	
    /*活動報告*/
	
	#activitySec .activity-box {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
		padding: 50px 0;
	}
	#activitySec .activity-box li {
		width: 24%;
		padding: 5px;
	}
	/*お知らせ*/
	#newsSec .new-box {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
}
	#newsSec .new-box .left {
		width: 30%;
		text-align: center;
	}
	#newsSec .new-box .right {
		width: 70%;
}

    /*お問い合わせ*/
    #contactSec {padding: 100px 0;}
	
	#contactSec ul li {
		margin-bottom: 20px;
	}
    
}
@media screen and (min-width: 930px) {
	
	#contactSec ul {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}
	#contactSec ul li {
		width: 50%;
	}
	
}
@media screen and (max-width: 767px) {
    #topMain h3 {font-size: 30px;}
    #topMain h3 small {font-size: 12px;}

	/* キーイメージ */
	.topKeyimages {background-size: cover; background-image: none;}
	.topKeyimages h2 {padding: 40px 10px;}
	.topKeyimages h2 img {
		width: 76%;
	}

    /* #introSec */
    #introSec {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#introSec .intro-box {
		margin-top: 40px;
	}
	#introSec .intro-box .intro-box-img {
		text-align: center;
		padding: 20px 0 0;
	}
	#introSec .intro-box .intro-box-img img {
		width: 16%;
	}
	#introSec .intro-box .intro-box-txt {
		padding: 20px;
		text-align: justify;
	}
	
	/*活動報告*/
	#activitySec h2 {
		padding-bottom: 30px;
	}
	#activitySec ul li {
		padding-bottom: 30px;
	}
	
	/*お知らせ*/
	#newsSec {
		padding: 30px 0;
	}
	#newsSec .new-box .left {
		text-align: center;
	}
	#newsSec .new-box .left h3 {
		text-align: center;
	}
	#newsSec .new-box .left .newsBtn1, #newsSec .new-box .left .newsBtn2, #newsSec .new-box .left .newsBtn3, #newsSec .new-box .left .newsBtn4 {
		display: none;
	}
	#newsSec .new-box .right {
		margin-bottom: 30px;
	}
    /*お問い合わせ*/
    #contactSec {padding: 60px 0;}
	#contactSec li {
		margin-bottom: 20px;
	}
	#contactSec li a {
		width: 100%;
	}
	#contactSec .contactBtn a:after {
		left: 45px;
	}
   
}


/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
