html, body {
    height: 100%;
    width: 100%;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-family: Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Oswald', sans-serif;
    line-height: 1;
}
@media only screen and (orientation:landscape) {
    html {
        font-size: 10px;
    }
}
@media only screen and (min-device-width: 768px) {
    html {
        font-size: 14px;
    }
}
body, input, p, table, td, th, ul, ol {
    padding:0;
    margin:0;
}
body {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
}
body, input, textarea, select, button{
    font-size: 1.2rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    -webkit-appearance: none;
    appearance: none;
}
input[type=text], input[type=number], input[type=tel], input[type=email], input[type=date] {
    -webkit-user-select: auto;
}
li {
    list-style-type: none;
}
img {
    vertical-align: middle;
}
button{
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
}
.link{
    color: #2f86e8;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.#F8B62D {
    color: #F8B62D;
}

#container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mc_layout {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mc_content_title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

/* ヘッダ */

#mc_header {
    background-color: rgba(0,0,0,0.6);
    height: 70px;
    position: relative;
    z-index: 999;
    padding: 10px 0;
}

#mc_title {
    height: 100%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#mc_title_logo {
    display: inline-block;
    background-image: url("../images/mc_header_logo.png");
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 40px;
    text-indent: -9999px;
}

@media only screen and (max-device-width: 460px) {
    #mc_title_logo {
        width: 140px;
        height: 50px;
        margin-left: 0.4rem;
    }
}

#mc_header_nav {
    display: inline-block;
    margin-left: 20px;
    color: white;
    height: 100%;
    padding: 16px 0;
    position: absolute;
    right: 0;
}

@media only screen and (max-device-width: 460px) {
    #mc_header_nav {
        margin-left: auto;
        margin-right: 0;
    }
}

#mc_header_nav ul {
    height: 100%;
}

#mc_header_nav ul li {
    height: 100%;
    float: left;
    display: inline-block;
    margin: 0 10px;
    vertical-align: baseline;
}

@media only screen and (max-device-width: 414px) {
    #mc_header_nav ul li {
        margin: 0 0.2rem 0 0;
    }
}

#mc_header_nav a {
    border: 1px solid white;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
}

#mc_header_nav a.mc_header_nav_login.hover,
#mc_header_nav a.mc_header_nav_login:hover {
    background-color: white;
    color: black;
}

@media only screen and (max-device-width: 460px) {
    #mc_header_nav a.mc_header_nav_login {
        display: none;
    }
}

#mc_header_nav a.mc_header_nav_regist {
    color: #F8B62D;
    border-color: #F8B62D;
    padding: 10px 20px;
}

@media screen and (max-device-width: 640px) {
    #mc_header_nav a.mc_header_nav_regist {
    padding: 10px 10px;
    }
}

#mc_header_nav a.mc_header_nav_regist.hover,
#mc_header_nav a.mc_header_nav_regist:hover {
    background-color: #F8B62D;
    color: white;
}

#mc_body {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
#mc_body > div {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

/* INTRODUCTION */

#mc_intro {
    position: relative;
    color: white;
    top: 0;
    left: 0;
}

#mc_intro_bg {
    background-image: url("../images/mc_intro_bg.png");
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 150px 10px 250px;
    position: relative;
}

@media only screen and (max-device-width: 768px) {
    #mc_intro_bg {
        padding: 150px 10px 150px;
    }
}

.mc_intro_info {
    /*width: 600px;*/
    position: absolute;
    top: 2rem;
}

.mc_intro_frase {
    text-align: center;
    margin-top: 4rem;
    line-height: 1.8;
    text-shadow: 0 0 20px #bbb;
    color:#555;
}

.mc_intro_frase_large {
    font-size: 40px;
    font-weight: bold;
}

@media only screen and (max-device-width: 768px) {
    .mc_intro_frase_large {
        font-size: 2.8rem;
    }
}

@media only screen and (max-device-width: 414px) {
    .mc_intro_frase_large {
        font-size: 2rem;
    }
}

.mc_intro_regist {
    display: block;
    max-width: 500px;
    border: 1px solid #F8B62D;
    color: #F8B62D;
    text-decoration: none;
    text-align: center;
    margin: 6rem auto 0;
    font-size: 2rem;
    padding: 1rem;
    -webkit-border-radius: 0.4rem;
            border-radius: 0.4rem;
}

.mc_intro_regist.hover,
.mc_intro_regist:hover {
    background-color: #F8B62D;
    color: white;
}


/* ABOUT */

#mc_about {
    background-image: url("../images/mc_about_bg.png");
    -webkit-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: repeat;
    width: 100%;
    padding: 2rem 0;
}

@media screen and (max-device-width: 768px) {
    #mc_about {
	    background-image: url("../images/mc_about_bg_mobile.png");
    }
}

