@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
/* CSS Document */
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
    /* iPhoneでの文字サイズ自動修正を使わない*/
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}
body {
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    letter-spacing: .02em;
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: url(../img/bg.png) repeat-y;
    background-size: 100%;
}
.chuggington-red {
    background-color: #ee1d27;
}

.chuggington-red #contents {
    border: 10px solid #d80509;
}
.chuggington-red .contents-title {
    background: #d80509;
}
.chuggington-brick {
    background: #ee1d27 url(../img/bg_brick.png) repeat-y;
    background-size: 100%;
}
.chuggington-brick #contents {
    border: 10px solid #1a387c;
}
.chuggington-brick .contents-title {
    background: #1a387c;
}
.chuggington-blue {
    background-color: #1a6db3;
}
.chuggington-blue #contents {
    border: 10px solid #164396;
}
.chuggington-blue .contents-title {
    background: #164396;
}
.chuggington-green {
    background-color: #8ec231;
}
.chuggington-green #contents {
    border: 10px solid #7ca82d;
}
.chuggington-green .contents-title {
    background: #7ca82d;
}
.bg-yellow {
    background: #fff9e4;
}
.img-w40 {
    width: 40%;
    margin: 0 auto;
    padding-top: 30px;
}
.img-w60 {
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
}
.img-w80 {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
.img-w40 img, .img-w60 img, .img-w80 img {
    width: 100%;
}
.blue {
    color: #1755a5;
}
.red {
    color: #e7181b;
}
.green {
    color: #35af35;
}
.text-b {
    font-weight: 800;
}
@media screen and (max-width: 640px) {
    body {
        background-size: 200%;
    }
    .img-w40, .img-w60, .img-w80 {
        width: 80%;
         padding-top: 20px;
    }
    .chuggington-brick {
    background: #ee1d27 url(../img/bg_brick.png) repeat-y;
    background-size: 200%;
}
    .chuggington-red #contents {
        border: 6px solid #d80509;
    }
     .chuggington-brick #contents {
        border: 6px solid #1a387c;
    }
    .chuggington-blue #contents {
        border: 6px solid #164396;
    }
    .chuggington-green #contents {
        border: 6px solid #7ca82d;
    }
}
/*------------------ベース------------------*/
#wrapper {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
}
#contents {
    width: 100%;
    max-width: 900px;
    margin: 10px auto 0 auto;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 30px;
}
.contents-title {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    padding: 15px 0 20px 0;
}
.contents-lead {
    font-size: 16px;
    line-height: 1.9;
    padding: 40px 0 0 0;
    font-weight: bold;
}
.chuggington-basic .contents-lead {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.contents-inner {
    padding: 0 40px 50px 40px;
}
.contents-confirm,.contents-error,.contents-thanks{
    padding: 30px ;
}
.contents-confirm li,.contents-error li{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.contents-box {
    margin: 35px 0 0 0;
    background: #FFF;
    border: 4px solid #ffcb1f;
    border-radius: 10px;
    padding: 25px 35px;
}
.contents-box p {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
.contents-box__list dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-bottom: none;
    padding: 5px 0 0 0;
}
.contents-box__list dt {
    width: 30px;
    margin-right: 15px;
    background: url(../img/bg_no.png) no-repeat left top;
    background-size: 30px;
    text-align: center;
    line-height: 30px;
}
.contents-box__list dd {
    width: calc(100% - 45px);
    line-height: 1.8;
}
.contents-box ul {
    padding: 0;
    border: none;
}
.contents-box ul li {
    padding: 0;
}
.contents-box ul li:before {
    content: "・";
}
#header {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    padding: 10px 0;
}
#header h1 {
    width: 240px;
    margin: 0 auto;
}
#header h1 img {
    width: 100%;
}
#header h1 span {
    font-size: 90px !important;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}
