@charset 'utf-8';

/************************************************
 共通設定
************************************************ */

body {
/* background: url("https://lynksimages.blob.core.windows.net/images/common/mein_menu_bg.gif") repeat-x 0 105px;
    background: url("https://lynksimages.blob.core.windows.net/images/common/mein_menu_bg.gif") repeat-x 0 -20px; */
    font: 13px/1.5 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;
/* background-color: #f5f5f5;
    font-size: 72.5%; */
    font-size: 1.2rem;
    line-height: 150%;
    letter-spacing: .1em;
    color: #666;
}

@media screen and (max-width: 768px) {
    body {
    font-size: 3.2vw;
}
}

input::placeholder {
    color: #ccc;
}
/* Chrome, Safari 5+, Opera 15+, iOS, Android */
input::-webkit-input-placeholder {
    color: #ccc !important;
}
/* Firefox 18- */
input:-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}
/* Firefox 19+ */
input::-moz-placeholder {
    color: #ccc !important;
    opacity: 1;
}
/* IE 10+ */
input:-ms-input-placeholder {
    color: #ccc !important;
}
/* IE Edge */
input::-ms-input-placeholder {
    color: #ccc !important;
}

/* 写真 */

img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}


/* 写真 */

img.picture img,
img.picture {
/* border: 1px solid #ccc; */
    border-radius: 2px;
}

img.picture:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}

img {
    max-width: 100%;
}


/* ==============================================
 フレーム
=============================================== */


/* 全体を包括 */

.frame_outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/* コンテンツ */

#container {
    width: 100%;
/* margin: 10px auto 0; */
    padding: 0 0;
/* background: #fff; */
    text-align: left;
}


/*
.LC_Page_Index {
    background: url("https://lynksimages.blob.core.windows.net/images/background/main_bg.jpg") no-repeat top center;
    background-size: contain, 100% auto;
}*/

@media screen and (max-width: 768px) {
/* コンテンツ */
#container {
/* padding-top: 25px; */
}
}


/* ==============================================
 カラム指定
=============================================== */


/* メイン部
----------------------------------------------- */

#main_column {
    padding: 0 0 0;
}


/* 1カラム時 */
#mypagecolumn,
#undercolumn,
#main_column.colnum1 {
    width: 100%;
    margin: 0 auto 0;
    padding-top: 50px;
}
.LC_Page_Index #main_column.colnum1 {
    padding-top: 0;
}


/* 他
----------------------------------------------- */


/* ヘッダーとフッターの上下 */

#topcolumn,
#bottomcolumn,
#footerbottomcolumn {
    clear: both;
    margin: 0;
/* background: #fff; */
    text-align: left;
}


/* 下層コンテンツ */

#mypagecolumn,
#undercolumn {
    width: 100%;
    margin: 0 0 30px 0;
}

@media screen and (min-width: 780px) {
    #mypagecolumn,
#undercolumn {
        width: 1054px;
    margin: 0 auto;
    padding-bottom: 80px;
}
}


/* ==============================================
 ユーティリティ
=============================================== */


/* フロート回り込み解除
----------------------------------------------- */

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

.clearfix {
    display: block;
/* for IE8 */
}

.clear {
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
}

.bordernone {
    border: none !important;
}

.pc {
    display: none;
}

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

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


/* リンク指定
----------------------------------------------- */

a:link,
a:visited {
    text-decoration: none;
    color: #00B4ED;
}

a:link:hover,
a[href]:hover {
    text-decoration: none;
    color: #7ECEF4;
}

.customer_button,
.back_button,
.next_button {
    position: relative;
    width: 408px;
    margin: 40px auto 0;
}

.drawer input,
.drawer .customer_button,
.drawer .back_button,
.drawer .next_button {
    margin-bottom: 20px;
}

.btn_area input[type='submit'],
.back_button input[type='submit'],
.back_button a {
    position: relative;
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 15px 0;
    background: white;
    border: solid 2px #6ECBFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #6ECBFF;
    line-height: inherit;
}

.next_button input[type='button'],
.next_button input[type='submit'],
.next_button a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    background: #FF8C98;
    border: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 22px;
    color: white;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
    color: white !important;
}

