/*==============================*/
/*===        common          ===*/
/*==============================*/

body {
    /*font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-family: Quicksand, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    background-color: #FCFAF2;
    background-image: url('/images/common/bg.png');
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.logo {
    display: table;
}
.logo a,
.logo a:hover {
    color: inherit;
    text-decoration: none;
}
.logo_svg {
    width: 40px;
    height: 40px;
}
.logo_txt {
    font-size: 2rem;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.2rem;
    padding-left: .2rem;
}
.navbar {
    border-bottom: solid 1px #ddd;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.v-a-t {
    vertical-align: top;
}
.v-a-m {
    vertical-align: middle;
}
.v-a-b {
    vertical-align: bottom;
}

.list-inline li {
	float: left;
}

/*=== Background-image  ===*/
.common_bg_img {
    background-image: url("/images/common/common_bg.png");
}

/**=== Card ===**/
.card {
    -moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.2) !important;
    -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.2) !important;
    box-shadow:0 2px 2px 0 rgba(0,0,0,0.2) !important;
}

/**=== Font ===**/
.f-mincho {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 0.1rem;
}
h1 {
    font-size: 2rem;
    margin-top: 1.5rem;
    color: #4B4E2A;
}
h2 {
    font-size: 2.2rem;
    margin-top: 2rem;
}
h3 {
    margin-top: 2rem;
}
h4 {
    margin-top: 2rem;
}
h5 {
    margin-top: 1.5rem;
}
p {
    font-size: 100%;
    margin-top: 1rem;
    letter-spacing: 0.1rem;
    color: #444;
    line-height: 2rem;
}
@media (max-width: 767px) {
    html {
        font-size: 87.5%;
    }
}
.com_deg {
    font-family: Georgia;
}

/**=== Logo & Navigations ===**/
.header_logo_nav_wrapper {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
}
.header_logo_wrapper {
    width: 300px;
}
.header_logo_wrapper img {
    width: 100%;
}
.header_nav_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.header_nav_wrapper div {
    display: flex;
    height: 100%;
}
.header_nav_wrapper div a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    color: #555;
    font-weight: bold;
    font-size: .9rem;
}
.header_nav_wrapper div a:hover {
    text-decoration: none;
    color: #DB4D6D;
}


.header_nav_wrapper.sm-down div a {
    display: block;
}

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .header_logo_wrapper {
        width: 250px;
    }
    .header_nav_wrapper div a {
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .header_logo_wrapper {
        width: 200px;
    }
    .header_nav_wrapper div a {
        display: block;
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: .7rem;
        padding: 0 7px;
        padding-top: 12px;
    }
    .header_nav_wrapper div a i {
        font-size: .9rem;
    }
}
@media (max-width: 575px) {
    .header_nav_wrapper div.header_nav_beginner {
        display: none;
    }
}


/**=== Header ===**/
.navbar {
    background-color: #f7f7f9;
}
.site-title {
    font-family: "解ミン 月 R";
    font-size: 200%;
}
@media (max-width: 991px) {
    .site-title {
        font-size: 170%;
    }
}
@media (max-width: 767px) {
    .site-title {
        font-size: 150%;
    }
}
@media (max-width: 543px) {
    .site-title {
        font-size: 120%;
    }
}
@media (max-width: 991px) {
    .navbar-brand {
        width: 40%;
        margin-top: .2rem;
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        width: 60%;
    }
}
@media (max-width: 543px) {
    .navbar-brand {
        width: 60%;
        margin-top: .5rem;
    }
}

.navbar-brand {
    margin-right: 0;
}

.header-user-nav {
    line-height: 270%;
}
@media (max-width: 991px) {
    .header-user-nav {
        line-height: 250%;
    }
}
@media (max-width: 767px) {
    .nav-item {
        text-align: center;
    }
    .header-user-nav {
        line-height: 200%;
        padding-top: 0.25rem;
    }
    .header-user-nav > li.nav-item {
        font-size: 80%;
    }
    .header-user-nav > li.nav-item > a.nav-link > i.fa {
        font-size: 1.2rem !important;
    }
}
@media (max-width: 543px) {
    .nav-item {
        text-align: center;
    }
    .header-user-nav {
        line-height: 140%;
        padding-top: 0.25rem;
    }
    .header-user-nav > li.nav-item {
        font-size: 75%;
    }
    .header-user-nav > li.nav-item > a.nav-link > i.fa {
        font-size: 1.1rem !important;
    }
}
.common_page_header {
    margin-top: 0;
}

/* common_page_title  */
.common_page_title_wrapper {
    background-color: #533D5B;
}
h1.common_page_title {
    color: #eee;
    font-size: 2.25rem;
    margin: 2rem 0;
}

@media (max-width: 543px) {
    h1.common_page_title {
        font-size: 1.8rem;
        margin: 1.2rem 0;
    }    
}

.title_heading {
        margin: 0 auto;
        padding: 10px 0 0;
        color:#4A225D;
}
.heading {
        margin: 10px 0
}
.two_tone_underbar .heading {
        overflow: hidden;
        position: relative;
        padding-bottom: 3px;
}
.two_tone_underbar .heading:before {
        content: "";
        border-bottom-width: 3px;
        border-bottom-style: solid;
        bottom: 0;
        height: 0;
        position: absolute;
        width: 100%;
        z-index: 0;
        border-bottom-color: #4A225D;
}
.two_tone_underbar .heading:after {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        bottom: 0;
        content: "";
        position: absolute;
        width: 100%;
        z-index: 1;
        border-bottom-color: #ddd;
}
.two_tone_underbar .heading > h1,
.two_tone_underbar .heading > h2 {
        display: inline;
        font-size: 2rem;
        padding: 0 .2rem 0 0;
}

