@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#contents.renovation_contents {
    padding-bottom: 0;
	margin-bottom: 75px;
}
.architecture_main {
	background-image: url(../img/business_architecture/main_img.jpg);
}
.child_main {
	background-image: url(../img/business_child/main_img.jpg);
}
.daytona_main {
	background-image: url(../img/business_daytona/main_img.jpg);
}
.housing_main {
	background-image: url(../img/business_housing/main_img.jpg);
}
.office_main {
	background-image: url(../img/business_office/main_img.jpg);
}
.tokainaka_main {
	background-image: url(../img/business_tokainaka/main_img.jpg);
}
.taishin_main {
	background-image: url(../img/business_taishin/main_img.jpg);
}
.renovation_main {
	background-image: url(../img/business_renovation/main_img.jpg);
}
.product_main {
	background-image: url(../img/business_product/main_img.jpg);
}

#conts_01 {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 100px;
    margin-bottom: -17px;
}
#conts_01.mb_reset {
    margin-bottom: 86px;
}
#conts_01 .lr_box {
	width: 100%;
	height: 494px;
	clear: both;
    display: table;
	position: relative;
}
#conts_01 .lr_box .bg_text {
	font-size: 200px;
	line-height: 1;
	color: rgba(255,255,255,0.03);
	position: absolute;
	top: -48px;
	left: -40px;
    white-space: nowrap;
}
#conts_01 .lr_box .text_box {
	width: 1200px;
    display: table-cell;
	padding-right: 665px;
    padding-top: 98px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
#conts_01 .lr_box .architecture {
    padding-top: 10px;
}
#conts_01 .lr_box .architecture p {
    margin-bottom: 20px;
}
#conts_01 .lr_box .architecture a {
   color: #fff;
   text-decoration: underline;
}
#conts_01 .lr_box .architecture a:hover {
   text-decoration: none;
}
#conts_01 .lr_box .text_box .inpage_link {
	margin-top: 21px;
}
#conts_01 .lr_box .text_box .inpage_link .link_btn {
	width: 192px;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
}
#conts_01 .lr_box .right_box {
	width: 52%;
	height: 494px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#conts_01 .lr_box .architecture_img {
	background-image: url(../img/business_architecture/img_00.jpg);
}
#conts_01 .lr_box .child_img {
	background-image: url(../img/business_child/img_00.jpg);
}
#conts_01 .lr_box .daytona_img {
	background-image: url(../img/business_daytona/img_00.jpg);
}
#conts_01 .lr_box .housing_img {
	background-image: url(../img/business_housing/img_00.jpg);
}
#conts_01 .lr_box .office_img {
	background-image: url(../img/business_office/img_00.jpg);
}
#conts_01 .lr_box .tokainaka_img {
	background-image: url(../img/business_tokainaka/img_00.jpg);
}
#conts_01 .lr_box .taishin_img {
	background-image: url(../img/business_taishin/img_00.jpg);
}
#conts_01 .lr_box .renovation_img {
	background-image: url(../img/business_renovation/img_00.jpg);
}
#conts_01 .lr_box .product_img {
	background-image: url(../img/business_product/img_00.jpg);
}

#conts_02 {
	width: 100%;
	clear: both;
    text-align: center;
}
#conts_02 .link_btn {
	width: 285px;
	margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}
