@charset "utf-8";
/* --------------------------------------------------
	Base Layout
-------------------------------------------------- */
/* Grouping content */
ol {
	padding-left: 2em;
	line-height: 1.6;
}
ol li {
	list-style-type: decimal;
	display: list-item;
	padding-left: 5px;
	margin-bottom: 15px;
}
ol li:last-child { margin-bottom: 0; }
a {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
a:link, a:visited { color: #333; text-decoration: none; }
a:hover { opacity: 0.7; }
img { border: none; max-width: 100%; max-height: 100%; }
body {
	font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	font-size: 12pt;
	line-height: 0;
	text-align: left;
	word-wrap: break-word;
	word-break: break-word;
	letter-spacing: 0.02em;
	color: #333;
}
p { line-height: 1.8; }

/*-- Header ----------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 95;
}

/*-- TopContents -----------------------------------*/
.pic img { width: 100%; }

.slick-track {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slick-track img { width: 100%; }

.slick-arrow {
	position: absolute;
	z-index: 90;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	width: 18px;
	height: 18px;
}
.slick-arrow:hover {
	opacity: 0.6;
	cursor: pointer;
	cursor: hand;
}
.slider01 .al {
	background-image: url('../image/common/icon_al01.png');
	left: 0;
}
.slider01 .ar {
	background-image: url('../image/common/icon_ar01.png');
	right: 0;
}
.slider02 .al {
	background-image: url('../image/common/icon_al02.png');
	left: -3%;
}
.slider02 .ar {
	background-image: url('../image/common/icon_ar02.png');
	right: -3%;
}

.slick-dots {
	width: auto !important;
	left: 0;
	right: 0;
}
.slick-dots li {
	margin: 0 5px !important;
	background-color: #CCC;
	width: 10px !important;
	height: 10px !important;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.slick-dots li button { display: none !important; }
.slick-dots li.slick-active { background-color: #3ca2f6; }

#box_a { position: relative; }
#box_a .text {
	position: absolute;
	top: -20%;
	bottom: -20%;
	left: 0;
	right: 0;
	z-index: 80;
	margin: auto;
	background-color: #3CA2F6;
	color: #FFF;
	max-width: 90%;
	padding: 4% 5% 4.5%;
	white-space: nowrap;
	letter-spacing: 0;
}
#box_a .text .btn a {
	background: url('../image/common/icon_ar03.png') no-repeat center right 12px;
	-webkit-background-size: 14px;
	     -o-background-size: 14px;
	        background-size: 14px;
	display: block;
	line-height: 1.2;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	padding: 10px;
	padding-right: 24px;
}

#box_b .case, #box_b2 .case { padding-top: 0 !important; }
#box_b .mds01, #box_b .mds02 { position: relative; }

#box_b .mds01 {
	padding: 0.85em;
	background-color: #DCDDDD;
}
#box_b .mds01 h4 {
	text-align: center;
	color: #D0121B;
}
#box_b .mds01 .btn01 a, #box_b .mds02 .btn01 a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.7em;
	margin: auto;
}

#box_b .mds02 h4, #box_b .mds02 .rss { display: inline-block; }
#box_b .mds02 .rss {
	width: 1.5em;
	margin-left: 1em;
	position: relative;
	top: 0.25em;
	margin-top: -0.25em;
}

