@charset "UTF-8";
/********************
    bace
********************/
body {
    margin: 0;
    background-color: #44bac7;
    font-family: "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, "MS PGothic", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Geneva, Arial, Verdana, sans-serif;
}
body.bg_wh {
    background-color: #fff;
}
p,
ul {
    margin: 0;
    padding: 0;
}
.sp_only {
    display: none !important;
}
/********************
    font
********************/
.roboto {
    font-family: 'Roboto', sans-serif;
}
.txt_ss {
    font-size: 11px;
}
/********************
    header
********************/
/* header */
.sw_header {
    width: 100%;
    height: 78px;
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
}
/* header_inner */
.header_inner {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    height: 78px;
}
.header_inner.head_wmax {
    margin: 0 auto;
    width: 900px;
    height: 78px;
}
/* header_btn */
.header_inner .btn-cmn {
    margin-top: 0;
    position: absolute;
    bottom: 16px;
    right: 2px;
    width: 140px;
}
.header_inner .btn_txt_small {
    display: block;
    font-size: 12px;
    color: #ffff00;
}
.header_inner .btn-cmn-txt {
    font-size: 15px;
    line-height: 18px;
}
.header_inner .btn-cmn-in {
    padding: 4px 8px;
}
/* logo SW */
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin: auto;
    width: 224px;
    height: 34px;
    background-image: url("/wp-content/uploads/2017/10/ico_logo_01.png");
    background-size: 224px 34px;
}
.logo a {
    display: block;
    width: 222px;
    height: 34px;
}
/* logo djob */
.logo.logo_job {
    margin: auto;
    padding: 15px 5px;
    background: url("/wp-content/uploads/2018/08/logo_djob.png") no-repeat left center;
    background-size: 100px;
}
.logo.logo_job a {
    display: block;
    padding: 10px 0;
}
/* tagline */
.tagline {
    position: absolute;
    bottom: 10px;
    right: 9px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
}
/* img_alt */
.img_alt {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
/********************
    wrapper
********************/
.wrapper {
    width: 1024px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto;
}
.wrapper.wrap_wmax {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

/********************
    contents
********************/
.contents {
    margin: 0 auto;
    width: 1024px;
    height: auto;
    background-color: #fff;
}
.contents.cnt_wpd {
    width: 960px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 33px;
}
.contents_wmax {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}
/********************
    bg
********************/
.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: 10px;
    background-color: #ffeeef;
}
.bg_yellow {
    padding: 10px;
    background-color: #fff7cc;
}
/********************
    beginner_menu_area
********************/
.beginner_menu {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.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: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
}
/* icon */
.icon {
    display: block;
    margin: 0 auto;
    padding: 8px 0;
    width: inherit;
    max-width: 26px;
    height: auto;
}
/********************
    cat-nav-fix
********************/
.beginner_menu_area {
    height: 64px;
}
.beginner_menu_area.cat-nav-fix > ul {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 56px;
    background-color: #ff5a5f;
    transition: margin-top .6s;
    background: #fe595e;
}
.cat-nav-fix .beginner_menu {
    width: 1024px;
}
.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;
}
.cat-nav-fix .beginner_menu_li p {
    font-size: 12px;
    line-height: 12px;
}
.beginner_menu_area.cat-nav-fix .icon {
    max-width: 20px;
}
/********************
    mv_area
********************/
.text_mv {
  margin: 12px 0 0;
  text-align: center;
  font-size: 15px;
}
.text_mv span{
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.text_mv span:after{
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  width: 16px;
  height: 14px;
  font-size: 15px;
}

/********************
    section_area
********************/
.section_area {
    padding: 0 32px;
    margin: 0;
}
/* margin none */
.section_area.mb_none {
    margin: 0 auto;
}
.section_area.mb_minus {
    margin: 0 auto -1px auto;
}
.section_area.bg-cream {
    padding: 60px 32px;
    background-color: #faf8f0;
}

.section_area .text_cation{
  position: relative;
  top: -75px;
  left: auto;
  font-size: 16px;
  text-align: center;
}
.section_area .list_step{
  margin-top: -48px;
}

.attentionBox{
  padding: 45px 210px;
  text-align: left;
  background-color: #58c9d2;
  color: #ffffff;
  font-size: 16px;
}
.attentionBox li{
  position: relative;
  margin-top: 16px;
  padding-left: 20px;
}
.attentionBox li:first-of-type{
  margin: 0;
}
.attentionBox li:after{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 16px;
  font-size: 16px;
}

.read_area {
    position: relative;
}
.read_area .read_item {
    position: absolute;
}
.read_area .read_item.cp01 {
    content: '';
    top: 210px;
    left: 180px;
    width: 330px;
    height: 240px;
}
.read_area .read_item.cp02 {
    content: '';
    top: 180px;
    left: 540px;
    width: 320px;
    height: 240px;
}
.read_area .read_item.cp03 {
    content: '';
    top: 452px;
    left: 200px;
    width: 320px;
    height: 220px;
}
.read_area .read_item.cp04 {
    content: '';
    top: 425px;
    left: 535px;
    width: 325px;
    height: 245px;
}
.cont_read {
    border-top: solid 4px #282828;
    border-right: solid 3px #282828;
    border-left: solid 3px #282828;
    border-bottom: solid 3px #282828;
}
.cont_item {
    position: relative;
    border-right: solid 3px #282828;
    border-left: solid 3px #282828;
}
.cont_item.mtb_minus {
    margin: -1px 0;
}
/* button */
.cont_item .cont_btn {
    position: absolute;
    width: 345px;
    bottom: 4rem;
    left: 33%;
    text-align: center;
    background-color: #ff3875;
    box-shadow: 0px 3px 0px 0px #282828;
    border: solid 3px #282828;
    border-radius: 5px;
}
.cont_item .cont_btn:after {
    position: absolute;
    content: '';
    top: 17px;
    right: 33px;
    width: 10px;
    height: 16px;
    color: #fff;
    background: url("/wp-content/uploads/2018/08/icon_arrow_wh.png") center right no-repeat;
}
.cont_item .cont_btn:hover {
    bottom: 3.8rem;
    box-shadow: 0px 1px 0px 0px #282828;
}
.cont_item .cont_btn.btn_pb_l {
    bottom: 7rem;
}
.cont_item .cont_btn.btn_pb_l:hover {
    bottom: 6.8rem;
    box-shadow: 0px 1px 0px 0px #282828;
}
.cont_item .cont_btn.btn_pb_m {
    bottom: 4.4rem;
}
.cont_item .cont_btn.btn_pb_m:hover {
    bottom: 4.2rem;
    box-shadow: 0px 1px 0px 0px #282828;
}
.cont_item .cont_btn a {
    display: block;
    height: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 5px 8px 5px;
    opacity: 1;
}
/* faq */
.faq_section_area {
    margin: 0 auto 80px;
}
/* manga */
.manga_margin {
    margin: 0 auto 20px;
}

/********************
    method_area
********************/
.method_area {
	text-align: center;
	background-color: #ffffff;
}
.method_list {
	margin-top: 30px;
	padding: 0 130px;
}
.method_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 50px 20px;
	border-radius: 10px;
	background-color: #fffaea;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.method_item:after
{
    position: relative;
    top: 86px;
    display: block;
    width: 58px;
    height: 28px;
    content: '';
    background: url('/wp-content/uploads/2025/08/ico_arrow_down.png') no-repeat;
}
.method_item + .method_item {
	margin-top: 100px; 
}
.method_img {
	margin: 100px 0;
}
.method_inner {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.method_txt {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	margin-left: 20px;
	text-align: left;
}
.method_btn_entry {
	text-align: center;
	margin: 20px 0 0;
}

/********************
    inner
********************/
.inner {
    padding: 0 20px;
}
/********************
    ttl:yellow_marker
********************/
.title_marker {
    color:#44bac7;
    height: auto;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.title_marker.mrg-pc {
    margin: 110px auto 60px;
}
.title_marker_margin_none {
    margin: 40px auto 20px;
}
/********************
    ttl:check
********************/
.title_check {
    display: inline-block;
    margin: 10px auto;
    padding: 0 20px 4px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 4.5px;
    border-bottom: 4px solid #fff05a;
}
.check_img {
    margin-right: 8px;
    width: inherit;
    max-width: 40px;
    height: auto;
}
/********************
    ttl:blue_line
********************/
.title_line {
    padding: 10px 0;
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
    background-color: #44bac7;
    border-radius: 8px;
}
.title_line strong {
    display: inline-block;
    margin: 0 10px;
    font-size: 70px;
    line-height: 60px;
}
/********************
    list_area
********************/
.menu_list {
    position: relative;
    margin: 20px auto;
    width: 80%;
    height: auto;
    text-align: center;
    font-size: 50px;
    line-height: 0;
    border-bottom: 1px solid #dcdcdc;
}
.menu_list a {
    color: #474747;
    display: block;
    width: 100%;
    height: 88px;
}
.menu_list_inner {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 88px;
}
.menu_list::before {
    position: absolute;
    top: 29px;
    left: 40px;
    display: block;
    content: '';
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-color: #44bac7;
}
.menu_list::after {
    position: absolute;
    top: 35px;
    left: 48px;
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    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;
    margin: auto;
    left: 90px;
    text-align: left;
    font-size: 40px;
    line-height: 88px;
    color: #44bac7;
}
.menu_list p {
    position: absolute;
    top: 8px;
    left: 143px;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 6px;
}
.menu_list strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #44bac7;
}
/********************
    ttl:list
********************/
.list_title {
    position: relative;
    margin: 64px 8px 20px;
    padding-top: 78px;
    text-align: center;
    background-color: #faf8f0;
    border-left: 10px solid #44bac7;
    border-bottom: 2px solid #dcdcdc;
    border-radius: 6px;
}
.list_title i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8%;
    text-align: left;
    font-size: 60px;
    line-height: 70px;
    color: #44bac7;
}
.list_title p {
    position: absolute;
    top: 10px;
    left: 15%;
    text-align: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 6px;
}
.list_title p br {
    display: none;
}
.list_title strong {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #44bac7;
}
/********************
    ttl:balloon
********************/
.title_balloon {
    position: relative;
    margin: 40px auto 0;
    padding: 20px;
    width: 60%;
    height: auto;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 5px;
    font-weight: bold;
    background-color: #daf1f4;
    border-radius: 30px;
}
.title_balloon::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #daf1f4;
}
/********************
    ttl:sub
********************/
.sub_title {
    margin: 32px 8px 20px 80px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.sub_title img {
    margin-right: 20px;
    width: 222px;
    height: 50px;
    vertical-align: 0;
}
/********************
    ttl:center
********************/
.title_center {
  padding: 70px 0 10px;
  text-align: center;
  font-size: 34px;
  line-height: 28px;
  letter-spacing: 3px;
}

/********************
    ttl:imgae
********************/
.ttl_img {
    display: block;
    margin: 40px auto 20px;
    width: inherit;
    max-width: 80%;
    height: auto;
}
/********************
    img
********************/
.width_pc_img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    height: auto;
}
/********************
    txt
********************/
.txt {
    margin: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
}
.txt_margin_none {
    margin: 0 20px 20px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.txt small {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}
.asta {
    position: relative;
    padding-left: 20px;
    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;
}
.txt_bk_b {
    color: #474747;
    font-weight: bold;
}
.caution {
    margin-right: 2px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fe595e;
    font-weight: bold;
    background-color: #ffeeef;
    border-radius: 17px;
}
/********************
    txt_link
********************/
.txt_link_right a,
.txt_link_center a,
.txt_link_center_large a {
    display: block;
    font-weight: bold;
}
.txt_link_right a {
    text-align: right;
    font-size: 20px;
    line-height: 20px;
}
.txt_link_center a {
    padding-bottom: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.txt_link_center_large a {
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}
/********************
    btn
********************/
/* area */
.btn_area {
  margin: 37px auto 30px;
}
.btn_area_margin{
  margin: 80px auto 50px;
}
.btn_area_footer{
  margin: 60px auto;
}
.btn_area .bt_shinkiCP {
  display: block;
  margin: 0 auto;
  width: 604px;
  height: 124px;
  background: url("/wp-content/uploads/2020/08/img_btn01_pc.png") no-repeat 0 0;
  transition: 0.1s;
}
.btn_area .bt_shinkiCP:hover{
  opacity: 1;
  margin: 5px auto 0;
  background: url("/wp-content/uploads/2020/08/img_btn01_on_pc.png") no-repeat top 5px left 0;
}
.btn_area .text_attention{
  margin-top: 5px;
  font-size: 15px;
  text-align: center;
}
/* pink */
.btn-cmn-pink {
    position: relative;
}
/* small */
.btn_txt_small {
    display: block;
    font-size: 12px;
    color: #ffff00;
}
/* white */
.btn-cmn-white {
    margin-left: 0;
    margin-top: 14px;
}
.btn-cmn-white .btn_txt_small {
    color: #44bac7;
}
/* mark */
.btn_mark {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: -36px;
    margin: auto;
    padding: 8px;
    width: 80px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.5px;
    border: 2px solid #ff5a5f;
    background-color: #fff;
    border-radius: 40px;
    transform: rotate(20deg);
}
.btn_mark.btn_mark_cp {
    right: -53px;
}
.btn_mark span {
    font-weight: bold;
    color: #ff5a5f;
}
/********************
    btn_balloon
********************/
.btn_balloon {
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
.balloon_img {
    margin: 20px auto;
    width: 90%;
}
/********************
    user_area
********************/
.user_area {
    padding: 0 0 20px 20px;
}
.user_list {
    position: relative;
    margin: 20px auto 0;
    width: 100%;
    min-height: 190px;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-sizing: border-box;
}
.user_list img {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 120px;
}
.user_list .txt {
    margin: 20px 20px 20px 160px;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
}
.user_list strong {
    display: block;
    margin: 0 auto -36px;
    padding-top: 4px;
    text-align: left;
    color: #44bac7;
    font-size: 24px;
}
/********************
    step_bar
********************/
.step_bar {
    margin: 20px 0;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    letter-spacing: 2.5px;
}
.step_bar_title {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 20px 10px;
    width: 140px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #44bac7;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    vertical-align: baseline;
}
.step_bar strong {
    font-size: 24px;
}
.step_bar i {
    margin-left: 10px;
    font-weight: bold;
    font-size: 40px;
    vertical-align: baseline;
}
/********************
    step area
********************/
.step_area {
    margin: 30px 0;
}
.step_area .step_inner {
    width: 85%;
    background: #ecf9fd;
    border: 3px solid #70d7f5;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.step_area .width_pc_img {
    max-width: 80%;
}
.step_area .step_inner_fk {
    position: relative;
    background: #e9f4ff;
    color: #0056a7;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    padding: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
.step_area .step_inner_fk:after {
    position: absolute;
    content: '';
    top: 99%;
    left: 50%;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-top: 28px solid #e9f4ff;
    margin: 0 0 0 -28px;
}
.step_area .step_inner_fk .txt_ttl {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 0 18px 0;
}
.step_area .step_inner_fk .txt_ttl:before {
    content: '';
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
    height: 57px;
    width: 30px;
    background: url("/wp-content/uploads/2018/07/line_shaded_l.png") no-repeat;
    background-size: 30px;
}
.step_area .step_inner_fk .txt_ttl:after {
    content: '';
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
    height: 57px;
    width: 30px;
    background: url("/wp-content/uploads/2018/07/line_shaded_r.png") no-repeat;
    background-size: 30px;
}
.step_area .step_inner_fk .txt_dscr {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    padding: 20px 10px 0 10px;
    width: 45%;
}
.step_area .step_inner_fk .txt_ast {
    font-size: 14px;
    font-weight: normal;
    margin: 20px 0 0 0;
}
/********************
    dpoint get area
********************/
.dpg_area {
    color: #474747;
    font-size: 20px;
    background: #fff100;
    margin: -80px auto 90px auto;
    padding: 130px 20px 50px 20px;
    text-align: center;
}
/********************
    story movie
********************/
.story_movie_l {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 40px 90px 40px;
}
.story_movie_l iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.story_movie_txt {
    float: right;
    width: 252px;
    margin: 5px 0 10px 0;
    padding: 0 100px 0 0;
}
.story_movie_pic {
    float: right;
    width: 35px;
    margin: 0 0 0 7px;
}
.story_movie_txt p {
    font-size: 10px;
    color: #999;
    text-align: right;
    padding: 2px 0 0 0;
}
/********************
    story box
********************/
.story_box {
    position: relative;
    color: #474747;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    margin: 0 auto 55px auto;
    padding: 40px;
}
.story_box .ttl_story {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 30px 0;
}
.story_box .ttl_story_m {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 0 20px 0;
}
.story_box .story_date {
    position: absolute;
    top: 60px;
    right: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    background: #fff100;
    width: 120px;
    height: 120px;
    padding: 15px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
}
.story_box .story_date small {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.story_box .story_date .txt_l {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
}
.story_box .story_item {
    margin: 0 0 30px 0;
}
.story_box .story_item_l,
.story_box .story_item_r {
    float: left;
}
.story_box .story_item_l {
    width: 25%;
}
.story_box .story_item_r {
    width: 75%;
}
.story_box .story_pic_l {
    margin: 0 0 30px 0;
}
.story_box .story_pic {
    padding: 0 30px 0 0;
}
.story_box .story_txt_l {
    font-size: 20px;
    margin: 0 0 30px 0;
}
.story_box .story_txt {
    margin: 0 0 30px 0;
}
.story_box .story_btn_area {
    background: #faf8f0;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    padding: 30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}
.story_box .story_btn_area .ttl_btn {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.story_box .story_btn_area .ttl_btn small {
    font-size: 18px;
}
.story_box .story_btn_area .btn-cmn.btn_wmax {
    width: 100%;
}
.story_box .story_btn_area .story_btn {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 30px 0;
}
.story_box .story_btn_area p {
    font-weight: normal;
    text-align: left;
    margin: 0 0 5px 0;
}
.story_box .story_btn_area .btn_check_area {
    margin: 0 0 20px 0;
}
.story_box .story_btn_area .btn_check_area:last-child {
    margin: 0;
}
.story_box .story_btn_area .btn_check {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.story_box .story_btn_area .btn_check:last-child {
    margin: 0 0 10px 0;
}
.story_box .story_btn_area .btn-cmn.btn_m {
    width: 390px;
}
.story_box .story_btn_area .btn-cmn.btn_s {
    width: 258px;
}
/********************
    store area
********************/
.store_area {
    width: 760px;
    font-size: 14px;
    color: #474747;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
    padding: 30px;
}
.store_area a {
    color: #474747;
}
.store_area .store_ttl {
    font-size: 28px;
    color: #0056a7;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.store_area .store_ttl_s {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.store_area .store_lst {
    position: relative;
    display: inline-block;
    width: 338px;
    background: #eee;
    vertical-align: top;
    margin: 0 15px 15px 0;
    padding: 15px;
}
.store_area .store_lst.mr0 {
    margin: 0 0 15px 0;
}
.store_area .store_lst .store_item_l {
    float: left;
    width: 20%;
    margin: 0 10px 0 0;
    padding: 0 0 30px 0;
}
.store_area .store_lst .store_item_r {
    float: left;
    width: 75%;
    padding: 0 18px 0 0;
}
.store_area .store_lst .store_item_r:after {
    position: absolute;
    content: '';
    top: 40%;
    right: 4%;
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2018/07/icon_arrow.png") center right no-repeat;
}
/********************
    announce area
********************/
.mirai_anc_area {
    text-align: center;
    background: #f8f6cd;
}
.mirai_anc {
    margin: 40px 0 0 0;
    padding: 40px 170px;
}
.mirai_anc .anc_iteml {
    float: left;
    margin: 0 30px 0 0;
}
.mirai_anc .anc_itemr {
    float: left;
    text-align: left;
}
.mirai_anc .anc_ttl {
    margin: 20px 0 10px 0;
}
.mirai_anc .anc_txt {
    color: #0056a7;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
/********************
    arrow area
********************/
.arrow_area {
    position: relative;
}
.arrow_area strong {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.arrow {
    margin: 20px auto;
    width: 0;
    height: 0;
    border-top: 60px solid #ff5a5f;
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
}
.arrow02 {
    margin: 20px auto;
    width: 0;
    height: 0;
    border-top: 40px solid #ff5a5f;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
}
/********************
    app_step_area
********************/
.app_step_area {
    margin-top: 20px;
    padding: 20px;
    border-radius: 24px;
}
.app_step_area .title_center {
    margin: 20px auto;
    font-weight: bold;
}
.app_step_area .title_center br {
    display: none;
}
.app_step_area .roboto {
    display: inline;
    margin: 0 8px;
    font-size: 80px;
    color: #ffb237;
}
.app_step_area span {
    margin: 0 2px;
    color: #ffb237;
    font-weight: bold;
}
.app_step_info {
    margin: 10px auto 0;
    text-align: left;
    border-radius: 16px;
    border: 2px solid #ffd500;
    background-color: #fff;
    box-sizing: border-box;
}
.app_btn_area {
    margin: 40px auto;
    padding: 20px;
    text-align: center;
}
.app_btn_area .txt {
    margin: 0 auto 10px;
    font-weight: bold;
}
.app_ttl_sub {
    margin: 10px auto 5px;
    display: block;
    font-weight: normal;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
}
/********************
    point_area
********************/
.point_area {
    position: relative;
    margin: 20px auto;
    width: auto;
}
.circle {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 14px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .5px;
    background-color: #ffd500;
}
.circle span {
    font-size: 50px;
    font-weight: bold;
}
.point_ttl {
    width: auto;
    left: 120px;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 4px;
}
.point_ttl strong {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
}
.point_img,
.point_img_min {
    display: block;
    margin: 20px auto;
    width: inherit;
    height: auto;
}
.point_img {
    max-width: 50%;
}
.point_img_min {
    max-width: 30%;
}
.point_ttl_get {
    margin: 24px auto 8px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 13px;
}
/********************
    point_info_area
********************/
.point_info_area {
    padding: 20px;
    border-radius: 24px;
}
.point_info_area .title_center,
.point_info_area .txt {
    margin: 0 20px;
}
/********************
    work_list
********************/
.work_title,
.accordion_box .work_title {
    position: relative;
    width: 100%;
    height: 100px;
    color: #37959f;
}
.work_title {
    background-color: #daf1f4;
}
.accordion_box .work_title {
    background-color: #fff;
    border-bottom: 3px solid #ffb237;
    box-sizing: content-box;
}
/* img */
.work_list img,
.work_list .accordion_box img {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    width: inherit;
    height: auto;
    vertical-align: middle;
}
.work_list img {
    max-width: 70px;
}
.work_list .accordion_box img {
    max-width: 60px;
}
/* span */
.work_title span,
.accordion_box .work_title span {
    display: block;
    position: absolute;
    top: 20px;
    left: 120px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2.5px;
}
/* small */
.work_title small,
.accordion_box .work_title small {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 120px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 2.5px;
}
.work_txt,
.accordion_box .work_txt {
    margin: 20px;
    font-size: 20px;
    line-height: 32px;
}
/********************
    accordion_box_inner
********************/
.accordion_box_inner {
    margin: 0 auto 3px;
    padding: 0 30px 30px;
    width: 96%;
    height: auto;
    border: 1px solid #eee;
}
.work_txt li {
    margin-bottom: 10px;
}
.accordion_box i {
    margin: 0 10px 0 -30px;
    color: #ffb237;
    font-size: 20px;
}
/********************
    accordion
********************/
.accordion input {
    display: none;
}
.faq_list.accordion label {
    position: relative;
    display: block;
    padding: 25px 40px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 2.5px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.work_list.accordion label {
    position: relative;
    display: block;
    width: 96%;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}
.accordion label::after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    margin-top: -7px;
    border-top: 2px solid #474747;
    border-right: 2px solid #474747;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.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 input:checked + label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion input:checked ~ div,
.accordion input:checked ~ .accordion_box {
    max-height: 1000px;
}
/********************
    faq
********************/
.faq_list label span {
    margin-right: 6px;
    margin-left: 0;
    color: #44bac7;
    font-size: 30px;
    font-weight: bold;
}
.answer_area {
    background-color: #fff;
    padding: 20px 40px 20px 87px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.answer {
    margin-left: -43px;
    margin-right: 10px;
    color: #ff5a5f;
    font-weight: bold;
    font-size: 30px;
}
/********************
    rule_box
********************/
.rule_box {
    margin: 0 auto;
    padding: 20px;
    width: 96%;
    height: 500px;
    overflow: auto;
    border: 1px solid #999;
}
.rule_box dt {
    border-left: 3px solid #37959f;
    padding-left: 4px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.rule_box dd {
    margin: 5px 20px 20px;
    font-size: 14px;
    line-height: 22px;
}
/********************
    table
********************/
.rule_table {
    margin: 0 0 60px 0;
}
.rule_table.tbl_m {
    margin: 20px;
}
.rule_table th,
.rule_table td {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    background: #fff;
}
.rule_table th {
    width: 20%;
    background-color: #faf8f0;
}
.rule_table td {
    width: 80%;
}
.rule_table p {
    margin: 8px auto;
}
.table_asterisk {
    font-size: 11px;
    line-height: 22px;
}
.table_asterisk.txt_pl {
    padding: 0 0 0 20px;
}
.table_asterisk .txt_pl_none {
    padding: 0;
}
.table_circle_number li,
.table_asterisk li {
    position: relative;
    margin: 8px auto;
    padding: 0 0 0 20px;
    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 8px 16px;
    list-style-type: decimal;
    list-style-position: outside;
}
.table_number li:last-child {
    margin: 0 0 0 16px;
}
/********************
    rule_table_inner
********************/
.rule_table_inner.tbl_mt {
    margin: 10px 0 0 0;
}
.rule_table_inner.tbl_mb {
    margin: 0 0 20px 0;
}
.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;
}
/********************
    manga
********************/
/* manga_talk_area */
.manga_talk_area {
    border: 3px solid #474747;
}
/* logo_area */
.logo_area {
    margin: 40px auto;
}
.logo_area .title_center,
.manga_btn_area02 .title_center {
    font-weight: bold;
}
.logo_txt {
    margin: 40px 0;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
}
/* manga_btn_area */
.manga_btn_area {
    margin: 20px auto 0;
    padding-top: 174px;
    background-image: url("/wp-content/uploads/2017/10/manga_btnarea.png");
    background-size: cover;
    width: 100%;
    height: 425px;
}
.manga_btn_area02 {
    margin: 48px auto 0;
    background-image: url("/wp-content/uploads/2017/10/manga_btnarea02.png");
    background-size: cover;
    width: 100%;
    height: 394px;
}
.manga_btn_area02 .manga_logo {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 50%;
    height: auto;
}
/********************
    lp mv nav
********************/
.mv_nav {
    margin: 16px 0 0 0;
}
.mv_nav .mv_nav_lst {
    display: inline-block;
    margin: 0 1px 0 0;
}
.mv_nav .mv_nav_lst {
    width: 236px;
}
.mv_nav .mv_nav_lst:last-child {
    margin: 0;
}
.lp_descri {
    padding: 0 80px;
    text-align: center;
}
/********************
    scroll_top
********************/
.topBtn {
    position: fixed;
    bottom: 126px;
    right: 20px;
    display: block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.topBtn::hover {
    opacity: .7;
}
/********************
    footer_btn_area
********************/
.footer_btn_area {
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.footer_btn_area li {
    margin: 0 5px;
    width: 30%;
    height: 60px;
    text-align: center;
    display: inline-table;
    border-radius: 10px;
    background-color: #daf1f4;
}
.footer_btn_area a {
    display: block;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    color: #37959f;
}
.footer_btn_area a:hover {
    background-color: #fff;
}
.footer_btn_area i {
    margin-right: 10px;
    color: #37959f;
    font-size: 30px;
    line-height: 60px;
}
/********************
    footer
********************/
/* area */
.footer-order {
  padding: 20px 0;
  background-color: rgba(255,255,255,.7);
}
.footer-order.bt_shinkiCP{
  text-align: center;
}
.footer-order.bt_shinkiCP .bt_yellow{
  display: inline-block;
  width: 368px;
  height: 71px;
  opacity: 1;
  background: url("/wp-content/uploads/2020/08/img_btn02_pc.png") no-repeat;
  transition: 0.1s;
}
.footer-order.bt_shinkiCP .bt_yellow:hover{
  background: url("/wp-content/uploads/2020/08/img_btn02_on_pc.png") no-repeat;
}
.footer-order.bt_shinkiCP .bt_green{
  display: inline-block;
  margin-left: 50px;
  width: 368px;
  height: 71px;
  opacity: 1;
  background: url("/wp-content/uploads/2020/08/img_btn03_pc.png") no-repeat;
  transition: 0.1s;
}
.footer-order.bt_shinkiCP .bt_green:hover{
  background: url("/wp-content/uploads/2020/08/img_btn03_on_pc.png") no-repeat;
}

/* btn_mark_on */
.sw_footer {
    margin: 0 0 119px 0;
    padding: 32px 0;
    width: 100%;
    height: auto;
    background-color: #333;
}
.sw_footer.sw_ftr_cp {
    margin: 0 0 126px 0;
}
.manga_footer {
    margin-bottom: 0;
}
/* btn_mark_off */
.footer_short {
    margin: 0 0 97px 0;
}
/* app_footer */
.app_footer {
    margin-bottom: 98px;
    padding: 20px 0 24px;
}
/* btn_double */
.app_footer-order_double {
    height: 101px;
}
.app_footer-order_double .btn-cmn {
    width: 200px;
}
.app_btn_area .btn-cmn {
    margin: 0 10px;
    width: 200px;
}
/* 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;
    text-shadow: 1px 1px 8px #fff;
    background-color: #fff000;
}
.counter .roboto {
    margin: 0 10px 0 5px;
    color: #ff5a5f;
    font-size: 50px;
    font-style: italic;
    letter-spacing: 0;
}


/*step*/
.img-step {
    margin: 0 auto 30px;
    width: 87%;
    display: block;
}
.step-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.step-box {
    width: 30%;
    position: relative;
}
.step-box .text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
/********************
    Btn CSS
********************/
    /*PC*/
    .btn_area{
        text-align: center;
       }
    .noto-sans-jp-btn_fonts {
	    font-family: "Noto Sans JP", sans-serif;
	    font-optical-sizing: auto;
	    font-style: normal;
    }
    .btn_green{
        position: relative;
        display: inline-block;
        padding-top: 8px;
        background: linear-gradient(180deg, rgba(112,209,64,1) 0%, rgba(88,173,69,1)100%);
        border: 6px solid #212121;
        border-radius: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 5px 0px 0px rgba(33,33,33,1);
        font-size: 32px;
        color: #ffffff;
        text-align: center;
        width: 604px;
        height: 124px;
    }
    .btn_green:hover{
        opacity: 1;
        top: 5px;
        box-shadow: 0px 0px 0px 0px rgba(33,33,33,1);
    }
    .btn_blue{
        position: relative;
        display: inline-block;
        padding-top: 8px;
        background: linear-gradient(180deg, rgb(71,176,241,1) 0%, rgb(10,113,177,1)100%);
        border: 6px solid #212121;
        border-radius: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 5px 0px 0px rgba(33,33,33,1);
        font-size: 32px;
        color: #ffffff;
        text-align: center;
        width: 604px;
        height: 124px;
    }
    .btn_blue:hover{
        opacity: 1;
        top: 5px;
        box-shadow: 0px 0px 0px 0px rgba(33,33,33,1);
    }
    .btn_entry_yellow{
        position: relative;
        display: inline-block;
        background: linear-gradient(180deg, rgb(255,236,138,1) 0%, rgb(239,200,4,1)100%);
        border: 6px solid #212121;
        border-radius: 20px;
        box-shadow: 0px 5px 0px 0px rgba(33,33,33,1);
        font-size: 32px;
		color: #474747;
        text-align: center;
        width: 600px;
        height: 110px;
    }
    .btn_entry_yellow:hover{
        opacity: 1;
        top: 5px;
        box-shadow: 0px 0px 0px 0px rgba(33,33,33,1);
    }
    .btn_app_blue{
        position: relative;
        display: inline-block;
        background: linear-gradient(180deg, rgb(71,176,241,1) 0%, rgb(10,113,177,1)100%);
        border: 6px solid #212121;
        border-radius: 20px;
        box-shadow: 0px 5px 0px 0px rgba(33,33,33,1);
        font-size: 32px;
		color: #ffffff;
        text-align: center;
        width: 600px;
        height: 110px;
    }
    .btn_app_blue:hover{
        opacity: 1;
        top: 5px;
        box-shadow: 0px 0px 0px 0px rgba(33,33,33,1);
    }
    .btn_text_02{
        font-size: 24px;
        font-weight: normal;
    }
    .btn_text_01{
        margin-right: 20px;
        font-weight: bold;
        line-height: 1;
    }
    .btn_blue .btn_text_01{
        margin-right: 20px;
        font-weight: bold;
        line-height: 3;
    }
    .btn_entry_yellow .btn_text_01{
        margin-right: 20px;
        font-weight: bold;
        line-height: 3;
    }
    .btn_app_blue .btn_text_01{
        margin-right: 20px;
        font-weight: bold;
        line-height: 3;
    }
    .btn_icon{
        position: absolute;
        right: 20px;
        bottom: 18px;
    }
    .btn_blue .btn_icon{
       bottom: 36px;
    }
    .btn_entry_yellow .btn_icon{
       bottom: 30px;
    }
    .btn_app_blue .btn_icon{
       bottom: 30px;
    }
    .footer-order .btn_yellow{
        position: relative;
        display: inline-block;
        padding-top: 0px;
        background: linear-gradient(180deg, rgb(255,236,138,1) 0%, rgb(239,200,4,1)100%);
        border: 4px solid #212121;
        border-radius: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 3px 0px 0px rgba(33,33,33,1);
        font-size: 20px;
        color: #474747;
        text-align: center;
        width: 368px;
        height: 71px;
        letter-spacing: 0;
        margin-left: 50px;
    }
    .footer-order .btn_yellow:hover{
        opacity: 1;
        top: 4px;
        box-shadow: 0px 0px 0px 0px rgba(33,33,33,1);
    }
    .footer-order .btn_green{
        position: relative;
        display: inline-block;
        background: linear-gradient(180deg, rgba(112,209,64,1) 0%, rgba(88,173,69,1)100%);
        border: 4px solid #212121;
        border-radius: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 3px 0px 0px rgba(33,33,33,1);
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        width: 368px;
        height: 71px;
        letter-spacing: 0;
        padding-top: 0;
    }
    .footer-order .btn_green:hover{
        opacity: 1;
        top: 4px;
        box-shadow: 0px 0px 0px 0px rgba(33,33,33,1);
    }
    .footer-order .btn_text_02{
        font-size: 14px;
        font-weight: normal;
    }
    .footer-order .btn_green .btn_text_01{
      line-height: 3;
    }
    .footer-order{
      display: flex;
      justify-content: center
    }
    .footer-order .btn_text_01{
      margin-right: 0;
    }