@charset 'UTF-8';
@media screen and (max-width: 750px)
{
    .nav-global__item .only-pc,
    .box-adobebanner .only-pc
    {
        display: none;
    }
}

@media screen and (min-width: 751px)
{
    .nav-global__item .only-pc,
    .box-adobebanner .only-pc
    {
        display: inline-block;
    }
}

@media screen and (max-width: 750px)
{
    .only-pc
    {
        display: none !important;
    }
}

@media screen and (max-width: 750px)
{
    .only-pc-dib
    {
        display: none;
    }
}

@media screen and (min-width: 751px)
{
    .only-pc-dib
    {
        display: inline-block;
    }
}

@media screen and (min-width: 751px)
{
    .only-sp
    {
        display: none !important;
    }
}

@media screen and (min-width: 751px)
{
    .only-spm
    {
        display: none;
    }
}

@media screen and (max-width: 750px)
{
    .only-spm
    {
        display: none;
    }
}

@media screen and (max-width: 321px)
{
    .only-spm
    {
        display: block;
    }
}

@media screen and (max-width: 750px)
{
    .only-pc.df
    {
        display: none !important;
    }
}

.freeze
{
    /* å‹•ãå›ºå®š */
    position: fixed;
    /* å¥¥è¡Œãã‚’ç®¡ç† */
    z-index: -1;
    /* ä¸‹2ã¤ã§èƒŒæ™¯ã‚’å…ƒã®ã‚µã‚¤ã‚ºã®ã¾ã¾è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒã§ãã‚‹ */

    width: 100%;
    height: 100%;
}

br.is-disabled
{
    display: none;
}

.fwb
{
    font-weight: bold !important;
}

.fwn
{
    font-weight: normal !important;
}

.tac
{
    text-align: center;
}

.dib
{
    display: inline-block !important;
}

.df
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.ffc
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
}

.flex1
{
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1 1;
}

.j-c_s-b
{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.j-c_center
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-none
{
    -webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
}

@media screen and (max-width: 750px)
{
    .sp-flow-col
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    }
}

.align-center
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.secondary
{
    display: none;
}

.secondary.is-active
{
    display: block;
}


/********************
    base
********************/
body
{
    font-family: 'Hiragino Kaku Gothic Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', Geneva, Arial, Verdana, 'Noto Sans', sans-serif;

    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

p,
ul
{
    margin: 0;
    padding: 0;
}

.pc_only
{
    display: block;
}

.sp_only
{
    display: none;
}

/********************
    bg color
********************/
body.bg_gr
{
    background-color: #44bac7;
}

body.bg_bl
{
    background-color: #03a9f4;
}

body.bg_wh
{
    background-color: #fff;
}

/********************
    font
********************/
.roboto
{
    font-family: 'Roboto', sans-serif;
}

/********************
    txt
********************/
.txt
{
    font-size: 20px;
    line-height: 36px;

    margin: 20px;

    text-align: left;
}

.txt_margin_none
{
    margin: 0 20px 20px;
}

.txt_ss
{
    font-size: 14px;
}

.txt_l
{
    font-size: 130%;
}

.txt_b
{
    font-weight: bold;
}

.txt_nml
{
    font-weight: normal;
}

.txt small
{
    font-size: 14px;
    line-height: 28px;

    display: inline-block;
}

.txt_gray
{
    color: #999;
}

.txt_red
{
    font-weight: bold;

    color: #ff5a5f;
}

.txt_bk_b
{
    font-weight: bold;

    color: #474747;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

/********************
    header
********************/
/* header */
.sw_header
{
    width: 100%;
    height: 78px;

    border-bottom: 2px solid #dcdcdc;
    background-color: #fff;
}

/* header_inner */
.header_inner
{
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 78px;
    margin: 0 auto;
}

/* header_btn */
.header_inner .btn-cmn
{
    position: absolute;
    right: 2px;
    bottom: 16px;

    width: 140px;
    margin-top: 0;
}

.header_inner .btn_txt_small
{
    font-size: 12px;

    display: block;

    color: #ff0;
}

.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;

    width: 224px;
    height: 34px;
    margin: auto;
}

.logo a
{
    display: block;

    width: 222px;
    height: 34px;
}

/********************
    wrapper
********************/
.wrapper
{
    overflow: hidden;

    max-width: 1024px;
    height: auto;
    margin: 0 auto;

    background-color: #fff;
}

/********************
    contents
********************/
.contents
{
    max-width: 960px;
    height: auto;
    margin: 0 auto;

    background-color: #fff;
}

/********************
    section_area
********************/
.section_area{
  position: relative;
}
.section_area.m-60{
  margin: 0 auto 60px;
}

/* margin none */
.section_area.mb_none
{
    margin: 0 auto;
}

/********************
   title
********************/
.ttl_txt
{
    font-size: 30px;

    position: relative;

    width: 60%;
    margin: 0 auto 20px auto;

    text-align: center;

    color: #474747;
    border-bottom: none;
}

.ttl_txt.ttl_mb0
{
    margin: 0 auto;
}

.ttl_txt::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;
    margin: auto;

    content: '';

    background-color: #474747;
}

