/* 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, 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-main, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: middle; /* MIZAR-2664 */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, .header-main, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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


/* Break Point
SP 667 | 668 TAB 991 | 992 PC

*/


/* Common */
/* ====================================== */
body {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
    font-size: 14px;
}

a {
    color: #5ea2ed;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
}

a:focus,
a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.a:visited {
    text-decoration: none;
}

.clearfix::after {
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.center {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}



/* Basic animations */
/* ====================================== */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* Form */
/* ====================================== */
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"] {
    max-width: 480px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #bebebe;
    font-size: 1em;
    text-indent: 6px;
    border-radius: 4px;
    margin: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    background: #edf4ff;
    border: 1px solid #4881d9;
}

textarea {
    width: 100%;
    max-width: 480px;
    height: 108px;
    background: #ffffff;
    border: 1px solid #bebebe;
    font-size: 1em;
    margin: 3px 0 3px 0;
}
textarea:focus {
    background: #ffffff;
    border: 1px solid #4881d9;
}

select {
    border: 1px solid #bebebe;
    height: 36px;
    font-size: 1em;
    margin: 3px 0 3px 0;
}
select:focus {
    border: 1px solid #4881d9;
}

label {
    display: block;
    font-weight: bold;
/*    margin:12px 0 0 0; *//* MIZAR-2816 */
}

/* Button   */
/* ====================================== */
.button {
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 11px 12px;
    text-decoration: none;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;

}

.button-semicircle {
    border-radius: 17px;
    padding: 9px 12px;
    font-weight: 600;
    margin-left: 10px;
}

.button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.button-a, a.button-a {
    display: inline-block;
    background-color: #ffffff;
    color: #5ea2ed;
    border-color:#5ea2ed;
}

.button-b, a.button-b {
    background-color: #b7cfe9;
    color: #ffffff;
    border-color:#5ea2ed;
}

.button-c, a.button-c {
    background-color: #5ea2ed;
    color: #ffffff;
    border-color: #ffffff;
}

.button-d, a.button-d {
    background-color: #5ea2ed;
    color: #ffffff;
    border-color: #5ea2ed;
}

.button.disabled {
    background-color: #999;
    border-color: #000;
    opacity: 0.5;
}

.button.disabled:hover {
    background-color: #999;
    border-color: #000;
    cursor: default;
    opacity: 0.5;
}


@media only screen and (max-width: 1057px) {
    .button-semicircle {
        border-radius: 15px;
        padding: 7.5px 12px;
    }
}


/* Label   */
/* ====================================== */

.label {
    display: inline-block;
    font-size: 14px;
    height: 36px;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    text-decoration: none;
    border:  0;
}



.label-a {
    background-color: #ffffff;
    color: #5ea2ed;
    border: 1px solid #b7cfe9
}

.label-b {
    background-color: #b7cfe9;
    color: #ffffff;
}

.label-c {
    background-color: #5ea2ed;
    color: #ffffff;
}

.label-d {
    background-color: #e70012;
    color: #ffffff;
}

/* Table */
/* ====================================== */
.fc-table {

}

.fc-table td {
    padding: 6px;
}


.fc-table-a {


}

/* ====================================== */
/* header */
/* ====================================== */
#header-base{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    height: 93px;
}

/* Header Main */
/* ====================================== */
.header-main {
    width: 100%;
    max-width: 1200px;
    display: table;
    padding: 12px;
    margin: 0 auto;
}

.header-main .fc_logo {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    width: 192px;
}

.header-main .fc_logo img {
    width: 192px;
}

.header-main h1 {
    width: 12px;
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0;
}

.header-main.top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    transition: top 0.65s ease;
    -webkit-transition: top 0.65s ease;
    -moz-transition: top 0.65s ease;
}

/* PC */
@media only screen and (min-width: 992px) {


}

/* SP */
@media only screen and (max-width: 991px) {
    #header-base{
        height:58px;
    }

    .header-main {
        padding: 0 0 0 12px;
        position: relative;
    }

    .header-main {
        width: 100%;
        height: 58px;
    }

    .header-main .fc_logo {
        width: 126px;
        vertical-align: middle;
    }

    .header-main .fc_logo img {
        width: 126px;
    }

    .header-main h1 {
        width: auto;
        vertical-align: middle;
        padding: 0 6px;
        font-size: 10px;
    }

}



/* Menu */
/* ====================================== */
.header-main nav {
    display: table-cell;
    text-align: left;
    vertical-align: bottom;
}

    .header-main nav ul li {
        float: left;
    }

    .header-main nav ul li a {
        text-decoration: none;
        font-weight: bold;
    }


/* Toggle Button */
.header-main #button-sp-menu {
    display: none;
    cursor: pointer;
    background-color: #5ea2ed;
    width: 60px;
    padding: 12px;
}
.header-main #button-sp-menu div {
    position: relative;
}
.header-main #button-sp-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 1px;
}
.header-main #button-sp-menu span:nth-child(1) {
    top: 0;
}
.header-main #button-sp-menu span:nth-child(2) {
    top: 7px;
}
.header-main #button-sp-menu span:nth-child(3) {
    top: 14px;
}
.header-main #button-sp-menu p {
    position: absolute;
    top: 24px;
    left: 2px;
    font-size: 9px;
    color: #ffffff;
}