@media (max-width: 543px) {
    .two_tone_underbar .heading > h1,
    .two_tone_underbar .heading > h2 {
            font-size: 1.6rem;
            padding: 0 .2rem 0 0;
    }   
}

/*=== title underline ===*/
.title_underline:after {
    content: "";
    display: block;
    text-align: center;
    margin: auto;
    margin-top: .5rem;
    width: 100px;
    height: 3px;
    background-image: url("/images/common/title_underline.png");
}

/**=== Breadcrumb ===**/
.breadcrumb_wrapper {
    background-color: #eee;
    border-top: solid 1px #ddd;
}
.breadcrumb {
    background-color: transparent;
    padding: .2rem 0;
    margin-bottom: 0;
    font-size: .9rem;
}
.breadcrumb>li+li::before {
    content: ">";
}

/**=== Footer ===**/
.footer_container_wrapper {
    margin-top: 40px;
    background-color: #533D5B;
    background-image: url("/images/common/common_bg.png");
}

.footer-ns-list-title {
    margin: 3rem auto 1rem;
    font-size: 1.5rem;
    color: #eee;
}
.footer_ns_link div {
    padding: .5rem 0;
}
.footer_ns_link a, 
.footer_ns_link a:hover {
    text-decoration: none;
    color: #eee;
}
.footer_list_wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer_list_wrapper_about {
    margin-top: 1rem;
}
.footer_list_inline {
  position: relative;
  left: 50%;
  float: left;
}
.footer_list_wrapper li {
  padding: 0px 15px;
  border-right: solid 1px #eee;
  position: relative;
  left: -50%;
}
.footer_list_wrapper li:last-child {
  border-right: none;
}
.footer_list_wrapper li>a {
  color: #eee;
  text-decoration: none;
}
footer {
    padding: 1.5rem 0;
    width: 100%;
    background-color: #3C2F41;
}
.copyright {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: .8rem;
}

@media (max-width: 767px) {
    .footer_list_super_wrapper {
        margin-top: 2rem;
    }
    .footer_list_inline {
        margin-top: 0;
    }
    .footer_list_wrapper {
        text-align: left;
    }
    .footer_list_wrapper_about {
        margin-top: 0rem;
    }
    .footer_list_wrapper li {
        padding: 10px 15px;
        border-right: none;
    }
    .footer_list_inline li {
        float: none;
    }
    .footer_list_inline.snslink li {
        float: left;
    }
}


/*==========================================================================================*/
/*===      ban common        ===*/
/*==========================================================================================*/

.ban_title {
    padding: .3rem 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #eee;
}
.ban_title_table {
    width: 100%;
}
.ban_title_table.ban_simple_title_table {
    text-align: center;
}
.ban_title_table .ban_type {
    width: 30%;
    border-right: solid 2px #eee;
}
.ban_title_table .ban_time {
    line-height: 1;
}
.ban_title_table .ban_span {
    font-size: .8rem;
}
.ban_title_table .ban_time .ban_span_day {
    line-height: 2;
}
.ban_title_double_line_height {
    line-height: 2;
}
.ban_box {
    border: solid 1px #aaa;
    border-radius: .3rem;
    background-color: #f7f7f9;
    margin: 0 auto 2rem;
}
.ban_simple_box {
    border: solid 1px #aaa;
    border-radius: .3rem;
    background-color: #f7f7f9;
    margin: 0 auto 2rem;
    width: 300px;
    overflow: hidden;
}
.empty_ban_box {
    border: none;
    margin: 0 auto;
    background-color: transparent;
}
.ban_wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    float: left;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #444;
}
.text_table_top,
.text_table_middle,
.text_table_bottom {
    position: absolute;
}
.text_table_top {
    top: 0;
}
.text_table_middle {
    top: 110px;
}
.text_table_bottom {
    top: 190px;
}
.text_table_top,
.text_table_bottom {
    width: 100%;
    height: 110px;
    border: none;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 15px;
}
.text_table_middle {
    width: 100%;
    height: 80px;
    border: none;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 15px;
}
.svg_ban {
    position: absolute;
    width: 170px;
    height: 170px;
    top: 65px;
    left: 65px;
}
.svg_ban a:hover {
    cursor: pointer;
}
.dct_txt {
    font-size: 12px;
    fill: #999;
}
.ns_txt {
    font-size: 16px;
}
.ns_txt_24 {
    font-size: 11px;
}
.ns_txt_24z {
    font-size: 10px;
}
.ban_list_link_table {
    width: 100%;
    height: 100%;
}
.ban_list_link_table .td_top {
    width: 100%;
    height: 80%;
    text-align: left;
    vertical-align: top;
}
.ban_list_link_table .td_bottom {
    width: 100%;
    height: 20%;
    text-align: right;
    vertical-align: top;
    padding-right: .5rem;
}
.ban_list_link_table .td_bottom a:hover {
    text-decoration: none;
}

.year_ban_list_link_table {
    width: 100%;
    height: 100%;
}
.year_ban_list_link_table .td_top {
    width: 100%;
    height: 80%;
    text-align: right;
    vertical-align: top;
}
.year_ban_list_link_table .td_bottom {
    width: 100%;
    height: 20%;
    text-align: left;
    vertical-align: top;
    padding-left: .5rem;
}
.year_ban_list_link_table .td_bottom a:hover {
    text-decoration: none;
}

.ban-bgc-moku{
    fill: #5DAC81;
}
.ban-bgc-ka{
    fill: #DB4D6D;
}
.ban-bgc-do{
    fill: #E2943B;
}
.ban-bgc-kon{
    fill: #FBE251;
}
.ban-bgc-sui{
    fill: #81C7D4;
}

