@charset "UTF-8";

/*
* module.css
*
* パーツテンプレート
*
*/


/*----------------------------------------------*/
/*
/* Common
/*
/*----------------------------------------------*/

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

/* 左寄せ */
.textLeft {
    text-align: left !important;
}
/* 右寄せ */
.textRight {
    text-align: right !important;
}
/* 真ん中寄せ */
.textCenter {
    text-align: center !important;
}
/* 均等割り付け */
.textJustify {
    text-align: justify !important;
}
/* 改行しない */
.textNowrap {
    white-space: nowrap !important;
}
/* ボールド */
.textBold {
    font-weight: bold !important;
}
/* ノーマライズ */
.textNomal {
    font-weight: normal !important;
}
/* Small */
.textSmall {
    font-size: 0.8em;
}
/* Large */
.textLarge {
    font-size: 2.2em;
    font-size: 2.2rem;
}
/* Lead */
.textLead {
    font-size: 2.2rem;
    color: #eb6f0b;
}

/* Side */
.textSide {
    font-size: 1.1rem;
    color: #c7c7c7;
}

/* Red */
.textRed {
    color: #E90000;
}

/* Indent */
.textIndent {
    text-indent: 1.5em;
}

/* img icon */
/*.icon {*/
    /*vertical-align: middle;*/
    /*margin-right: 6px;*/
/*}*/

.fileSize {
    font-size: 0.8em;
}

/* inline-block
--------------------------------------*/

/* inline-block */
.inlineBlock,
.ib{
    display: inline-block;
}

/* newsカテゴリ用 */
.ib {
    font-size: 0.9em;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    background-color: #f15a24;
}


/* img
--------------------------------------*/
.wd100 {
    width: 100%;
}

/* margin
--------------------------------------*/

.mgNomal {
    margin-bottom: 20px;
}
.mgHalf {
    margin-bottom: 10px;
}
.mgLarge {
    margin-bottom: 40px;
}
.mgTop {
    margin-top: 20px;
}
.mgTopHalf {
    margin-top: 10px;
}
.mg1em {
    margin-bottom: 1.5em;
    margin-bottom: 1.5rem;
}

.mgL10 {
    margin-left: 10px;
}

.mgR10 {
    margin-right: 10px;
}
.mgR20 {
    margin-right: 20px;
}

.lastElement,
.mgNone {
    margin: 0 !important;;
}

/* vertical-align
--------------------------------------*/
.middle,
.vaMiddle {
     vertical-align: middle;
}
.vaTop {
    vertical-align: top;
}

/* display
--------------------------------------*/

/* 非表示 */
.hide {
  display: none;
}
/* 表示 */
.show {
  display: block;
}

/* effect
--------------------------------------*/
.btn {
    -webkit-transition:all 0.3s ;
    -moz-transition:all 0.3s ;
    transition:all 0.3s
}
.btn:hover {
    opacity: 0.85 ;
}

/*.grayscale {
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
}
.grayscale:hover {
    -webkit-filter: grayscale(0%);
    filter: none;
}*/

/*----------------------------------------------*/
/*
/* h
/*
/*----------------------------------------------*/
/* h1などで利用 */
.hType01 {
    background: url("/assets/img/module/bg_h_01.png") no-repeat left 50%;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 2.0em;
    font-size: 2.0rem;
}
/* h2などで利用 */
.hType02 {
    background: url("/assets/img/module/bg_h_02.gif") no-repeat left bottom;

    padding-bottom: 1px;
    margin-bottom: 20px;
    font-size: 2.0em;
    font-size: 2.0rem;
}
    .hType02.imgType {
        padding-bottom: 10px;
    }

/* h3などで利用 */
.hType03 {
    margin-bottom: 10px;
}
    .hType03 i {
        margin-right: 0.5em;
        color: #008EE9;
    }
    .hType03 i:before {
      content: "\f111";
    }
    .hType03.indent {
        text-indent: -0.7em;
        margin-left: 1.3em;
    }

/* h4などで利用 */
.hType04 {
    font-weight: bold;
    margin-bottom: 10px;
}