.ttl_txt_in
{
    position: relative;
    z-index: 2;

    padding: 0 15px;

    color: #474747;
    background-color: #fff;
}

.title_center
{
    font-size: 28px;
    line-height: 48px;

    margin: 40px auto 20px;

    text-align: center;
    letter-spacing: 3px;
}

h4.title_center
{
    line-height: 28px;
}

h4.title_center small
{
    font-size: 14px;
    line-height: 14px;
}

.title_center span
{
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;

    display: inline-block;

    margin-bottom: 6px;
    padding: 8px 16px;

    color: #fff;
    background-color: #ff5a5f;
}

.title_center strong
{
    font-size: 40px;
    line-height: 40px;

    display: block;

    margin: 20px auto 0;
}


/********************
   sns
********************/
.mod-cmn-article-sns
{
    position: static !important;

    margin: 15px 0 20px;

    text-align: center;
    letter-spacing: -.5em;
}

.mod-cmn-article-body .mod-cmn-article-sns
{
    display: block;

    margin: 25px 0 0;
    padding-top: 20px;
}

.mod-cmn-article-body .mod-cmn-article-sns-item
{
    margin-top: 0;
}

.mod-cmn-article-sns-item
{
    display: inline-block;

    margin: 0 25px 0 0;

    letter-spacing: normal;
}

.mod-cmn-article-sns-item:first-child
{
    margin-top: 0;
}

.mod-cmn-article-sns-item:last-child
{
    margin: 0;
}

.ico-cmn-facebook
{
    width: 90px;
    height: 65px;

    border-radius: 8px;
    background: url(/wp-content/uploads/2021/07/icon_facebook.png) no-repeat;
    background-size: 90px;
}

.ico-cmn-twitter
{
    width: 90px;
    height: 65px;

    border-radius: 8px;
    background: url(/wp-content/uploads/2021/07/icon_twitter.png) no-repeat;
    background-size: 90px;
}

.ico-cmn-line
{
    width: 90px;
    height: 65px;

    border-radius: 8px;
    background: url(/wp-content/uploads/2021/07/icon_line.png) no-repeat;
    background-size: 90px;
}

.ico-cmn-hatebu
{
    width: 90px;
    height: 65px;

    border-radius: 8px;
    background: url(/wp-content/uploads/2021/07/icon_hatebu.png) no-repeat;
    background-size: 90px;
}

.ico-cmn-message
{
    width: 90px;
    height: 65px;

    border-radius: 8px;
    background: url(/wp-content/uploads/2021/07/icon_mail.png) no-repeat;
    background-size: 90px;
}

/********************
    btn
********************/
/* entry button */
.btn_area.entry{
  margin: 19px auto 30px;
}
.friend-entry-btn.btn-cmn{
  display: block;
  width: 720px;
  height: 119px;
  margin: 0 auto 5px;
  background: url("/wp-content/uploads/2021/07/img_bt01_pc.png") no-repeat center;
  transition: 0s;
}
.friend-entry-btn.btn-cmn:hover{
  background: url("/wp-content/uploads/2021/07/img_bt01_pc_on.png") no-repeat center;
  opacity: 1;
}
.friend-entry-btn.btn-cmn.is-disabled{
  margin: 0 auto 5px;
  background: url("/wp-content/uploads/2021/07/img_bt01_pc_off.png") no-repeat center;
}
.friend-entry-btn.btn-cmn img{
  visibility: hidden;
}
.friend-entry-btn.btn-cmn+.attention{
  font-size: 16px;
}

/* small */
.btn_txt_small
{
    font-size: 12px;

    display: block;

    color: #ff0;
}

/********************
    table
********************/

.rule_table th,
.rule_table td
{
    font-size: 14px;
    line-height: 22px;

    padding: 16px;

    text-align: left;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
    background: #fff;
}

.rule_table th
{
    width: 20%;

    background-color: #faf8f0;
}

.rule_table td
{
    width: 80%;
}

.rule_table.bg_org th
{
    background-color: #fbedb4;
}

.rule_table.bg_org th,
.rule_table.bg_org td
{
    border: 1px solid #ccc;
}

.rule_table p
{
    margin: 8px auto;
}

.table_asterisk
{
    font-size: 11px;
    line-height: 22px;
}

.table_asterisk .txt_pl
{
    padding: 0 0 0 40px;
}

.table_asterisk .txt_pl span
{
    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-position: outside;
    list-style-type: decimal;
}

.table_number li:last-child
{
    /*margin: 0 0 0 16px;*/
}

.txt_asterisk li
{
    font-size: 11px;
    line-height: 22px;

    position: relative;

    margin: 8px auto;
    padding: 0 0 0 40px;

    list-style: none;
    list-style-position: outside;
}

.txt_asterisk li span
{
    position: absolute;
    top: 0;
    left: 0;

    margin: 0;
    padding: 0 0 0 20px;
}