em {
    font-style: normal;
    font-weight: bold;
}
/*------------------注釈リストエリア------------------*/
ul {
    list-style: none;
}
li {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .04em;
}
.txt-indent {
    padding-left: 1em;
    text-indent: -1em;
}
.txt-indent2 {
    padding-left: 1.8em;
    text-indent: -1.8em;
}
.policy {
    box-sizing: border-box;
    padding: 30px;
    margin-top: 40px;
    background: #FFF;
    border: 1px solid #ffcb1f;
}
.chuggington-basic .policy {
    border: 1px solid #ccc;
}
.policy-item {
    height: 350px;
    overflow-y: auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.chuggington-basic .policy-item {
    height: auto;
    overflow-y: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}
.policy-item p:first-child {
    margin-top: 0;
}
.policy p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .04em;
    text-align: left !important;
    margin-top: 20px;
}
.policy ul {
    padding: 10px;
}
.policy p a {
    color: #e60816;
    word-break: break-all;
}
.policy p span {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
li span {
    color: #cc0202;
}
@media screen and (max-width: 640px) {
    #wrapper {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }
    #contents {
        border-radius: 20px;
    }
    .contents-confirm,.contents-error,.contents-thanks{
    padding:30px 20px 20px 20px;
}
    .contents-title {
        font-size: 22px;
        padding: 8px 0 12px 0;
        line-height: 1.4;
    }
    .contents-lead {
        font-size: 15px;
        line-height: 1.9;
        padding: 20px 0 0 0;
    }
    .chuggington-basic .contents-lead {
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        padding-top: 25px;
    }
    .contents-inner {
        padding: 0 15px 40px 15px;
    }
    .contents-box {
        margin: 25px 0 0 0;
        border: 4px solid #ffcb1f;
        padding: 25px 15px 15px 15px;
    }
    .contents-box p {
        font-size: 16px;
    }
    .contents-box__list dl {
        font-size: 15px;
        margin-top: 5px;
    }
    .contents-box__list dd {
        line-height: 1.7;
    }
    #header h1 {
        width: 40%;
    }
    #header h1 span {
        font-size: 58px !important;
        font-family: "Winky Rough", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        display: block;
        line-height: 1;
        margin-bottom: 10px;
    }
    ul {
        list-style: none;
        padding: 0 0 20px 0;
    }
    li {
        font-size: 14px;
    }
    .policy {
        box-sizing: border-box;
        padding: 20px 15px;
        margin-top: 40px;
    }
    .policy p {
        font-size: 14px;
    }
    .policy p span {
        font-size: 15px;
    }
}
/*------------------入力エリア------------------*/
.form_area dl,
.confirm_area dl {
    padding: 25px 0;
    margin: 0 auto;
}
.form_area dt {
    padding-bottom: 8px;
    border-bottom: 1px solid #ffcb1f;
    margin-bottom: 15px;
}
.chuggington-basic .form_area dt {
    padding-bottom: 5px;
    margin-bottom: 0;
    border: none;
}
.form_area .box {
    margin: 20px;
    padding: 0 0 6px 0;
    border-radius: 10px;
}
.form_area .box-title {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 0 14px 15px;
    line-height: 1;
    text-align: left;
    margin-bottom: 5px;
    color: #FFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.title-subtitle {
    text-align: left;
    border-bottom: 2px solid #666;
    margin: 20px 25px 0 25px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    font-size: 130%;
    padding-bottom: 10px;
}
.login_area dl {
    padding: 12px 150px;
    margin: 0 auto;
}
/*入力項目タイトル*/
.login_area dt label,
.form_area dt label,
.confirm_area dt {
    color: #333;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
}
/*入力項目 必須マーク色*/
.form_area dt label span {
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 100px;
    background: #cc0202;
}
/*入力欄*/
.text,
textarea,
.dropdown {
    border: 1px solid #999;
    padding: 14px;
    color: #333;
    background: #fff;
    border-radius: 5px;
    margin-top: 8px;
    /* Webkit */
    -webkit-border-radius: 5px;
    /* Firefox */
    -moz-border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
}
textarea {
    width: 80%;
    max-width: 600px;
    height: 100px;
    padding: 0 10px 0 0;
}
/*入力欄フォーカス時の色*/
textarea:focus,
input.text:focus {
    background: #f1f1f1;
}
/*ラジオボタン*/
dd label.radiolabel {
    min-width: 30%;
    width: auto !important;
    width: 30%;
    background: none repeat scroll 0 0 #F1F1F1;
    display: inline-block;
    padding: 5px 5px 5px 0px;
    margin: 0 0 5px 0;
    font-size: 117%;
    line-height: 1.8;
    cursor: pointer;
}
/*チェックボックス*/
.select-genre {
    margin-top: 10px;
}
dd label.checklabel,dd label.radiolabel {
    min-width: 90%;
    width: auto !important;
    width: 90%;
    background: none repeat scroll 0 0 #f1f1f1;
    display: inline-block;
    padding: 10px;
    margin: 2px 0 5px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}