.topicsList01 {
	line-height: 1.4;
	padding: 0 2.5%;
	border-bottom: 1px solid #9FA0A0;
}
.topicsList01 li a {
	display: block;
	padding: 10px;
}
.topicsList01 li a span, .topicsList02 li a span {
	display: inline-block;
	min-width: 9.5em;
}
.topicsList01 li a .date, .topicsList02 li a .date { color: #898989; }
.topicsList01 li a .cat {
	background-color: #3CA2F6;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 3px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}
#contentsBox .topicsList01 {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.topicsList02 {
	line-height: 1.4;
	border-top: 1px solid #9FA0A0;
}
.topicsList02 li { border-bottom: 1px solid #9FA0A0; }
.topicsList02 li a {
	display: block;
	padding: 1em 2.5%;
}


.topicsText p { margin-top: 10px; }
.topicsText p:first-child { margin-top: 0; }
.topicsText:after {
	display: block;
	content: "";
	clear: both;
}

#box_c {
	overflow: visible;
	background-image: url('../image/top/c_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
#box_c .mds01 {
	position: absolute;
	top: -12px;
	right: 0;
}
#box_c h4 {
	color: #FFF;
	font-weight: normal;
}
#box_c .pic a { position: relative; }
#box_c .pic a span {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 80;
	margin: auto;
	line-height: 1;
	padding: 5px 0.8em;
	background-color: #FFF;
	font-size: 10pt;
}
#box_c .pic li a span { padding-right: 0; }
#box_c .pic a:hover { opacity: 1; }
#box_c .text {
	padding-top: 5px;
	line-height: 1.8;
}
#box_c .text li {
	margin-top: 10px;
	clear: both;
}
#box_c .text li span {
	display: inline-block;
	line-height: 1;
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 3px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	min-width: 6em;
	margin-right: 1em;
}
#box_c .text li .c01 { background-color: #3786C7; }
#box_c .text li .btn01 {
	display: inline-block;
	float: right;
	margin-left: 0.5em;
}
#box_c .text li .btn01 a { padding: 8px 5px; }

#box_d {
	background-image: url('../image/top/d_bg02.png');
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: 70%;
	     -o-background-size: 70%;
	        background-size: 70%;
}
#box_d .mds01 {
	position: absolute;
	top: -42px;
	left: 0;
}

#box_g {
	position: relative;
	overflow: hidden;
}
#box_g:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: -50vw;
	margin: auto;
	background-color: #FFF;
	padding-right: 65vw;
}

#box_kacomu {
	overflow: visible;
	background-image: url('../image/top/kacomu_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
}
#box_kacomu .mds01 {
	position: absolute;
	top: -12px;
	right: 0;
}
#box_kacomu h4 {
	color: #000;
	font-weight: bold;
}
#box_kacomu .pic a { position: relative; }
#box_kacomu .pic a span {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 80;
	margin: auto;
	line-height: 1;
	padding: 5px 0.8em;
	background-color: #FFF;
	font-size: 10pt;
}
#box_kacomu .pic li a span { padding-right: 0; }
#box_kacomu .pic a:hover { opacity: 1; }
#box_kacomu .text {
	padding-top: 5px;
	line-height: 1.8;
}
#box_kacomu .text li {
	margin-top: 10px;
	clear: both;
}
#box_kacomu .text li span {
	display: inline-block;
	line-height: 1;
	text-align: center;
	background-color: #f29700;
	color: #FFFFFF;
	padding: 3px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	min-width: 6em;
	margin-right: 1em;
}
#box_kacomu .text li .c01 { background-color: #3786C7; }
#box_kacomu .text li .btn01 {
	display: inline-block;
	float: right;
	margin-left: 0.5em;
}
#box_kacomu .text li .btn01 a { padding: 8px 5px; }