.mc_about_content {
    padding: 2rem;
    background-color: rgba(255,255,255,0.8);
}
.mc_about_content_sitelogo {
    background-image: url("../images/sitelogo.png");
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20rem;
    height: 8rem;
    margin: 0 auto;
}
@media only screen and (max-device-width: 768px) {
    .mc_about_content_sitelogo {
        width: 20rem;
        height: 7rem;
        margin: 0 auto;
    }
}
.mc_about_content_title {
    color: #1c2b58;
}
.mc_about_content_body {
    padding: 0 4rem;
    /*text-align: center;*/
    line-height: 1.8;
    color: black;
    font-weight: bold;
}

/* 理由 */
#mc_reasons {
    position: relative;
    line-height: 1.4;
    /*color: white;*/
}

.mc_reasons_title {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 2.4rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
}

.mc_reasons_list > div {
    display: table;
    margin: 0 auto;
    width: 100%;
}


@media only screen and (max-device-width: 414px) {
    .mc_reasons_list > div {
        display: block;
    }
}

.mc_reasons_list > div:first-child .mc_reason {
    padding-top: 120px;
}

@media only screen and (max-device-width: 414px) {
    .mc_reasons_list > div:first-child .mc_reason {
        padding-top: 0;
    }

   .mc_reasons_list > div:first-child .mc_reason:first-child {
        padding-top: 80px;
    }
}

.mc_reason {
    display: table-cell;
    width: 50%;
}

@media only screen and (max-device-width: 414px) {
    .mc_reason {
        display: block;
        width: 100%;
    }
}

.mc_reason .mc_reason_content {
    padding: 30px 20px;
    max-width: 500px;
}

@media only screen and (max-device-width: 414px) {
    .mc_reason .mc_reason_content {
        max-width: auto;
    }
}

.mc_reason:nth-child(1) .mc_reason_content {
    margin-left: auto;
}

.mc_reason:nth-child(2) .mc_reason_content {
    margin-right: auto;
}

.mc_reasons_list > div:nth-child(1) .mc_reason:nth-child(1),
.mc_reasons_list > div:nth-child(2) .mc_reason:nth-child(2),
.mc_reasons_list > div:nth-child(3) .mc_reason:nth-child(1),
.mc_reasons_list > div:nth-child(4) .mc_reason:nth-child(2) {
    background-color: #F8B62D;
}

.mc_reasons_list > div:nth-child(1) .mc_reason:nth-child(2),
.mc_reasons_list > div:nth-child(2) .mc_reason:nth-child(1),
.mc_reasons_list > div:nth-child(3) .mc_reason:nth-child(2),
.mc_reasons_list > div:nth-child(4) .mc_reason:nth-child(1) {
    background-color: #ff9933;
}

@media only screen and (max-device-width: 414px) {
    .mc_reasons_list > div:nth-child(1) .mc_reason:nth-child(1),
    .mc_reasons_list > div:nth-child(2) .mc_reason:nth-child(1),
    .mc_reasons_list > div:nth-child(3) .mc_reason:nth-child(1),
    .mc_reasons_list > div:nth-child(4) .mc_reason:nth-child(1) {
        background-color: #F8B62D;
    }

    .mc_reasons_list > div:nth-child(1) .mc_reason:nth-child(2),
    .mc_reasons_list > div:nth-child(2) .mc_reason:nth-child(2),
    .mc_reasons_list > div:nth-child(3) .mc_reason:nth-child(2),
    .mc_reasons_list > div:nth-child(4) .mc_reason:nth-child(2) {
        background-color: #ff9933;
    }
}

.reasons_img {
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    padding-top: 120px;
    margin: auto;
}

.mc_reasons_list div:nth-child(1) .mc_reason:nth-child(1) .reasons_img {
    background-image: url("../images/reasons1.png");
}

.mc_reasons_list div:nth-child(1) .mc_reason:nth-child(2) .reasons_img {
    background-image: url("../images/reasons2.png");
}

.mc_reasons_list div:nth-child(2) .mc_reason:nth-child(1) .reasons_img {
    background-image: url("../images/reasons3.png");
}

.mc_reasons_list div:nth-child(2) .mc_reason:nth-child(2) .reasons_img {
    background-image: url("../images/reasons4.png");
}

.mc_reasons_list div:nth-child(3) .mc_reason:nth-child(1) .reasons_img {
    background-image: url("../images/reasons5.png");
}

.mc_reasons_list div:nth-child(3) .mc_reason:nth-child(2) .reasons_img,
.mc_reasons_list div:nth-child(4) .reasons_img {
    background-image: url("../images/reasons6.png");
}

.mc_reason_title {
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    font-size: 1.4rem;
}

