@charset "utf-8";

/*
--------------------------------------------------
font
--------------------------------------------------
*/

@font-face{ 
	font-family: 'futura_std'; /* お好きな名前にしましょう */
	src: url url('font/futura_std.eot'); /* IE9以上用 */
	src: url('font/futura_std.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('font/futura_std.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

@font-face{ 
	font-family: 'hosoji'; /* お好きな名前にしましょう */
	src: url('font/hosoji.eot'); /* IE9以上用 */
	src: url('font/hosoji.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('font/hosoji.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

@font-face{ 
	font-family: 'ipa'; /* お好きな名前にしましょう */
	src: url('font/ipa.eot'); /* IE9以上用 */
	src: url('font/ipa.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('font/ipa.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

@font-face{ 
	font-family: 'ngt'; /* お好きな名前にしましょう */
	src: url('font/ngt.eot'); /* IE9以上用 */
	src: url('font/ngt.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('font/ngt.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

@font-face{ 
	font-family: 'tmin'; /* お好きな名前にしましょう */
	src: url('font/tmin.eot'); /* IE9以上用 */
	src: url('font/tmin.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('font/tmin.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

/*
--------------------------------------------------
reset_styles
--------------------------------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;
}
html{
	min-height:100%;
	width:100%;
	min-width: 320px;
}
body{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,"KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0;
	line-height:1.8;
	height:100%;
	width:100%;
	margin:0px auto;
	background:#fff;
	color:#333;
	min-width: 320px;
}
html,body {
	font-size: 62.5%;
	font-size: 10px\0; /* IE */
}
label{
	cursor:pointer;
}

/* 
--------------------------------------------------
link_styles
--------------------------------------------------
*/

a:link{
	color:#00a0e9;
	text-decoration:none;
	transition:all .4s;
}
#contents a:link{
	text-decoration:underline;
}
a:visited{
	color:#00a0e9;
	text-decoration:none;
}
a:hover{
	color:#cc0000;
	text-decoration:none;
}
a:active{
	color:#00a0e9;
	text-decoration:none;
}
a:focus {
	outline:none;
}
.bl_box{
	cursor:pointer;
}
a:hover img,
input[type="submit"]:hover,
button:hover{
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7;      /* khtml, old safari */
	-moz-opacity:0.7;       /* mozilla, netscape */
	opacity:0.7;           /* fx, safari, opera */
    -webkit-transition: all .4s;
    transition: all .4s;
}
.noalpha a:hover img{
	filter:alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity:1.0 !important;      /* khtml, old safari */
	-moz-opacity:1.0 !important;       /* mozilla, netscape */
	opacity:1.0 !important;           /* fx, safari, opera */
}
/*
--------------------------------------------------
clearfix
--------------------------------------------------
*/

.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
* html .clearfix{
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear,.both{
clear:both;
}
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */

/*
--------------------------------------------------
styles
--------------------------------------------------
*/

div,p,dt,dd,li,address,blockquote,i,span{
	font-style:normal;
	font-size:1.5rem;
	line-height:2;
	letter-spacing:.4px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	margin: 0;
	padding: 0;
	font-size:1.6rem;
	padding:5px 10px;
    outline: none;
    line-height: 1.4;
}
figure{
	display:block;
	line-height:1;
	text-align:center;
}
img{
	border:none;
	line-height:1;
    max-width: 100%;
    height: auto;
}
ol, ul{
    list-style:none;
}
ol.clearfix > li,
ul.clearfix > li{
	float:left;
}
p.indent,
ul.indent{
	text-indent:-1em;
	padding-left:1em;
}
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 54px 10px;
	border: 1px solid #999;
}
table th{
	font-weight:normal;
}
caption, th{
    text-align: left;
	caption-side: bottom;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.nobdr{
	border:none !important;
}
i{
	font-style:normal;
}

/*
--------------------------------------------------
text_align_styles
--------------------------------------------------
*/

.alnL{text-align:left !important;}
.alnC{text-align:center !important;}
.alnR{text-align:right !important;}


/*
--------------------------------------------------
float_styles
--------------------------------------------------
*/

.fL{float:left !important;}
.fR{float:right !important;}


/* 
---------------------------------------
margin_top
---------------------------------------
*/

.mt0{margin-top:0 !important; }
.mt5{margin-top:5px !important; }
.mt10{margin-top:10px !important; }
.mt15{margin-top:15px !important; }
.mt18{margin-top:18px !important; }
.mt20{margin-top:20px !important; }
.mt25{margin-top:25px !important; }
.mt30{margin-top:30px !important; }
.mt35{margin-top:35px !important; }
.mt40{margin-top:40px !important; }
.mt45{margin-top:45px !important; }
.mt50{margin-top:50px !important; }
.mt55{margin-top:55px !important; }
.mt60{margin-top:60px !important; }
.mt65{margin-top:65px !important; }
.mt70{margin-top:70px !important; }
.mt75{margin-top:75px !important; }
.mt80{margin-top:80px !important; }
.mt85{margin-top:85px !important; }
.mt90{margin-top:90px !important; }
.mt95{margin-top:95px !important; }
.mt100{margin-top:100px !important; }


/* 
---------------------------------------
margin_bottom
---------------------------------------
*/

.mb0{margin-bottom:0 !important; }
.mb5{margin-bottom:5px !important; }
.mb10{margin-bottom:10px !important; }
.mb15{margin-bottom:15px !important; }
.mb20{margin-bottom:20px !important; }
.mb25{margin-bottom:25px !important; }
.mb30{margin-bottom:30px !important; }
.mb35{margin-bottom:35px !important; }
.mb40{margin-bottom:40px !important; }
.mb45{margin-bottom:45px !important; }
.mb50{margin-bottom:50px !important; }
.mb55{margin-bottom:55px !important; }
.mb60{margin-bottom:60px !important; }
.mb65{margin-bottom:65px !important; }
.mb70{margin-bottom:70px !important; }
.mb75{margin-bottom:75px !important; }
.mb80{margin-bottom:80px !important; }
.mb85{margin-bottom:85px !important; }
.mb90{margin-bottom:90px !important; }
.mb95{margin-bottom:95px !important; }
.mb100{margin-bottom:100px !important; }


/* 
---------------------------------------
margin_left
---------------------------------------
*/

.ml0{margin-left:0 !important; }
.ml5{margin-left:5px !important; }
.ml10{margin-left:10px !important; }
.ml15{margin-left:15px !important; }
.ml20{margin-left:20px !important; }
.ml25{margin-left:25px !important; }
.ml30{margin-left:30px !important; }
.ml35{margin-left:35px !important; }
.ml40{margin-left:40px !important; }
.ml45{margin-left:45px !important; }
.ml50{margin-left:50px !important; }


/* 
---------------------------------------
margin_right
---------------------------------------
*/

.mr0{margin-right:0 !important; }
.mr5{margin-right:5px !important; }
.mr10{margin-right:10px !important; }
.mr15{margin-right:15px !important; }
.mr20{margin-right:20px !important; }
.mr25{margin-right:25px !important; }
.mr30{margin-right:30px !important; }
.mr35{margin-right:35px !important; }
.mr40{margin-right:40px !important; }
.mr45{margin-right:45px !important; }
.mr50{margin-right:50px !important; }


/* 
---------------------------------------
padding_top
---------------------------------------
*/

.pt0{padding-top:0 !important; }
.pt5{padding-top:5px !important; }
.pt10{padding-top:10px !important; }
.pt15{padding-top:15px !important; }
.pt20{padding-top:20px !important; }
.pt25{padding-top:25px !important; }
.pt30{padding-top:30px !important; }
.pt35{padding-top:35px !important; }
.pt40{padding-top:40px !important; }
.pt45{padding-top:45px !important; }
.pt50{padding-top:50px !important; }


/* 
---------------------------------------
padding_bottom
---------------------------------------
*/

.pb0{padding-bottom:0 !important; }
.pb5{padding-bottom:5px !important; }
.pb10{padding-bottom:10px !important; }
.pb15{padding-bottom:15px !important; }
.pb20{padding-bottom:20px !important; }
.pb25{padding-bottom:25px !important; }
.pb30{padding-bottom:30px !important; }
.pb35{padding-bottom:35px !important; }
.pb40{padding-bottom:40px !important; }
.pb45{padding-bottom:45px !important; }
.pb50{padding-bottom:50px !important; }


/* 
---------------------------------------
padding_left
---------------------------------------
*/

.pl0{padding-left:0 !important; }
.pl5{padding-left:5px !important; }
.pl10{padding-left:10px !important; }
.pl15{padding-left:15px !important; }
.pl20{padding-left:20px !important; }
.pl25{padding-left:25px !important; }
.pl30{padding-left:30px !important; }
.pl35{padding-left:35px !important; }
.pl40{padding-left:40px !important; }
.pl45{padding-left:45px !important; }
.pl50{padding-left:50px !important; }


/* 
---------------------------------------
padding_right
---------------------------------------
*/

.pr0{padding-right:0 !important; }
.pr5{padding-right:5px !important; }
.pr10{padding-right:10px !important; }
.pr15{padding-right:15px !important; }
.pr20{padding-right:20px !important; }
.pr25{padding-right:25px !important; }
.pr30{padding-right:30px !important; }
.pr35{padding-right:35px !important; }
.pr40{padding-right:40px !important; }
.pr45{padding-right:45px !important; }
.pr50{padding-right:50px !important; }


/*
--------------------------------------------------
PC/SP切り替え 768p以上
--------------------------------------------------
*/
@media screen and (min-width: 768px) {
/*--ここから--*/

.pc{
	display: block;
}
.sp{
	display: none;
}

/*--ここまで--*/
}
/*
--------------------------------------------------
PC/SP切り替え 768px以下
--------------------------------------------------
*/
@media screen and (max-width: 768px) {
/*--ここから--*/

.sp{
	display: block;
}
.pc{
	display: none;
}
/*--ここまで--*/
}

/*
--------------------------------------------------
header
--------------------------------------------------
*/

header {
	width:75%;
	margin:0 auto;
	padding:10px 0;}
	
header h1 {
	font-size:16px;
	font-weight:bold;}
	
header h1 .type01 {
	color:#cc0000;
	font-size:24px;}
	
header h1 .type02 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;}
	
/*
--------------------------------------------------
slide_area
--------------------------------------------------
*/
	
.slide_area {
	text-align:center;}

/*
--------------------------------------------------
共通
--------------------------------------------------
*/

.font_red {
	color:#cc0000;}
	
.owari {
	color:#cc0000;
	font-size:16px;
	font-weight:bold;}

/*
--------------------------------------------------
nav
--------------------------------------------------
*/

.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top:0px;
}

nav {
	padding:5px 0;
	background: rgba(255,255,255,1);}

nav ul {
	display:flex;
	justify-content:center;}
	
nav ul li {
	padding:0 10px;
	border-right:solid 1px #f4f4f4;}
	
nav ul li:first-child {
	border-left:solid 1px #f4f4f4;
	border-right:solid 1px #f4f4f4;}
	
nav ul li a {
	color:#097ec9;
	font-weight:bold;}
	
/*
--------------------------------------------------
box01
--------------------------------------------------
*/

.box01 {
	width:70%;
	margin:0 auto 50px;
	padding:50px 0 0;}

.box01 ul {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin:0 0 20px;}
	
.box01 ul li {
	margin:0 10px;}
	
.box01 .inner01 {
	display:flex;
	justify-content:space-between;
	margin:0 0 20px;
	color:#00a0e9;}
	
.box01 .inner01 dt {
	clear:both;
	float:left;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;}
	
.box01 .inner01 dd {
	margin:0 0 0 100px;
	font-size:15px;}
	
.box01 .inner02 {
	display:flex;
	justify-content:space-between;
	padding:15px 20px;
	color:#00a0e9;
	border:solid 2px #00a0e9;}
	
.box01 .inner02 dl {
	width:50%;}
	
.box01 .inner02 dt {
	clear:both;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:1.2em;}
	
.box01 .inner02 dd {
	margin:0 0 0 277px;
	font-size:15px;}
	
/*
--------------------------------------------------
box02
--------------------------------------------------
*/

.box02 {
	width:85%;
	margin:0 auto 50px;}
	
.box02 .inner {
	display:flex;
	justify-content:space-between;
	margin:0 0 30px;}
	
.box02 .left {
	width:100%;}
	
.box02 h2 {
	margin:0 0 30px;
	color:#00a0e9;
	font-family:hosoji;
	font-size:30px;}
	
.box02 .left .text {
	text-align:right;}
	
.box02 .left .text span {
	font-size:24px;
	font-weight:bold;}
	
.box02 .btn {
	text-align:center;}
	
.box02 .btn {
	display:block;
	margin:0 0 30px;
	color:#00a0e9;
	background:#fff100;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;}
	
.box02 .btn span {
	padding:5px 0 5px 50px;
	background:url(img/common/ico01.gif) no-repeat left center;
	font-size:30px;
	font-weight:bold;
	line-height:1em;}
	
.box02 .btn a {
	display:block;
	padding:20px 0;
	color:#00a0e9;
	background:#fff100;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;}
	
.box02 .btn a span {
	padding:5px 0 5px 50px;
	background:url(img/common/ico01.gif) no-repeat left center;
	font-size:30px;
	font-weight:bold;
	line-height:1em;}
	
.box02 .btn a span.font_pro {
	padding:5px 0 5px;
	background:none;
	font-size:14px;
	font-weight:normal;}
	
.box02 .aka_btn {
	display:block;
	width:30%;
	margin:0 auto;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
.box02 .aka_btn a {
	display:block;
	padding:15px 0;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
/*
--------------------------------------------------
box03
--------------------------------------------------
*/
	
.box03 {
	background:#f4f4f4 left top;
	background-size:70%;}
	
.box03 .inner {
	display:flex;
	justify-content:space-between;
	width:85%;
	margin:0 auto 50px;
	padding:20px 50px;}
	
.box03 .inner .left {
	width:48%;}
	
.box03 .inner .left .kome-text {
	font-size:12px;}
	
.box03 .inner .right {
	width:48%;}
	
.box03 .inner dt {
	clear:both;
	float:left;
	padding:15px 0;
	font-weight:bold;}
	
.box03 .inner dd {
	padding:15px 0 15px 170px;
	border-top:solid 1px #d8d8d8;}
	
.box03 .btn_pa15 {
	padding:15px 0;}
	
.box03 .btn {
	display:block;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
.box03 .btn a {
	display:block;
	padding:15px 0;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
/*
--------------------------------------------------
box04
--------------------------------------------------
*/
	
.box04 {
	background:#f4f4f4 left top;
	background-size:70%;}
	
.box04 .inner {
	display:flex;
	justify-content:space-between;
	width:85%;
	margin:0 auto 50px;
	padding:20px 50px;}
	
.box04 .inner .left {
	width:48%;}
	
.box04 .inner .left .kome-text {
	font-size:12px;}
	
.box04 .inner .right {
	width:48%;}
	
.box04 .inner dt {
	clear:both;
	float:left;
	padding:15px 0;
	font-weight:bold;}
	
.box04 .inner dd {
	padding:15px 0 15px 170px;
	border-top:solid 1px #d8d8d8;}
	
.box04 .btn {
	padding:15px 0;}
	
.box04 .btn a {
	display:block;
	padding:15px 0;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
/*
--------------------------------------------------
box05
--------------------------------------------------
*/

.box05 {
	margin:0 0 50px;}
	
.box05 ul {
	display:flex;
	justify-content:center;}
	

/*
--------------------------------------------------
box06
--------------------------------------------------
*/

.box06 .map {
	margin:0 0 50px;}
	
.box06 .inner {
	display:flex;
	justify-content:space-between;
	width:65%;
	margin:0 auto 50px;}
	
.box06 .inner dl {
	width:47%;}
	
.box06 .inner dt {
	margin:0 0 20px;
	padding:0 0 0 40px;
	font-size:16px;
	font-weight:bold;}
	
.box06 .inner dt.ico01 {
	background:url(img/common/ico02.gif) no-repeat left center;}
	
.box06 .inner dt.ico02 {
	background:url(img/common/ico03.gif) no-repeat left center;}
	
.box06 .inner dd {
	padding:0 0 0 50px;}
	
.box06 .btn {
	padding:15px 0;}
	
.box06 .btn a {
	display:block;
	padding:15px 0;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
/*
--------------------------------------------------
box07
--------------------------------------------------
*/

.box07 {
	padding:70px 0;
	background:url(img/common/bg.gif) repeat left top;}
	
.box07 .inner {
	width:85%;
	margin:0 auto;
	padding:30px 70px;
	background:#fff;} 
	
.box07 .inner h2 {
	margin:0 0 30px;
	color:#00a0e9;
	font-size:20px;
	text-align:center;}
	
.box07 .inner .name {
	text-align:right;}
	
.box07 .inner .name span {
	font-size:16px;
	font-weight:bold;}
	
.box07 .btn {
	padding:15px 0;
	text-align: center;}
	
.box07 .btn a {
	padding:15px 30px;
	color:#fff;
	background:#cc0000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-align:center;}
	
/*
--------------------------------------------------
footer
--------------------------------------------------
*/

footer {
	background:#f4f4f4;}

footer .inner {
	display:flex;
	justify-content:space-between;
	width:65%;
	margin:0 auto;
	padding:30px 0;}
	
footer .inner .left {
	width:60%;}
	
footer .inner .right {
	width:38%;}
	
footer .inner dt {
	clear:both;
	float:left;
	font-weight:bold;}
	
footer .inner dd {
	display:flex;
	justify-content:space-between;
	margin:0 0 10px 100px;
	font-size:12px;}
	
footer .inner dd ul {
	width:48%;}
	
footer .inner dd ul li {
	font-size:12px;}
	
footer .inner dd a {
	color:#097ec9;
	font-weight:bold;}
	
footer .copy {
	padding:5px 0;
	color:#fff;
	background:#5c5c5c;
	font-size:11px;
	text-align:center;}
	
	
/*
--------------------------------------------------
共通
--------------------------------------------------
*/

h2.ttl01 {
	margin:0 0 40px;
	font-weight:bold;
	text-align:center;}
	
h2.ttl01 span {
	padding:15px 20px;
	border:solid 1px #000;
	font-size:30px;}
	
.font_bold {
	font-weight:bold;}
	
.bteak-all {
	word-break: break-all;}
	
.font_size18 {
	font-size:18px;
	font-weight:bold;
	line-height:1em;}
	
.font_size30 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:30px;
	font-weight:bold;
	line-height:1em;}
	
.font_red {
	color:#cc0000;
	font-size:1.4rem;
	font-weight:bold;}
 	
/*
--------------------------------------------------
スマホ表示
--------------------------------------------------
*/

@media screen and (max-width: 900px) {
	
header {
    width:100%;}
	
header .inner {
	display:flex;}
	
header h1 {
	margin:0 0 0 10px;}
	
header h1 .type01 {
	font-size:22px;}
	
header h1 .type02 {
    font-size:1.4rem;
}

.box01 {
    width: 100%;
    padding: 20px 10px 0;
}

.box01 ul {
    display: block;
}

.box01 .inner01 {
	display:block;
}

.box01 .inner01 dd {
    margin: 0 0 0 80px;
}

.box01 .inner02 {
	display:block;
	padding:10px;}
	
.box01 .inner02 dl {
	width:100%;
}

.box01 .inner02 dt {
    float: none;
}

.box01 .inner02 dd {
    margin: 0 0 0 10px;
}

.box02 {
    width: 100%;
    padding: 0 10px;
}

.box02 .inner {
	display:block;
}
	
.box02 .left {
    width:100%;
}

.box02 h2 {
    margin: 0;
    font-size: 26px;
}

.box02 .right {
    width: 100%;
}

.box02 .btn a span {
    font-size: 22px;
}
.box02 .btn a .font_pro {
	font-size:12px !important;}

.box03 {
	margin:0 0 50px;
	padding:10px;}
	
.box03 .inner {
	display:block;
    width: 100%;
	margin:0;
	padding:0;
}

.box03 .inner .left {
    width: 100%;
}

.box03 .inner dt {
	float:none;
	padding:15px 0 5px;
	font-size:18px;
}

.box03 .inner dd {
    padding: 0;
}

.box03 .inner .right {
    width:100%;
}

.box04 {
	margin:0 0 50px;
	padding:10px;}
	
.box04 .inner {
	display:block;
    width: 100%;
	margin:0;
	padding:0;
}

.box04 .inner .left {
    width: 100%;
}

.box04 .inner dt {
	float:none;
	padding:15px 0 5px;
	font-size:18px;
}

.box04 .inner dd {
    padding: 0;
}

.box04 .inner .right {
    width:100%;
}

.box05 ul {
    display: block;
}

.box05 ul li {
	text-align:center;
}

.box06 .inner {
	display:block;
	width:100%;
	padding:0 10px;
}

.box06 .inner dl {
    width: 100%;
}

.box06 .inner dt {
    margin: 0 0 10px;
	padding:0;
}

.box06 .inner dd {
	margin:0 0 30px;
	padding:0;}

.box07 {
    padding: 20px 0;
}
	
.box07 .inner {
    width: 95%;
    padding: 10px 15px;
}

footer .inner {
	display:block;
    width:97%;
    margin: 0 auto;
    padding: 30px 0;
}

footer .inner .left {
    width:100%;
	margin:0 0 30px;
}

footer .inner dt {
	float:none;
}

footer .inner dd {
	display:block;
    margin: 0;
}

footer .inner dd ul {
    width:100%;
}

/*ハムバーガーメニュー*/

header {
  padding:10px;
  background: rgba(255,255,255,1);
}

header nav ul {
	display:block;}
	
header nav ul li {
	border-bottom:solid 1px #f4f4f4;}
	
header nav ul li a {
	display:block;
	padding:10px 0;}

#nav-drawer {
  position: relative;
  top:10px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}





















	
	
	
}
	
