/*
Theme Name:
Theme URI:
Description:
Author:ワンズアクション
Author URI:https://ones-action.com
*/

@charset "utf-8";

/* =================================
フォント

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Finlandica', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-family: "Kosugi Maru", sans-serif;


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

/* =================================
		リセット
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: ""; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
 　 zoom: 1;
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

input,
button {
    -webkit-appearance: none;
}

img {
    vertical-align: bottom;
}

/* =================================
		基本設定
================================= */
body {
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 100%;
    font-family: "Oswald","Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
    color: #555;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
    padding: 60px 20px;
}


.button {
    display: inline-block;
    padding: 8px 12px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    font-size: 100%;
    cursor: pointer;
}

.button:hover {
    opacity: 0.8;
}


/* =================================
		ヘッダー
================================= */
header {
    background: white;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.h_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
}

h1 {
    width: 140px;
}

h1 img {
    display: block;
    width: 100%;
}

span.try_mark {
    color: #00005a;
}

nav {
    display: flex;
    align-items: center;
}

ul.hp_nav {
    display: flex;
}

ul.hp_nav li {
    margin-right: 40px;
}

ul.hp_nav a {
    color: #555;
    font-weight: bold;
}

li.nav_demo a {
    padding: 10px;
    color: white;
    background: #aa0000;
}

/* SPナビトグルボタン・ドロワー — PC時は非表示 */
li.nav_toggle_btn {
    display: none;
}

.sp_nav_drawer {
    display: none;
}

#sp_nav_toggle {
    background: none;
    border: 1px solid #555;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 78%;
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

a.hd_btn {
    display: block;
    width: 240px;
    color: white;
    background: #FF5722;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    margin-top: 3px;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #999;
    position: relative;
}

a.hd_btn:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}


/* =================================
		インデックスページ
================================= */
.lp_container {
    flex: 1;
    margin-top: 84px;
}

section.sec_lp {
    padding: 100px 0;
}

section.sec_lp.slp_01 {
    padding: 0;
    background-image: url(img/mv-bg1.png);
    background-repeat: no-repeat;
    background-position: right bottom 80px;
    background-size: 40%;
}

section.sec_lp.slp_04 {
    padding-bottom: 50px;
}

section.slp_02,
section.slp_04,
section.slp_06 {
    background: #f5f5f5;
}

section.slp_03:before {
    content: '';
    display: block;
    width: 100px;
    margin: -120px auto 0;
    border-top: 70px solid #aa0000;
    border-right: 70px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 70px solid transparent;
}

section.slp_03 h2 {
    margin: 50px 0;
}

section.slp_03 h2 span{
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffeb3b 70%);
}

.mv_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.mm_box {
    width: 100%;
    max-width: 680px;
    margin-top: 50px;
}

.mv_area img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.mm_box h2 {
    font-size: 300%;
    font-weight: bold;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: left !important;
}

.mm_box h2 span {
    font-size: 60%;
    font-weight: bold;
    color: #aa0000;
}

.mm_box h2 span:before,
.mm_box h2 span:after {
    content:'ー';
    margin: 0 5px;
}

p.mm_sml {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
}

ul.feat_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

ul.feat_list li {
    display: block;
    width: calc(100% / 3 - 1%);
    margin-bottom: 1%;
    padding: 14px 0px;
    text-align: center;
    background: #00005a;
    color: white;
    font-size: 100%;
    border-radius: 4px;
    font-weight: bold;
}

ul.feat_list li br {
    display: none;
}

.fee_area {
    background: #f5f5f5;
    text-align: center;
    font-size: 100%;
    margin-top: 50px;
    padding: 20px 0;
}

.fee_area p {
    position: relative;
}

span.mm_f_01 {
    font-size: 340%;
    font-weight: bold;
    color: #ff5722;
}

span.mm_f_01_1 {
    font-size: 80%;
    font-weight: bold;
}

span.mm_f_02 {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    margin: 0 10px;
}

span.mm_f_02_1 {
    display: inline-block;
    padding: 0px 5px 1px;
    background: #00005a;
    color: white;
}

span.mm_f_03 {
    font-family: 'Oswald', sans-serif;
    font-size: 480%;
    font-weight: bold;
    color: #ff5722;
    line-height: 1;
}


span.mm_f_03_1 {
    display: inline-block;
    font-size: 200%;
    font-weight: bold;
    color: #ff5722;
    line-height: 1;
    margin: 0 3px;
}

span.mm_f_03_2 {
    font-size: 50%;
    font-weight: bold;
    line-height: 0;
}

