@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #FFFFFF;
    color: #333;
    font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
@font-face {
    font-family: "Noto Serif Japanese";
    font-style: normal;
    font-weight: 400;
    /*-Normal-*/
    src: url('../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff') format('woff'), url('../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2') format('woff2');
}
@font-face {
    font-family: "Noto Serif Japanese";
    font-style: normal;
    font-weight: 500;
    /*-Medium-*/
    src: url('../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff') format('woff'), url('../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2') format('woff2');
}
@font-face {
    font-family: "Noto Serif Japanese";
    font-style: normal;
    font-weight: 700;
    /*-Bold-*/
    src: url('../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff') format('woff'), url('../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2') format('woff2');
}
table {
    table-layout: fixed;
}
table td img {
    max-width: 100% !important;
    height: auto !important;
}
pre {
    margin: 0;
    padding: 0;
    white-space: pre-line;
}
b,
strong {
    font-weight: bold;
}
u {
    text-decoration: line-through;
    text-decoration: underline;
}
img {
    height: auto !important;
}
small {
    font-size: 80%;
}
hr {
    border: none;
    height: 0;
    border-bottom: 1px dashed #B3B3B3;
}
span {
    font-weight: inherit;
}
.youtube iframe {
    width: 100%;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */
/* sitemap */

.map {
    margin: 20px 20px 0;
}
.map li {
    border-bottom: 1px solid #333;
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 5px 0;
    text-align: left;
}
.map li a {
    color: #333;
    text-decoration: none;
}
/* input */

input[type="button"] {
    cursor: pointer;
    padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
    margin: 0 auto;
    max-width: 960px;
}
#contents_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#contents {
    background: #fff;
    padding: 35px 0 60px;
}
.col_left {
    float: left;
}
.col_right {
    float: right;
}
a:link {
    /* color: #333; */
}
a:visited {
    /* color: #333; */
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */

header#global_header {
    clear: both;
}
.h_center {
    text-align: center;
}
#header {
    padding: 20px 0;
    text-align: left;
}
#g_nav {
    background: #000;
    position: relative;
    z-index: 100;
}
#g_nav > ul {
    border-bottom: 1px solid #710404;
    max-width: 960px;
    margin: 0 auto;
}
#g_nav > ul > li {
    float: left;
    position: relative;
    text-align: left;
    padding-right: 52px;
}
#g_nav > ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 15px 0;
    text-decoration: none;
}
#g_nav > ul > li:last-child {
    padding-right: 0;
}
#g_nav ul li .s_nav {
    position: absolute;
    left: -17px;
    right: 0;
    top: 36px;
    padding-top: 20px;
    width: 100%;
}
#g_nav ul li .s_nav li a {
    background: #292929;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 13px 7px 10px;
    text-decoration: none;
    text-align: center;
}
#g_nav ul li .s_nav li a:hover,
#g_nav ul li a:hover {
    opacity: 0.7;
}
#main_image {
    padding-bottom: 8px;
}
#main_image ul li img {
    width: 100%;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/common/loading.jpg) center no-repeat #fff;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */

#footer {
    color: #999;
    font-size: 14px;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    z-index: 10;
}
#footer .inner {
    position: relative;
}
.f_center {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.f_address {
    padding-bottom: 45px;
}
.f_address p a {
    color: #999;
    text-decoration: none;
}
#copyright {
    font-size: 14px;
    text-align: center;
}
/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */

