/*sample reset*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

body{
}

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}


a{
	text-decoration: none;
}
img{
    vertical-align: bottom;
    width: 100%;
}

	.wper90{
		width: auto!important;
		margin: 0 auto 8%!important;
		display: block;
	}
	



h1{
	font-weight: bold;
}

/*--- contents-base ---*/
.contents{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	line-height: 1.6;
	color: #333333;
}
.contents aside {
  width: 100%;
  height: 60px;
  text-align: center;
}
.contents aside .breadcrumbs {
    width: 95%;
    max-width: 960px;
    line-height: 60px;
    text-align: left;
    margin: 0 auto;
	font-size: 12px;
}
.mt30{
	padding-top: 30px!important;
	display: block!important;
	padding-bottom: 30px!important;
}
.mt10{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	display: block!important;
}
.mb{
	margin-bottom: 12%;
	display: block!important;
}



.box{
	margin-top: 30px!important;
	display: block!important;
}

#choice_area,
#select_area{
	background-color: #fff;
  	padding-top: 70px;
  	padding-bottom: 50px;
	width: 100%!important;
	text-align: center;
	
}


#choice_area h1,
#select_area h1{
	position: relative;
	display: inline-block;
	font-size:3.6em;
	font-weight: normal;
  	margin-bottom: 50px;
	line-height: 1.4;
	
}
#choice_area h1:before,
#select_area h1:before{
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

#choice_area small,
#select_area small{
	display: block;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.7;

}
#select_Box small{
	display: block;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 60px;
}
#select_Box .catch{
	display: block;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.7;
	margin: 20px 0 ;
}


/*******************
STEP AREA
*******************/
#Area{
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Ft_coordinate%2Fimg%2Fbg.jpg");
	background-repeat: repeat;
	padding: 70px 0 0;

}


#coordinate_area{
	width: 100%;
 	max-width: 960px;
	margin: 0px auto;
}
#coordinate_area .Firest{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 100%;
	margin: 0 auto 45px;
	-webkit-box-align:top;
	-ms-flex-align:top;
	align-items:top;
}
#coordinate_area .Firest .Firest_box{
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 44%;
	text-align: center;
}
#coordinate_area .Firest .Firest_box p{
	font-size: 1.8em;
	margin: 30px 0;
}

#coordinate_area .midashi{
	margin: 0 2%;
	background-color: #fff;
	color: #3c9eb4;/*文字色*/
	  padding: 0.5em;/*文字周りの余白*/
	  border-radius: 0.5em;/*角丸*/
	font-size: 2.5em;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}

#coordinate_area .midashi2{
	margin: 0 2%;
	background-color: #fff;
	color: #3c9eb4;/*文字色*/
	  padding: 1.12em .5em;/*文字周りの余白*/
	  border-radius: 0.5em;/*角丸*/
	font-size: 2.5em;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}
.step_boxA{
	background-color: #fff;
	position: relative;
	padding-top: 93px ;
	padding-bottom: 55px ;
	margin-bottom: 30px;
	text-align: center;
	color:#333;
}
.step_boxA::before,
.step_boxA::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.step_boxA::before {
	top: 0;
	border-top: 6px solid #333;
	border-bottom: 2px solid #333;
}
.step_boxA::after {
	bottom: 0;
	border-top: 2px solid #333;
	border-bottom: 6px solid #333;
}

.step_boxA h1,
#Step02 h1,
#Step03 h1{
	font-size: 3.6em;
}

.step_boxA h1:before,
#Step02 .step_box .whiteBG:before,
#Step03 .step_box .whiteBG:before{
  content: '';
  position: absolute;
  top: 133px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}



.step_boxA h2,
#Step02 h2,
#Step03 h2{
	font-size: 3.2em;
  	padding-top: 30px;
  	padding-bottom: 80px;
	margin-top: 40px;
	font-weight: bold!important;
}

.step_boxA h3,
#step02 h3,
#step03 h3{
	font-size: 2.4em!important;
  	padding-bottom: 20px;
/*	margin-top: 50px;*/	
	font-weight: normal!important;
}