/********************
    rule_table_inner
********************/
.rule_table_inner.tbl_mb
{
    margin: 0 0 20px 0;
}

.rule_table_inner th,
.rule_table_inner td
{
    width: 25%;
    height: auto;
    padding: 8px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
}

.rule_table_inner th
{
    background-color: #faf8f0;
}

.rule_table_inner td
{
    background-color: #fff;
}

/********************
    scroll_top
********************/
.topBtn
{
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;

    position: fixed;
    right: 20px;
    bottom: 206px;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding-top: 30px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .5);
}

.topBtn::before
{
    font-size: 20px;

    position: absolute;
    top: 10px;
    left: 0;

    width: 100%;

    content: '\25B2';
    text-align: center;
}

.topBtn::hover
{
    opacity: .7;
}

/********************
    footer
********************/
/* area */
.footer-order{
    min-width: 100%;
    max-width: 1280px;
    padding: 18px 0;
    background-color: rgba(255, 255, 255, .7);
  letter-spacing: inherit;
}

.friend-entry-btn .attention {
  font-size: 16px;
}

.sw_footer{
    width: 100%;
    height: auto;
    padding: 32px 0;
    background-color: #333;
}

/* copy */
.copy
{
    font-size: 12px;
    line-height: 12px;

    text-align: center;

    color: #fff;
}

/************************************************************
    Media query
************************************************************/
/******* max-width:760px *******/
@media screen and (max-width: 760px)
{
    .pc_only
    {
        display: none;
    }
    .sp_only
    {
        display: block;
    }
    /********************
    txt
********************/
    .txt
    {
        font-size: 13px;
        line-height: 21px;

        width: 96%;
        margin: 8px auto;
    }
    .txt_margin_none
    {
        width: 94%;
        margin: 0 auto 8px;
    }
    .txt_ss
    {
        font-size: 10px;
    }
    .txt small
    {
        font-size: 10px;
        line-height: 15px;
    }
    /********************
    header
********************/
    /* header */
    .sw_header
    {
        height: 50px;
    }
    /* header_inner */
    .header_inner
    {
        width: 96%;
        height: 50px;
    }
    /* header_btn */
    .header_inner .btn-cmn
    {
        top: 6px;

        width: 100px;
    }
    .header_inner .btn_txt_small
    {
        font-size: 10px;
    }
    .header_inner .btn-cmn-txt
    {
        font-size: 12px;
        line-height: 14px;
    }
    .header_inner .btn-cmn-in
    {
        padding: 2px 4px;

        letter-spacing: -.5px;
    }
    /* logo SW */
    .logo
    {
        left: 4px;

        width: 141px;
        height: 22px;
    }
    .logo a
    {
        width: 141px;
        height: 22px;
    }
    /********************
    wrapper
********************/
    .wrapper
    {
        margin: 0 6px;
    }
    /********************
    contents
********************/
    .contents
    {
        width: 100%;
    }
    /********************
    section_area
********************/
    .section_area.m-60{
      margin: 0 16px 20px
    }
  
    /********************
    title
********************/
    .ttl_txt
    {
        font-size: 16px;

        width: 86%;
        margin: 0 auto 15px auto;
    }
    .title_center
    {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;

        margin: 8px 6px;
    }
    /********************
   sns
********************/
    .mod-cmn-article-sns
    {
        padding-top: 0;

        border-top: none;
    }
    .mod-cmn-article-sns-item
    {
        margin: 0 12px 0 0;
    }
    .ico-cmn-facebook
    {
        width: 45px;
        height: 32px;

        background-size: 45px;
    }
    .ico-cmn-twitter
    {
        width: 45px;
        height: 32px;

        background-size: 45px;
    }
    .ico-cmn-line
    {
        width: 45px;
        height: 32px;

        background-size: 45px;
    }
    .ico-cmn-hatebu
    {
        width: 45px;
        height: 32px;

        background-size: 45px;
    }
    .ico-cmn-message
    {
        width: 45px;
        height: 32px;

        background-size: 45px;
    }
    /********************
    btn
********************/
    /* area */
    .btn_area.entry{
      margin: 3px auto;
    }
  .btn_area.entry.m-20{
    margin-bottom: 20px;
  }
    .btn_area:hover{
      margin: 3px auto;
    }
    .friend-entry-btn.btn-cmn,
    .friend-entry-btn.btn-cmn:hover{
      display: block;
      width: 84%;
      height: auto;
      margin: 0 auto 3px;
      background: url(/wp-content/uploads/2021/07/img_bt01_sp.png) no-repeat center / 100%;
    }
    .friend-entry-btn.btn-cmn:active{
      background: url("/wp-content/uploads/2021/07/img_bt01_sp_on.png") no-repeat center / 100%;
    }
    .friend-entry-btn.btn-cmn.is-disabled {
      margin: 0 auto 3px;
      background: url("/wp-content/uploads/2021/07/img_bt01_sp_off.png") no-repeat center / 100%;
      pointer-events: none;
    }
  .footer-order .friend-entry-btn.btn-cmn{
    width: 315px;
  }
    .friend-entry-btn.btn-cmn+.attention{
      font-size: 12px;
    }
    .btn-cmn{
      font-size: 15px;
      width: 85%;
    }
    .btn-cmn-txt_small{
      font-size: 14px;
      letter-spacing: -1px;
    }
    /********************
    table
********************/
    .rule_table th,
    .rule_table td
    {
        font-size: 10px;
        line-height: 14px;

        width: 85%;
        height: auto;
        padding: 6px;
    }
    .rule_table th
    {
        width: 15%;

        vertical-align: middle;
    }
    .rule_table p
    {
        margin: 4px auto;
    }
    .table_asterisk .txt_pl
    {
        padding: 0 0 0 24px;
    }
    .table_asterisk .txt_pl span
    {
        padding: 0 0 0 12px;
    }
    .table_circle_number li,
    .table_asterisk li
    {
        margin: 4px auto;
        padding: 0 0 0 12px;
    }
    .table_number li
    {
        margin: 0 0 4px 12px;
    }
    .txt_asterisk li
    {
        margin: 4px auto;
        padding: 0 0 0 24px;
    }
    .txt_asterisk li span
    {
        padding: 0 0 0 12px;
    }
    /********************
    rule_table_inner
********************/
    .rule_table_inner.tbl_mb
    {
        margin: 0 0 8px 0;
    }
    .rule_table_inner th,
    .rule_table_inner td
    {
        width: 25%;
        padding: 4px;
    }
    /********************
    scroll_top
********************/
    .topBtn
    {
        font-size: 10px;
        line-height: 16px;

        right: 1%;
        bottom: 15%;

        width: 40px;
        height: 40px;
        padding-top: 20px;
        border-radius: 20px;
      transition: 0s;
    }
    .topBtn::before
    {
        font-size: 14px;

        top: 4px;
    }
    /********************
    footer
********************/
    .footer-order
    {
        padding: 15px 0;
    }
    .sw_footer
    {
        padding: 8px 0;
    }
    /* copy */
    .copy
    {
        font-size: 12px;
        line-height: 12px;

        text-align: center;

        color: #fff;
    }
}

