/*######################################################################

    Sub CSS

************************************************************************/


/* --------------------------------------------------- Reset Stylesheet */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {line-height:1;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}

ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {vertical-align:middle;}

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

a:focus {outline:none;}

html, body {height: 100%;}

strong {font-weight: normal;}

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

.clearfix {zoom: 1;}


/************************************************************************

    テキストスタイル & マージン

************************************************************************/

.img-center {
  display: block;
  margin: 0 auto;
}

.img-left {
  display: block;
  float: left;
  margin-right: 1.2rem;
}

.img-right {
  display: block;
  float: right;
  margin-left: 1.2rem;
}

.line-dot-bottom {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.txt-center {text-align: center; margin: 0 auto;}
.txt-right {float: right;}
.txt-left {float: left;}

.txt-bold {font-weight: bold;}

.txt-size10 {
  font-size: 1.0rem;
  line-height: 1.5em;
}

.txt-size11 {
  font-size: 1.1rem;
  line-height: 1.4em;
}

.txt-size12 {
  font-size: 1.2rem;
  line-height: 1.4em;
}

.txt-size13 {
  font-size: 1.3rem;
  line-height: 1.5em;
}

.txt-size14 {
  font-size: 1.4rem;
  line-height: 1.6em;
}

.txt-size15 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.txt-size16 {
  font-size: 1.6rem;
  line-height: 1.4em;
}

.txt-size17 {
  font-size: 1.7rem;
  line-height: 1.5em;
}

.txt-size18 {
  font-size: 1.8rem;
  line-height: 1.5em;
}

.txt-size19 {
  font-size: 1.9rem;
  line-height: 1.5em;
}

.txt-size20 {
  font-size: 2.0rem;
  line-height: 1.4em;
}

.txt-red {color: #d90000;}
.txt-mark-yellow {background-color: #fff287;}

.mar-top5 {margin-top: 5px;}
.mar-top10 {margin-top: 10px;}
.mar-top20 {margin-top: 20px;}
.mar-top30 {margin-top: 30px;}
.mar-top40 {margin-top: 40px;}
.mar-top50 {margin-top: 50px;}
.mar-top60 {margin-top: 60px;}
.mar-top70 {margin-top: 70px;}
.mar-top80 {margin-top: 80px;}
.mar-top90 {margin-top: 90px;}
.mar-top100 {margin-top: 100px;}

.mar-top-5 {margin-top: -5px;}
.mar-top-10 {margin-top: -10px;}

.mar-bottom5 {margin-bottom: 5px;}
.mar-bottom10 {margin-bottom: 10px;}
.mar-bottom20 {margin-bottom: 20px;}
.mar-bottom30 {margin-bottom: 30px;}
.mar-bottom40 {margin-bottom: 40px;}
.mar-bottom50 {margin-bottom: 50px;}
.mar-bottom60 {margin-bottom: 60px;}
.mar-bottom70 {margin-bottom: 70px;}
.mar-bottom80 {margin-bottom: 80px;}
.mar-bottom90 {margin-bottom: 90px;}
.mar-bottom100 {margin-bottom: 100px;}

.mar-bottom-5 {margin-bottom: -5px;}
.mar-bottom-10 {margin-bottom: -10px;}

.mar-right10 {margin-right: 1rem;}
.mar-left10 {margin-left: 1rem;}

.side-space {padding: 0 11px 0 11px; text-align: left;}

.wp10 {width: 10%;}
.wp15 {width: 15%;}
.wp20 {width: 20%;}
.wp30 {width: 30%;}
.wp40 {width: 40%;}
.wp50 {width: 50%;}
.wp60 {width: 60%;}
.wp70 {width: 70%;}
.wp80 {width: 80%;}
.wp90 {width: 90%;}

a{color: #3a8dd5;}
a:hover, a:active, a:focus{color: #3a8dd5;}


html{font-size: 62.5%;}

body {
  font-family: sans-serif;
  text-align: center;
  color: #431610;
  font-size: 1.4rem;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;  /* iOS フォント崩れ回避 */
}

header .logo {width: 100%;}

/*header {border-bottom: 1px solid #dedede;}*/


/* --------------------------------------------------- footer */

#footer {
  padding-top: 10px;
  text-align: center;
}

#footer .pagetop {
  width: 170px;
  margin: 30px auto;
}

#footer #footer-link {
  font-size: 1.3rem;
  background-color: #fff;
  padding-bottom: 1rem;
}

#footer #footer-link li {
  display: inline;
  text-decoration: none;
}

#footer #footer-link a:link {
  color: #000;
  text-decoration: underline;
}

#footer #footer-link a:hover {
  color: #000;
  text-decoration: none;
}

#footer #footer-link a:visited {
  color: #000;
}

#footer .copyright {
  background-color: #a20312;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 0 15px 0;
}

/* --------------------------------------------------- 利用規約・免責事項 */

.sub {
  padding: 25px 11px 0 11px;
  text-align: left;
}

.sub .sub-ttl01 {
  background-color: #a20312;
  color: #fff;
  padding: 8px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 20px;
}

.sub h3 {
  font-size: 1.3rem;
  line-height: 1.4;
  background-color: #f2f2f2;
  color: #000;
  padding: 8px;
  margin: 30px 0 20px 0;
  border-left: 4px solid #000;
}

.sub .chk01 {
  padding: 10px;
  border: 1px solid #dedede;
}

.sub .chk01 li {
  background-image: url(../images/chk01.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 12px;
  padding: 0 0 15px 17px;
}

.sub .chk01 li:last-child {
  padding-bottom: 0;
}


/* --------------------------------------------------- 特定商取引法の表記 */

.sub .law-box {
  font-size: 1.3rem;
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #dcdcdc;
  border-right-color: #dcdcdc;
  border-left-color: #dcdcdc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-all;
}

.sub .law-box th {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 5px 8px 5px 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdcdc;
}

.sub .law-box td {
  padding: 5px 8px 5px 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dcdcdc;
}


/* --------------------------------------------------- プライバシーポリシー */

.sub .chk02 ol{
  margin:0;
  padding:0;
  margin-left: 17px;
}

.sub .chk02 ol li{
  margin-bottom: 30px;
}


/* --------------------------------------------------- ボタン */

.btn-top a {
  color: #fff;
  width: 90%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #e60044;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 30px;
}

.btn-top a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 3px 0 3px 5px;
  border-left-color: #fff;
  margin: -1px 8px 0 0;
}

.btn-top a:link {
  color: #fff;
  text-decoration: none;
}

.btn-top a:visited {color: #fff;}
