
@charset "UTF-8";

/* 
======== CONTENTS ==========================================
	Site Name: コラム
    basecolor:#777
    baseSubcolor#F2F2F2
    Caution#b1000e
    2021.8.23
 =========================================================
*/

/* 
===== 上位リセット =================================
*/
body {opacity: 1;}
div#fb ul.trac01 {margin-top: 0;margin-bottom:20px;}
@media screen and (max-width: 767px){
    #fb a {white-space: inherit !important;}
}
div#fc {margin-top:0; margin-bottom:20px;background:#fff;}
div#fc * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#fl {margin-top: 0;padding-top:0;}
div#fl div.u01 {padding: .6em 0 .7em 0;}
.breadcrumb__item a{text-decoration:underline}
@media screen and (max-width: 767px){
    #fc img, #fb img, #fs img {width: auto;}
}
table{border-bottom:1px solid #cfcfcf;border-right:1px solid #cfcfcf;}
th,td{padding:.72em;border-top:1px solid #cfcfcf;border-left:1px solid #cfcfcf;}
th{background: #F2F2F2;}
/* JSリセット*/
@media screen and (max-width: 767px){
    .JS h2 {margin-left:auto;margin-right:auto;margin-bottom:20px;}
    div#fn {width: auto;margin: 15px 10px;}
}
#layout {font-size: 112.18%; color: #2b2b2b;}
hr{margin:20px 0;border-color:transparent; border-bottom:1px solid #777;}
/* フッター グループリンク */
div#fsm div.u04 dl dt{
    flex: 0 0 13rem;    
    padding: 1rem;
    margin-right: 0.8125rem;
    font-weight: bold;
    background-color: #8d8d8d;
    text-align: center;
}

div#fsm div.u04 dl.inlineB{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

div#fsm div.u04 dl.inlineB dd {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .u04 .inlineB dt {
        padding: 0 !important;
        text-align: left !important;
    }
    #fsm dt {
        flex: 1 0 100% !important;
        width: 100%;
    }
}

/* 
===== layout =================================
*/

@media screen and (min-width: 768px) {
    div#fb {width: 965px;min-width:965px;}
}
@media screen and (max-width: 767px) {
    #fl .u01 {display:none;}
}
#layout { margin: 0 auto 7px auto;padding:0 10px 10px 10px;}
#layout::after {content: ""; display: table; clear: both;}

@media screen and (min-width: 768px) {
    #layout {width: 965px;padding:0;}
    .layout-left { float: left;width: 745px;}
    .layout-menu { float: right; width: 195px;}
}
/*Print*/
@media print{
    #layout {width: 965px;padding:0;}
    .layout-left { float: left;width: 745px;}
    .layout-menu { float: right; width: 195px;}
}

/* 
===== common style =================================
*/

section{margin-bottom:30px;}
section p {margin-bottom:.8em !important;}


/* 
===== breadcrumb =================================
*/

.breadcrumb{margin-bottom: 20px;}
@media screen and (max-width: 767px) {
    .breadcrumb {width:100%;overflow-x: scroll !important;margin-top:0;padding: 0 15px;white-space: nowrap;font-size: 92%;}
    .breadcrumb li:last-child{padding-right:10px;}
    .breadcrumb__item {display: inline-block !important;}
    .breadcrumb__item a { padding:10px 5px; display:inline-block;white-space: nowrap; text-decoration: underline;}
    .breadcrumb__item span {margin-right:0;margin-left: 0;}
    .breadcrumb__item strong {margin-left: 5px;}
    /*module.cssのリセット*/
    .trac01 {width: 100%;}
    div#fb ul.trac01 li span { margin-right:0;margin-left: 0;}
    #fb .trac01 li a, .trac01 li strong {white-space: nowrap !important;}
    .trac01 li:last-child{padding-right:10px;}

    /* SP-スクロールバーの装飾 */
    .breadcrumb::-webkit-scrollbar {display:none;}
}


/* 
===== SNS =================================
*/

.sns_button {display: -webkit-flex; display: flex; margin-bottom: 10px;}
.fbBtn, .gpBtn, .hbBtn, .twBtn {display: inline-block;margin-right:2px;}


/* 
===== module =================================
*/          

/* -------------------------------------------*/
/* title */