@media screen and (max-width: 750px)
{
    .contents-fit
    {
        padding: 0;
    }
}

.ttl-cmn-04-a
{
    color: #474747;
}
.ttl-cmn-04-a.only_pc{
	display: block;
}
.ttl-cmn-04.-bg-white .ttl-cmn-04-in{
	background-color: #ffffff;
}

@media screen and (max-width: 750px)
{
  .ttl-cmn-04-a:before{
    display: none;
  }
  .section_area.m-60 .ttl-cmn-04-a{
    margin: 0 -16px 14px;
  }
	.ttl-cmn-04-a.only_pc{
		display: none;
	}
}

.ttl-cmn-04.ttl-cmn-04-a.ttl_ls_l + .ttl-sub-txt.only-sp
{
    font-size: 12px;

    margin-top: -20px;
    margin-bottom: 20px;

    text-align: center;
}

.contents_wrap
{
    width: 100%;
}


@media screen and (max-width: 750px)
{
    .contents_wrap .contents{
        padding: 0;
    }
}

.contents.-res
{
    padding-top: 0;
}

@media screen and (max-width: 750px)
{
    .contents.-res
    {
        padding-top: 20px;
    }
}

body
{
    background-color: #44bac6;
}

@media screen and (max-width: 750px)
{
    .btn_area
    {
        margin: 25px auto 5px auto;
    }
}


#afterEntry .txt_ss
{
    display: none;
}

#afterEntry .js-entryLink
{
    pointer-events: none;
}

#afterEntry .footer-order
{
    display: none;
}

#afterEntry .sw_footer
{
    margin-bottom: 0;
}

#afterEntry .btn-cmn-in.-entry
{
    margin: 2px 0 2px;

    color: #d8d8d8;
    background-color: #808080;
    -webkit-box-shadow: 0 1px 0 0 #676666;
            box-shadow: 0 1px 0 0 #676666;
}

#afterEntry .btn-cmn-in.-entry:hover
{
    color: #d8d8d8;
    background-color: #808080;
    -webkit-box-shadow: 0 1px 0 0 #676666;
            box-shadow: 0 1px 0 0 #676666;
}

#afterEntry .btn-cmn-blue:hover:not(:disabled) .btn-cmn-in.js-entryLink
{
    pointer-events: none;

    color: #d8d8d8;
    background-color: #808080;
    -webkit-box-shadow: 0 1px 0 0 #676666;
            box-shadow: 0 1px 0 0 #676666;
}