.next_button input[type='button']:disabled,
.next_button input[type='submit']:disabled {
        background: #aa5e65;
}

.btn_area .btn span {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
    font-size: 20px;
    color: white;
}

@media screen and (max-width: 768px) {
    .btn_area .btn {
        width: 249px;
        max-width: 100%;
    }
    .btn_area .btn input {
        padding: 10px 0;
        font-size: 16px;
        width: 229px;
    }
    .btn_area .btn a {
        width: 229px;
        padding: 10px 0;
        font-size: 15.4px;
    }
    input[type=checkbox] {
        width:			24px;
        height:			24px;
        -moz-transform:		scale(1.4);
        -webkit-transform:	scale(1.4);
        transform:		scale(1.4);
    }
    .login_memory label {
        margin-top: 10px;
    }
}

.customer_button a {
    font-size: 120%;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    max-width: 215px;
    padding: 8px 0;
    padding-left: 25px;
    color: #fff;
    border: none;
    -webkit-border-radius: 2px;
    background: #2ea7e0 url(https://lynksimages.blob.core.windows.net/images/icon/icon_parsonal.png) no-repeat left 10px center;
    background-color: #2ea7e0;
    background-size: 28px;
}

.customer_button a:hover {
    color: #fff;
    background-color: rgba(46, 167, 224, .8);
}

.forgot {
    margin-top: 20px;
}

.next_button input[type='submit']:hover,
.next_button a:hover,
.next_button input[type='submit']:focus,
.next_button a:focus {
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=0.6);
    -ms-filter: "alpha(opacity=0.6)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    zoom: 1;
    color: white;
}
.seach_button {
    padding-left: 25px;
    background: #ec6d74 url(https://lynksimages.blob.core.windows.net/images/icon/icon_search.png) no-repeat left 10px center;
    background-size: 28px;
}

.next_button input[type='submit'].recommenditempack_button {
    padding: 5px 0;
    padding-left: 25px;
    background: #F2A2B8 url(https://lynksimages.blob.core.windows.net/images/icon/icon_checkbox.png) no-repeat left 10px center;
    background-size: 20px;
    font-size: 100%;
    max-width: 80%;
}
.next_button input[type='submit'].recommenditempack_button:hover {
    background: #F9D2DC url(https://lynksimages.blob.core.windows.net/images/icon/icon_checkbox.png) no-repeat left 10px center;
    background-size: 20px;
}

.next_button input[type='submit'].login_button {
    padding-left: 25px;
    background: #ec6d74 url(https://lynksimages.blob.core.windows.net/images/icon/icon_open_rock.png) no-repeat left 10px center;
    background-size: 28px;
}

.icon_question {
    padding-left: 25px;
    background: #ec6d74 url(https://lynksimages.blob.core.windows.net/images/icon/icon_question.png) no-repeat left 10px center;
    background-size: 28px;
}

.member_name {
    float: left;
    clear: none;
    max-width: 36%;
    margin: 15px 2%;
    padding: 16px 0;
    padding-left: 45px;
    background: url(https://lynksimages.blob.core.windows.net/images/icon/icon_kuma.png) no-repeat left 10px center;
    background-size: 28px;
}

.icon_recicle {
    float: left;
    clear: none;
    max-width: 21%;
    margin: 15px 2%;
}

.icon_prof {
    float: left;
    clear: none;
    max-width: 31%;
    margin: 15px 2%;
}

@media screen and (max-width: 768px) {
.member_name {
    float: none;
    clear: both;
    max-width: 80%;
    margin: 8px 2%;
    text-align: left;
}
.icon_recicle {
    max-width: 36%;
}
.icon_prof {
    max-width: 56%;
}
.icon_recicle a,
.icon_prof a {
    font-size: 90%;
    max-width: 80%;
}
}

.icon_recicle a {
    padding-left: 25px;
    background: #ec6d74 url(https://lynksimages.blob.core.windows.net/images/icon/icon_recicle.png) no-repeat left 10px center;
    background-size: 28px;
}

.icon_prof a {
    padding-left: 25px;
    background: #ec6d74 url(https://lynksimages.blob.core.windows.net/images/icon/icon_prof.png) no-repeat left 10px center;
    background-size: 28px;
}


/* フォント
----------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    line-height: 150%;
}

h1 span,
h2 span {
    font-family: 'Sawarabi Mincho';
    padding: 0 10px;
    background: linear-gradient(transparent 60%, #FFF4CF 0%);
    /* border: #333 solid 1px; */
}