/* h5などで利用 */
.hType05 {
    margin-bottom: 5px;
}

/* /company/info/principle.html などで利用 */
.hTypeStrong {
    font-size: 2.2rem;
    color: #eb6f0b;
    margin-bottom: 10px;
}

/*----------------------------------------------*/
/*
/* grid
/*
/*----------------------------------------------*/

.grid {
    /*margin-right: -15px;*/
    margin-left: -15px;
    margin-bottom: 20px;
}
.grid::after, .grid::before {
    content: " ";
    display: table;
}
.gridCols {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    padding-left: 15px;
    float: left;
}


/* mサイズ（PC用） */
.m-12 {
  width: 100%;
}
.m-11 {
  width: 91.66666667%;
}
.m-10 {
  width: 83.33333333%;
}
.m-9-5 {
  width: 80%;
}
.m-9 {
  width: 75%;
}
.m-8 {
  width: 66.66666667%;
}
.m-7 {
  width: 58.33333333%;
}
.m-6 {
  width: 50%;
}
.m-5 {
  width: 41.66666667%;
}
.m-4 {
  width: 33.33333333%;
}
.m-3 {
  width: 25%;
}
.m-2-5 {
  width: 20%;
}
.m-2 {
  width: 16.66666667%;
}
.m-1 {
  width: 8.33333333%;
}

.m-off-1 {
    margin-left: 8.33333333%;
}

@media (max-width: 768px) {
    [class*="m-"] {
        width: 100%;
    }

    /* sサイズ（タブレットスマホ用）*/
    .s-12 {
      width: 100%;
    }
    .s-11 {
      width: 91.66666667%;
    }
    .s-10 {
      width: 83.33333333%;
    }
    .s-9 {
      width: 75%;
    }
    .s-8 {
      width: 66.66666667%;
    }
    .s-7 {
      width: 58.33333333%;
    }
    .s-6 {
      width: 50%;
    }
    .s-5 {
      width: 41.66666667%;
    }
    .s-4 {
      width: 33.33333333%;
    }
    .s-3 {
      width: 25%;
    }
    .s-2 {
      width: 16.66666667%;
    }
    .s-1 {
      width: 8.33333333%;
    }


}


/*----------------------------------------------*/
/*
/* box
/*
/*----------------------------------------------*/

/* normal
--------------------------------------*/
.boxNormal {
    margin-bottom: 20px;
}
    .boxNormal:last-child {
        /*margin-bottom: 0;*/
    }

/* half
--------------------------------------*/
.boxHalf {
    margin-bottom: 10px;
}
    .boxHalf:last-child  {
        /*margin-bottom: 0;*/
    }

/* large
--------------------------------------*/
.boxLarge {
    margin-bottom: 40px;
}
    .boxLarge:last-child  {
        /*margin-bottom: 0;*/
    }
/* border
--------------------------------------*/
.boxBorder {
    padding: 20px;
    border: solid 1px #c7c7c7;
}
    .boxBorder:last-child {
        /*margin-bottom: 0;*/
        /*padding-bottom: 0;*/
    }
/* boxBorderHalf
--------------------------------------*/
.boxBorderHalf {
    padding: 15px;
    border: solid 1px #c7c7c7;
}
    .boxBorderHalf:last-child {
        /*margin-bottom: 0;*/
        /*padding-bottom: 0;*/
    }

/* padding
--------------------------------------*/
.boxPadding01 {
    padding: 20px;
}

/* layout img
--------------------------------------*/
.boxImgTxt {}
    .boxImgTxt figure img {
        width: 100%;
        margin-bottom: 10px;
    }
    .boxImgTxt .txtArea {
        /*padding: 10px;*/
    }

    /* image left */
    .boxImgTxt.left {
    }
        .boxImgTxt.left figure {
            float: left;
        }
        .boxImgTxt.left .txtArea {
            float: right;
            /*padding: 0 10px;*/
            /*padding: 0 15px;*/
        }
        .boxImgTxt.left.pd20 .txtArea {
            padding: 0 0 0 20px;
        }

    /* image right */
    .boxImgTxt.right {
    }
        .boxImgTxt.right figure {
            float: right;
        }
        .boxImgTxt.right .txtArea {
            float: left;
            /*padding: 0 15px;*/
        }
        .boxImgTxt.right.pd20 .txtArea {
            padding: 0 20px 0 0;
        }

