@charset "Shift_JIS";

/*  PAY2 210211TK --------------------------------*/
#guide_pay2 h3 { margin-bottom: 30px; }
#guide_pay2 .faq { margin: 20px 20px 0 20px; }

#guide_pay2 .faq dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 0;
  padding: 12px 40px 12px 57px;
  border: solid 1px #ccc;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}



#guide_pay2 .faq dt:before {
  top: 8px;
  left: 10px;
  content: url(../../../pay/img/qa_q.png);
  position: absolute;
}

#guide_pay2 .faq dt:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f067";
  position: absolute;
}

#guide_pay2 .faq dt.open:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f068";
  position: absolute;
}

#guide_pay2 .faq dd {
  font-size: 17px;
  line-height: 28px;
  padding: 15px 30px 22px 61px;
  border: 1px solid #CCCCCC;
  border-top: none;
  display: none;
  background: url(../../../pay/img/qa_a.png) no-repeat 16px 16px;
}

#guide_faq .faq dd p { padding: 0 0 15px; }
#guide_faq .faq .point { color: #ff4075; }
#guide_faq .faq span { font-weight: bold; }

#guide_pay2 .faq .example {
  margin-top: 10px;
  padding-top: 20px;
  border-top: dotted 1px #ccc;
}

#guide_pay2 .faq ul { margin-bottom: 25px; }
#guide_pay2 .faq .example p { padding-bottom: 10px; }

#guide_pay2 .faq .example .sst {
  text-indent: -28px;
  margin-left: 28px;
}

#guide_pay2 .faq .note {
  color: #828282;
  padding-left: 15px;
  position: relative;
}

#guide_pay2 .faq .note:before {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: -2px;
  left: 0px;
  display: inline-block;
  content: "\f105";
  position: absolute;
}

#guide_pay2 .faq .pay {
  text-align: center;
  margin: 0 auto 20px;
  width: 400px;
}

#guide_pay2 .pay li {
  padding: 5px;
  background: #FFF0F6;
}

#guide_pay2 .pay .arrow {
  padding: 0 5px 5px 5px;
  background: none;
}

#guide_pay2 .pay .arrow:before {
  font: normal normal normal 34px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #9e9e9e;
  line-height: 18px;
  top: 6px;
  left: -5px;
  display: inline-block;
  content: "\f107";
  position: relative;
}

#guide_pay2 ul li .card { margin: 10px 0 20px; }
#guide_pay2 dl .indent_style01 { padding-left: 20px; }

#guide_pay2 .s_text {
  font-weight: normal;
  padding: 5px 0 0 15px;
  display: block;
}

#guide_pay2 dd p.pic01 {
  text-align: center;
  padding: 25px 0;
}

#guide_pay2 dd p.pic01 img { width: 320px; }

#guide_pay2 .faq dd .dummy_btn {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  padding: 20px 0;
  width: 272px;
  background: url("../../../img/_02_proft/entry_btn.gif") no-repeat left top;
}

#guide_pay2 .faq dd .dummy_btn02 {
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 15px 0;
  padding: 8px;
  border: 1px solid #cd9a02;
  width: 220px;
  display: block;
  background: #ffd62a url("../../../img/reserv/order_bg.gif") repeat-x scroll left top;
}



#guide_pay3 h3 { margin-bottom: 30px; }
#guide_pay3 .faq { margin: 20px 20px 40px 20px; }

#guide_pay3 .faq dt {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 10px 0 0;
  padding: 12px 40px 12px 57px;
  border: solid 1px #ccc;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

#guide_pay3 .faq dt:before {
  top: 8px;
  left: 10px;
  content: url(../../../pay/img/qa_q.png);
  position: absolute;
}

#guide_pay3 .faq dt:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f067";
  position: absolute;
}

#guide_pay3 .faq dt.open:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f068";
  position: absolute;
}

#guide_pay3 .faq dd {
  font-size: 17px;
  line-height: 28px;
  padding: 15px 30px 22px 61px;
  border: 1px solid #CCCCCC;
  border-top: none;
  display: none;
  background: url(../../../pay/img/qa_a.png) no-repeat 16px 16px;
}

#guide_pay2 .faq .example {
  margin-top: 10px;
  padding-top: 20px;
  border-top: dotted 1px #ccc;
}

#guide_pay3 .faq .example p { padding-bottom: 10px; }