span.mm_f_05 {
    position: absolute;
    bottom: 10px;
    font-size: 80%;
    margin-left: 5px;
}

span.mm_stc {
    display: inline-block;
    width: 3px;
    height: 70px;
    background: #ff5722;
    vertical-align: -10px;
    border-radius: 4px;
}

span.lstc {
    margin-right: 25px;
    transform: rotate(-18deg);
}

span.rstc {
    margin-left: 25px;
    transform: rotate(18deg);
}

p.mm_f_06 {
    margin-top: 10px;
    font-size: 150%;
    font-weight: bold;
    color: #00005a;
}

.slp_area {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.slp_about {
    text-align: center;
}

.abt_ph {
    display: inline-block;
    margin-top: 50px;
}

.abt_ph p {
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0;
}

section.slp_cts h2 {
    font-size: 260%;
    font-weight: bold;
    text-align: center;
}

section.sec_lp.slp_cts.slp_02 h2 {
    color: #aa0000;
}

ruby {
    font-weight: bold;
    color: #aa0000;
}

rt {
    color: #aa0000;
    font-size: 70%;
}

p.txt_cnt {
    text-align: center;
    margin: 30px 0;
    font-size: 120%;
    font-weight: bold;
}

.prb_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    margin-top: 100px;
    padding: 40px;
    position: relative;
}

.pbm_ig01 {
    margin-top: -80px;
    margin-left: -80px;
}

.pbm_ig01 img {
    width: 240px;
}

.pbm_ig02 {
    margin-bottom: -140px;
    margin-right: -80px;
}

.pbm_ig02 img {
    width: 200px;
}

ul.grd_pbm {
    display: inline-block;
    margin: 0 40px;
}

ul.grd_pbm li {
    font-size: 120%;
    margin: 10px 0;
    position: relative;
    padding-left: 32px;
}

ul.grd_pbm li span {
    font-weight: bold;
}

ul.grd_pbm li:before {
    font-family: 'Material Icons';
    content: "\e5ca";
    font-size: 150%;
    font-weight: bold;
    color: #aa0000;
    position: absolute;
    top: 0;
    left: 0;
}

p.txt_cnt.slp_txt_btm {
    font-size: 172%;
    color: #00005a;
    margin-bottom: 0;
}

.flow_area h3 {
    font-size: 140%;
    color: #00005a;
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
}

.flow_area h3 > span {
    font-size: 70%;
    display: inline-block;
    vertical-align: 2px;
}

.flow_area h3 span span {
    color: #828384;
    margin: 0 8px;
}


.flow_box {
    padding: 50px 0;
}

.flow_box.fl_mdl_b {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.flow_box.fl_btm_b {
    padding-bottom: 0;
}

ul.flowt_ls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    position: relative;
}

ul.flowt_ls:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #aa0000;
    color: white;
    z-index: 100;
}

ul.flowt_ls.fll_01:before {
    content: '1';
}

ul.flowt_ls.fll_02:before {
    content: '2';
}

ul.flowt_ls.fll_03:before {
    content: '3';
}


ul.flowt_ls li {
    width: calc(100% / 3 - 120px);
    position: relative;
}

ul.flowt_ls li:nth-child(2) {
    margin: 0 90px;
}

ul.flowt_ls li:nth-child(1):after,
ul.flowt_ls li:nth-child(2):after {
    content: '▶';
    position: absolute;
    right: -65px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 200%;
    color: #aa0000;
}

img.fw_ig {
    width: 100%;
}

ul.flowt_ls li span {
    display: block;
    color: #00005a;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.feat_box {
    margin-top: 90px;
}

ul.feat_box li {
    display: flex;
    margin-bottom: 20px;
    padding: 50px;
    border-radius: 8px;
    background: white;
    box-shadow: 1px 1px 3px #ddd;
}

ul.feat_box li:nth-child(odd) {
    margin-right: 150px;
}

ul.feat_box li:nth-child(even) {
    margin-left: 150px;
}

ul.feat_box h4 {
    font-size: 180%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #00005a;
}

ul.feat_box img.feat_icon {
    vertical-align: bottom;
    margin-right: 15px;
}

ul.feat_box p {
    text-align: justify;
    font-size: 110%;
}

.feat_dtl {
    margin-right: 50px;
}

img.feat_ig {
    width: 380px;
}



span.material-icons.add_spo {
    display: block;
    margin: 20px auto;
    width: auto;
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    color: #00005a;
}

.add_sposche {
    width: 30%;
    margin: 30px auto 0;
    padding: 20px;
    border-radius: 8px;
    background: white;
}

