@charset "utf-8";

.c-frame[data-color="orange"] {
  padding: 15px 20px;
  background-color: #fef6f2;
  border: solid 1px #ccc;
  line-height: 1.6;
}

.c-hdg {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
}

.c-list[data-type=check]>li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.6;
}

.c-list[data-type=check]>li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 12px;
  background-image: url('/service/payment/atoderevo/img/icon_check.png');
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.c-list[data-type=check]>li:not(:first-child) {
  margin-top: 15px;
}

.c-link {
  color: #0070cc;
  text-decoration: none;
}

.c-link:hover {
  text-decoration: underline;
}

.clr-red {
  color: red;
}

#atoderibo .table06 td,#atoderibo .table06 th{
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}

/*============================================================
PC
============================================================*/
@media screen and (min-width: 641px) {
#atoderibo .ttl02_A{
	background-image: url("../../../img/common/bar_h3.gif");
	background-position:1px 100%;
	background-repeat:no-repeat;
    font-size: 140%;
    line-height:110%;
    padding: 13px 0px 13px 0px;
	font-weight:bold;
	margin-bottom:10px;
}
#atoderibo .ttl03_A{
	font-size:120%;
	font-weight:bold;
	margin:30px 0 10px;
	padding:8px 0;
	}
#atoderibo .ttl03_B{
	font-size:120%;
	font-weight:bold;
	margin-bottom: 10px;
	padding:8px 0;
	}
#atoderibo .txtAttention{
	font-size:110%;
	line-height:20px;
	margin-bottom:10px;
	font-weight:bold;
	}
#atoderibo .underLine{
	text-decoration:underline;
}

#atoderibo table{
	width:100%;
	border-collapse:collapse;
	}
#atoderibo table tr th {
	border-collapse: collapse;
	border:1px solid #cccccc;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background-color:#e0e0e0;
	}
#atoderibo table tr td {
	border-collapse: collapse;
	border:1px solid #cccccc;
	padding:5px;
	text-align:left;
	vertical-align:middle;
	padding-left:10px
}

#atoderibo .table05 td{
	text-align:right;
}
#atoderibo table tr .tablew03 {
    width: 30%;
}
#atoderibo .table06{
	width:100%;
	border-collapse:separate;
}
#atoderibo .table06 td,#atoderibo .table06 th{
	border:none;
	border-collapse:separate;
}
#atoderibo .c02{
	background-color:#efefef;
}
#atoderibo .c03{
	background-color:#ffffff;
}
#atoderibo table .tableBorderBold{
	border-bottom:1px solid #666666;
	border-top:2px solid #666666;
	}
#atoderibo table .tableBorder{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	}
#atoderibo table .tableBorderB{
	border-bottom:1px solid #666666;
	}
#atoderibo table .tableBorderT{
	border-top:2px solid #666666;
	}
#atoderibo .txtr{
	text-align:right;
}
#atoderibo .txtc{
	text-align:center;
}

#atoderibo .iconFloat{
	background:url("../../../img/common/markonly.gif") no-repeat right top;
	padding-right:90px;
	min-height:87px;
}
#atoderibo  .howTolist{
	width:70%;
	padding-left:20px;
}
#atoderibo  .howTolist li{
    margin-left: 2rem;
    text-indent: -2rem;
}
#atoderibo  .howTolistlast{
	width:60%;
	margin:0 auto;
}
#atoderibo  .howTolist img{
	width:12px;
	margin:0 auto;
}
#atoderibo .indentList li {
    margin-left: 1rem;
    text-indent: -1rem;
}
#atoderibo .indentList dd {
    margin-left: 1rem;
	margin-bottom:10px;
}
#atoderibo .txtBold{
	font-weight:bold;
}
.linkOutBtnL {
	width: 95%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #eb5505;
	background-image: url(../img/icn_login.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	text-align: center;
	-webkit-box-shadow: 0 1px #ccc;
	-moz-box-shadow: 0 1px #ccc;
	box-shadow: 0 1px #ccc;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.8rem;
}
.c-image[data-sizing-sm="0.13"] {
	width: 13%;
	height: auto;
}
.c-image[data-sizing-sm="0.15"] {
	width: 15%;
	height: auto;
}
.c-image[data-sizing-sm="0.23"] {
	width: 23%;
	height: auto;
}
}/*PC_end*/
/*============================================================
SP
============================================================*/
@media screen and (max-width: 640px) {
#atoderibo .ttl02_A{
	background-image: url("../../../img/common/bar_h3.gif");
	background-position:1px 100%;
	background-repeat:no-repeat;
    font-size: 120%;
    line-height:110%;
    padding: 10px 0px 10px 0px;
	font-weight:bold;
	margin-bottom:5px;
	width:96%;
	margin:10px auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}
#atoderibo .ttl03_A{
	font-size:110%;
	font-weight:bold;
	margin:30px 0 5px;
	width:96%;
	margin:10px auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#atoderibo .ttl03_B{
	font-size:110%;
	font-weight:bold;
	margin-bottom: 5px;
	width:96%;
	margin:10px auto;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#atoderibo .txtAttention{
	font-size:110%;
	margin:0 auto 10px;
	font-weight:bold;
	width:96%;
	font-weight:bold;

	}
