@charset "UTF-8";
/********************
    bace
********************/
body {
    margin: 0;
    padding: 0;
    background-color: #44bac7;
    font-family: 'Noto Sans', sans-serif;
}
p,
ul {
    margin: 0;
    padding: 0;
}
.pc_only {
    display: none !important;
}
/********************
    font
********************/
.roboto {
    font-family: 'Roboto', sans-serif;
}
/********************
    header
********************/
/* header */
.sw_header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
}
/* header_inner */
.header_inner {
    position: relative;
    margin: 0 auto;
    width: 96%;
    height: 50px;
}
/* logo */
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    margin: auto;
    width: 141px;
    height: 22px;
    background-image: url("/wp-content/uploads/2017/10/ico_logo_01@2x.png");
    background-size: 141px 22px;
}
.logo a {
    display: block;
    width: 141px;
    height: 22px;
}
/* tagline */
.tagline {
    position: absolute;
    bottom: 8px;
    right: 0;
    text-align: left;
    font-size: 10px;
    line-height: 10px;
    color: #999;
}
/* img_alt */
.img_alt {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
/********************
    wrapper
********************/
.wrapper {
    margin: 0 6px;
    background-color: #fff;
    overflow: hidden;
}
/********************
    bg
********************/
.white_bg {
    background-color: #fff;
}
.bg_anime,
.bg_anime02 {
    position: relative;
}
.bg_anime {
    background-image: url("/wp-content/uploads/2018/02/bg.gif");
    background-position: center center;
    background-size: cover;
}
.bg_anime02 {
    background-image: url("/wp-content/uploads/2018/03/bg02.gif");
    background-position: center center;
    background-size: cover;
}
.bg_red {
    padding: 8px;
    background-color: #ffeeef;
}
.bg_yellow {
    padding: 8px 6px;
    background-color: #fff7cc;
}
/********************
    beginner_menu_area
********************/
.beginner_menu {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 96%;
    height: auto;
    text-align: center;
}
.beginner_menu .beginner_menu_li {
    display: table-cell;
    border-right: 1px solid #fff;
    background-color: #ff5a5f;
}
.beginner_menu .beginner_menu_li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.beginner_menu .beginner_menu_li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: none;
}
.beginner_menu a {
    color: #fff;
    display: block;
}
.beginner_menu p {
    padding-bottom: 6px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    font-weight: bold;
}
/* icon */
.icon {
    display: block;
    margin: 0 auto;
    padding: 6px 0;
    width: inherit;
    max-width: 20px;
    height: auto;
}
/********************
    cat-nav-fix
********************/
.beginner_menu_area {
    height: 48px;
}
.beginner_menu_area.cat-nav-fix > ul {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 48px;
    transition: margin-top .6s;
    background: #fe595e;
}
.cat-nav-fix .beginner_menu {
    width: 100%;
}
.cat-nav-fix .beginner_menu_li {
    border: none;
}
.cat-nav-fix .beginner_menu_li:first-child,
.cat-nav-fix .beginner_menu_li:last-child {
    border-radius: 0;
}
/********************
    first_area
********************/
.first_area {
    height: auto;
    text-align: center;
}
.first_area {
    margin: 2px auto;
    width: 96%;
}
/********************
    section_area
********************/
.section_area {
    margin: 8px auto 40px;
}
/* none */
.section_margin_none {
    margin: 0 auto;
}
/* faq */
.faq_section_area {
    margin: 8px auto 0;
}
/* manga */
.manga_margin {
    margin: 0 auto 8px;
}
/********************
    inner
********************/
.inner {
    padding: 0 6px;
}
img.inner {
    padding: 0 10px;
}
/********************
    ttl:yellow_marker
********************/
.title_marker {
    margin: -40px auto 8px;
    padding-top: 64px;
    max-width: 94%;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    border-bottom: 16px solid #fff05a;
}
.title_marker_margin_none {
    margin: 16px auto 8px;
}
/********************
    ttl:check
********************/
.title_check {
    display: inline-block;
    margin: 8px 6px;
    padding: 0 6px 4px;
    text-align: left;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    border-bottom: 2px solid #fff05a;
}
.check_img {
    margin-right: 4px;
    width: inherit;
    max-width: 24px;
    height: auto;
}
/********************
    ttl:blue_line
********************/
.title_line {
    padding: 6px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #44bac7;
}
.title_line strong {
    margin: 0 4px;
    font-size: 30px;
    line-height: 30px;
}
/********************
    list_area
********************/
.menu_list {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: auto;
    text-align: center;
    line-height: 0;
    border-bottom: 1px solid #dcdcdc;
    letter-spacing: -.5px;
}
.menu_list a {
    color: #474747;
    display: block;
    width: 100%;
    height: 60px;
}
.menu_list_inner {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
}
.menu_list::before {
    position: absolute;
    top: 22px;
    left: 0;
    display: block;
    content: '';
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background-color: #44bac7;
}
.menu_list::after {
    position: absolute;
    top: 24px;
    left: 4px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu_list i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
    text-align: left;
    font-size: 30px;
    line-height: 60px;
    color: #44bac7;
}
.menu_list p {
    position: absolute;
    top: 13px;
    left: 56px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.menu_list strong {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 16px;
    color: #44bac7;
    letter-spacing: -.5px;
}
/********************
    ttl:list
********************/
.list_title {
    position: relative;
    margin: 0 auto;
    padding-top: 46px;
    width: 96%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 0;
    letter-spacing: -.5px;
    background-color: #faf8f0;
    border-left: 4px solid #44bac7;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 6px;
}
.list_title i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: 4px auto 0;
    text-align: left;
    font-size: 30px;
    line-height: 50px;
    color: #44bac7;
}
.list_title p {
    position: absolute;
    top: 13px;
    left: 48px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.list_title strong {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 16px;
    color: #44bac7;
    letter-spacing: -.5px;
}
/********************
    ttl:balloon
********************/
.title_balloon {
    position: relative;
    margin: 24px auto 0;
    padding: 8px 16px;
    width: 90%;
    height: auto;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #daf1f4;
    border-radius: 15px;
}
.title_balloon::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #daf1f4;
}
/********************
    ttl:sub
********************/
.sub_title {
    margin: 16px 8px 0 24px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
.sub_title img {
    margin-right: 8px;
    width: 111px;
    height: 25px;
    vertical-align: 0;
}
/********************
    ttl:center
********************/
.title_center {
    margin: 8px 6px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
/********************
    ttl:imgae
********************/
.ttl_img {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 100%;
    height: auto;
}
/********************
    img
********************/
/********************
    txt
********************/
.txt {
    margin: 8px auto;
    width: 96%;
    height: auto;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
}
.txt_margin_none {
    margin: 0 auto 8px;
    width: 94%;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.txt small {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
}
.asta {
    position: relative;
    padding-left: 12px;
    list-style: none;
    list-style-position: outside;
}
.asta span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.txt_gray {
    color: #999;
}
.txt_red {
    color: #ff5a5f;
    font-weight: bold;
}
.txt_gold {
    color: #cdaa00;
}
.caution {
    margin-right: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fe595e;
    line-height: 20px;
    font-weight: bold;
    background-color: #ffeeef;
    border-radius: 10px;
}
/********************
    txt_link
********************/
.txt_link_right a,
.txt_link_center a,
.txt_link_center_large a {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
}
.txt_link_right a {
    padding: 8px 6px;
    text-align: right;
}
.txt_link_center a {
    padding: 8px 6px 40px;
    text-align: center;
}
.txt_link_center_large a {
    padding: 8px 6px 16px;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
}
/********************
    btn
********************/
/* area */
.btn_area {
    margin: 16px auto 12px;
    text-align: center;
}
.btn_area .btn-cmn {
    display: block;
    margin: 0 auto;
    width: 85%;
    height: auto;
    text-align: center;
}
.btn-cmn {
    font-size: 15px;
}
.btn-cmn-txt_small {
    font-size: 14px;
    letter-spacing: -1px;
}
/* pink */
.btn-cmn-pink {
    position: relative;
}
/* small */
.btn_txt_small {
    display: block;
    font-size: 12px;
    color: #ffff00;
}
/* white */
.btn-cmn-white .btn_txt_small {
    color: #44bac7;
}
.btn-cmn-white {
    margin: 12px auto 0 !important;
    display: block;
}
/* mark */
.btn_mark {
    z-index: 2;
    position: absolute;
    bottom: 12px;
    right: 4px;
    margin: auto;
    padding: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -.5px;
    border: 1px solid #ff5a5f;
    background-color: #fff;
    border-radius: 30px;
    transform: rotate(20deg);
}
.btn_mark span {
    font-weight: bold;
    color: #ff5a5f;
}
/* header_btn */
.header_inner .btn-cmn {
    margin-top: 0;
    position: absolute;
    top: 6px;
    right: 2px;
    width: 100px;
}
.header_inner .btn_txt_small {
    display: block;
    font-size: 10px;
    color: #ffff00;
}
.header_inner .btn-cmn-txt {
    font-size: 12px;
    line-height: 14px;
}
.header_inner .btn-cmn-in {
    padding: 2px 4px;
    letter-spacing: -.5px;
}
/********************
    btn_balloon
********************/
.btn_balloon {
    margin: 16px auto 8px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}
.balloon_img {
    margin: 8px auto;
    width: 90%;
}
/********************
    user_area
********************/
.user_area {
    padding-bottom: 8px;
}
.user_list {
    position: relative;
    margin: 8px auto 0;
    width: 96%;
    height: auto;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-sizing: border-box;
}
.user_list img {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 60px;
}
.user_list .txt {
    margin: 6px 6px 6px 74px;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 11px;
    line-height: 18px;
}
.user_list strong {
    display: block;
    margin: 0 auto -16px;
    text-align: left;
    color: #44bac7;
    font-size: 13px;
}
/********************
    step_area
********************/
.step_bar {
    margin: 8px auto;
    width: 96%;
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}
.step_bar_title {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 8px 4px;
    width: 60px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    background-color: #44bac7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: baseline;
}
.step_bar i {
    margin-left: 4px;
    font-weight: bold;
    font-size: 20px;
    vertical-align: baseline;
}
.step_bar strong {
    margin: 8px auto 0;
    height: auto;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    border-radius: 16px;
}
/********************
    step_area_box
********************/
.step_area_box {
    margin: 0 auto;
    padding: 8px;
    width: 96%;
    height: auto;
    background-color: #faf8f0;
    background-image: url("/wp-content/uploads/2017/10/step_bg.png");
    background-size: 26%;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.step_area_box_ttl {
    padding: 4px;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #44bac7;
    font-weight: bold;
}
.step_area_box .txt {
    padding-right: 26%;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}
/********************
    arrow_area
********************/
.arrow_area {
    position: relative;
}
.arrow_area strong {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -.5px;
}
.arrow {
    margin: 8px auto;
    width: 0;
    height: 0;
    border-top: 50px solid #ff5a5f;
    border-right: 140px solid transparent;
    border-left: 140px solid transparent;
}
.arrow02 {
    margin: 8px auto;
    width: 0;
    height: 0;
    border-top: 20px solid #ff5a5f;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
/********************
    accordion
********************/
.accordion_box {
    max-height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.accordion {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.accordion input {
    display: none;
}
.faq_list.accordion label {
    position: relative;
    display: block;
    padding: 12px 33px 12px 40px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
}
.work_list.accordion label {
    position: relative;
    display: block;
    border-bottom: 2px solid #fff;
    line-height: 0;
}
.accordion label::after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.faq_list.accordion label::after {
    right: 16px;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
}
.work_list.accordion label::after {
    right: 10px;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
}
.accordion input:checked + label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion input:checked ~ .accordion_box {
    max-height: 1000px;
}
/********************
    faq
********************/
.faq_list label span {
    margin-right: 6px;
    margin-left: -27px;
    color: #44bac7;
    font-weight: bold;
}
 .answer_area {
    background-color: #fff;
    padding: 8px 8px 16px 33px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.answer {
    margin-right: 6px;
    margin-left: -20px;
    color: #ff5a5f;
    font-size: 13px;
    font-weight: bold;
}
/********************
    app_step_area
********************/
.app_step_area .title_center {
    margin: 8px auto;
    font-weight: bold;
}
h4.title_center {
    font-size: 14px;
    line-height: 18px;
}
h4.title_center small {
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
}
.app_step_area .title_center br {
    display: block;
}
.app_step_area .roboto {
    display: inline;
    margin: 0 4px;
    font-size: 30px;
    color: #ffb237;
}
.app_step_area span {
    margin: 0 2px;
    color: #ffb237;
    font-weight: bold;
}
.app_step_info {
    margin: 4px auto 8px;
    text-align: left;
    border-radius: 10px;
    border: 2px solid #ffd500;
    background-color: #fff;
    box-sizing: border-box;
    background: #faf8f0;
}
.app_btn_area {
    margin: 0 auto 40px;
    padding: 8px 6px;
    text-align: center;
    background: #faf8f0;
}
.app_btn_area .txt {
    margin: 8px auto;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
}
.app_ttl_sub {
    margin: 6px auto 16px;
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 11px;
    line-height: 11px;
}
/********************
    point_area
********************/
.point_area {
    position: relative;
    margin: 8px auto 0;
    width: 96%;
}
.point_area {
    height: 60px;
}
.circle {
    position: absolute;
    top: 0;
    left: 6px;
    padding-top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: .5px;
    background-color: #ffd500;
}
.circle span {
    font-size: 24px;
    font-weight: bold;
}
.point_ttl {
    position: absolute;
    top: 12px;
    left: 73px;
    width: auto;
    height: 60px;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    letter-spacing: 3px;
}
.point_ttl strong {
    font-weight: bold;
    font-size: 15px;
    line-height: 34px;
}
.point_img,
.point_img_min {
    display: block;
    margin: 0 auto;
    width: inherit;
    height: auto;
}
.point_img {

    max-width: 80%;
}
.point_img_min {
    max-width: 30%;
}
.point_ttl_get {
    margin: 24px auto 8px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 3px;
}
/********************
    point_info_area
********************/
.point_info_area {
    margin-bottom: -40px;
}
/********************
    work_list
********************/
.work_title,
.accordion_box .work_title {
    position: relative;
    width: 100%;
    height: 60px;
    color: #37959f;
}
.work_title {
    background-color: #daf1f4;
}
.accordion_box .work_title {
    margin-bottom: 12px;
    background-color: #fff;
    border-bottom: 2px solid #ffb237;
    box-sizing: content-box;
}
/* img */
.work_list img,
.work_list .accordion_box img {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: inherit;
    height: auto;
    vertical-align: middle;
}
.work_list img {
    max-width: 44px;
}
.work_list .accordion_box img {
    max-width: 34px;
}
/* span */
.work_title span,
.accordion_box .work_title span {
    display: block;
    position: absolute;
    top: 12px;
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 2.5px;
}
.work_title span {
    left: 60px;
}
.accordion_box .work_title span {
    left: 50px;
}
/* small */
.work_title small,
.accordion_box .work_title small {
    display: block;
    position: absolute;
    bottom: 12px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    letter-spacing: 2.5px;
}
.work_title small {
    left: 60px;
}
.accordion_box .work_title small {
    left: 50px;
}
.work_txt,
.accordion_box .work_txt {
    margin: 4px 6px 8px 18px;
    font-size: 13px;
    line-height: 21px;
}
/********************
    accordion_box_inner
********************/
.accordion_box_inner {
    margin: 8px auto 24px;
    width: 96%;
    height: auto;
}
.work_txt li {
    margin-bottom: 8px;
}
.accordion_box i {
    margin: 0 4px 0 -16px;
    color: #ffb237;
}
/********************
    rule_box
********************/
.rule_box {
    margin: 0 auto;
    padding: 8px 8px 16px;
    width: 96%;
    height: 400px;
    overflow: auto;
    border: 1px solid #999;
}
.rule_box dt {
    border-left: 2px solid #37959f;
    padding-left: 4px;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
}
.rule_box dd {
    margin: 0 8px 16px;
    font-size: 11px;
    line-height: 19px;
}
/********************
    table
********************/
.rule_table {
    margin: 8px 6px;
}
.rule_table th,
.rule_table td {
    padding: 6px;
    width: 96%;
    height: auto;
    text-align: left;
    font-size: 10px;
    line-height: 14px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table th {
    width: 15%;
    background-color: #faf8f0;
    vertical-align: middle;
}
.rule_table td {
    width: 85%;
}
.rule_table p {
    margin: 4px auto;
}
.table_circle_number li,
.table_asterisk li {
    position: relative;
    margin: 4px auto;
    padding: 0 0 0 12px;
    list-style: none;
    list-style-position: outside;
}
.table_circle_number li:last-child,
.table_asterisk li:last-child {
    margin: 0;
}
.table_circle_number span,
.table_asterisk span {
    position: absolute;
    top : 0;
    left: 0;
    margin: 0;
}
.table_number li {
    margin: 0 0 4px 12px;
    list-style-type: disc;
    list-style-position: outside;
}
/********************
    rule_table_inner
********************/
.rule_table_inner th,
.rule_table_inner td {
    padding: 8px;
    width: 25%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table_inner th {
    background-color: #faf8f0;
}
.rule_table_inner td {
    background-color: #fff;
}
.rule_table_inner th,
.rule_table_inner td {
    padding: 4px;
}
/********************
    manga
********************/
/* manga_talk_area */
.manga_talk_area {
    border: 1px solid #474747;
}
/* logo_area */
.logo_area img {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 80%;
    height: auto;
}
.logo_area .title_center {
    font-weight: bold;
}
.manga_btn_area02 .title_center {
    padding-top: 8px;
    font-weight: bold;
}
.logo_txt {
    margin: 16px 6px 28px;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
}
/* manga_btn_area */
.manga_btn_area {
    margin: 8px auto 0;
    background-image: url("/wp-content/uploads/2017/10/manga_btnarea@2x.png");
    background-size: contain;
    width: 100%;
    height: 215px;
    border: 1px solid #474747;
}
.manga_btn_area02 {
    margin: 0 auto;
    width: 96%;
    min-height: 126px;
    background-image: url("/wp-content/uploads/2017/10/manga_btnarea02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.manga_btn_area02 .manga_logo {
    padding-top: 4px;
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 46%;
    height: auto;
}
/********************
    scroll_top
********************/
.topBtn {
    position: fixed;
    bottom: 15%;
    right: 1%;
    display: block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    padding-top: 20px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.topBtn::hover {
    opacity: .7;
}
/********************
    footer_btn_area
********************/
.footer_btn_area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.footer_btn_area li {
    width: 46%;
    height: 44px;
    text-align: center;
    border: 1px solid #37959f;
    display: table-cell;
    border-bottom: none;
    background-color: #daf1f4;
}
.footer_btn_area li:first-child {
    width: 100%;
    display: table-caption;
    border-right: none;
    border-left: none;
}
.footer_btn_area li:nth-child(2) {
    border-right: none;
    border-left: none;
}
.footer_btn_area li:nth-child(3) {
    border-right: none;
}
.footer_btn_area a {
    display: block;
    font-size: 15px;
    line-height: 44px;
    font-weight: bold;
    color: #37959f;
}
.footer_btn_area a:hover {
    background-color: #fff;
}
.footer_btn_area i {
    margin-right: 4px;
    color: #37959f;
}
/********************
    footer
********************/
/* area */
.footer-order {
    background-color: rgba(255,255,255,.7);
}
/* btn_mark_on */
.sw_footer {
    margin-bottom: 84px;
    padding: 8px 0;
    width: 100%;
    height: auto;
    background-color: #333;
}
/* btn_mark_off */
.footer_short {
    margin-bottom: 68px;
}
/* app_footer */
.app_footer {
    margin-bottom: 73px;
}
.manga_footer {
    margin-bottom: 0;
}
/* btn */
.footer-order .btn-cmn {
    width: 85%;
}
/* btn_double */
.app_footer-order_double {
    height: 73px;
}
.footer-order_double .btn-cmn,
.app_footer-order_double .btn-cmn {
    display: inline-block;
    margin-top: 0;
    width: 46%;
}
.app_btn_area .btn-cmn {
    display: inline-block;
    margin: 0 2px;
    width: 46%;
}
.footer-order_double .btn-cmn:first-child,
.app_footer-order_double .btn-cmn:first-child {
    margin-right: 8px;
}
.app_btn_area .btn-cmn:first-child {
    margin-right: 8px;
}
/* copy */
.copy {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
/********************
    footer
********************/
.counter {
    margin: 0 auto;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff000;
}
.counter .roboto {
    margin: 0 8px 0 2px;
    color: #ff5a5f;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
}
/********************
    animated
********************/
.animated,
.animated:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.fuwafuwa {
    -webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
    -webkit-animation-duration:7s;
    -webkit-animation-iteration-count:infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function:ease;

    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:7s;
    -moz-animation-iteration-count:infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションはこんなふうだよ！ */
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -5px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -5px);}
    100% {-moz-transform:translate(0, 0);}
}

