@charset "UTF-8";
/**************************************
PC
**************************************/
@media print, screen and (min-width: 751px){
#wrapper {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
}
/***********************
背景
***********************/
.bg_white{
	background-color: #fff;
}
/***********************
基本
***********************/
.sp {
	display: none;
}
.mb52 {
	margin-bottom: 52px;
}
.mb48{
	margin-bottom: 48px;
}
.mb18 {
	margin-bottom: 18px!important;
}
.section{
	padding: 22px 0;
	background-color: #fff;
}
.section .intro{
	padding: 0 68px;
	font-size: 30px;
}
.ttl-bar {
	background-color: #182983;
	color: #fff;
	font-size: 42px;
	text-align: center;
	padding: 28px 0;
	font-weight: normal;
}
.btn a {
	display: inline-block;
}
.btn a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;	
}
.col-2 {
	padding:0 48px;
	margin-bottom: 50px;
}
.left, .right  {
	width: 400px;
	border: 2px solid #182983;
	display: inline-block;
	vertical-align: top;
}
.mark {
    padding: 314px 8px 0;
    display: inline-block;
}
.left .list {
    padding: 0 22px;
    margin-top: 54px;
}
.left .list li {
    background-color: #3090ca;
    text-align: center;
    font-size: 35px;
    color: #fff;
    padding: 28px 0;
    margin-bottom: 34px;
}
.right .img{
	text-align: center;
    margin-top: 32px;	
}
.mini-ttl {
width: 354px;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
}
.mini-ttl span {
    position: absolute;
    top: -40px;
    font-size: 24px;
    border-radius: 12px;
    padding: 12px 0;
    color: #fff;
    background-color: #182983;
    width: 354px;
    text-align: center;
}
.a-center{
	text-align: center;
}
.center-img {
	text-align: center;
	margin-bottom: 24px;
}

/**********************************
撥水コーティングのポイントは
**********************************/
.point-box {
	background-color: #182983;
    padding: 34px 28px;
    border-radius: 14px;
    margin: 0 50px;
	color:#fff;
	margin-top: 28px;
}
/*************
100%
*************/
.box-one_long {
	width: 100%;
	display: block;
	margin-bottom: 16px;
}
.box-one_long .point-n{
	margin-bottom: 12px;
}
.left_contents, .center_contents, .right_contents {
	display: inline-block;
    text-align: center;	
}
.box-one_long-wrap {
    padding: 0 18px;
}
.box-one_long .bg_homebase {
    background-image: url(../images/pc/mark_homebase-tate.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 71px;	
    height: 176px;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	margin-bottom: 0;
}
.box-one_long .bg_homebase span {
    color: #182984;
    line-height: 1.1;
    font-size: 18px;
    padding: 0 26px 0 0;
    margin-top: 0px;
    display: block;	
}
.center_contents {
    vertical-align: top;
    margin: 96px 6px 0;
}
/*************
50%
*************/
.mr16 {
	margin-right: 16px;
}
.box-one {
    width: 410px;
    display: inline-block;
    text-align: center;
    vertical-align: top;	
}
.main-img {
    margin-bottom: 24px;
}
.box-one .point-n{
	margin-bottom: 12px;
}
.point-ttl {
    font-size: 23px;
	margin-bottom: 12px;
}
.txt-area .txt01 {
	color:#ef9300;
	font-size: 21px;
}
.txt-area .txt02 {
	font-size: 16px;
	margin-bottom: 24px;
}
.bg_homebase {
    background-image: url(../images/pc/mark_homebase.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 24px;
    height: 72px;
}
.bg_homebase span {
    color: #182984;
    line-height: 1.1;
    font-size: 20px;
    padding: 8px 0 0 0;
    margin-top: 7px;
    display: block;
}
.point-3_txt .txt-b {
    font-size: 20px;
    line-height: 1.3;
}
.point-3_txt .txt-b span.number{
	font-size: 42px;
}
.point-3_txt .txt-b span.kagetsu{
	font-size: 30px;
}
/**************************************
SP
**************************************/
@media print, screen and (max-width: 750px){
	.pc {display: none;}
	.sp {display: inherit;}
	img {width: 100%;}
	.section {
		padding: 16px 0;
	}	
.section .intro {
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
}
.ttl-bar {
    font-size: 20px;
    padding: 12px 15px;
    box-sizing: border-box;
}
.col-2 {
	width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
	margin-bottom: 14px;
}
.left, .right {
    width: 100%;
}
.mini-ttl {
    width: 90%;
}
.mini-ttl span {
    position: absolute;
    top: -28px;
    font-size: 18px;
	width: 100%;
}
.left .list {
    padding: 0 24px;
    margin-top: 48px;
}
.left .list li {
    font-size: 24px;
    padding: 16px 0;
    margin-bottom: 24px;
}
.mark {
    padding: 16px 0 38px;
    display: block;
    text-align: center;
}
.mark img {
    width: 15%;
}
.right .img {
    margin-top: 40px;
    padding: 0 24px;
}
.center-img {
    margin-bottom: 14px;
}
	.center-img img {
		width: 14%;
	}
	.otoku-p {
		padding: 0 30px;
	}
	.btn {
		padding: 0 30px;
	}
	.mb48 {
		margin-bottom: 0;
	}
/**********************************
撥水コーティングのポイントは
**********************************/
.point-box {
    padding: 24px 16px;
    margin: 0 15px;
    margin-top: 0;
}
.mr16 {
	margin-right: 0;
}	
.box-one {
    width: 100%;
}
.box-one:first-child {
    margin-right: 0;
    margin-bottom: 26px;	
}
.point-ttl {
    font-size: 18px;
    margin-bottom: 8px;
}
.main-img {
    margin-bottom: 16px;
}
.txt-area .txt02 {
    font-size: 16px;
    margin-bottom: 18px;
}
.mb118 {
    margin-bottom: 50px!important;
}
.point-3_txt .txt-b {
    font-size: 18px;
    line-height: 1.3;
}
.point-3_txt .txt-b span.number{
	font-size: 34px;
}
.point-3_txt .txt-b span.kagetsu{
	font-size: 18px;
}
	.bikou {
		font-size: 16px;
	}
}