
@charset 'utf-8';

/*layout
---------------------------------*/
html{
  overflow-x: hidden;
}
body {

  font-family:"Lato-Bold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
  overflow-x: hidden;
  line-height: 1.5em;
  background-color: #eee;
}

a {
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}
a:hover {
    opacity: .8;
}
a img {
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}

a:hover img {
  opacity: .8;
}


/*************************************************
	全体レスポンシブ
**************************************************/
/*PC*/
@media screen and (min-width: 639px) {
  .is-mob {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
}


@media screen and (max-width: 639px) {
  form{
    width: 100%;
  }
}

/*************************************************
	Parts
**************************************************/
button{
  width: 100%;
  padding: .5em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 1em 0;
  font-size: .95em;
  cursor: pointer;
}
button.link-btn{
  background-color: #6bd5e1;
  height: 40px;
  color:#fff;
}

button.create-btn{
  background-color: #ff8364;
  height: 45px;
  color:#fff;
}

input.default-input {
  height: 25px;
  padding: 10px 16px 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.5;
  font-size: 16px;
  margin: 1em 0;
}
.fb-button-class{
  background-color: #385185;
  height: 50px;
  color:#fff;
  position: relative;
  display: flex;
}
.btn-line{
  background-color: #00C300;
  height: 50px;
  color:#fff;
  position: relative;
  display: flex;
}
.fb-button-class i,
.btn-line i{
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.5em;
}
.black{
  color: #333;
}
div.message{
  margin: 1em 0;
  color:#ffb677;
}

input.sml{
  width: 30%;
  margin-right: 10px;
}
label{
  text-align: left;
}
label.label-def{
  text-align: left;
  font-size:.8em;
}
@media screen and (max-width: 639px) {

}

/*************************************************
	レイアウト
**************************************************/
div#wrap{
  width: 100;
  position: relative;
}

/*************************************************
	Header
**************************************************/
header{
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}
header img{
  width: 150px;
}
@media screen and (max-width: 639px) {
  body {
    min-width: 320px;
  }



  /*モバイルメニュー*/
  .header_mob-nav {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    background: rgba(0,0,0,.7);
    box-sizing: border-box;
  }
  .header_mob-nav.is-open {
    display: flex;
  }
  .header_mob-nav a {
    color: #fff;
    text-decoration: none;
  }
  .header_mob-nav li {
    width: 100%;
    font-size: 1.1em;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;

  }
  .header_mob-nav.is-active a {
    color: #fff000;
  }
}


/*************************************************
	FOOTER
**************************************************/
footer{
  width: 100%;
  display: flex;
  padding: 2em 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer img{
  width: 100px;
}
footer ul{
  font-size: .8em;
  list-style-type: none;
  display: flex;
  padding: 1em 0;
  margin-bottom: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer li{
  padding:  0 .5em;
}
footer li a{
  color:#333;
  text-decoration: none;
}
@media screen and (max-width: 639px) {

}
/*************************************************
	Main
**************************************************/
main{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.full{
 width: 100%;
 height: 100vh;
}
.header-info{
  text-align: right;
  font-size: .8em;
  color: #777;
  width: 100%;
  max-width: 470px;

  padding: .5em;
  box-sizing: border-box;
}

.main-pannel{
  width: 100%;
  max-width: 540px;
  background-color:#fff;
  padding:0 60px;
  color:#333;
  font-size: 1em;
  margin: 0 1em;
}

.main-pannel section{
  padding:20px 0 ;
  border-top: 1px solid #ddd;
  text-align: center;
}
.main-pannel section:first-child{

  border:none;

}
.main-pannel section a{
  font-size:.8em;
  color: #333;
text-decoration: none;
}
.main-pannel section a:hover{

  color: #777;
  text-decoration: underline;
}

section.input-box{

  width: 100%;
  display: flex;
  flex-direction: column;

}
section.card-name{
  font-size: 2em;
  color: #777;
}
div.form-box{
  margin-top: 20px;
}
div.form-box-item{

  display: flex;
  flex-direction: column;
}
div.form-box-item label {
  font-size: .8em;
  color: #777;
}
div.form-box-item label + input,
div.form-box-item-com  input{
  margin-top: 0;
}
div.form-box-item-com{
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
table.paid_list{
  margin: 0 auto;
  font-size: .8em;
  color: #333;
  width: 90%;
  line-height: 1em;
}
table.paid_list td,
table.paid_list th{
  padding: .8em;
}
table.paid_list th{
  border-bottom: 1px solid #6bd5e1;
}
table.paid_list.detail th{
  border-bottom: none;
}
table.paid_list.detail td{
  text-align: left;
}
table.paid_list a{
  color:#ff8364;
}
table.paid_list a:hover{
  color:#ffb677;
}

iframe{
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .main-pannel{
    padding:0 1em;
    max-width: 340px;
  }
  table.paid_list td,
  table.paid_list th{
    padding: .8em .5em;
  }
}