.ban-bgc-best {
    fill: #E87A90;
}
.ban-bgc-good {
    /*fill: #FEDFE1;*/
    fill: #FFCED1;
}
.ban-bgc-bad {
    /*fill: #DFE2DC;*/
    fill: #DCDCDC;
}
.ban-bgc-worst {
    /*fill: #BDC0BA;*/
    fill: #ABABAB;
}
.ban-bgc-white {
    fill: #f7f7f9;
}
.ban-txt-best,
.ban-txt-good {
    color: #ef2850;
}
.ban-txt-good-tendo,
.ban-txt-houijin.good {
    color: #ff640a;
}
.ban_modal_anc:hover {
    text-decoration: none;
}
.bgc-ns-kjb {
    background-color: #533D5B;
}
.ban-txt-ehou {
    color: #ff640a;
}
.ban_bgc_ehou {
    /*fill: #F84;*/
}

/*==========================================================================================*/
/*=== Ban disp setting Styles ===*/
/*==========================================================================================*/
.ban_disp_setting_collapse_btn {
    border-color: #999 !important;
    padding: .3rem .5rem;
}

.ban_disp_setting_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: solid 1px #AAA;
    padding: 1rem;
    align-items: center;
    background-color: #EEE;
}
.ban_disp_setting_wrapper div {
    width: 25%;
}
.ban_disp_setting_wrapper div label {
    display: inline;
    margin: 0;
    padding-left: 5px;
}
@media (max-width: 543px) {
    .ban_disp_setting_wrapper div {
        width: 50%;
        padding: .5rem;
    }
}

/*==========================================================================================*/
/*=== Background-color Styles ===*/
/*==========================================================================================*/

.bgc-black {
    background-color: #2B2B2B;
}
.bgc-green {
    background-color: #5D6944;
}

.bgc-moku{
    background-color: #5DAC81;
}
.bgc-moku-dark{
    background-color: #469c6d;
}
.bgc-ka{
    background-color: #DB4D6D;
}
.bgc-do{
    background-color: #ED784A;
}
.bgc-kon{
    background-color: #FB9966;
}
.bgc-sui{
    background-color: #51A8DD;
}
.bgc-sui-dark{
  background-color: #3e85b1;
}
.bgc-purple {
    background-color: #6F3381;
}
.bgc-kon-dark{
    background-color: #bf9d23;
}
/*=== Background-hover-color Styles ===*/

.bghvc-blue:hover {
  background-color: #428bca;
}

/*==========================================================================================*/
/*=== Text-color Styles ===*/
/*==========================================================================================*/
.txc-moku{
    color: #5DAC81;
}
.txc-ka{
    color: #DB4D6D;
}
.txc-do{
    color: #ED784A;
}
.txc-kon{
    color: #FBE251;
}
.txc-kon-dark{
    color: #FB9966;
}
.txc-sui{
    color: #51A8DD;
}
.txc-gray {
    color: #666;
}
.txc-tendo {
    color: #ff640a;
}

/*==========================================================================================*/
/** === Line-Height Styles ===**/
/*==========================================================================================*/
.lh-1r {
    line-height: 1rem;
}
.lh-2r {
    line-height: 2rem;
}
.lh-3r {
    line-height: 3rem;
}

/*==========================================================================================*/
/** === Button Styles ===**/
/*==========================================================================================*/
.btn_lg {
    padding: .5rem 1.5rem;
}

/** line button **/
.btn-moku {
    background-color: #86BC9D;
    border-radius: 0;
    color: #fff;
}
.btn-moku:hover {
    background-color: #5DAC81;
    color: #fff;
    cursor: pointer;
}
.btn-ka {
    background-color: #D86683;
    border-radius: 0;
    color: #fff;
}
.btn-ka:hover {
    background-color: #DB4D6D;
    color: #fff;
    cursor: pointer;
}
.btn-do {
    background-color: #CE7457;
    border-radius: 0;
    color: #fff;
}
.btn-do:hover {
    background-color: #ED784A;
    color: #fff;
    cursor: pointer;
}
.btn-kon {
    background-color: #FFEA80;
    border-radius: 0;
    color: #fff;
}
.btn-kon:hover {
    background-color: #FBE251;
    color: #fff;
    cursor: pointer;
}
.btn-sui {
    background-color: #66a9cc;
    border-radius: 0;
    color: #fff;
}
.btn-sui:hover {
    background-color: #15a3f9;
    color: #fff;
    cursor: pointer;
}

/** === Social Button ===**/
.footer_social_wrapper {
    overflow: auto;
}
.social_ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 3rem 0 3rem 0;
}
.social_list {
    padding-left: 0;
    display: inline-block;
}
.social_list > a:hover {
    text-decoration: none;
}
.social_btn {
    width: 9rem;
    height: 2.5rem;
    color: #FFF;
    line-height: 2.5rem;
    transition: .3s;
    transition-property: opacity;
}
.social_btn:hover {
    opacity: .7;
}
.social_twitter {
    background-color: #1B95E0;
}
.social_fb {
    background-color: #3B5999;
}
.social_gp {
    background-color: #dd4b39;
}
.social_hatebu {
    background-color: rgba(0, 164, 222, 1);
}
.social_line {
    background-color: #00C300;
}
@media (max-width: 991px) {
    .social_btn {
        width: 6rem;
    }
}
@media (max-width: 543px) {
    .social_ul {
        margin: 1rem 0 2rem 0;
    }
    .social_list {
        padding: 0 .2rem;
    }
    .social_btn {
        width: 3.5rem;
    }
}