.sale_price {
    color: #f00;
}

.normal_price {
    font-size: 90%;
}

.point {
    font-weight: bold;
    color: #f00;
}

.user_name {
    font-size: 130%;
    font-weight: normal;
}

.recommend_level {
    color: #ecbd00;
}

.attention {
    /* color: #f00; */
    color: #FF7BAB;
}

.attentionSt {
    font-weight: bold;
    color: #f00;
}

.st {
    font-weight: bold;
}

.mini {
    font-size: 90%;
}


/* 行揃え
----------------------------------------------- */

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

.pricetd em {
    font-weight: bold;
}


/* フォーム
----------------------------------------------- */

select {
    border: solid 1px #fff;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background: #fff url('https://lynksimages.blob.core.windows.net/images/icon/icon_down.png') no-repeat right 10px center;
    background-size: 20px;
}
select::-ms-expand {
	display: none;
}
#mycontents_area select.p-region-id,
#undercolumn select.p-region-id {
    padding-right: 50px;
    height: 60px;
}

input[type='text'],
input[type='password'] {
    /*padding: 2px;*/
    border: solid 0px #fff;
}
.box40 {
    width: 40px;
}

.box60 {
    width: 60px;
}

.box100 {
    width: 100px;
}

.box120 {
    width: 120px;
    max-width: 25% !important;
}

.box140 {
    width: 140px;
}

.box145 {
    width: 145px;
}

.box150 {
    width: 150px;
}

.box240 {
    width: 240px;
}

.box300 {
    width: 300px;
}

.box320 {
    width: 320px;
}

.box350 {
    width: 350px;
}

.box380 {
    width: 100%;
}


/* フォームが縦に重なり合う場合に併用する余白 */

.top {
/* FIXME 簡素な単語は、単独で、込み入った指定に使用しない */
    margin-bottom: 5px;
}

textarea {
    font-size: 100%;
    line-height: 1.5;
    /*max-width: 80%;*/
    padding: 6px 0;
    border: 0px solid #fff;
    /*border-radius: 3px;*/
    box-shadow: none;
    width: 100%;
}
#header_login_area input.box_input,
#mycontents_area select,
#mycontents_area input[type='password'],
#mycontents_area input[type='text'],
#login_area input[type='password'],
#login_area input[type='text'],
#undercolumn input[type='password'],
#undercolumn input[type='text'],
#undercolumn select {
    line-height: 1.5;
    max-width: 100%;
    height: 32px;
    padding: 20px 3px;
    border-bottom: 1px solid #c4ccce;
    /*border-radius: 3px;*/
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 20px auto;
}
@media all and (-ms-high-contrast: none) {
    #header_login_area input.box_input,
    #mycontents_area select,
    #mycontents_area input[type='password'],
    #mycontents_area input[type='text'],
    #login_area input[type='password'],
    #login_area input[type='text'],
    #undercolumn input[type='password'],
    #undercolumn input[type='text'],
    #undercolumn select {
        height: 60px;
    }
}
#mycontents_area select,
#undercolumn select {
    padding: 0 12px 0px;
    text-align: center;
}
.password_form {
    text-align: center;
}

#undercolumn .pagenumber_area select {
    box-sizing: content-box;
    vertical-align: middle;
    text-indent: .01px;
    text-overflow: '';
    border: none;
    border-bottom: 1px #ccc solid;
    border-radius: 0;
    background: none transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
#mycontents_area select.p-region-id,
#undercolumn select.p-region-id {
    padding-right: 50px;
    background-size: 20px;
}

#mycontents_area select.children_num,
#undercolumn select.children_num,
#mycontents_area select.children_birth,
#undercolumn select.children_birth {
    padding: 0 60px 0px 12px;
}

