﻿@charset "UTF-8";

/* -------------------------------------
 * config.css
------------------------------------- */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ margin: 0; font-weight: normal; line-height:1.5;}
@media screen and (min-width:1024px) {
    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{ font-weight: lighter;}
}
#content p, #content div { line-height:1.5; margin: 0; }
#content article,#content aside,#content details,#content figcaption,#content figure,
#content footer,#content header,#content hgroup,#content menu,#content nav,#content section,#content main
{	display:block; }
#content hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
#content ul { list-style:none; margin:0; padding:0; }
#content li { margin:0; padding:0; outline:none; line-height: 1.5; }
#content input, #content select { vertical-align:middle; }
#content a,#content button{ outline: none; cursor: pointer; }
#content img { vertical-align:middle; }
:placeholder-shown
::-webkit-input-placeholder,
:-ms-input-placeholder { color: #e5e5e5;}
#content input::-ms-clear { display:none;}
#content a { color: #000000; text-decoration:none; outline: none; backface-visibility:hidden; }
#content a:visited {  }
#content a:hover{ }
#content a img { border:0; position:relative;outline:none; }
@media screen and (min-width:1024px) {
  #content a { -webkit-transition: all 0.2s; transition: all 0.2s;  }
  #content a:hover{ opacity:0.5;filter: alpha(opacity=50);-ms-filter: "alpha(opacity=50)";-khtml-opacity: .50;-moz-opacity: .50;}
  #content a * { backface-visibility: hidden; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); -webkit-perspective: 1000;}
}

/* -------------------------------------
 * ecsbase.css
------------------------------------- */
#content .l-nav { width: 22%; float: left; }
#content .l-nav-cropo { width: 28%; float: left; }
#content .l-nav, #content .l-nav-cropo ul { margin-bottom: 30px; }
#content .l-nav ul li {background: url(../Page/Guide/img/arrow-03.gif) no-repeat left 6px;margin-bottom: 10px;padding: 0 0 0 10px;background-size: 5px;}
#content .float-l { float: left; }
#content .float-r { float: right; }

/* 携帯用FAQのアコーディオン設定 */
#content .ac-head, #content .ac-pc { font-size: 13px; font-weight: bold; border-bottom: 1px dotted #ccc; padding: 10px 30px 10px 0; }
#content .ac-head {
  background-image: url(../Page/Guide/img/arw01-d.png);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size:9px 6px;
  cursor: pointer;
  display: none;
 }
#content .ac-head.open {
  background-image: url(../Page/Guide/img/arw01-u.png);
}
#content .ac-cont { margin-bottom: 30px; padding: 20px 0 0; display: block; }
#content .ac-cont h3 { font-size: 13px; font-weight: bold;}

/* support image and description */
#content .ac-cont .infoTextBox { clear: left; float: left; width: 70%; }
#content .ac-cont .infoImage { float: right; width: 25%; text-align: right; }
@media only screen and (max-width: 900px) {
  #content .ac-head { display: block; }
  #content .ac-pc { display: none; }
  #content .ac-cont { display: none; }
}

#content .info-main, #content .faq-main { width: 74%; }

.caution {
  background: #f5f5f5;
    background-repeat: repeat;
  border: 1px solid #eee;
  padding: 15px 20px;
}

/* -------------------------------------
 * main.css
------------------------------------- */
#content .support,#content .member,#content .order,#content .err-cont,#content .project {
  padding: 30px 30px 50px 30px;
}

@media screen and (max-width: 900px) {
  #content .support {
    padding: 30px 10px;
  }
  #content #rower-content {
    font-size:11px;
    line-height:1.4;
  }
}

#content #rower-content {
  background: #fff;
  position: relative;
  max-width: 1010px;
/*  width: 100%;*/
  margin: 0 auto;
  font-size:13px;
}

#content .support .rower-in,#content .order .rower-in,#content .member .rower-in #content .err-cont .rower-in {
  overflow: hidden;
}

#content .support .accordion {
  margin-top: -130px; /* リンク位置上昇分 */
  padding-top: 130px; /* 上昇分を戻す分 */
}

#content .col-3:first-child {
  border-left: none;
}

#content .col-3 {
  border-left: 1px solid #e3e4e4;
  width: 33%;
}

#content .col-3 p {
  font-size: 12px;
}

#content .float-l {
  float: left;
}

#content .col-3 {
/*  width: 33.3%;*/
  /* max-width: 33.3%; */
}

#content .col-in {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 900px) {
  #content .col-in {
    padding: 0 0 0 10px;
  }
}

#content .ttl-tb {
  background: url(../Page/Guide/img/arrow-01.gif) no-repeat left center;
  margin: 0 0 18px;
  font-size: 13px;
  padding: 0 0 0 16px;
  background-size: 13px;
}

#content ul, #content ol {
  list-style-type: none;
  list-style-position: outside;
}

#content .col-3 li {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