.policy h3 {
    border-bottom: 2px solid #BBBBBB;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
.policy p {
    margin-bottom: 20px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/* .headline2 {
    font-size: 24px;
    font-family:  'Noto Serif Japanese' , "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    display: inline-block;
    padding: 0px 2%;
    position: relative;
}
.headline2:before {
    content: "";
    width: 190px;
    position: absolute;
    height: 1px;
    left: 95%;
    background: #333;
    bottom: 11px;
}
.headline2:after {
    content: "";
    width: 190px;
    position: absolute;
    height: 1px;
    right: 95%;
    background: #333;
    top: 15px;
} */
.ttl2 {
    overflow: hidden;
}
.tbl_col2 td.txt {
    line-height: 1.3;
    padding-left: 40px!important;
}
.tbl_col2 td.btn_1 img {
    margin-top: 15px!important
}
.block_top {
    position: relative;
}
.block_top .img_l {
    position: absolute;
    left: -50%;
    top: -53px;
}
.block_top .img_r {
    position: absolute;
    right: -50%;
    bottom: 10px;
}
.tbl_col3 {
    width: 31.2%!important;
}
.tbl_col3 td {
    padding: 0!important;
}
.tbl_col3 td span {
    border-bottom: 1px solid #333;
    display: block;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: -20px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
}
.tbl_col3 td img {
    padding-bottom: 18px!important;
}
.bg_content {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 3px #e2e2e2;
    -webkit-box-shadow: 1px 1px 3px #e2e2e2;
    -moz-box-shadow: 1px 1px 3px #e2e2e2;
    -o-box-shadow: 1px 1px 3px #e2e2e2;
}
.bg_full {
    position: relative;
}
.bg_full .bg_full_01 {
    -webkit-box-shadow: 0px 0 0px 2px #e2e2e2;
    -moz-box-shadow: 0px 0 0px 2px #e2e2e2;
    -o-box-shadow: 0px 0 0px 2px #e2e2e2;
    box-shadow: 0px 0 0px 2px #e2e2e2;
    background: #f2f2f2;
    height: 100%;
    position: absolute;
    left: -450%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1000%;
    z-index: 0;
    overflow: hidden;
}
.bg_full .bg_full_01 span {
    position: absolute;
    width: 100%;
    height: 310px;
    left: -9%;
    top: 0;
    background: url(../images/common/bg_03.jpg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    overflow: hidden;
}
.bg_full .bg_full_01 span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1000%;
    left: 0;
    top: 0;
    background: url(../images/bg_03.jpg);
    transform: rotate(-45deg);
}
.bg_full > div {
    position: relative;
    z-index: 1;
}
.ttl_2 {
    overflow: hidden;
}
.ttl3 {
    font-size: 24px;
    font-family:  'Noto Serif Japanese' , "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    display: inline-block;
    padding: 0px 2%;
    position: relative;
}
.ttl3:before {
    content: "";
    width: 1000px;
    position: absolute;
    height: 1px;
    left: 200%;
    background: #000;
    bottom: 15px;
}
.ttl3:after {
    content: "";
    width: 1000px;
    position: absolute;
    height: 1px;
    right: 200%;
    background: #000;
    top: 15px;
	display: block;
}
.ttl4 {
    background: #710404;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 5px;
}
.ttl4:before {
    content: "";
    background: url(../images/contents/bg_h3.png) no-repeat 0 0;
    display: block;
    padding: 7px 0 0px 0;
    position: relative;
    bottom: -44px;
}
.ttl4 span {
    border-bottom: 1px solid #a38921;
    display: block;
    margin: 0 10px;
    padding-left: 15px;
}
.line a {
    text-decoration: none;
}
.tbl_school {
    background-repeat: no-repeat;
    background-position: right top;
}
.tbl_school td {
    line-height: 1.5;
    padding: 0!important;
}
.tbl_school td.txt a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.tbl_new td span {
    background: #710404;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 15px;
}
.tbl_new td {
    padding: 0!important;
}
.col_right td span.ttl {
    border-bottom: 2px solid #9b0039;
    background: url(../images/contents/bg_ttl.png) no-repeat left 0px;
    display: block;
    padding: 18px 80px 0px;
    margin-bottom: 4px!important;
    font-size: 18px;
}
.tbl_staff td {
    line-height: 1.5;
    padding: 0!important;
}
.tbl_staff td span {
    line-height: 1.6;
}
.tbl_lesson td {
    background: url(../images/contents/bg_line.png) repeat-x 0 0;
}
.txt_lessongroup span.ttl {
    display: block;
    margin-bottom: -15px;
    font-size: 18px;
    font-family: 'Noto Serif Japanese', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    padding-top: 10px;
}
.tbl_book td img {
    margin-top: 15px;
}
.tbl_book td {
    padding: 5px 0!important;
}
.youtube {
    text-align: center;
}
.tbl_lesson td span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    ms-box-border-radius: 5px;
    border-radius: 5px;
    background: #af8644;
    color: #fff;
    padding: 5px;
    max-width: 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.tbl_lesson tr:first-child td {
    background: none;
}
.tbl_col3 td.img_3 img {
    margin-bottom: -10px!important;
}
.ttl_lesson {
	font-weight: bold;
}
.tbl_staff table {
	    table-layout: auto;
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
/* anchor */

.anc li {
    float: left;
    margin-left: 10px;
    white-space: nowrap;
}
.anc a {
    background: #FEA31C;
    border-radius: 0 0 3px 3px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.anc a:hover {
    background: #FEC21F;
}
/* a block button */

.btn a {
    background: #051D82;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
}
.btn a:hover {
    background: #4C60A9;
}
/* table list */

.tablelist td {
    background: url(../images/common/icon_circle_blue.png) no-repeat left 5px;
    padding: 0 15px 10px 15px !important;
}
/* bread list */

#bread {
    text-align: right;
}
#bread li {
    display: inline-block;
}
#bread li a {
    color: #333;
    text-decoration: none;
}
#bread li a:hover {
    text-decoration: underline;
}
/* box design */

.box01 {
    border: 3px double #465cb5;
}
.box02 {
    border: 1px solid #D4D4D4;
}
.box03 {
    background-image: -moz-linear-gradient( 90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
    border: 2px solid #C3AF50;
}
/* table td design */

.tdbb01 td {
    padding: 10px 0 !important;
    border-bottom: 1px dotted #9FA974 !important;
}
.tdbb02 td {
    padding: 10px 0 !important;
}
/* border style */
/* border-left */

.bl01 {
    border-left: 2px solid #FFFFFF !important;
}
/* border-bottom */

.bb01 {
    border-bottom: 1px dotted #9FA974 !important;
}
/* img border */

.border01 img {
    border: 1px solid #9E876C;
    padding: 3px;
}
.border02 img {
    border: 3px solid #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6);
}
/* box shadow */

.boxshadow01 {
    box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3);
}
/* text shadow */