.step_boxA h3.step01_ttl,
#Step02 h3.step02_ttl,
#Step03 h3.step03_ttl{
	font-size: 1.8em!important;
  	padding-bottom: 30px;
	font-weight: normal!important;
}

.step_boxA .step_ttl,
.step2_box .step_ttl,
.step3_box .step_ttl{
	background: -webkit-repeating-linear-gradient(45deg, #fafafa, #fafafa 3px,#f5f5f5 3px, #f5f5f5 7px);
	background: repeating-linear-gradient(45deg, #fafafa, #fafafa 3px,#f5f5f5 3px, #f5f5f5 7px);
	text-align: center;
	color: #3c9eb4;
	font-size: 2.4em!important;
	font-weight: bold;
	padding: 3.5% 0;
	display: block;
}
.step_boxA img,
.step2_box img{
	width: auto;
	margin: 0 auto;
}

.step_boxA .color_area,
.step2_box .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin:0px auto 0px!important;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
			
}
.step_boxA .color_area li,
.step2_box .color_area li,
.step3_box .color_area li{
	width: 25%;
	
}

.step_boxA .step1 .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin:30px auto 0px!important;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
			
}

.step_boxA .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin:0px auto 0px!important;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
			
}
.step2_box .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin:0px auto 30px!important;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
			
}

/*Step02 タイトル*/

/*.step_boxA .step02_ttl{
	position: relative;
	display: inline-block;
	padding: 6% 220px;
	width:440px!important;
	text-align: center;
	color:#01579B;
}
.step_boxA .step02_ttl:before, 
.step_boxA .step02_ttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 260px;
	height: 1px;
	border-top: 2px solid #85b8c8;
}
.step_boxA .step02_ttl:before {
	left:0;
}
.step_boxA .step02_ttl:after {
	right: 0;
}

.step_boxA .step02_ttl span {
	background-color:#85b8c8;
	width: 500px!important;
	padding: .6em 1.5em;
	border-radius: 1.5em;	
	color:#fff; 
	margin: 0 10px;
	font-size: 2.1em;
	font-weight: bold;
}

*/
#Step02 .step02_ttl {
    position: relative;
    display: inline-block;
    padding: 3% 2%!important;
    width: 830px;
    text-align: center;
    color: #01579B;
}
#Step02 .step02_ttl span {
	background-color:#85b8c8;
	display: inline-table;
    width:290px!important;
    padding: .6em 1.5em;
	color:#fff; 
    font-size: 2.1em;
    font-weight: bold;
    margin: 0 10px;
	border-radius: 1.5em;
}
#Step02 .step02_ttl:before{
    content: '';
    position: absolute;
    top: 50%;
	left: 0px;
    display: inline-block;
    width: 250px;
    height: 1px;
    border-top: 2px solid #85b8c8;
}
#Step02 .step02_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
	right: 0px;
    display: inline-block;
    width: 250px;
	height: 1px;
    border-top: 2px solid #85b8c8;
}




/*Step03用*/

#Step02,
#Step03{
    position: relative;
    text-align: center;
    color: #333;
}

#Step02::before,
#Step02::after,
#Step03::before,
#Step03::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#Step02::before,
#Step03::before {
	top: 0;
	border-top: 6px solid #333;
	border-bottom: 2px solid #333;
}
#Step02::after,
#Step03::after {
	bottom: 0;
	border-top: 2px solid #333;
	border-bottom: 6px solid #333;
}

#Step02 .whiteBG,
#Step03 .whiteBG{
	max-width: 960px!important;
	width: 100%;
	background-color: #fff;
    padding-top: 93px;
}



#Step02 .step2_box,
#Step03 .step3_box{
	background-color: #fff;
	position: relative;
	padding-bottom: 2% ;
	margin-bottom: 30px;
	text-align: center;
	color:#333;
}

#Step02 .step2_box:last-child, 
#Step03 .step3_box:last-child {
	background-color: #fff;
	position: relative;
	padding-bottom: 55px ;
	margin-bottom: 30px;
	text-align: center;
	color:#333;
}