#content .notes {
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  /* support */
  #content .support .col-3 {
    float: none;
    border-left: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
  }
  #content .support .col-3:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  #content .support .col-3 li {
    margin-top: 20px;
  }
  #content .support .l-nav,#content .support .l-nav-cropo {
    display: none;
  }
  #content .support .info-main,#content .support .faq-main {
    float: none;
    width: 100%;
  }
  #content .support .accordion {
    margin-top: 0px;
    padding-top: 0px;
  }
  #content .support .accordion .ac-cont {
    display: none;
  }
  #content .col-3 p {
    line-height: 2;
  }
}

#content #contact {
  width: 95%;
  margin: auto;
}

#content .input-box {
  margin: auto;
}

#content .btn-area {
  text-align: center;
}

#content .button {
  display: inline-block;
  line-height: 1;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

#content .button a {
  color: #fff;
}

#content .button:hover {
  background: #000;
  border-color: #000
}

#content .button__label {
  display: block;
  text-align: center
}

#content .button--block {
  display: block;
  width: 100%;
  max-width: 296px;
  margin: 0 auto
}

#content .button--link {
  background: none;
  border-color: #999;
  color: #1f1f1f
}

#content .button--link:hover {
  background: none;
  border-color: #000
}

#content .buttons .button:not(:first-child) {
  margin-top: 20px
}

@media only screen and (min-width: 768px) {
  #content .button {
    padding: 20px 10px 19px;
    /*font-size: 1.3rem*/
  }
  #content .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px
  }
  #content .buttons .button {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 200px;
    flex: 1 1 0;
    margin: 0 10px;
    max-width: 200px
  }
  #content .buttons .button:not(:first-child) {
    margin-top: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }
}

@media only screen and (max-width: 768px) {
  #content .button {
    padding: 26px 10px 25px;
    font-size: 1.5rem;
    transition: all .3s ease;
  }
}

#content .mt5{margin-top:5px !important;}
#content .mt10{margin-top:10px !important;text-align: left;}
#content .mt10{margin-top:10px !important;}
#content .mt15{margin-top:15px !important;}
#content .mt20{margin-top:20px !important;}
#content .mt25{margin-top:25px !important;}
#content .mt30{margin-top:30px !important;}
#content .mt35{margin-top:35px !important;}
#content .mt40{margin-top:40px !important;}
#content .mt50{margin-top:50px !important;}
#content .mt60{margin-top:50px !important;}

/* -------------------------------------
 * add_style.css
------------------------------------- */
#content #rower-content {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
#content .rower-ttl {
  /*background: url(../images/parts/dotted.gif) repeat-x left bottom;*/
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 0 12px 0;
}
#content .support, #content .member, #content .err-cont, #content .project {
  padding: 30px 30px 50px 30px;
}
#content .support .rower-in, #content .order .rower-in, #content .member .rower-in #content .err-cont .rower-in {
  overflow: hidden;
}
#content .col-1 {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  #content .col-1 {
    width: 100%;
  }
  #content .support, #content .member, #content .order, #content .err-cont {
    padding: 8% 2%;
  }
}

#content #rower-content {
  padding-top: 12px;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#content .rower-ttl {
  /*background: url(../images/parts/dotted.gif) repeat-x left bottom;*/
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 0 12px 0;
}
#content .rower-ttl {
  background: none;
  border-bottom: #e6e6e6 1px solid;
  font-family: "Cardo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: normal;
}

/*----------------------------------------------------
　special_copy
-----------------------------------------------------*/
#special_copy {
  width: 850px;
  margin: 40px auto;
  border: solid 10px #f3f3f3;
  padding: 50px 60px 20px;
  text-align: center; }
  #special_copy .ttl {
    font-size: 26px;
    padding: 0 0 35px; }
  #special_copy .ttl:before {
    content: "";
    display: block;
    width: 110px;
    height: 135px;
    margin: 0 auto;
    text-align: center;
    background: url("../../../Page/Guide/img/ico_copy.png") no-repeat;
    background-size: 108px auto; }
  #special_copy .text {
    text-align: left;
    font-size: 14px;
    line-height: 2.0;
    margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  #special_copy {
    width: auto;
    margin: 10px 5% 30px;
    border: solid 5px #f3f3f3;
    padding: 8%;
    text-align: center;
  }
  #special_copy .ttl {
    font-size: 20px;
    padding: 0 0 20px;
  }
  #special_copy .ttl:before {
    content: "";
    display: block;
    width: 62px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: url("../../../Page/Guide/img/ico_copy.png") no-repeat;
    background-size: 62px auto;
  }
  #special_copy .text {
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 5%;
  }
}

/* -------------------------------------
 * add
------------------------------------- */
#content h2{
  font-size:14px;
}

#content #rower-content.support img {
  width: auto;
  max-width: 100%;
}

#content .info-main li {
  padding-left: 1em;
  text-indent: -1em;
}
#content .support-text a,
#content .info-main a, 
#content .faq-main a {
  text-decoration: none;
  border-bottom: 1px solid #999;
}

#content table, 
#content th, #content td {
  border: 1px solid #000;
  padding: 1px 3px;
}
#content .UserRegistRegulationMessage_rower-ttl {
  font-family: var(--font-main);
}