/*==========================================================================================*/
/** === display table Styles ===**/
/*==========================================================================================*/

.dsp_table {
    display: table;
}
.dsp_table_cell {
    display: table-cell;
}


/*==========================================================================================*/
/** === Common Color Table Styles ===**/
/*==========================================================================================*/
.com_color_table th {
    background-color: #ded1d5;
    color: #333;
    border-color: #bbb;
}
.com_color_table td {
    text-align: left;
    background-color: #fff;
    border-color: #bbb;
}


/*==========================================================================================*/
/** === Common Dark Color Table Styles ===**/
/*==========================================================================================*/
.com_dark_color_table th {
    background-color: #533D5B;
    color: #EEE;
    border-color: #bbb;
}
.com_dark_color_table td {
    text-align: left;
    background-color: #fff;
    border-color: #bbb;
}

/*==========================================================================================*/
/** === Common Color Styles ===**/
/*==========================================================================================*/
.holiday {
    color: #F55;
}
.saturday {
    color: #55F;
}

/** ===================================================================================**/

/*=== Margin Styles ===*/
.mg-x-5 {
  margin-right: 5px;
   margin-left: 5px;
}
.mg-x-10 {
  margin-right: 10px;
   margin-left: 10px;
}
.mg-x-15 {
  margin-right: 15px;
   margin-left: 15px;
}
.mg-x-20 {
  margin-right: 20px;
   margin-left: 20px;
}
.mg-x-25 {
  margin-right: 25px;
   margin-left: 25px;
}
.mg-x-30 {
  margin-right: 30px;
   margin-left: 30px;
}
.mg-x-35 {
  margin-right: 35px;
   margin-left: 35px;
}
.mg-x-40 {
  margin-right: 40px;
   margin-left: 40px;
}
.mg-x-45 {
  margin-right: 45px;
   margin-left: 45px;
}
.mg-x-50 {
  margin-right: 50px;
   margin-left: 50px;
}

.mg-y-5 {
  margin-bottom: 5px;
     margin-top: 5px;
}
.mg-y-10 {
  margin-bottom: 10px;
     margin-top: 10px;
}
.mg-y-15 {
  margin-bottom: 15px;
     margin-top: 15px;
}
.mg-y-20 {
  margin-bottom: 20px;
     margin-top: 20px;
}
.mg-y-25 {
  margin-bottom: 25px;
     margin-top: 25px;
}
.mg-y-30 {
  margin-bottom: 30px;
     margin-top: 30px;
}
.mg-y-35 {
  margin-bottom: 35px;
     margin-top: 35px;
}
.mg-y-40 {
  margin-bottom: 40px;
     margin-top: 40px;
}
.mg-y-45 {
  margin-bottom: 45px;
     margin-top: 45px;
}
.mg-y-50 {
  margin-bottom: 50px;
     margin-top: 50px;
}

.mg-y-05r {
  margin-bottom: .5rem;
     margin-top: .5rem;
}
.mg-y-07r {
  margin-bottom: .7rem;
     margin-top: .7rem;
}
.mg-y-1r {
  margin-bottom: 1rem;
     margin-top: 1rem;
}
.mg-y-15r {
  margin-bottom: 1.5rem;
     margin-top: 1.5rem;
}
.mg-y-2r {
  margin-bottom: 2rem;
     margin-top: 2rem;
}

.mg-xy-5 {
  margin: 5px;
}
.mg-xy-10 {
  margin: 10px;
}
.mg-xy-15 {
  margin: 15px;
}
.mg-xy-20 {
  margin: 20px;
}
.mg-xy-25 {
  margin: 25px;
}
.mg-xy-30 {
  margin: 30px;
}
.mg-xy-35 {
  margin: 35px;
}
.mg-xy-40 {
  margin: 40px;
}
.mg-xy-45 {
  margin: 45px;
}
.mg-xy-50 {
  margin: 50px;
}

.mg-l-5 {
  margin-left: 5px;
}
.mg-l-10 {
  margin-left: 10px;
}
.mg-l-15 {
  margin-left: 15px;
}
.mg-l-20 {
  margin-left: 20px;
}
.mg-l-25 {
  margin-left: 25px;
}
.mg-l-30 {
  margin-left: 30px;
}
.mg-l-35 {
  margin-left: 35px;
}
.mg-l-40 {
  margin-left: 40px;
}
.mg-l-45 {
  margin-left: 45px;
}
.mg-l-50 {
  margin-left: 50px;
}
.mg-l-01r {
    margin-left: 0.1rem;
}
.mg-l-05r {
    margin-left: 0.5rem;
}
.mg-l-1r {
    margin-left: 1rem;
}
.mg-l-1_5r {
    margin-left: 1.5rem;
}
.mg-l-2r {
    margin-left: 2rem;
}
.mg-l-3r {
    margin-left: 3rem;
}
.mg-l-4r {
    margin-left: 4rem;
}
.mg-l-5r {
    margin-left: 5rem;
}

