@charset "utf-8";

/* ------------------------------------------------------
   common
------------------------------------------------------ */
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

.pc{ display:block;}
.sp{ display: none;}
.pc-inline{
	display:inline;
}

.sp-inline{
	display:none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: 100%;
	position: relative;
}

body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
}

a:link {
	color: #444;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #fba42a;
	text-decoration: none;
}
a:active {
	color: #fba42a;
	text-decoration: none;
}
/* other setting */
hr {display: none;}

sub, sup {
	position: relative;
	line-height: 0;
	font-size: 10px;
}
sup {top: 0em;}
sub {bottom: 0.3em; font-size: 0.4em;}
span img{ display: block;}
.small{ font-size: 12px; display: block;}
.underBold{ font-size: 22px; text-decoration: underline;}
.underLine{ text-decoration: underline;}
input{
	outline:none;
}

/* Float */
.floatL { float: left !important;}
.floatR { float: right !important;}
.noFloat { overflow: hidden !important;}

.readBlock {
	display: none;
}

::selection {
	background: #23a9db;
	color: #fff; 
}
::-moz-selection {
	background: #23a9db;
	color: #fff;
}
.smooth{
	transform: rotate(0.05deg);
	display: inline-block;
}

/* ------------------------------------------------------
   clearfix
------------------------------------------------------ */
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.clearfix{
	zoom: 1;
}