@media screen and (max-width: 768px) {
#mycontents_area select,
#mycontents_area input[type='password'],
#mycontents_area input[type='text'],
#login_area input[type='password'],
#login_area input[type='text'],
#undercolumn input[type='password'],
#undercolumn input[type='text'] {
    font-size: 12pt;
}
    #mycontents_area select,
    #undercolumn select {
        text-align: left;
        padding: 0;
    }
}


/* タイトル
----------------------------------------------- */

h1.title,
h2.title {
    font-family: 'Noto Sans Japanese', serif;
    font-size: 3.6vw;
    font-weight: 300;
    clear: both;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    color: #595757;
}

#main_column .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
/*background: url("https://lynksimages.blob.core.windows.net/images/background/line_01.gif") repeat-x left bottom;*/
    /*font-size: 130%;
    margin: 15px 0 10px 0;
    padding: 5px 0 10px 15px;
    color: #666;
    border-bottom: 3px solid #83ccd2;*/
}

div#undercolumn_login .login_area h4 {
    padding-left: 15px;
    background: url('https://lynksimages.blob.core.windows.net/images/icon/ico_arrow_05.gif') no-repeat left;
}


/* ==============================================
 ヘッダー
=============================================== */


/* レイアウト
----------------------------------------------- */

#header_wrap {
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #7ECEF4;
    background: #fff;
}

#header {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#header_utility {
    float: left;
    width: 80%;
    padding: 0 0 0;
}


#errorHeader {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color: #f00;
    background-color: #feb;
}


/* ロゴ
----------------------------------------------- */

#logo_area {
    float: left;
    width: 16%;
    margin: 0 2%;
    padding-top: 5px;
    text-align: left;
}

#logo_area a {
    display: block;
}

#site_description {
    font-size: 100%;
    display: none;
    float: left;
/* width: 35%; */
    width: 0;
    margin-top: 13px;
    text-align: left;
}

#site_description span {
    background: linear-gradient(transparent 60%, #fffbc7 0%);
}


/* ヘッダーナビ
----------------------------------------------- */

#header_navi {
    width: 100%;
}

#header_navi ul li {
    float: left;
    width: 32.333%;
}

#header_navi ul li a {
    display: block;
    padding: 0;
}

#main_menu {
    height: 50px;
    border-left: 1px #fff solid;
    justify-content: space-between;
}

#main_menu li {
    float: left;
    border-right: 1px #fff solid;
}

#main_menu a {
    display: block;
    color: #fff;
}

#header_navi ul li.guide {
    border-left: #00a0e9 1px solid;
}

#header_navi ul li a {
    display: block;
    border-top: #00a0e9 1px solid;
    border-right: #00a0e9 1px solid;
    border-bottom: #00a0e9 1px solid;
}

#header_navi ul li.entry a {
    border-right: none;
    border-left: #00a0e9 1px solid;
}

.help_menu {
    float: left;
    max-width: 150px;
/* position: absolute;
    right: 65px; */
    margin-top: 15px;
    margin-right: 20px;
}

.help_menu a {
    display: block;
    padding: 5px 0;
    border-bottom: #83ccd2 1px dashed;
}

@media screen and (min-width: 780px) {
.help_menu {
    right: 85px;
}
}

.help_menu img {
    max-width: 26px;
}


/* ==============================================
 フッター
=============================================== */

#footer_wrap {
    width: 100%;
    margin: 0 auto;
    /*border-top: solid 1px #7ECEF4;*/
    background: #efefef;
}

#footer {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    text-align: center;
}

#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 46px;
    max-width: 80px;
    margin: 0 auto 10px;
    text-align: center;
    z-index: 50;
}

#copyright {
    font-size: 80%;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.footer_guide {
    padding: 20px 0;
    text-align: left;
    background: #efefef;
}
.footer_guide div {
    max-width: 1200px;
    margin: auto;
}
.footer_guide ul {
    width: 33%;
    float: left;
}
@media screen and (max-width : 780px) {
.footer_guide {
    text-align: center;
    }
.footer_guide ul {
    width: 100%;
    float: none;
}
}
.footer_guide ul:last-child {
    float: none;
    width: 100%;
    height: 0;
    padding: 0;
    margin: auto;
    clear: both;
}
.footer_guide li {
    margin: 15px 0;
}

