@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("../font/font-awesome/css/fontawesome-all.css");
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:hover, button:hover, textarea:hover, select:hover {
    cursor: pointer
}

input::-webkit-input-placeholder, input:-ms-input-placeholder, input::-moz-placeholder {
    color: #666;
    font-weight: normal
}

* {
    box-sizing: border-box
}

html {
    font: 62.5%/1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}

body {
    position: relative;
    color: #333;
    font-size: 1.3rem;
    font-weight: normal;
    background-color: #ffeebb;
    background: url(../img/washi02.jpg) repeat;
}


.questionaryWrap {
    position: relative;
    z-index: 0;
    text-align: center;
    padding-bottom: 10%;
}

.questionary_btn {
    width: 360px;
    font-size: 24px;
    background: #e96846;
    text-align: center;
    border-radius: 3em;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .11);
    color: #fff;
    display: inline-block;
    padding: 36px;
    position: relative;
    transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.questionary_btn:hover {
    background: transparent;
}

.questionary_btn:after {
    background: linear-gradient(to right top, #e96846, #ff7052, #FFC778);
    border-radius: 3em;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}


a:link {
    text-decoration: none
}

a:visited {
    color: #fff;
    text-decoration: none
}

a:hover, a:active {
    color: #fff;
    text-decoration: none
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom
}

.hover-opacity {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    backface-visibility: hidden
}

.hover-opacity:hover {
    opacity: 0.7
}

.container {
    width: 95%;
    max-width: 1120px;
    margin: auto
}

/* 背景
---------------------------------------------------------- */

.contents_bg {
    position: relative;
    overflow: hidden;
}


.contents_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 164%;
    height: 81%;
    margin: -6% -40% 0;
    background: #fff;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    background: url("../img/bg_dot.png");
}

.contents_bg2:before {
    height: 60%;
    margin: -2% -50% 0;
}

.contents_bg_inner {
    position: relative;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .main .el_bg_main.bgforUser {
        background-size: 260px;
    }
}

@media screen and (max-width: 768px) {
    .contents_bg:before {
        margin: 60px -50% 0;
        transform: rotate(-4deg);
        width: 174%;
        height: 89%;
    }
}


/* SNSボタン
---------------------------------------------------------- */