.mg-t-0 {
  margin-top: 0;
}
.mg-t-5 {
  margin-top: 5px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-t-15 {
  margin-top: 15px;
}
.mg-t-20 {
  margin-top: 20px;
}
.mg-t-25 {
  margin-top: 25px;
}
.mg-t-30 {
  margin-top: 30px;
}
.mg-t-35 {
  margin-top: 35px;
}
.mg-t-40 {
  margin-top: 40px;
}
.mg-t-45 {
  margin-top: 45px;
}
.mg-t-50 {
  margin-top: 50px;
}

.mg-t-01r {
    margin-top: 0.1rem;
}
.mg-t-05r {
    margin-top: 0.5rem;
}
.mg-t-1r {
    margin-top: 1rem;
}
.mg-t-1_5r {
    margin-top: 1.5rem;
}
.mg-t-2r {
    margin-top: 2rem;
}
.mg-t-2_5r {
    margin-top: 2.5rem;
}
.mg-t-3r {
    margin-top: 3rem;
}
.mg-t-4r {
    margin-top: 4rem;
}
.mg-t-5r {
    margin-top: 5rem;
}

.mg-r-5 {
  margin-right: 5px;
}
.mg-r-10 {
  margin-right: 10px;
}
.mg-r-15 {
  margin-right: 15px;
}
.mg-r-20 {
  margin-right: 20px;
}
.mg-r-25 {
  margin-right: 25px;
}
.mg-r-30 {
  margin-right: 30px;
}
.mg-r-35 {
  margin-right: 35px;
}
.mg-r-40 {
  margin-right: 40px;
}
.mg-r-45 {
  margin-right: 45px;
}
.mg-r-50 {
  margin-right: 50px;
}

.mg-r-01r {
    margin-right: 0.1rem;
}
.mg-r-05r {
    margin-right: 0.5rem;
}
.mg-r-1r {
    margin-right: 1rem;
}
.mg-r-1_5r {
    margin-right: 1.5rem;
}
.mg-r-2r {
    margin-right: 2rem;
}
.mg-r-2_5r {
    margin-right: 2.5rem;
}
.mg-r-3r {
    margin-right: 3rem;
}
.mg-r-4r {
    margin-right: 4rem;
}
.mg-r-5r {
    margin-right: 5rem;
}

.mg-b-0 {
  margin-bottom: 0;
}
.mg-b-5 {
  margin-bottom: 5px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-b-15 {
  margin-bottom: 15px;
}
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-b-25 {
  margin-bottom: 25px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.mg-b-35 {
  margin-bottom: 35px;
}
.mg-b-40 {
  margin-bottom: 40px;
}
.mg-b-45 {
  margin-bottom: 45px;
}
.mg-b-50 {
  margin-bottom: 50px;
}
.mg-b-55 {
  margin-bottom: 55px;
}
.mg-b-60 {
  margin-bottom: 60px;
}

.mg-b-05r {
  margin-bottom: .5rem;
}
.mg-b-1r {
  margin-bottom: 1rem;
}
.mg-b-1_5r {
  margin-bottom: 1.5rem;
}
.mg-b-2r {
  margin-bottom: 2rem;
}
.mg-b-3r {
  margin-bottom: 3rem;
}
.mg-b-4r {
  margin-bottom: 4rem;
}
.mg-b-5r {
  margin-bottom: 5rem;
}
.mg-b-6r {
  margin-bottom: 6rem;
}
.mg-b-7r {
  margin-bottom: 7rem;
}

/*=== Padding Styles ===*/
.pd-x-5 {
  padding-right: 5px;
   padding-left: 5px;
}
.pd-x-10 {
  padding-right: 10px;
   padding-left: 10px;
}
.pd-x-15 {
  padding-right: 15px;
   padding-left: 15px;
}
.pd-x-20 {
  padding-right: 20px;
   padding-left: 20px;
}
.pd-y-5 {
  padding-bottom: 5px;
     padding-top: 5px;
}
.pd-y-10 {
  padding-bottom: 10px;
     padding-top: 10px;
}
.pd-y-15 {
  padding-bottom: 15px;
     padding-top: 15px;
}
.pd-y-20 {
  padding-bottom: 20px;
     padding-top: 20px;
}
.pd-xy-5 {
  padding: 5px;
}
.pd-xy-10 {
  padding: 10px;
}
.pd-xy-15 {
  padding: 15px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-l-01r {
    padding-left: 0.1rem;
}
.pd-l-05r {
    padding-left: 0.5rem;
}
.pd-l-1r {
    padding-left: 1rem;
}
.pd-l-1_5r {
    padding-left: 1.5rem;
}
.pd-l-2r {
    padding-left: 2rem;
}
.pd-l-3r {
    padding-left: 3rem;
}
.pd-l-4r {
    padding-left: 4rem;
}
.pd-l-5r {
    padding-left: 5rem;
}





/*=== Font-color Styles ===*/

.ftc-red {
  color: #d64440;
}
.ftc-yellow {
  color: #f0ad4e;
}
.ftc-light-blue {
  color: #5bc0de;
}
.ftc-green {
  color: #5cb85c;
}
.ftc-blue {
  color: #164b79;
}
.ftc-black {
  color: #333;
}
.ftc-white {
  color: #fff;
}

/*=== Font-hover-color Styles ===*/

.fthvc-red:hover {
  color: #d9534f;
}
.fthvc-yellow:hover {
  color: #f0ad4e;
}
.fthvc-light-blue:hover {
  color: #5bc0de;
}
.fthvc-green:hover {
  color: #5cb85c;
}
.fthvc-blue:hover {
  color: #428bca;
}
.fthvc-black:hover {
  color: #333;
}
.fthvc-white:hover {
  color: #fff;
}


/*=== Font-size Styles ===*/
.fts-80 {
  font-size: 80%;
}
.fts-90 {
  font-size: 90%;
}
.fts-100 {
  font-size: 100%;
}
.fts-110 {
  font-size: 110%;
}
.fts-120 {
  font-size: 120%;
}
.fts-130 {
  font-size: 130%;
}
.fts-140 {
  font-size: 140%;
}
.fts-150 {
  font-size: 150%;
}

/*=== Font-weight Styles ===*/
.fw-b {
    font-weight: bold;
}

/*=== Overflow Styles ===*/
.ovf-hidden {
  overflow: hidden;
}
.ovf-auto {
  overflow: auto;
}
.ovf-scroll {
  overflow: scroll;
}

/*=== Letter-spacing Styles ===*/
.lts-01 {
  letter-spacing: 0.1em;
}

/*=== Word-break Styles ===*/
.wb-k {
    word-break: keep-all;
}

/*=== Float Styles ===*/
.flt-right {
  float: right;
}
.flt-left {
  float: left;
}
.flt-clear {
  clear: both;
}


/*=== Position Styles ===*/
.pst-relative {
  position: relative;
}
.pst-absolute {
  position: absolute;
}


/*=== Display Styles ===*/
.dsp-inline {
  display: inline;
}
.dsp-block {
  display: block;
}
.dsp-none {
  display: none;
}
.dsp-inline-block {
  display: inline-block;
}

/*=== Visibility Styles ===*/
.vb-hidden {
    visibility:hidden;
}

/*=== Transform(rotate) Styles ===*/
.rotate-y-180 {
  -webkit-transform: rotate( 180deg );  /* Chrome,Safari */
     -moz-transform: rotate( 180deg );  /* Firefox */
      -ms-transform: rotate( 180deg );  /* IE */
       -o-transform: rotate( 180deg );  /* Opera */
          transform: rotate( 180deg );  /* CSS3 */
}


/*=== Percent-Width Styles ===*/
.pwth-20 {
  width: 20%;
}
.pwth-25 {
  width: 25%;
}
.pwth-30 {
  width: 30%;
}
.pwth-40 {
  width: 40%;
}
.pwth-50 {
  width: 50%;
}
.pwth-60 {
  width: 60%;
}
.pwth-70 {
  width: 70%;
}

/*=== Anchor Styles ===*/
a.no-txt-dec-anc:hover {
    text-decoration: none;
}

/*=== Width Height Styles ===*/
.w0 {
    width: 0%;
}
.w50 {
    width: 50%;
}
.w100 {
    width: 100%;
}
.wauto {
    width: auto;
}
.h100 {
    height: 100%;
}
.h100vh {
    height: 100vh;
}

/*=== Button Styles ===*/
.btn-back {
    background-color: #ddd;
    border-color: #ddd;
}
.btn-back:hover {
    background-color: #ccc;
    border-color: #c0c0c0;
}
.btn-diary-edit {
    padding: .2rem .7rem;
}

/**=== Tooltip Styles ===**/
.small-tooltip-button {
    display: inline-block;
    border: 1px solid #f0ad4e;;
    border-radius: 5px;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    color: #fff;
    background-color: #f0ad4e;
}

.tooltip-inner {
    max-width: 250px;
    background-color: #444;
}
.tooltip.in {
    opacity: 1;
}
.tooltip-arrow {
    border-top-color: #444 !important;
}

/*=== vh-line Styles ===*/
.has-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.has-lines:before,
.has-lines:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #ccc;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.has-lines:before {
  margin-right: 20px;
}
.has-lines:after {
  margin-left: 20px;
}

/* Loader */
.loader_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.loader {
    position:absolute; /* 絶対配置 */
    top:50%; /* 上から半分 */
    left:50%; /* 左から半分 */
    width:100%; /* 大枠と同じ幅に */
    /* 要素の大きさの半分引く（CSS3） */
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 2rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #0080ff,
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.5),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.7),
    1.8em -1.8em 0 0em #0080ff,
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.5),
    1.8em -1.8em 0 0em rgba(0,128,255,0.7),
    2.5em 0em 0 0em #0080ff,
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.5),
    2.5em 0em 0 0em rgba(0,128,255,0.7),
    1.75em 1.75em 0 0em #0080ff,
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.5),
    1.75em 1.75em 0 0em rgba(0,128,255,0.7),
    0em 2.5em 0 0em #0080ff,
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.5),
    0em 2.5em 0 0em rgba(0,128,255,0.7),
    -1.8em 1.8em 0 0em #0080ff,
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.5),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.7),
    -2.6em 0em 0 0em #0080ff,
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.5),
    -2.6em 0em 0 0em rgba(0,128,255,0.7),
    -1.8em -1.8em 0 0em #0080ff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #0080ff,
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.5),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.7),
    1.8em -1.8em 0 0em #0080ff,
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.5),
    1.8em -1.8em 0 0em rgba(0,128,255,0.7),
    2.5em 0em 0 0em #0080ff,
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.5),
    2.5em 0em 0 0em rgba(0,128,255,0.7),
    1.75em 1.75em 0 0em #0080ff,
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.5),
    1.75em 1.75em 0 0em rgba(0,128,255,0.7),
    0em 2.5em 0 0em #0080ff,
    -1.8em 1.8em 0 0em rgba(0,128,255,0.2),
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.5),
    0em 2.5em 0 0em rgba(0,128,255,0.7),
    -1.8em 1.8em 0 0em #0080ff,
    -2.6em 0em 0 0em rgba(0,128,255,0.2),
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.5),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.7),
    -2.6em 0em 0 0em #0080ff,
    -1.8em -1.8em 0 0em rgba(0,128,255,0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,128,255,0.2),
    1.8em -1.8em 0 0em rgba(0,128,255,0.2),
    2.5em 0em 0 0em rgba(0,128,255,0.2),
    1.75em 1.75em 0 0em rgba(0,128,255,0.2),
    0em 2.5em 0 0em rgba(0,128,255,0.2),
    -1.8em 1.8em 0 0em rgba(0,128,255,0.5),
    -2.6em 0em 0 0em rgba(0,128,255,0.7),
    -1.8em -1.8em 0 0em #0080ff;
  }
}