/* sns-share button area */
/* LINE button */
.introduction-method__item.snsBtArea_LINE{
  position: absolute;
  top: 21.2%;
  left: 0;
  width: 100%;
  max-width: 960px;
  text-align: center;
}
.tejyun02 .introduction-method__item.snsBtArea_LINE{
  top: 24.8%;
}
.introduction-method__item.snsBtArea_LINE .-line{
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
  background: url("/wp-content/uploads/2021/07/img_bt02_pc.png") no-repeat center / 100%;
  transition: 0s;
}
.introduction-method__item.snsBtArea_LINE .-line:hover{
  background: url("/wp-content/uploads/2021/07/img_bt02_pc_on.png") no-repeat center / 100%;
  opacity: 1;
}
.introduction-method__item.snsBtArea_LINE .-line img{
  visibility: hidden;
}
@media screen and (max-width: 750px){
  .introduction-method__item.snsBtArea_LINE {
    position: absolute;
    top: 23.7%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .tejyun02 .introduction-method__item.snsBtArea_LINE {
    top: 26.67%;
  }
  .introduction-method__item.snsBtArea_LINE .-line,
  .introduction-method__item.snsBtArea_LINE .-line:hover{
    display: block;
    width: 84%;
    height: auto;
    margin: 0 auto;
    background: url(/wp-content/uploads/2021/07/img_bt02_sp.png) no-repeat center / 100%;
    transition: 0s;
  }
  .introduction-method__item.snsBtArea_LINE .-line:active{
    background: url("/wp-content/uploads/2021/07/img_bt02_sp_on.png") no-repeat center / 100%;
  }
}

/* other SNS button */
.introduction-method__item.snsBtArea_other{
  position: absolute;
  top: 50.1%;
  left: 0;
  width: 100%;
  max-width: 960px;
}
.tejyun02 .introduction-method__item.snsBtArea_other{
  top: 52.37%;
}
.introduction-method__item.snsBtArea_other .share-link__list{
  display: flex;
  justify-content: center;
}
.introduction-method__item.snsBtArea_other .share-link__list .share-link__item{
  display: flex;
  margin-left: 9.4%;
  width: 10.9%;
  align-items: center;
  flex-direction: column;
}
.introduction-method__item.snsBtArea_other .share-link__list .share-link__item:first-of-type{
  margin-left: 0;
}
.introduction-method__item.snsBtArea_other .share-link__list a{
  display: block;
  transition: 0s;
}
.introduction-method__item.snsBtArea_other .share-link__list a:hover{
  opacity: 1;
}
.introduction-method__item.snsBtArea_other .share-link__list a img{
  visibility: hidden;
}
@media screen and (max-width: 750px){
  .introduction-method__item.snsBtArea_other {
    position: absolute;
    top: 53.9%;
    left: 0;
    width: 100%;
  }
  .tejyun02 .introduction-method__item.snsBtArea_other {
    top: 55.73%;
  }
  .introduction-method__item.snsBtArea_other .share-link__list{
    width: 65%;
    margin: 0 auto;
  }
  .introduction-method__item.snsBtArea_other .share-link__list .share-link__item {
    display: flex;
    margin-left: 18%;
    width: calc((100% - 36%) / 3);
    align-items: center;
    flex-direction: column;
  }
}

/* facebook button */
.introduction-method__item.snsBtArea_other .share-link__list .-fb{
  background: url("/wp-content/uploads/2021/07/img_bt04_pc.png") no-repeat center / 100%;
}
.introduction-method__item.snsBtArea_other .share-link__list .-fb:hover{
  background: url("/wp-content/uploads/2021/07/img_bt04_pc_on.png") no-repeat center / 100%;
}

/* Twitter button */
.introduction-method__item.snsBtArea_other .share-link__list .-tw{
  background: url("/wp-content/uploads/2021/07/img_bt06_pc.png") no-repeat center / 100%;
}
.introduction-method__item.snsBtArea_other .share-link__list .-tw:hover{
  background: url("/wp-content/uploads/2021/07/img_bt06_pc_on.png") no-repeat center / 100%;
}

/* mail button */
.introduction-method__item.snsBtArea_other .share-link__list .-mail{
  background: url("/wp-content/uploads/2021/07/img_bt05_pc.png") no-repeat center / 100%;
}
.introduction-method__item.snsBtArea_other .share-link__list .-mail:hover{
  background: url("/wp-content/uploads/2021/07/img_bt05_pc_on.png") no-repeat center / 100%;
}

@media screen and (max-width: 750px){
  .introduction-method__item.snsBtArea_other .share-link__list .-fb,
  .introduction-method__item.snsBtArea_other .share-link__list .-fb:hover{
    width: 100%;
    background: url(/wp-content/uploads/2021/07/img_bt04_sp.png) no-repeat center / 100%;
  }
  .introduction-method__item.snsBtArea_other .share-link__list .-fb:active{
    background: url("/wp-content/uploads/2021/07/img_bt04_sp_on.png") no-repeat center / 100%;
  }
  .introduction-method__item.snsBtArea_other .share-link__list .-tw,
  .introduction-method__item.snsBtArea_other .share-link__list .-tw:hover{
    width: 100%;
    background: url(/wp-content/uploads/2021/07/img_bt06_sp.png) no-repeat center / 100%;
  }
  .introduction-method__item.snsBtArea_other .share-link__list .-tw:active{
    background: url("/wp-content/uploads/2021/07/img_bt06_sp_on.png") no-repeat center / 100%;
  }
  .introduction-method__item.snsBtArea_other .share-link__list .-mail,
  .introduction-method__item.snsBtArea_other .share-link__list .-mail:hover{
    width: 100%;
    background: url(/wp-content/uploads/2021/07/img_bt05_sp.png) no-repeat center / 100%;
  }
  .introduction-method__item.snsBtArea_other .share-link__list .-mail:active{
    background: url("/wp-content/uploads/2021/07/img_bt05_sp_on.png") no-repeat center / 100%;
  }
}


/* URL copy area */
.introduction-method__item.urlCopyArea{
  position: absolute;
  width: 100%;
  max-width: 960px;
  height: 13.5%;
  bottom: 11.1%;
  left: 0;
}
.tejyun02 .introduction-method__item.urlCopyArea{
  bottom: 10.2%;
}
.user-url__link_box{
  width: 62.5%;
  height: 36.6%;
  margin: 0 auto;
  padding: 6.5px 20px;
  border: solid 2px #e0ded5;
  border-radius: 8px;
  background-color: #faf8f0;
  font-size: 24px;
  text-align: left;
}
.user-url__link_box :focus{
	outline: none;
}
.introduction-method__item.-disabled .user-url__link_box{
  color: #999;
  background-color: #e9e7e8;
}
@media screen and (max-width: 750px){
  .introduction-method__item.urlCopyArea{
    width: 100%;
    height: 10%;
    bottom: 10.6%;
  }
  .tejyun02 .introduction-method__item.urlCopyArea{
    bottom: 9.9%;
  }
  .introduction-method__item.-disabled .user-url__link_box{
    border: none;
  }
  .user-url__link_box{
    width: 82%;
    height: 41%;
    padding: 0;
    border: solid 1px #e0ded5;
    border-radius: 6px;
    background-color: #faf8f0;
    font-size: 12px;
  }
}

/* input style */
input[type='text'][-moz-readonly]{
  height: 100%;
  color: #474747;
  border: none;
  background-color: transparent;
}
input[type='text'][readonly]{
  height: 100%;
  color: #474747;
  border: none;
  background-color: transparent;
}
.introduction-method__item.-disabled input[type='text'][-moz-readonly]{
  color: #474747;
  background-color: transparent;
}
.introduction-method__item.-disabled input[type='text'][readonly]{
  color: #999999;
  background-color: transparent;
}

#afterEntry .user-url__link{
  font-weight: bold;
  padding-bottom: 3px;
  cursor: pointer;
  pointer-events: all;
  color: #37a8ee;
  border-bottom: 1px solid #37a8ee;
}
@media screen and (max-width: 750px){
  #afterEntry .user-url__link{
    font-size: 13px;
    margin-right: 6px;
  }
}
.user-url__link
{
    display: inline-block;

    pointer-events: none;

    color: #999;
    border-bottom-color: #999;
}

