﻿@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style: none;
}
body{
  width: 100%;
  margin: 0;
  padding: 0;
  color: #595a5a;
  font-family: Montserrat,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
}
.min{
	font-family: "游明朝","YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "MS PMincho", serif;
}
img{
  border: none;
}
.line{
  text-decoration: underline;
}
a{
  color: #595a5a;
  text-decoration: none;
}
a:hover{
  opacity: 0.6;
  text-decoration: none;
}
a:visited {
    color: #595a5a;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
.red{
  color: #f00;
}
.center{
  text-align: center;
}
.mt20{
  margin-top: 20px!important;
}
.mb20{
  margin-bottom: 20px!important;
}
.mb30{
  margin-bottom: 30px!important;
}
.mb40{
  margin-bottom: 40px!important;
}
.ml20{
  margin-left: 20px!important;
}
.right{
  text-align: right;
}
.sp{
  display: none!important;
}
.bt {
  -webkit-appearance: none; /*-Chrome, Safari-*/
  -moz-appearance: none; /*- Firefox-*/
  appearance: none;

  display: block;
  overflow: hidden;
  border: 1px solid #595a5a;
  border-radius: 5px;
  width: 310px;
  height: 60px;
  margin: 0 auto;
  background-color: #FFF;
  color: #595a5a;
  font-size: 16px;
  line-height: 60px;
}

/* ページTOPに戻る */
#page-top{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 50px;
  opacity: 0.7;
}
#page-top a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #000;
    line-height: 50px;
}
#page-top a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
.move-page-top
{
	display: block ;
	background: #D36015 ;
	width: 50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

header{
  display: block;
  width: 100%;
  padding: 0;
}

header .header{
  width: 1000px;
  margin: 0 auto;
  background: url("../img/logo.png") no-repeat left 10px;
  background-size: 390px;
}
header #logo_home{
  display: inline-block;
  text-align: left;
  width: 390px;
  margin: 0;
  padding: 0;
}
header #logo_home a{
  display: block;
  height: 90px;
}
header #logo_home a:hover{
  opacity: 1;
}

.header_menu{
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 570px;
  height: 59px;
}
.header_menu ul{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.header_menu ul li{
  display: inline-block;
  padding: 15px 0 0 15px;
}
.header_menu ul li img{
    height: 59px;
}


#top_slider{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#top_slider p.prev {
    display: inline-block;
    width: 495px;
    position: relative;
    top: 230px;
    text-align: left;
    padding-left: 5px;
    z-index: 10;
}
#top_slider p.prev img{
    vertical-align: middle;
    opacity: 0.6;
}
#top_slider p.next {
    display: inline-block;
    width: 495px;
    position: relative;
    top: 230px;
    text-align: right;
    z-index: 10;
}
#top_slider p.next img{
    vertical-align: middle;
    opacity: 0.6;
}
.slider {
    width: 840px;
    margin: 0 auto 80px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.center-item{
    width: 100%;
}
.center-item .slick-slide{
    margin: 0;
}

#contents{
    width: 1000px;
    margin: 40px auto 0;
  }
#contents h2{
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #999999;
}

.toppage .lineup{
    width: 100%;
    margin: 20px 0 0 4px;
}
.toppage .lineup li{
    display: inline-block;
    vertical-align: top;
    width: 46.5%;
    margin: 0 3% 0 1%;
}
.toppage .lineup li:nth-child(even){
    margin-right: 0;
}
.toppage .lineup .photo{
    background-color: #e6e5e5;
    margin-bottom: 10px;
}
.toppage .lineup .photo img{
    margin: 0 auto;
}
.toppage .lineup p{
    padding: 5px 0;
    line-height: 1;
}
.toppage .lineup .name{
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}
.toppage .lineup .catch{
    font-size: 130%;
    font-weight: 600;
}
.toppage .lineup .txt{
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
}
.toppage .lineup .button3, .toppage .lineup .button1{
    text-align: center;
    margin: 0 0 10px 0;
}
.toppage .lineup .button3 a{
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #ba9eab;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    line-height: 1.6;
}
.toppage .lineup .button3 a:hover{
    background-color: #c8b4bd;
}
.toppage .lineup .button3 strong, .toppage .lineup .button1 strong{
    font-size: 180%;
}
.toppage .lineup .button3 .price, .toppage .lineup .button1 .price{
    font-size: 150%;
    padding: 0 3px;
}
.toppage .lineup .button1 a{
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #7ba0a3;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    font-size: 90%;
    line-height: 1.6;
}
.toppage .lineup .button1 a:hover{
    background-color: #8db1b4;
}
.toppage .lineup .button1 .caution{
    font-size: 70%;
    text-align: right;
    margin-right: 5%;
}
.toppage .lineup .button1 br{
  display: none;
}