/*===============================*/
/*===       Form Styles       ===*/
/*===============================*/
@media (max-width: 767px) {
    #regist_input input,
    #login_form input,
    #detail_regist_input input,
    #remined_input input,
    #inquiry_input input,
    #inquiry_input textarea,
    .login_form_alert {
        width: 100%;
    }
    #detail_regist_input select,
    #remined_input select {
        float: left;
        width: 25%;
        margin-right: 10px;
    }
    #detail_regist_input div.form-inline,
    #remined_input div.form-inline {
        clear: both;
        margin-top: 15px;
        overflow: auto;
    }
    #detail_regist_input input#male,
    #remined_input input#female {
        width: auto;
        display: inline-block;
    }
}

/*===============================*/
/*===      Alert Styles       ===*/
/*===============================*/
.custom_alert_danger,
.custom_alert_danger p {
    color: #a94442;
    line-height: 2rem;
}
.custom_alert_danger p {
    margin: 0;
}

/*===============================*/
/*===        Ad Styles        ===*/
/*===============================*/
.ad_lg_btm {
    margin-top: 2rem;
    display: flex;
    -webkit-align-items: stretch;
    align-items:         stretch;
    text-align: center;
}
.ad_lg_btm div {
    -webkit-flex-grow: 1;
    flex-grow:         1;
}
.sidebar_ad_spacer {
    display: block;
    width: 100%;
    height: 1rem;
}
.sidebar_fhb {
    width: 162px;
    margin: 2rem auto 1rem;
    border: solid 1px #999;
}

