/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
    border: 0;
    font-size: 14px;
    /* ベースのフォントサイズを記述 */
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #000;
    line-height: 180%;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

body {
    background: #fff;
    min-width: 960px;
    /* 基本の横幅を記述 */
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

img,
input[type="image"] {}

input[type="submit"] {
    cursor: pointer;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
}

p a {
    color: #00bedc;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

a:hover img,
input[type="image"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.m_ft {
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*--------------------------------------------------------------
 Layout/PageBase
--------------------------------------------------------------*/
#header {
    /* ヘッダ固定時
	position:fixed;
	width:100%;
	top:0; */
    height: 69px;
    border-bottom: solid 1px #d8d8d8;
}

#footer {
    background: #fff2ff;
    height: 160px;
}

/** header **/
.h_logo {
    float: left;
    margin-top: 10px;
}

.h_nav {
    float: left;
    margin-top: 23px;
    margin-left: 28px;
}

.h_nav a {
    display: block;
    line-height: 1.2;
    padding: 0 1.5em 0 1.25em;
    color: #4d4d4d;
    font-size: 15px;
}

.h_nav li:first-child {
    border-left: solid 1px #4d4d4d;
}

.h_nav li {
    display: inline-block;
    border-right: solid 1px #4d4d4d;
}

.h_btn {
    float: right;
    margin-top: 20px;
}

.h_btn li {
    display: inline-block;
}

.h_btn li+li {
    margin-left: .7em;
}


/** footer **/
.f_logo {
    margin-left: 80px;
    padding-top: 30px;
    float: left;
}

.f_nav {
    padding-top: 50px;
    float: right;
    width: 407px;
}

.f_nav li {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .5em;
}

.f_nav li:before {
    content: '|';
    margin-right: 1em;
}

.f_nav li._non:before {
    content: '';
    margin-right: 0;
}

.f_nav a {
    text-decoration: underline;
}

/*--------------------------------------------------------------
 Component
--------------------------------------------------------------*/
.c_pgtop {
    /* PAGE TOP 右下固定時
	position:fixed;
	right:10%;
	bottom:10%; */
}

.low_ttl {
    margin-top: 40px;
    margin-bottom: 12px;
    padding-top: 25px;
    text-align: center;
    font-size: 20px;
    background: url(../img/ttl_head.png) repeat-x top left;
}

.low_box {
    padding: 40px 60px;
    box-shadow: 0 0 3px #999;
}

.sp {
    display: none;
}

/*--------------------------------------------------------------
 Project
--------------------------------------------------------------*/
/** HOME **/

.movie_title {
    text-align: center;
    font-weight: bold;
    color: #fa0078;
    font-size: 30px;
    margin-top: 30px;
}

.movie video {
    width: 100%;
}

.movie {
    margin: 20px 0 68px;
}

.main_img {
    background: #fff;
}

.main_img ._inner {
    min-width: 960px;
    height: 690px;
    margin: 0 auto;
    background: url(../img/img_main.jpg) no-repeat top center;
    position: relative;
}

.main_img ._inner>img {
    display: none;
}

.main_img ._inner a.btn__old {
    position: absolute;
    left: 51%;
    bottom: 35px;
}

.main_img ._inner ul {}

.main_img ._inner li.apple {}

.main_img ._inner li.google {}

.home_inner {
    width: 890px;
    margin: 0 auto;
}

.home_ttl+p {
    font-size: 18px;
    margin-top: 10px;
}

.home_ttl {
    position: relative;
}

.home_sec01 ul {
    margin: 50px 10px 110px;
    position: relative;
    height: 1020px;
}

.home_sec01 li {
    position: absolute;
}

.home_sec01 li>img {
    margin-left: 60px;
    margin-top: 5px;
}

.home_sec01 ._a {}

.home_sec01 ._b {
    left: 390px;
}

.home_sec01 ._c {
    top: 450px;
}

.home_sec01 ._c>img {
    margin-left: 50px;
}

.home_sec01 ._d {
    left: 390px;
    top: 450px;
}

.home_sec01 ._e {
    left: 390px;
    top: 730px;
}

.home_banner01 {
    background: url(../img/top_bg_bn01.jpg) no-repeat top center;
    height: 250px;
    margin-bottom: 100px;
    position: relative;
}

.home_banner01 ._inner {
    height: 298px;
    top: -50px;
    position: absolute;
    width: 100%;
}

.home_banner01 ._inner div.bx__bg {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.home_banner01 ._inner a.btn__old {
    position: absolute;
    left: 50%;
    bottom: 25px;
}

@media all and (min-width: 1300px) {
    .home_banner01 {
        background-size: cover;
    }
}

.home_sec02 {
    margin-bottom: 70px;
}

.home_sec02 ._box {
    padding: 50px 0;
    margin-top: 20px;
    border-top: solid 1px #fdbfc8;
    border-bottom: solid 1px #fdbfc8;
    background: #fcfcfa;
}

.home_sec02 ._sub {
    position: absolute;
    top: -55px;
    right: 130px;
}

.home_sec02 ._box ul {
    padding: 0 40px 0 40px;
}

.home_sec02 ._a img {
    float: left;
}

.home_sec02 ._a div {
    float: right;
}

.home_sec02 ._b img {
    float: right;
}

.home_sec02 ._b div {
    float: left;
}

.home_sec02 li {
    margin-bottom: 50px;
}

.home_sec02 li div {
    width: 310px;
    padding-top: 45px;
}

.home_sec02 li h3 {
    font-size: 28px;
    color: #00bedc;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}

.home_sec02 li p {
    font-size: 16px;
}

.home_sec03 ul {
    margin: 50px 60px 130px 30px;
}

.home_sec03 li+li {
    padding-top: 60px;
    position: relative;
}

.home_sec03 li+li:before {
    content: url(../img/top_icon_arrow.png);
    position: absolute;
    right: 85px;
    top: 15px;
}

.home_sec03 li>img {
    float: right;
}

.home_sec03 li div {
    width: 500px;
    float: left;
}

.home_sec03 li p {
    font-size: 16px;
    width: 400px;
    margin-left: 70px;
}

.home_sec03 li p em {
    color: #fa0078;
    font-size: 16px;
}

.home_sec03 li h3 {
    font-size: 26px;
    color: #00bedc;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}

.home_sec03 li h3 img {
    margin-right: .5em;
    vertical-align: -.3em;
}

.home_banner02 {
    background: #fff4fc;
}

.home_banner02 ._inner {
    min-width: 960px;
    height: 350px;
    margin: 0 auto;
    background: url(../img/top_img_bn02.jpg) no-repeat top center;
    position: relative;
}

.home_banner02 ._inner>img {
    display: none;
}

.home_banner02 ._inner a.btn__old {
    position: absolute;
    right: 48%;
    bottom: 16px;
}

/** rule **/
.rule {
    padding-top: 60px;
    padding-bottom: 100px;
}

.rule h3 {
    color: #00bedc;
    font-weight: bold;
    font-size: 18px;
    margin: 2.5em 0 .6em;
}

.rule h3:before {
    content: '';
    width: 1em;
    height: 1em;
    background: #00bedc;
    display: inline-block;
    margin-right: .5em;
    vertical-align: -.06em;
}

.rule ul {
    margin: 1em 0;
}

.rule li {
    margin-left: 2em;
}

.rule li span {
    position: absolute;
    margin-left: -2em;
    display: inline-block;
    width: 1.5em;
    text-align: right;
}

.rule li p {
    margin-left: 2em;
}

.rule li p:before {
    content: '・';
    margin-left: -1.8em;
    position: absolute;
}

.rule li div {
    margin: 1em 0;
}


/** deal **/

.deal {
    padding-top: 60px;
    padding-bottom: 100px;
}

.deal dt {
    color: #00bedc;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: .8em;
}

.deal dt:before {
    content: '';
    width: 1em;
    height: 1em;
    background: #00bedc;
    display: inline-block;
    margin-right: .5em;
    vertical-align: -.06em;
}

.deal dd {
    margin-left: 2em;
    margin-bottom: 1.5em;
}

.deal dd p {
    margin: 1em 1.5em;
}


/** Policy **/
.policy ._date {
    text-align: right;
    margin-bottom: 3em;
}

.policy h3 {
    color: #00bedc;
    font-weight: bold;
    font-size: 18px;
    margin: 2.5em 0 .6em;
}

.policy h3:before {
    content: '';
    width: 1em;
    height: 1em;
    background: #00bedc;
    display: inline-block;
    margin-right: .5em;
    vertical-align: -.06em;
}

.policy h4 {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin-top: 1em;
}

.policy h4:before {
    content: '・';
}

.policy h4+p {
    margin-left: 1em;
}

.policy ul {
    margin-top: 1em;
}

.policy li {
    margin-left: 1.5em;
}

.policy li:before {
    content: '・';
    position: absolute;
    margin-left: -1.5em;
}

.policy ._cnt {
    margin: 2em 0 1.5em;
}


/** company **/
.company {
    box-shadow: 0 0 3px #999;
}

.company table {
    width: 100%;
}

.company tr>* {
    padding: 2em;
    vertical-align: middle;
}

.company th {
    color: #999999;
    font-weight: bold;
}

.company tr:nth-child(odd)>* {
    background: #f2f2f2;
}

/** help **/
.help {
    background: #e6e6e6;
    padding: 25px 15px;
}

.help ._search {
    margin-left: 380px;
    margin-bottom: 20px;
}

.help ._search input[type="text"] {
    border-radius: 35px;
    width: 297px;
    height: 35px;
    border: solid 1px #999;
    background: #fff url(../img/icon_search.png) no-repeat 10px;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 15px;
    vertical-align: .7em;
}

.help ._left {
    float: left;
}

.help ._right {
    float: right;
    width: 670px;
}

.help ._box {
    background: #fff;
    margin-bottom: 28px;
}

.help ._cate {
    padding-bottom: 20px;
}

.help ._cate li a {
    display: block;
    color: #4d4d4d;
    padding: 10px 15px 8px;
    background: url(../img/icon_arrow.png) no-repeat right center;
    border-bottom: solid 2px #b0ebf4;
}

.help ._cate li._sub a {
    padding-left: 2em;
}

.help ._cate p {
    text-align: center;
    margin: 50px 15px 0;
    background: #f2f2f2;
    padding: 10px 0 6px;
}

.help ._news ul {
    padding: 15px 50px;
}

.help ._news li {
    padding: 10px 0 8px;
}

.help ._news li a {
    color: #4d4d4d;
    text-decoration: underline;
    position: relative;
    padding-left: 4em;
}

.help ._news li span {
    position: absolute;
    left: 0;
    text-decoration: underline;
}

.help ._faq ul {}

.help ._faq li {}

.help ._faq li a {
    color: #4d4d4d;
    display: block;
    padding: 12px 10px 10px 70px;
    border-bottom: solid 2px #cfeebf;
    background: url(../img/icon_faq.png) no-repeat 38px center;
}

.help ._guide {
    padding: 30px 0 2px;
    text-align: center;
}

.help ._guide li {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 20px;
}

.pagetop {
    text-align: right;
    margin: 50px 15px 20px;
}

.help_lst {
    background: #fff;
    padding: 0 26px 55px;
}

.help_lst p {
    margin-bottom: 1.5em;
}

.help_ttl {
    font-size: 18px;
    font-weight: bold;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom: 20px;
}

._g .help_ttl,
._c .help_ttl {
    border-left: solid 10px #01bedc;
    color: #01bedc;
}

._f .help_ttl {
    color: #64c832;
    border-left: solid 10px #64c832;
}

.help_lst>ul>li {
    padding: 27px 30px 15px;
    border-bottom: solid 1px #01bedc;
}

.help_lst>ul>li ul {
    margin-bottom: 1.5em;
    margin-left: 3em;
}

.help_lst>ul>li li {
    position: relative;
}

.help_lst>ul>li li:before {
    position: absolute;
    content: '・';
    left: -1.5em;
}

.help_lst em {
    color: #fa0078;
}

.help_lst h5,
.help_lst h6 {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
    margin-bottom: 1em;
}

.help_lst h6 {
    padding-left: .8em;
    border-left: solid 5px #00bedc;
}

.help_lst._f li {
    border-bottom: none;
}

.help_lst li a {
    color: #01bedc;
}

.help_subttl {
    color: #01bedc;
    font-weight: bold;
    margin-bottom: 1.5em;
    font-size: 18px;
}

.help_subttl:before {
    content: '▼';
    margin-right: .5em;
}


/** price **/
.price_top {
    background: url(../img/price_main_bg.jpg) no-repeat center center;
    margin-bottom: 100px;
    position: relative;
}

.price_top img {
    display: block;
    margin: 0 auto;
}



@media all and (min-width: 1300px) {
    .price_top {
        background-size: cover;
    }
}

.price {
    width: 800px;
    margin: 0 auto 150px;
}

.price ._tbl1 {
    margin-bottom: 80px;
}

.price ._note {
    font-size: 16px;
    margin-left: 60px;
    margin-top: 40px;
}

/*--------------------------------------------------------------
 Utility
--------------------------------------------------------------*/
.u_inner {
    width: 960px;
    /* 基本の横幅を記述 */
    margin: 0 auto;
}

.u_linner {
    width: 780px;
    /* 下層 inner */
    margin: 0 auto 110px;
}

.u_clearfix:after,
.u_clearfix>li:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

* html .u_clearfix,
* html .u_clearfix>li {
    zoom: 1;
}

*+html .u_clearfix,
*+html .u_clearfix li {
    zoom: 1;
}

/*--------------------------------------------------------------
 Context
--------------------------------------------------------------*/
@media all and (max-width: 640px) {}


/*--------------------------------------------------------------
ボタン
--------------------------------------------------------------*/
.bx__app_store__wrapper {
    bottom: 40px;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    width: 960px;
}

.bx__app_store {
    background: #3b5998;
    border-radius: 40px;
    color: #fff;
    float: right;
    height: 80px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    width: 490px;
}

.bx__app_store .bx__app_store__01 {
    float: left;
    width: 170px;
}

.bx__app_store .bx__app_store__01 p {
    padding-top: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx__app_store .bx__app_store__02 {
    overflow: hidden;
    float: left;
    padding-top: 20px;
    width: 260px;
}

.bx__app_store .bx__app_store__02 li.apple {
    background: #fff;
    border-radius: 8px;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 120px;
}

.bx__app_store .bx__app_store__02 li.google {
    background: #fff;
    border-radius: 7px;
    float: left;
    height: 40px;
    width: 135px;
}

.home_banner02 .bx__app_store__wrapper {
    bottom: 25px;
}

.home_banner02 .bx__app_store {
    float: none;
    margin-left: 40px;
}