#guide_pay3 .faq .example .sst {
  text-indent: -28px;
  margin-left: 28px;
}

#guide_pay3 .faq .note {
  color: #828282;
  padding-left: 15px;
  position: relative;
}

#guide_pay3 .faq .note:before {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: -2px;
  left: 0px;
  display: inline-block;
  content: "\f105";
  position: absolute;
}

#guide_pay3 .faq .pay {
  text-align: center;
  margin: 0 auto 20px;
  width: 400px;
}

#guide_pay3 .pay li {
  padding: 5px;
  background: #FFF0F6;
}

#guide_pay3 .pay .arrow {
  padding: 0 5px 5px 5px;
  background: none;
}

#guide_pay3 .pay .arrow:before {
  font: normal normal normal 34px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #9e9e9e;
  line-height: 18px;
  top: 6px;
  left: -5px;
  display: inline-block;
  content: "\f107";
  position: relative;
}

#guide_pay3 ul li .card { margin: 10px 0 20px; }
#guide_pay3 dl .indent_style01 { padding-left: 20px; }

#guide_pay3 .s_text {
  font-weight: normal;
  padding: 5px 0 0 15px;
  display: block;
}

#guide_pay3 dd p.pic01 {
  text-align: center;
  padding: 25px 0;
}

#guide_pay3 dd p.pic01 img { width: 320px; }

#guide_pay3 .float_none {
	clear: both;
}

#guide_pay3 figure {
	float: right;
	margin: 0 0 15px 15px;
	width: 30%;
}
#guide_pay3 figure img {
	max-width: 100%;
}

/* sample 220705TK --------------------------------*/

#sc .faq dt {
  font-size: 19px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 30px;
  padding: 12px 40px 12px 57px;
  border: solid 1px #ccc;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #1dbee5;
  text-align: center;
}

#sc .faq dt:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f067";
  position: absolute;
}

#sc .faq dt.open:after {
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #D3D3D3;
  top: 18px;
  right: 18px;
  display: inline-block;
  content: "\f068";
  position: absolute;
}

#sc .faq dd {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 160px;
  border: 1px solid #CCCCCC;
  border-top: none;
  display: none;
}

#sc .blc1 .faq dd {padding: 25px 130px; }
#sc .faq dd p { padding-bottom: 20px; }

#sc .note_list {
  color: #999999;
  font-size: 14px;
  margin-top: 40px;
}

#sc .note_list h5 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 20px;
}

#sc .note_list ul {
  width: 600px;
  margin: 0 auto;
  line-height: 2;
  list-style-position: inside;
}
#sc .note_list ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#sc .note_list a { color: #999999; }

#sc ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:30px;
  background: #FFF;
}
#sc ol li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
  padding: 0.5em 0.5em 0.5em 38px;
}

#sc ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #1dbee5;
  color: white;
  font-family: 'Avenir','Arial',sans-serif;
  font-weight:bold;
  font-size: 18px;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clearfix:after {
content:" ";
display:block;
clear:both;
}

#sc .img_100 {
	width: 100%;
	height: auto;
	margin: 20px 0 30px;
	text-align: center;
	display: block;
	clear: both;
}

#sc .img_auto {
	width: auto;
	height: auto;
	margin: 20px 0 30px;
	text-align: center;
	display: block;
	clear: both;
}
#sc .box_bdr {
	width: 90%;
	height: auto;
	padding: 20px 30px;
	margin: 20px 0 30px;
	margin-left : auto;
	margin-right : auto;
	border: solid 1px #e2e2e2;
	border-radius: 10px;
}
#sc .box_fill {
	width: 90%;
	height: auto;
	padding: 20px 30px;
	margin: 20px 0 30px;
	margin-left : auto;
	margin-right : auto;
	background: #f2f2f2;
	border-radius: 10px;
  font-weight:normal;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

#sc .btn1{
  box-sizing: border-box;
  color: #333;
  width: 270px;
  background: #fff;
  padding: 15px 10px;
  margin: 20px 0 30px;
  border-radius: 8px;
  text-decoration: none;
  border: 2px solid #ccc;
  text-align: center;
  display: inline-block;
  position: relative;
}
#sc .btn1:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #ccc;
}
#sc .btn1:visited{
  color: #333;
}
#sc .btn1:hover{
  background: #f2f2f2;
  color: #333;
}