#conts_02.conts_02_margin_b {
    margin-bottom: 47px;
}
#conts_02.conts_02_margin_b_2 {
    margin-bottom: 101px;
}
#conts_02 .title_box {
	margin-bottom: 26px;
    text-align: left;
}
#conts_02 .variation_list {
	width: 100%;
	letter-spacing: -.4em;
    margin-bottom: 61px;
    text-align: left;
}
#conts_02 .housing_dl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#conts_02 .variation_list li {
	width: 285px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
    margin-bottom: 22px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#conts_02 .variation_list li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#conts_02 .housing_dl li {
    position: relative;
    padding-bottom: 49px;
}
#conts_02 .variation_list li:nth-of-type(4n) {
	margin-right: 0;
}
#conts_02 .variation_list li figure {
	width: 285px;
	height: 200px;
	position: relative;
	overflow: hidden;
    margin-bottom: 4px;
}
#conts_02 .variation_list li figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#conts_02 .product li figure {
	width: 285px;
	height: 165px;
	position: relative;
	overflow: hidden;
    margin-bottom: 4px;
}
#conts_02 .product li figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
#conts_02 .variation_list li dl {
	padding-top: 4px;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 14px;
}
#conts_02 .variation_list li dl dt {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
#conts_02 .variation_list li dl dd {
    font-weight: normal;
    text-align: left;
}
#conts_02 .variation_list li .link_btn {
	width: 100%;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
}
#conts_02 .green_btn {
	width: 434px;
    margin: 0 19px;
    display: inline-block;
	background-color: #384c37;
	font-size: 14px;
	line-height: 1.55;
}
#conts_02 .green_btn a {
	width: 100%;
	display: block;
    text-align: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 59px 0 50px 102px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #384c37;
	background-image: url(../img/business/icon_01.png);
	background-repeat: no-repeat;
	background-position: 37px center;
	background-size: 52px;
	position: relative;
    transition-duration: 0.3s;
}
#conts_02 .green_btn a::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/business/arrow_02.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 10px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}
#conts_02 .btn_daytona a {
	background-image: url(../img/business/icon_02.png);
}
#conts_02 .btn_office a {
	background-image: url(../img/business/icon_04.png);
	background-size: 43px;
}
#conts_02 .green_btn a:hover {
	color: #384c37;
	background-color: #ffffff;
	background-image: url(../img/business/icon_01_g.png);
}
#conts_02 .btn_daytona a:hover {
	background-image: url(../img/business/icon_02_g.png);
}
#conts_02 .btn_office a:hover {
	background-image: url(../img/business/icon_04_g.png);
}
#conts_02 .green_btn a:hover::after {
	background-image: url(../img/business/arrow_02_g.png);
}
#conts_02 .green_btn .jp_text {
	font-size: 20px;
	font-weight: bold;
}
#conts_02 .green_btn .jp_text .daytona_logo {
	width: 148px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
	background-image: url("../img/business_daytona/logo_daytona.png");
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: contain;
    padding-bottom: 5px;
    margin-right: 4px;
    transition-duration: 0.3s;
}
#conts_02 .green_btn a:hover .jp_text .daytona_logo {
	background-image: url("../img/business_daytona/logo_daytona_g.png");
}
#conts_02 .recommend_list {
	width: 100%;
	letter-spacing: -.4em;
}
#conts_02 .recommend_list li {
	width: 382px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 27px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
#conts_02 .product_list li {
	margin-bottom: 25px;
}
#conts_02 .recommend_list li:nth-of-type(3n) {
	margin-right: 0;
}
#conts_02 .recommend_list li figure.img {
	width: 100%;
	height: 268px;
	position: relative;
	overflow: hidden;
    margin-bottom: 8px;
}
#conts_02 .recommend_list li figure.img img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#conts_02 .recommend_list li figure.number {
	width: 77px;
	position: absolute;
	top: -26px;
	right: 10px;
	z-index: 9;
}
#conts_03 {
	width: 100%;
	clear: both;
	padding-top: 64px;
	padding-bottom: 68px;
	background-image: url(../img/share/ptn_bg_02.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 750px;
	text-align: center;
}
#conts_03 .title_text {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
    margin-bottom: 16px;
}
#conts_03 .title_text .under_line {
	font-weight: bold;
	border-bottom: 3px solid #ffffff;
    padding-bottom: 4px;
}
#conts_03 .text {
	margin-bottom: 20px;
}
#conts_03 .check_list {
	width: 100%;
	background-color: #455c44;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 27px 58px 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    letter-spacing: -.4em;
}
#conts_03 .check_list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    line-height: 1.4;
	padding: 16px 0px 8px 32px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/business/icon_03.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	background-size: 24px;
	margin-right: 48px;
}
#conts_03 .check_list li:first-of-type {
    width: 368px;
}
#conts_03 .check_list li:nth-of-type(3n) {
    width: 368px;
}
#conts_03 .check_list li:nth-of-type(4n) {
    width: 316px;
}
#conts_04 {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 99px;
}
#conts_04 .top_box {
	width: 100%;
	padding-top: 66px;
	padding-left: 575px;
    margin-bottom: 131px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