.textshadow01 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
}
.imgW100 img {
    width: 100% !important;
}
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
    background: none !important;
    border-top: 3px solid #051D82;
    border-bottom: 1px solid #051D82;
    color: #051D82;
    font-size: 20px !important;
    line-height: 1.3;
    margin: 0 0 20px !important;
    padding: 10px !important;
}
h2.title_h2 span {
    border: none !important;
    padding: 0 !important;
}
ul.item_list li {
    margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
    font-size: 18px !important;
}
.btn_cart a {
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #051D82 !important;
    background-size: 30px auto !important;
    color: #FFFFFF !important;
    display: block !important;
    padding: 10px 10px 10px 50px !important;
    width: 100% !important;
    border: 1px solid #ffffff;
}
.btn_cart a:hover {
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #4C60A9 !important;
    background-size: 30px auto !important;
}
.sort_catalog {
    overflow: hidden;
}
.sort_catalog ul {
    margin: 0 -4.16% 20px 0 !important;
    width: auto !important;
}
.sort_catalog ul li {
    padding: 0 !important;
    margin-right: 4.16% !important;
    width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
    clear: both;
}
.item_title,
.wishlist {
    margin: 0 !important;
}
.shop_cont,
.item_info {
    color: #000000;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
    color: #333;
    border-top: 2px solid #000000;
}
.shop_cont a,
.item_info a {
    color: #000000;
}
.shop_cont a:hover,
.item_info a:hover {
    color: #dce9f5;
}
.item_title h2 {
    color: #000000;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
}
.number {
    color: #000000;
}
.number input {
    color: #000000;
}
@media screen and (max-width: 768px) {
    /* =================================================================
 *
 * tablet size
 *

 * ================================================================= */
    /* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

    .inner {
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
    }
    /* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

    .tb_tbl_block table td {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    /* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
    /* img Width */

    .tbImgW47p div {
        width: 47% !important;
    }
    .tbImgW47p div img {
        width: 100% !important;
    }
    /* anchor */

    .anc li {
        margin: 0 10px 10px 0;
    }
    .anc a {
        border-radius: 0;
    }
    /* tablet END ###################################################### */
}
@media screen and (max-width: 468px) {
    /* =================================================================
 *
 * smartphone size
 *
 * ================================================================= */
    /* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

    body {
        font-size: 15px;
    }
    #col_main {
        text-align: left;
    }
    .ColLeft,
    .ColRight {
        float: none;
        width: 100% !important;
    }
    .spnone {
        display: none;
    }
    /* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */

    .tbl_scroll table {
        width: auto !important;
    }
    .tbl_block td {
        width: 100% !important;
        margin-top: -1px;
    }
    .style_form th,
    .style_form td {
        margin-top: -1px;
    }
    /* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */

    .sort_catalog {
        margin: 0 !important;
        width: auto !important;
    }
    .sort_catalog_box {
        padding: 0 !important;
        margin: 0 0 30px !important;
        width: 100% !important;
    }
    /* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
    /* tablet img Width reset */

    .tbImgW47p div {
        width: 100% !important;
    }
    .spW100 img {
        width: 100% !important;
    }
    /* anchor */

    .anc li {
        border-bottom: 1px solid #FEFADC;
        float: none;
        margin: 0;
    }
    .anc a {
        border-radius: 0;
        text-align: center;
    }
    /* image hidden */

    .spimgnone img {
        display: none;
    }
    /* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
/* text-align */

.taR {
    text-align: right;
}
/* font-weight */

.fwN {
    font-weight: normal !important;
}
.fwB {
    font-weight: bold !important;
}
/* margin */

.mgAuto {
    margin: 0 auto !important;
}
/* table td padding */

.tdpd0 td {
    padding: 0 !important;
}
.tdpd05 td {
    padding: 5px !important;
}
.tdpd10 td {
    padding: 10px !important;
}
.tdpd15 td {
    padding: 15px !important;
}
.tdpd20 td {
    padding: 20px !important;
}
.tdpd25 td {
    padding: 25px !important;
}
.tdpd30 td {
    padding: 30px !important;
}
.tdpd35 td {
    padding: 35px !important;
}
.tdpd40 td {
    padding: 40px !important;
}
.tdpd45 td {
    padding: 45px !important;
}
.tdpd50 td {
    padding: 50px !important;
}
td.pdT10 {
    padding-top: 10px !important;
}
/* font-family */

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form,
.shop_cont a.btn_type01,
.shop_cont a.btn_purchase {
    color: #000000;
}
.shop_cont a.btn_type01:hover,
.shop_cont a.btn_purchase:hover {
    color: #636363;
}
#shop_flow .sf_text {
    color: #000000;
}
.shop_cont h3.title_h3 {
    color: #ffffff;
}
.shop_cont table {
    color: #000000;
    table-layout: auto;
}


.scroll {
overflow-y: scroll;
box-sizing: border-box;
border: 1px solid #edd8e1;
}

.indexNews {
height: 300px;
}