@charset "UTF-8";

/* リセットCSS部分 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* clear */
.clear {clear: both;}
.clear_l {clear: left;}
.clear_r {clear: right;}

/* clearfix */

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


html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

html, body,
.wrap {
  width: 100%;
}
a{
  color:transparent;
}

.faq dt.active + dd  a {
  text-decoration: underline;
  color:#d44a3c;
}

.faq dt.active + dd a:hover {
  text-decoration: none;
  color: #d44a3c;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

select, input, textarea, button {
  vertical-align: middle;
}

#wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
  color: #333;
  overflow-x: hidden;
}

.bg1 {
  background: #fef9e2;
}

.txt {
  padding: 15px 3%;
}

.caution {
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 3% 20px;
}

p {
  font-size: 1.4rem;
  text-align: left;
}

#main {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 750px;
}

/* faq */
.faq {
  font-size: 1.6rem;
  text-align: left;
  padding: 4%;
  counter-reset: num;
  border: solid 3px #E9CFB5;
  border-radius: 40px;
  margin: 14px;
  background: #ffffff95;
}


.faq dl {
  margin-bottom: 5px;
}

.faq dt {
  font-family: "游明朝", YuMincho, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  background: #E9CFB5;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 30px 10px 40px;
  counter-increment: num;
}

.faq dt:before {
  font-family: "游明朝", YuMincho, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  content: "Q"counter(num)".";
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  margin: auto;
  transition: all 0.3s;
}

.faq dt .faqBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  background: #A05515;
  height: 20px;
  width: 20px;
  margin: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.faq dt .faqBtn:before, .faq dt .faqBtn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: all 0.3s;
}

.faq dt .faqBtn:before {
  width: 10px;
}

.faq dt .faqBtn:after {
  width: 2px;
  height: 10px;
}

.faq dt.active {
  border-bottom: 0;
}

.faq dt.active .faqBtn:after {
  height: 1px;
}

.faq dt.active + dd {
  color: #643003;
}

.faq dd {
  padding: 15px;
  display: none;
  font-size: 1.6rem;
  color: transparent;
}

.faq h3{
  font-size: 22px;
  color: #A05515;
  font-weight: bold;
}

.title{
    font-size: 24px;
    color: #A05515;
    padding-top: 150px;
    padding-bottom: 10px;
    font-weight: bold;
}

.back-img{
    background-image:
        url(https://ec-force.s3.amazonaws.com/sumiclejp/uploads/img/sumicle/TE-2268/dp_leaf.png),
        url(https://ec-force.s3.amazonaws.com/sumiclejp/uploads/img/sumicle/TE-2268/dp_nami.png);
    background-repeat:no-repeat,no-repeat;
    background-size: auto,auto;
    background-attachment: fixed;
}

@media screen and (max-width: 750px){
    .back-img{
	    background-size: contain,auto;
    }
}