#conts_04 .top_box::before {
	content: "";
	width: 840px;
	height: 493px;
	background-image: url(../img/business_taishin/img_04.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 840px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#conts_04 .top_box dl {
	width: 100%;
	height: 56px;
	display: table;
	margin-bottom: 31px;
}
#conts_04 .top_box dl:last-of-type {
	margin-bottom: 0;
}
#conts_04 .top_box dl dt {
	width: 238px;
	display: table-cell;
	vertical-align: middle;
	background-color: #384c37;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#conts_04 .top_box dl dd {
	display: table-cell;
    font-weight: bold;
	line-height: 23px;
	vertical-align: middle;
    padding-left: 16px;
    position: relative;
}
#conts_04 .top_box dl dd .bigger {
	font-size: 17px;
	font-weight: bold;
}
#conts_04 .top_box dl dd .big {
	font-size: 23px;
	font-weight: bold;
}
#conts_04 .top_box dl dd .caution {
	font-size: 13px;
    position: absolute;
    left: 16px;
    bottom: -48px;
}
#conts_04 .title_box {
	text-align: center;
    font-size: 13px;
	margin-bottom: 12px;
	position: relative;
	z-index: 9;
}
#conts_04 .title_box h3 {
	font-size: 50px;
}
#conts_04 .flow_list {
	width: 100%;
	position: relative;
	z-index: 9;
}
#conts_04 .flow_list dl {
	width: 100%;
	height: 161px;
	display: table;
	margin-bottom: 10px;
	background-image: url(../img/business/ptn_bg_01.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 4px;
}
#conts_04 .flow_list dl dt {
	width: 388px;
	height: 161px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 47px;
	display: table-cell;
	vertical-align: middle;
	background-color: #384c37;
}
#conts_04 .flow_list dl dt .number {
	font-size: 54px;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 10px;
}
#conts_04 .flow_list dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
    padding-right: 88px;
	background-image: url(../img/business/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

#conts_05 {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 69px;
	padding-bottom: 86px;
	background-image: url(../img/share/ptn_bg_02.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 600px;
}
#conts_05 .title_box {
    font-size: 13px;
    margin-bottom: -10px;
	text-align: center;
}
#conts_05 .title_box h3 {
	font-size: 50px;
}
#conts_05 .faq_list {
	width: 970px;
	margin: 0 auto;
}
#conts_05 .faq_list dl {
	width: 100%;
    font-size: 15px;
    line-height: 27px;
	border-bottom: 2px solid #687c67;
	background-image: url(../img/business/plus.png);
	background-repeat: no-repeat;
	background-position: right 15px top 40px;
	background-size: 21px;
}
#conts_05 .faq_list dt {
	font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding: 34px 0 12px 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#conts_05 .faq_list dt::before {
	content: "Q";
	font-size: 29px;
	font-weight: bold;
    line-height: 1.3;
	font-family: 'roboto One', sans-serif;
	position: absolute;
	top: 29px;
	left: 20px;
}
#conts_05 .faq_list dd {
    width: 100%;
    padding: 19px 53px 12px 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
#conts_05 .faq_list dd::before {
	content: "A";
	font-size: 29px;
	font-weight: bold;
    line-height: 1.3;
	font-family: 'roboto One', sans-serif;
	position: absolute;
	top: 14px;
	left: 47px;
}
#conts_05 .faq_list dd p {
    margin-bottom: 21px;
}
#conts_05 .faq_list dd ul li {
    margin-bottom: 7px;
	text-indent: -1em;
	padding-left: 1em;
}
#conts_05 .faq_list dd a {
    color: #ed4219;
	text-decoration: underline;
}

#conts_06 {
    width: 100%;
	float: left;
	clear: both;
	padding-top: 71px;
}
#conts_06 .auto {
    width: 970px;
}
#conts_06 .detail_box {
    width: 480px;
	float: left;
	line-height: 32px;
}
#conts_06 .detail_box:last-of-type {
	float: right;
}
#conts_06 .detail_box dt.bg_green {
    width: 100%;
	font-size: 17px;
	font-weight: bold;
    padding: 13px 0 11px;
	background-color: #384c37;
	text-align: center;
}
#conts_06 .detail_box dd {
    padding-top: 17px;
}
#conts_06 .detail_box dd dl dd {
    padding-top: 0;
	line-height: 29px;
}
}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
.architecture_main {
	background-image: url(../img/business_architecture/main_img.jpg);
}
.child_main {
	background-image: url(../img/business_child/main_img.jpg);
}
.daytona_main {
	background-image: url(../img/business_daytona/main_img.jpg);
}
.housing_main {
	background-image: url(../img/business_housing/main_img.jpg);
}
.office_main {
	background-image: url(../img/business_office/main_img.jpg);
}
.tokainaka_main {
	background-image: url(../img/business_tokainaka/main_img.jpg);
}
.taishin_main {
	background-image: url(../img/business_taishin/main_img.jpg);
}
.renovation_main {
	background-image: url(../img/business_renovation/main_img.jpg);
}
.product_main {
	background-image: url(../img/business_product/main_img.jpg);
}