/*-- Content ---------------------------------------*/
.box {
	width: 100%;
	overflow: hidden;
}
.case {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1000px;
	max-width: 90%;
}
.case.w02 { width: 900px; }
.case.w03 { width: 750px; }
.case .case { max-width: 100%; }
.cover {
	display: block;
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}
.dib { display: inline-block; }
.fwb { font-weight: bold; }
.lh14 { line-height: 1.4; }
.blue { color: #3CA2F6; }

h2 { line-height: 1.15; }
h3, h4 { line-height: 1.4; }
h4 img {
	height: 1.2em;
	margin-left: -2em;
	margin-right: 0.5em;
	margin-bottom: -0.2em;
}

.bg01 { background-color: #F6F6F3; }
.bg02 { background-color: #001f47; }

.btn01 a, .btn02 a {
	display: inline-block;
	color: #FFF;
	text-align: center;
	padding: 10px 5px;
}
.btn01 a {
	line-height: 0;
	height: 15px;
}
.btn02 { text-align: center; }
.btn02 a {
	background: #001F47 url('../image/common/icon_ar03.png') no-repeat center right 25px;
	-webkit-background-size: 15px;
	     -o-background-size: 15px;
	        background-size: 15px;
	line-height: 1.2;
	min-width: 210px;
	padding-right: 15px;
}

.bnrList { text-align: center; }

.list01, .list02 {
	line-height: 1.6;
	padding-left: 1.2em;
}
.list01 li, .list02 li { margin-bottom: 5px; }
.list01 li span, .list02 li span { display: inline-block; }
.list01 li span:first-child, .list02 li span:first-child {
	margin-left: -1.2em;
	min-width: 1.2em !important;
}

.list01 {
	border-top: 1px solid #9fa0a0;
	padding-top: 20px;
	margin-top: 20px;
}

.list02 li span { min-width: 3.2em; }
.list02 li span:nth-child(3) { margin-right: 0.5em; }

/* pager */
.pagination { clear: both; }
ul.page-numbers {
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
	width: 440px;
	max-width: 100%;
	margin: 10px auto 0;
}
.page-numbers li { display: inline-block !important; }
.page-numbers li span, .pagination .page-numbers li a {
	float: left;
	margin: 0 4px;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}
.page-numbers li span { background-color: #eee; }
.page-numbers li span.dots {
	background: none;
	border: none;
	width: auto;
}
.pagination .page-numbers li a { background-color: #FAFAFA; }
.page-numbers li.previous a, .page-numbers li a.prev { background: url(../image/common/icon_arrowleft.gif) no-repeat center center; }
.page-numbers li.next a, .page-numbers li a.next { background: url(../image/common/icon_arrowright.gif) no-repeat center center; }
.page-numbers li.first, .page-numbers li.last { display: none; }

/*-- Form ----------------------------------------*/
.formTbl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.formTbl tr { border-bottom: 10px solid #fff; }
.formTbl th, .formTbl td {
	line-height: 1.6;
	padding: 10px;
	vertical-align: middle;
}
.formTbl th {
	text-align: center;
	background-color: #EFF9FC;
	width: 12em;
	border-right: 7px solid #fff;
}
.formTbl th span.red {
	position: relative;
	left: 3px;
}
.formTbl td { background-color: #f3f3f3; }
.formTbl input, .formTbl select, .formTbl textarea {
	font-size: 11pt;
	line-height: 1.6;
	border: 1px solid #ccc !important;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
}
.formTbl select::-ms-expand { display: none; }
.formTbl select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('../image/common/icon_ab_form.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	-webkit-background-size: 10px;
	     -o-background-size: 10px;
	        background-size: 10px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	padding: 5px 25px 5px 10px;
	background-color: #eee;
	width: auto;
}
.formTbl .wpcf7-list-item { margin: 0 5px 0 0; }
.ui-datepicker .ui-datepicker-title { line-height: 1.5 !important; }
.ui-datepicker .ui-datepicker-title select {
	margin: -3px 2.5% 0 !important;
	width: 40% !important;
}
.ui-datepicker-calendar { line-height: 1 !important; }
input[type="checkbox"] {
	position: relative;
	bottom: 2px;
	margin-right: 5px;
	width: 22px;
	height: 22px;
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.mwform-checkbox-field, .mwform-radio-field { margin: 0 !important; }
.mwform-checkbox-field label, .mwform-radio-field label {
	display: inline-block !important;
	padding: 5px 0;
	padding-right: 15px;
}
input[type="radio"] {
	position: relative;
	bottom: 2px;
	left: 2px;
	width: 22px;
	height: 22px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-left: 2em;
	margin-right: 0 !important;
}
input[type="radio"]:first-child { margin-left: 0; }
.formBtn {
	margin: 30px auto 0;
	text-align: center;
}
.formBtn input[type="submit"] {
	border: 1px #007D00 solid;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
	font-size: 18pt;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: center;
	width: 26%;
	min-width: 200px;
	cursor: pointer;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	/*background: #007D00 url('../image/common/icon_ar_form.png') no-repeat center right 25px;
	-webkit-background-size: 12px;
	     -o-background-size: 12px;
	        background-size: 12px;
	padding: 13px 50px 13px 40px;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#007D00), to(#007D00));
	padding: 13px 15px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.formBtn input:hover { opacity: 0.6; }
.formBtn input[type="submit"].backBtn {
	/*background: #007D00 url('../image/common/icon_al_form.png') no-repeat center left 25px;
	padding: 13px 40px 13px 50px;*/
	padding: 13px 15px;
}
::placeholder { color: #bbb; }
.ajax-loader {
	position: absolute !important;
	top: 15px !important;
	right: 0 !important;
}
.min .wpcf7-not-valid-tip {
	float: left;
	width: 2.5em;
	height: 1.4em;
	overflow: hidden;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	line-height: 1.4;
}

/*-- Footer ----------------------------------------*/
footer {
	background-color: #3ca2f6;
	color: #FFF;
}
footer p { line-height: 1.5; }
footer a { color: #FFF !important; }
.fLink {
	text-align: center;
	margin-top: 1em;
	padding-top: 1.2em;
	border-top: 2px dotted #FFF;
}
.fLink a {
	display: inline-block;
	padding: 0 1em;
}
.flogo img, .fTel img { max-width: 90%; }
.fTel img { width: 250px; }

.copy { line-height: 1.4; }

.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	z-index: 90;
}


/* ------- pcSite　----------------------------------- */
@media screen and (min-width:801px) { /* PC */
body { text-align: justify; }
.spSite { display: none !important; }

/*-- Header ----------------------------------------*/
header { background-color: #FFF; }

.hlogo {
	display: block;
	padding: 20px 5% 15px;
}
.hlogo img { height: 60px; }

#hTitle { padding-top: 180px; }

/*-- Gnavi -----------------------------------------*/
#gnavi {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 97;
}
#gnavi ul {
	width: 100%;
	display: table;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
}
#gnavi li {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#gnavi li a {
	position: relative;
	display: block;
	color: #0068b7;
	padding: 35px 0.7em 0.8em;
}
#gnavi li:last-child a {
	background-color: #0068b7;
	color: #FFF;
	margin-left: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
#gnavi li a:after {
	display: block;
	content: "";
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 0;
	height: 2px;
	margin: auto;
	background-color: #0068B7;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 0;
}
#gnavi li a:hover:after { width: 70%; }
#gnavi li.sns { padding-left: 0.5em; }
#gnavi li.sns a {
	display: inline-block;
	height: 1.5em;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: -0.3em;
	margin-bottom: -0.1em;
}
#gnavi li.sns a:hover:after { display: none !important; }

/*-- TopContents -----------------------------------*/
.slider01 { padding: 0 4%; }
.slider01 .slick-track li, .slider02 .slick-track li { padding: 0 15px; }
.slick-dots { bottom: -50px !important; }

#box_a .text {
	height: 400px;
	width: 260px;
}
#box_a .text .btn a:hover {
	opacity: 1;
	background-color: #3786C7;
}

#box_b { padding-top: 150px; }

.topicsList01 {
	padding-bottom: 30px;
	margin-bottom: 80px;
}
.topicsList01 li a .date, .topicsList02 li a .date {
	clear: left;
	float: left;
	padding-left: 0;
}
.topicsList01 li a div { padding-left: 21em; }
.topicsList02 li a div { padding-left: 11em; }

#box_c { padding-bottom: 30px; }
#box_c .mds01 img, #box_d .mds01 img { height: 90px; }
#box_c .mds01 { margin-top: -30px; }
#box_d { padding-top: 100px; }

#box_g { padding-top: 120px; }
#box_g:before {
	top: 150px;
	height: 300px;
	width: 1000px;
}

#box_kacomu { padding-bottom: 30px; }
#box_kacomu .mds01 img, #box_d .mds01 img { height: 90px; }
#box_kacomu .mds01 { margin-top: -30px; }

/*-- Content ---------------------------------------*/
#contentsBox { padding: 80px 0 100px; }

h2 { font-size: 36pt; }
h3 { font-size: 20pt; }
h4 { font-size: 16pt; }


.bnrList { font-size: 0; }
.bnrList li {
	display: inline-block;
	max-width: 190px;
	padding: 0 20px 40px;
}

/* カラム */
.b2cols .b2col {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.b2cols .single01 { width: 21%; }
.b2cols .marge01 { width: 75%; }

.flip .b2col { margin-left: 0; }
.flip .b2col:nth-child(2n+1) { float: right; }

.b3cols .b3col {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.b4cols .b4col {
	float: left;
	width: 22.9%;
	margin-left: 2.8%;
}
.b5cols .b5col {
	float: left;
	width: 18.8%;
	margin-left: 1.5%;
}
.b2cols .b2col:nth-child(2n+1), .b3cols .b3col:nth-child(3n+1),
.b4cols .b4col:nth-child(4n+1), .b5cols .b5col:nth-child(5n+1) {
	margin-left: 0;
	clear: both;
}
.b2cols:after, .b3cols:after,
.b4cols:after, .b5cols:after {
	content: "";
	display: block;
	clear: both;
}

/*-- Footer ----------------------------------------*/
.flogo img { width: 230px; }
footer .inner { padding: 45px 0 30px; }
footer .b3cols .b3col { width: 30%; }
footer .b3cols .b3col:last-child { width: 36%; }
footer .sns {
	float: right;
	width: 30px;
	margin-top: -40px;
	padding-right: 25px;
}
.copy {
	border-top: 1px solid #FFF;
	padding-top: 25px;
	margin-top: 40px;
	font-size: 10pt;
}

/* ------- tbSite　----------------------------------- */
@media screen and (max-width:1300px) { /* タブレット */
	.hlogo { padding-left: 2%; }
	.hlogo img { height: 50px; }
	#gnavi { font-size: 11pt; }
	#gnavi li a { padding-left: 0.5em; padding-right: 0.5em; }
	#box_a .text {
		padding: 3% 4% 2.5%;
		top: auto;
		bottom: -60px;
	}
	h2 { font-size: 32pt; }
} /* --- /tb --- */
@media screen and (max-width:1100px) { /* タブレット */
	#gnavi { font-size: 10pt; }
	#gnavi li a { padding-left: 0.3em; padding-right: 0.3em; }
	#box_a .text {
		font-size: 11pt;
		width: 250px;
		height: 350px;
	}
	#box_a .text h2 {
		text-align: center;
		margin-top: 15px;
	}
	h2 { font-size: 26pt; }
	footer .sns { padding-right: 10px; margin-top: -10px; }
} /* --- /tb --- */
@media screen and (max-width:980px) { /* タブレット */
	.hlogo { padding: 20px 1%; }
	.hlogo img { height: 35px; }
	#gnavi { font-size: 8.5pt; }
	footer { font-size: 11pt; }
} /* --- /tb --- */
} /* --- /pc --- */


/* ------- spSite　----------------------------------- */
@media screen and (max-width:800px) { /* スマホ */
body { font-size: 11pt; }
.pcSite { display: none !important; }

/*-- Header ----------------------------------------*/
.hlogo {
	padding: 5px 10px;
	padding-right: 60px;
}
.hlogo img { max-height: 40px; }

#gnavi { display: none; }

#hTitle { padding-top: 60px; }

/* -- DrawerMenu -----------------------------------*/
.menu_overlay, nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 500px !important;
	max-width: 100%;
	padding-left: 100vw;
}
.menu_overlay {
	background-color: #000;
	opacity: 0.6;
	z-index: -1;
}
nav {
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 99;
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 50px;
}
nav ul {
	background-color: #FFF;
	font-size: 14pt;
}
nav ul li { border-bottom: 1px solid #000; }
nav ul li a {
	padding: 15px 20px;
	line-height: 20px;
	display: block;
	/* color: #333 !important; */
}
nav ul li.sns {
	text-align: center;
	line-height: 0;
}
nav ul li.sns a {
	display: inline-block;
	padding: 10px;
}
/* icon */
.btn_wrapper { z-index: 999; position: relative; }
.menu_btn {
	position: fixed;
	cursor: pointer;
	-webkit-transition: all 400ms ease-out 0ms;
	-moz-transition: all 400ms ease-out 0ms;
	-o-transition: all 400ms ease-out 0ms;
	transition: all 400ms ease-out 0ms;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #0068b7;
}
.menu_btn .line {
	position: absolute;
	width: 28px;
	height: 3px;
	left: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	-webkit-transform-origin: 0 2px;
	-moz-transform-origin: 0 2px;
	-o-transform-origin: 0 2px;
	-ms-transform-origin: 0 2px;
	transform-origin: 0 2px;
	-webkit-transition: all 400ms ease-out 0ms;
	-moz-transition: all 400ms ease-out 0ms;
	-o-transition: all 400ms ease-out 0ms;
	transition: all 400ms ease-out 0ms;
}
.menu_btn .line:nth-child(1) { top: 15px; }
.menu_btn .line:nth-child(2) { top: 23px; }
.menu_btn .line:nth-child(3) { top: 31px; }
/* open */
.btn_wrapper.clicked .menu_btn .line {
	-webkit-transition: all 400ms ease-out 0ms;
	-moz-transition: all 400ms ease-out 0ms;
	-o-transition: all 400ms ease-out 0ms;
	transition: all 400ms ease-out 0ms;
	-webkit-transform-origin: 2px;
	-moz-transform-origin: 2px;
	-o-transform-origin: 2px;
	-ms-transform-origin: 2px;
	transform-origin: 2px;
	width: 32px;
	left: 14px;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 13px;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(2) { opacity: 0; }
.btn_wrapper.clicked .menu_btn .line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 33px;
}

/*-- TopContents -----------------------------------*/
.slider01 { padding: 0 25px; }
.slider02 { padding: 0 10px; }
.slider01 .slick-track li, .slider02 .slick-track li { padding: 0 5px; }
.slick-dots { bottom: -30px !important; }

#box_a { min-height: 350px; }
#box_a .text {
	padding: 40px 8% 30px;
	height: 350px;
	width: 250px;
}
#box_a .text h2 { text-align: center; }

.topicsList01 {
	padding-bottom: 15px;
	margin-bottom: 50px;
}
.topicsList01 li a .date, .topicsList02 li a .date { padding-bottom: 5px; }
.topicsList01 li a .date span { min-width: 8em; }

#box_b { padding-top: 60px; }

#box_c {
	padding: 20px 0 20px;
	-webkit-background-size: 150%;
	     -o-background-size: 150%;
	        background-size: 150%;
}
#box_c .mds01 img, #box_d .mds01 img { height: 60px; }
#box_c .mds01 { margin-top: -35px; }
#box_d { padding-top: 55px; }