.step3_box .left_area {
	-ms-flex-preferred-size: 420px!important;
	flex-basis: 420px!important; 
}

.step3_box .center_area {
	-ms-flex-preferred-size: 275px!important;
	flex-basis: 275px!important;
	margin-left: 5%;
}


.step3_box .right_area {
    -ms-flex-preferred-size: 16%!important;
    flex-basis: 16%!important;
    font-size: 1.7em;
    color: #fff;
    background-color: #85b8c8;
    padding: 30px 15px 0;
    line-height: 1.5;
    font-weight: bold;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 160px;
}
.step3_box .right_area1 {
    -ms-flex-preferred-size: 16%!important;
    flex-basis: 16%!important;
    font-size: 1.7em;
    color: #fff;
    background-color: #85b8c8;
    padding: 30px 15px 0;
    line-height: 1.5;
    font-weight: bold;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


 .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin: 0px auto!important;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:start;
}
#Step03 .plus{
	position: absolute;
	top:50%;
	left: 47.1%;	
	width: 6%;
}

 #Step03 .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin: 30px auto 0px!important;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:start;
}

#Step03 .color_area:last-child{
	margin: 0px auto 0px!important;
	
}

.step_area:before {
  left:0;
}
.step_area:after {
  right: 0;
}

.step_area h1 {
	position: relative;
	display: inline-block;
	font-size:2.5em;
	font-weight: normal;
  	margin-bottom: 50px;

}
.step_area h1:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

.step_area small{
	display: block;
	font-size: 1.3em;
	text-align: center;
}

#coordinate_area .step{
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	justify-content: center; /* 横方向中央揃え */
	background-color: #fff;
	color: #3c9eb4;/*文字色*/
	border-radius: 1em;/*角丸*/
	font-size: 2.24em;
	text-align: center;
	border: 2px solid #3c9eb4;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 1.6em;
	
}

#coordinate_area .number{
	color: #5da6b7;
	font-size: 2em!important;
	padding-right: 15px;
	font-weight: normal;
}

#coordinate_area .arrow-bottom {
  width: 20px;
  height: 20px;
  margin: 10px auto -10px;
  border-radius :10%;
  border-bottom: 3px solid #5da6b7;
  border-right: 3px solid #5da6b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.btn_area{
	margin: 50px auto!important;
	width: 780px;
}
#select_Box{
	background-color: #f2eeea;
	padding: 70px 0 30px!important;
		
}
	
#select_Box .ttl {
	width: 460px;
	margin: 0 auto;
   	background-color: #fff;
	color: #85b8c8;
	padding:0.4em 0.5em;
	border-radius: 0.5em;
	font-size: 2.9em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

#select_Box .Catch{
	    display: block;
    font-size: 1.8em;
    text-align: center;
    line-height: 1.7;
    margin-top: 20px;
}
#select_Box .select_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 960px;
    width: 100%;
    margin: 0 auto!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#select_Box .select_item li{
	position: relative;
	width: 460px!important;
	margin-right: 10px;
}

#select_Box .select_item li:nth-child(even) {
	position: relative;
	width: 460px!important;
	margin-top: 0!important;
	margin-right: 0px;
}


#select_Box .tone_ttl {
    position: relative;
    display: inline-block;
    padding: 3% 2%!important;
    width: 440px;
    text-align: center;
    color: #01579B;
}

#select_Box .tone_ttl span {
    width:auto!important;
    padding: .6em 1.5em;
    color: #333;
    margin: 0 10px;
    font-size: 1.6em;
    font-weight: bold;
}

#select_Box .tone_ttl:before{
    content: '';
    position: absolute;
    top: 50%;
	left: 0px;
    display: inline-block;
    width: 190px;
    height: 1px;
    border-top: 1px solid #333;
}
#select_Box .tone_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
	right: 0px;
    display: inline-block;
    width: 190px;
	height: 1px;
    border-top: 1px solid #333;
}