.footer_guide li a {
    padding: 0 5px 6px;
    /*border-bottom: dotted 1px #7ECEF4;*/
    color: #333;
}


/* ==============================================
 パーツ
=============================================== */


/* ボタン
----------------------------------------------- */

.btn_area {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.btn_area li {
    display: inline-block;
    height: 60px;
    padding-right: 10px;
}

.btn_area li a {
    display: block;
}

.btn_area li input {
    display: block;
}


/* 完了メッセージ
----------------------------------------------- */

div#complete_area {
    margin-bottom: 20px;
    padding: 10px 3%;
}
#mycontents_area .message,
div#complete_area .message,
div#undercolumn_contact .message,
div#undercolumn_entry .message {
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #mycontents_area .message,
    div#complete_area .message,
    div#undercolumn_contact .message,
    div#undercolumn_entry .message {
        text-align: left;
    }
}

div#complete_area .center {
    font-size: 200%;
    text-align: center;
}

div#complete_area .big {
    font-size: 150%;
}

div#complete_area .information {
    font-size: 120%;
    line-height: 28px;
    text-align: left;
}

.img_message {
    font-size: 150%;
    margin: 15px 0 25px;
    padding: 10px;
    text-align: center;
}

.ship_pdf {
    font-size: 150%;
    margin: 0 0 25px;
    padding: 10px;
    text-align: center;
}

div#complete_area .shop_information {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}

div#complete_area .shop_information .name {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 10px;
}
#mycontents_area,
#undercolumn_contact,
#undercolumn_entry {
    padding: 0 5%;
}
#mycontents_area dt,
#undercolumn_contact dt,
#undercolumn_entry dt {
    font-size: 12pt;
    font-weight: bold;
    padding-top: 6px;
}
#mycontents_area dd,
#undercolumn_contact dd,
#undercolumn_entry dd {
    margin-left: 16px;
}
#mycontents_area dd label,
#undercolumn_contact dd label,
#undercolumn_entry dd label {
    padding: 20px 10px;
    display: block;
    width: 30%;
    float: left;
    font-size: 12pt;
}
@media screen and (max-width: 768px) {
    #mycontents_area dd label,
    #undercolumn_contact dd label,
    #undercolumn_entry dd label {
        width: 90%;
        float: none;
    }
}
#mycontents_area dd br,
#undercolumn_contact dd br,
#undercolumn_entry dd br {
    display: none;
}
#undercolumn_contact .mini.attention {
    margin-top: 20px;
}

dd.children_sex {
    height: 32px;
}


/* SSL
----------------------------------------------- */

#ssl {
    width: 180px;
    margin: 10px auto 10px;
    text-align: center;
}

#ssl p {
    font-size: 90%;
    margin-top: 10px;
    text-align: left;
    color: #999;
}

.bg_card {
    border-right: none;
    background: #fffde5;
}

.bg_card img {
    max-width: 80px;
}

.bg_card.alignC {
    border-right: 1px solid #ccc;
}

.border_right_none {
    border-right: none;
}

.border_none {
    border: none;
}

.indispensable {
    font-size: 80%;
    font-weight: normal;
    line-height: 25px;
    padding: 0 3px;
    color: #fff;
    background: #F19DB5;
    display: inline flow-root list-item;
    margin-right: 5px;
}

.optional {
    font-size: 80%;
    font-weight: normal;
    line-height: 25px;
    padding: 0 3px;
    color: #fff;
    background: #999;
}

.circle_banner {
    margin: 0 auto;
}

.circle_banner ul li {
    display: inline-block;
    margin: 10px 0.5%;
    text-align: center;
    max-width: 16.5%;
}
.circle_banner ul li:last-child {
    clear: both;
    float: none;
    padding: 0;
    margin: auto;
    max-width: 100%;
    height: 0;
}


/* ==============================================
 レスポンシブ スマホ 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */
