/* .main_content iframe,.main_content h1,.main_content h2,.main_content h3,.main_content h4,.main_content p,.main_content video,.main_content img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
ol, ul, li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr th{
    vertical-align: middle;
}
button {
    border: none;
    cursor: pointer;
}
*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
address{
    font-style: normal;
}
.clear {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
button,
input,
textarea {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}
input:focus, 
textarea:focus,
button:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
button, select {
    border: none;
    text-transform: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

a {
    transition: all ease-in-out .3s;
    text-decoration: none;
    color: #333;
    display: inline-block;
}
a::after,
a::before {
    transition: all ease-in-out .3s;
}

/*ここから*/
body {
    color: #3e3a39;
}
.cmn_font_min {
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
}
.cmn_font_zen {
    font-family: 'Zen Maru Gothic', sans-serif;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
.sp-in {
    display: inline-block;
}
.pc-in {
    display: none;
}
.cmn_wrap {
    padding: 0 30px;
}
.cmn__item_ttl_area {
    text-align: center;
}
.cmn__item_ttl_area .cmn__top_txt {
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 3%;
    padding-bottom: 1%;
    position: relative;
}
.cmn__item_ttl_area .cmn__top_txt::after {
    display: block;
    content: "";
    width: 110px;
    border-bottom: 0.5px solid rgba(62, 58, 57, 0.3);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main_content {
    padding-bottom: 50px !important;
}


@media screen and (min-width: 1024px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .pc-in {
        display: inline-block;
    }
    .sp-in {
        display: none;
    }
    .content_wrap {
        padding: 0;
        margin: 0 auto;
        max-width: 1280px;
        width: 100%;
    }
    .cmn_wrap {
        padding: 0;
    }
    .cmn__item_ttl_area .cmn__top_txt {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .cmn__item_ttl_area .cmn__top_txt {
        font-size: 100%;
    }
    .cmn__item_ttl_area .cmn__top_txt::after {
        width: 170px;
    }
}