/*===============================*/
/*===      To Top Styles      ===*/
/*===============================*/
.to_top
{
    display: none;
    margin: 0;
    padding: 0;
}
 
.to_top div
{
    margin: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 10px;
}
 
.move_to_top
{
    display: block;
    background-image: url(/images/common/to_top.png);
    background-position: center center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}

@-webkit-keyframes swing
{
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes swing
{
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.move_to_top:hover {
-webkit-animation: swing 1s ease;
animation: swing 1s ease;

}


/*===============================*/
/*===     checkbox Styles     ===*/
/*===============================*/
.designed_checkbox-input {
  display: none;
}
.designed_checkbox-parts {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  transition: .3s;
  transition-property: color;
}
.designed_checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  transition: .3s;
  transition-property: border-bottom,border-right;
}
.designed_checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.designed_checkbox-input:checked + .designed_checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #a00;
  border-right: 3px solid #a00;
}
/* designed_checkbox-partsにcheckbox_[色]を付与で色変更 */
/* baseは基本の紫 */
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_base {
  color: #533D5B;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_base::after {
  border-bottom: 3px solid #533D5B;
  border-right: 3px solid #533D5B;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_moku {
  color: #5DAC81;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_moku::after {
  border-bottom: 3px solid #5DAC81;
  border-right: 3px solid #5DAC81;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_ka {
  color: #DB4D6D;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_ka::after {
  border-bottom: 3px solid #DB4D6D;
  border-right: 3px solid #DB4D6D;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_kon {
  color: #FB9966;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_kon::after {
  border-bottom: 3px solid #FB9966;
  border-right: 3px solid #FB9966;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_sui {
  color: #51A8DD;
}
.designed_checkbox-input:checked + .designed_checkbox-parts.checkbox_sui::after {
  border-bottom: 3px solid #51A8DD;
  border-right: 3px solid #51A8DD;
}

/*==========================================================================================*/
/*=== Modal Styles ===*/
/*==========================================================================================*/
.modal-header {
    padding: 5px 15px;
    border-bottom: none;
}
.modal-header h5 {
    margin-top: .5rem;
}
.modal-footer {
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-top: none;
}
.modal_kikkyou_table {
    margin-bottom: 0;
}
.modal_kikkyou_table th {
    min-width: 115px;
}
.modal_mix_nav {
    margin-top: .5rem;
    font-size: .9rem;
}
.nav-tabs.modal_mix_nav li a.nav-link,
.nav-tabs.modal_mix_nav li a.nav-link.active {
    color: inherit;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    border-right-style: solid;
    border-right-width: 1px;
    padding: .3rem .5rem;
}
.nav-tabs.modal_mix_nav li a.nav-link.active {
    background-color: #ded1d5;
}
#ban_modal_kikkyou span {
  display: inline-block;
}


/*==========================================================================================*/
/*=== Bootstrap override Styles ===*/
/*==========================================================================================*/
.cal_ctl .input-group-addon {
    border: 1px solid rgba(0,0,0,.3);
    font-family: sans-serif;
}
.col-4.cal_ctl.text-center {
    padding: 0;
}

/*==========================================================================================*/
/*=== Famouse detail modal Styles ===*/
/*==========================================================================================*/

#famouse_detail_modal .modal-body {
  padding-top: 0;
}
#famouse_detail_modal .modal-body .title_heading {
  padding-top: 0;
}

#famouse_detail_modal .modal-body .title_heading.two_tone_underbar .heading > h2 {
  font-size: 1.6rem;
}

/* title */
.small_title {
  font-size: 1.3rem;
  border-left: solid 5px #4A225D;
  padding-left: .5rem;
  margin-bottom: 1rem;
}

/* table */
.famouse_detail_table {
  table-layout: fixed;
}
.famouse_detail_table th,
.famouse_detail_table td {
  vertical-align: middle;
}
.famouse_detail_table th {
  width: 140px;
}
.famouse_detail_table td span {
  display: inline-block;
}
@media (max-width: 767px) {
  .famouse_detail_table th {
      width: 100px;
  }
  .famouse_detail_table td {
      word-break: break-all;
  }
}

