/* ===================================================================
CSS information

 file name  :  layout.css

=================================================================== */


/* --------------------------------------------------------------------------- pc　768px以上 --------------------------------------------------------------------------- */

/* ------------------------------------------------
  body pc
------------------------------------------------ */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #222;
  background: #fff;
  position: relative;
}
a {
  text-decoration: underline;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  opacity: .8;
}

button {
  outline: none;
  border: none;
}

img {
    width: 100%;
}
.colorred {
    color: #AD0002;
}

.display_pc { display: block; }
.display_sp { display: none; }

.mgb30px { margin-bottom: 30px; }
.mgb40px { margin-bottom: 40px; }
.mgb50px { margin-bottom: 50px; }


body,main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

.text_jisage {
    padding-left: 1em;
    text-indent: -1em;
}



/* ------------------------------------------------
  wrap pc
------------------------------------------------ */
.container {
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px 50px;
    box-sizing: border-box;
}
#sitelogo {
    margin: 14px auto 15px;
    padding: 0 3px 0 0;
    display: block;
    text-align: center;
}
#sitelogo img {
    max-height: 51px;
    width: auto;
}
.container h1 {
    margin: 0 auto 50px;
}
.container h1 a:hover{
    opacity: 1;
}
.container h2 {
    font-size: 1.4rem;
    line-height: 1;
    background: #081035;
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}
.container p {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 0 50px;
}
.container .leadtxt {
    font-size: 1.2rem;
    line-height: 1.6;
}
.container ul {
    list-style: disc;
    margin-left: 18px;
}
.container ul li {
    padding-bottom: 14px;
    line-height: 1.3;
}
.container ul li.end {
    padding-bottom: 50px;
}
.readtxt {
    padding-bottom: 10px !important;
    text-align: center;
    font-weight: bold;
}
.terms {
    padding: 3% 5% 2%;
    overflow-y: scroll;
    border: 1px solid #ccc;
    height: 250px;
    width: 90%;
    margin-bottom: 50px;
}
.terms h3 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.terms h4 {
    margin-bottom: 15px;
    padding: 8px 0;
    background: #f0f0f0;
    text-align: center;
    border-radius: 15px;
}
.terms h5 {
    margin-bottom: 15px;
    border-bottom: 1px solid #222;
    padding: 0 0 5px 0;
}    
.terms p {
    padding: 0 0 20px;
    line-height: 1.4;
    font-size: 0.9rem;
}
.terms p.mgb5px {
    padding: 0 0 5px;
}
.terms ol {
    list-style: decimal;
    margin-left: 25px;
}
.terms .katakana {
    list-style-type: katakana;
}
.terms .square {
    list-style-type: square;
}
.terms li {
    font-size: 0.9rem;
    line-height: 1.2;
    padding-bottom: 10px !important;
}
.terms .contact {
    display: block;
    padding: 5px 0 0;
    text-align: right;
}
    
.cambtn {
    display: block;
    max-width: 350px;
    padding: 15px 10px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    background: #9d8321;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}    
.cambtnm {
    display: block;
    padding: 15px 10px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    background: #caa846;
    font-size: 1.4rem;
    color: #222;
    text-decoration: none;
    text-align: center;
}    
.cambtntw {
    display: block;
    padding: 15px 10px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    background: #00acee;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}    

.txtbig {
    font-size: 1.4rem !important;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px !important;
}
.txtbig2 {
    font-size: 1.4rem !important;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px !important;
}
.entryArea, .entryArea2 {
    width: 100%;
}
.entryArea ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-left: 0 !important;
}
.entryArea li {
    width: 48%;
    font-size: 0.9rem;
}
.entryArea li span {
    line-height: 1.4 !important;
    padding: 10px 0 30px;
    display: block;
}
.entryArea2 ul {
    display: block;
    list-style: none;
    margin-left: 0 !important;
}
.entryArea2 li {
    width: 60%;
    font-size: 0.9rem;
    margin: 0 auto;
}
.entryArea2 li span {
    line-height: 1.4 !important;
    padding: 10px 0 0px;
    display: block;
}




/* ------------------------------------------------
  footer pc
------------------------------------------------ */
footer {
  width: 100%;
  background: #081035;
    padding: 10px 0;
    text-align: center;
}
footer small {
    font-size: 0.8rem;
    color: #fff;
}






/* --------------------------------------------------------------------------- スマホ　767px以下 --------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
/* ------------------------------------------------
  body SP
------------------------------------------------ */
 .display_pc { display: none; }
.display_sp { display: block; }

  body {
    width: 100%;
  }
.container {
    max-width: 96%;
    padding: 0 2% 50px;
}

#sitelogo img {
    max-height: 30px;
    width: auto;
}
 .container h1 {
    margin: 0 auto 30px;
}
.container h2 {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.container p {
    font-size: 0.85rem;
    padding: 0 0 30px;
}
.container .leadtxt {
    font-size: 0.9rem;
    line-height: 1.4;
}
.container ul li {
    padding-bottom: 10px;
    line-height: 1.3;
    font-size: 0.85rem;
}
.container ul li.end {
    padding-bottom: 30px;
}    
.readtxt {
    text-align: left;
}
    
.terms {
    padding: 5% 5% 0;
    height: 150px;
    margin-bottom: 30px;
}
.terms h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.terms h5 {
    margin-bottom: 15px;
    border-bottom: 1px solid #222;
    padding: 0 0 5px 0;
}    
.terms p {
    padding: 0 0 20px;
    line-height: 1.4;
    font-size: 0.85rem;
}
.terms li {
    font-size: 0.9rem;
    line-height: 1;
    padding-bottom: 10px !important;
}
.terms .contact {
    text-align: left;
}
    
.cambtn {
    max-width: 300px;
    padding: 15px auto;
    font-size: 1.2rem;
}        

.txtbig {
    font-size: 1.1rem !important;
    text-align: left;
}
.txtbig2 {
    font-size: 1.1rem !important;
    text-align: center;
}
.entryArea ul {
    display: block;
    list-style: none;
    margin-left: 0 !important;
}
.entryArea li, .entryArea2 li {
    width: 100%;
}
.cambtnm, .cambtntw {
    padding: 10px 10px;
    font-size: 1rem;
}    
  
}