/* URL copy button */
.friend_copy_btn{
  margin-top: 7.5%;
}
.friend_copy_btn .btn-cmn-in{
  display: block;
  margin: 0 auto;
  padding: 0;
  background: url("/wp-content/uploads/2021/07/img_bt03_pc.png") no-repeat center;
  pointer-events: all;
  box-shadow: none;
}
.friend_copy_btn .btn-cmn-in:focus{
	outline: none;
}
.friend_copy_btn .btn-cmn-in:hover{
  background: url("/wp-content/uploads/2021/07/img_bt03_pc_on.png") no-repeat center;
  opacity: 1;
}
.introduction-method__item.-disabled .friend_copy_btn .btn-cmn-in{
  width: 62.5%;
  margin: 0 auto;
  pointer-events: none;
  background: url("/wp-content/uploads/2021/07/img_bt03_pc_off.png") no-repeat center / 100%;
  box-shadow: none;
}
.friend_copy_btn .btn-cmn-in img{
  visibility: hidden;
}

#afterEntry .share-link__list .btn-cmn{
    pointer-events: all;
}

@media screen and (max-width: 750px){
  .friend_copy_btn{
    width: 82%;
    margin: 6% auto 0;
  }
  .btn_area.friend_copy_btn:hover{
    margin: 7.5% auto 0;
  }
  .friend_copy_btn .btn-cmn-in,
  .friend_copy_btn .btn-cmn-in:hover{
    background: url("/wp-content/uploads/2021/07/img_bt03_sp.png") no-repeat center / 100%;
  }
  .friend_copy_btn .btn-cmn-in:active{
    background: url("/wp-content/uploads/2021/07/img_bt03_sp_on.png") no-repeat center / 100%;
  }
  .introduction-method__item.-disabled .friend_copy_btn .btn-cmn-in {
    width: 100%;
    background: url("/wp-content/uploads/2021/07/img_bt03_sp_off.png") no-repeat center / 100%;
  }
  .btn-cmn-in{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.introduction-method__item.-disabled .btn-cmn-in{
  margin: 2px 0 2px;
  color: #d8d8d8;
  background-color: #808080;
  -webkit-box-shadow: 0 2px 0 0 #676666;
          box-shadow: 0 2px 0 0 #676666;
}

.introduction-method__item.-disabled .btn-cmn .btn-cmn-in:hover:not(:disabled)
{
    color: #d8d8d8;
    background-color: #808080;
    -webkit-box-shadow: 0 2px 0 0 #676666;
            box-shadow: 0 2px 0 0 #676666;
}

.introduction-method__item.-disabled .btn-cmn-blue:hover:not(:disabled) .btn-cmn-in
{
    pointer-events: none;

    color: #d8d8d8;
    background-color: #808080;
    -webkit-box-shadow: 0 2px 0 0 #676666;
            box-shadow: 0 2px 0 0 #676666;
}

.introduction-method__item.-disabled .btn-cmn
{
    pointer-events: none;
}


/* modal */
.mfp-content .s-width-lg-223{
  width: auto;
  min-width: 280px;
}
.mfp-content .btn-cmn .btn-cmn-in:before{
  position: absolute;
  content: "";
  display: block;
  top: -13px;
  right: -16px;
  width: 45px;
  height: 45px;
  background: url("/wp-content/uploads/2021/07/img_icon01.png") no-repeat 0 0 / 45px 45px;
}
@media screen and (max-width: 750px){
  .mfp-content .s-width-lg-223{
    min-width: 220px;
  }
  .mfp-content .btn-cmn .btn-cmn-in:before{
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    background: url("/wp-content/uploads/2021/07/img_icon01.png") no-repeat 0 0 / 32px 32px;
  }
}


.procedure_description__item
{
    position: relative;
}

.procedure_description__item:last-child
{
    margin-bottom: 40px;
}

.procedure_description__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 132px;
}

@media screen and (max-width: 750px)
{
  .procedure_description__item:last-child{
    margin-bottom: 25px;
  }
    .procedure_description__inner
    {
        padding: 0;
    }
}

.procedure_description__txt-box
{
    padding-top: 10px;
}

@media screen and (max-width: 750px)
{
    .procedure_description__txt-box
    {
        padding-top: 4px;
    }
}

.procedure_description__ico
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    min-width: 115px;
    height: 116px;
    margin-right: 15px;

    text-align: center;

    color: #f6a600;
    border-radius: 50%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 750px)
{
    .procedure_description__ico
    {
        width: 55px;
        min-width: 55px;
        height: 55px;
        margin-right: 7.5px;
    }
}