.bnarea{
  width: 1000px;
  margin: 70px auto 0;
}
.bnarea .bn{
  width: 92%;
  margin: 0 auto;
}
.bnarea .buttonregi{
  text-align: center;
}
.bnarea .buttonregi a{
  display: block;
  width: 40%;
  margin: 30px auto 0;
  background-color: #595a5a;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  font-size: 160%;
  line-height: 2.2;
}
.bnarea .buttonregi a:hover{
  background-color: #777777;
}


footer{
  display: block;
  width: 100%;
}

footer .sguide{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 80px auto 0;
  padding-bottom: 30px;
  background-color: #515151;
  color: #fff;
}
footer .sguide .inner{
  width: 1000px;
  margin: 0 auto;
}
footer .inner .fmenu{
  width: 620px;
  padding: 40px 0 0 0;
  margin: 0 auto;
  text-align: left;
}
footer .inner .fmenu li{
  display: inline-block;
  width: 200px;
  line-height: 2.5;
  font-size: 16px;
}
footer .inner .fmenu li a{
  color: #fff;
}

footer .footer{
  width: 100%;
  background-color: #2c2c2c;
}
footer .cr{
    background-color: #363636;
  color: #fff;
  line-height: 1.8;
  margin: 0 auto;
  padding: 10px 0 5px 0;
}
footer .cr a{
    color: #fff;
}
footer .cr .address{
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
}

table.normal_table th {
  background-color: #efefef;
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
}

/*- お買い物ガイド -*/
.guide h3{
  text-align: center;
  font-size: 140%;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding-top: 20px;
}
.guide .step{
  margin: 0 0 20px;
}
.guide .step div{
  width: 75%;
  margin: 0px auto 7px;
  padding: 15px 15px 30px 20px;
  background-color: #f7f5f5;
  border-radius: 5px;
  line-height: 1;
}
.guide .step div .title{
  font-size: 140%;
  font-weight: 500;
  margin: 0;
}
.guide .step div .title2{
  font-size: 140%;
  font-weight: 500;
  margin: 10px 0 16px;
}
.guide .step div .txt{
  font-size: 16px;
  line-height: 1.3;
  padding: 0 0 0 40px;
}
.guide .step div .maru {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0px 5px 0 0;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
}
.guide .step div .maru4 {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0px 5px 0 0;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}
.guide .step div .small{
  font-size: 70%;
  padding-left: 40px;
}
.guide .step i{
  font-size: 40px;
  width: 6%;
  margin: 0 0 0 48%;
}
.guide .step i.two{
  display: inline-block;
  margin: 0 15% 0 25%;
}
.guide .step div.last{
  background-color:inherit;
  width: 90%;
  padding: 0px;
}
.guide h4{
  font-size: 110%;
  font-weight: 500;
  border-left: 5px solid #595a5a;
  line-height: 150%;
  padding: 0 0 0 10px;
  margin: 20px 0 10px 10px;
}
.guide h4.nobd{
  border: none;
}
.guide h5{
  font-size: 110%;
  font-weight: 500;
  border-left: 5px solid #595a5a;
  line-height: 150%;
  padding: 0 0 0 10px;
  margin: 20px 0 10px 30px;
}
.guide table{
  width: 70%;
  border: 1px solid #888;
  text-align: center;
  margin: 0 0 15px 40px;
}
.guide table th, .guide table td{
  padding: 10px 5px 8px;
  border: 1px solid #888;
  width: 50%;
}
.guide table th{
  background-color: #ccc;
  font-weight: 500;
}
.guide table td{
  background-color: #fff;
  font-weight: 400;
}
.guide table.cancel{
  width: 90%;
  margin: 0 0 15px 40px;
}
.guide table.cancel th.col2{
  padding: 10px 5px 8px;
  width: 75%;
}
.guide table.cancel th.col1{
  padding: 10px 5px 8px;
  width: 25%;
}
.guide table.cancel td{
  width: auto;
}
.guide p{
  margin: 0 30px 0 40px;
  line-height: 120%;
}
.guide p.caution::before{
  content:'※';
  margin-left: -1em;
  padding-left: 0em;
}
.guide p.ex{
  margin: 10px 0 5px 45px;
}
.guide .maru2 {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0px 5px 0 0;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background: #595a5a;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
 }