/* #button-sp-menu 切り替えアニメーション */
.header-main.open #button-sp-menu span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
}
.header-main.open #button-sp-menu span:nth-child(2) {
    width: 0;
    left: 50%;
}
.header-main.open #button-sp-menu span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

/* FC MEMBER'S dropdown menuにカーソルがきたときの色 */
.header-main li.pc_fcmember_menu ul li a:hover{
    color: #fff;
    background: #5ea2ed;
}

/* PC */
@media only screen and (min-width: 992px) {

    /* FC MEMBER'S dropdown menuにカーソルがきたときの下線 */
    .header-main nav ul li.pc_fcmember_menu ul li a:before,
    .header-main nav ul li.pc_fcmember_menu ul li a:after{
      background: rgba(0, 0, 0, 0);
    }

    /* FC MEMBER'S dropdown menu内アイテムの幅 */
    .header-main nav ul li.pc_fcmember_menu ul li {
        padding-right: inherit;
        width:100%;
    }


    .header-main nav ul {

    }

    .header-main nav ul li {
        padding-right: 24px;
    }

    .header-main nav ul li a {
        color: #000000;
        text-decoration: none;
        width: 100%;
        padding-bottom: 5px;
        font-weight: bold;
        position: relative;

    }
    .header-main nav ul li a:before,
    .header-main nav ul li a:after{
      position: absolute;
      top: 1.4em;
      content: "";
      display: inline-block;
      width: 0;
      height: 3px;
      background: rgba(0, 0, 0, 0.5);
      transition: 0.1s;
    }
    .header-main nav ul li a:before{
      left: 50%;
    }
    .header-main nav ul li a:after{
      right: 50%;
    }
    .header-main nav ul li a:hover:before,
    .header-main nav ul li a:hover:after{
      width: 50%;
    }

    .header-main nav ul li.current a {
        border-bottom: solid 3px #fff;
    }

}

/* SP */
@media only screen and (max-width: 991px) {

    /* 991px以下の時はfc_memberメニュー非表示 */
    .header-main nav ul li.pc_fcmember_menu {
        display: none;
    }

    .header-main nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        /* top: -500px; */
        top: -500px;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        padding: 0;
        height: 267px;
        z-index: 1000;
    }
    .header-main nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        width: 100%;
        border-top: solid 1px rgba(255, 255, 255, 0.5);
    }
    .header-main nav ul li {
        display: block;
        margin: 0;
        width: 50%;
        height: 48px;
        background-color: #b7cfe9;
        opacity: 0.95;
    }

    .header-main nav ul li.member-menu {
        background-color: #ccddef;
    }

    .header-main nav ul li:nth-child(odd) {
        border-bottom: solid 1px rgba(255, 255, 255, 0.95);
    }
    .header-main nav ul li:nth-child(even) {
        border-bottom: solid 1px rgba(255, 255, 255, 0.95);
        border-left: solid 1px rgba(255, 255, 255, 0.95);
    }

    .header-main nav ul li.member-menu:nth-child(odd) {
        border-bottom: solid 1px rgba(46, 59, 78, 0.95);
    }
    .header-main nav ul li.member-menu:nth-child(even) {
        border-bottom: solid 1px rgba(46, 59, 78, 0.95);
        border-right: solid 1px rgba(46, 59, 78, 0.95);
    }


    .header-main nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    .header-main nav ul li.member-menu a {
        color: #2e3b4e;
    }


    /* nav スライドアニメーション */
    .header-main.open nav {
        transform: translateY(558px);
    }

    .header-main #button-sp-menu {
        display: table-cell;
        float: right;
        height: 58px;
    }

    .navbar-camera {
        margin-top: 23px;
        position: absolute;
        right: 60px;
    }

    .navbar-camera img {
        width: 52px;
        height: 32px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

}

/* ====================================== */
/* main */
/* ====================================== */
#main-base {
    padding-top: 93px;
}

/* SP */
@media only screen and (max-width: 991px) {
    #main-base {
        padding-top: 58px;
    }
}

/* ====================================== */
/* Footer */
/* ====================================== */
#footer-base {
    width: 100%;
    background-color:#5ea2ed;
}

#footer-base .Footer_In {
    width: 720px;
    margin: 0 auto;
    padding: 0 0 24px 0;
}

#footer-base h3 {
    width: 100%;
    font-weight: bold;
    background-color:#5ea2ed;
    text-align: center;
    color: #ffffff;
    padding: 24px 0 24px 0;
}

#footer-base ul {
    width: 100%;
}

#footer-base ul li {
    display: table;
    height: 60px;
    float: left;
    width: calc(100% / 3);
    text-align: center;
    padding: 6px;
}

