@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,  ins, kbd, q, s, samp, select, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
  font-family: "メイリオ", Meiryo,"YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体",  sans-serif;
  font-style:inherit;
  font-weight:inherit;
  border:0;
  margin:0;
  outline:0;
  padding:0;
  vertical-align:baseline;
}
:focus{outline:0;}
*{ box-sizing: border-box; }
ol, ul{list-style:none;margin:0;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{display:block;}
body{
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust:none;
  color: #666;
  background-color: #fff;
}
/* footerをbottomに固定する処理 */
html{
  min-height: 100%;
  position: relative;
}
body{
  margin-bottom: 40px;
}
footer{
  height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* //footerをbottomに固定する処理 */

/* ヘッダ */
header{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 32px;
}
header a, header a:link, header a:visited, header a:hover, header a:active{
  text-decoration: none;
  color: #666;
}
header a:hover{
  text-decoration: underline;
}

/* body */
.errText{
  color: #FFF;
  background-color: #a80000;
  text-align: center;
}
main{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section{
  width: 820px;
}
h2{
  font-size: 24px;
  margin-bottom: 16px;
  border-bottom: 2px solid #878596;
  width: 100%;
  color: #878596;
}
h2 i{
  margin-right: 4px;
}
h3{
  font-size: 18px;
}
article{
  margin-bottom: 32px;
}
a,
a:link,
a:visited,
a:hover,
a:active{
  color: #00a5c0;
  margin: 0;
  padding: 0;
  outline: 0;
}

.brackets::before{
  content: "【";
}
.brackets::after{
  content: "】";
}
.disc{
  margin: 0 0 0 16px;
  text-indent: -16px;
}
.disc::before{
  content: "●";
}
strong,
.emphasise{
  font-weight: bold;
}
p{
  margin-bottom: 16px;
}
p.wStrong strong{
  display: block;
  margin: 16px 0;
}
header p{
  margin-bottom: 0;
}
img{
  vertical-align : top;
  max-width : 100%;
  margin: 0;
  display: block;
}
table{
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
caption, th, td{
  font-weight:normal;
  text-align:left;
}
th,
td{
  padding: 0 8px;
  text-indent: 0;
  vertical-align: middle;
}
.detailDL{
  margin-bottom: 32px;
}
.detailDL>dt{
  font-size: 20px;
  font-weight: bold;
}
.indentedUL{
  margin-bottom: 16px;
}
.indentedUL li{
  margin-left: 32px;
  text-indent: -16px;
}
.price{
  margin: 0 0 0 16px;
  text-indent: -16px;
}
.price::before{
  content: "※";
}
.mailContentUL{
  margin-left: 16px;
}
.mailContentUL li::before{
  content: "･";
}
.applicationButton{
  width: 500px;
  display: block;
  margin: 8px auto;
  text-align: center;
  transition: .3s;
  opacity: 1;
}
.applicationButton:hover{
  opacity: .7;
}
/* プライバシーポリシー、特商 */
.privacy h1{
  background-color: rgba(255,255,255,.7);
  font-size: 24px;
  margin-bottom: 16px;
  padding: 16px;
}
.privacy dl{
  background-color: rgba(255,255,255,.7);
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
}
.privacy dt{
  font-size: 18px;
  font-weight: bold;
}
.privacy .ga a{
  text-decoration: underline;
}
.privacy ul.disc{
  list-style-type: disc;
  margin-left: 16px;
  margin-bottom: 16px;
}
.privacy ul.nmb{
  margin: 0;
  margin-bottom: 16px;
}
.privacy .nmb li{
  margin-left: 16px;
  text-indent: -16px;
  margin-bottom: 8px;
}
.privacy .retrunTop{
  text-align: center;
}}
.privacy .retrunTop a{
  text-decoration: underline;
}
/* プライバシーポリシー、特商 */

/* エラーページ */
.errorPage .errorTitle{
  font-size: 18px;
  font-weight: bold;
}
/* //エラーページ */

/* //body */

/* footer */
footer{
  background-color: #878596;
  color: #fff;
  text-align: center;
}
footer .copyright{
  font-size: 12px;
  margin: 0;
}
footer .footerUl a{
  font-size: 12px;
  color: #FFF;
}
/* //footer */

/* 狭小 */
@media only screen and (max-width: 820px){
  main{
    padding: 16px;
  }
  main section {
    width: 100%;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 500px){
  .applicationButton{
    width: 100%;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 380px){
  .brackets{
    text-decoration: underline;
  }
  .brackets::before{
    content: none;
  }
  .brackets::after{
    content: none;
  }
}/* このとじカッコは消さないこと */