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

        レイアウト設定

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


.article_wrap{
}
.article_wrap .row{

}
.article_text_wrap [class^="col-"]{
    box-sizing: border-box;
    /*margin: 13px 0;*/
}
.article_text_wrap a,
.article_wrap a{
    /* color: #12358c; */
    color: #d9272b;
    position: relative;
    text-decoration: underline;
}
.article_text_wrap a[target="_blank"]:after,
.article_wrap a[target="_blank"]:after{
    content: "\e90c";
    position: relative;
    top: -1px;
    margin-left: 4px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 13px;
    border: 0;
}
@media print, screen and (min-width: 992px) {
    .article_wrap{
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .article_text_wrap a:hover,
    .article_wrap a:hover{
        text-decoration: none;
    }
}

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

        段落オブジェクト

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

.paragraph{
    margin: 0;
}
.paragraph:before,
.paragraph:after {
    content: " ";
    display: table;
}
.paragraph:after {
    clear: both;
}
.paragraph {
    *zoom: 1;
}


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

        見出しオブジェクト

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

.article_wrap h1,
.article_wrap h2,
.article_wrap h3,
.article_wrap h4,
.article_wrap h5{
    position: relative;
    line-height: 1.6;
}

.article_text_wrap h3,
.element_type_101 h3{
    font-size: 1.8rem;
    color: #FFF;
    background-color: #d9272b;
    padding: 10px 24px 11px;
    margin: 0 -25px 25px;
}
.article_text_wrap h4,
.element_type_101 h4{
    margin-bottom: 25px;
    border-top: 1px solid #d9272b;
    border-bottom: 1px solid #d9272b;
    padding: 8px 0;
    font-size: 1.6rem;
}
.article_text_wrap h5,
.element_type_101 h5{
    float: none;
    position: relative;
    margin-bottom: 25px;
    font-size: 1.5em;
    line-height: 1.6;
}
.article_text_wrap h3,
.article_text_wrap h4{
    margin-top: 35px;
}
.article_text_wrap h5{
    margin-top: 25px;
}
/*
.element_type_101 h5:before{
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 5px;
    top: 0;
    left: 0;
    background-color: #d9272b;
}
.element_type_101 h5:after{
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 5px;
    bottom: 0;
    left: 0;
    background-color: #000;
}
*/
.element_type_101 h6{
    margin-bottom: 25px;
    font-size: 1.6rem;
}

.article_main_img img{
    width: 100%;
}

@media print, screen and (min-width: 768px){
    .article_text_wrap h3,
    .element_type_101 h3{
        font-size: 2.1rem;
        margin: 0 0 35px;
        padding: 15px 24px 13px;
    }
    .article_text_wrap h4,
    .element_type_101 h4{
        padding: 12px 20px;
        font-size: 1.8rem;
    }
    .article_text_wrap h5,
    .element_type_101 h5{
        padding-left: 20px;
        font-size: 1.8rem;
    }
    .article_text_wrap h3,
    .article_text_wrap h4{
        margin-top: 35px;
    }
    .article_text_wrap h5{
        margin-top: 25px;
    }
}

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

        文章オブジェクト

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

.element_type_001{
    margin-bottom: 30px;
}

.element_type_102{
    margin-bottom: 30px;
}
.element_type_104{
    margin-bottom: 20px;
}
.element_type_104:last-child{
    margin-bottom: 0;
}

/*
element_grp_text =
文章オブジェクトに必ず入ってるclass
*/

.element_grp_text{
    margin: 0;
}
.element_grp_text a{
    color: #d9272b;
    /* border-bottom: 1px dotted #d9272b; */
}
.element_grp_text a:hover{
    border-bottom: 1px dotted #fff
}

.element_grp_text h1,
.element_grp_text h2,
.element_grp_text h3,
.element_grp_text h4,
.element_grp_text h5,
.element_grp_text h6{
    margin: 40px 0 25px;
}
.element_grp_text h3{
    font-size: 1.8rem;
    color: #FFF;
    background-color: #d9272b;
    margin: 0 -25px 25px -25px;
    padding: 8px 24px 6px;
}
.element_grp_text h4{
    border-top: 1px solid #d9272b;
    border-bottom: 1px solid #d9272b;
    padding: 8px 20px;
    font-size: 1.6rem;
}
.element_grp_text h5{
    position: relative;
/*     padding-left: 16px; */
    font-size: 1.6rem;
    line-height: 1.5;
}
/*
.element_grp_text h5:before{
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 5px;
    top: 0;
    left: 0;
    background-color: #d9272b;
}
.element_grp_text h5:after{
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 5px;
    bottom: 0;
    left: 0;
    background-color: #000;
}
*/

.element_grp_text h6{
    font-size: 1.6rem;
}

.element_grp_text ul:not(.sns_list) > li{
    position: relative;
    padding-left: 20px;
    margin-top: 7px;
}
.element_grp_text ul:not(.sns_list) > li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #d9272b;
}
.element_grp_text ul > li ul > li:before{
    border: 2px solid #d9272b;
    background: none;
}
.element_grp_text ol{
    counter-reset: li;
}
.element_grp_text ol > li{
    position: relative;
    padding-left: 20px;
    margin-top: 7px;
}
.element_grp_text ol > li:before{
    position: absolute;
    left: 0;
    color: #d9272b;
    counter-increment: li;
    content: counter(li)". ";
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.element_grp_text ol > li ol > li{
    padding-left: 30px;
}
.element_grp_text ol > li ol > li:before{
    content: "(" counter(li) ")";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.element_grp_text strong{
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

@media print, screen and (min-width: 768px){
    .element_grp_text{
        margin: 0 20px;
    }
    .element_type_102{
        margin-bottom: 50px;
    }
    .element_type_104{
        margin-bottom: 30px;
    }
    .element_type_104:last-child{
        margin-bottom: 0;
    }
    .element_grp_text h3{
        font-size: 2.1rem;
        margin-right:-20px;
        margin-left:-20px;
        padding: 10px 24px 8px;
    }
    .element_grp_text h4{
        padding: 12px 20px;
        margin-right:-20px;
        margin-left:-20px;
        font-size: 1.8rem;
    }
    .element_grp_text h5{
        margin-right:-20px;
        margin-left:-20px;
        padding-left: 20px;
        font-size: 1.8rem;
    }
}
@media print, screen and (min-width: 1025px){
    .element_type_104{
        margin-bottom: 0;
    }

}


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

        文章・画像オブジェクト

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

.element_type_104 .element_grp_text{
    margin-bottom: 0;
}

.paragraph[element-type~= "104"]{
    margin-bottom: 30px;
}

@media print, screen and (min-width: 768px){
    .paragraph[element-type~= "104"]{
        margin-bottom: 50px;
    }
}
@media print, screen and (min-width:1025px){
    .row .element_type_104:first-child .element_grp_text{
        margin-right: 0;
    }
    .row .element_type_104:last-child .element_grp_text{
        margin-left: 0;
    }    
}


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

        画像オブジェクト

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


.element_type_116{
    margin-bottom: 30px;
}

.element_type_116 .element_grp_text{
    margin-top: 5px;
}

@media print, screen and (min-width: 768px){
    .element_type_116{
        margin-bottom: 50px;
    }
}

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

        リンクオブジェクト

============================================================================*/
/* アイコン共通要素 */

a.no_icon:after{
    content: none !important;
}
a.no_icon[target="_blank"]{
    padding-right: 0 !important;
}


/* 外部リンク */
.element_grp_text a[target="_blank"]{

}
.element_grp_text a[target="_blank"]:after{
    content: "\e90c";
    position: relative;
    top: -1px;
    margin-left: 4px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 13px;
    border: 0;
}

.element_grp_text a[href$=".pdf"]:after,
* html a.pdf:after,
.element_grp_text a[href$=".doc"]:after,
.element_grp_text a[href$=".docx"]:after,
* html a.doc:after,
.element_grp_text a[href$=".xls"]:after,
* html a.xls:after,
.element_grp_text a[href$=".xlsx"]:after,
* html a.xlsx:after{
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 2.2rem;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}
/* pdf要素 */
.element_grp_text a[href$=".pdf"]:after,
* html a.pdf:after{
    content: "\eadf";
}
/* Word要素 */
.element_grp_text a[href$=".doc"]:after,
.element_grp_text a[href$=".docx"]:after,
* html a.doc:after{
    content: "\eae1";
}
/* Excel要素 */
.element_grp_text a[href$=".xls"]:after,
* html a.xls:after,
.element_grp_text a[href$=".xlsx"]:after,
* html a.xlsx:after{
    content: "\eae2";
    top: 0;
}

/*基本形*/

/*
    element_grp_link =
    リンクオブジェクト、ファイルリンクオブジェクトに必ず入ってるclass名
*/

.element_grp_link{
    margin-bottom: 20px;
}
.element_grp_link a{
    position: relative;
    display: inline-block;
    text-decoration: none;
}


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

        リンクオブジェクト

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

.element_type_108{
    margin-bottom: 30px;
}
.element_type_108 a{
    display: block;
    padding: 16px 54px 16px 24px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.element_type_108 a:before{
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
}
.element_type_108 a:before{
    z-index: 2;
    content:"";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 26px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.element_type_108 a[target="_blank"]:before{
    content: "\e90c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    right: 20px;
    margin-top: -10px;
    width: auto;
    height: auto;
    font-size: 20px;
    border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.element_type_108 a[target="_blank"]:after{
    display: none;
}
@media print, screen and (min-width: 768px){
    .element_type_108{
        margin-bottom: 50px;
    }
    .element_type_108 a{
        display: inline-block;
        min-width: 301px;
    }
}
@media print, screen and (min-width: 1025px){
    .element_type_108 a{
        min-width: 338px;
        transition: background 0.3s ease;
    }
    .element_type_108 a:hover{
        background: #d9272b;
    }
}

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

        GoogleMap

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

.element_type_112{
    margin-bottom: 30px;
}

@media print, screen and (min-width: 768px){
    .element_type_112{
        margin-bottom: 50px;
    }
}

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

        メールアドレス

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

.element_type_117{
    margin-bottom: 30px;
}
.element_type_117 a{
    position: relative;
    display: block;
    padding: 16px 54px 16px 24px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.element_type_117 a:before{
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
}
.element_type_117 a:after{
    content: "\e909";
    font-family: 'icomoon' !important;
    display: block;
    position: absolute;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    width: auto;
    height: auto;
    font-size: 16px;
    border: 0;
    z-index: 2;
}
@media print, screen and (min-width: 768px){
    .element_type_117{
        margin-bottom: 50px;
    }
    .element_type_117 a{
        display: inline-block;
        min-width: 301px;
    }
}
@media print, screen and (min-width: 1025px){
    .element_type_117 a{
        min-width: 338px;
        transition: background 0.3s ease;
    }
    .element_type_117 a:hover{
        background: #d9272b;
    }
}

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

        ファイルリンク

============================================================================*/
.element_type_107{
    margin-bottom: 30px;
}
.element_type_107 a{
    display: block;
    padding: 16px 54px 16px 24px;
    background-color: #000;
    color: #fff;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.element_type_107 a:before{
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius:  0 4px 4px 0;
}
.element_type_107 a:after{
    z-index: 2;
    content:"";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 26px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.element_type_107 a[href$=".pdf"]:after,
.element_type_107 a[href$=".doc"]:after,
.element_type_107 a[href$=".docx"]:after,
.element_type_107 a[href$=".xls"]:after,
.element_type_107 a[href$=".xlsx"]:after{
    speak: none;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    width: auto;
    height: auto;
    font-size: 22px;
    border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.element_type_107 a[href$=".pdf"]:after{
    content: "\eadf";
    font-family: 'icomoon' !important;
}
.element_type_107 a[href$=".doc"]:after,
.element_type_107 a[href$=".docx"]:after{
    content: "\eae1";
    font-family: 'icomoon' !important;
}
.element_type_107 a[href$=".xls"]:after,
.element_type_107 a[href$=".xlsx"]:after{
    content: "\eae2";
    font-family: 'icomoon' !important;
}

.element_grp_link:last-child{
    margin-bottom: 0;
}

@media print, screen and (min-width: 768px){
    .element_type_107{
        margin-bottom: 50px;
    }
    .element_type_107 a{
        display: inline-block;
        min-width: 301px;
    }
}
@media print, screen and (min-width: 1025px){
    .element_type_107 a{
        min-width: 338px;
        transition: background 0.3s ease;
    }
    .element_type_107 a:hover{
        background: #d9272b;
    }
}

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

        カテゴリリンク

============================================================================*/
.element_type_105 .element_grp_link,
.element_type_106 .element_grp_link{
    margin: 0 0 30px;
}
.element_type_105 .element_grp_link li,
.element_type_106 .element_grp_link li{
    margin-bottom: 2px;
}
.element_type_105 .element_grp_link li a,
.element_type_106 .element_grp_link li a{
    position: relative;
    display: block;
    /*background: rgb(235,237,239);
    background: -moz-linear-gradient(top, rgba(235,237,239,1) 0%, rgba(211,216,221,1) 100%);
    background: -webkit-linear-gradient(top, rgba(235,237,239,1) 0%,rgba(211,216,221,1) 100%);
    background: linear-gradient(to bottom, rgba(235,237,239,1) 0%,rgba(211,216,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebedef', endColorstr='#d3d8dd',GradientType=0 );
    */
    background: #e0e0e0;
    padding: 15px 15px;
    padding-right: 25px;
    color: #000;
}
.element_type_105 .element_grp_link li a:after,
.element_type_106 .element_grp_link li a:after{
    content:"";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media print, screen and (min-width: 992px) {
    .element_type_105 .element_grp_link,
    .element_type_106 .element_grp_link{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1% 35px;
    }
    .element_type_105 .element_grp_link li,
    .element_type_106 .element_grp_link li{
        width: 31.33333333333%;
        margin: 0 1% 20px;
    }
    .element_type_105 .element_grp_link li a,
    .element_type_106 .element_grp_link li a{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        padding-right: 25px;
        transition: color 0.3s ease, background 0.3s ease;
    }
    .element_type_105 .element_grp_link li a:hover,
    .element_type_106 .element_grp_link li a:hover{
        background: #d9272b;
        color: #fff;
    }
    .element_type_105 .element_grp_link li a:after,
    .element_type_106 .element_grp_link li a:after{
        transition: border-color 0.3s ease;
    }
    .element_type_105 .element_grp_link li a:hover:after,
    .element_type_106 .element_grp_link li a:hover:after{
        border-color: #fff;
    }
}

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

        アンカーリンク

============================================================================*/
.element_type_109 .element_grp_link{
    font-size: 0;
    margin-bottom: 0;
}
.element_type_109 .element_grp_link a{
    position: relative;
    display: block;
    font-size: 1.4rem;
    color: #141414;
    margin-right: 0;
    margin-bottom: 20px;
    background: #eeeff1;
    padding: 8px;
    padding-left: 13px;
    padding-right: 30px;
    border-bottom: 1px solid #12358c;
}
.element_type_109 .element_grp_link a:after{
    content:"";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    border-bottom: 2px solid #12358c;
    border-right: 2px solid #12358c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.element_type_109 .element_grp_link{
    font-size: 0;
}
.element_type_109 .element_grp_link li{
    display: block;
    font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
    .element_type_109 .element_grp_link li{
        /*margin-bottom: 20px;*/
        display: inline-block;
    }
    .element_type_109 .element_grp_link a{
        font-size: 1.5rem;
        margin-right: 25px;
    }
    .element_type_109 .element_grp_link a:hover{
        opacity: .8;
    }
}

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

        テーブル

============================================================================*/
.js-scrollable{
    white-space: nowrap;
}
.element_grp_text table{
    width: 100%;
    border-spacing: 0;
    border-bottom: 1px solid #d0d0d0;
}
.element_grp_text th,td{
    padding: 15px;
    border-top: 1px solid #d3d3d3;
    text-align: left;
}
.element_grp_text th{
    font-weight: 400;
    background: #f7f7f7;
}
@media print, screen and (min-width: 768px){
    .element_grp_text th{
        min-width: 130px;
    }
    .element_grp_text th,td{
            padding: 20px 30px;
    }
    .js-scrollable{
        white-space: inherit;
    }
}


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

        画像ギャラリーオブジェクト

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

.img_gallery{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -1% 30px;
}
.img_gallery a{
    position: relative;
    display: block;
    width: 48%;
    height: 120px;
    margin: 0 1% 15px;
    overflow: hidden;
}
.img_gallery a img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    max-width: none;
}
@media print, screen and (min-width: 768px) {
    .img_gallery a{
        width: 31.3%;
        margin: 0 1% 20px;
        height: 150px;
        transition: opacity 0.3s ease;
    }
    .img_gallery a:hover{
        opacity: 0.5;
    }
}
@media print, screen and (min-width: 1025px) {
    .img_gallery a{
        width: 23%;
        height: 120px;
    }

}

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

        線オブジェクト

============================================================================*/
.element_type_114{
    margin-bottom: 30px;
}

.element_type_114 hr{
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    border-color: #d9272b!important;
    /*border: none!important;
    background-image:-ms-linear-gradient(right, #d3d3d3 55%, #d9272b);
    background-image:-webkit-linear-gradient(right, #d3d3d3 55%, #d9272b);
    background-image:-moz-linear-gradient(right, #d3d3d3 55%, #d9272b);
    background-image:linear-gradient(right, #d3d3d3 55%, #d9272b);*/
}
@media print, screen and (min-width: 768px){
    .element_type_114{
        margin-bottom: 50px;
    }
}


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

        iframeコードオブジェクト

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

.element_movie{
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 56.25%;
    text-align: center;
}
.element_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


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

        フォームオブジェクト

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

form{
    margin: 0 20px;
}
.contact_form_title{
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #0080cc;
    font-size: 1.8rem;
    border-bottom: dashed 1px #bbb;
}
.contact_form{
    width: 100%;
}
.contact_form td,
.contact_form th{
    display: block;
}
.contact_form th{
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #eeeff1;
}
.contact_form td{
    margin-bottom: 25px;
}
.contact_form .radio,
.contact_form .checkbox{
    display: inline-block;
    margin-right: 8px;
}
.contact_form .note{
    color: #303030;
    font-size: 1.3rem !important;
}
.contact_form .require{
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2rem;
    background-color: #db524b;
    color: #fff;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 10px;
}
.contact_form .caution{
    color: #db524b;
    font-weight: bold;
}
.complete_msg{
    text-align: center;
    display: block;
    font-size: 2.3rem;
    font-weight: bold;
    color: #d9272b;
    margin: 20px auto;
    padding: 45px;
    border: 3px solid #d9272b
}
.contact_form .form-group{
    margin: 0 0 10px;
}
.contact_form .form-group .form-inline input{
    display: inline-block;
    width: 70%;
    margin-left: 10px;
}
.contact_form_item{
    margin: 10px 0;
}
.contact_form_item.radio_box{
    margin: 15px 0;
}
.contact_form input[type="text"],
.contact_form textarea{
    padding: 13px 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_form textarea{
    height: 180px;
}
.contact_form .checkbox input,
.contact_form .radio input{
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.contact_register{
    margin-top: 20px;
}
.contact_form .element_grp_text table{
     display: table;
}
.contact_form .element_grp_text th,
.contact_form .element_grp_text td{
    display: table-cell;
}

/*radio01 css*/
.radio01-wrap{
    padding: 6px 0;
}
.radio01-input{
    display: none;
}
.radio01-parts{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
.radio01-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: #fff;
}
.radio01-input:checked + .radio01-parts{
    color: #0080cc;
}
.radio01-input:checked + .radio01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #0080cc;
    border-radius: 50%;
}
.contact_register > button{
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact_form .element_grp_text{
    padding: 15px 0;
}
@media print, screen and (min-width: 992px){
    .contact_form.table{
        display: table !important;
    }
    .article_wrap .contact_form [class^="col-"]{
        display: table-cell;
        float: none;
    }
    .contact_form tr{
        border-bottom: #d3d3d3 1px solid;
    }
    .contact_form th,
    .contact_form td{
        vertical-align: top;
        padding: 20px;
        border-top: none;
    }
    .contact_register{
        margin: 20px 0 40px;
    }
    .contact_register > button{
        width: 400px;
        margin: 0 auto;
    }
}

.page_btn_submit {
    display: block;
    position: relative;
    background-color: #d9272b;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -moz-box-shadow: 0px 2px 0px #a72525;
    -webkit-box-shadow: 0px 2px 0px #a72525;
    box-shadow: 0px 2px 0px #a72525;
    z-index: 2;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}
.page_btn_submit:hover{
    opacity: 0.8;
}
.contact_register{
    margin: 20px 0 40px;
}
.contact_register > button{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media print, screen and (min-width: 992px){
    .contact_register{
        margin: 40px 0 40px;
    }
    .contact_register > button{
        width: 400px;
        margin: 0 auto;
    }
}

/*グーグルマップ*/
.gmap_area{
    height: 220px;
}
@media print, screen and (min-width: 992px) {
    .gmap_area{
        height: 400px;
    }
}


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

        イベント　出演者プロフィール

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

.event_profile{
    margin:0 auto 70px;
}
.event_profile h4{
    margin:20px 0;
    font-size: 1.8rem;
}

.event_profile_text{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}
.event_profile_text > div{
    max-height:100px; 
}
.event_profile_text .ep_more{
    position: absolute;
    display: block;
    bottom: -25px;
    right: 20px;
    width: 100px!important;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    color: #bbb;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.event_profile_text .ep_more:hover{
    color: #d9272b;
    border-bottom: 1px solid #d0d0d0;
}

.sns_list{
    margin-top: 20px;
    font-size: 1.4rem;
}
.sns_list span{
    font-size: 16px;
}
.sns_list a{
    display: block;
    margin-top: 6px;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    background: #e0e0e0;
    border-radius: 6px;
    transition:color 0.3s ease, background 0.3s ease;
}
.sns_list a:hover{
    color: #fff;
    background: #d9272b;
    border-bottom: none;
}


@media print, screen and (min-width:768px){
    .event_profile{
        max-width: 950px;
        margin:0 auto 70px;
    }
    .event_profile{
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .event_profile h4{
        margin:0 0 20px;
        font-size: 2.0rem;
    }
    .event_profile_img{
        width: 230px;
    }
    .event_profile_text{
        width: calc(100% - 260px);
        margin-left: 30px;
        padding-bottom: 30px;
    }
    .event_profile_text > div{
        max-height:200px;
    }
    .ep_more{
        bottom: -32px;
        right: 20px;
        width: 100px;
        height: 32px;
        padding-bottom: 3px;
    }
    .sns_list{
        margin-top: 20px;
        font-size: 1.2rem;
    }
    .sns_list span{
        font-size: 14px;
    }
    .sns_list a{
        padding: 2px 10px;
    }
}


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

        イベント　登壇者

============================================================================*/
.event_profile_tile{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px 30px;
}
.event_profile_tile section{
    width: 50%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.event_profile_tile section a{
    display: block;
}
.event_profile_tile h4{
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
}
.profile_tile_data{
    display: none;
}

@media print, screen and (min-width:768px){
    .event_profile_tile{
        /*justify-content: space-between;*/
        width: calc(100% + 26px);
        margin: 0 -13px 50px;
        /*padding-top: 60px;*/
    }
    .event_profile_tile section{
        width: 33.3%;
        /*max-width: 257px;*/
        margin: 0;
    }
    .event_profile_tile section a{
        margin: 0 -10px;
        padding: 13px;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -ms-transition: background 0.2s;
        transition: background 0.2s;
    }
    .event_profile_tile section a:hover{
        cursor: pointer;
        background: #eee;
    }
    .event_profile_tile img{
        width: 100%;
        max-width: 240px;
    }
    .event_profile_tile h4{
        margin: 10px 0 0;
        font-size: 2.0rem;
    }
}

/*プロフィール モーダル表示*/
.preview{
    z-index:-1;
    position:fixed;
    display: none;
    width:100%;
    height: 100vh;
    left:0;
    top:0;
    padding:0 15px 10px;
    box-sizing:border-box;
    background-color: rgba(229,229,229,0.8);
    overflow:hidden;
}
.preview_active{
    z-index:10000;
    overflow-y:scroll;
}
.preview_close{
    z-index:10001;
    position:absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
}
.preview_close span{
    position: absolute;
    display: block;
    top: 13px;
    left: -6px;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background:#000;
}
.preview_close span:first-child{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}
.preview_close span:last-child{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);   
}
.preview_close:hover{
    cursor:pointer;
}
.close_area{
    z-index:1020;
    position:absolute;
    left:0;
    width:100%;
    height: 100%;
}
.previews{
    z-index:8000;
    position:relative;
    margin:30px auto;
    padding:30px 25px 40px;
    background:#fff;
}
.preview_wrap{
    text-align: center;
}
.preview_wrap .profile_tile_img{
    max-width: 230px;
    margin: 0 auto;
}
.preview_wrap h4{
    margin: 10px 0 0;
}
.profile_tile_affiliation{
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: center;
}
.profile_tile_text{
    margin-top: 20px;
}
.profile_tile_text a{
    border-bottom: 1px dotted #000;
}
.profile_tile_text a:hover{
    color: #d9272b;
    border-bottom: 1px dotted #fff;
}
.profile_tile_text a[target="_blank"]:after{
    content: "\e90c";
    position: relative;
    top: -1px;
    margin-left: 4px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 13px;
    border: 0;
}
.profile_tile_url{
    margin-top: 20px;
}
.profile_tile_url li{
    margin-top: 5px;
    font-size: 1.3rem;
}
.profile_tile_url a{
    border-bottom: 1px dotted #000;
}
.profile_tile_url a:hover{
    border-bottom-color: #fff;
    color: #d9272b;
}

@media print, screen and (min-width:768px){
    .preview{
        padding:0 50px 10px;
    }
    .previews{
        max-width:730px;
        margin:50px auto;
        padding:40px 70px 50px;
    }
    .preview_close{
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
    }
    .preview_close span{
        top: 13px;
        left: -6px;
        width: 42px;
        height: 3px;
    }
    .profile_tile_text{
        margin-top: 50px;
    }
    .profile_tile_url{
        margin-top: 40px;
        font-size: 1.3rem;
    }
}

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

        NoMapsについて 追加作成パーツ

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

.page_parts_purpose_title,
.page_parts_field_title{
    font-size: 2.0rem;
    font-weight: bold;
    color: #d9272b;
}
.page_parts_purpose_list{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 30px;
    padding: 10px;
    background-color: #edeeee;
}
.page_parts_purpose_list li{
    width: 100%;
    padding: 5px;
}
.page_parts_purpose_list a{
    display: block;
    padding: 12px 5px;
    font-size: 1.1rem;
    text-decoration: none;
    text-align: center;
    color: #6c6461;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
}
.page_parts_purpose_list em{
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    color: #000;
}
.page_parts_purpose_list span{
    font-size: 1.4rem;
}

.page_parts_field_list{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px;
}
.page_parts_field_list li {
    margin: 0 8px 8px 0;
}
.page_parts_field_list a {
    display: block;
    padding: 8px 13px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 17px;
    text-decoration: none;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}
.page_parts_field_list a span {
    margin-left: 3px;
    font-weight: normal;
    font-size: 1.1rem;
}

@media print, screen and (min-width:400px){
    .page_parts_purpose_list li{
        width: 50%;
        padding: 5px;
    }
}
@media print, screen and (min-width:768px){
    .page_parts_purpose_list li{
        width: 25%;
        padding: 5px;
    }
    .page_parts_purpose_list a{
        padding: 20px 5px;
    }
    .page_parts_purpose_list a,
    .page_parts_purpose_list em{
        transition: color 0.2s ease;
    }
    .page_parts_purpose_list a:hover,
    .page_parts_purpose_list a:hover em{
        color: #d9272b;
    }
    .page_parts_field_list a{
        transition-property: color, background-color, border-color;
        transition-duration: 0.2s;
        transition-timing-function: ease;
    }
    .page_parts_field_list a:hover{
        color: #fff;
        background-color: #d9272b;
        border-color: #d9272b;
    }
}
@media print, screen and (min-width:920px){
    .page_parts_purpose_list{
        margin: 15px 0 50px;
        padding: 30px;
    }
    .page_parts_purpose_list a{
        padding: 30px 5px;
    }
    .page_parts_purpose_list em{
        font-size: 2.0rem;
    }
    .page_parts_field_list{
        margin: 15px 0 70px;
    }
}

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

        Pages

============================================================================*/
.pages_list{
    padding: 0 25px 30px;
}
.pages_list h2{
    line-height: 1;
    text-align: center;
    margin: 50px auto 40px;
}
.pages_wrap{
    border-bottom: 1px solid #808080;
    margin-bottom: -50px;
}
.pages_title_wrap{
    margin: 0 auto 20px;
    padding: 0 25px;
}

.pages_icon{
    width: 70px;
    margin-bottom: 15px;
    padding: 3px;
    text-align: center;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    color: #fff;
    background: #000;
}
.pages_title h2{
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: bolder;
    color: #d9272b;
}
.pages_date{
    margin: 10px 0 0 auto;
    text-align: right;
    font-size: 1.2rem;
}

.pages_date p{
    display: inline-block;
}
.pages_date_text{
    margin-right: 5px;
}
.pages_date_text:after{
    content: '｜';
    margin-left: 10px;
}
.pages_date ul{
    display: inline-block;
}
.pages_date li{
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}
.pages_date li a:hover{
    color: #d9272b;
}

.pages_card{
    margin: 0 auto 30px;
}
.pages_post_text{
    margin: 0 auto;
    padding: 0 25px 15px;
}
.pages_relation{
    margin: 30px auto 0;
    padding: 0 25px 40px;
}
.pages_relation h2{
    margin-bottom: 20px;
}

@media print, screen and (min-width:768px){
    .pages_list{
        padding: 90px 50px;
    }
    .pages_list h2{
        max-width: 1120px;
        margin: 0 auto 40px;
        text-align: left;
    }
    .pages_wrap{
        padding: 0;
        margin-bottom: -100px;
    }
    .pages_title_wrap{
        max-width: 1050px;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto 45px;
        padding: 0 50px; 
    }
    .pages_icon{
        width: 72px;
        margin-bottom: 15px;
        padding: 1px 3px;
        font-size: 1.2rem;
    }
    .pages_title{
        width: calc(100% - 130px);
        padding-right: 30px;
    }
    .pages_title h2{
        font-size: 3.0rem;
    }
    .pages_date{
        margin: 0;
        text-align: left;
    }
    .pages_date .pages_date_text{
        display: block;
        margin: 0 0 5px 0;
    }
    .pages_date_text:after{
        content:none;
    }
    .pages_card{
        max-width: 950px;
        margin-bottom: 60px;
    }
    .pages_post_text{
        max-width: 1050px;
        padding: 0 50px 40px;
    }
    .pages_relation{
        max-width: 1220px;
        margin: 80px auto 0;
        padding: 0 50px 70px;
    }
    .pages_relation h2{
        margin-bottom: 35px;
    }
}