#conts_01 {
	width: 100%;
	clear: both;
	padding-top: 70px;
	margin-bottom: 58px;
}
#conts_01 .lr_box {
	width: 100%;
	clear: both;
    display: table;
	position: relative;
}
#conts_01 .lr_box .bg_text {
	font-size: 100px;
	line-height: 1;
	color: rgba(255,255,255,0.03);
	position: absolute;
	top: -48px;
	left: -20px;
    white-space: nowrap;
}
#conts_01 .lr_box .text_box {
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 26px;
}
#conts_01 .lr_box .architecture p {
    margin-bottom: 20px;
}
#conts_01 .lr_box .architecture a {
   color: #fff;
   text-decoration: underline;
}
#conts_01 .lr_box .architecture a:hover {
   text-decoration: none;
}
#conts_01 .lr_box .text_box .inpage_link {
	margin-top: 12px;
	letter-spacing: -.4em;
}
#conts_01 .lr_box .text_box .inpage_link .link_btn {
	width: 49%;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 2%;
	font-size: 14px;
	text-align: center;
}
#conts_01 .lr_box .text_box .inpage_link .link_btn:last-of-type {
	margin-right: 0;
}
#conts_01 .lr_box .text_box .inpage_link .link_btn a {
    padding: 11px 0 9px;
	border: 2px solid #ffffff;
	background-image: url(../img/share/icon_09.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
}
#conts_01 .lr_box .text_box .inpage_link .link_btn a:hover {
	background-image: url(../img/share/icon_09_g.png);
}
#conts_01 .lr_box .right_box {
	width: 90%;
	height: 50vw;
    margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#conts_01 .lr_box .architecture_img {
	background-image: url(../img/business_architecture/img_00.jpg);
}
#conts_01 .lr_box .child_img {
	background-image: url(../img/business_child/img_00.jpg);
}
#conts_01 .lr_box .daytona_img {
	background-image: url(../img/business_daytona/img_00.jpg);
}
#conts_01 .lr_box .housing_img {
	background-image: url(../img/business_housing/img_00.jpg);
}
#conts_01 .lr_box .office_img {
	background-image: url(../img/business_office/img_00.jpg);
}
#conts_01 .lr_box .tokainaka_img {
	background-image: url(../img/business_tokainaka/img_00.jpg);
}
#conts_01 .lr_box .taishin_img {
	background-image: url(../img/business_taishin/img_00.jpg);
}
#conts_01 .lr_box .renovation_img {
	background-image: url(../img/business_renovation/img_00.jpg);
}
#conts_01 .lr_box .product_img {
	background-image: url(../img/business_product/img_00.jpg);
}