#select_Box .circle {
  color: #fff;
  background-color:#85b8c8;
  padding: 2%;
  margin-right: 20px;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
	font-size: .9em;
}

#select_Box .tyle2 {
  background-color:#a08570!important;
}
#select_Box .tyle2_txt {
  color:#a08570!important;
}



#select_Box .type {
    position: relative;
    color: #fff!important;
    font-size: 2.5em;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    background: #85b8c8;
    padding: 8% 10%;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    margin: 40px 0;
    -webkit-transition: ease .2s;
    transition: ease .2s;
}

 #select_Box .color_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 93%;
	margin: 0px auto!important;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:start;

}

#select_Box .color_area li,
#select_Box .color_area li:nth-child(even) {
	width: 70px!important;
	margin-right: 5px;
	margin-top: 0!important;
}


#select_Box .select_item .area_right{
	position:absolute;
	top: -25px;
	right: -35px;
}

#select_Box .select_item .area_right img{
	width: auto!important;
}

.select_Box__ann{
    max-width: 889px;
    width: 97%;
    font-size: 1.3em;
    margin: 0 auto!important;
    text-align: right;
    padding-top: .7em;
}




@media screen and (max-width:767px){
    .select_Box__ann {
        font-size: 1.1em;
    }
}

/*資料請求*/

.book img{
	width: auto!important;
	}

/* ボタン共通設定 */

.book_info{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	color: #fff!important;
	font-size: 2.5em;
	width: 50%;
	text-decoration: none;
	display: inline-block;
	background:#333;
    padding: 2% 10%;
	border-radius:1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
    outline: none;
	margin: 20px 0;
    /*アニメーションの指定*/
    -webkit-transition: ease .2s;
    transition: ease .2s;
}


.book_info:hover{
	background:#555;
	color: #fff;
}
.book_info a:hover,
.book_info a,
#select_Box .type a,
#select_Box .type a:hover{
	color: #fff;
	display: block;
}


/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 5%;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*アニメーションの指定*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 4%;
}


#categoly_area{
	background-color: #96b9c1;
  	padding-top: 70px;
  	padding-bottom: 50px;
	max-width: 1200px!important;
	width: 100%!important;
	text-align: center;
	color: #fff;
}


#categoly_area h1{
	position: relative;
	display: block;
	font-size:3em;
	font-weight: normal;
  	margin-bottom: 50px;

}

#categoly_area small{
	display: block;
	font-size: 1.8em;
	text-align: center;
}

#categoly_area .bui{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 80%;
	margin: 0 auto ;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
#categoly_area .bui li{
	width: 23%;
	background-color: #fff;
	color: #333;
}


/* ボタン共通設定 */
.cate{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	color: #333!important;
	font-size: 2em;
	width: 50%;
	text-decoration: none;
	display: inline-block;
    padding: 2%;
	border-radius:1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
    outline: none;
	margin: 20px 0;
    /*アニメーションの指定*/
    -webkit-transition: ease .2s;
    transition: ease .2s;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


.cate:hover{
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
	border-color: transparent;
	color: #333;
	background-color: #3faac3!important;
}




.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 10%;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*アニメーションの指定*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 4%;
}

.cate a:hover,
.cate a{
	color: #333;
}

.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 10%;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*アニメーションの指定*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow2:hover::after{
    right: 4%;
}



/* #tw40=TOTOウォシュレットページ*/

#tw40{
	font:62.5% /10px "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


#tw40 #mainimg{
	background-image:url(../img/main_bg.png);
	
}