.procedure_description__ico-num
{
    font-size: 49px;
    font-weight: bold;
    line-height: .8;
}

.procedure_description__ico-txt
{
    font-size: 23px;
    font-weight: bold;
}

@media screen and (max-width: 750px)
{
    .procedure_description__note
    {
        font-size: 9.5px;

        letter-spacing: -.4px;
    }
}

.procedure_description__txt
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;

    letter-spacing: -2px;

    color: #f6a600;
}

@media screen and (max-width: 750px)
{
    .procedure_description__txt
    {
        font-size: 18px;
    }
}

.procedure_description__img-wrap
{
    padding: 0;

    text-align: center;
}

@media screen and (max-width: 750px)
{
    .procedure_description__img-wrap
    {
        margin: 0 -16px;
        padding: 0;
    }
}

.procedure_description__img
{
    margin-top: 0;
}

@media screen and (max-width: 750px)
{
    .procedure_description__img
    {
        margin-top: 0;
    }
}

.btn__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 110px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 750px)
{
    .btn__wrapper
    {
        margin: 0 10px;
        padding: 0;

        border-top: 1px dashed #37a9ee;
    }
}

.btn__wrapper .btn_area
{
    margin: 10px 0;
}

@media screen and (max-width: 750px)
{
    .btn__wrapper .btn_area
    {
        margin: 25px 0 0;
    }
}

@media screen and (max-width: 750px)
{
    .btn__wrapper .btn-cmn-txt
    {
        line-height: 1;
    }
    .btn__wrapper .btn-cmn-txt.-last
    {
        font-size: 12px;

        letter-spacing: -.4px;
    }
}

@media screen and (max-width: 750px)
{
    .btn__wrapper .btn-cmn-in
    {
        height: 44px;
        padding: 15px 8px;
    }
}

@media screen and (max-width: 750px)
{
    .btn__wrapper .btn-cmn
    {
        width: 149px;
    }
}

.theory_value
{
    font-weight: bold;

    padding: 0 54px;

    -webkit-transform: scale(.9, 1);
            transform: scale(.9, 1);
    letter-spacing: 2px;

    color: #000;
}

.theory_value__num
{
    font-size: 3rem;
    font-weight: bold;
}

.theory_value__type_unit
{
    font-size: 2rem;
    font-weight: bold;
}

.theory_value__operator
{
    font-size: 4rem;
    font-weight: normal;

    color: #f6a600;
}