#conts_02 {
	width: 100%;
	clear: both;
}
.conts_02_margin_b {
    margin-bottom: 42px;
}
.conts_02_margin_b_2 {
    margin-bottom: 58px;
}
#conts_02 .title_box {
	margin-bottom: 20px;
	text-align: center;
}
#conts_02 .link_btn {
	width: 192px;
    margin: 0 auto;
	font-size: 14px;
	text-align: center;
}
#conts_02 .link_btn a {
	width: 100%;
	display: block;
	color: #ffffff;
	text-decoration: none;
    padding: 7px 0 5px;
	border: 2px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/share/icon_09.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
}
#conts_02 .link_btn a:hover {
	background-color: #ffffff;
	color: #384c37;
	background-image: url(../img/share/icon_09_g.png);
}
#conts_02 .variation_list {
	width: 100%;
	letter-spacing: -.4em;
    margin-bottom: 32px;
}
#conts_02 .housing_dl {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#conts_02 .variation_list li {
	width: 49%;;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
    margin-bottom: 18px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
    line-height: 1.5;
}
#conts_02 .variation_list li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#conts_02 .housing_dl li {
    padding-bottom: 45px;
    position: relative;
}
#conts_02 .variation_list li:nth-of-type(2n) {
	margin-right: 0;
}
#conts_02 .variation_list li figure {
	width: 100%;
	height: 0;
    padding-top: 70%;
	position: relative;
	overflow: hidden;
    margin-bottom: 6px;
}
#conts_02 .variation_list li figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#conts_02 .product li figure {
	width: 100%;
	height: 0;
    padding-top: 58%;
	position: relative;
	overflow: hidden;
    margin-bottom: 6px;
}
#conts_02 .product li figure img  {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
#conts_02 .variation_list li dl {
	padding-top: 4px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 12px;
}
#conts_02 .variation_list li dl dt {
	font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2px;
}
#conts_02 .variation_list li dl dd {
    font-weight: normal;
    text-align: left;
}
#conts_02 .variation_list li .link_btn {
	width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
}
#conts_02 .variation_list li .link_btn a {
    padding: 12px 0 10px;
	background-image: url(../img/share/icon_05.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 8px;
}
#conts_02 .variation_list li .link_btn a:hover {
	background-image: url(../img/share/icon_05_g.png);
}
#conts_02 .green_btn {
    width: 100%;
	font-size: 1.3rem;
	line-height: 1.5;
}
#conts_02 .btn_daytona {
    margin-top: 14px;
}
#conts_02 .green_btn a {
	width: 100%;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 42px 25px 36px 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #384c37;
	background-image: url(../img/business/icon_01.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-size: 32px;
	position: relative;
    transition-duration: .3s;
}
#conts_02 .btn_daytona a {
	background-image: url(../img/business/icon_02.png);
}
#conts_02 .btn_office a {
	background-image: url(../img/business/icon_04.png);
	background-size: 26px;
}
#conts_02 .green_btn a::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../img/business/arrow_02.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 8px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}
#conts_02 .green_btn a:hover {
	color: #384c37;
	background-color: #ffffff;
	background-image: url(../img/business/icon_01_g.png);
}
#conts_02 .btn_daytona a:hover {
	background-image: url(../img/business/icon_02_g.png);
}
#conts_02 .btn_office a:hover {
	background-image: url(../img/business/icon_04_g.png);
}
#conts_02 .green_btn a:hover::after {
	background-image: url(../img/business/arrow_02_g.png);
}
#conts_02 .green_btn .jp_text {
	font-size: 1.5rem;
	font-weight: bold;
}
#conts_02 .green_btn .jp_text .daytona_logo {
	width: 114px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
	background-image: url("../img/business_daytona/logo_daytona.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
    margin-right: 4px;
    transition-duration: 0.3s;
}
#conts_02 .green_btn a:hover .jp_text .daytona_logo {
	background-image: url("../img/business_daytona/logo_daytona_g.png");
}
#conts_02 .recommend_list {
	width: 100%;
	letter-spacing: -.4em;
}
#conts_02 .product_list {
	margin-bottom: 24px;
}
#conts_02 .recommend_list li {
	width: 49%;
    text-align: center;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
    margin-bottom: 18px;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
    line-height: 1.5;
}
#conts_02 .recommend_list li:nth-of-type(2n) {
	margin-right: 0;
}
#conts_02 .recommend_list li figure.img {
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
	overflow: hidden;
    margin-bottom: 8px;
}
#conts_02 .recommend_list li figure.img img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#conts_02 .recommend_list li figure.number {
	width: 45px;
	position: absolute;
	top: -16px;
	right: 8px;
	z-index: 9;
}

#conts_03 {
	width: 100%;
	clear: both;
	padding-top: 48px;
	padding-bottom: 42px;
	background-image: url(../img/share/ptn_bg_02.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 450px;
	text-align: center;
}
#conts_03 .title_text {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
    margin-bottom: 12px;
}
#conts_03 .title_text .under_line {
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
    padding-bottom: 4px;
}
#conts_03 .text {
	margin-bottom: 16px;
}
#conts_03 .check_list {
	width: 100%;
	background-color: #455c44;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	padding: 18px 5% 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_03 .check_list li {
	padding: 9px 0px 2px 27px;
	background-image: url(../img/business/icon_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	margin: 0 23px;
}

#conts_04 {
	width: 100%;
}
.conts_04_margin_b {
    margin-bottom: 58px;
}
#conts_04 .top_box {
	width: 100%;
	padding-top: 48px;
    margin-bottom: 71px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