label.checklabel-agreement {
    min-width: 100%;
    width: auto !important;
    width: 100%;
    background: none repeat scroll 0 0 #FFF;
    display: inline-block;
    padding: 10px;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background: #f1f1f1;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
/* 住所に反映ボタン */
.btn_zip {
    cursor: pointer;
    font-size: 125%;
    padding: 4px 18px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
/* 年齢 */
.years {
    font-size: 120%;
    vertical-align: bottom;
    text-decoration: none;
}
/*input幅*/
.pw100 {
    width: 100%;
}
.pw90 {
    width: 90%;
}
.pw80 {
    width: 80%;
}
.pw70 {
    width: 70%;
}
.pw60 {
    width: 60%;
}
.pw50 {
    width: 50%;
}
.pw40 {
    width: 40%;
}
.pw30 {
    width: 30%;
}
.pw20 {
    width: 20%;
}
.pw10 {
    width: 10%;
}
/*------------------注意文・ボタンエリア------------------*/
.attention {
    font-size: 16px;
    line-height: 1.7;
    padding: 40px 0 25px 0;
    text-align: left;
}
.attention2 {
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 0 0 0;
    color: #333;
}
.attention_d {
    color: #ff0000;
    font-size: 15%;
    line-height: 1.5;
    padding: 15px 0 20px 0;
}
.attention a:link {
    color: #cc3333;
    text-decoration: none;
}
.attention a:visited {
    color: #cc3333;
    text-decoration: none;
}
.attention a:hover {
    color: #cc3333;
    text-decoration: underline;
}
.attention a:active {
    color: #cc3333;
    text-decoration: none;
}
p {
    text-align: center;
}
/*ボタン位置*/
.btn_area {
    margin-top: 30px;
    float: center;
}
/*ボタンスタイル*/
.btn {
    display: block;
    cursor: pointer;
    font-size: 17px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 100px;
    border: none;
    padding: 16px 0;
    text-decoration: none;
    display: inline-block;
}
/*応募ボタン*/
.btn1 {
    width: 360px;
    display: block;
    font-weight: bold;
    background-color: #ee1d27;
    color: #ffffff;
    margin: 0 auto;
    border: 1px solid #d80509;
}
.btn_area a {
    text-decoration: none;
}
.btn1:hover {
    background-color: #de0d17;
}
/*リセットボタン*/
.btn2 {
    width: 360px;
    display: block;
    border: 1px solid #999;
    background-color: #fff9e4;
    color: #333;
    margin: 15px auto 0 auto;
}
.chuggington-basic .btn2 {
    background-color: #FFF;
}
.chuggington-basic .btn2:hover {
    background-color: #f1f1f1;
}
.btn2:hover {
    background-color: #FFF;
}
/*disabled*/
#error_box {
    color: #cc3333;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.btn:disabled {
    background-color: #eee;
    color: #999;
    border: 1px solid #ccc;
}
.btn:disabled:hover {
    background-color: #eee;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
/*------------------フッターエリア------------------*/
.footer_area {
    width: 100%;
    /*    background-color:#ddd; */
}
.footer {
    margin: 0 auto;
    padding: 10px 0 30px 0;
    position: relative;
    font-size: 10px;
}
address {
    font-style: normal;
    color: #FFF;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}
/*------------------確認ページ------------------*/
/*入力内容 文字スタイル*/
.confirm_area {
    margin-top: 20px;
}
.confirm_area dd.confirm_value {
    font-weight: bold;
    font-size: 16px;
}
/*------------------エラーページ------------------*/
.error_area div {
    padding: 12px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
}
li.error {
    text-align: center;
}
/*------------------サンクスページ------------------*/
#thanksMsg {
    margin: 30px 0;
    text-align: center;
}
#thanksMsg h3 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}
#thanksMsg p {
    margin: 30px 0 40px 0;
    line-height: 1.7;
    font-size: 16px;
    color: #000;
}
/*スマホ用 css*/
@media screen and (max-width: 640px) {
    .confirm_area {
    margin-top: 0;
}
    .login_area dl,
    .form_area dl,
    .confirm_area dl {
        padding: 40px 0 0 0;
    }
    .form_area dt {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .chuggington-basic .form_area dt {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .form_area .box-title {
        font-size: 16px;
        font-weight: bold;
        padding: 14px 0 14px 15px;
        line-height: 1;
        text-align: left;
        margin-bottom: 5px;
        color: #FFF;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .title-subtitle {
        text-align: left;
        border-bottom: 2px solid #666;
        margin: 20px 25px 0 25px;
        color: #333;
        line-height: 1;
        font-weight: bold;
        font-size: 130%;
        padding-bottom: 10px;
    }
    .login_area dl {
        padding: 12px 150px;
        margin: 0 auto;
    }
    /*入力項目タイトル*/
    .login_area dt label,
    .form_area dt label,
    .confirm_area dt,
    .confirm_area dd.confirm_value {
        font-size: 15px;
    }
    /*入力項目 必須マーク色*/
    .form_area dt label span {
        font-size: 12px;
        display: inline-block;
        margin-left: 6px;
        padding: 3px 10px;
    }
    dd label.radiolabel {
        min-width: 94%;
        width: auto !important;
        width: 94%;
        font-size: 14px;
    }
    label.checklabel {
        min-width: 40%;
        width: auto !important;
        width: 40%;
    }
    .w100 {
        width: 96%;
    }
    .w50 {
        width: 50%;
    }
    .w20 {
        width: 20%;
    }
    .attention {
        margin: 0;
        text-align: left;
        font-size: 15px;
        padding: 30px 0 0 0;
    }
    .attention2 {
        padding: 10px 15px 0 0;
        font-size: 13px;
    }
    .attention_d {
        color: #ff0000;
        padding: 15px 15px 20px 15px;
        text-align: left;
    }
    .btn {
        font-size: 15px;
    }
    .btn1 {
        padding: 16px 0;
        width: 80%;
        margin: 0 auto;
    }
    .btn2 {
        margin-top: 0;
        padding: 16px 0;
        width: 80%;
    }
    .error,
    .thanks {
        font-size: 15px;
        line-height: 1.6;
    }
    .error_area div {
        font-size: 15px;
        margin-top: 0;
        padding: 0;
    }
    .text,
    textarea,
    .dropdown {
        zoom: 1;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .footer {
        width: 100%;
        margin: 0;
    }
    .close {
        text-align: center;
        float: none;
        /*      margin-top: -20px;  */
        height: 20px;
        padding-top: 10px;
    }
    address {
        text-align: center;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
    }
    #thanksMsg {
        padding: 10px;
        margin: 20px 0;
        text-align: center;
    }
    #thanksMsg h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    #thanksMsg p {
        margin: 20px 0 30px 0;
        font-size: 15px;
    }
    #thanksMsg p.btn_area {
        margin: 0 !important;
    }
    .form_area .box {
        margin: 10px;
        padding: 0 0 6px 0;
        border-radius: 10px;
    }
}