.add_sposche img {
    display: block;
    width:100%;
    max-width: 300px;
    margin: 10px auto;
    padding: 12px;
    background: #00005a;
    border-radius: 8px;
}

a.hd_btn.cta_btn {
    width: 100%;
    max-width: 500px;
    margin: 10px auto 0;
    padding: 10px;
    font-size: 150%;
    border-radius: 80px;
}

ul.point_box {
    width: 100%;
    max-width: 760px;
    margin: 50px auto 20px;
}

ul.point_box li {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

span.pnt_mark {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 400%;
    color: #ccc;
    width: 60px;
    margin-right: 20px;
    vertical-align: top;
    line-height: 1;
}

span.pnt_dtl {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;
}

ul.point_box h3 {
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}

.pay_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
    margin: 90px auto 20px;
}

.payop {
    width: 49%;
    background: white;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #ddd;
}

.payop h3 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
    color: white;
    background: #00005a;
    padding: 20px 0;
    border-radius: 8px 8px 0 0;
}


.pay_expl {
    width: 272px;
    margin: 20px auto 0;
    font-size: 86%;
    text-align: left;
}

.payop h3 span {
    font-size: 60%;
    font-weight: bold;
    margin-left: 5px;
}

span.pyfbd {
    font-size: 160%;
    font-weight: bold;
    margin: 0 6px;
    font-family: 'Oswald', sans-serif;
}

.pay_expl h4 {
    margin-top: 20px;
}

p.plnfee {
    font-size: 150%;
}


.fee5mark {
    font-size: 55%;
    background: #FF5722;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    padding-top: 36px;
    position: absolute;
    right: -32px;
    bottom: 140px;
}

span.kkys {
    display: block;
    color: white;
    font-size: 200%;
}

.fee5mark span.mm_f_03_1,
.fee5mark span.mm_f_03 {
    color: white;
}

section.sec_lp.slp_cts.slp_07 {
    padding-bottom: 0;
}

section.sec_lp.slp_cts.slp_06 .fee_area {
    padding: 40px 0 80px;
}

.qa_area {
    width: 100%;
    max-width: 760px;
    margin: 90px auto;
}

dl.qalist dt,
dl.qalist dd {
    position: relative;
    padding: 20px 30px;
    padding-left: 70px;
}

dl.qalist dt {
    font-size: 120%;
    font-weight: bold;
    background: #f5f5f5;
}

dl.qalist dd {
    margin-bottom: 60px;
}

dl.qalist span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    width: 24px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 10px;
}

dl.qalist dt span {
    color: #aa0000;
}

dl.qalist dd span {
    color: #ccc;
}







.demo_box {
    text-align: center;
    margin-top: 50px;
}

a.demo_btn {
    width: 100%;
    max-width: 500px;
    margin: 10px auto 0;
    padding: 10px;
    font-size: 150%;
    border-radius: 80px;
    display: block;
    color: white;
    background: #aa0000;
    text-align: center;
    font-weight: bold;
    position: relative;
}

a.demo_btn:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

/* =================================
		機能テーブル
================================= */
.feat_tab {
    width: 100%;
    max-width: 760px;
    margin: 50px auto 0;
}

.feature-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #ddd
}

.feature-table tr.category-row td {
    background: #eff6ff;
    color: #00005a;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    padding: 10px;
}

.feature-table tr.feature-row td {
    padding: 15px 40px;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: bold;
}

.feature-table tr.feature-row:last-child td {
    border-bottom: none;
}

.feature-table td.feat-name {
    width: 244px;
}

.feature-table td.feat-val {
    text-align: center;
    font-weight: 600;
}

.feat-val.ok {
    color: #1e931e;
}


* =================================
		他ページ
================================= */
.container {
    flex: 1;
    margin-bottom: 80px;
    padding: 20px;
}

section.sec_terms {
    width: 100%;
    max-width: 768px;
    margin: 20px auto;
}

section.sec_terms h2 {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 40px;
}

.sec_terms p {
    margin: 20px 0;
}

dl.terms_area {
    margin-top: 40px;
}

dl.terms_area dt {
    font-weight: bold;
    margin: 40px 0 5px;
}


p.mnal_btn {
    margin-top: 30px;
}

p.mnal_btn a {
    display: inline-block;
    color: white;
    font-weight: bold;
    background: #555555;
    padding: 5px 20px;
    border-radius: 30px;
}

/* =================================
		フッター
================================= */
footer {
    padding: 10px 20px;
    background: #00005a;
}

footer.jf_ftr {
    height: 100px;
}

