@charset "UTF-8";

/*====================*/


/*=== Reset Styles ===*/


/*====================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: bottom;
}

/* all */

* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'M PLUS 1p', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    line-height: 1;
    color: #2e2e2e;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

/* HTML5 tags */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a:link {
    text-decoration: none;
    color: #2e2e2e;
    font-weight: bold;
}
a:visited {
    color: #2e2e2e;
}
a:hover {
    text-decoration: none;
    color: #2e2e2e;
}
a:active {
    color: #2e2e2e;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* End Hack */

li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
.caution {
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
    width: auto;
    margin: 0 5%;
    padding: 10px 0;
}
.caution p {
    border: 1px #000 solid;
    display: inline-block;
    padding: 10px;
    background: #fff;
}
.caution p a {
    text-decoration: underline;
}
header {
    padding: 8px 0;
}
header h1 {
    width: 180px;
    margin: 0 auto;
}
#main {
    margin: 0 auto 30px;
    padding: 15px 5% 25px;
    box-sizing: border-box;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
#mainText {
    width: 70%;
    max-width: 900px;
    margin: 0 auto 10px;
}
#main p {
    font-size: 17px;
    line-height: 1.8em;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    word-break: keep-all;
}
.attitle {
    font-size: 19px;
    line-height: 1.6em;
    font-weight: bold;
    color: #ff7c00;
}
.attitle span {
    background: #fff;
    margin-bottom: 10px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px #ff7c00 solid;
}
section {
    width: 70%;
    max-width: 900px;
    margin: 0 auto 40px;
}
section a {
    text-decoration: underline!important;
}
section h2 {
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 0.8em;
    text-align: center;
    font-weight: 900;
}
section h2 span {
    display: inline-block;
    border-bottom: 4px #2e2e2e solid;
    padding-bottom: 0.2em;
}
.redText {
    color: #ff7c00;
    border-bottom: 4px #ff7c00 solid;
}
section small {
    display: block;
    font-size: 13px;
    line-height: 1.5em;
}
.tachihiiCopy p {
    font-size: 15px;
    line-height: 1.8em;
}
.tachihiiCopy h2 {
    font-size: 20px;
    margin-bottom: 0.2em;
}
.present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.presentCell {
    background: #ffe600;
    border-radius: 10px;
    width: 49%;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
}
.presentCell img {
    margin-bottom: 15px;
}
.presentCell p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
}
.application h3 {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 500;
    background: #2e2e2e;
    border-radius: 4px;
    color: #fff;
    margin: 30px 0 15px;
    padding: 2px 10px;
}
.application h3:first-child {
    margin-top: 0;
}
.application p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.step {
    border: 1px #2e2e2e solid;
    display: inline-block;
    padding: 1px 4px;
    margin-right: 0.5em;
    word-break: keep-all;
}
.apptext {
    margin-top: 2px;
}
.btn {
    margin-bottom: 30px;
    text-align: center;
}
.btn a {
    display: inline-block;
    background: url(../img/allow.svg) no-repeat left 30px center #ff7c00;
    background-size: 16px auto;
    padding: 15px 30px 15px 54px;
    font-size: 20px;
    line-height: 1.3em;
    text-decoration: none!important;
    color: #fff;
    font-weight: 800;
    border-radius: 6px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.closebtn {
    position: relative;
}
.closebtn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
p.atclose {
    text-align: center;
    color: #ff7c00;
    font-weight: bold;
    display: block;
    font-size: 18px;
}
.atclose span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px #ff7c00 solid;
}
.btn a:hover {
    background-color: #ff4800;
}
.offer {
    text-align: center;
    font-size: 22px;
    line-height: 1.4em;
}
.offer span {
    display: inline-block;
    position: relative;
    padding: 15px 30px;
}
.offer span:before {
    position: absolute;
    content: '';
    background: url(../img/left.svg) left center no-repeat;
    background-size: 26px 44px;
    width: 26px;
    height: 44px;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.offer span:after {
    position: absolute;
    content: '';
    background: url(../img/right.svg) right center no-repeat;
    background-size: 26px 44px;
    width: 26px;
    height: 44px;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.chara {
    background: #ffe600;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 15px 25px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.charaLeft {
    width: 20%;
}
.charaRight {
    width: 76%;
    text-align: left;
}
.chara h3,
.imatamanews h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 0.3em;
}
.chara p,
.imatamanews p {
    font-size: 15px;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 1em;
}
.imatamanews {
    background: #ffe600;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px 25px;
}
.imatamanews h3 {
    font-size: 18px;
    margin-bottom: 1em;
    text-align: center;
}
.imatamanews .btn {
    margin-bottom: 0;
}
.tachihiblock {
    border: 1px #ccc solid;
    margin-bottom: 0;
    padding: 15px 25px;
}
.tachihiblock h3 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 0.4em;
}
.tachihiblock p {
    font-size: 13px;
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 0.7em;
}
.outLink {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.olCell {
    width: 48%;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    text-align: center;
}
.olCell p {
    font-size: 14px;
    margin-bottom: 0;
}
.olCell img {
    margin-bottom: 10px;
    width: 75%;
}
.olCell:hover {
    opacity: 0.7;
}
footer {
    padding: 30px 5% 15px;
    text-align: center;
}
footer small {
    font-size: 12px;
    line-height: 1.4em;
}
.pagetop {
    text-align: right;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 1.5%;
    z-index: 10;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pagetop img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.pagetop:hover {
    margin-bottom: 10px;
}
.goto img {
    width: 200px;
}
.gotoimatama {
    font-size: 20px;
    margin: 30px 0;
}
.gotoimatama a {
    display: inline-block;
    padding: 15px 20px 15px 35px;
    border: 1px #2e2e2e solid;
    background: url(../img/allowBlack.svg) no-repeat left 15px center;
    background-size: 15px auto;
    border-radius: 6px;
}
@media screen and (max-width: 900px) {
    #main p {
        font-size: 15px;
        line-height: 1.7em;
        display: block;
        word-break: normal;
    }
    #main p br {
        display: none;
    }
    footer small {
        font-size: 10px;
    }
    .pagetop {
        width: 50px;
        height: 50px;
    }
    #mainText {
        width: auto;
        margin: 0 auto 10px;
    }
    section {
        width: 90%;
        max-width: 900px;
        margin: 0 auto 40px;
    }
    section h2 {
        font-size: 18px;
    }
    section h2 br {
        display: none;
    }
    .tachihiiCopy p {
        font-size: 14px;
        line-height: 1.7em;
    }
    .presentCell {
        padding: 15px;
    }
    .presentCell p {
        font-size: 14px;
    }
    .application h3 {
        font-size: 16px;
        line-height: 1.5em;
    }
    .application p {
        font-size: 15px;
    }
    .btn a {
        display: inline-block;
        background: url(../img/allow.svg) no-repeat left 15px center #ff7c00;
        background-size: 12px auto;
        padding: 12px 20px 12px 35px;
        font-size: 15px;
    }
    .offer {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    header h1 {
        width: 40%;
    }
    .chara {
        padding: 15px;
        display: block;
    }
    .charaLeft {
        width: 50%;
        margin: 0 auto 20px;
    }
    .charaRight {
        width: auto;
    }
    .chara h3 {
        font-size: 16px;
    }
    .chara p {
        font-size: 14px;
    }
    .goto img {
        width: 50%;
    }
    .gotoimatama {
        font-size: 16px;
        margin: 20px 0;
    }
    .gotoimatama a {
        padding: 12px 20px 12px 32px;
        background: url(../img/allowBlack.svg) no-repeat left 15px center;
        background-size: 12px auto;
    }
    .tachihiblock {
        padding: 15px;
    }
    .olCell img {
        width: 100%;
        margin-bottom: 7px;
    }
    .olCell {
        width: 47%;
    }
    .olCell p {
        font-size: 13px;
    }
    .tachihiiCopy h2 {
        font-size: 15px;
        text-align: left;
    }
    .tachihiiCopy p {
        font-size: 14px;
    }
    .attitle {
        font-size: 15px;
    }
    .attitle span {
        text-align: left;
    }
}