#box_g { padding-top: 60px; }
#box_g:before {
	top: 70px;
	height: 200px;
	width: 80vw;
}

#box_kacomu {
	padding: 20px 0 20px;
	-webkit-background-size: 150%;
	     -o-background-size: 150%;
	        background-size: 150%;
}
#box_kacomu .mds01 img { height: 60px; }
#box_kacomu .mds01 { margin-top: -35px; }

/*-- Content ---------------------------------------*/
#contentsBox { padding: 30px 0 60px; }
.case { width: 400px; }

h2 { font-size: 30pt; }
h3 { font-size: 16pt; }
h4 { font-size: 13pt; }

.btn01 a { height: 12px; }

.bnrList {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.bnrList li {
	float: left;
	width: 48%;
	margin-left: 4%;
	padding-bottom: 15px;
}
.bnrList li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

/* カラム */
.sp2cols > div {
	float: left;
	width: 48%;
	margin-left: 4%;
}
.sp2cols > div:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.sp2cols:after {
	content: "";
	display: block;
	clear: both;
}
.b2col, .b3col, .b4col { margin-top: 30px; }
.sp2cols > div { margin-top: 15px; }
.b2cols .b2col:first-child,
.b3cols .b3col:first-child,
.sp2cols > div:nth-child(-n+2) {
	margin-top: 0;
}

/* pager */
.page-numbers li span, .pagination .page-numbers li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

/*-- Form ----------------------------------------*/
.formTbl, .formTbl tbody, .formTbl tr { display: block; }
.formTbl th, .formTbl td {
	text-align: left;
	display: block;
	width: 94%;
	padding: 10px 3%;
	border-left: none;
}
.formTbl td { border-top: 1px solid #fff; }
.mwform-tel-field input { width: 65px !important; }
.formBtn { margin-top: 30px; }
.formBtn input[type="submit"] {
	font-size: 16pt;
	padding: 10px 0;
}

/*-- Footer ----------------------------------------*/
footer .inner { padding: 20px 0 30px;  }
.flogo img { width: 150px; }
.fTel img { width: 200px; }
footer .sns {
	position: absolute;
	top: 10px;
	left: 180px;
	width: 25px;
}
.copy {
	margin-top: 20px;
	font-size: 7pt;
}
.pagetop {
	bottom: 15px;
	right: 15px;
	width: 45px;
}

} /* --- /sp --- */