.snsBox {
    display: table;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.snsBtn .btnLine {
    margin-right: 1px;
}


/* お年玉企画
---------------------------------------------------------- */

.questionaryCont {
    max-width: 890px;
    height: auto;
    margin: 0 auto;
    font-size: 1.2em;
    /*font-weight: bolder;*/
    line-height: 1.6em;
    clear: both;
}

.questionaryCont_list {
    margin-bottom: 50px;
    display: flow-root;
}

.is-last {
    border: none;
}

.questionary_list_cont_leftTxt, .questionary_list_cont_RightTxt {
    width: 45%;
    line-height: 1.8em;
}

.questionary_list_cont_leftTxt {
    float: left;
    margin-right: 5%;
}

.questionary_list_cont_RightTxt {
    float: right;
    margin-left: 5%;
}

.questionary_list_cont_leftTxt h2,.questionary_list_cont_RightTxt h2 {
    font-weight: bold;
    font-size: 2.1rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    line-height: 1.6em;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.el_recommend {
    margin: 20px 0;
}

.el_recommend h3 {
    margin-bottom: 20px;
}

.el_title span img {
    width: 118px;
    height: auto;
    margin-bottom: 4px
}

.questionary_list_cont_img img {
    width: 100%;
    max-width: 420px
}

.el_recommend li {
    list-style: none;
    position: relative;
    margin: 10px 0 0;
    padding: 0px 0px 1px 30px;
    line-height: 1.8rem;
    font-size: 1em;
}

.el_recommend li:before {
    content: url(../img/prize_ume.png);
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.el_recommend img {
    width: 227px;
    height: auto;
}

.exmple {
    width: 100%;
    float: left;
    background: #eaf3fa;
    padding: 14px;
    margin-bottom: 3%;
    border-radius:5px;
    color: #d65735;
    font-weight: bold;
    position: relative;
}

.exmple span {
    color: #333333;
    font-weight: normal;
}

.exmple:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #eaf3fa;
    z-index: 0;
}

@media screen and (max-width: 1120px) {
    .container {
        max-width: 745px
    }
}

@media screen and (max-width: 580px) {
    .container {
        max-width: 350px
    }
}

@media screen and (max-width: 374px) {
    .container {
        width: 90%
    }
}

.section_title {
    text-align: center;
    color: #e96846;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px
}

@media screen and (max-width: 1120px) {
    .section_title {
        font-size: 30px
    }
}

.section_text {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6em
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1120px) {
    .section_text {
        font-size: 1.6rem;
        text-align: left
    }
}

.effect {
    transition: 1s;
    opacity: 0
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0)
}

.wrapper {
    margin: auto;
    max-width: 1500px;
    background: url("../img/bg_base.png");
}

.snsBtn li {
    float: left;
    margin-right: 10px
}

.questionary_link {
    /*position: absolute;*/
    top: 430px
}

.questionary_link img {
    width: 406px;
    height: 385px;
    margin: 0 auto;
}

.main {
    /*padding: 0 0 30px;*/
    position: relative
}

.main .el_bg_main {
    position: absolute;
    display: block;
    height: 780px;
    width: 100%;
    background: url("../img/main_left.png") no-repeat top left, url("../img/main_right.png") no-repeat top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 380px;
    z-index: 1;
}

.main_logo {
    padding: 20px;
}

.main_logo img {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.main_title {
    width: 182px;
    height: auto;
    margin-bottom: 60px;
    margin: 0 auto;
}

.main_text {
    font-size: 1.6rem;
    line-height: 2em;
    margin-top: 30px;
    text-align: center;
}

.main_text span {
    margin-top: 30px;
    display: block
}

.mainForUser  {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .mainForUser  {
        margin-bottom: 30px;
    }
}


/* 取り組み
---------------------------------------------------------- */

.news_title {
    color: #333333;
}

.news_title img.sub  {
    width: 133px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
}

.news_year_parts {
    text-align: center;
    display: block;
    width: 90px;
    height: 90px;
    border: 13px solid #ff6351;
    background-color: #fff;
    border-radius: 3em;
    position: absolute;
    font-weight: bold;
    font-size: 2rem;
    line-height: 60px;
    font-family: 'Oswald', sans-serif
}

.news .section_text.is-noMargin {
    margin-bottom: 0
}

.news_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 3%;
}

.news_list_cont {
    border-radius: 3px;
    box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.1);
    width: 30%;
    margin-right: 4%;
    margin-bottom: 4%;
    overflow: hidden;
    position: relative
}

.news_list_cont:nth-child(3n) {
    margin-right: 0
}

.news_list_cont .el_logo {
    padding: 20px 20px;
    height: 60px;
    background-color: #fff;
    text-align: center;
}

.news_list_cont .el_logo img {
    height: 20px;
    width: auto;
    display: inline-block
}

.news_list_cont .el_logo span {
    font-size: 2rem;
    font-weight: bold
}

.news_list_cont .el_img {
    background-color: #ccc;
    background: center no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px
}

.news .headline {
    background-color: #fff
}

.news .headline_item {
    padding: 15px
}

.news .headline_item_title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 20px;
    line-height: 2.1rem;
}

