@charset "UTF-8";

/*
** RESET
*/

@charset "UTF-8";

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;
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;
font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
font-feature-settings : "palt";
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
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;
}

a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF;text-decoration: none;}
a:hover {color: #FFF;text-decoration: none;}
a img {border-width: 0px;border-style: none;border-color: #fff;background: transparent;}



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

1.common
2.module(parts)
3.animation

BREAK POINT
・PC    -1200px
・TABLET 600px-1199px
・SP    -599px

**********************************/
/*
** 1.common
*/


/* しっぽり明朝 */
@font-face {
    font-family: 'リュウミン M-KL, shippori';
    src: url('../font/リュウミン M-KL, shipporiMincho-Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face{
  font-family: 'geomanist';
  src: url('../font/geomanist-regular-webfont.ttf') format('truetype'),
  url('../font/geomanist-regular-webfont.owff') format('woff');
  font-display: swap;
}

html{
  font-family: '游ゴシック体', 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ  Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  color: #000;
  height: 100%;
  font-size: 62.5%;
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
body header footer section {
  height: 100%;
}
main{
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

header{background-color: #fff;height: 75px;}
.c-inner--one-elem {
  padding-bottom: 20px;
}
ul{font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;}
main ul{
  margin-top: 40px;
  font-size: 18px;
  color: #fff;
}
main li{
  padding: 10px 0;
  display:flex;
  justify-content: start;
}
.logo{width: 450px;margin: 0 auto;}
.logo img{
  width: 100%;
  margin-top: 30px;}
.explain{
  margin: 45px auto;
  width: 670px;
  font-size: 1.6rem;
  color: #595757;
  line-height: 2rem;
}
@media only screen and (max-width: 850px) and (min-width: 1px){
.explain{
  padding: 20px 10px 20px !important;
  }
}
.grid-wrapper--lg {
  max-width: 1280px;
  margin:0 auto;
}
.c-inner {
  padding: 20px 20px 1px;
  float: left;
}
.p-m_navigationMenu a {
  display: block;
  padding-left: 10px;
  color: inherit;
}
.p-m_navigationMenu li {
  display: inline-block;
}
.u-fslg {
  font-size: 18px;
  font-size: 1.8rem;
  color: rgb(51, 51, 51);
  float: right;
  margin-top: 30px;
}
label{
  width: 40%;
  display: block;
  /* float: left; */
  background-color: #DF485C;
  padding: 5px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
}
label span{
  font-size:1.2rem;
  margin-left:.2em;
}
input{
  /* height: 15px; */
  font-size: 15px;
  padding: 5px;
  width: 60%;
  border:1px solid #ccc;
  box-sizing: border-box;
}

.date-area{
  flex-direction:column;
}
.date-area label{
  width:100%;
  display: inline;
}
.date-area p{
  justify-content: start;
  padding: 7px 5px;
  background:#fff;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 850px) and (min-width: 1px)
input {
     /* height: 30px; */
    padding: 10px 0 10px 5px;
    box-sizing: border-box;
}
.date-area input{
  width:25px;
  margin:0;
  margin-left: 10px;
}

.date-txt{
  font-size: 15px;
  color: #595757;
  background: none;
  padding-left: 0px;
}
button{
  width: 200px;
  height: 50px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  background-color: #DF485C;
  border: 1px solid #fff;
  color: #fff;
  transition-duration: 0.3s;
  cursor: pointer;
}

button:hover{
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}

.contents{
  overflow: hidden;
}

form{
  width: 500px;
  margin: 0 auto;
  padding-bottom: 50px;
}

footer{
  background-image: url(../images/bg-footer.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.sp{display: none;}
@media only screen and (max-width: 850px) and (min-width: 1px){
  .sp{display: block;}
  .pc{display: none;}
  .p-btn_navigationToggle {
      display: block;
  }
  .p-m_navigationMenu {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
    padding: 0;
    border-top: 2px solid #f7f7f7;
    background-color: inherit;
    text-align: left;
    top: 75px;
    margin-top: 0;
  }
  .p-m_navigationMenu li{
    display: block;
    border-bottom: 1px solid #f7f7f7;
    margin: 0;
    background-color: #fff;
    line-height: 50px;
  }
  .p-btn_navigationToggle {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 10px;
    right: 1rem;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    line-height: 22px;
  }
  .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .p-btn_navigationToggle.active i:before {
    content: "\f077";
  }
  .p-btn_navigationToggle i:before {
      content: "\f0c9";
  }
  .logo{width: 90%;}
  .explain{width: 90%;}
  main li{
    flex-direction: column;
  }
  form{width: 90%;}
  label{
    width: 100%;
    padding: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input{
    width: 100%;
    /* height: 30px; */
    padding: 10px 0 10px 5px;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .c-inner{padding: 13px;float: none;}
  .pera1-editable{height: 40px;}
}
.privacy .privacy_txt_p{
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 1.4em;
  text-indent: -1.4em;
}
.privacy .privacy_txt_p:first-of-type,.privacy .privacy_txt_p:last-of-type,.privacy .privacy_txt_p:nth-last-child(2){
  margin-top: 0em;
  margin-left: 0em;
  text-indent: 0em;
}
.privacy p,.caution p{
  font-size: 1.4rem;
  line-height:1.5;
  color: #595757;
}
.privacy label,.caution label{
  width:100%;
  font-weight:bold;
}
.privacy_txt,.caution_txt{
  padding: 1rem;
  background:#fff;
}
.privacy_scroll{
  overflow-y: scroll;
  height: 150px;
  padding: 1rem;
  background: #fff;
}

.privacy_scroll p + p{
  margin-top:1rem;
}
.privacy_check{
  margin-top:1rem;
}
.privacy_check input{
  width:auto;
    /*height:auto; */
}
.privacy:nth-of-type(2) p:not(:nth-of-type(1),:nth-of-type(10)){
  margin-left: 1em;
  text-indent: -1em;
}
@media screen (max-width: 850px){
  .privacy_check input{
    width:auto;
      /*height:auto; */
  }
}
