/*
Theme Name: 手帳コーチ用　申込みフォーム
Theme URI: http://lagrange-point.jp
Description: 手帳コーチ専用テーマです。
Version: 1.0
Author: Tsutom Yamano
Author URI:
*/
/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,tfoot, thead{
   border: 0;
   font-family: inherit;
   font-size: 100%;
   font-style: inherit;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
   list-style:none;
   text-decoration:none;
}
*, *:before, *:after {
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
.sp{
  display: none;
}
p,a,h1,h2,h3,h4,h5{color:black;font-family: 'Merriweather', serif;}
p{line-height:200%}
button,
input[type='submit'] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0;
   border: none;
   outline: none;
   background: transparent;
cursor: pointer;
}
table{
   border-collapse: collapse;
   border-spacing: 0;
}
#formPage{
   display: flex;
   justify-content: space-between;
}
#formPage img{
   width: 50%;
   object-fit: cover;
   min-height: 100vh;
}
#formPage form{
   padding: 120px 60px;
   text-align: center;
   width: 40%;
   position: relative;
box-shadow:5px 0px 10px black;
}
#formPage form h2{
   font-size:20px;
   margin:0 0 60px 0;
}
#formPage form h2 em{
  display: block;
  font-size: 15px;
}
#formPage form input,#formPage form select{
   display: block;
   width: 100%;
   padding: 15px 10px;
   margin: 0 0 30px 0;
   font-size: 13px;
   border-radius: 5px;
   border: 1px solid #626262;
}
#formPage form input[type="submit"]{
   background:#3a7ad8;
   transition: .3s;
   border:1px solid #3a7ad8;
   color:white;
   position: relative;
   z-index: 2;
	margin:0;
}
#formPage form input[type="submit"].on{
  visibility: hidden;
}
#formPage form input[type="submit"]:hover{
   background:white;
   color:#3a7ad8;
}
#error{
	padding:120px 20px;
	text-align:center;
}
#error h2{
	font-size:25px;
}
#error h3{
    margin: 0 0 10px 0;
    color: #992727;
}
#error a{
	display:inline-block;
	margin:10px 0 0 0;
}
#error .inner i{
	margin:0 10px 0 0;
}
#formPage .leftBox{
	width: 60%;
    height: 100vh;
    background-size: cover;
}
@media (max-width: 500px){
  .sp{
    display: block;
  }
}
#formPage.error{
  display: block;
  text-align: center;
  padding: 120px 20px;
}
#formPage .price{
  font-size: 15px;
  margin: -30px 0 30px 0;
}
/* loading animation start -----------------*/

#formPage .loader{
  position: absolute;
    left: 50%;
    bottom: 163px;
    z-index: 1;
}
#formPage .loader span{
  width:16px;
  height:16px;
  border-radius:50%;
  display:inline-block;
  position:absolute;
  left:50%;
  margin-left:-10px;
  -webkit-animation:3s infinite linear;
  -moz-animation:3s infinite linear;
  -o-animation:3s infinite linear;
  
}
#formPage .loader span:nth-child(2){
  background:#E84C3D;
  -webkit-animation:kiri 1.2s infinite linear;
  -moz-animation:kiri 1.2s infinite linear;
  -o-animation:kiri 1.2s infinite linear;
  
}
#formPage .loader span:nth-child(3){
  background:#F1C40F;
  z-index:100;
}
#formPage .loader span:nth-child(4){
  background:#2FCC71;
  -webkit-animation:kanan 1.2s infinite linear;
  -moz-animation:kanan 1.2s infinite linear;
  -o-animation:kanan 1.2s infinite linear;
}
@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
  50%{-webkit-transform:translateX(-20px);
  }
  
  100%{-webkit-transform:translateX(20px);
  z-index:200;
  }
}
@-moz-keyframes kanan {
    0% {-moz-transform:translateX(20px);
    }
   
  50%{-moz-transform:translateX(-20px);
  }
  
  100%{-moz-transform:translateX(20px);
  z-index:200;
  }
}
@-o-keyframes kanan {
    0% {-o-transform:translateX(20px);
    }
   
  50%{-o-transform:translateX(-20px);
  }
  
  100%{-o-transform:translateX(20px);
  z-index:200;
  }
}
@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
  z-index:200;
    }
  50%{-webkit-transform:translateX(20px);
  }
  100%{-webkit-transform:translateX(-20px);
  }
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-20px);
  z-index:200;
    }
  50%{-moz-transform:translateX(20px);
  }
  100%{-moz-transform:translateX(-20px);
  }
}
@-o-keyframes kiri {
     0% {-o-transform:translateX(-20px);
  z-index:200;
    }
  50%{-o-transform:translateX(20px);
  }
  100%{-o-transform:translateX(-20px);
  }
}
/* loading animation end -----------------*/
/* thankyou page start -------------------*/

  #thankyou{
    height: 100vh;
  }
  #thankyou:after{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 46%);
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
  }
  #thankyou .mainBody{
    overflow: hidden;
    padding: 60px 0px 0px 0;
    text-align: center;
    width: 500px;
    background: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 10px 10px 10px lightgrey;
    margin: 60px auto 0 auto;
    z-index: 3;
  }
  #thankyou .mainBody h2{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  #thankyou .mainBody h2 em{
    display: block;
    font-size: 15px;
  }
  #thankyou .mainBody .inner{
    padding: 0 30px;
  }
  #thankyou .mainBody p{
    font-size: 13px;
  }
  #thankyou .mainBody p em{
    display: block;
    color: #1b4079;
    margin: 10px 0;
    font-weight: bold;
  }
  #thankyou .mainBody p.mail{
    color: #971111;
  }
  .waves{
    vertical-align: bottom;
  }
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
    transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:100px;
        min-height:40px;
        width: 100%;
    }
    .content {
        height:30vh;
    }
    .stripeThankWrap .mainBody{
        width:90%;
        top:40%;
    }
    #thankyou .mainBody .info{
      padding:0 10px;
    }
    #thankyou .mainBody{
      width: 90%;
      padding: 30px 0px 0 0px;
    }
    #formPage{
      display: block;
      position: relative;
    }
    #formPage img{
      width:100%;
      min-height: unset;
      height: 200px;
    }
    #formPage form{
      width:100%;
      padding: 60px 40px;
    }
    #formPage form h2{
      font-size:18px;
    }
    #formPage form input, #formPage form select{
      padding:10px;
      font-size:14px;
    }
    #formPage .loader{
      bottom: 118px;
    }
  }
