@charset "utf-8";
/* CSS Document */
img.narrow50 {
    width: 80% !important;
    border: none !important;
}
img.narrow30 {
    width: 40% !important;
    border: none !important;
}
.col_2 p, .col_3 p, .col_4 p, .col_5 p {
    padding: 0;
    text-align: center;
}
#main_visual.for_shopify {
    height: 430px;
    background-image: url("../img/shopify_main.jpg");
    background-color: #fff;
    background-position: center;
    background-size: 100%;
    position: relative;
    text-align: center;
}
#main_visual.for_shopify h2 {
    /*text-shadow: 2px 2px 2px rgba(255, 255, 255, 1), -2px 2px 2px rgba(255, 255, 255, 1), 2px -2px 2px rgba(255, 255, 255, 1), -2px -2px 2px rgba(255, 255, 255, 1);*/
    letter-spacing: 0.1em;
}
.bgimage_for_shopify {
    background-image: url("../img/shopify_main.jpg");
    background-position: center;
    background-size: cover;
    height: 60px;
}
h2.toptitle + p.catch_kw {
    margin-top: 10px;
}
h2.toptitle + p.catch_kw span {
    background-color: #ffffff;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1em;
    padding: 8px 1em;
    border-radius: 2em;
    border: 1px solid rgba(4, 31, 51,.8);
}
#contents #main_visual h2 {
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    margin-top: 100px;
    border-radius: 60px;
    border: 10px solid rgba(247, 207, 50,.9);
    background-color: rgba(56, 137, 7,.8);
}
.features_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 4%;
}
.features_li {
    list-style: none;
    width: 48%;
    margin: 1% 1% 5%;
}
.features_li img {
    width: 100%;
    border-radius: 340px;
}
.features_title {
    display: block;
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 60px 0 20px;
    border-bottom: 4px solid #63c528;
    letter-spacing: 0.05em;
    position: relative;
}
.features_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #edbf0f;
    bottom: -4px;
    width: 25%;
}
.features_title_sub {
    display: block;
    font-size: 0.8em;
    margin-top: -10px;
}
.features_text {
    display: block;
    font-size: 1.2em;
    line-height: 1.8em;
}
.title_main {
    font-size: 3.4em!important;
    font-weight: bold;
    margin-bottom: 30px;
}
.title_sub {
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.price_text {
    font-size: 2em;
    letter-spacing: 0.1em;
    color: #fff;
}
.midasi {
    font-size: 2.8em!important;
    letter-spacing: 0.1em;
}
.price_midasi {
    color: #fff!important;
    font-size: 2.8em!important;
    letter-spacing: 0.1em;
}
.bg_color {
    background-color: #56992e;
}
.flow_ul {
    list-style: none;
    font-size: 1.5em;
    line-height: 2em;
    width: 90%;
    margin: 0 auto;
}
.flow_li {
    margin: 3% 0;
    line-height: 1.4em;
}
.flow_title {
    display: block;
    padding: 0.5em;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 16px;
    background-color: #dbefcd;
}
.flow_title:before {
    content: '●';
    color: white;
    margin-right: 4px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}
.plus {
    display: block;
    text-align: center;
    font-size: 10em;
}
.plus_sub {
    display: block;
    font-size: 0.2em;
    line-height: 2.5em;
    letter-spacing: 0.2em;
}
.immediately {
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.3em;
}
.creans {
    display: inline-block;
    font-weight: normal;
    font-size: 0.9em;
}
.link_button {
    display: inline-block;
    border: 2px solid #A5E77D;
    padding: 1.5% 3%;
    margin-top: 1%;
    font-size: 1.2em;
    border-radius: 16px;
    color: #48931B!important;
    background-color: #F6FFEB;
}
.link_button:hover {
    opacity: 0.6;
    color: #48931B;
}
.main_title {
	display: block;
	color: #fff900;
    border: 4px solid #fff;
	margin-top: 100px;
	margin-bottom: 10px;
	padding: 4%;
	background-color: #5cb328;
	line-height: 1.2em;
	font-size: 4em;
	font-weight: bold;
	letter-spacing: 2px;
}
.main_title_div {
    display: block;
    padding: 0 3%;
}
.title {
    display: inline-block;
    padding: 0 3%;
}
em {
    display: inline-block;
}
.keyword_ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.keyword_li {
    display: block;
    width: 16%;
    margin: 1% 0.5%;
    background-color: #394627;
    font-size: 1.2em;
    padding: 0.5%;
    letter-spacing: 0.1em;
    border-radius: 20px;
    color: #fff;
}
.keyword_div {
    padding: 0 1%;
}
.shopify_app_store_div {
    display: block;
    width: 60%;
    margin: 0 auto 60px;
    font-size: 1.2em;
    padding: 2%;
    background-color: #cdd5f9;
}
.shopify_app_store_ul {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}
.shopify_app_store_li {
    margin: 1.6%;
    padding: 2%;
    width: 45%;
    border-radius: 8px;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
.shopify_app_store_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.shopify_app_store_title {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.shopify_app_store_button {
    display: block;
    width: 65%;
    text-align: center;
    padding: 3%;
    border-radius: 18px;
    font-weight: normal;
    font-size: 0.85em;
    border: 2px solid #A5E77D;
    margin: 0 auto;
    color: #48931B !important;
    background-color: #F6FFEB;
}
.shopify_app_store_button:hover {
    opacity: 0.6;
}
img {
    /*width: 100%;*/
    height: auto;
}

@media screen and (max-width: 680px) {
#contents #main_visual h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    padding: 10% 5%;
    margin-top: 10px;
    border-radius: 50px;
    border: 10px solid rgba(247, 207, 50, .9);
    background-color: rgba(56, 137, 7, .7);
}
.immediately {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.1em;
}
.creans {
    display: inline-block;
    font-weight: normal;
    font-size: 0.7em;
}
.title_sub {
    font-size: 0.5em;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.features_ul {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 4%;
}
.features_li {
    list-style: none;
    width: 100%;
    margin: 1% 1% 5%;
}
.plus {
    display: block;
    text-align: center;
    font-size: 10em;
    padding: 0 48px 48px;
}
.plus_sub {
    display: block;
    font-size: 0.2em;
    line-height: 4em;
    letter-spacing: 0.2em;
}
.features_title {
    display: block;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 60px 0 20px;
    border-bottom: 4px solid #63c528;
    letter-spacing: 0.05em;
    position: relative;
}
.flow_ul {
    list-style: none;
    font-size: 1.5em;
    line-height: 2em;
    width: 100%;
    margin: 0 auto;
}
.flow_li {
    margin: 3% 0;
    line-height: 1.4em;
    font-size: 0.9em;
}
.link_button {
    display: block;
    border: 2px solid #A5E77D;
    padding: 5%;
    margin-top: 3%;
    font-size: 1.2em;
    border-radius: 16px;
    color: #48931B;
    background-color: #F6FFEB;
    text-align: center;
}
.features_li img {
    display: none;
    width: 100%;
    border-radius: 340px;
}
#main_visual.for_shopify {
    height: 400px;
    background-image: url(../img/shopify_main.jpg);
    background-position: center;
    background-size: 100%;
    position: relative;
    text-align: center;
    background-color: #fff;
}
.keyword_ul {
    list-style: none;
    display: block;

    justify-content: center;
    flex-wrap: wrap;
}
.keyword_li {
    display: block;
    width: 80%;
    margin: 1% auto 0.5%;
    background-color: #394627;
    font-size: 1.2em;
    padding: 0.5%;
    letter-spacing: 0.1em;
    border-radius: 20px;
    color: #fff;
}
.keyword_div {
    padding: 0 5%;
}
.price_text {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    color: #fff;
}
.shopify_app_store_div {
    display: block;
    width: 95%;
    margin: 0 auto 60px;
    font-size: 1.2em;
    padding: 5%;
    background-color: #cdd5f9;
}
.shopify_app_store_title {
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}
.shopify_app_store_li {
    margin: 3% 1.6%;
    padding: 6%;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
}
.shopify_app_store_button {
    display: block;
    width: 85%;
    text-align: center;
    padding: 3%;
    border-radius: 16px;
    font-weight: normal;
    font-size: 0.85em;
    border: 2px solid #A5E77D;
    margin: 0 auto;
    color: #48931B !important;
    background-color: #F6FFEB;
}
	.main_title {
    display: block;
    color: #fff900;
    border: 4px solid #fff;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 4%;
    background-color: #5cb328;
    line-height: 1.2em;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}
	.title {
    display: inline-block;
    padding: 0 3%;
    font-size: 0.6em;
    line-height: 1.5em;
}
}