.theory_value__txt
{
    font-size: 3rem;
    font-weight: bold;

    position: relative;
    top: 15px;

    vertical-align: baseline;
        -ms-writing-mode: tb-rl;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}

.theory_value__result
{
    font-size: 6rem;

    letter-spacing: -.4px;
}

.theory_value__result_unit
{
    font-size: 3rem;
}

.theory_value__balloon_inner
{
    font-size: 24px;

    position: relative;
    top: 53px;

    padding: 9px 16px;

    color: #fff;
    border-radius: 12px;
    background-color: #f6a600;
}

.theory_value__balloon_inner::before
{
    position: absolute;
    top: 35px;
    right: 80px;

    width: 0;
    height: 0;

    content: '';

    border-width: 11px 0 11px 19px;
    border-style: solid;
    border-color: transparent transparent transparent #f6a600;
}

.procedure_second
{
    line-height: 1;

    padding: 0 54px;
}

.procedure_second__inner
{
    width: 450px;
    margin: 80px auto;
}

.procedure_second__txt
{
    font-size: 1.9rem;

    text-align: center;
}

.procedure_second__point
{
    font-size: 3rem;
    font-weight: bold;

    text-align: center;
}

.procedure_second__unit
{
    font-size: 1.9rem;
}

.procedure_second__note
{
    font-size: 1.3rem;

    margin-top: 72px;
    padding-left: 1em;

    text-indent: -1em;
}
/*----------------------------------------------------------
追記したcss
---------------------------------------------------------- */

/*----------------------------------------------------------
PC
---------------------------------------------------------- */
img{
 margin: 0 auto;
}
/* button */
.receve_btn{
  padding-top: 30px;
}
.receve_btn .btn-cmn-in{
  display: block;
  margin: 0 auto;
  padding: 0;
  background: url("/wp-content/uploads/2022/02/img_bt01_sw_introduction_receive_pc.png") no-repeat center #c52626;
  width: 500px;
  height: 100px;
  pointer-events: all;
  box-shadow: 0 4px #9a0707;
}
.receve_btn .btn-cmn-in:focus{
  outline: none;
}
.receve_btn .btn-cmn-in:hover{
  transform: translate(0,5px);
  background: url("/wp-content/uploads/2022/02/img_bt01_sw_introduction_receive_pc.png") no-repeat center #c52626;
  width: 500px;
  height: 100px;
  opacity: 1;
  box-shadow: none;
}
.receve_btn .btn-cmn-in img{
  visibility: hidden;
}
/* button end */

.im01_bg_pc{
 background: url("/wp-content/uploads/2022/02/img_bg01_sw_introduction_receive_pc.png");
 border-bottom: 10px solid #c52626;
}

.section02-box{
 max-width: 630px;
 margin: 0 auto;
 margin-top: 32px;
 padding: 30px 40px;
 background-color:#fff3cd;
 border-radius: 30px;
 max-width: 630px;
 font-size: 20px;
}
.section_02{
 padding:20px 0 60px;
}
.pa20{
 padding-top:20px;
}
.txt20{
 font-size: 20px;
}
.txt16{
 font-size: 16px;
}

.img_h2{
 padding-bottom:30px;
}
.fixBtn{
 position: fixed;
 width:100%;
 bottom: 0;
 display: block;
 background-color: rgba(255, 255, 255, .5);
 visibility: hidden;
 opacity: 0;
}

.active{
 opacity: 1;
 visibility: visible;
}

.btn_note{
 padding: 14px 0 30px 0;
 text-align:center;
}
.sw_footer{
 margin-bottom:198px;
}
.section02-imgtxt{
 padding-bottom: 20px;
 border-bottom: 4px solid #ffffff;
}

/*----------------------------------------------------------
SP
---------------------------------------------------------- */

 @media screen and (max-width:480px){
 .receve_btn .btn-cmn-in{
  width: 100%;
  height: 60px;
 }
  .receve_btn .btn-cmn-in{
  background-size: 100%;
  width: 100%;
  height: 60px;  
 }
 .receve_btn .btn-cmn-in:hover{
  background-size: 100%;
  width: 100%;
  height: 60px;  
 }
 
 .pa20{
  padding-top:7px;
 }
 .section02-box{
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  padding: 15px 20px;
  background-color:#fff3cd;
  border-radius: 15px; }
  .section_02{
  padding: 10px 15px 15px;
  }
  .img_h2{
  padding-bottom:0;
 }
  .txt20{
  font-size: 14px;
 }
 .txt16{
  font-size: 11px;
 }
 .btn_note{
  padding: 5px 0 20px 0;
 }
 .w-pa30{
  padding: 0 30px;
 }
 .ttl-cmn-04-a{
 padding:0 15px;
 }
 .fixBtn{
  border-top:4px solid #c52626;
  padding-top:20px;
 }
 .sw_footer{
  margin-bottom:33%;
 }
 .im01_bg_pc{
 border-bottom: 5px solid #c52626;
 }
 .section02-imgtxt{
 padding-bottom: 5px;
 border-bottom: 3px solid #ffffff;
 }
 }