/* thankyou page end   -------------------*/
/* user_list start -----------------------*/

#userList{
  padding: 120px 20px;
  text-align: center;
}
#userList table{
  width: 1100px;
  margin: 30px auto;
  font-size: 13px;
}
#userList table th{
  color:white;
  background:black;
  border:1px solid black;
}
#userList table td{
  padding:5px;
  border:1px solid black;
  vertical-align: middle;
  font-size: 12px;
}
#userList table td:nth-child(1){
  text-align: left;
}
#userList input[type="submit"]{
  padding: 5px 15px;
  border-radius: 5px;
  background: #078ac9;
  color: white;
  border: 1px solid;
  margin: 20px 0;
  transition: .3s;
}
#userList input[type="submit"]:hover{
  background:white;
  color:#078ac9;
}
#userList select{
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 500px) {
  #userList table{
    width:100%;
    font-size:10px;
  }
}
/* user_list end   -----------------------*/
/* form start -----------------------------*/
#formBody{
    text-align: center;
    padding: 80px 10px;
}
#formBody img{
	width:200px;
}
#formBody h2{
    margin: 30px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}
#formBody form{
    width: 500px;
    margin: 30px auto;
    padding: 30px;
	text-align:left;
	box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#formBody form input{
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #939393;
    margin: 10px 0 20px 0;
}
#formBody form input[type="submit"]{
    margin: 40px 0 0 0;
    background: #0cacd9;
    color: white;
    border: 1px solid #0cacd9;
    transition: .3s;
}
#formBody form input[type="submit"]:hover{
	background:white;
	color:#0cacd9;
}
#formBody label{
    font-size: 15px;
    color: #615d5d;
    padding: 5px 10px;
    border-radius: 5px;
    background: #dbd6d6;
}
#formBody form em{
    font-size: 12px;
    margin: 0 0 0 5px;
    color: red;
}
#formBody h3 i{
	margin:0 5px 0 0;
}
#formBody input[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	background-color: #ccc;
	color: #666;
	border:1px solid #ccc;
}
#loading{
	margin:10px 0 0 0;
	text-align:center;
}

@media (max-width: 500px) {
	#formPage .leftBox{
	width: 100%;
    height: 200px;
    background-position: center;
	}
	#formBody form{
		width:95%;
	}
	#formBody{
		padding:80px 10px;
	}
	#formBody form em{
		display: block;
    margin: 5px 0 0 0;
	}
	#formBody form input{
		margin:10px 0 30px 0;
	}
}
/* form end   -----------------------------*/
/* 特定商取引 start------------------------*/

#trans{
    text-align: center;
    padding: 120px;
	background:#fefefe;
	position:relative;
}
#trans h2{
    font-size: 20px;
    margin: 0 0 60px 0;
}
#trans table{
    width: 100%;
}
#trans .tableBox{
	width: 700px;
    margin: 0 auto;
	background:white;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding:30px;
}

#trans table th,#trans table td{
	padding:15px;
	text-align:left;
}
#trans table th{
	width:200px;
}
#trans .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    background: #f2f2f2;
    font-size: 15px;
}

@media (max-width: 768px) {
	#trans{
		padding:120px 10px;
	}
	#trans .tableBox{
		width:100%;
		padding:10px;
	}
	#trans table th, #trans table td{
		padding:10px;
		font-size:12px;
	}
	#trans table th{
		width: 100px;
		vertical-align: top;
	}
	#trans h2{
		font-size:15px;
	}
	#trans .footer{
    font-size: 10px;
    padding: 10px;
}
}




/* 特定商取引 end. ------------------------*/