.news .headline_item_btn {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.news .headline_item_btn span {
    background-color: #cfc253;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block
}

.news .headline_item_btn.active span {
    background: #dcdcdc;
    color: #333
}

.news .detail {
    display: none;
    position: absolute;
    top: 60px;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.8em;
    background-color: rgba(255, 255, 255, 0.9);
    height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.news_list_cont .sol_logo img {
    height: 30px;
}

.back_btn {
    width: 300px;
    line-height: 36px;
    padding: 16px;
    font-size: 16px;
    background: #006ab6;
    text-align: center;
    border-radius: 3em;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer_msg {
    width: 100%;
    height: 300px;
    background: url("../img/bg_footer.png") no-repeat;
    background-size: cover;
}

.footer_msg img {
    width: 324px;
    height: auto;
    margin:  0 auto;
}

.footer {
    background-color: #d65735;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    height: 80px;
    padding: 3%;
}

@media screen and (max-width: 1120px) {
    .main .el_bg_main {
        background-size: 30%;
    }
    .main_logo img {
        width: 140px
    }

    .questionaryCont {
        max-width: 800px;
    }

    .questionary_link {
        right: 30px;
        bottom: 30px;
        top: auto
    }
    .questionary_link img {
        width: 320px;
        height: auto;
    }
    .questionary_list_cont_img img {
        max-width: 360px;
    }
    .news_list_cont {
        width: 48%;
        margin-right: 3%
    }
    .news_list_cont:nth-child(3n) {
        margin-right: 3%
    }
    .news_list_cont:nth-child(2n) {
        margin-right: 0
    }
    .news_history_cont {
        width: 100%;
        margin-top: 80px
    }
    .news_history_cont:after {
        top: 0;
        right: auto;
        left: 0
    }
    .news_history_cont .news_year_parts {
        top: -45px;
        left: -45px;
        right: auto
    }
    .news_history_cont .el_table {
        float: right;
        width: 90%
    }
    .el_table {
        display: table
    }
    .el_table .news_year {
        display: table-cell;
        width: 120px
    }
    .el_table .section_text {
        display: table-cell;
        vertical-align: middle
    }
    .questionary_list_cont {
        width: 100%;
        margin-bottom: 40px
    }
    .questionary {
        background-size: 100% auto, auto 100%
    }
}


@media screen and (max-width: 860px) {
    .main .el_bg_main {
        background-size: 25%;
    }
    .questionaryCont {
        padding: 20px;
    }
    .questionaryCont_list {
        padding-bottom: 15%;
    }
}

@media screen and (max-width: 768px) {
    .main .el_bg_main {
        background: url(../img/sp_left.png) no-repeat top left, url(../img/sp_right.png) no-repeat top right;
        background-size: 35%;
    }
    .questionaryCont {
        padding: 20px;
        max-width: 600px;
    }

    .questionary_list_cont_leftTxt, .questionary_list_cont_RightTxt {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0%;
    }

    .questionary_list_cont_img img {
        max-width: none;
        width: 90%;
        margin: 0 auto;
    }

    .questionaryCont_list {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .news_list {
        margin-top: 40px;
    }

    .exmple {
        margin-bottom: 10%;
    }

}

@media screen and (max-width: 580px) {
    .questionary_btn {
        width: 94%;
        font-size: 20px;
        padding: 30px;
    }

    .main_title {
        width: 50%;
        max-width: 360px
    }

    .main_text {
        font-size: 1.6rem;
        line-height: 1.8em
    }

    .main_text span {
        margin-top: 20px;
    }

    .news {
        background: none
    }
    .news_list_cont {
        width: 100%;
        margin-bottom: 26px
    }
    .news_list_cont:nth-child(2n+1) {
        margin-right: 0
    }

    .questionaryCont {
        max-width: none;
    }

    .questionary_link img {
        width: 280px;
        height: auto
    }
    .questionary_link {
        right: 0;
        bottom: 20px
    }

    .footer {
        font-size: 1.4rem;
        height: 60px;
        line-height: 60px
    }
    .questionary_list_cont .el_img {
        width: 100%;
        height: 200px
    }
    .questionary_list_cont .el_text {
        display: block
    }
}

@media screen and (max-width: 375px) {
    .main_logo {
        padding-top: 40px;
    }

    .back_btn {
        width: 80%;
        font-size: 14px;
        padding: 14px;
    }
}

@media screen and (max-width: 320px) {
    .main_logo {
        padding-top: 30px;
    }
    .main_text {
        margin-top: 15px;
        font-size: 1.4rem;
        line-height: 1.8em;
    }

    .main_title {
        margin-top:0px;
    }
}


/*# sourceMappingURL=common.css.map */