.h1-title {margin-bottom: 20px;}
.h1-title-section{
    display: -webkit-flex;
    display: flex;
    padding:0 0 .2em 0;     
    margin-bottom:10px;
    overflow: hidden;
    border-bottom:2px solid #555;
    line-height:1.3em;
    font-size:1.363rem;    
}
.l-flex-lowerfixed .h1-title-section{width:100%;}
.h1-title-section a{color:#2b2b2b;}
.h1-title-section a:hover{color:#2b2b2b;text-decoration:none;}
.h2-title {
    display: -webkit-flex;
    display: flex;
    margin-bottom:20px;
    padding:15px 10px;
    font-size:1.2em;
    overflow:hidden;
    background: #777;
    color: #fff;
    border:2px solid #777;
    line-height:1.4;
}
.h2-title__prefix{
    position:relative;
    margin-top:-15px;
    margin-left:-10px;
    margin-bottom:-15px;
    padding:0 5px 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size:.9em;
}
.h2-title__prefix{background:#F2F2F2;color:#777;}
.h2-title__prefix::after{
    position:absolute;
    content:"";
    width:0;
    height:0;
    display:inline-block;
    top:0;
    right:-1.2em;
    border-style: solid;
    border-width:7em 1em 0 0.6em;
    border-color:#F2F2F2 transparent transparent #F2F2F2;
}
.h2-title__title{padding:0 6px 0 1.5em;display:inline-block;}

.h3-title {padding-bottom: 5px;margin-bottom:20px; font-size:1.2em;color: #777; border-bottom: 2px solid #777; }
.h4-title {margin-bottom:10px; font-size:1em;color: #777;}


/* -------------------------------------------*/
/* リスト */

.m-list{margin-bottom:20px;}
.m-list__item {
    margin-left:.5em;
    padding-left:1.3em;
    padding-bottom:.36em;
    position:relative;
}
.m-list .m-list__item:nth-of-last-of-type {padding-bottom:0;}
.m-list__item::before{
    content:"";
    display:inline-block;
    width:5px;
    height:5px;    
    left:-.5em;
    top:.5em;
    position:absolute;
    background:#777;
}

/*リスト--square*/
.m-list__item--square::before{
    width:3px;
    height:3px;   
    background:#fff;    
    border:1px solid #777;
}

/*リスト--任意の番号*/
.m-list-number{
    margin-bottom:20px;
    counter-reset:list-number; 
}
.m-list-number__item{
    padding-left:1.7em;
    padding-bottom:.36em;
    position:relative;
}
.m-list-number .m-list-number__item:last-of-type {padding-bottom:0;}
.m-list-number__item::before{
    counter-increment:list-number;
    content: counter(list-number)". ";
    position:absolute;
    left: 0;
    width: 1em;
    height: 1em;
    font-size:1em;
    color: #777;
}

/*リスト--リンク*/
.m-list-link{
    margin-bottom:20px;
}
.m-list-link__item{
    position:relative;
    padding-left:20px;
    padding-bottom:.36em;
}
.m-list-link .m-list-link__item:last-of-type {padding-bottom:0;}
.m-list-link__item::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: .5em;
    left: 3px;
    margin-bottom:20px;
    border: 4px solid #e60027;
    border-color: transparent;
    border-left-color: #e60027;
}

/*リンク--サムネイル付き*/
.m-list-link__heading{
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #777;
    border-bottom: 2px solid #777;
}
.m-list-link--thumb__item {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-bottom:0;
    margin-bottom:.5rem;
}
.m-list-link--thumb__item::before {
    display:none !important;
    padding-left:0 !important;
}
.m-list-link--thumb__item::after{
    content:"1st";
    position:absolute;
    right:0;
    bottom:0;
    line-height:1;
    color:#DBB400;
    opacity:.2;
    font-family: Arial;
    font-weight: 900;
    font-size:3.3rem;
}
.m-list-link--thumb__item:nth-child(2)::after{
    content:"2nd";
    color:#9ea5ad;
    font-size:3rem;
    letter-spacing:-1px;
}
.m-list-link--thumb__item:nth-child(3)::after{
    content:"3rd";
    color:#816D46;
    font-size:3.2rem
}
.m-list-link--thumb__item:nth-child(n+4)::after{
    display:none;
}
.m-list-link--thumb__item a{
    display: block;
}
.m-list-link--thumb__item a[href^="http"], .m-list-link--thumb__item a[href^="https"] {
    padding-left: 0 !important;
}
.m-list-link--thumb__item a[href^="http"]::before, .m-list-link--thumb__item a[href^="https"]::before,
.m-list-link--thumb__item a[href^="http"]::after, .m-list-link--thumb__item a[href^="https"]::after {
    position:relative!important;
    background:none!important;
    border:none!important;
}
.m-list-link--thumb__item a::after,.m-list-link--thumb__item a::before{
    content: "";
	display: block !important;
	clear: both;
}
.m-list-link--thumb__item__img{
    width:40%;
    float:left;
    margin-right:.3rem;
}
@media screen and (max-width: 767px) {
    .m-list-link--thumb{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .m-list-link--thumb__item {
        flex: 0 0 45%;
    }
    .m-list-link--thumb__item__img{
        width:100%;
        float:none;
        display:block;
    }
    .m-list-link--thumb__item__txt {
        display: block;
        min-height: 3rem;
    }
}


/*リスト--インライン*/
.m-list-inline{}
.m-list-inline__item{
    display:inline-block;
    margin-bottom:10px;
    padding-right:.7em;
    padding-left:.7em;
    border-left: 1px dotted #777;
}
.m-list-inline .m-list-inline__item:last-of-type{border-right: 1px dotted #777;}

/*リスト--インライン--SPはblock actTtl */
.m-list-inline--spblock{}
@media screen and (max-width: 767px) {
    .m-list-inline--spblock__item{
        display:block;
        position:relative;
        margin-bottom:1px;
        padding:0;
        border-left:none;
    }
    .m-list-inline--spblock__item a {
        display: block;
        padding: 10px 30px 10px 10px;
        margin-bottom: 1px;
        vertical-align: middle;
        min-height: 2em;
        background: #fff;
    }
    .m-list-inline--spblock__item::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 0;
        bottom: 0;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        margin: auto 0;
        border-top: 2px solid #dc0c35;
        border-right: 2px solid #dc0c35;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/*リスト--タブ*/
.m-list-tab{}
.m-list-tab__item{
    display:inline-block;
    margin-bottom:-2px;
    padding:.7em .7em .7em 15px;
    position:relative;
    border: 1px solid #e7e7e7;
    border-bottom:none;
    -webkit-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    background:#fff;
}
.m-list-tab__item::after{
    content:"";
    display:inline-block;
    position:absolute;
    width:5px;
    height:100%;
    bottom:0;
    right:-6px;
    border-bottom: 1px solid #e7e7e7;
}
.m-list-tab__item::before{
    content:"";
    display:inline-block;
    position:absolute;
    width:0;
    height:0;
    top:45%;
    left:4px;
    border:4px solid transparent;
    border-bottom:none;
    border-top-color:#e60027;
}

/* リスト--ヘッダー付き */
.m-list-link-head{
    margin-bottom: 1.2rem;
    border: 1px solid #E7E7E7;
} 
.m-list-link-head {
    margin-top: 0;
    padding: 0;
    width: 100%;
}
.m-list-link-head__title{
    margin-bottom:0;
    padding: .6em 10px .4em 10px;
    border-bottom:3px solid #E7E7E7;
    background: #f4f4f4;
    color: #737373;
}
.m-list-link-head__list{
    padding:0 10px 10px 10px;
    font-size:.813rem;
}
.m-list-link-head__list__item{
    position:relative;
    padding:10px;
    background: #fff;
    border-bottom:1px dotted #cfcfcf;
}
.m-list-link-head__list__item::before{
    content: "";
    display: block;
    position: absolute !important;
    width: 0;
    height: 0;
    top: calc(10px + .5em);
    left: 0;
    border: 4px solid transparent;
    border-right: none;
    border-left-color: #e60027;
    }
.m-list-link-head__list__item:last-child {
    padding-bottom:0;
    border-bottom:none;
}

/*アコーディオン JSセットで使用*/
.m-accordion-body{margin-bottom:20px;}
@media screen and (max-width: 767px) {
    .m-accordion-body{display:none;}
    .m-accordion-title {
        position: relative;
        padding: 13px 10px;
        margin-bottom: 0 !important;
        text-align: left;
        font-size: 1.4em;
        font-weight: normal;
        cursor: pointer;
        color: rgb(20, 50, 82);
        background-color: rgb(248, 248, 248);
        border: rgb(211, 211, 211) solid 1px;
    }
    .m-accordion-title:after {
        content: "+";
        position: absolute;
        right: 10px;
        top: 20%;
        font-size: 1.1em;
        color: #dc0c35;
        font-weight: bold;
    }
    .m-accordion-title.s-active:after {
        content: "－";
    }
}

/* -------------------------------------------*/
/* リンク */

/*外部リンク*/
#fb a[href^="http"],#fb a[href^="https"] {position:relative;padding-left:20px;}
#fb a[href^="http"]:before,
#fb a[href^="https"]::before{
    content:"";
    position:absolute;    
    display:inline-block;
    width:7px;
    height:7px;
    top:9px;
    left:0;
    border:1px solid #b1000e;
    border-right:transparent;
    border-top:transparent;
    background:#fff;
}
#fb a[href^="http"]:after,
#fb a[href^="https"]::after{
    content:"";
    position:absolute;    
    display:inline-block;
    width:7px;
    height:7px;
    top:5px;
    left:3px;
    border:1px solid #b1000e;
    background:#fff;
}
/*PDF*/
#fb a[href$=".pdf"]{
    background: url(/common/img/se_list/icn_datalist01-pdf01.gif) no-repeat 0 0;  
    padding-left:20px;
}

/* -------------------------------------------*/
/* ボタン */

.m-button{text-align:center}
.m-button__item{
    display:inline-block;
    max-width:98%;
    box-sizing:border-box;
    margin:5px;
    padding:10px 30px 10px 20px;
    position:relative;
    font-weight:700;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#777;
    text-align:center;
    font-size:1.1em;
}
a.m-button__item{color:#fff;}
a.m-button__item:active{opacity:.7;}
.m-button__item::after{
    content:"";
    display:inline-block;
    position:absolute;
    width:0;
    height:0;
    top:40%;
    right:5px;
    border:5px solid #e60027;
    border-color:transparent;
    border-left-color:#fff;    
}

/*ボタン--反転*/
.m-button__item--flip{ 
    background:#F2F2F2;
    border:1px solid #e7e7e7;
}
a.m-button__item--flip{color:#777;}
.m-button__item--flip::after{border-left-color:#777;}

/*ボタン--お問い合わせ*/
.m-button__item--contact{ background:#b1000e;}
a.m-button__item--contact{color:#fff;}

/* -------------------------------------------*/
/* Q&A */

.m-qalist{}
.m-qalist__q{
    display: -webkit-flex;
    display: flex;
    margin-bottom:20px;
}
.m-qalist__q::before{
    content:"Q";
    display:inline-block;
    padding-right:10px;
    font-size:5em;
    color:#777;
    font-weight:700;
    line-height:1;
}
.m-qalist__a{
    display: -webkit-flex;
    display: flex;
    margin-bottom:20px;
}
.m-qalist__a::before{
    content:"A";
    display:inline-block;
    padding-right:10px;
    font-size:5em;
    color:#b1000e;
    font-weight:700;
    line-height:1;
}

/* -------------------------------------------*/
/* ページャー */          

.m-pager {display: flex; justify-content: center; flex-wrap: wrap;margin-bottom:30px;}
@media screen and (min-width: 768px) {
    .m-pager {justify-content: flex-end;flex-wrap: nowrap; }
}
.m-pager__item {display: flex;}
.m-pager__item__btn {
    box-sizing: border-box;
    display: flex;
    margin-left: 3px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #777;
    color: #777;
    background: #fff;
}
a.m-pager__item__btn {text-decoration: none;color: #777;}
a.m-pager__item__btn:hover {background: #777; color: #fff;}

/* -------------------------------------------*/
/* ページャー next prev*/

.m-pager__item--prev, .m-pager__item--next {width: 100%;}
@media screen and (min-width: 768px) {
    .m-pager__item--prev,  .m-pager__item--next {width: auto;margin-bottom: 0; }
}
.m-pager__item--prev__btn {
    position: relative;
    display: flex;
    width: auto;
    margin: 0 auto 10px auto;
    padding: 0 20px 0 40px;
}
.m-pager__item--next__btn {
    position: relative;
    display: flex;
    width: auto;
    margin: 10px auto 0 auto;
    padding: 0 40px 0 20px;
}
.m-pager__item--prev__btn:hover::before,
.m-pager__item--next__btn:hover::before { background: #777;}
.m-pager__item--prev__btn:hover::after {border-right-color: #777;}
.m-pager__item--next__btn:hover::after {border-left-color: #777;}

@media screen and (min-width: 768px) {
    .m-pager__item--next__btn {margin-top: 0;margin-left: 3px; }
}
.m-pager__item--prev__btn::before, .m-pager__item--next__btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #777;
}
.m-pager__item--next__btn::before {
    right: 10px;
    left: auto;
}
.m-pager__item--prev__btn::after, .m-pager__item--next__btn::after {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
}

/* アイコン */
.m-pager__item--next__btn::after {
    right: 14px;
    left: auto;
    border-right: none;
    border-left: 3px solid #fff;
}
.m-pager__item--prev__btn::after{border-right: 3px solid #fff;}

/* ページャー 現在地*/
.m-pager__item__btn--current {background: #777; color: #fff;}

/* -------------------------------------------*/
/* 矢印付きリンクボックス */

.m-linkbox{
    position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight:700;
    border:5px solid #777;
}
.m-linkbox::before{
    position:absolute;
    content:"";
    display:inline-block;    
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #777;
}
.m-linkbox::after {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left-color: #fff;
}
.m-linkbox__item{    
    display:block;
    padding: 15px 30px 15px 15px;
    width:100%;
    height:100%;
    text-align:center;
    color:#777;
}
a.m-linkbox__item{ text-decoration:none;}

/* -------------------------------------------*/
/* 引用 */

.m-quote{
    position:relative;
    margin-bottom:20px;
    padding: 20px 60px;
	background: #f5f5f5;
    font-size:1.142em;
    font-weight:bold;
    color:#333;
    line-height:1.6;
}
.m-quote:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 10;
	content: "“";
	color: #ddd;
	font-size: 500%;
    font-family: Century;
}
.m-quote:after {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 20px;
	content: "”";
	color: #ddd;
	font-size: 500%;
    font-family: Century;
    line-height:0;
}
.m-quote__item{
    margin:1em;
}

/* -------------------------------------------*/
/* キャプション付きイメージ */

.m-figure{
    margin:0 auto 20px auto;
    display: table;
    width: 200px;
    text-align: center;
}
.m-figure img{max-width:inherit}
.m-figure__img {margin-bottom:5px;}
.m-figure__txt {
    display: block;
    font-size: .9em;
    line-height: 1.5em;
    text-align: left;
    color:#666;
}

/* -------------------------------------------*/
/* お問い合わせ-bside */
.m-inquiry-bside{
    margin-bottom:20px;
    font-size:.6875rem;
    background-color: #f2f2f2;
    border:1px solid #f2f2f2;
}
.m-inquiry-bside__img{
    background:#fff;
    text-align:center;
}
.m-inquiry-bside__txt {
    position:relative;
    margin:10px;
    padding:0 0 0 23px;
    font-weight: bold;
}
.m-inquiry-bside__txt::before{
    content: '';
    display:block;
    position: absolute;
    left:0;
    top:0;
    width: 14px;
    height: 9px;
    border-radius: 2px;
    border: solid 2px #666;
    background: #f2f2f2;
}
.m-inquiry-bside__txt::after{
    content:'';
    position: absolute;
    display:block;
    width:2px;
    height:2px;
    left:3px;
    top:5px;
    border:5px solid transparent;
    border-bottom-color:#666;
}
.m-inquiry-bside__button{
    padding: 0 10px 10px 10px;
}
.m-inquiry-bside__button a{
    display: block;
    padding: 15px 0;
    background-color: #c8102e;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}


/* 
===== utility =================================
*/          

/* -------------------------------------------*/
/* display*/

@media screen and (max-width: 767px){
    .u-d-block--pc {display:none;}
    .u-d-block--sp {display:block;}
    .u-d-inline--sp {display: inline;}
    .u-d-inlineb--sp {display: inline-block;}
    .u-d-none--sp{display:none;}
}
@media screen and (min-width: 768px) {
    .u-d-block--pc {display: block;}
    .u-d-block--sp {display: none;}
    .u-d-inline--pc {display: inline;}
    .u-d-inlineb--pc {display: inline-block;}
    .u-d-none--pc{display:none;}
}
.u-d-none {display: none;}
.u-d-block {display: block;}

/* -------------------------------------------*/
/* margin*/

.u-m0{margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;} 

.u-mr10 { margin-right: 10px;}
.u-mr20 { margin-right: 20px;}

.u-mb0 { margin-bottom: 0;}
.u-mb10 { margin-bottom: 10px;}
.u-mb15 { margin-bottom: 15px;}
.u-mb20 { margin-bottom: 20px;}
.u-mb30 { margin-bottom: 30px;}
.u-mb50 { margin-bottom: 50px;}

.u-ml10 { margin-left: 10px;}
.u-ml20 { margin-left: 20px;}

.u-mh5 { margin-left: 5px; margin-right: 5px;}
.u-mh10 { margin-left: 10px; margin-right: 10px;}

.u-mv5 { margin-top: 5px; margin-bottom: 5px;}
.u-mv10 { margin-top: 10px; margin-bottom:10px;}

/* -------------------------------------------*/
/* padding*/

.u-p5 { padding: 5px;}
.u-p10 { padding: 10px;}
.u-p15 { padding: 15px;}
.u-p20 { padding: 20px;}
.u-p25 { padding: 25px;}

.u-ph5 { padding-right: 5px;padding-left: 5px;}
.u-ph10 { padding-right: 10px;padding-left: 10px;}

.u-pv5 { padding-top: 5px;padding-bottom: 5px;}
.u-pv10 { padding-top: 10px;padding-bottom: 10px;}

.u-pl10 { padding-left: 10px;}
.u-pl20 { padding-left: 20px;}
.u-pl50 { padding-left: 50px;}

.u-pr10 { padding-right: 10px;}
.u-pr20 { padding-right: 20px;}
.u-pr50 { padding-right: 50px;}


/* -------------------------------------------*/
/* font*/

/*weight*/
.u-txt-bold { font-weight: bold;}
.u-txt-normal { font-weight: normal;}

/* color*/
.u-txt-fff { color: #fff !important;}
.u-txt-red { color: #b1000e !important;}
.u-txt-theme { color: #aaa !important;}
.u-txt-sub { color: #e5e5e5 !important;}

/* size*/
.u-txt-xs { font-size: .6875rem;}/*11*/
.u-txt-ss { font-size: .75rem;}/*12*/
.u-txt-s { font-size: .875em;}/*14*/
.u-txt-m { font-size: 1rem;}/*16*/
.u-txt-l { font-size: 1.375rem;}/*18*/
.u-txt-ll { font-size: 1.375rem;}/*22*/
.u-txt-xl { font-size: 1.75rem;}/*28*/

/*SP用*/
@media screen and (max-width: 767px) {
    .u-txt-sp4vw { font-size: 4vw;}
    .u-txt-sp5vw { font-size: 5vw;}
    .u-txt-sp6vw { font-size: 6vw;}
}

/*decoration*/
.u-txt-deco-none{text-decoration:none !important;}
.u-txt-under{text-decoration:underline !important;}
.u-txt-annotation{ font-size: .875em; color:#737373; margin:0 .2em;}

/* -------------------------------------------*/
/* width/height */

.u-w-auto { width: auto;}
.u-w100per { width: 100% !important; height: auto;}
.u-w100per-max { max-width: 100%; width: auto !important;}
.u-w30per { width: 30% !important; height: auto;}
.u-w33per { width: 32% !important; height: auto;}
.u-w50per { width: 49% !important; height: auto;}
.u-w70per { width: 69% !important; height: auto;}
.u-w80per { width: 79% !important; height: auto;}
.u-h-auto { height: auto;}
.u-h100per { height: 100%; width: auto;}
@media screen and (min-width: 768px) {
    .u-w30per--pc { width: 30%;}
    .u-w50per--pc { width: 49%;}
    .u-w70per--pc { width: 69%;}
    .u-w80per--pc { width: 79%;}
}
@media screen and (max-width: 767px) {
    .u-w100--sp { width: 100px !important; height:auto;}
    .u-w30per--sp { width: 30%;}
    .u-w50per--sp { width: 49%;}
}

/* -------------------------------------------*/
/* border */

.u-border-none{border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;}
.u-border {border: 1px solid #e5e5e5;}
.u-border-dashed {border: 1px dashed #e5e5e5;}
.u-border-bold {border: 4px solid #e5e5e5;}
.u-border-arert {border: 1px solid #b1000e;}
.u-border-theme {border: 5px solid #777;}
.u-border-sub {border: 5px solid #e5e5e5;}

/*吹き出し*/
.u-border-balloon{
    margin-left:10px;
    padding:10px;
    position:relative;
    border: 4px solid #e5e5e5;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.u-border-balloon::after{
    content:"";
    display:inline-block;
    position:absolute;
    width:7px;
    height:7px;
    top:20px;
    left:-8px;
    border:4px solid transparent;
    border-left-color:#e5e5e5; 
    border-top-color:#e5e5e5; 
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    background:#fff;
}

/* -------------------------------------------*/
/* background */

.u-bg-none{background:none !important;}
.u-bg {background: #e5e5e5;}
.u-bg-light {background: #eee;}
.u-bg-dark {background: #777;}
.u-bg-white {background: #fff;}
.u-bg-theme {background:#777;}
.u-bg-sub {background:#e5e5e5;}

/* -------------------------------------------*/
/* box-shadow */

.u-shadow{ box-shadow:0 7px 5px -4px #e5e5e5;}

/* -------------------------------------------*/
/* line */

.u-line-none{border-bottom:none !important;}
.u-line {border-bottom: 1px solid #e5e5e5;}
.u-line-r {border-right: 1px solid #e5e5e5;}
.u-line-dashed {border-bottom: 1px dashed #e5e5e5;}
.u-line-dashed-r {border-right: 1px dashed #e5e5e5;}
.u-line-bold {border-bottom: 4px solid #e5e5e5;}
.u-line-bold-r {border-right: 4px solid #e5e5e5;}
.u-line-theme {border-bottom: 5px solid #777;}
.u-line-theme-r {border-right: 5px solid #777;}
.u-line-sub {border-bottom: 5px solid #e5e5e5;}
.u-line-sub-r {border-right: 5px solid #e5e5e5;}
.u-bd-radius{-webkit-border-radius:5px;border-radius:5px;}

/* -------------------------------------------*/
/* icon */

/*text*/
.u-i-txt{
    display:inline-block;
    margin-bottom:5px;
    padding:2px 10px;
    border-radius:3px;
    background:#777;
    font-weight:bold;
    color:#fff;    
}

/* arrow*/
.u-i-arrow-top,
.u-i-arrow-r,
.u-i-arrow-btm,
.u-i-arrow-l,
.u-i-arrow-l--gray,
.u-i-arrow-r--gray{ position:relative;display:inline-block;padding-left:15px;}
.u-i-arrow-top::before,
.u-i-arrow-r::before,
.u-i-arrow-btm::before,
.u-i-arrow-l::before,
.u-i-arrow-l--gray::before,
.u-i-arrow-r--gray::before{
    content:"";
    display:inline-block;
    position:absolute;
    width:0;
    height:0;
    top:.5em;
    left:0;    
    border:4px solid transparent;
}
.u-i-arrow-top::before{border-top:none;border-bottom-color:#e60027;}
.u-i-arrow-r::before{border-right:none;border-left-color:#e60027;}
.u-i-arrow-btm::before{border-bottom:none;border-top-color:#e60027;}
.u-i-arrow-l::before{border-left:none;border-right-color:#e60027;}
.u-i-arrow-l--gray::before{border-left:none;border-right-color:#777;}
.u-i-arrow-r--gray::before{border-right:none;border-left-color:#777;}

/*zoom*/
.u-i-zoom{position:relative;padding-left:15px;}
.u-i-zoom:before{
    content:'';
    height:6px;
    display:block;
    position:absolute; 
    top:2px; 
    left:0;
    width:6px; 
    border:2px #e60027 solid;    
    -webkit-border-radius:100%;   
    border-radius:100%;
}
.u-i-zoom:after{
    content:'';
    height:6px;
    display:block;
    position:absolute; 
    top:9px; 
    left:8px;
    width:3px; 
    background:#e60027;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/* -------------------------------------------*/
/* icon-ribbon*/

.u-ribbon {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-left:4em;
    border:none;
}
.u-ribbon__body {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
    padding: 3px 0;
    z-index: 2;
    width: 2em;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: linear-gradient(#b89523 0%, #a4841d 100%);
    -webkit-border-radius:2px 2px 0 0;
    border-radius: 2px 0 0 0;
}
.u-ribbon__body::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 1em solid #a4841d;
    border-right: 1em solid #a4841d;
    border-bottom: 5px solid transparent;
}

/*内容で可変*/
.u-ribbon-h{
    position:relative;
    padding:5px;
    margin-right:.8em;
    height:1.95em;
    background:#b1000e;
    font-size:12px;
    line-height:1;
    color:#fff;
}
.u-ribbon-h::after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    height: 0;
    width: 0;
    border-right: 6px solid transparent;
    border-top: 1em solid #b1000e;
    border-bottom: .95em solid #b1000e;
}

/* -------------------------------------------*/
/*三点リーダー H1用*/
.u-ellipsis{
    position:relative;
    padding-right:.56em;
    height: 2.8em;
    min-height:2.8em;
    display: -webkit-box;
    overflow: hidden;
    line-height:1.4em;
    width:100%;
}
.u-ellipsis:before {
    content: "…";
    padding-top:.4em;
    padding-left:2em;
    top: 1.2em;
    right: -0.37em;
    width:1.2em;
    height:100%;
    background:linear-gradient(to right, rgba(255,255,255,0), #fff, #fff); 
    position: absolute;
}
.u-ellipsis:after {
    content: " ";
    height: 100%; 
    width: 100%;
    background:#fff;
    position: absolute;
}

/* -------------------------------------------*/
/* status*/

/* アイコン（リンク）なし */
.s-i-none,.s-i-none{padding-left:0 !important; padding-right:0 !important;}
.s-i-none::before,.s-i-none::after{display:none !important;}


/* -------------------------------------------*/
/* layout*/

/* Float
    子供は必ずl-floatに内包すること
*/
.l-float:after {content: ""; display: table; clear: both;}
.l-float__l { float: left; padding-right:10px;}
.l-float__r { float: right; display:inline-block; padding-left:10px;}

/* Float はPCのみ、SPはblock */
.l-float__l--pc,.l-float__r--pc{
    display:block; 
    float:none; 
}
.l-float__l--pc{padding-right:0;}
.l-float__r--pc{padding-left:0;}
@media screen and (min-width: 768px) {
    .l-float__l--pc{float: left;padding-right:10px;}
    .l-float__r--pc{float: right;padding-left:10px;}
}

/* Float はスマホのみ、PCはblock */
.l-float__l--sp{float: left;}
.l-float__r--sp{float: right;}
@media screen and (min-width: 768px) {
    .l-float__l--sp,.l-float__r--sp{
        display:block;
        padding-right:0;
        text-align:center;
        float:none; 
    }
}

/* flexbox*/
.l-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*flexbox-左寄せ流し込み*/
.l-flex--wrap {
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/*flexbox-センター合わせ*/
.l-flex--center {-webkit-align-items: center;align-items:center;}

/*flexbox--子幅指定*/
.l-flex__item {
    max-width: 100%;
    align-items: flex-start;
    flex:1;
}

.l-flex__item--inherit{flex:inherit;}
.l-flex__item--1{display: -webkit-flex; display: flex;flex:1}
.l-flex__item--2{display: -webkit-flex; display: flex;flex:2}
.l-flex__item--3{display: -webkit-flex; display: flex;flex:3}
.l-flex__item--300{ flex: 1 0 300px;}
@media screen and (min-width: 768px) {
    .l-flex .l-flex__item--300:nth-of-type(3n-2){margin-right:15px;}
    .l-flex .l-flex__item--300:nth-of-type(3n-1){margin-right:7.5px;margin-left:7.5px;}
    .l-flex .l-flex__item--300:nth-of-type(3n){margin-left:15px;}
}
.l-flex__item--3col{width:100%;}
@media screen and (min-width: 768px) {
    .l-flex .l-flex__item--3col:nth-of-type(3n-2){margin-right:15px;flex: 1 0 29%;}
    .l-flex .l-flex__item--3col:nth-of-type(3n-1){margin-right:7.5px;margin-left:7.5px;flex: 1 0 29%;}
    .l-flex .l-flex__item--3col:nth-of-type(3n){margin-left:15px;flex: 1 0 29%;}
    .l-flex .l-flex__item--3col:nth-of-type(2n+1):last-child{ max-width: 29%; }
}
.l-flex__item--2col{flex: 1 0 100%;width:100%;}
@media screen and (min-width: 768px) {
    .l-flex .l-flex__item--2col:nth-of-type(even){margin-left:10px;flex: 1 0 48%;}
    .l-flex .l-flex__item--2col:nth-of-type(odd){margin-right:10px;flex: 1 0 48%;}
    .l-flex .l-flex__item--2col:nth-of-type(2n+1):last-child{ max-width: 48%; }
}
.l-flex__item img {height: auto;max-height:100%;}

/*flexbox--内包のアイテムを下部固定*/
@media screen and (min-width: 768px) {
    .l-flex-lowerfixed{display:flex;flex-direction: column;}
    .l-flex-lowerfixed__item{margin-top: auto;margin-left:auto;}
}

/* position*/
.l-center { text-align: center;}
.l-right { text-align: right;}
.l-left { text-align: left;}
@media screen and (min-width: 768px) {
    .l-center-pc { text-align: center;}
    .l-right-pc { text-align: right;}
    .l-left-pc { text-align: left;}
}
@media screen and (max-width: 767px) {
    .l-center-sp { text-align: center;}
    .l-right-sp { text-align: right;}
    .l-left-sp { text-align: left;}
}