.guide .maru3 {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0px 5px 0 0;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  background: #595a5a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.guide dl{
  width: 98%;
  margin: 0 0 10px 50px;
  line-height: 120%;
}
.guide dl dt{
  display: inline-block;
  vertical-align: top;
  width: 160px;
  padding: 3px;
}
.guide dl dd{
  display: inline-block;
  vertical-align: top;
  width: 500px;
  padding: 3px;
}
.guide ul {
  margin: 5px 20px 0 30px;
}
.guide ul li{
  margin: 15px 0 0;
  padding: 0;
  line-height: 120%;
}
.guide ul li::before{
  content:'●';
  margin-left: -1.5em;
  padding-left: 0em;
  font-size: 80%;
  padding-right: 0.5em;
}
.guide p.simple {
  margin: 15px 10px 0 10px;
}


/*- ご利用規約 -*/
.terms .caution{
  text-align: center;
  text-decoration: underline;
  padding: 20px 0;
}
.terms section{
  padding: 0 30px;
}
.terms .txt{
  font-size: 16px;
  text-indent: 1em;
}
.terms h3{
  font-weight: 600;
  margin: 30px 0 0 0;
}
.terms ol{
  margin: 5px 0 0 30px;
}
.terms ol li{
  list-style: decimal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.terms ol li.linone{
  list-style: none;
  margin-left: -1em;
}
.terms ol li p{
  margin: 7px 0 0 0;
}
.terms ol li p span{
  padding-right: 5px;
}
.terms p.inner{
  margin: 7px 0 0 2em;
}
.terms p.inner span{
  margin-left: -1.5em;
  padding-right: 5px;
}

/*- プライバシーポリシー -*/
.privacy .txt{
  font-size: 16px;
  text-indent: 1em;
  margin: 30px 0 0 0;
}
.privacy section{
  padding: 0 30px;
}
.privacy h3{
  font-weight: 600;
  margin: 30px 0 0 0;
}
.privacy p{
  margin: 7px 0 0 0;
}
.privacy .date{
  text-align: right;
  margin: 30px 0 0 0;
}

/*- 特定商取引法 -*/
.information section{
  padding: 0 130px;
}
.information h3{
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  width: 35%;
  font-size: 15px;
  border-top: 1px dotted #ccc;
}
.information h3:first-child{
  border: none;
}
.information p{
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  width: 60%;
  border-top: 1px dotted #ccc;
}
.information p:nth-child(2){
  border: none;
}
.information .link_guide{
  width: 100%;
  border: none;
  text-align: center;
}
.information .link_guide a{
  font-weight: 500;
  text-decoration: underline;
}
.information .link_guide a:hover{
  text-decoration: none;
}
.information .mail::after{
  content: '@';
}

/*- 運営会社 -*/
.company section{
  padding: 0 130px;
}
.company h3{
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  width: 27%;
  font-size: 15px;
  border-top: 1px dotted #ccc;
}
.company h3:first-child{
  border: none;
}
.company p{
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  width: 72%;
  border-top: 1px dotted #ccc;
}
.company p:nth-child(2){
  border: none;
}

/*- 問い合わせ -*/
.inq section{
  width: 70%;
  margin: 40px auto;
}
.inq section label{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.inq section label:nth-child(1){
  border: none;
}
.inq section label.radiobt{
  border: none;
  padding: 0;
  width: 90%;
}
.inq section input{
  padding: 5px;
  width: 300px;
}
.inq section input.radio{
  width: 20px;
}
.inq section textarea {
  padding: 5px;
  width: 95%;
  min-height: 100px;
}
.inq section p{
  display: inline-block;
  vertical-align: top;
  width: 74%;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  line-height: 2;
}
.inq section p:nth-child(2), .inq section p:last-child{
  border: none;
}
.inq section p.submit{
  display: block;
  width: 100%;
}
.inq section p.submit button{
  display: block;
  width: 40%;
  margin: 30px auto 0;
  background-color: #595a5a;
  border-radius: 4px;
  border-style:none;
  color: #fff;
  padding: 5px;
  font-size: 130%;
  line-height: 2.2;
}
.inq section p.submit button:hover{
  background-color: #777777;
}
.inq.thanks p{
  width: 100%;
  height: 100%;
}

/*- よくある質問 -*/
#product_faq table {
  width: 90%!important;
  margin: 0 auto;
}


@media screen and (max-width: 1000px){
  body{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
  }
  .pc{
    display: none!important;
  }
  .sp{
    display: inherit!important;
  }

  header{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }

  header .header{
    width: 100%;
    height: 70px;
    background: url("../img/logo.png") no-repeat 5px 7px;
    background-size: 300px;
    margin-bottom: 5px;
  }
  header #logo_home{
    display: inline-block;
    text-align: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  header #logo_home a{
    display: block;
    height: 15%;
  }
  header #logo_home a:hover{
    opacity: 1;
  }

  .header_menu{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 48%;
    height: 59px;
  }
  .header_menu ul{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  .header_menu ul li{
    display: inline-block;
    padding: 7px 0 0 15px;
  }
  .header_menu ul li img{
      height: 59px;
  }

  .slider {
    width: 100%;
    margin: 0 auto 80px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .center-item{
    width: 100%;
  }
  .center-item .slick-slide{
    margin: 0;
  }

  #contents{
    width: 100%;
    margin: 70px auto 0;
  }

  .toppage .lineup{
    width: 100%;
    margin: 10px 0 0 0;
  }
  .toppage .lineup .photo img {
    margin: 0 auto;
    width: 100%;
  }
  .toppage .lineup .cate img{
    width: 100%;
  }
  .toppage .lineup .name img{
    width: 100%;
  }
  .toppage .lineup .txt {
    line-height: 1.5;
  }
  .toppage .lineup .button3 a, .toppage .lineup .button1 a {
    padding: 0;
    width: 100%;
  }
  .toppage .lineup .button1 p {
    line-height: 1.6;
  }
  .bnarea{
    width: 100%;
    margin: 70px auto 0;
  }
  .bnarea .bn{
    width: 92%;
    margin: 0 auto;
  }
  .bnarea .bn img{
    width: 100%;
  }
  .bnarea .buttonregi a{
    width: 80%;
  }
  .bnarea .buttonregi a:hover{
    background-color: #777777;
  }

  footer{
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  footer .footer{
    width: 100%;
    background-color: #2c2c2c;
  }
  footer .sguide .inner {
    width: 100%;
    margin: 0 auto;
  }
  footer .inner .fmenu {
    width: 80%;
    padding: 20px 10% 0 10%;
    margin: 0 auto;
    text-align: left;
  }
  footer .cr{
    width: 100%;
    color: #fff;
    line-height: 1.8;
    margin: 0 auto;
    padding: 20px 0 5px 0;
  }
  footer .cr p{
    text-align: left;
  }
  footer .cr small{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 5;
  }

  #page-top a {
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #000;
    line-height: 40px;
  }
    #page-top a i {
      font-size: 15px;
      color: #fff;
      line-height: 40px;
  }

  /*- よくある質問 -*/
  #product_faq table {
    width: 96%!important;
    margin: 0 auto;
  }

  /*- ご利用ガイド -*/
  .guide .step div {
    width: 94%;
}
  .guide dl {
    width: 95%;
    margin: 0 0 10px 50px;
    line-height: 120%;
}

}