/* list */
.famouse_detail_result_wrapper ul  {
  margin: 0;
  padding: 0;
}
.famouse_detail_result_wrapper ul li.title {
  padding: 12px 6px;
  background-color: #e4e4e4;
  font-weight: bold;
}
.famouse_detail_result_wrapper li  {
  list-style: none;
  border: solid 1px #BBB;
  border-bottom: none;
  background-color: #FFF;
}
.famouse_detail_result_wrapper li:last-child  {
  border-bottom: solid 1px #BBB;
}
.famouse_detail_result_wrapper li:hover  {
  background-color: #F3F3F3;
}
.famouse_detail_result_wrapper li a {
  padding: 12px 6px;
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 1.6rem;
}
.famouse_detail_result_wrapper li .ns_name {
  display: inline-block;
  color: #555;
}
@media (max-width: 543px) {
  .famouse_detail_result_wrapper li .ns_name {
      display: block;
  }
}

/* SNS */
#famouse_detail_modal #close_btn {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
#famouse_detail_modal h3.sns_share_title {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 1rem;
  margin-top: 2.5rem;
}
#famouse_detail_modal h3.sns_share_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 5%;
  width: 90%;
  height: 1px;
  content: '';
  background: #999;
}
#famouse_detail_modal h3.sns_share_title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

#modal_sns_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
#modal_sns_wrapper a {
  text-decoration: none;
  margin: 0 1rem;
}
#modal_sns_wrapper .social_btn {
  width: 8rem;
  text-align: center;
}

/* ============================================================== */
/* front side bar menu list styles */
/* ============================================================== */
.sidebar_menu_link_title {
  width: 100%;
  text-align: center;
  color: #4A225D;
  font-size: 1.2rem;
  border-bottom: solid 3px #4A225D;
  padding: .7rem 0 .6rem 0;
  background-color: #EEE;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}
.sidebar_menu_links {
  width: 100%;
  text-align: center;
}
.sidebar_menu_links a,
.sidebar_menu_links a:hover {
  color: inherit;
  text-decoration: none;
}
.sidebar_menu_links ul {
  margin: 0;
  padding: 0;
}
.sidebar_menu_links ul li {
  padding: .8rem 0;
  background-color: #FFF;
  border-bottom: dashed 1px #BBB;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  transition: background-color .5s ease 0s, color .2s ease 0s;
  list-style: none;
}
.sidebar_menu_links a:last-child li {
  border-bottom: solid 1px #CCC;
}
.sidebar_menu_links a:hover li {
  background-color: #ECECEC;
}

/* ============================================================== */
/* card new styles */
/* ============================================================== */
.card_new {
    position: absolute;
    background-color: #DB4D6D;
    color: #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -20px;
    top: 10px;
    font-size: .8rem;
    width: 80px;
    text-align: center;
}

/* ============================================================== */
/* Ban setting modal styles */
/* ============================================================== */
#ban_setting_modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#ban_setting_modal .modal-footer {
  padding-top: 0;
}
.ban_setting_modal_table th,
.ban_setting_modal_table td {
    vertical-align: middle;
}
.ban_setting_modal_table th {
    width: 130px;
}
.ban_setting_modal_table td {
    padding: 0;
}
.ban_setting_modal_table td label {
    margin-bottom: 0;
}
.ban_setting_modal_inner_table {
  width: 100%;
}
.ban_setting_modal_inner_table td {
  width: 50%;
  padding: 1rem .75rem;
  border: none;
}
.ban_setting_modal_inner_table.jtc tr:first-child td {
  padding: 1rem .75rem .5rem .75rem;
}
.ban_setting_modal_inner_table.jtc tr:last-child td {
  padding: .5rem .75rem 1rem .75rem;
}
@media (max-width: 543px) {
  .ban_setting_modal_table th {
    width: 110px;
  }
  .ban_setting_modal_table th {
    padding: .75rem .5rem;
  }
  .ban_setting_modal_inner_table td {
    padding: 1rem .5rem;
  }
  .ban_setting_modal_inner_table.jtc tr:first-child td {
    padding: 1rem .5rem .5rem .5rem;
  }
  .ban_setting_modal_inner_table.jtc tr:last-child td {
    padding: .5rem .5rem 1rem .5rem;
  }
}


/* ============================================================== */
/* GetsuBan Disp Change Styles */
/* ============================================================== */
/* text table */
.ban_wrapper .houijin_text_table,
.ban_wrapper .all_text_table {
  display: none;
}

.ban_wrapper .houijin_text_table span,
.ban_wrapper .all_text_table span {
  display: inline-block;
}

.ban_wrapper .houijin_text_table.tt_24,
.ban_wrapper .all_text_table.tt_24 {
  font-size: 10.5px;
}

/* svg */
.svg_ban.svg_all .dct_txt {
  font-size: 13px;
  fill: #666;
}

/* ban change button */
.m_ban_disp_change_btn_wrapper {
  position: absolute;
    bottom: 5px;
    right: 5px;
}
.m_ban_disp_change_btn_wrapper a {
  padding: .3rem .4rem .2rem .4rem;
  font-size: .75rem;
}

.submenu a.m_ban_disp_change_btn {
  padding: .3rem .4rem .2rem .4rem;
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.m_ban_disp_change_btn_wrapper a:hover,
.submenu a.m_ban_disp_change_btn:hover {
  background: #FB9966;
  color: #FFF;
}

/* direction kikkyou list table */
[id^="m_direction_tbl_"] th {
    width: 75px;
}
[id^="m_direction_tbl_"] .houijin,
[id^="m_direction_tbl_"] .all {
    display: none;
}