@media screen and (max-width: 768px) {
    h1.title,
    h2.title {
    font-size: 4.0vw;
}
#header_utility {
    width: 75%;
    padding: 5px 0 0;
    float: right;
}
#cart_area .attention {
    display: none;
}
#site_description {
    font-size: 2.6vw;
    display: none;
    width: 76%;
}
#logo_area {
    display: none;;
}
#header_wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #7ECEF4;
    border: none;
}
.help_menu {
    display: none;
}
#sp_logo_area {
        width: 16%;
    display: block;
    padding: 5px 0;
    float: left;
}
    #sp_mypage_area {
    float: left;
        width: 15%;
        margin-left: 5%;
        text-align: left;
    }
    #sp_mypage_area a {
        padding: 15px 0;
        display: block;
    }
#pagetop {
    bottom: 10%;
}
.circle_banner ul li {
    display: block;
    margin: 10px 1%;
    text-align: center;
    max-width: 48%;
    float: left;
}
}

/* ==============================================
 レスポンシブ PC/タブレット 用 CSS
=============================================== */
/* 768px
----------------------------------------------- */

@media screen and (min-width: 780px) {
/* コンテンツ */
#container {
    margin: 0 auto;
    padding-top: 60px;
}
.LC_Page_Index #container {
    width: 100%;
}
/* ==============================================
 カラム指定
=============================================== */
/* 2カラム時 (共通) */
#main_column.colnum2 {
    width: 78%;
}
/* 2カラム時 (メイン部が左) */
#main_column.colnum2.left {
    float: left;
    padding-left: 1.5%;
}
/* 2カラム時 (メイン部が右) */
#main_column.colnum2.right {
    float: right;
    padding-right: 1.5%;
}
/* 3カラム時 */
#main_column.colnum3 {
    float: left;
    width: 59%;
    padding-left: .5%;
}
/* サイドカラム
----------------------------------------------- */
.side_column {
    padding: 10px 0 0;
}
#leftcolumn {
    float: left;
    width: 20%;
}
#rightcolumn {
    float: right;
    width: 20%;
}
/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.row {
    clear: both;
    margin-right: -16px;
    margin-left: -16px;
}
h1.title,
h2.title {
    font-size: 250%;
    margin: 60px 0 40px;
    text-align: center;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    position: fixed;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    background: #fff;
}
#header {
    position: relative;
    max-width: 1054px;
    margin: auto;
}
/* ロゴ
----------------------------------------------- */
#logo_area {
    max-width: 78px;
}
/* ヘッダーナビ
----------------------------------------------- */
#header_navi {
    float: left;
    width: 330px;
}
#header_navi ul li {
    font-size: 100%;
    display: block;
    float: left;
    width: 105px;
    background: #fff;
}
#header_navi ul li.guide {
    border-left: #00a0e9 1px solid;
}
#header_navi ul li a {
    display: block;
    color: #fff;
    border-right: #00a0e9 1px solid;
    border-bottom: #00a0e9 1px solid;
    background: url('https://lynksimages.blob.core.windows.net/images/background/bg_header_nav.png') repeat-x;
}
#header_navi ul li a:hover {
    color: #f9f9f9;
    background: url('https://lynksimages.blob.core.windows.net/images/background/bg_header_nav_on.png') repeat-x;
}
#header_navi ul li.entry a {
    border-right: none;
    border-left: #00a0e9 1px solid;
}
#header_navi ul li.entry.menu_login a {}
#main_menu {
    height: 50px;
    border-left: 1px #00a0e9 solid;
    justify-content: space-between;
}
#main_menu li {
    float: left;
    border-right: 1px #00a0e9 solid;
}
#main_menu a {
    display: block;
    color: #fff;
}
/* ==============================================
 フッター
=============================================== */
#footer_wrap {
    height: 80px;
    margin: 0 auto;
}
#footer {
    margin: auto;
    padding-top: 10px;
}
#pagetop {
    position: fixed;
    right: 10%;
    bottom: 10px;
}
.youtube {
    position: relative;
    width: 560px;
    margin: 0 auto;
    padding-top: 335px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 560px !important;
    max-height: 315px !important;
}
}