.f_area {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
    color: white;
}

.hwt_btn {
    margin-top: 30px;
    text-align: center;
}

.hwt_btn li {
    display: inline-block;
    margin: 0 10px;
}

.hwt_btn a {
    color: white;
    font-size: 90%;
}

p.ft_tm_nm {
    display: none;
}

p.copy {
    color: white;
    text-align: center;
    font-size: 90%;
    margin-top: 30px;
}

/* =================================
		トップボタン
================================= */
.js-scroll-fadein {
    transition: opacity 1s;
    visibility: hidden;
    opacity: 0;
}

.is-fadein {
    visibility: visible;
    opacity: 1;
}

.arrow{
    position: fixed;
    right: 12px;
    bottom: 34px;
    color: #fff;
    cursor: pointer;
    background-color: #828384;
    border-radius: 50px;
    line-height: 0;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    z-index: 9000;
}


/*=====================================================
	  スマートフォン 1024px
===================================================== */
@media screen and (max-width: 1024px) {

section.sec_lp.slp_01 {
    background-position: right bottom;
    background-size: cover;
}

p.mm_sml {
    border-top: none;
    border-bottom: none;
}

.bg_wht {
    background: #ffffffcf;
}

.mv_area {
    display: block;
}

.mm_box {
    text-align: center;
    margin: 0 auto;
    padding-top: 70px;
}
.mm_box h2 {
    text-align: center !important;
}

.mv_area img {
    margin: 40px auto;
}

.fee_area {
    font-size: 70%;
}

ul.grd_pbm li span {
    width: 500px;
}

li.grd_rt span {
    text-align: left;
}

ul.feat_box {
    align-items: normal;
}

ul.feat_box li:nth-child(odd) {
    margin-right: 0px;
}

ul.feat_box li:nth-child(even) {
    margin-left: 0px;
}

.add_sposche {
    width: 46%;
}

.hwt_btn li {
    display: block;
    margin: 10px 0;
}

p.copy {
    margin-top: 80px;
}

.pbm_ig01 img {
    width: 200px;
}

.pbm_ig01 {
    margin-top: -180px;
    margin-left: -50px;
}

.pbm_ig02 img {
    width: 150px;
}

.pbm_ig02 {
    margin-bottom: -160px;
    margin-right: -50px;
}

ul.grd_pbm {
    display: inline-block;
    margin: 0 30px;
}

}/*===	スマートフォン 1024px  === */



@media screen and (max-width: 820px) {

section.sec_lp.slp_01 {
    background: none;
}

.fee5mark {
    font-size: 45%;
    background: #FF5722;
    width: 120px;
    height: 120px;
    border-radius: 75px;
    padding-top: 24px;
    position: absolute;
    right: -10px;
    bottom: 140px;
}

ul.hp_nav li:last-child {
    margin-right: 0;
}

.idx_menu {
    position: fixed;
    right: 20px;
    top: 80px;
}

img.feat_ig {
    width: 240px;
}

ul.flowt_ls li {
    width: calc(100% / 3 - 80px);
    position: relative;
}

ul.flowt_ls:before {
    top: -25px;
    left: 0;
}

ul.grd_pbm {
    display: inline-block;
    margin: 0;
    margin-left: 160px;
}

.pbm_ig01 {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-top: 0;
    margin-left: 0;
}

.pbm_ig02 {
    position: absolute;
    top: 180px;
    left: 10px;
    margin-bottom: 0;
    margin-right: 0;
}

.pbm_ig01 img,
.pbm_ig02 img {
    width: 160px;
}

}/*===	スマートフォン 820px  === */

/*=====================================================
	  スマートフォン 600px
===================================================== */
@media screen and (max-width: 600px) {

.h_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

h1 {
    width: 80px;
}

ul.hp_nav li {
    margin-right: 20px;
}

ul.hp_nav a {
    font-size: 78%;
}

li.nav_demo a {
    padding: 5px;
}

/* SP: トグルボタン表示、折りたたみ項目はドロワーへ移動 */
li.nav_toggle_btn {
    display: list-item;
    margin-right: 6px;
}

li.nav_collapsible {
    display: none;
}

#sp_nav_toggle {
    padding: 2px 8px;
    font-size: 80%;
}