/* ご利用までの流れ */
#use-flow {
    position: relative;
    clear: left;
}

.use-flow_title {
    padding: 1rem 0;
    color: white;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

#use-flow_bg {
    background-image: url("../images/mc_use-flow_bg.png");
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 2rem 0;
}

.use-flow_item_bg {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin: 10px 0;
}

.use-flow_item {
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    padding: 2rem 2rem;
}

.use-flow_item_num {
    color: #F8B62D;
    font-size: 2rem;
    float: left;
    line-height: 1.5;
    height: 100%;
}

.use-flow_item_title {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 2rem;
    line-height: 1.2;
    height: 100%;
}

.use-flow_item_body {
    line-height: 1.4;
    height: 100%;
    margin-left: 15rem;
}

/* こんな人におすすめ */
#mc_recommend {
    padding: 1rem 0;
    background-color: #f5f5f5;
    line-height: 1.4;
}

.mc_recommend_title {
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.mc_recommend_item_bg:nth-child(odd) {
    background-color: #F8B62D;
}

.mc_recommend_item {
    text-align: center;
    padding: 1rem 2rem;
}


/* ご利用例 */

#mc_use-example {
    background-image: linear-gradient(
    45deg,
    #fff 25%,
    #f5f5f5 25%, #f5f5f5 50%,
    #fff 50%, #fff 75%,
    #f5f5f5 75%, #f5f5f5
      );
    background-size: 8px 8px;
    padding: 1rem 0;
    line-height: 1.4;
}

.mc_use-example_title {
    padding: 1rem 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.mc_use-example_item {
    background-color: white;
    padding: 2rem 0;
    margin: 2rem auto;
}

.mc_use-example_item_title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding: 0 1rem;
}

.mc_use-example_item_img img {
    text-align: center;
    margin-top: 1rem;
    width: 100%;
    height: auto;
}


/* アプリについて */
#about-app {
    background-image: url("../images/about-app.jpg");
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 2rem 0 1rem;
}

@media only screen and (max-device-width: 768px) {
    #about-app {
        padding: 0 0 1rem;
    }
}

.about-app_device {
    background-image: url("../images/about-app_device.png?v2");
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 700px;
    height: 600px;
    margin: 0 auto;
    margin-bottom: -200px;
    z-index: 2;
    position: relative;
}

@media only screen and (max-device-width: 768px) {
    .about-app_device {
        margin-bottom: -100px;
        width: 300px;
        height: 400px;
    }
}

@media only screen and (max-device-width: 414px) {
    .about-app_device {
        margin-bottom: -100px;
        width: 250px;
        height: 300px;
    }
}

.app-donwload-link {
    background-color: rgba(255,255,255,0.7);
    padding: 12rem 0 2rem;
}

@media only screen and (max-device-width: 768px) {
    .app-donwload-link {
        background-color: rgba(255,255,255,0.7);
        padding: 6rem 0 2rem;
    }
}

@media only screen and (max-device-width: 414px) {
    .app-donwload-link {
        background-color: rgba(255,255,255,0.7);
        padding: 5rem 0 1rem;
    }
}

.icon-logo {
    background-image: url("../images/icon-logo.png");
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

@media only screen and (max-device-width: 414px) {
    .icon-logo {
        width: 200px;
        height: 70px;
    }
}

.download-link {
    font-size: 0;
    width: 440px;
    margin: 0 auto;
}

@media only screen and (max-device-width: 414px) {
    .download-link {
        width: 240px;
    }
}

.download-link > a  {
    display: inline-block;
    margin: 0 10px;
}

.download-link a {
    width: 200px;
    height: 100px;
    display: inline-block;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

@media only screen and (max-device-width: 414px) {
    .download-link a {
        width: 100px;
        height: 50px;
    }
}

.andro {
    background-image: url("../images/button_and.png");
}

.ios {
    background-image: url("../images/button_ios.png");
}

/* フッタ */
#mc_footer {
    color: white;
    -webkit-filter: drop-shadow(0 0 4px #000);
    filter: drop-shadow(0 0 4px #000);
}

.mc_footer_links ul {
    margin: 2rem 0 1rem;
    text-align: center;
}

.mc_footer_links ul li {
    margin: 4px;
    display: inline-block;
}

.mc_footer_links ul li a {
    color: white;
    text-decoration: none;
}

.mc_footer_links ul li a:hover{
    color: white;
    text-decoration: underline;
}

.mc_footer_contact {
    margin: 1rem 0 2rem;
}

.mc_footer_contact table {
    margin: 0 auto 1rem;
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

.mc_footer_contact p {
    text-align: center;
    font-size: 80%;
    line-height: 150%;
}

.copyright {
    text-align: center;
}