@charset "utf-8";

@media screen and (max-width : 767px ) {
/*=================================================
	共通
=================================================*/	
body, html {
	font-family: "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "Hiragino Mincho Pro", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	width: 100%!important;
	height: auto;
	background: #fff;
	color: #101010;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 400;
	min-width: 100%;
}
section {
	width: 100%;
}
section .sec_inner {
	width: 90%;
	margin: 0 auto;
}
.ttl_01 {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 20px 0;
}
.ttl_02 {
    font-size: 16px;
    display: block;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 100!important;
    padding-bottom: 10px;
}
.subTxt {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
	padding: 0;
    padding-bottom: 20px;
}
.linkBox a {
	padding: 20px 0;
	font-size: 18px;
	background: #1B1B1B;
	color: #fff;
	border: 2px solid #000;
	letter-spacing: 0.1em;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
/*--------------------------------------------
	ヘッダー上部　メニューボタン等
-------------------------------------------*/
#header {
	background: #fff;
}
#header h1 {
	width: 100%;
	padding:3px;
	box-sizing: border-box;
	background: #ea6e85;
	color: #fff;
	font-weight: 400;
	font-size: 9px;
	letter-spacing: 0px;
}
/*メニューボタンの文字の位置調整*/
p.nunito {
	padding-left:2px;
}
/*ロゴとメニューボタン*/
#header .imgBox {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
#header .imgBox img {width: 65%;}
#header .menuWrap {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 2%;
}
/*#gNavi .main_nav li {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(12, 12, 12, 0.44);
    position: fixed;
    z-index: 100;
	right: 0
}*/
/*-ハンバーガーボタン-*/
#menubtn, #menubtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menubtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 39px 10px 0 10px;
    text-align: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    background: #1865c3;
    margin-top: -2px;
}
#menubtn span:not([class]) {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #ffc300;
	}
#menubtn span:nth-of-type(1) {
	top: 13px;
	left: 18px;
}
#menubtn span:nth-of-type(2) {
	top: 23px;
	left: 18px;
}
#menubtn span:nth-of-type(3) {
	top: 32px;
	left: 18px;
}
#menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
	opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#menubtn span.cantarell {
	font-weight: 500;
	font-size: 11px;
	line-height: 1.0;
}
/*-メニュー中身*/
.sub_nav {
    display: none;
    width: 100%;
    position: absolute;
    background: #1865c3;
    z-index: 99;
    top: 67px;
}
#gNavi ul {
    width: 100%;
    margin: 0 auto;
}
#gNavi .sub_nav li {
	width: 100%;
	font-size: 15px;
	margin: 0 auto;
}
#gNavi .sub_nav li a{
	text-align:left;
	padding-left:15px;
}
#gNavi .sub_nav>ul>li>a{
	font-weight:bold;
}
#gNavi .sub_nav li a span{
	border:none;
	font-size:13px;
}
#gNavi .sub_nav .inner_list a{
	padding-left:30px;
	border-top-style:dashed;
	font-size:90%;
}
#gNavi .sub_nav li:last-child {
	width: 100%!important;
}
#gNavi li:last-child {
	background-position: right;
	background-position: top center;
}
#gNavi li:nth-child(3) {
	border: none;
}
#gNavi li .inner_list{
	display:none;
}
#gNavi li a.active,
#gNavi li a:hover{
	color:#fff;
	background:#1865c3;
}
#gNavi .toggle{
	position:relative;
}
#gNavi .expand{
	position:absolute;
	right:0;
	top:0;
	padding:10px;
	width:20px;
	text-align:center;
	background:rgba(0,0,0,0.3);
}
#gNavi .active .expand{
	font-size:0;	
}
#gNavi .active .expand:before{
	font-size:13px;
	content:"-";
}
/*-------------------------------------
			メイン
--------------------------------------*/
#mainimage {
	position: relative;
	width: 100%;
	padding-top: 10px;
	z-index: 0;
}
/*-------------------------------------
			下層共通
--------------------------------------*/

	
/*-------------------------------------
			top
--------------------------------------*/
#top .txtWrap{
	width: 100%;
	padding:30px 0;
}
#top section .linkBox a{
	width: 100%!important;
	font-size: 14px;
}
/*========================
	section
=======================*/
#top #sec_01 .ttl_01 img {
    width: 100%;
}
#top #sec_01 .linkBox a {
    width: 100%;
}
#top #sec_02 .txtWrap {
    float: none;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
}
#top #sec_02 .imgWrap {
    width:100%;
    float:none;
    padding: 30px 0;
}

#top #sec_02 .imgWrap ul li .imgBox {
    width: 100%;
    float:none;
    text-align: center;
}
#top #sec_02 .imgWrap ul li .subTxt {
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding: 0;
}
#top #sec_02 .imgWrap ul li:nth-child(2){
	width:40%;
	float:left;
}
#top #sec_02 .imgWrap ul li:nth-child(3){
	width:55%;	
	float:right;
}
#top #sec_03 .txtWrap {
    float: none;
    width: 100%;
}
#top #sec_03 .imgBox {
    width: 100%;
    text-align: center;
    float: none;
    padding: 30px 0;
}
#top #sec_03 .imgBox img{
    width: 100%;
}
#top #sec_04 .ttl_02 span{
    display: block;
    font-size: 13px;
}
#top #sec_04 .ttl_02 span::before{
	display: none;
}
#top #sec_04 dl {
    width: 100%;
    float: none;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding:10px 0 50px;
    position: relative;
}
#top #sec_04 dl dt {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
}
#top #sec_04 dl dd {
    width: 100%;
    font-size: 13px;
    float:none;
    padding-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
    box-sizing: border-box;
}
#top #sec_04 dl .linkBtn a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    color: orange;
    font-size: 18px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#top #sec_05 .txtWrap {
    background: #3c83df;
    border-radius: 5px;
    width: 100%;
    float: none;
    color: #fff;
    text-align: center;
	margin-bottom: 30px;
}
#top #sec_05 .newsList {
    padding-left: 0px;
    box-sizing: border-box;
    width: 100%;
    float: none;
}
#top #sec_05 .newsList ul li dt {
    width: 100%;
    float: none;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#top #sec_05 .newsList ul li dd {
    width: 100%;
    float: none;
    padding-left: 10px;
    box-sizing: border-box;
    color: #65656b;
    font-size: 13px;
    border-left: 1px solid orange;
}
#top #sec_05 .newsList ul li a {
    border-bottom: 1px solid #959495;
    border-style: dotted;
    padding-bottom: 32px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 12px;
}
#top #sec_05 .linkBox a {
    width: 80%!important;
    margin: 0 auto;
}
/*=================================================
	ハンバーガーボタン
=================================================*/

.drawer-hamburger {
	background: #ffa900;
	;
}
.drawer-hamburger :hover {
}
.drawer-hamburger:hover {
	/*    cursor: pointer;*/
	background-color: #ffa900;
}
.under .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
	right: 0;
}
.drawer-nav {
}
.drawer-menu {
	height: 650px!important;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer-nav li a {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.drawer-nav li a img {
	width: 50%;
}
	

	

/*=================================================
	下層ページ名
=================================================*/
/*========================
	コンテンツ名
=======================*/
/****************
　コンテンツ　小
**************/



}