.boxImgTxtFloat {}
    .boxImgTxtFloat figure img {
        width: 100%;
        margin-bottom: 10px;
    }
    .boxImgTxtFloat .txtArea {
        /*padding: 10px;*/
    }

    /* image left */
    .boxImgTxtFloat.left {
    }
        .boxImgTxtFloat.left figure {
            float: left;
            margin-right: 10px;
        }
            .boxImgTxtFloat.left.mg20 figure {
                margin-right: 20px;
            }
        .boxImgTxtFloat.left .txtArea {
            /*float: right;*/
            /*padding: 0 10px;*/
        }


    /* image right */
    .boxImgTxtFloat.right {
    }
        .boxImgTxtFloat.right aside {
            float: right;
            margin-left: 10px;
        }
            .boxImgTxtFloat.right aside figure {
                float: none;
                margin-left: 0px;
            }

        .boxImgTxtFloat.right figure {
            float: right;
            margin-left: 10px;
        }
            .boxImgTxtFloat.right.mg20 figure {
                margin-left: 20px;
            }
            .boxImgTxtFloat.right.mg20 .txtArea {
                padding: 0;
            }
        .boxImgTxtFloat.right .txtArea {
            /*float: left;*/
            /*padding: 0 10px;*/
        }
        .boxImgTxtFloat.right.pd20 .txtArea {
            padding: 0 20px 0 0;
        }



@media (max-width: 768px) {
    .boxImgTxt.left .txtArea {
        padding: 0px;
    }
    .boxImgTxt.right .txtArea {
        padding: 0px;
    }

    .boxImgTxtFloat.left figure,
    .boxImgTxtFloat.right figure {
        float: none;
        margin-left: 0 !important;;
    }
    .boxImgTxtFloat.left .txtArea
    .boxImgTxtFloat.right .txtArea {
        float: none;
    }
}

/*----------------------------------------------*/
/*
/* List
/*
/*----------------------------------------------*/

/* ul ,ol
--------------------------------------*/
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
/* default */
.listDef {
    padding-left: 0;
    /*margin: 0 0 5px 0;*/
    list-style: none;
}
    .listDef.grid { margin-left: -15px; }
    .listDef > li {
        margin-bottom: 5px;
    }
    .listDef > li :last-child {
        margin-bottom: 0;
    }
/* inline */
.listInline {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
}
    .listInline > li {
        display: inline-block;
        /*padding-right: 5px;*/
        /*padding-left: 5px;*/
        white-space: nowrap;
    }

.listTable {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    display: table;
}
    .listTable > li {
        display: table-cell;
        /*padding-right: 5px;*/
        /*padding-left: 5px;*/
        white-space: nowrap;
    }
/* disc */
.listDisc {
}
    .listDisc > li {
        list-style: none;
        margin: 0 0 5px 0;
        padding-left: 13px;
        /*background: url("/assets/img/module/ico_disc.gif") no-repeat 4px 0.5em;*/
        text-indent: -0.7em;
        margin-left: 0.9em;
    }
        .listDisc > li :last-child {
            margin-bottom: 0;
        }
        .listDisc i {
            margin-right: 1.1em;
            font-size: 5px;
            display: inline-block;
            vertical-align: middle;
        }
        .listDisc i:before {
            content: "\f111";
        }

/* バナーリスト */
.listBnrList {
}
    .listBnrList > li {
        list-style: none;
        margin: 0 0 20px 0;
    }
        .listDisc > li :last-child {
            margin-bottom: 0;
        }

/* 数字 */
.olNumber li {
  list-style-type: decimal;
  margin: 0 0 5px 25px;
  padding-left: 0;
}
/* dl
--------------------------------------*/
dl {
    margin-top: 0;
}
dt {}
dd {}
dl > dd :last-child {
    margin-bottom: 0;
}

