@charset "UTF-8";
/* CSS Document */

/*=========================================================
	WEAR
===========================================================*/
/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml120 { margin-left: 120px !important;}


/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

#wear.page-header {
  position: relative;
  margin: 0;
  height:500px;
  
  background-color: #fff;
  background:url('../wear/img/info-bg.jpg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}


table.tbl-wear {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 95%;
  table-layout: fixed;
  font-size:16px;
}

table.tbl-wear tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table.tbl-wear th,
table.tbl-wear td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table.tbl-wear th {
  font-size: 1.2em;
}
table.tbl-wear th.outer {
	background-color:#7DD8FB;
}
table.tbl-wear th.mid {
	background-color:#60C3F9;
}
table.tbl-wear th.base {
	background-color:#2AA3F3;
}
table.tbl-wear th.other {
	background-color:#2177B2;
}
table.tbl-wear th.pants {
	background-color:#5478CD;
}


table.tbl-wear thead tr{
  background-color: #167F92;
  color:#fff;
}
table.tbl-wear thead th{
  background-color: #5E7990;
  color:#fff;
  text-align:center;
}
table.tbl-wear tbody th {
    background: #78bbc7;
    color: #fff;
}
table.tbl-wear.txt{
   text-align: left;
   font-size: 1em;
}
table.tbl-wear.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
}
table.tbl-wear thead .non{
  background:#fff!important;
}
@media screen and (max-width: 600px) {
  table.tbl-wear {
    border: 0;
    width:100%
  }
  table.tbl-wear th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table.tbl-wear thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.tbl-wear tr {
    display: block;
    margin-bottom: .625em;
  }
  table.tbl-wear td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1em;
    text-align: left;
    position: relative;
    padding: .625em .625em .625em 5em;
    border-right: none;
  }
  
  table.tbl-wear td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #2177B2;
  }
  table.tbl-wear td:last-child {
    border-bottom: 0;
  }
  table.tbl-wear tbody th {
    color: #fff;
}
}

/*ステップフローのCSS*/

.step-head {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.step-heading {
  margin: 10px 0
}
.step-head .step-heading {
  position: relative;
  height: 50px;
  padding: 0;
  border: 2px solid #1976B5;
  line-height: 50px;
  background: #1976B5;
  font-size: 22px;
  font-weight:700;
  color: #fff;
}
.step-head .step-heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  padding-left: 25px;
  padding-right: 40px;
  background: #fff;
  color: #222;
}
.step-head .step-heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 46px 37px 0 0;
  border-right-color:#fff;
}
.step-head .step-heading .title{
  float: left;
  padding-left: 20px;
}
div.point {
  position: relative;
  display: inline-block;
  padding: 0 195px;
}

div.point:before, div.point:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 185px;
  height: 2px;
  border-top: solid 2px #1976B5;
  border-bottom: solid 2px #1976B5;
}

div.point:before {
  left:0;
}
div.point:after {
  right: 0;
}


.head_test {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-weight:  800;       /* 文字の太さ調整 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}

 .head_test-point {
    background-color: #1976B5;  /* 背景色指定 */
    border-radius:  50%;        /* 丸くする */
    padding:  5px 15px;             /* 余白指定 */
    font-size: 50px;            /* 文字サイズ指定 */
    color: #fff;                /* 文字色指定 */
    margin-right: 5px;          /* 周りの余白指定 */
}


ol.point-cnt {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  margin:20px;
    font-size: 20px;            /* 文字サイズ指定 */
}
ol.point-cnt li {
  border-bottom: dashed 1px #1976B5;
  position: relative;
  padding: 1.1em 0.5em 1.1em 50px;
  line-height: 1.5em;
}
ol.point-cnt li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #1976B5;
  color: white;
  font-weight:bold;
  font-size: 25px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.point-cnt li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}


h3.goods_t {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
}
h3.goods_t::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}

ul.list_maru-wrap {
	padding-left:2em;
	font-size:16px;
}

.list_maru-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}
 
 
.list_maru:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color:#3498db;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
	left:-1em;
    margin-right: -.6em;          /* 余白指定 */
}

/* ========テーブル======== */
.tbl-r05 td:first-child {
  background: #60C2F8;
  color:#fff;
    font-weight: 600;
  vertical-align: middle;
}
.tbl-r05 th {
  background: #D3E8F0;
  text-align:center;
  vertical-align: middle;
	}
.tbl-r05 td.plus {
  background: #5E7990;
  color:#fff;
  text-align:center;
  vertical-align: middle;
	}
	
td.label-list{
  text-align:center;
  color: #1976B5;
  vertical-align: middle;
	}
td.label-list2{
  text-align:left;
  vertical-align: middle;
	}
td.label-list3{
  text-align:center;
  vertical-align: middle;
	}
.tbl-r05 .price{
    display: block;
}

.tbl-r05 .price .sign{
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

.tbl-r05 .price .currency{
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
}

.tbl-r05 .price .cent{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
	margin-left:2px;
	margin-top:3px;
    vertical-align: middle;
}

.tbl-r05 .month{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: middle;
}

.sub-name {
	color:#666;
	font-weight:400 !important;
	margin-left:1em;
	}
	

.my-flip-inner-wrapper {
   perspective: 150rem;
   -moz-perspective: 150rem;
   position: relative;
   min-height:320px;
}



.my-flip-number {
   height: 10rem;
   clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
   position:relative;
   text-align:center;
   color:#fff;
}

.maru {
	display: inline-block;
  width: 100%;
 height:60px;
 width:60px;
 border-radius:50%;
 line-height:60px;
 text-align:center;
 background:#106DB3;
  font-size:36px;
  font-weight:500;
  margin:0 auto;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left:-1em;
}


.my-flip-image {
   height: 15rem;
   background-blend-mode: screen;
   clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.my-flip-image img{
   width: 100%;
   height: 100%;
   background-blend-mode: screen;
   object-fit: cover;   
}

.my-flip-heading {
    margin: 0 0 15px;
  font-size:32px;
   color:#fff;
  font-weight:600;
   text-align:center;
}
.my-flip-details {
   padding: 2rem;
    height: 100%;
}
.my-flip-details p {
   font-size: 15px;
   margin: 0;
   line-height: 2;
   color: #fff;
}

@media only screen and (max-width: 767px) {
	#wear.page-header {
  height:300px;
}


.step-head {
  padding: 3px 0;
}

.step-head .step-heading {
  font-size: 14px;
  font-weight:600;
}
.step-head .step-heading .caption{
  padding-left: 5px;
  padding-right: 5px;
}
  div.point {
  padding: 0 65px;
}

div.point:before, div.point:after {
  width: 55px;
  top: 40%;
}


.head_test-point {
    font-size: 30px;            /* 文字サイズ指定 */
  line-height:2em;
    padding:  10px 15px;             /* 余白指定 */
}

ol.point-cnt {
    font-size: 16px;            /* 文字サイズ指定 */
}
 .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: left;
    width: 100%;
  }
  
 
  .tbl-r05 td:first-child {
    background: #60C2F8;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
	width:20%;
	color:#222;
	border-right:solid 1px #ccc;
	line-height:1.5em;
  }
   .tbl-r05 td.plus:first-child {
    background: #5E7990;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  
}