/* アコーディオンドロワー */
.sp_nav_drawer {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 9998;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.sp_nav_drawer.open {
    display: block;
    max-height: 200px;
    margin-top: -1px;
}

.sp_nav_drawer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sp_nav_drawer ul li {
    border-bottom: 1px solid #eee;
}

.sp_nav_drawer ul li a {
    display: block;
    padding: 14px 20px;
    color: #555;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
}

.idx_menu {
    position: fixed;
    right: 10px;
    top: 55px;
    font-size: 80%;
}

a.hd_btn {
    width: 180px;
}

.lp_container {
    margin-top: 54px;
}

.mv_area {
    display: block;
    font-size: 56%;
}

.mm_box {
    margin: 0 auto;
}

.mm_box h2 {
    font-size: 270%;
    margin-bottom: 10px;
}

.mm_box h2 span {
    font-size: 80%;
}

p.mm_sml {
    font-size: 138%;
}

p.mm_expn br {
    display: inline;
}

p.mm_expn {
    font-size: 150%;
}

p.mm_sml span {
    font-size: 250%;
}

.abt_ph {
    text-align: left;
}

ul.feat_list li {
    padding: 0 6px;
    font-size: 140%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.feat_list li br {
    display: inline;
}

span.mm_f_01 {
    font-size: 300%;
    display: block;
}

span.mm_f_02 {
    font-size: 130%;
}

span.mm_f_05 {
    position: static;
    display: block;
}

span.mm_stc {
    height: 50px;
}

span.lstc {
    position: absolute;
    top: 0;
    left: 30px;
}

span.rstc {
    position: absolute;
    top: 0;
    right: 30px;
}

section.sec_lp.slp_cts.slp_02 h2 {
    text-align: left;
}

section.slp_cts h2 {
    font-size: 152%;
    //text-align: left;
}

p.txt_cnt {
    text-align: left;
    font-size: 112%;
}

p.txt_cnt.slp_txt_btm {
    font-size: 138%;
    text-align: center;
}

img.grd_ig {
    width: 100px;
}

ul.feat_box {
    display: block;
}

ul.feat_box li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px;
}

.feat_dtl {
    margin-right: 0;
}

ul.feat_box img.feat_icon {
    margin-right: 0;
    display: block;
    margin: 0px auto 30px;
}

ul.feat_box h4 {
    font-size: 168%;
    text-align: center;
}

img.feat_ig {
    width: 100%;
    margin-top: 40px;
}



.add_sposche {
    width: 100%;
}

a.hd_btn.cta_btn {
    max-width: 320px;
}

ul.point_box h3 {
    font-size: 150%;
}

.pay_box {
    display: block;
}

.payop {
    width: 100%;
    margin-bottom: 20px;
    overflow: visible;
}

.fee5mark {
    font-size: 42%;
    width: 120px;
    height: 120px;
    padding-top: 30px;
    top: 164px;
    bottom: auto;
    right: -10px;
}

ul.flowt_box li span {
    font-size: 100%;
    padding: 10px 20px;
}

ul.flowt_box {
    margin-top: 50px;
}

ul.flowt_box li {
    margin-bottom: 20px;
    margin-top: 0;
}

ul.flowt_box li:nth-child(1):after,
ul.flowt_box li:nth-child(2):after,
ul.flowt_box li:nth-child(4):after,
ul.flowt_box li:nth-child(6):after {
    bottom: -36px;
}

span.pnt_dtl p br {
    display: none;
}

a.demo_btn {
    max-width: 320px;
}

.prb_area {
    display: block;
    padding: 40px 15px;
    margin-top: 40px;
}

ul.grd_pbm {
    margin-left: 0;
    margin-top: 50%;
}

.pbm_ig01 {
    width: 50%;
    top: 0;
    left: 0;
}

.pbm_ig02 {
    width: 50%;
    top: 0;
    left: auto;
    right: 0;
}

.pbm_ig01 img,
.pbm_ig02 img {
    width: 100%;
}

p.txt_cnt.slp_txt_btm br {
    display: none;
}

ul.flowt_ls {
    display: block;
}

ul.flowt_ls li {
    width: 100%;
    text-align: center;
}

ul.flowt_ls li:nth-child(1):after,
ul.flowt_ls li:nth-child(2):after {
    content: '▼';
    position: static;
    display: block;
    transform: none;
    font-size: 200%;
    color: #aa0000;
}

img.fw_ig {
    width: 250px;
}

ul.flowt_ls li:nth-child(2) {
    margin: 0;
}

ul.flowt_ls:before {
    position: static;
    margin: 0 auto;
}

.arrow {
    right: 8px;
    bottom: 20px;
    padding: 10px;
}

.feat_tab {
    padding: 0 10px;
}

.feature-table tr.feature-row td {
    padding: 15px 10px;
}

.feature-table td.feat-name {
    width: 184px;
}




}/*===	スマートフォン 600px  === */