@charset "UTF-8";
/* Page style CSS */
html {
  font-size: 10px;
}
body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.001em;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:link {
  color: #0000de;
  text-decoration: underline;
}
a:visited {
  color: #0000de;
  text-decoration: underline;
}
a:hover {
  color: #0000de;
  text-decoration: none;
}
a:active {
  color: #0000de;
  text-decoration: underline;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: 0px;
}
header {
  max-width: 750px;
  margin: 0 auto;
}
.wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.container {
  margin: 0 3.5%;
}
.pr_text {
  font-size: 1.3rem;
  color: #666666;
  margin: 0 3.5%;
  padding: 10px 0 5px 0;
  text-align: right;
}
/*------------------------------
	contents
------------------------------*/
h1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  padding: 5px 0;
  border-top: solid 3px #CA383B;
  border-bottom: solid 3px #CA383B;
  text-align: center;
}
.wk_blue {
  border: solid #349AD9 4px;
  padding: 20px 10px;
  margin: 0 auto;
}
/*------------------------------
	font
------------------------------*/
p {
  font-size: 1.8rem;
}
sub {
  font-size: 1.2rem;
  line-height: 1.8;
  vertical-align: baseline;
}
.sub_note {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
  vertical-align: baseline;
}
.ft_red {
  color: #FF0000;
}
.ft_blue {
  color: #0000FA;
}
.ft_yellow {
  color: #FDFF21;
}
.ft_pink {
  color: #F1149D;
}
.marker {
  background: #FFFF66;
}
.mk_half_blue {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #daeef8 40%);
}
.mk_half_yellow {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #FFFF66 40%);
}
.ft10 {
  font-size: 1.0rem;
}
.ft11 {
  font-size: 1.1rem;
}
.ft12 {
  font-size: 1.2rem;
}
.ft13 {
  font-size: 1.3rem;
}
.ft14 {
  font-size: 1.4rem;
}
.ft15 {
  font-size: 1.5rem;
}
.ft16 {
  font-size: 1.6rem;
}
.ft18 {
  font-size: 1.8rem;
}
.ft20 {
  font-size: 2.0rem;
}
.ft22 {
  font-size: 2.2rem;
}
.ft24 {
  font-size: 2.4rem;
}
.ft26 {
  font-size: 2.6rem;
}
.ft28 {
  font-size: 2.8rem;
}
.ft_bold {
  font-weight: bold;
}
.tx_center {
  text-align: center;
}
.tx_right {
  text-align: right;
}
.lh14 {
  line-height: 1.4;
}
.lh20 {
  line-height: 2.0;
}
/*------------------------------
	.mt .mb 
------------------------------*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
/*------------------------------
	footer
------------------------------*/
footer {
  margin-top: 70px;
}
.f_navi {
  text-align: center;
}
.f_navi li {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.f_navi li a {
  text-decoration: none;
  color: #333333;
}
p.copyright {
  padding: 6% 0 4% 0;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0px;
}
/*------------------------------
	レスポンシブ対応
------------------------------*/
@media screen and (min-width: 768px) {
  body {
    background: #F3F3F3;
  }
  header {
    max-width: 620px;
    margin: 0 auto;
    background: #FFFFFF;
  }
  h1 {
    font-size: 2.8rem;
  }
  .wrapper {
    max-width: 620px;
    margin: 0 auto;
    background: #FFFFFF;
  }
  .br-sp {
    display: none;
  }
  .img80 {
    padding: 0 20px;
  }
}

/* ログインボタン消し */
.submit_sp_ec {
  display: none;
}

/* ieでのみ推奨ブラウザの表示 */
#ieWarning {
display: none;
}
.ieWarning {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
z-index: 99;
transition: .6s;
}
.ieWarning_inner {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 80%;
max-width: 750px;
padding: 50px;
font-size: 14px;
line-height: 1.8;
background-color: #fff;
z-index: 991;
font-family: "游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" , Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.ieWarning_closeBtn {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.ieWarning_closeBtn img {
max-width: 17px;
}
.ieWarning_hide {
opacity: 0;
visibility: hidden;
}

@media screen and (max-width: 752px) and (min-width: 0px) {
.ieWarning_inner {
  width: 90%;
  padding: 50px 20px 40px 20px;
  line-height: 1.4;
}
}