@media screen and (max-width: 760px){
  body{
    width: 100%;
    margin: 0 auto;
    font-size: 3vw;
  }
  .wrapper{
    min-height: 100vh;
  }

  .mt20{
    margin-top: 10px;
  }
  .mb20{
    margin-bottom: 10px;
  }
  .mb30{
    margin-bottom: 15px;
  }
  .mb40{
    margin-bottom: 20px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: inherit!important;
  }

  .bt {
    border: 1px solid #000;
    border-radius: 5px;
    width: 60%;
    height: 50px;
    margin: 0 auto;
    background-color: #FFF;
    color: #000;
    font-size: 14px;
    line-height: 50px;
  }

  header{
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  header .header{
    height: 45px;
    background: url("../img/logo.png") no-repeat 6px 7px;
    background-size: 52%;
  }
  header #logo_home{
    display: inline-block;
    text-align: left;
    width: 50%;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  header #logo_home a{
    display: block;
    height: 40px;
  }
  .header_menu{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 48%;
    height: 40px;
  }
  .header_menu ul{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }
  .header_menu ul li{
    display: inline-block;
    padding: 7px 0 0 3px;
  }
  .header_menu ul li img{
      height: 10vw;
  }
  #contents {
    margin-top: 4vw;
  }
  #contents h2 {
    padding-bottom: 3px;
  }
  #contents h2 img{
    height: 5vw;
  }
  .toppage .lineup p {
    padding: 1vw 0;
  }
  .toppage .lineup .name {
    margin-bottom: 1.5vw;
  }
  .toppage .lineup .catch {
    font-size: 100%;
  }
  .toppage .lineup .txt {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
  .toppage .lineup .button3 {
    width: 99%;
    font-size: 2.9vw;
    line-height: 1.2;
  }
  .toppage .lineup .button1 {
    width: 99%;
    font-size: 2.5vw;
  }
  .toppage .lineup .button3 a, .toppage .lineup .button1 a {
    padding: 2px 0% 0 1%;
  }
  .toppage .lineup .button3 strong, .toppage .lineup .button1 strong {
    font-size: 150%;
  }
  .toppage .lineup .button1 br{
    display: block;
  }
  .toppage .lineup .button1 p {
    line-height: 1;
  }
  .bnarea {
    margin: 10vw auto 0;
  }
  .bnarea .bn {
    width: 100%;
  }
  footer .sguide {
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 10px;
  }
  footer .inner .fmenu {
    width: 90%;
    padding: 20px 2% 0 8%;
  }
  footer .inner .fmenu li {
    width: 49%;
    font-size: 3vw;
  }
  footer .cr {
    padding: 7px 0 5px 0;
  }

  /*- お買い物ガイド -*/
.guide h3{
  text-align: center;
  font-size: 140%;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding-top: 10px;
}
.guide h4 {
  font-size: 120%;
  font-weight: 500;
  border-left: 5px solid #595a5a;
  line-height: 150%;
  padding: 0 0 0 5px;
  margin: 20px 0 10px 0px;
}
.guide h5 {
  font-size: 115%;
  line-height: 150%;
  padding: 0 0 0 5px;
  margin: 20px 0 10px 5px;
}
.guide .step div .maru {
  height: 35px;
  width: 35px;
  margin: 0px 5px 5px 0;
  line-height: 35px;
}
.guide .maru2 {
  height: 25px;
  width: 25px;
  margin: 0px 5px 0 0;
  border-radius: 50%;
  line-height: 25px;
  font-size: 15px;
}
.guide .maru3 {
  height: 20px;
  width: 20px;
  margin: 0px 3px 0 3px;
  border-radius: 50%;
  line-height: 20px;
  font-size: 12px;
}
.guide p {
  margin: 0 2% 0 2%;
}
.guide p.caution {
  margin: 0 2% 0 6%;
}
.guide p.ex {
  margin: 10px 0 5px 3%;
}
.guide .step div{
  width: 90%;
  margin: 0px auto 7px;
  padding: 3% 2% 5% 3%;
}
.guide table {
  width: 93%;
  margin: 0 0 15px 5%;
}
.guide table.cancel {
  width: 96%;
  margin: 0 0 15px 2%;
}
.guide dl {
  width: 95%;
  margin: 0 0 10px 4%;
}
.guide dl dt{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 3px;
}
.guide dl dd{
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding: 3px;
}
.guide ul {
  margin: 0px 10px 0 20px;
}
.guide p.simple {
  margin: 8px 2% 0 2%;
}

  /*- ご利用規約 -*/
  .terms section{
    padding: 0 3%;
  }
  .terms .txt{
    font-size: 3.5vw;
  }
  .terms h3{
    font-weight: 600;
    margin: 30px 0 0 0;
  }
  .terms ol{
    margin: 5px 0 0 30px;
  }
  .terms ol li{
    list-style: decimal;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .terms ol li.linone{
    list-style: none;
    margin-left: -1em;
  }
  .terms ol li p{
    margin: 7px 0 0 0;
  }
  .terms ol li p span{
    padding-right: 5px;
  }
  .terms p.inner{
    margin: 7px 0 0 2em;
  }
  .terms p.inner span{
    margin-left: -1.5em;
    padding-right: 5px;
  }
  /*- プライバシーポリシー -*/
  .privacy section{
    padding: 0 3%;
  }
  .privacy .txt{
    font-size: 3.5vw;
  }

  /*- 特定商取引法 -*/
  .information section{
    padding: 0 3%;
  }
  .information p{
    width: 64%;
  }

  /*- 運営会社 -*/
  .company section{
    padding: 0 3%;
  }

  /*- 問い合わせ -*/
  .inq section{
    width: 96%;
    margin: 20px auto;
  }
  .inq section label{
    display: block;
    vertical-align: top;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 600;
  }
  .inq section label:nth-child(1){
    border: none;
  }
  .inq section label.radiobt{
    border: none;
    padding: 0;
  }
  .inq section input{
    padding: 5px;
    width: 300px;
  }
  .inq section input.radio{
    width: 20px;
  }
  .inq section textarea {
    padding: 3%;
    width: 93%;
    min-height: 100px;
  }
  .inq section p{
    display: block;
    vertical-align: top;
    width: 100%;
    border-top: none;
    padding: 10px 0 15px;
    line-height: 2;
  }
  .inq section p:nth-child(2), .inq section p:last-child{
    border: none;
  }
  .inq section p.submit{
    display: block;
    width: 100%;
  }
  .inq section p.submit button{
    width: 50%;
    margin: 10px auto 0;
  }
  .inq.thanks p{
    width: 100%;
    height: 100%;
  }

  /*- よくある質問 -*/
}