/* ------------------------------------------------------
   header
------------------------------------------------------ */
header{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

header .logo{
	position:absolute;
	left:40px;
	top:40px;
}

header .logo img{
	width:251px;
	height:25px;
}

header h1{
	width:100%;
	height:100%;
	margin-top: 15vw;
	text-align: center;
}
header h1 img {
	width: 44%;
}

header .contact {
  position: fixed;
  right: 35px;
  top: 30px;
  z-index:21;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .contact li a{	
	color:#fff;
	border-radius: 5px;
	padding:10px 20px 10px 60px;
	font-size:13px;
	line-height:16px;
	display: block;
}
header .contact li:nth-child(1) a{
	background: url(../img/icon_contact_010.png) no-repeat #004098;
	background-size:21px 19px;
	background-position: left 20px center;
	border: 1px solid #004098;
		margin:0 10px 0 0;
}

header .contact li:nth-child(1) a:hover{
	background: url(../img/icon_contact_030.png) no-repeat #fff;
	background-size:21px 19px;
	background-position: left 20px center;
	color:#004098;
}

header .contact li:nth-child(2) a{
	background: url(../img/icon_contact_020.png) no-repeat #005a49;
	background-size:20px 21px;
	background-position: left 20px center;
	border: 1px solid #005a49;
}

header .contact li:nth-child(2) a:hover{
	background: url(../img/icon_contact_040.png) no-repeat #fff;
	background-size:20px 21px;
	background-position: left 20px center;
	color:#005a49;
}

header .contact li a:hover{
	transition: 0.3s ease;
}

.border {
	box-sizing: border-box;
	width: 98%;
	position: absolute;
	height: 53vw;
	border: 1px solid #fff;
	top: 1vw;
	left: 1%;
}

@media screen and (min-width: 1430px) {
	header h1 {
		margin-top: 220px;
	}
	header h1 img {
		width: 610px;
	}
	header .mv {
		height: 780px!important;
	}
	.border {
		height: 760px;
		top: 10px;
	}
}

/* ------------------------------------------------------
   mv
------------------------------------------------------ */
.mv {
	width: 100%;
	height: 55vw;
	background: url(../img/mv.jpg) center /cover no-repeat;
}

/* ------------------------------------------------------
   cont
------------------------------------------------------ */
#cont{
	width: 100%;
	overflow: hidden;
}
.inner{
	max-width: 1080px;
	overflow: hidden;
	margin: auto;
	position: relative;
}
h2{
	font-size: 40px;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	position: relative;
}
h2 span{
	font-size: 22px;
}
h3{
	font-size: 28px;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
}
p.align-c{
	text-align: center;
	margin: 10px 0;
}
.ul.flex-direction-nav{
	display: none;
}

ul.list_kome {
	list-style-type: none;
	margin:0 auto;
	padding: 0; 
	max-width: 960px;
	font-size:12px;
} 
ul.list_kome li {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
/* ------------------------------------------------------
	standard
------------------------------------------------------ */
.standard{
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.standard h2{
	max-width: 660px;
	overflow: hidden;
	margin: auto;
	padding: 0 0 20px 0;
	color: #53b6a8;
	line-height: 1.1;
	background: url(../img/img_border_01.png) repeat-x;
	background-position: bottom;
	background-size: 20px auto;
}
.standard h2:before{
	content: '';
	background: url(../img/img_deco_01.png);
	position: absolute;
	left: 0;
	top: 30px;
	width: 56px;
	height: 58px;
	background-size: contain;
}
.standard h2:after{
	content: '';
	background: url(../img/img_deco_01.png);
	position: absolute;
	right: 0;
	top: 30px;
	width: 56px;
	height: 58px;
	background-size: contain;
}

.standard img{
	margin:30px 0 0 0;
}

/* ------------------------------------------------------
   doma
------------------------------------------------------ */
.doma{
	background: #edf6f4;
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px 0;
}
.doma .triangle{
	width: 259px;
	height: 92px;
	background: url(../img/img_triangle_02.png) no-repeat;
	color: #fff;
	background-size: contain;
	text-align: center;
	line-height: 72px;
	font-size: 26px;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	margin: auto auto 20px auto;
}
.doma h2{
	color: #49b8aa;
	font-size: 34px;
	line-height: 1.5em;
}
.doma h2 span{
	color: #fff;
	background: #49b8aa;
	padding: 5px 20px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.doma .align-c{
  font-size: 18px;	
}
.doma figure{
	margin: 30px 0 300px 0;
}
.doma figure img{
	width: 100%;
}
.doma .fukidashi_box{
	position: relative;
	margin:0 0 -80px 0;
}
.doma .voice .txt{
	width: 595px;
	position: absolute;
	bottom: 40px;
	left: 255px;
}
.doma .voice{
	width: 100%;
	overflow: hidden;
	background: url(../img/img_voice_bg.png) no-repeat;
	background-position: bottom center;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	height:251px;
}
.doma .voice .txt {
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	margin: auto;
	background-image: url(../img/img_note_03.png);
	line-height: 46px;
}
.doma .voice .txt {
	width: 90%;
	position: absolute;
	bottom: 40px;
	left: 5%;
}
.doma .voice .txt br.m_pc {
	display: none;
}
.doma .fukidashi_box .fukidashi{
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-family: "Rounded Mplus 1c";
}
.doma .fukidashi_box li.voice-01 {
	width: 140px;
	height: 142px;
	position: absolute;
	left: 0px;
	top: 280px;
	background: url(../img/img_fukidashi_01.png);
}
.doma .fukidashi_box li.voice-01 p{
	display: table-cell;
	width: 140px;
	height: 142px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4;
}
.doma .fukidashi_box li.voice-02 {
	width: 143px;
	height: 152px;
	position: absolute;
	left: 310px;
	top: 20px;
	background: url(../img/img_fukidashi_02.png);
}
.doma .fukidashi_box li.voice-02 p{
	display: table-cell;
	width: 143px;
	height: 152px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4em;
}
.doma .fukidashi_box li.voice-03 {
	width: 119px;
	height: 121px;
	position: absolute;
	right: 350px;
	top: 340px;
	background: url(../img/img_fukidashi_03.png);
}
.doma .fukidashi_box li.voice-03 p{
	display: table-cell;
	width: 119px;
	height: 121px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4em;
}
.doma .fukidashi_box li.voice-04 {
	width: 122px;
	height: 129px;
	position: absolute;
	right:310px;
	top: 30px;
	background: url(../img/img_fukidashi_04.png);
}
.doma .fukidashi_box li.voice-04 p{
	display: table-cell;
	width: 122px;
	height: 129px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4em;
}
.doma .fukidashi_box li.voice-05 {
	width: 148px;
	height: 155px;
	position: absolute;
	right: 20px;
	top: 240px;
	background: url(../img/img_fukidashi_05.png);
}
.doma .fukidashi_box li.voice-05 p{
	display: table-cell;
	width: 148px;
	height: 155px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4em;
}
/* ------------------------------------------------------
   faq
------------------------------------------------------ */
.faq{
	width:880px;
	margin:80px auto;
}
.faq-list{
	margin:0 0 39px 0 ;
}
.faq h3{
	font-size:28px;
	color:#49b8aa;
	line-height: 34px;
	position: relative;
	margin:0 0 36px 0;
}
.faq h3 .sp-inline{
	display: none ;
}
.faq h3:after{
	content: "";
	background: url(../img/h3_faq_010.png) no-repeat;
    background-size: auto auto;
	background-size: 157px 160px;
	width: 157px;
	height: 160px;
	position: absolute;
	top: -10px;
	right: 0;
	margin: 0 auto;
}
.faq h3 span{
	font-size:20px;
	color:#feb31e;
	display: inline-block;
    transform: rotate(0.05deg);
    padding: 0 0 10px 0;
	margin-bottom: 10px;
    line-height: 1.1;
    background: url(../img/img_border_02.png) repeat-x;
    background-position: bottom;
    background-size: 10px auto;
}
.faq h4{
	position: relative;
	font-size:24px;
	font-weight: bold;
	color:#2e2e2e;
	line-height:66px;
	margin:0 0 30px 0;
	padding:0 0 0 94px;
}
.faq h4:after{
	content: "";
	background: url(../img/icon_faq_010.png) no-repeat;
    background-size: auto auto;
	background-size: 66px 66px;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0 auto;	
}
.faq .answer-area{
	position: relative;	
	padding:0 0 0 95px;
}
.faq .answer-area:after{
	content: "";
	background: url(../img/icon_faq_020.png) no-repeat;
    background-size: auto auto;
	background-size: 66px 66px;
	width: 66px;
	height: 66px;
	position: absolute;
	top: -10px;
	left: 0;
	margin: 0 auto;		
}
.faq p{
	background: #fff url(../img/dot.gif);
	line-height: 35px;
	width:770px;
}

/* ------------------------------------------------------
   onerank
------------------------------------------------------ */
.onerank{
	width: 100%;
	overflow: hidden;
	padding: 0 0 80px 0;
	background: #fdf6e9;
}
.onerank .triangle{
	width: 259px;
	height: 92px;
	background: url(../img/img_triangle.png) no-repeat;
	color: #fff;
	background-size: contain;
	text-align: center;
	line-height: 72px;
	font-size: 26px;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	margin: auto;
}
.onerank .h2-wrap{
	max-width: 960px;
	height: 125px;
	margin: auto;
	position: relative;
}
.onerank .h2-wrap:before {
	content: '';
	position: absolute;
	left: 59px;
	top: -42px;
	background: url(../img/img_deco_02.png);
	width: 122px;
	height: 129px;
	background-size: contain;
}
.onerank .h2-wrap:after {
	content: '';
	position: absolute;
	right: 81px;
	top: -40px;
	background: url(../img/img_deco_03.png);
	width: 116px;
	height: 125px;
	background-size: contain;
}
.onerank .h2-wrap p{
	font-size: 22px;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	text-align: center;
	margin: 10px 0 0 0;
}
.onerank h2{
	max-width: 660px;
	overflow: hidden;
	margin: auto;
	padding: 0 30px 25px 30px;
	font-size: 50px;
	color: #feb31e;
	background: url(../img/img_border_02.png) repeat-x;
	background-position: bottom;
	line-height: 1em;
	background-size: 20px auto;
}
.onerank h2 span{
	color: #2e2e30;
}
.onerank h2 img{
	display: block;
	float: right;
	height: 49px;
}
.onerank .h2-wrap+p {
	margin: 10px 0 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #2e2e30;
}
.onerank h3{
	font-size:26px;
	color:#49b8aa;
}
.onerank .btn-area a{
	font-family: "Rounded Mplus 1c";
	font-size:16px;
	padding:5px;
	display: block;
	text-align: center;
	background: #fff;
	color:#005a49;
	border: 1px solid #005a49;
	font-weight: bold;
}
.onerank .btn-area a span{
	vertical-align: text-bottom;
}
.onerank .btn-area a:before{
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding:0 0 0 20px;
}
.onerank .btn-area a:hover{
	background: #005a49;
	border:#005a49 solid 1px;
	color:#fff;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.changer {
	box-sizing: border-box;
	width: 980px;
	border: 10px solid #fcedd2;
	border-radius: 5px;
	background: #fcedd2;
	margin: 0 auto  20px auto;
	overflow: hidden;
}
.changer .img {
	position: relative;
}
.changer .img > span {
	position: absolute;
	bottom: 35px;
	right: 30px;
	text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.changer .img_list {
	border-radius: 5px 5px 0 0;
	background: #fff;
	overflow: hidden;
}
.changer .img_list li:not(:first-child),
.changer .txt_list li:not(:first-child) {
	display: none;
}
.changer .img_list li {
	position: relative;
}
.changer .img_list li img {
	vertical-align: bottom;
}
.changer .img_list li span {
	display: block;
	width: 150px;
	height: 32px;
	border-radius: 16px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #feb31e;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
}
.changer .txt {
	position: relative;
}
.changer .txt::after {
	content: '';
	display: block;
	background: #fff;
	height: 5px;
	border-radius: 0 0 5px 5px;
}
.changer .button_list {
	width: 900px;
	position: absolute;
	top: -24px;
	left: 30px;
	z-index: 20;
	display: flex;
	  justify-content: center;
  align-items: center;
}
.changer .button_list li {
	width: 210px;
	margin-left:20px;
}
.changer .button_list li a {
	display: block;
	border: 1px solid #feb31e;
	border-radius: 5px;
	box-sizing: border-box;
	height: 50px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #feb31e;
	text-align: center;
	line-height: 50px;
}
.changer .button_list li a:hover,
.changer .button_list li a.active {
	color: #fff;
	background: #feb31e;
}
.changer .button_list li a.active {
	background: #feb31e url(../img/checked.png) left 20px center no-repeat;
	background-size:14px 11px;
}
.changer .button_list li a:hover {
	transition: 0.3s ease;
}
.changer .txt .content {
	padding: 50px 30px 25px;
	background: #fff;
}
.changer .txt .txt_list {
	min-height: 70px;
	overflow: hidden;
}
.changer .txt .content h4 {
	margin: 5px 0 10px;
	color: #53b6a8;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}
.changer .txt .content h4 br {
	display: none;
}
.changer .txt .content p {
	background: #fff url(../img/dot.gif);
	line-height: 35px;
}
.changer .txt .content p span {
	font-size: 0.8em;
}
.changer .txt .content .data {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.changer .txt .content .data dl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 15px) / 2);
	padding: 10px 0;
	background: #f6f6f6;
}
.changer .txt .content .data dt {
	font-weight: bold;
}
.changer .txt .content .data dd::before {
	content: '：';
}
.changer .breakdown{
	display: block;
	margin:10px 0 0 0;
}
.sample {
	padding: 75px 0;
	position: relative;
	z-index: 20;
}
.sample::before,
.sample::after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	background: url(../img/cloud_accesary.png);
	position: absolute;
}
.sample::before {
	top: -30px;
}
.sample::after {
	bottom: -30px;
}
.sample h2 span {
	color: #005a49;
	font-size: 36px;
	position: relative;
}
.sample h2 span br {
	display: none;
}
.sample h2 span::before,
.sample h2 span::after {
	content: '';
	display: block;
	width: 2px;
	height: 40px;
	background: #005a49;
	position: absolute;
	bottom: 6px;
}
.sample h2 span::before {
	left: -30px;
	transform: rotate(-30deg);
}
.sample h2 span::after {
	right: -30px;
	transform: rotate(30deg);
}
.sample .bx-wrapper {
	margin: 35px 0 0;
	box-shadow: 0 0 0 #fff;
	border: none;
}
.sample .bx-viewport {
	height: auto!important;
}
.scene {
	padding-top: 70px;
	position: relative;
}
.scene::before,
.scene::after {
	content: '';
	display: block;
	width: 139px;
	height: 123px;
	position: absolute;
	top: 0;
}
.scene::before {
	background: url(../img/flags_ico_left.gif) no-repeat;
	left: 0;
}
.scene::after {
	background: url(../img/flags_ico_right.gif) no-repeat;
	right: 0;
}
.scene h2 span {
	display: inline-block;
	font-size: 36px;
	position: relative;
}
.scene h2 span::before,
.scene h2 span::after {
	content: '';
	display: block;
	position: absolute;
}
.scene h2 span::before {
	width: 62px;
	height: 62px;
	background: url(../img/sun_ico.gif) no-repeat;
	top: 15px;
	left: -80px;
}
.scene h2 span::after {
	width: 58px;
	height: 58px;
	background: url(../img/moon_ico.gif) no-repeat;
	top: 16px;
	right: -70px;
}
.scene h2 span br.s_sp {
	display: none;
}
.scenes {
	width: 1080px;
	margin: 45px auto 0;
	position: relative;
}
.scenes > li {
	display: flex;
	justify-content: space-between;
	height: 500px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	overflow: hidden;
}
.scenes > li + li {
	margin-top: 50px;
}
.scenes > li:nth-child(1) {
	background: #e5f5fc;
}
.scenes > li:nth-child(2) {
	background: #fdf6e9;
	flex-direction: row-reverse;
}
.scenes > li:nth-child(3) {
	background: #666666;
}
.scenes .flexslider {
	width: calc(100% - 320px);
}
.scenes figure {
	width: calc(100% - 320px);
}
.scenes .txt {
	box-sizing: border-box;
	width: 320px;
	padding: 45px 30px;
	overflow: hidden;
	position: relative;
}
.scenes .txt::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.scenes li:nth-child(1) .txt::before {
	border-color: transparent #3593bc transparent transparent;
}
.scenes li:nth-child(2) .txt::before {
	border-color: transparent #feb31e transparent transparent;
}
.scenes li:nth-child(3) .txt::before {
	border-color: transparent #000000 transparent transparent;
}
.scenes li:nth-child(1) .txt::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/time_ico_010.png) center /cover no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}
.scenes li:nth-child(2) .txt::after {
	content: '';
	display: block;
	width: 40px;
	height: 30px;
	background: url(../img/time_ico_020.png) center /cover no-repeat;
	position: absolute;
	top: 13px;
	right: 10px;
}
.scenes li:nth-child(3) .txt::after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/time_ico_030.png) center /cover no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}
.scenes .txt h3 {
	line-height: 1.4;
}
.scenes .txt h3 span {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	background: #fff;
	border-radius: 16px;
	font-size: 16px;
}
.scenes .txt p {
	margin-top: 15px;
	line-height: 35px;
}
.scenes li:nth-child(1) .txt p {
	background: url(../img/scene_txt_dot_010.gif);
}
.scenes li:nth-child(2) .txt p {
	background: url(../img/scene_txt_dot_020.gif);
}
.scenes li:nth-child(3) .txt p {
	background: url(../img/scene_txt_dot_030.gif);
	color: #fff;
}
.wood {
	margin-top: -58px;
	padding: 110px 0 80px;
	text-align: center;
	color: #3b2301;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/wood_bg.jpg) center;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
.wood::before,
.wood::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
}
.wood::before {
	width: 344px;
	height: 173px;
	background: url(../img/wood_shadow_010.png) no-repeat;
	right: 50%;
	margin-right: 456px;
}
.wood::after {
	width: 305px;
	height: 176px;
	background: url(../img/wood_shadow_020.png) no-repeat;
	left: 50%;
	margin-left: 450px;
}
.onerank.last {
	padding: 30px 0 40px 0;
	background: #edf6f5;
}
.onerank.last .title_wrap {
	width: 850px;
	margin: 0 auto 40px;
	position: relative;
}
.onerank.last h2 {
	max-width: 700px;
	padding: 0 0 20px;
	background-image: url(../img/img_border_01.png);
	background-position: bottom left;
	line-height: 1;
}
.onerank.last h2 span {
	color: #49b8aa;
	font-size: 36px;
}
.onerank.last .title_wrap::before,
.onerank.last .title_wrap::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
}
.onerank.last .title_wrap::before {
	width: 62px;
	height: 66px;
	left: 0;
	background: url(../img/img_last_h2_010.png) no-repeat;
}
.onerank.last .title_wrap::after {
	width: 49px;
	height: 63px;
	right: 20px;
	background: url(../img/img_last_h2_020.png) no-repeat;
}
.onerank.last .title_wrap + p {
	margin: 10px 0 26px;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
}
.onerank .construct {
	box-sizing: border-box;
	width: 980px;
	padding: 10px;
	margin: 0 auto 40px;
	border-radius: 5px;
	background: #c4e7e3;
}
.onerank .construct > div {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.onerank .construct .left-img {
	width: 452px;
	float: left;
}
.onerank .construct .left-img img {
	vertical-align: bottom;
}
.onerank .construct .right-txt {
	width: 508px;
	box-sizing: border-box;
	padding: 30px;
	float: right;
}
.onerank .construct .right-txt p {
	background: #fff url(../img/dot.gif);
	line-height: 35px;
}
.onerank .support {
	width: 980px;
	margin: 0 auto;
}
.onerank .support p {
	margin-top: 20px;
	font-size: 120%;
	color: #005a49;
}
.onerank .support p strong {
	font-weight: bold;
}
.support_list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.support_list li {
	width: 226px;
	text-align: center;
}
.support_list li figure div {
	padding: 10px;
	background: #c4e7e3;
	border-radius: 5px;
}
.support_list li figure div img {
	vertical-align: bottom;
	border-radius: 5px;
}
.support_list li figure figcaption {
	margin-top: 10px;
	color: #005a49;
	font-weight: bold;
}
.onerank .sales {
	max-width: 960px;
	overflow: hidden;
	margin: 40px auto 0 auto;
}
.onerank .sales .left-img{
	max-width: 449px;
	overflow: hidden;
	float: left;
}
.onerank .sales .left-img img{
	width: 100%;
}
.onerank .sales .right-area{
	float: right;
	width: 470px;
	overflow: hidden;
}
.onerank .sales .right-area h3{
	color: #005a49;
	font-size: 22px;
	margin: 0;
	padding-bottom: 10px;
	background: url(../img/img_border_03.png) repeat-x;
	background-position: bottom;
	background-size: 15px auto;
}
.onerank .sales .right-area h3 img{
	display: block;
	width: 149px;
}
.onerank .sales .right-area h3+p{
	margin: 20px 0 20px;
}

.cad {
	margin: 65px auto 0;
	box-sizing: border-box;
	width: 960px;
	padding: 40px;
	background: #fff url(../img/rule_line.png) center;
}
.cad h3 {
	width: 426px;
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	position: relative;
}
.cad h3 span {
	display: block;
	width: 3px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
}
.cad h3 span:nth-of-type(1) {
	left: 0;
}
.cad h3 span:nth-of-type(2) {
	right: 0;
}
.cad h3 span::before,
.cad h3 span::after {
	content: '';
	display: block;
	width: 14px;
	height: 3px;
	background: #000;
	position: absolute;
}
.cad h3 span::before {
	top: 0;
}
.cad h3 span::after {
	bottom: 0;
}
.cad h3 span:nth-of-type(1)::before,
.cad h3 span:nth-of-type(1)::after {
	left: 0;
}
.cad h3 span:nth-of-type(2)::before,
.cad h3 span:nth-of-type(2)::after {
	right: 0;
}
.cad h3 b {
	display: block;
	font-size: 14px;
}
.cad .box {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.cad .box .box_left {
	width: 410px;
}
.cad .box .box_right {
	width: 430px;
}
.cad .box .box_left p + p {
	margin-top: 10px;
}
.onerank .btn-area a:hover:before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding:0 0 0 20px;
}
.onerank .bnr-area{
	max-width: 960px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}
.onerank .bnr-area li:hover{
	opacity: 0.7;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.onerank .bnr-area li img{
	width:474px;
	height:138px;
}
.onerank .bnr-cap{
	max-width: 960px;
	margin: auto;
	font-size: 12px;
}

/* ------------------------------------------------------
   link
------------------------------------------------------ */
.link{
	width: 100%;
	min-height: 410px;
	overflow: hidden;
	background: url(../img/img_link.png) repeat-x;
	background-position: bottom center;
	position: relative;
}
.link .inner{
	margin-top: 0;
}
.link .inner > a {
	box-sizing: border-box;
	font-family: "Rounded Mplus 1c";
	font-size: 16px;
	padding: 5px;
	display: block;
	width: 960px;
	margin: 50px auto 0;
	text-align: center;
	background: rgba(255,255,255,.7);
	color: #005a49;
	border: 1px solid #005a49;
	font-weight: bold;
}
.link .inner > a::before {
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size: 7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding: 0 0 0 20px;
}
.link .inner > a span {
	vertical-align: text-bottom;
}
.link .inner > a:hover {
	background: #005a49;
	border: #005a49 solid 1px;
	color: #fff;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.link .inner > a:hover::before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size: 7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding: 0 0 0 20px;
}
.link .blming-area,.tel-area{
	margin-top: 50px;
	width: 512px;
	height: 310px;
	position: relative;
}
.link .blming-area{
	float: left;
}
.link .tel-area{
	float: right;
}
.link .blming-area .bg-white{
	float: right;
}
.link .blming-area .bg-white:before{
	content: '';
	position: absolute;
	left: 80px;
	top: 20px;
	background: url(../img/img_deco_01.png);
	width: 56px;
	height: 58px;
	background-size: contain;
}
.link .tel-area .bg-white{
	float: left;
}
.link .tel-area .bg-white:after{
	content: '';
	position: absolute;
	background: url(../img/img_deco_06.png);
	right: 85px;
	top: 45px;
	width: 60px;
	height: 56px;
	background-size: contain;
}
.link .bg-white{
	width: 395px;
	height: 250px;
	padding: 30px;
	margin: 10px 0 0 0;
	background: rgba(255, 255, 255, 0.7);
	box-shadow:0px 0px 15px 1px rgba(176,176,176,0.31);
	-moz-box-shadow:0px 0px 15px 1px rgba(176,176,176,0.31);
	-webkit-box-shadow:0px 0px 15px 1px rgba(176,176,176,0.31);
}
.link .bg-white h3{
	font-size: 22px;
	text-align: center;
}
.link .blming-area h3{
	margin: 35px 0 0 0;
	line-height: 1.5em;
}
.link .tel-area h3 {
	margin: 15px 0;
	line-height: 1.3em;
}
.link .blming-area figure.logo{
	text-align: center;
	margin: 20px auto;
	max-width: 213px;
}
.link .blming-area figure.logo img{
	width: 100%;
}
.link .tel-area figure.tel{
	display: block;
	max-width: 310px;
	margin: 10px auto;
}
.link .tel-area figure.tel img{
	width: 100%;
}
.link .tel-area figure.tel+p{
	margin-bottom: 10px;
}
.link .tel-area h4{
	width: 75%;
	margin: auto;
	padding: 1px;
	background: #bce2db;
	text-align: center;
	font-size: 14px;
	font-family: "Rounded Mplus 1c";
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.link .blming-area .btn-area a{
	font-family: "Rounded Mplus 1c";
	font-size:18px;
	padding:7px;
	display: block;
	text-align: center;
	background: #004098;
	border:#004098 solid 1px;
	color:#fff;
}
.link .blming-area .btn-area a:before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}
.link .blming-area .btn-area a:hover{
	background: #fff;
	color:#004098;
	border: 1px solid #004098;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: bold;
}
.link .blming-area .btn-area a:hover:before{
	background: url(../img/icon_blank_020.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}
.link .tel-area .btn-area a{
	font-family: "Rounded Mplus 1c";
	font-size:18px;
	padding:7px;
	display: block;
	text-align: center;
	background: #005a49;
	border:#005a49 solid 1px;
	color:#fff;
}
.link .tel-area .btn-area a:before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}
.link .tel-area .btn-area a:hover{
	background: #fff;
	color:#005a49;
	border: 1px solid #005a49;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight: bold;
}
.link .tel-area .btn-area a:hover:before{
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size:7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 15px;
	padding:0 0 0 20px;
}
.link .blming-area figure.men{
	width: 137px;
	height: 212px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.link .tel-area figure.women{
	width: 104px;
	height: 205px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ------------------------------------------------------
   footer
------------------------------------------------------ */
footer{
	background: #d9eaba;
	color:#272727;
	text-align: center;
	width:100%;
	padding:20px 0;
	font-size:11px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 999;
}
#page-top a {
	background: #272727 url(../img/img_pagetop_010.png) no-repeat center center;
	background-size:17px 10px;
	text-decoration: none;
	width: 50px;
	height:50px;
	border-radius:50px;
	text-align: center;
	display: block;
	text-indent:-9999px
}
#page-top a:hover {
	text-decoration: none;
	background-color: #005a49;
}
footer a.tieup {
	box-sizing: border-box;
	font-family: "Rounded Mplus 1c";
	font-size: 16px;
	transform: rotate(0.05deg);
	padding: 5px;
	display: block;
	max-width: 960px;
	margin: 0 auto 20px auto;
	text-align: center;
	background: rgba(255,255,255,.7);
	color: #005a49;
	border: 1px solid #fff;
	font-weight: bold;
	width: calc(100% - 60px);
}
#page-top-sp{
	display: none;
}
footer a.tieup::before {
	background: url(../img/icon_blank_010.png) no-repeat left center;
	background-size: 7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding: 0 0 0 20px;
}
footer a.tieup span {
	vertical-align: text-bottom;
}
footer a.tieup:hover {
	background: #005a49;
	border: #005a49 solid 1px;
	color: #fff;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer a.tieup:hover::before{
	background: url(../img/icon_blank_030.png) no-repeat left center;
	background-size: 7px 15px;
	content: " ";
	display: inline-block;
	width: 5px;
	height: 18px;
	padding: 0 0 0 20px;
}

/* ------------------------------------------------------
   tablet 478以上　991以下
------------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1080px) {

	/* ------------------------------------------------------
		common
	------------------------------------------------------ */
	.pc{
		display:none !important;
	}

	.sp{
		display:block;
	}
	.pc-inline{
		display: none!important;
	}
	header h1 {
		text-align: center;
	}
	/*
	header h1 img {
		width: 62%;
	}
	*/
	
	h2 {
		font-size: 30px;
		transform: rotate(0.05deg);
	}
	h3{
		transform: rotate(0.05deg)!important;
	}

	.inner{
		padding: 0 20px!important;
	}
	
	.border {
		width: 98%;
		position: absolute;
		height: 53vw;
		border: 1px solid #fff;
		top: 1vw;
	}
	/* ------------------------------------------------------
		standard
	------------------------------------------------------ */
	header .logo {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.standard .slide-box{
		padding: 30px;
	}
	.standard h2 {
		max-width: 660px;
	}
	.standard h2:before {
		left: 0;
		top: 0;
	}
	.standard h2:after {
		right: 0;
		top: 0;
	}
	.standard h2 span{
		display: block;
	}

	/* ------------------------------------------------------
	   doma
	------------------------------------------------------ */
	.doma h2{
		font-size: 25px;
	}
	.doma h2 span {
		width: 100%;
		max-width: 540px;
		margin: 0 auto 10px;
		box-sizing: border-box;
		color: #fff;
		background: #49b8aa;
		padding: 5px 20px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 40px;
		display: block;
		font-size: 16px;
	}
	.doma figure img{
		width: 100%;
	}
	.doma .voice{
		width : -webkit-calc(100% - 40px) ;
		width : calc(100% - 40px) ;
	}
	.doma .voice .txt {
		width: 50%;
		position: absolute;
		bottom: 10px;
		left: 26%;
		font-size: 2.2vw;
	}
	.doma .voice .txt li{
		font-size: 16px;
	}
	.doma .voice li.voice-01{
		left: 0;
		top: 45px;
	}
	.doma .voice li.voice-02 {
		top: 28px;
		right: 143px;
	}
	.doma .voice li.voice-03 {
		top: 28px;
		right: 0px;
	}
	/* ------------------------------------------------------
		onerank
	------------------------------------------------------ */
	.onerank .h2-wrap{
		height: auto;
	}
	.onerank .ba-slide .fl,.onerank .ba-slide .fr{
		float: none;
		width: auto;
	}
	.onerank .h2-wrap:before{
		display: none!important;
	}
	.onerank .h2-wrap:after{
		display: none!important;
	}
	.changer {
		width: 100%;
		height: auto;
		min-height: 600px;
	}
	.changer .img_list {
		min-height: auto;
	}
	.changer .img_list li img {
		width: 100%;
	}
	.changer .button_list {
		width: 96%;
		left: 2%;
	}
	.changer .button_list li {
		width: 32%;
	}
	.changer .button_list li a {
		font-size: 16px;
	}
	.changer .button_list li a.active {
		background-position: left 10px center;
	}
	.changer .txt .content {
		padding: 50px 2% 25px;
	}
	.scene::before,
	.scene::after {
		width: 100px;
		height: 89px;
		background-size: contain!important;
	}
	.scene h2 span {
		font-size: 28px;
	}
	.scene h2 span::before,
	.scene h2 span::after {
		background-size: contain!important;
	}
	.scenes {
		width: calc(100% - 20px * 2);
	}
	.scenes > li {
		height: 400px;
	}
	.scenes > li + li {
		margin-top: 30px;
	}
	.scenes .txt {
		padding: 25px;
	}
	.scenes .txt p {
		font-size: 12px;
	}
	.scenes .txt h3 img {
		width: 90px;
		height: auto;
	}
	.scenes .flexslider {
		position: relative;
	}
	.scenes .flexslider .slides {
		height: 100%;
		position: absolute;
		right: 0;
	}
	.scenes .flexslider .slides li {
		height: 100%;
	}
	.scenes .flexslider .slides img {
		height: 460px;
	}
	.scenes li:nth-child(2) .flexslider .slides {
		right: auto;
		left: 0;
	}
	.wood {
		padding: 100px 0 60px;
		font-size: 20px;
	}
	.wood::before {
		right: 44%;
	}
	.wood::after {
		left: 44%;
	}
	.sample {
		padding: 40px 0;
	}
	.sample h2 span {
		font-size: 25px;
	}
	.sample h2 span::before,
	.sample h2 span::after {
		height: 30px;
		bottom: 4px;
	}
	.sample h2 span::before {
		left: -20px;
	}
	.sample h2 span::after {
		right: -20px;
	}
	.sample .bx-wrapper {
		margin-top: 20px;
	}
	.sample .sample_images li {
		width: 400px!important;
	}
	.onerank .bnr-area img{
		width: 100%;
	}
	.onerank .sales .left-img{
		float: none;
		margin: auto;
	}
	.onerank .sales .left-img img{
		width: 100%;
	}
	.onerank .ba-slide .txt-area_a figure {
		display: none;
	}
	.onerank .ba-slide .txt-area_b figure {
		display: none;
	}
	.onerank .sales .left-img,.onerank .sales .right-area{
		float: none;
		margin: auto;
	}
	.onerank .sales .right-area{
		width: 100%;
	}
	.onerank .sales .right-area h3 {
		margin-top: 30px;
	}
	.onerank ul.slides.clearfix li,.onerank ul.slides.clearfix li img{
		width: 100%;
		height: 64vw;
		border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
	}
	.onerank.last .title_wrap {
		width: 620px;
		margin-bottom: 20px;
	}
	.onerank.last h2 {
		max-width: 500px;
		line-height: 0.7;
		padding-bottom: 20px;
	}
	.onerank.last h2 span {
		font-size: 25px;
	}
	.onerank.last .title_wrap + p {
		font-size: 16px;
	}
	.onerank .construct {
		width: 100%;
		margin-bottom: 20px;
	}
	.onerank .construct .left-img {
		width: 100%;
		float: none;
	}
	.onerank .construct .left-img img {
		width: 100%;
	}
	.onerank .construct .right-txt {
		width: 100%;
		padding: 20px;
	}
	.cad {
		width: 100%;
		padding: 30px 20px 20px;
	}
	.cad .box .box_left,
	.cad .box .box_right {
		width: 48%;
	}
	.cad .box .box_right figure img {
		width: 100%;
	}
	/* ------------------------------------------------------
	   link
	------------------------------------------------------ */
	.link .inner {
		margin-top: 20px;
	}
	.link .inner > a {
		width: 100%;
	}
	.link .blming-area,.link .tel-area {
		width: auto;
		float: none;
		height: auto;
		overflow: hidden;
	}
	.link .bg-white {
		width: auto;
		height: auto;
		padding: 30px;
		background: rgba(255, 255, 255, 0.5);
		overflow: hidden;
		margin: 10px;
		float: none!important;
	}
	.link .blming-area h3,.link .tel-area h3{
		margin-top: 0;
	}
	.link .tel-area figure.tel+p{
		text-align: center;
	}
	.link .blming-area .bg-white img {
		width: 70%;
		display: block;
		margin: 20px auto;
	}
	.link .blming-area figure.men,.link .tel-area figure.women{
		display: none;
	}
	.link .blming-area .bg-white:before {
		left: 28px;
		top: 57px;
	}
	.link .tel-area .bg-white:after {
		right: 61px;
		top: 44px;
	}
	.link .blming-area figure.logo {
		text-align: center;
		margin: 20px auto;
		max-width: 426px;
	}
	.link .tel-area figure.tel{
		max-width: unset;
	}
	.link .tel-area figure.tel img {
		width: 425px;
		margin: auto;
		display: block;
	}
}

/* ------------------------------------------------------
   sp 767以下
------------------------------------------------------ */
@media screen and (max-width: 767px) {

	/* ------------------------------------------------------
		common
	------------------------------------------------------ */
	.pc{
		display:none !important;
	}

	.sp{
		display:block;
	}
	.pc-inline{
		display:none !important;
	}

	.sp-inline{
		display:inline;
	}
	header{
		height: 82vw!important;
	}
	header h1 {
		text-align: center;
		margin-top: 26vw;
	}
	header h1 img {
		width: 70%;
	}
	h2{
		font-size: 25px;
		transform: rotate(0.05deg);
	}
	h3{
		transform: rotate(0.05deg)!important;
		line-height: 34px;
	}
	.inner{
		padding: 0 4vw;
	}
	.border {
		width: 98%;
		position: absolute;
		height: 88vw;
		top: 1vw;
		border: 1px solid #fff;
		left: 1%;
	}
	.mv {
		height: 100%;
	}
	header .logo img {
		width: 125px;
		height: 12px;
	}
	/* ------------------------------------------------------
		standard
	------------------------------------------------------ */
	header{
		height: 90vw!important;
		position: relative;
	}
	header .logo {
		position: absolute;
		left: 2vw;
		top: 10px;
	}	
	header .contact {
		position: fixed;
		right: 0;
		top:auto;
		bottom:15px;
		z-index:21;
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		margin:0;		
		margin: 0 auto;
		flex-wrap: wrap;
	}	
	header .contact li a{
		padding:10px 20px 10px 44px;
		box-sizing: border-box;		
	}

	header .contact li:nth-child(1) a,
	header .contact li:nth-child(2) a{
		    background-position: left 10px center;
	}
	header .contact li:nth-child(1) a{
		 margin:0 10px 0 0;
	}
	.standard{
		padding: 30px 0!important;
	}
	.standard h2{
		padding-top: 0;
		line-height: 1.2;
	}
	.standard h2 span{
		font-size: 15px;
		display: block;
		margin: 0 0 10px 0;
		line-height: 18px;
	}
	.standard h2:before{
		left: 0px;
		top: 0px;
		width: 12vw;
		height: 12.4285714vw;
		max-width: 56px;
		max-height: 58px;
		background-repeat: no-repeat;
	}
	.standard h2:after{
		right: 0;
		top: 0px;
		width: 12vw;
		height: 12.4285714vw;
		max-width: 56px;
		max-height: 58px;
		background-repeat: no-repeat;
	}
	.standard img{
		width:100%;
		margin:15px 0 0 0;
	}
	/* ------------------------------------------------------
	   doma
	------------------------------------------------------ */
	.doma{
		padding: 0;
	}
	.doma h2 {
		font-size: 20px;
		line-height: 1.2em;
	}
	.doma h2 span {
		width: 100%;
		max-width: 240px;
		color: #fff;
		background: #49b8aa;
		padding: 5px 10px;
		margin: 0 auto 10px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 40px;
		display: block;
		font-size: 13px;
		line-height: 1.2em;
	}	
	.doma .triangle {
		width: 50%;
		height: 16vw;
		line-height: 40px;
		font-size: 20px;
		transform: rotate(0.05deg);
	}
	.doma .triangle p {
		padding-top: 1vw;
		font-size: 4vw;
	} 
	.doma figure {
		margin: 20px 0 90vw 0;
	}
	.doma figure img{
		width: 100%;
	}
	.doma .fukidashi_box{
		margin:0 0 -40px 0;
	}
	.doma .voice{
		background: url(../img/img_voice_bg_sp.png) no-repeat;
		background-size: contain;
		width: 90%!important;
		height: 80vw;
	}
	.doma .fukidashi{
		display: none;
	}
	.doma .voice .txt {
		width: 80%;
		position: static;
		margin: 12vw auto 0 auto;
	}
	.doma .voice .txt br.m_pc {
		display: inherit;
	}
	.doma .voice .txt {
		background-image: url(../img/img_note_02.png);
		line-height: 35px;
		margin: 10vw auto 0 auto;
		font-size: 3.6vw;
		padding: 0;
		border: 0;
		width: 80%;
		position: static;
	}
	.doma .voice .txt li{
		font-size: 14px;
	}
	/* ------------------------------------------------------
	   faq
	------------------------------------------------------ */
	.faq{
		width: auto;
		 padding: 0 4vw;
	}	
	.faq h3:after{
		background-size:104px 107px;
		width:104px;
		height:107px;
		top:-60px;
	}	
	.faq h4{
		font-size:22px;
		line-height:30px;
		margin:0 0 15px 0;
		padding:0 0 0 55px;
	}	
	.faq .answer-area{
		padding:0 0 0 55px;
	}
	.faq h4:after,
	.faq .answer-area:after{
		background-size:40px 40px;
		width:40px;
		height:40px;
	}	
	.faq .answer-area p{
		width:100%;
	}
	
	/* ------------------------------------------------------
	   onerank
	------------------------------------------------------ */
	.onerank{
		padding:0 0 40px 0;
	}
	.onerank.last{
		padding:0 0 60px 0;
	}
	.onerank .triangle {
		width: 50%;
		height: 16vw;
		line-height: 40px;
		font-size: 20px;
		transform: rotate(0.05deg);
	}
	.onerank .triangle p {
		padding-top: 1vw;
		font-size: 4vw;
	}
	.onerank .h2-wrap{
		height: auto;
	}
	.onerank h2 {
		padding-bottom: 20px;
		font-size: 30px;
		margin-top:5px;
	}
	.onerank .h2-wrap+p{
		margin:20px 0 30px 0;
	}
	.onerank .h2-wrap p{
		font-size: 20px;
		line-height: 1.2em;
		transform: rotate(0.05deg);
	}
	.onerank .h2-wrap+p{
		line-height: 1.8em;
		font-size: 13px;
	}
	.onerank .h2-wrap+p br {
		display: none;
	}
	.onerank .h2-wrap h2 img{
		display: block;
		width: 100%;
		margin: 10px auto 0 auto;
		float: none;
		height: auto;
	}
	.changer {
		width: 100%;
		height: auto;
		border: 5px solid #fcedd2;
	}
	.changer .img > span {
		bottom: 8px;
		right: 3%;
		font-size: 10px;
	}
	.changer .img_list {
		min-height: auto;
	}
	.changer .img_list li img {
		width: 100%;
	}
	.changer .img_list li span {
		top: auto;
		bottom: 2vw;
		left: 2vw;
		font-size: 12px;
		width: 100px;
		height: 24px;
		line-height: 24px;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
	}
	.changer .txt {
		padding-top: 10px;
		background: #fff;
	}
	.changer .txt .content h4 {
		font-size: 16px;
		margin: 5px 0 6px;
	}
	.changer .txt .content h4 br {
		display: inherit;
	}
	.changer .button_list {
		width: 94%;
		margin: 0 auto;
		flex-wrap: wrap;
		position: relative;
		top: auto;
		left: auto;
		justify-content: space-between;
	}
	.changer .button_list li {
		width: 49%;
		margin-bottom: 10px;
		margin-left:0 !important;
		
	}
	.changer.case_040 .button_list li:last-child {
		width: 100%;
	}
	.changer .button_list li a {
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.changer .button_list li a.active {
		background-position: left 10px center;
	}
	.changer .txt .content {
		padding: 5px 3% 20px;
	}
	.scenes {
		margin-top: 30px;
	}
	.scenes > li + li {
		margin-top: 20px;
	}
	.scene::before,
	.scene::after {
		width: 17vw;
		background-size: contain!important;
	}
	.scene h2 span {
		font-size: 20px;
		line-height: 1.6;
	}
	.scene h2 span br.s_sp {
		display: inherit;
	}
	.scene h2 span::before,
	.scene h2 span::after {
		background-size: contain!important;
	}
	.scene h2 span::before {
		width: 48px;
		height: 48px;
		top: 0;
		left: -56px;
		bottom: 0;
		margin: auto;
	}
	.scene h2 span::after {
		width: 46px;
		height: 46px;
		top: 0;
		right: -56px;
		bottom: 0;
		margin: auto;
	}
	.scenes {
		width: calc(100% - 4vw * 2);
	}
	.scenes li {
		display: block;
		height: auto;
	}
	.scenes .flexslider,
	.scenes .txt {
		width: 100%;
		overflow: hidden;
	}
	.scenes .flexslider .slides img {
		width: 100%;
		vertical-align: bottom;
	}
	.scenes .txt {
		padding: 20px 20px 30px;
	}
	.scenes .txt::before {
		border-width: 0 80px 80px 0;
	}
	.scenes li:nth-child(1) .txt::after {
		width: 30px;
		height: 30px;
	}
	.scenes li:nth-child(2) .txt::after {
		width: 30px;
		height: 22.5px;
	}
	.scenes li:nth-child(3) .txt::after {
		width: 28px;
		height: 28px;
	}
	.scenes .txt h3 img {
		width: 80px;
		height: auto;
	}
	.scenes .txt h3 span {
		font-size: 14px;
	}
	.wood {
		font-size: 16px;
		text-align: left;
		padding: 90px 4vw 40px;
	}
	.sample {
		padding: 40px 0;
	}
	.sample h2 span {
		display: inline-block;
		font-size: 18px;
	}
	.sample h2 span br {
		display: inherit;
	}
	.sample h2 span::before,
	.sample h2 span::after {
		height: 50px;
	}
	.sample h2 span::before {
		left: -15px;
		transform: rotate(-20deg);
	}
	.sample h2 span::after {
		right: -15px;
		transform: rotate(20deg);
	}
	.sample .bx-wrapper {
		margin-top: 10px;
	}
	.sample .sample_images li {
		width: 400px!important;
	}
	.onerank .quick_service .btn-area a::before {
		padding: 0 0 12px 20px;
	}
	.onerank .quick_service .btn-area span {
		line-height: 1.4;
	}
	.onerank .quick_service .btn-area br {
		display: inherit;
	}
	.onerank .bnr-area{
		display: block;
	}
	.onerank .bnr-area li{
		margin:0 0 5px 0;
	}
	.onerank .bnr-area li img{
		width: 100%;
		height:auto;
	}
	.onerank .sales .left-img {
		max-width: 449px;
		overflow: hidden;
		float: none;
		margin: auto;
	}
	.onerank .sales .left-img img{
		width: 100%;
	}
	.onerank .sales .right-area {
		float: none;
		max-width: 470px;
		width: 100%;
		overflow: hidden;
		margin: auto;
	}
	.onerank .ba-slide  p.comment span{
		line-height: 1.2em;
	}
	.onerank .ba-slide h3 {
		color: #feb31e;
		line-height: 1.2em;
		font-size: 17px;
		margin: 0!important;
		transform: rotate(0.05deg);
	}
	.onerank .ba-slide .txt-area_a h3 {
		transform: rotate(0.05deg);
		display: inline-block;
		padding: 0 20px 0 0;
	}
	.onerank .sales .right-area h3{
		font-size: 20px;
		line-height: 1.2em;
		transform: rotate(0.05deg);
		margin: 20px 0 0 0;
		background: url(../img/img_border_03.png) repeat-x;
		background-position: bottom;
		background-size: 15px auto;
		padding-bottom: 20px;
	}
	.onerank .sales .right-area h3 img{
		margin-bottom: 10px;
	}
	.onerank .ba-slide .txt-area_b p.comment,.onerank .ba-slide .txt-area_a p.comment{
		width: 83%;
		height: 35vw;
		background-position: top center;
		position: relative;
		margin: 0;
	}
	.onerank .sales .right-area h3+p {
		margin: 20px 0;
	}
	.onerank .ba-slide  p.comment span{
		width: 90%;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		line-height: 1.2em;
		font-size: 8px!important;
		bottom: 5vw;
	}
	.onerank .ba-slide figure{
		display: none;
	}
	.onerank .ba-slide p.note{
		margin: 10vw 0 15px 0;
	}
	.onerank .h2-wrap:before,.onerank .h2-wrap:after{
		display: none!important;
	}
	.onerank ul.slides.clearfix li,.onerank ul.slides.clearfix li img{
		width: 100%;
		height: 64vw;
		border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
	}
	.onerank .btn-area a {
		font-size: 14px;
	}
	.onerank.last {
		padding-top: 0;
	}
	.onerank.last .title_wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.onerank.last .title_wrap::before,
	.onerank.last .title_wrap::after {
		opacity: 0.4;
	}
	.onerank.last .title_wrap::before {
		width: 50px;
		background-size: contain;
		left: -20px;
	}
	.onerank.last .title_wrap::after {
		width: 42px;
		background-size: contain;
		right: -20px;
	}
	.onerank.last h2 {
		position: relative;
		z-index: 10;
		line-height: 1;
		padding-bottom: 10px;
	}
	.onerank.last h2 span {
		font-size: 22px;
		display: block;
		width: 90%;
		margin: 0 auto;
		line-height: 1.2;
	}
	.onerank.last h2 span br {
		display: none;
	}
	.onerank.last .title_wrap + p {
		font-size: 15px;
		line-height: 1.4em;
	}
	.onerank .construct {
		width: 100%;
		margin-bottom: 20px;
		padding: 5px;
	}
	.onerank .construct .left-img {
		width: 100%;
		float: none;
	}
	.onerank .construct .left-img img {
		width: 100%;
	}
	.onerank .construct .right-txt {
		width: 100%;
		padding: 10px 15px 15px;
	}
	.cad {
		width: 100%;
		padding: 30px 20px 20px;
	}
	.cad h3 {
		width: 100%;
		max-width: 400px;
		font-size: 24px;
	}
	.cad h3 b {
		font-size: 12px;
		line-height: 1.4;
	}
	.cad h3 span {
		width: 2px;
	}
	.cad h3 span::before, .cad h3 span::after {
		height: 2px;
	}
	.cad .box {
		display: block;
		margin-top: 20px;
	}
	.cad .box .box_left,
	.cad .box .box_right {
		width: 100%;
	}
	.cad .box .box_right {
		margin-top: 20px;
	}
	.cad .box .box_right figure img {
		width: 100%;
	}
	/* ------------------------------------------------------
	   link
	------------------------------------------------------ */
	.link .inner{
		margin: 0;
	}
	.link .inner > a {
		width: 96%;
		margin: 40px auto;
	}
	.link .tel-area .bg-white{
		width: auto;
		float: none!important;
		height: auto;
		overflow: hidden;
	}
	.link .bg-white h3{
		font-size: 17px;
		line-height: 1.2em;
		width: 100%;
		margin: 0;
	}
	.link .blming-area, .tel-area,.link .bg-white{
		width: auto;
		float: none!important;
		height: auto;
		overflow: hidden;
		margin: 10px 5px;
	}
	.link .bg-white img{
		width: 100%;
	}
	.link .blming-area .bg-white:before {
		display: none;
	}
	.link .tel-area .bg-white:after {
		display: none;
	}
	.link .tel-area h4{
		margin-top: 10px;
	}
	.link .men,.link .women{
		display: none!important;
	}
	.link .btn-area a{
		font-size: 14px!important;
	}
	footer a.tieup {
	    width: 86%;
		margin: 0 auto 20px auto;
	}
	
/* ------------------------------------------------------
   footer
------------------------------------------------------ */
	footer small{
		margin:0 0 60px 0;
		display: block;
	}
	#page-top{
		display: none !important;
		}
	#page-top-sp {	
		display: block;
		width:100%;
		font-size: 77%;
		z-index: 999;
		margin:0 0 10px 0;
	}
	#page-top-sp a {
		background: #272727 url(../img/img_pagetop_010.png) no-repeat center center;
		background-size:17px 10px;
		text-decoration: none;
		width: 50px;
		height:50px;
		border-radius:50px;
		text-align: center;
		display: block;
		text-indent:-9999px;
		margin:0 auto;
	}

	#page-top-sp a:hover {
		text-decoration: none;
		background-color: #005a49;
	}
}

/* ------------------------------------------------------
   sp 400以下
------------------------------------------------------ */
@media screen and (max-width: 400px) {
	.doma h2 {
		font-size: 22px;
	}
	.doma .align-c{
		font-size:14px;
		line-height:20px;
	}
	.doma .voice .txt {
		font-size: 4vw;
	}
	.doma .voice .txt br.s_sp {
		display: none;
	}
	.doma .voice .txt br.m_pc {
		display: none;
	}
	.link .bg-white {
		padding: 15px;
	}
	.link .blming-area .btn-area a:before,
	.link .tel-area .btn-area a:before {
		padding-left: 10px;
		height: 12px;
	}
	.support_list li figure figcaption {
		margin-top: 4px;
		font-size: 10px;
	}
}