
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #75787b;
  --color-gray-light: #ddd;
  --color-gray-disabled: #e8e8e8;
  --color-main:#f08c5e;
  --color-selected: #c6382d;
  --color-link:#f08c5e;
  --color-dengerous:#f34573;
  --color-third:#f09c67;
  --color-forth:#c2d95c;
  --font-size-default: .875rem;

}




/*************************************************
	全体レスポンシブ
**************************************************/
/*PC*/
@media screen and (min-width: 639px) {
  .is-mob {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
}
/************************
Common Style
************************/
body{
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color:#333;
}
a {
  text-decoration: none;
  outline:none;
  color:var(--color-link);
}


/************************
Common Style
************************/
.flex-row-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.logo-big{
  width: 250px;
}

.message{
  color:#00aeef;
  font-size: .8em;
  font-weight: bold;
  margin: .5em 0;
  text-align:center;
}
.sml{
  font-size: .8em;
}
h2{
  font-size:1.1em;
  width: 100%;
  padding: 10px;
  background-color: #333;
  color: #fff;
  margin-bottom: 1em;
  border-radius: 5px;
  /*margin-top: 2em;*/
}
h2.payment{
  background-color: #c6382d;
}

h3{
  color:var(--color-main);
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
}

button:hover{
  opacity:.6;
}

@media screen and (max-width: 639px) {
  .flex-row-box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
/************************
Layout
************************/

div.wrap{
  width: 100%;
}

.main-pannel{
  width: 800px;
  max-width: 100%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.main-pannel.text{
  padding: 20px;
}
.main-pannel.text p{
  margin-bottom: 20px;
  line-height: 1.3em;
  padding: 0 10px;
  color: #111;
  font-size: .9
}
.main-pannel.text p:last-child{
  margin-bottom: 0;
}
.main-pannel.title{
  width: 330px;
  padding: 1px 0;
  margin: 0 auto;
  background-color: var(--color-main);
  margin-top: 0;
}
.main-pannel.title img{
  width: 100%;
}
.main-pannel h1{
  margin: 30px auto 20px auto;
  text-align: center;
  width: 100%;
  line-height: 1.5em;
}
@media screen and (max-width: 639px) {
  .main-pannel{
    width: 100%;

  }
  .main-pannel{
    padding: ;
    box-sizing: border-box;
  }
  .main-pannel h1{
    margin: 10px auto 10px auto;
    box-sizing: border-box;
  }
  .main-pannel.title{
    width: 250px;
  }
}

/************************
Input
************************/
input[type="text"],input[type="tel"], input[type="password"],input[type="email"] ,textarea {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  color: #000;
  border-radius: .2em;
  background: #f9f9f9;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  font-size: .6em;
  padding: 1.5em;
}
textarea {
  height: 10em;
}
button, input[type="submit"]{
  margin: 1em  ;
  border: 0;
  padding:.5em 1em;
  font-weight: bold;
  cursor: pointer;
  background-color: #00aeef;
  color:#fff;
}
button.big, input[type="submit"].big{
  width: 310px;
  font-size: 1.1em;
}
button.huge, input[type="submit"].big{
  width: 300px;
  font-size: 1.1em;
}
button.white, input[type="submit"].white{
  color:#777;
  font-weight: normal;
  background-color: #fff;
  border:1px solid #ddd;
}
.button-box{
    width: 100%;
    text-align: center;
}
button.with-border{
  border-bottom:1px solid #ff1493;
}
button i{
  font-size:.5 em;
}
.icon-btn{
  color:#ffa500;
  cursor: pointer;
}
.btn-area-big{
  width: 200px;
  text-align: center;
  margin: 1.5em auto;
}

.btn-area-small button{
  font-size:.8em;
}
.m-stat-bg {
    -webkit-transition: .3s ease;
    /* transition: .3s ease; */
}
.m-select_stat::before, .m-select_stat:hover::before, .m-select_stat:active::before, .m-select_stat::after, .m-select_stat:hover::after, .m-select_stat:active::after {
    color: #fff;
}
.m-select_stat::before, .m-select_stat:hover::before, .m-select_stat:active::before, .m-select_stat::after, .m-select_stat:hover::after, .m-select_stat:active::after {
    color: #fff;
}

.m-select_group{
  position: relative;
}
.m-select_group::before {
    top: 18px;
    content: "\f0d7";
}
.m-select_group::after {
    top: 3px;
    content: "\f0d8";
}

.m-select_group::before, .m-select_group::after {
    position: absolute;
    right: 10px;
    font-family: fontawesome;
    font-size: .5em;
    cursor: pointer;
    pointer-events: none;
    color:#666;
    font-size: 1.3em
}


.m-select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    resize: none;

    width: 100%;
    height: 100%;
    padding: 0 1em;
    font-size: .8em;
    cursor: pointer;
    border-radius: 0;
}

.m-select-sml {
    width: 100px;
}
.m-form{
  display: block;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    line-height: 1;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: .0625rem solid #dde7eb;
    border-radius: .25rem;
    /* vertical-align: middle; */
    -webkit-transition: .1s ease;
    transition: .1s ease;
}
.text-right{
  text-align: right;
}
