@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

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%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	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: baseline;
	background: transparent;
	color: #fff;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
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;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.tel {
	text-align: center;
}
.tel p {
	margin-bottom: 10px;
}
.tel a {
	font-size: 68px;
	color: #e50000;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 120%;
}
.fin_btn {
	width: 250px;
	margin: 0 auto;
}
.fin {
	padding: 20px 80px;
	background: #212121;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
.cv_btn {
	width: 100%;
	max-width: 1020px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	border: 5px solid #212121;
}
.cv_btn a .cv_left {
	width: 408px;
	float: left;
}
.cv_btn a .cv_rihgt {
	width: 612px;
	float: right;
}
.cv_btn a .cv_left img,
.cv_btn a .cv_rihgt img {
	width: 100%;
	height: auto;
}
.bg_f7f5f1 {
	background: #f7f5f1;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 160%;
	color: #212121;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}
iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
header {
	background: #FFF;
	height: 102px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	padding: 0 20px;
}
header div {
	width: 100%;
	height: 102px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.fixed {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 3;
	top: 0;
}
.re_height {
	margin-top: 100px;
}
h1 {
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #999;
	position: absolute;
	top: 15px;
	left: 0;
}
h2 {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 44px;
	font-weight: normal;
	line-height: 140%;
	color: #212121;
	margin-bottom: 40px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	color: #212121;
	margin-bottom: 40px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	color: #212121;
	margin-bottom: 40px;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	color: #212121;
	margin-bottom: 20px;
}
h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.eng {
    color: #212121;
    line-height: 100%;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-align: center;
}
.eng span {
    border-bottom: solid 1px #212121;
    padding-bottom: 14px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

}
.txt_cenr {
	text-align: center;
}
p {
	margin-bottom: 40px;
}
#logo {
	background: url(../images/base/logo.svg) no-repeat left top;
	width: 150px;
	height: 24px;
	background-size: 100%;
	display: block;
	position: absolute;
	text-indent: -900em;
	top: 46px;
	left: 0;
}
.contact_btn {
	width: 186px;
	height: 60px;
	background: #f45a5a;
	position: absolute;
	right:0;
	top: 20px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
	color: #fff;
	border-radius: 8px;
}
footer {
	background: #212121;
	padding: 20px 0 20px 0;
}
#copyright p {
	font-size: 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
.back_top {
	background: #212121;
	width: 50px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	z-index: 3;
}
@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.pkg {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pkg_last {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.txt_ctr {
	text-align: center;
}
@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
/* [02.CONTACT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
--------------------------------------------------------------------------*/
#main_top {
    width: 100%;
    display: block;
}
#main_top .main {
    background: url(../images/layouts/main_bg.png) center/cover no-repeat;
    height: 100vh;
    background-attachment: fixed;
}
.main_txt {
	width: 840px;
	height: auto;
	margin: 0 auto;
	padding: 90px;
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    margin-bottom: 10px;
}
.concept {
	background: url(../images/layouts/concept_bg.png) center/cover no-repeat;
	height: 390px;
}
.concept p {
	width: 510px;
	text-shadow: 1px 1px 2px #fff;
}
.li_4 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.li_4 li {
	margin-right: 20px;
	width: 240px;
	height: auto;
}
.li_4 li:nth-child(4n) {
	margin-right: 0;
}
.big_52 {
	font-size: 52px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 0;
}
.big_32 {
	font-size: 32px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 15px;
}
.li_3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.li_3 li {
	margin-right: 30px;
	width: 320px;
	height: auto;
}
.li_3 li img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.li_3 li:nth-child(3n) {
	margin-right: 0;
}
.li_3 li h4 {
	margin-bottom: 20px;
}
.li_3 li p {
	font-size: 12px;
	line-height: 160%;
}
.li_2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.li_2 li {
	width: 50%;
	float: left;
}
.li_2 li:last-child {
	width: 40%;
	padding-left: 10%;
}
.li_2 li .page_links a {
	color: #212121;
	padding: 10px 0;
	border: 1px solid #212121;
	border-radius: 8px;
	width: 220px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.li_2_jirei {
	display: flex;
	flex-wrap: wrap;
}
.li_2_jirei li {
	width: 48%;
	margin-right: 4%;
	float: left;
	text-align: center;
	margin-bottom: 4%;
}
.li_2_jirei li:nth-child(2n) {
	margin-right: 0;
}
.li_2_jirei li img {
	margin-bottom: 12px;
	width: 100%;
	padding-top: 80px;
}
.li_2_jirei li .jirei_txt {
	position: absolute;
	background: rgba(0,0,0,0.8);
	padding: 24px 20px;
	width: 200px;
	color: #fff;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
}
.li_2_jirei li .jirei_txt h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
}
.li_2_jirei li .jirei_txt .eng {
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.img_840 {
	width: 840px;
	height: auto;
	margin: 0 auto;
}
.img_840 img {
	width: 100%;
	margin-bottom: 60px;
}
.hosoku_box {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
}
.hosoku_box p {
	margin-bottom: 0;
}
.li_3_quality {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.li_3_quality li {
	margin-right: 27px;
	width: 320px;
	height: auto;
	text-align: center;
	background: #fff;
	border: 1px solid #212121;
}
.li_3_quality li div {
	padding: 20px;
}
.li_3_quality li img {
	width: 100%;
	height: auto;
}
.li_3_quality li:nth-child(3n) {
	margin-right: 0;
}
.li_3_quality li p {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 10px;
}
.img_100 img {
	width: 100%;
	margin-bottom: 60px;
}
.bnr img {
	width: 100%;
	margin: 40px 0 60px 0;
}
.li_2c_thumbs {
	display: flex;
	flex-wrap: wrap;
}
.li_2c_thumbs li {
    width: 480px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 40px;
}
.li_2c_thumbs li div {
    width: 260px;
    float: left;
}
.li_2c_thumbs li div h4 {
	margin-bottom: 20px;
}
.li_2c_thumbs li div p:first-child {
    margin-bottom: 10px;
}
.li_2c_thumbs li div p {
	color: #212121;
	margin-bottom: 0;
}
.li_2c_thumbs li img {
    width: 100%;
    max-width: 200px;
    float: right;
    height: auto;
}
.li_2c_thumbs li:nth-child(even) {
    float: right;
    margin-right: 0;
}
.bg_contents-07 {
	background-color: #212121;
}
.bg_contents-07 div {
	width: 1440px;
	margin: 0 auto;
}
.bg_contents-07 div img {
	width: 100%;
	max-width: 1440px;
}
.bar_ttl {
    background: #cb4467;
    color: #FFF;
    line-height: 58px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    -o-border-radius: 80px;
    -ms-border-radius: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}
#contents-07 .img_100 img {
	width: 100%;
	margin-bottom: 40px;
}
.li_5 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.li_5 li {
	width: 19%;
	float: left;
	margin-right: 1.25%;
}
.li_5 li:last-child {
	margin-right: 0;
}
#contents-07 .li_2 {
	margin-bottom: 40px;
}
#contents-07 .li_4 li {
	text-align: center;
}
#contents-07 .li_4 li img {
	margin-bottom: 10px;
}
.bg_contents-07_last {
	background: url(../images/layouts/bg_content-07_last.png) center/cover no-repeat;
}
.bg_contents-07_last .li_2 {
	color: #fff;
}
.bg_contents-07_last .li_2 h4 {
	color: #fff;
	margin-bottom: 20px;
}
#contents-06 h3 {
	background: #212121;
	color: #fff;
	padding: 14px 0;
}
/* [02.CONTACT]
--------------------------------------------------------------------------*/
.frm ul li {
    min-height: 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #EEE;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
}
.frm ul li div {
    width: 360px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
    padding: 0;
}
.frm ul li div:nth-child(odd) span {
    position: relative;
    background: #ff5959;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    color: #FFF;
    font-size: 10px;
    line-height: 100%;
    padding: 3px 5px;
    vertical-align: middle;
    top: -2px;
    margin-left: 10px;
}
.frm ul li div:nth-child(even) {
    width: 660px;
    float: right;
    font-weight: normal;
}
.frm input[type="text"],
.frm input[type="tel"],
.frm input[type="email"],
.frm textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #EEE;
    width: 600px;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: bottom;
    margin: 0;
    padding: 0 10px;
}
#privacy_txt {
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 1px #EEE;
    font-size: 12px;
    line-height: 24px;
    padding: 15px;
    overflow-x: scroll;
    margin-bottom: 20px;
}
.frm ul li div:nth-child(even) span {
    font-size: 14px;
    line-height: 140%;
    display: block;
    margin-top: 7px;
    display: inherit;
}
.frm ul li div:nth-child(even) span.sep {
    display: inline;
    margin-right: 5px;
}
.frm input[type="number"] {
    width: 150px;
}
.frm input[type="number"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #EEE;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
.frm ul li div:nth-child(even) span.sep {
    display: inline;
    margin-right: 5px;
}
.frm select {
    position: relative;
    background: #FFF;
    border: solid 1px #EEE;
    height: 34px;
    width: 100px;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    padding: 0 10px;
    vertical-align: bottom;
    top: 0;
}
#required {
    background: #f5f5f5;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
}
.btn_submit {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.frm input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    background: #8fbf56;
    color: #fff;
    width: 100%;
    max-width: 300px;
    height: 68px;
    line-height: 68px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.fin_img_01 {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.fin_img_02 {
	width: 400px;
	height: auto;
	margin: 0 auto;
}
.fin_img_02 img {
	margin-bottom: 40px;
}
.feature-li {
	margin-bottom: 10px;
}
.passive-bnr {
	width: 100%;
	margin-bottom: 60px;
}
.passive-bnr img {
	width: 100%;
	height: auto;
}
.request-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 770px;
	margin: 0 auto 60px;
}
.request-li li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.request-li li:nth-child(3n) {
	margin-right: 0;
}
.request-li img {
	width: 100%;
	height: auto;
}









.faq-li li.box {
	border-bottom: 1px dotted #000;
}
.faq-li .ac_ttl {
	padding: 25px 30px;
	position: relative;
	background-color: #fff;
	transition: 0.6s ease-in-out;
	padding-left: 20px;
}
.faq-li .ac_ttl .i_box {
	position: absolute;
	top: 38px;
	right: 22px;
	width: 22px;
	height: 22px;
	margin-top: -10px;
}
.faq-li .ac_ttl .i_box:before,
.faq-li .ac_ttl .i_box:after {
	position: absolute;
	content: "";
	margin: auto;
	vertical-align: middle;
}
.faq-li .ac_ttl .i_box:before {
	border-top: 2px solid #000;
	width: 20px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 7px;
}
.faq-li .ac_ttl .i_box:after {
	border-left: 2px solid #000;
	width: 0;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 16px;
	transition: .3s;
}
.faq-li .ac_ttl.open .i_box:after {
	height: 0;
}
.faq-li .ac_inner {
	display: none;
	padding: 0px 25px 25px;
	background: #fff;
}
.faq-li .ac_txt {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding-right: 40px;
	padding-left: 35px;
	position: relative;
	box-sizing: border-box;
}
.faq-li .ac_txt:before {
	content: "Q";
	color: #f45a5a;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
}
.faq-li .ac_ttl.open .ac_txt {
	color: #f45a5a;
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1000px) {
	.pkg,
	.pkg_last {
		padding: 40px 20px;
	}
	img {
		width: 100%;
	}
	header,
	header div,
	.fixed {
		height: 60px;
		padding: 0;
	}
	.re_height {
		margin-top: 60px;
	}
	h1 {
		display: none;
	}
	#logo {
		width: 100px;
		height: 30px;
		top: 20px;
		left: 20px;
	}
	.contact_btn {
    	width: 128px;
		height: 40px;
		right: 20px;
		top: 10px;
		padding: 9px 0;
		color: #fff;
		font-size: 12px;
	}
	#main_top .main {
    	background: url(../images/layouts/main_bg_sp.png) center/cover no-repeat;
    	height: 60vh;
	}
	#main_top {
    	width: 100%;
		display: block;
	}
	.main_txt {
		padding: 35% 0;
		width: 100%;
	}
	.mincho {
		font-size: 16px;
	}
	h2 {
    	font-size: 32px;
    	line-height: 120%;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 20px
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 16px;
		padding: 15px 20px;
	}
	h6 {
		font-size: 15px;
		line-height: 120%;
		margin-bottom: 15px;
	}
	p {
		margin-bottom: 20px;
	}
	.concept {
		box-sizing: border-box;
		background:none;
		height: auto;
	}
	.concept p {
		width: 100%;
	}
	.li_4 li {
    	margin-right: 4%;
		width: 48%;
		height: auto;
	}
	.li_4 li:nth-child(2n) {
    	margin-right: 0;
	}
	.big_52 {
		font-size: 30px;
	}
	.li_3 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.li_2 li {
		width: 100%;
	}
	.li_2 li .page_links a {
		width: 100%;
		margin-bottom: 10px;
	}
	.li_2 li:last-child {
    	width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.li_2_jirei li {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.img_840 {
    	width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.li_3 {
		margin-bottom: 40px;
	}
	.li_3_quality {
		margin-bottom: 20px;
	}
	.li_3_quality li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.img_100 img {
		margin-bottom: 40px;
	}
	.li_2c_thumbs li {
    	width: 100%;
    	float: none;
    	border-bottom: dotted 1px #212121;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-bottom: 20px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.li_2c_thumbs li {
		width: 100%;
    	display: block;
       	margin-bottom: 20px;
	}
	.li_2c_thumbs li div {
    	width: 70%;
	}
	.li_2c_thumbs li div p:first-child {
    	margin-bottom: 5px;
	}
	.li_2c_thumbs li div h4 {
    	font-size: 15px;
    	margin-bottom: 10px;
	}
	.li_2c_thumbs li div p {
    	font-size: 13px;
	}
	.li_2c_thumbs li img {
    	width: 25%;
	}
	.li_2c_thumbs li:nth-child(even) {
		float: none;
	}
	.bg_contents-07 div {
    	width: 100%;
		margin: 0 auto;
	}
	.bar_ttl {
		font-size: 18px;
		line-height: 120%;
		padding: 10px 30px;
	}
	.img_840 img {
		margin-bottom: 40px;
	}
	#copyright p {
		padding: 0 20px;
		line-height: 120%;
	}
	.frm ul li div {
		width: 100%;
		float: none;
	}
	.frm ul li div:nth-child(even) {
		width: 100%;
		float: none;
	}
	.frm input[type="text"],
	.frm input[type="tel"],
	.frm input[type="email"],
	.frm textarea {
    	width: 100%;
	}
	.btn_submit {
		width: 100%;
	}
	.fin_img_01 {
		width: 80%;
		height: auto;
	}
	.fin_img_02 {
		width: 100%;
	}
	.fin_img_01 img,
	.fin_img_02 img {
		width: 100%;
		height: auto;
	}
	.li_5 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.li_5 li:nth-child(2n) {
		float: none;
		margin-right: 0;
	}
	.cv_btn a .cv_left {
		width: 100%;
		float: none;
	}
	.cv_btn a .cv_rihgt {
		width: 100%;
		float: none;
	}
	.cv_btn {
		display:inherit;
		margin-bottom: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 3px solid #212121;
	}
	.li_2_jirei li .jirei_txt {
    	position: inherit;
		width: 100%;
		box-sizing: border-box;
	}
	.li_2_jirei li {
		margin-bottom: 40px;
	}
	.li_2_jirei li img {
    	margin-bottom: 12px;
   		width: 100%;
   		padding-top:0;
	}
	.feature-li{
		margin-bottom: 10px;
	}
	.request-li li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 0px;
	}
	.request-li li:nth-child(2n),
	.request-li li:last-child {
		margin-right: 0;
	}
	.request-li li:nth-child(3n) {
		margin-right: 4%;
	}
	.faq-li .ac_txt {
		font-size: 18px;
	}
	.faq-li .ac_txt:before {
		font-size: 22px;
	}
}
/* Mobile devices */
@media (max-width: 359px) {
}

/* [00.PRINT]
--------------------------------------------------------------------------*/
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
	header,
	footer,
	#mainvisual,
	#concept,
	#news {
		display: none;
	}
}