#atoderibo .underLine{
	text-decoration:underline;
}

#atoderibo table{
	width:96%;
	margin:10px auto;
	}
#atoderibo table tr th {
	border-collapse: collapse;
	border:1px solid #cccccc;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background-color:#e0e0e0;
	}
#atoderibo table tr td {
	border-collapse: collapse;
	border:1px solid #cccccc;
	padding:5px;
	text-align:left;
	vertical-align:middle;
	padding-left:10px
}
#atoderibo .table05 td{
	text-align:right;
}
#atoderibo table tr .tablew03 {
    width: 30%;
}
#atoderibo .table06{
	border-collapse:separate;
  word-break: normal;
}
#atoderibo .table06 td,#atoderibo .table06 th{
	border:none;
	border-collapse:separate;
}
#atoderibo .c02{
	background-color:#efefef;
}
#atoderibo .c03{
	background-color:#ffffff;
}
#atoderibo table .tableBorderBold{
	border-bottom:1px solid #666666;
	border-top:2px solid #666666;
	}
#atoderibo table .tableBorder{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	}
#atoderibo table .tableBorderB{
	border-bottom:1px solid #666666;
	}
#atoderibo table .tableBorderT{
	border-top:2px solid #666666;
	}
#atoderibo .txtr{
	text-align:right;
}
#atoderibo .txtc{
	text-align:center;
}

#atoderibo .iconFloat{
	background:url("../../../img/common/markonly.gif") no-repeat right top;
	padding-right:90px;
	width:96%;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#ffffff;
}
#atoderibo .howTolist{
	width:90%;
	margin:0 auto;
}
#atoderibo .howTolist li{
    margin-left: 2rem;
    text-indent: -2rem;
}
#atoderibo .howTolist img{
	width:12px;
	margin:0 auto;
}
#atoderibo .howTolistlast{
	width:80%;
	margin:0 auto;
}
#atoderibo .indentList li{
    margin-left: 1rem;
    text-indent: -1rem;
}
#atoderibo .indentList dd {
    margin-left: 1rem;
	margin-bottom:10px;
}
#atoderibo .txtBold{
	font-weight:bold;
}
.linkOutBtnL {
	width: 96%;
	margin: 0 auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #eb5505;
	background-image: url("../img/icn_login.png");
	background-size: 15px auto;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	text-align: center;
	-webkit-box-shadow: 0 1px #ccc;
	-moz-box-shadow: 0 1px #ccc;
	box-shadow: 0 1px #ccc;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.8rem;
}
.c-image[data-sizing-xs="0.25"] {
	width: 25%;
	height: auto;
}
.c-image[data-sizing-xs="0.35"] {
	width: 35%;
	height: auto;
}
.width-22p { width: 22%; }
.width-54p { width: 54%; }
.width-38p { width: 38%; }
}/*SP_end*/

/*============================================================
2109改修
============================================================*/
.atoderevo_kv {
	background-color: #fef6f2;
	padding: 22px 0;
  height: 150px;
  box-sizing: border-box;
}

.atoderevo_kv .c-image {
	height: 100%;
}

.list-check {
	padding: 20px 15px;
	border: 1px solid #ccc;
	line-height: 1;
}

.c-frame[data-color="orange"] {
	background-color: #fef6f2;
}

.c-frame > .list-check {
	padding: 0;
	border: none;
}

ul.list-check > li {
	position: relative;
	padding-left: 28px;
	line-height: 1.6;
}

ul.list-check > li:not(:first-child) {
	margin-top: 15px;
}

ul.list-check > li::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 12px;
	background-image: url(/service/img/common/icon_tick.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}
.c-slider > li .c-slider__lead {
	font-size: 1.6rem;
	color: #333;
}

.slider05.cmn_slider.tab_slider  .slick-track{
  padding-top: 30px;
}

.slider05.cmn_slider.tab_slider  .slick-track{
  padding-top: 30px;
}

.steps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 193px;
  margin: -62px auto 0;
  padding: 5px;
  border-radius: 40px;
  background-color: #eb5505;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}
.cmn_slider._mod .slick-track {
  padding-top: 30px;
}
.cmn_slider.acd_slider._mod .slick-prev {
  left: 300px;
}
.cmn_slider.acd_slider._mod .slick-next {
  right: 300px;
}

/*============================================================
SP
============================================================*/
@media screen and (max-width: 640px) {
	.atoderevo_kv {
		height: 130px;
	}
	.c-slider__container[data-type="2"] .c-slider>li:nth-child(n+2) {
    padding: 0;
    margin: 22px 5px 0 0;
	}
   .steps {
      font-size: 20px;
  }
  .cmn_slider.acd_slider._mod .slick-prev {
    left: 11%;
  }
  .cmn_slider.acd_slider._mod .slick-next {
    right: 11%;
  }
}