#conts_04 .top_box::before {
	content: "";
	width: 100vw;
	height: 493px;
	background-image: url(../img/business_taishin/img_04.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: -5vw;
	z-index: -1;
}
#conts_04 .top_box dl {
	width: 100%;
	display: table;
	margin-bottom: 16px;
}
#conts_04 .top_box dl:last-of-type {
	margin-bottom: 0;
}
#conts_04 .top_box dl dt {
	width: 38%;
	display: table-cell;
	vertical-align: middle;
	background-color: #384c37;
	text-align: center;
	font-size: 1.4rem;
    line-height: 1.4;
    padding: 8px 5% 6px;
	font-weight: bold;
}
#conts_04 .top_box dl dd {
	display: table-cell;
    font-weight: bold;
	line-height: 1.6;
	vertical-align: middle;
    padding-left: 12px;
}
#conts_04 .top_box dl dd .bigger {
	font-size: 1.5rem;
	font-weight: bold;
}
#conts_04 .top_box dl dd .big {
	font-size: 2rem;
	font-weight: bold;
}
#conts_04 .top_box dl dd .caution {
	font-size: 13px;
}
#conts_04 .title_box {
	text-align: center;
	margin-bottom: 18px;
	position: relative;
	z-index: 9;
}
#conts_04 .flow_list {
	width: 100%;
	position: relative;
	z-index: 9;
}
#conts_04 .flow_list dl {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	background-image: url(../img/business/ptn_bg_01.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 4px;
}
#conts_04 .flow_list dl dt {
	width: 30%;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 0 8px 5%;
	display: table-cell;
	vertical-align: middle;
	background-color: #384c37;
}
#conts_04 .flow_list dl dt .number {
	font-size: 3rem;
    line-height: 1.1;
	font-weight: bold;
    display: block;
	padding-right: 10px;
}
#conts_04 .flow_list dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5% 8px 7%;
    position: relative;
}
#conts_04 .flow_list dl dd::after {
	content: "";
    width: 5%;
    height: 100%;
	background-image: url(../img/business/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#conts_05 {
	width: 100%;
	padding-top: 48px;
	padding-bottom: 48px;
	background-image: url(../img/share/ptn_bg_02.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: 600px;
}
#conts_05 .title_box {
	text-align: center;
}
#conts_05 .faq_list dl {
	width: 100%;
	border-bottom: 2px solid #687c67;
	background-image: url(../img/business/plus.png);
	background-repeat: no-repeat;
	background-position: right 15px top 23px;
	background-size: 16px;
}
#conts_05 .faq_list dt {
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 18px 15px 12px 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#conts_05 .faq_list dt::before {
	content: "Q";
	font-size: 2.3rem;
	font-weight: bold;
    line-height: 1.3;
	font-family: 'roboto One', sans-serif;
	position: absolute;
	top: 14px;
	left: 15px;
}
#conts_05 .faq_list dd {
    width: 100%;
    padding: 19px 53px 12px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
#conts_05 .faq_list dd::before {
	content: "A";
	font-size: 2.3rem;
	font-weight: bold;
    line-height: 1.3;
	font-family: 'roboto One', sans-serif;
	position: absolute;
	top: 17px;
	left: 34px;
}
#conts_05 .faq_list dd p {
    margin-bottom: 16px;
}
#conts_05 .faq_list dd ul li {
    margin-bottom: 6px;
	text-indent: -1em;
	padding-left: 1em;
}
#conts_05 .faq_list dd a {
    color: #ed4219;
	text-decoration: underline;
}

#conts_06 {
    width: 100%;
	padding-top: 48px;
}
#conts_06 .detail_box {
    margin-bottom: 28px;
}
#conts_06 .detail_box:last-of-type {
    margin-bottom: 0;
}
#conts_06 .detail_box dl {
    width: 100%;
	line-height: 1.9;
}
#conts_06 .detail_box dt.bg_green {
    width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
    padding: 6px 0 4px;
	background-color: #384c37;
	text-align: center;
}
#conts_06 .detail_box dd {
    padding-top: 16px;
}
#conts_06 .detail_box dd p {
    margin-bottom: 6px;
}
#conts_06 .detail_box dd dl dd {
    padding-top: 0;
	line-height: 1.5;
}
}










