/* normalize */
dl.dlDef {
}
   dl.dlDef dt {
       font-weight: bold;
       margin-bottom: 5px;
   }
   dl.dlDef dd {
       margin-bottom: 20px;
   }
   dl.dlDef dd:last-child {
        margin-bottom: 0;
    }
/* news */
dl.dlNews {
    padding: 10px;
    margin-bottom: 10px;
}
    dl.dlNews dt span {
        margin-right: 5px;
    }
    dl.dlNews dt .ib {
        width: 30%;
    }
    dl.dlNews:nth-child(odd)  {
        background-color: #e6e6e6;
    }

/* tableのように横並び　for bootstrap3 */
.dlHorizontal dt {
    float: left;
    width: 20%;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dlHorizontal dd {
    margin-left: 20%;
}
@media (max-width: 768px) {
    /* tableのように横並び for bootstrap3 */
    .dlHorizontal dt {
        width: auto;
        float: none;
    }
    .dlHorizontal dd {
        margin-left: auto;
    }
}


/*----------------------------------------------*/
/*
/* table
/*
/*----------------------------------------------*/
/* default */

.tableDef {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c7c7c7;
}
    .tableDef caption {
        padding-bottom: 5px;
        font-weight: bold;
    }
    .tableDef th {
        background-color: #f0f0f0;
        color: #333333;
        /*font-weight: bold;*/
        /*white-space: nowrap;*/
    }
    .tableDef td {
        background-color: #ffffff;
        border: 1px solid #c7c7c7;
    }
    .tableDef.center td {
        text-align: center;
    }
    .tableDef.right td {
        text-align: right;
    }
    .tableDef th,
    .tableDef td {
        border: 1px solid #c7c7c7;
        padding: 10px;
    }
    .tableDef .rightCell {
        border-right: none;
    }
    .tableDef thead th {
        background-color: #f0f0f0;
        text-align: center;
    }
    .tableDef .tdBtn {
        padding: 20px;
    }
    .tableDef caption {
        font-weight: normal;
    }

    .tableDef tr:first-child th,
    .tableDef tr:first-child td {
        border-top: none;
    }
    .tableDef .borderDouble th,
    .tableDef .borderDouble td {
        border-bottom: 6px double #c7c7c7;
    }
    .tableDef .textCenter th,
    .tableDef .textCenter td {
        text-align: center;
    }

/* news */
.tableNews {
    width: 100%;
    border-collapse: collapse;
}
    .tableNews caption {
        padding-bottom: 5px;
        font-weight: bold;
    }
    .tableNews tr {
        /*background: url(../image/module/bg_width_dot.gif) repeat-x bottom;*/
    }

        .tableNews tr:first-child th,
        .tableNews tr:first-child td {
            padding-top: 0;
        }
        .tableNews tr:last-child {
        }

    .tableNews th,
    .tableNews td {
        vertical-align: top;
        /*padding: 20px 0;*/
        /*border-bottom: 1px solid #cccccc;*/
    }
    .tableNews th,
    .tableNews td .pdf {
        vertical-align: middle;
        margin-left: 10px;
    }
    .tableNews th,
    .tableNews td .fileSize {
        color: #333333;
    }
    .tableNews thead th {
        background: #EEEEEE;
        text-align: center;
    }
    .tableNews thead th,
    .tableNews thead td {
        padding: 5px 0;
    }
    .tableNews .date {
        width: 8em;
        padding-right: 35px;
        white-space: nowrap;
    }
    .tableNews .title {
        text-indent: -0.7em;
        margin-left: 1.3em;
    }
        .tableNews .title img {
            margin-right: 6px;
        }
@media (max-width: 768px) {

}
/*----------------------------------------------*/
/*
/* link (aタグ)
/*
/*----------------------------------------------*/
.linkDef {
    padding: 3px 0 3px 0px;
    /*background: url(../../assets/img/module/ico_right01.gif) no-repeat 0px 0.5em;*/
}
    .linkDef i:before {
        content: "\f105";
    }
    .linkDef i {
        margin-right: 0.5em;
    }

.linkRight {
    padding: 3px 0 3px 0px;
    /*background: url(../../assets/img/module/ico_right02.gif) no-repeat 2px 0.65em;*/
}
    .linkRight i:before  {
        content: "\f0a9";
    }
    .linkRight i {
        margin-right: 0.5em;
    }
.linkLeft ,
.linkBack{
    padding: 3px 0 3px 0px;
    /*background: url(../../assets/img/module/ico_left01.gif) no-repeat 5px 0.65em;*/
}
    .linkLeft i:before ,
    .linkBack i:before{
        content: "\f104";
    }
    .linkLeft i ,
    .linkBack i {
        margin-right: 0.5em;
    }
.linkUp {
	padding: 3px 0 3px 16px;
    /*background: url(../../assets/img/module/ico_arrow_up.png) no-repeat 5px 0.8em;*/
}
    .linkUp i:before {
        content: "\f062";
    }
    .linkUp i {
        margin-right: 0.5em;
    }
.linkDown {
    padding: 3px 0 3px 0px;
    /*background: url(../../assets/img/module/ico_arrow_down.png) no-repeat 5px 0.5em;*/
}
    .linkDown i:before {
        content: "\f107";
    }
    .linkDown i {
        margin-right: 0.5em;
    }
.linkPDF {
    padding: 3px 0 3px 0px;
}
    .linkPDF i:before {
        content: "\f1c1";
    }
    .linkPDF i {
        margin-right: 0.5em;
        color: #ff0000;
    }
.linkBlank {
    padding: 3px 0 3px 0px;
    /*background: url(../../assets/img/module/ico_popup.gif) no-repeat 2px 0.5em;*/
}
    .linkBlank i:before {
        content: "\f08e";
    }
    .linkBlank i {
        margin-right: 0.5em;
        font-size: 1.4rem;
    }


/*.linkBox.right {
    display: block;
    padding: 15px 20px;
    width: 100%;
    border: 2px solid #c7c7c7;
    text-align: center;
}
    .linkBox.right i {
        margin-left: 1em;
    }
    .linkBox.right i:before {
        content: "\f105";
    }
    .linkBoxRight i.blank:before {
        content: "\f08e";
    }
.linkInlineBox.right {
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid #c7c7c7;
    text-align: center;
}
    .linkInlineBox.right i {
        margin-left: 1em;
    }
    .linkInlineBox.right i:before {
        content: "\f105";
    }*/

.linkBox {
    display: block;
    padding: 15px 20px;
    width: 100%;
    border: 2px solid #c7c7c7;
    text-align: center;
}
    .linkBox i {
        margin-right: 0.5em;
    }
    .linkBox i:before {
        content: "\f105";
    }
    .linkBox i.blank:before {
        content: "\f08e";
    }

.linkBox.blank {
}
    .linkBox.blank i:before {
        content: "\f08e";
    }

.linkInlineBox {
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid #c7c7c7;
    text-align: center;
}
    .linkInlineBox i {
        margin-right: 0.5em;
    }
    .linkInlineBox i:before {
        content: "\f105";
    }
.linkInlineBox.blank {
}
    .linkInlineBox.blank i:before {
        content: "\f08e";
    }

 .linkInlineBox.close {
    padding: 5px 20px;
    border: 1px solid #c7c7c7;
    text-align: center;
    color: #333333 !important;
    background-color: #e6e6e6;
}
    .linkInlineBox.close i:before {
        content: "\f00d";
    }


@media (max-width: 768px) {
    /* sp用 */
    .linkBoxSP {
        display: block;
        padding: 15px 0px;
        width: 100%;
        border: 2px solid #c7c7c7;
        text-align: center;
    }
        .linkBoxSP i {
            /*margin-left: 1em;*/
            /*margin-left: 0em;*/
            /*margin-right: 0em;*/
        }
        .linkBoxSP i.mgNone {
            margin-left: 0em;
            margin-right: 0em;
        }
        .linkBoxSP i:before {
            content: "\f105";
        }
}