@media screen and (max-width:767px){
	
	body {
		min-width: 0;
		padding-bottom: 0!important;
	}	

	
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	
	img {
    width: 100%!important;
    margin: 0 auto;
	}

    #tw40{
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
		line-height: 1.2;
    }
	
	#wrap{
		width: 95%;
		margin: 0 auto 5%;
	}
	.mt30{
		padding-top: 20px!important;
		display: block!important;
	}

	.mt10{
		padding-top: 20px!important;
		padding-bottom: 20px!important;
		display: block!important;
	}
	
	
	.wper90{
		width: 90%!important;
		margin: 0 auto 15%!important;
		display: block;
	}
	
	#choice_area h1:before, 
	#select_area h1:before {
		content: '';
		position: absolute;
		bottom: -15px;
		display: inline-block;
		width: 60px;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: black;
	}

	
	#choice_area small, 
	#select_area small {
		display: block;
		/*font-size: 1.4em;*/
		font-size: 4.5vw;

		text-align: center;
		line-height: 1.8;
	}	
	
	#choice_area h1, 
	#select_area h1 {
		position: relative;
		display: inline-block;
		font-size: 6.1vw;
		/*font-size: 2.5em;*/
		font-weight: normal;
		line-height: 1.4;
		margin-bottom: 50px;
	}

	#Area {
		background-image: url(https://toto.imagewave.pictures/%2Fproducts%2Ft_coordinate%2Fimg%2Fbg.jpg);
		background-repeat: repeat;
		padding: 3% 0 0;
	}
	
	#coordinate_area .midashi2 {
		margin: 10% 2% 6%!important;
		background-color: #fff;
		color: #3c9eb4;
		padding:1em 0.5em;
		border-radius: .4em;
		/*font-size: 2em;*/
		font-size: 5.2vw;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}

	#coordinate_area .midashi:first-child {
		margin: 0% 2% 8%!important;
		background-color: #fff;
		color: #3c9eb4;
		padding: 0.5em;
		border-radius: .4em;
		/*font-size: 2em;*/
		font-size: 5.2vw;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	
	#coordinate_area .Firest {
		display: block!important;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 auto 15%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#coordinate_area .Firest .Firest_box {
		-ms-flex-line-pack: center;
		align-content: center;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	
	#coordinate_area .Firest .Firest_box p {
		/*font-size: 1.4em;*/
		font-size: 3.7vw;
		margin: 30px 0;
	}

	#coordinate_area .step_box .arrow-bottom {
    width: 15px;
    height: 15px;
    margin: 5% auto -2%;
    border-radius: 2px;
    border-bottom: 5px solid #5da6b7;
    border-right: 5px solid #5da6b7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	
	

	
	
	.step_boxA{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-top: 15%;
		padding-bottom: 4%;
		margin-bottom: 30px;		
		text-align: center;
		color: #333;
	}
	
	
	.step_boxA h1:before,
	#Step02 .step_box .whiteBG:before,
	#Step03 .step_box .whiteBG:before{
		content: '';
		position: absolute;
		top: 100px;	
		display: inline-block;
		width: 60px;
		height: 1px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: black;
	}
	
	.step_boxA h2, 
	#Step02 h2, 
	#Step03 h2 {
		/*font-size: 2.2em;*/
		font-size: 5.9vw;
		line-height: 1.4;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 20px;
	}

	.step_boxA h3 {
		/*font-size: 1.8em!important;*/
		font-size: 4.9vw!important;
		line-height: 1.5;
		padding-bottom: 0px;
		margin-top: 0!important;
		font-weight: normal!important;
	}
	
	.step_boxA .step_ttl, 
	.step3_box .step_ttl {
		background: -webkit-repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 3px,#fafafa 3px, #fafafa 7px);
		background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 3px,#fafafa 3px, #fafafa 7px);
		text-align: center;
		color: #3c9eb4;
		/*font-size: 2em!important;*/
		font-size: 5.15vw!important;
		font-weight: bold;
		padding: 3.5% 0;
		display: block;
		line-height: 1.4;
	}
	
	
	#Step02 .step02_ttl {
		position: relative;
		display: inline-block;
		padding: 6% 4%!important;
		width: 83%;
		text-align: center;
		color: #01579B;
	}
	#Step02 .step02_ttl span {
		background-color:#85b8c8;
		display: inline-table;
		width:73%!important;
		padding: .6em 1.5em;
		color:#fff; 
		font-size: 3.7vw;
		font-weight: bold;
		margin: 0 10px;
		border-radius: 1.5em;
	}
	#Step02 .step02_ttl:before,
	.step_boxA .step02_ttl:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		display: inline-block;
		width: 8%;
		height: 1px;
		border-top: 2px solid #85b8c8;
	}
	#Step02 .step02_ttl:after,
	.step_boxA .step02_ttl:after{
		content: '';
		position: absolute;
		top: 50%;
		right: 0px;
		display: inline-block;
		width: 8%;
		height: 1px;
		border-top: 2px solid #85b8c8;
	}

	
	
	.step_boxA .color_area,
	.step2_box .color_area{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap!important;
		width: 93%;
		margin:0px auto 0px!important;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;

	}

	
	.step_boxA .color_area:last-child,
	.step2_box .color_area:last-child{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 93%;
		margin:1% auto 0!important;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;

	}
	.step_boxA .color_area li, 
	.step2_box .color_area li, 
	.step3_box .color_area li {
		width: 48%;
		margin: 1% auto 3%!important;
	}
	
	.step_boxA .step1 .color_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
		margin: 5% auto!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	#Step03{
		position: relative;
		text-align: center;
		color: #333;
	}
	
	#Step02 .whiteBG,	
	#Step03 .whiteBG{
		padding-top:15%!important; 
	}
	
	
	#Step03::before, 
	#Step03::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 13px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#Step03 .step3_box {
		background-color: #fff;
		position: relative;
		padding-bottom: 2%;
		margin-bottom: 30px;
		text-align: center;
		color: #333;
	}
	
	#Step03 h3.step03_ttl,
	.step_boxA h3.step01_ttl {
		/*font-size: 1.4em!important;*/
		font-size: 3.7vw!important;
		line-height: 1.5;
		padding-bottom: 12px;
		margin-top: 0!important;
		font-weight: normal!important;
	}
	
	
	#Step03 .step3_box:last-child {
		background-color: #fff;
		position: relative;
		padding-bottom: 35px;
		margin-bottom: 30px;
		text-align: center;
		color: #333;
	}

	

	#Step03 .color_area {
		display: block;
		margin: 8% auto 0!important;
	}
	
	#Step03 .plus {
		position: absolute;
		width:12%!important;
		top: 55%;
		left: 45%;
	}
		#Step03 .plus4{
		position: absolute;
		top: 51%!important;
		left: 45%;
		width:12%!important;
	}
	


	.step_area:before {
	  left:0;
	}
	.step_area:after {
	  right: 0;
	}

	
	#select_Box{
		background-color: #f2eeea;
		padding: 70px 0 30px!important;
		
	}
	#select_Box .ttl {
    	background-color: #fff;
		width: 100%;
		margin: 0 auto;
		color: #3c9eb4;
		font-weight: bold;
		padding:0.3em 0.5em;
		border-radius: 0.5em;
		/*font-size: 2em;*/
		font-size: 5vw;
		line-height: 2.2;
		margin-bottom: 20px;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

}
	
	#select_Box .circle {
		color: #fff;
		background-color: #85b8c8;
		padding: 2%;
		margin-right: 15px;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		text-align: center;
		display: inline-block;
		border-radius: 50%;
		font-size: .9em;
	}
	
	#select_Box .select_item{
		display: block;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		max-width: 100%;
		width: 90%;
		margin: 0 auto!important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#select_Box .select_item li{
		position: relative;
		width: 100%!important;
		margin-top: 15%;
		margin-right: 0!important;
	}
	#select_Box .select_item li:nth-child(even) {
		position: relative;
		width: 100%!important;
		margin-top: 15%;
		margin-right: 4%;
	}
	
	#select_Box small {
    display: block;
    /*font-size: 1.5em;*/
    font-size: 3.7vw;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 60px;
	width: 95%;
	margin: 0 auto;
}
	#select_Box .Catch {
    display: block;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.7;
    margin-top: 20px;
}
	#select_Box .tone_ttl {
    position: relative;
    display: inline-block;
    padding: 3% 2%!important;
    width: 96%;
    text-align: center;
    color: #01579B;
}
	
