@charset "utf-8";
@import "/css/ress.css";

/* ------------------------------------------------------------
base
------------------------------------------------------------ */

body {font-family:Linotte, YuGothic,'Yu Gothic','游ゴシック体','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Roboto,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,'MS PGothic',Arial,Helvetica,Verdana,sans-serif !important;}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select {width:400px;padding:5px;border:1px solid #ccc;border-radius:5px;}

.btn {width:300px;padding:10px;background:#70B50C;border-radius:5px;color:#fff;font-weight:bold;}
.badge {padding:5px 10px;border-radius:5px;}
.required {background:#900;color:#fff;}


#contents {width:800px;padding:20px;margin:20px auto;}

.formBox {display:flex;flex-wrap:wrap;width:100%;margin:0 0 20px 0;}
.formBtn {text-align:center;}

.formLabel {width:200px;padding:5px 0;font-weight:bold;}

.formInput {}
.formSelect {}

footer {text-align:center;}

.title {font-weight:bold;font-size:24px;margin:0 0 20px 0;}


@media screen and (max-width:1024px){

}
@media screen and (max-width:768px){
  #contents {width:100%;padding:20px;margin:20px auto;}
}
@media screen and (max-width:480px){
  #contents {width:100%;padding:20px;margin:20px auto;}
  .formLabel {width:100%;}
  .btn {width:100%;}
}



/*campaign*/
.campaign {padding:20px;margin:0 0 30px 0;border-radius:10px;background:#0071BC;color:#fff;}
.campaign .title {position:relative;top:-10px;margin:0;color:#fff;font-size:36px;}
.campaign .title span {color:#FFFF00;font-size:46px;}
.campaign .catch {display:block;position:relative;top:-40px;left:-40px;width:400px;background:#F34675;color:#fff;font-size:30px;font-weight:bold;line-height:60px;text-align:center;}
.campaign .catch:after {content: "";position: absolute;width: 0px;height: 0px;margin: auto;top:60px;left:80px;border-style: solid;border-color: #F34675 transparent transparent transparent;border-width: 20px 20px 0 20px;}
.campaign .text {font-size:18px;}
.campaign .text span {font-weight:bold;}
@media screen and (max-width:480px){
	.campaign .catch {width:100%;left:0;font-size:20px;}
	.campaign .catch:after {}
}