#footer-base ul li a {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
}

#footer-base .Footer-site-info {
    display: none;
}

#footer-base .Footer-site-info.open {
    padding-bottom: 24px;
    display: block;
}

#button-site-info {
    height:30px;
    width:100%;
    text-align: center;
}


#button-site-info .icon-go-up {
    background-image: url('../../images/mobile_nananaoto/top/icon/icon-go-up.svg');
    transform: rotateX(180deg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height:30px;
    width:30px;
    display: inline-block;
}

#button-site-info .icon-go-up.open {
    background-image: url('../../images/mobile_nananaoto/top/icon/icon-go-up.svg');
    transform: rotateX(0deg);
}


@media only screen and (max-width: 991px) {
    #footer-base .Footer_In {
        width: 100%;
        padding: 0 0 24px 0;
    }

    #footer-base ul {
        border-style: solid;
        border-color: #ffffff;
        border-width: 1px 0 0 0;
    }

    #footer-base ul li {
        width: calc(100% / 2);
        border-style: solid;
        border-color: #ffffff;
        border-width: 0 1px 1px 0;
    }

    #footer-base ul li:nth-of-type(2n) {
        border-right: 0;
    }


}



/* ====================================== */
/* ページタイトル */
/* ====================================== */
.PageTitle {
    background-color: rgb(234, 245, 255);
    width: 100%;
}

.PageTitle_In {
    color: #000000;
    display: table;
    width: 100%;
    padding: 36px 0 0 0;
    max-width: 1024px;
    margin: 0 auto;
}

.PageTitle h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    display: table-cell;
    white-space: nowrap;
}

.PageTitle .PageTitle_Description {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    padding-left: 24px;
    font-size: 16px;
}


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

    .PageTitle_In {
        padding: 12px 12px 0 12px;
    }

    .PageTitle h2 {
        font-size: 24px;
    }

    .PageTitle .PageTitle_Description {
        font-size: 12px;
    }

}

@media only screen and (max-width: 667px) {
}


/* 旧コンテンツ用の線 */
/* ====================================== */
.OldContentDivider {
    border: 12px solid #b7cfe9;
    margin: 0;
}


/* ====================================== */
/* メインコンテンツ */
/* ====================================== */
.MainContent {
    width: 95%;
    max-width: 1024px;
    margin: 12px auto 36px auto;
}

.MainContent h3.ContentH3 {
    width: 100%;
    background-color: #b7cfe9;
    color: #ffffff;
    padding: 12px;
    margin: 24px 0 12px 0;
    font-size: 18px;
    font-weight: bold;
}

.MainContent h4.ContentH4 {
    color: #5ea2ed;
    padding: 6px 0;
    font-weight: bold;
}


.MainContent p {
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.MainContent .ContentButtons {
    width: 100%;
    text-align: center;
    padding: 24px 0;
}




/* ====================================== */
/* PointHeader */
/* ====================================== */

.PointHeader {
    width: 100%;
    text-align: right;
    margin-bottom: 6px;
}

.PointHeader .PointStatus {
    color: #5ea2ed;
    font-size: 18px;
    padding: 6px 0;
}

.PointHeader a {
    margin-left: 12px;
    padding: 3px 0;
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 667px) {
    .PointHeader .PointStatus, .PointHeader a {
        display: block;
    }
}


/* ====================================== */
/* 背景色指定 */
/* ====================================== */
.Background-white {
    background-color: #ffffff;
}


/* Header Login (PC) */
/* ====================================== */
.header-login {
    width: auto;
    margin: 0 auto;
    padding: 0 0;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}

.header-login-inner {
    width: auto;
    margin: 0 0;
}

.header-login-inner .button {
    width: 120px;
    margin: 2px 2px;
    font-size: 13px;
}

.header-login .button.button-d {
    color: #ffffff;
}

.header-login .button.button-a {
    color: #5ea2ed;
}

@media only screen and (max-width: 1057px) {
    .header-login-inner {
        width: 120px;
    }
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: -10%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	right: 10%;
	width: 80% !important;
	height: 80% !important;
}

@media only screen and (max-width: 599px) {
    .youtube {
	margin-bottom: 0;
	}
	.youtube iframe{
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* payment select free term comment */
.free_term_comment{
    color: #ff0505;
    font-size: 14px;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 16px;
    margin: 4px 0px;
    padding:4px 0px;
}

/*! 埋め込み動画をレスポンシブ対応させる */
.videos {
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: -50px;
}

.videos .video_player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto;
    width: 80%;
    height: 80%;
}

.videos .video_player iframe {
    width: 100%;
    height: 100%;
}


/* SP */
@media only screen and (max-width: 991px) {
}

/* タブレット未満 */
@media only screen and (max-width: 480px) {
    .videos {
        margin-bottom: -20px;
    }
}

/* キャリア決済ボタンのshow/hide */
.disp_none {
    display: none;
}

.disp_show {
    display: block;
}

/* vimeo 埋め込み */
.vimeo {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.vimeo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