#select_Box .tone_ttl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    display: inline-block;
    width: 40%;
    height: 1px;
    border-top: 1px solid #333;
}	
	
#select_Box .tone_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    display: inline-block;
    width: 40%;
    height: 1px;
    border-top: 1px solid #333;
}	
	
	
	#select_Box .color_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 70%;
    margin: 0px auto!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
	
	
#select_Box .type {
    position: relative;
    color: #fff!important;
    font-size: 2.4em;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    background: #85b8c8;
    padding: 4% 10%;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    margin: 40px 0;
    -webkit-transition: ease .2s;
    transition: ease .2s;
}	
	
	#select_Box .select_item .area_right{
		position:absolute;
		top: -30px;
		right: -80px;
	}
	#select_Box .select_item .right .area_right{
		position: absolute;
		top: -20px;
		left: -40px;
		width: 50%;
	}
	#select_Box .select_item .area_right img{
		width: 75%!important;
	}

	
	

	.btn_area{
		margin: 20px auto!important;
		width: 90%;
	}

	
	.right{
		margin-left: 10%;
	}
	
	.book img{
		width: 90%!important;
	}
	
	
	/* ボタン共通設定 */
	.book_info{
		/*矢印の基点とするためrelativeを指定*/
		position: relative;
		/*ボタンの形状*/
		color: #fff!important;
		font-size: 2.5em;
		width: 90%;
		text-decoration: none;
		display: inline-block;
		background:#333;
		color:#fff;
		padding: 6%  8% 6% 3%;
		border-radius:1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		outline: none;
		margin: 20px 0;
		/*アニメーションの指定*/
		-webkit-transition: ease .2s;
		transition: ease .2s;
	}


	.book_info:hover{
		background:#555;
		color: #fff;
	}
	.book_info a:hover,
	.book_info a{
		color: #fff;
	}


	/* 矢印が右に移動 */

	.btnarrow1::after{
		content: '';
		/*絶対配置で矢印の位置を決める*/
		position: absolute;
		top:42%;
		right: 10%;
		/*矢印の形状*/
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		/*アニメーションの指定*/
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	/*hoverした際の移動*/
	.btnarrow1:hover::after{
		right: 4%;
	}


	#categoly_area{
		background-color: #96b9c1;
		padding-top: 50px;
		padding-bottom: 50px;
		max-width: 1200px!important;
		width: 100%!important;
		text-align: center;
		color: #fff;


	}
	#categoly_area h1{
		position: relative;
		display: block;
		font-size:2.5em;
		font-weight: normal;
		margin-bottom: 30px;

	}
	#categoly_area small{
		display: block;
		font-size: 1.8em;
		text-align: center;
	}
	#categoly_area .bui{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 93%;
		margin: 0 auto ;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;

	}
	#categoly_area .bui li{
		width: 46%;
		background-color: #fff;
		color: #333;
		padding: 6% 0;

	}


	/* ボタン共通設定 */
	.cate{
		/*矢印の基点とするためrelativeを指定*/
		position: relative;
		/*ボタンの形状*/
		color: #333!important;
		font-size: 2em;
		width: 50%;
		text-decoration: none;
		display: inline-block;
		background:#333;
		color:#fff;
		padding: 2%;
		border-radius:1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		outline: none;
		margin: 10px 0;
		/*アニメーションの指定*/
		-webkit-transition: ease .2s;
		transition: ease .2s;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);



	}
	.cate:hover{
	  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
	  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
	  border-color: transparent;
		color: #333;
		background-color: #3faac3!important;
	}
	.cate a:hover,
	.cate a{
		color: #333;
	}

	.btnarrow2::after{
		content: '';
		/*絶対配置で矢印の位置を決める*/
		position: absolute;
		top:42%;
		right: 10%;
		/*矢印の形状*/
		width: 10px;
		height: 10px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		/*アニメーションの指定*/
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	/*hoverした際の移動*/
	.btnarrow2:hover::after{
		right: 4%;
	}


}
#copyright{
	text-align: center;
	border-top:none!important;
}

/*-------------------------------*/

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width : 640px) {
/*
  .banner_container{
    display: none;
}
*/
}