#sc .btn2{
  box-sizing: border-box;
  color: #FFF;
  width: 360px;
  background: #1dbee5;
  padding: 15px 10px;
  margin: 20px 0 30px;
  border-radius: 25px;
  text-decoration: none;
  border: 0px solid #FFF;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#sc .btn2:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #FFF;
}
#sc .btn2:hover{
	opacity: 0.7 ;
}

#sc h1 {
	font-size: 23px;
	font-weight: bold;
	color: #1dbee5;
	margin: 40px 0 40px;
	line-height: 1.8;
}

#sc h2 {
  font-family: 'Times New Roman';
  font-size: 24px;
  font-weight: normal;
  color: #ccc;
  text-align: center;
}

#sc h2 span {
  font-family: ' メイリオ', Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 26px;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 22px;
  display: block;
  margin-top: 22px;
}

#sc h3 {
	font-size: 19px;
	font-weight: bold;
	color: #333;
	margin: 50px 0 30px;
	padding: 5px 0 5px 12px;
	border-left: solid 5px #1dbee5;
	line-height: 1.8;
}

#sc h4 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin: 40px 0 30px;
	padding: 0 0 0 12px;
	border-bottom: solid 1px #E4E4E4;
	line-height: 1.8;
}

#sc h5 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 40px 0 30px;
	padding: 3px 0 0 18px;
	line-height: 1.8;
	background: #f2f2f2;
	border-radius: 15px;
}

/*  PAY2 210211TK --------------------------------*/

#pay_point .box03 p {
	line-height: 1.8;
}

#pay_point .box04 {
	line-height: 1.8;
}

#pay_point .box04 ul {
  border: none;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

#pay_point .box04 ul li {
  line-height: 1.5;
  padding: 0.7em 0;
  list-style-type: disc;
}

#pay_point .box04 ul li .litext {
  font-size: 13px;
  color: #777;
}

#pay_point .box03 #img100{
  margin: 20px 0 30px!important;
  text-align: center!important;
  clear: both;
}

#pay_point .box03 p {
	margin: 0 0 15px!important;
	line-height: 1.8!important;
}

/*  PAY2 230117TK --------------------------------*/

#pay2 .img100 {
	width: 100%;
	height: auto;
	margin: 20px 0 30px;
	text-align: center;
	display: block;
	clear: both;
}

#pay2 .pg_box p {
	margin: 0 0 30px;
	display: block;
	clear: both;
}

#pay2 .pg_box { padding: 30px 10px 40px; }

#pay2 .pg_box .cap_gray {
	color: #999999;
	font-size: 14px;
}

#pay2 .pg_box .img_center {
	text-align:center;
}

#pay2 .pg_box li{
  position: relative;
  padding-left: 15px;
  list-style: none;
  margin: 0 0 15px;
}
 
#pay2 .pg_box li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
}

/*  Cookie 230614TK --------------------------------*/

#guide_pm .cookie
{
   text-indent: -1em;
   padding-left: 1em;
}

#guide_pm .box10
{
   padding: 10px;
}

#guide_pm .ptn
{
  padding: 10px 0;
  width: 100%;
}
#guide_pm .ptname
{
  width: 30%;
  padding: 0 0 0 20px;
}

#guide_pm .ptngnr
{
  text-align: center;
  color: #FFF;
  font-size: 12px;
  background-color: #999;
  border-radius: 25px;
  width: 100px;
}

#guide_pm details  {
    margin-left: 15px;
}
#guide_pm summary  {
    padding: 10px;
    background-color: #fafafa;
    border: solid 1px #e5e5e5;
    margin: 0 0 35px;
}
#guide_pm details p  {
    margin: 0 0 20px 26px;
}

#guide_pm .ptngnr1
{
  text-align: center;
  font-size: 15px;
  color: #FFF;
  background-color: #666;
  border-radius: 25px;
  width: 200px;
  margin: 15px 0 15px;
}

.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle_label {
  width: 75px;
  height: 35px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}

.toggle_label:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.toggle_input:checked + .toggle_label {
  background-color: #1DBEE5;
}

.toggle_input:checked + .toggle_label:after {
  left: 40px;
}

.toggle_button {
  position: relative;
  width: 75px;
  height: 35px;
  margin: auto;
}

/*  PM 240404TK --------------------------------*/
#guide_pm .box03 .tx_l {
  padding:  0 30px 20px 30px;
}

#guide_pm .box03 dd ul ul { padding: 10px 0 20px; }

