@charset "UTF-8";

/* Mainimage */
/****************************************************************/
.mainimg {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

.mainimg .dlb_media_block {
    position: relative;
}

.mainimg .dlb_media_left {
    overflow: hidden;
}

.mainimg .dlb_media_left_in {
    width: 100%;
    height: calc(500px - 2vh);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}

.mainimg .dlb_media_block:hover .dlb_media_left_in {
    transform: scale(1.05);
}

.mainimg .dlb_media_right {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 50px;
    transition: all .3s;
}

.mainimg .dlb_media_time {
    display: none;
}

.mainimg .dlb_media_title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    order: 2;
}

.mainimg .dlb_media_txt {
    font-size: 15px;
    font-weight: bold;
    order: 3;
}

.mainimg .dlb_media_cate {
    order: 1;
    margin-bottom: 10px;
}

.mainimg .dlb_media_cate span {
    display: block;
    font-size: 15px;
    color: #FAED00;
    font-weight: bold;
    padding: 3px 30px;
    border: 1px solid #FAED00;
}

.mainimg .blog_tag {
    display: none;
}

.mainimg .slick-dots {
    display: flex !important;
    justify-content: flex-end;
    bottom: -20px;
}

@media only screen and (max-width: 1200px) {
    .mainimg {
        margin: 0 auto 60px;
    }

    .mainimg .slick-dots {
        width: 98%;
    }
}

.slick-dots li {
    display: block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
}

.slick-dots li:last-child {
    margin: 0 0 0 5px;
}

.mainimg .slick-dots button {
    width: 30px;
    height: 3px;
    background-color: #111023;
    padding: 0;
}

.mainimg .slick-dots .slick-active button {
    background-color: #FAED00;
}

/*@media only screen and (max-width: 1000px) {
	.mainimg{
		margin: 45px auto 60px;
	}
}
*/
@media only screen and (max-width: 690px) {
    .mainimg {
        margin: 45px auto;
    }

    .mainimg .dlb_media_left_in {
        height: 200px;
    }

    .mainimg .dlb_media_right {
        position: relative;
        background-color: #fff;
        color: #111023;
        padding: 20px;
    }

    .mainimg .dlb_media_cate {
        position: absolute;
        top: -40px;
    }

    .mainimg .dlb_media_cate span {
        font-size: 10px;
    }

    .mainimg .dlb_media_title {
        font-size: 20px;
    }

    .mainimg .dlb_media_txt {
        font-size: 12px;
    }

    .mainimg .slick-dots {
        justify-content: center;
    }
}

/*----- newblog -----*/

.newblog {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    margin-bottom: 60px;
}

#contents_left .newblog {
    width: 100%;
}

.newblog .blog_area {
    display: flex;
    flex-wrap: wrap;
}

.newblog .blog_area .dlb_media_block {
    width: 50%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}

.newblog .blog_area .dlb_media_block:nth-child(2),
.newblog .blog_area .dlb_media_block:nth-child(4),
.newblog .blog_area .dlb_media_block:nth-child(6),
.newblog .blog_area .dlb_media_block:nth-child(8),
.newblog .blog_area .dlb_media_block:nth-child(10) {
    padding: 0 0 0 30px;
}

.newblog .dlb_media_left {
    overflow: hidden;
}

.newblog .dlb_media_left_in {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    transition: all .3s;
}

#contents_left .newblog .dlb_media_left_in {
    height: 250px;
}

.newblog .dlb_media_block:hover .dlb_media_left_in {
    transform: scale(1.05);
}

.newblog .dlb_media_right {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #C9C9C9;
}

.newblog .dlb_media_block .dlb_media_right:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #FAED00;
    left: 0;
    bottom: -2px;
    transition: all .5s;
}

.newblog .dlb_media_block:hover .dlb_media_right:before {
    width: 100%;
}

.newblog .dlb_media_cate {
    position: absolute;
    top: 0;
    left: 0;
}

.newblog .dlb_media_cate span {
    display: block;
    width: 150px;
    background-color: #111023;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    text-align: center;
    transition: all .3s;
}

.newblog .dlb_media_time {
    font-size: 15px;
    margin: 10px 0 15px 170px;
}

.newblog .dlb_media_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.newblog .dlb_media_txt {
    /*	padding-bottom: 20px;
	border-bottom: 2px solid #C9C9C9;
	margin-bottom: 20px;*/
    transition: all .3s;
    position: relative;
}



.newblog .blog_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.newblog .blog_tag span {
    font-size: 14px;
    color: #909090;
    padding: 0 0 0 20px;
    margin: 0 10px;
    position: relative;
}

.newblog .blog_tag span:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../other/tag_icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 7.5px);
    left: 0;
}

@media only screen and (max-width: 979px) {
    .newblog .dlb_media_left_in {
        height: 250px;
    }
}

@media only screen and (max-width: 690px) {
    .newblog .dlb_media_cate {
        top: -27px;
    }

    .newblog .blog_area .dlb_media_block {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .newblog .blog_area .dlb_media_block:last-child {
        padding: 0;
    }

    .newblog .dlb_media_left_in {
        height: 200px;
        margin-bottom: 0;
    }

    #contents_left .newblog .blog_area .dlb_media_block {
        width: 50%;
        padding: 0 10px 0 0;
        margin-bottom: 30px;
    }

    #contents_left .newblog .blog_area .dlb_media_block:nth-child(2),
    #contents_left .newblog .blog_area .dlb_media_block:nth-child(4),
    #contents_left .newblog .blog_area .dlb_media_block:nth-child(6),
    #contents_left .newblog .blog_area .dlb_media_block:nth-child(8),
    #contents_left .newblog .blog_area .dlb_media_block:nth-child(10) {
        padding: 0 0 0 10px;
    }

    #contents_left .newblog .dlb_media_left_in {
        height: 150px;
    }

    #contents_left .newblog .dlb_media_cate {
        width: 100%;
        top: -35px;
    }

    .newblog .dlb_media_cate span {
        width: auto;
        padding: 3px 1em;
    }

    .newblog .dlb_media_time {
        margin: 35px 0 10px 0;
    }
}

/*----- catalog_list -----*/

.catalog_list {
    border: 1px solid #111023;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
}

.catalog_list .h2_02 {
    display: inline;
    font-size: 25px;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}

.catalog_list .h2_02:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../image/common/h2_icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    top: 14px;
    left: 0;
}

.catalog_list .h2_02 .en {
    font-size: 12px;
    margin-left: 15px;
}

.catalog_list .slider {
    margin: 30px 30px 80px 30px;
}

.catalog_list .slider .slick-prev,
.catalog_list .slider .slick-prev:before,
.catalog_list .slider .slick-next,
.catalog_list .slider .slick-next:before {
    display: none;
}

.catalog_list .block img {
    transition: .6s;
}

.catalog_list .block.bl-hover img {
    transform: rotateY(180deg)
}

.catalog_list .slick-dots {
    display: flex !important;
    justify-content: center;
    bottom: -20px;
}

.catalog_list .slick-dots li {
    display: block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
}

.catalog_list .slick-dots li:last-child {
    margin: 0 0 0 5px;
}

.catalog_list .slick-dots button {
    width: 30px;
    height: 3px;
    background-color: #111023;
    padding: 0;
}

.catalog_list .slick-dots .slick-active button {
    background-color: #FAED00;
}

.catalog_list .catalog_btn a {
    display: flex;
    color: #111023;
    font-weight: bold;
    text-align: center;
    background-color: #EEEEEE;
    padding: 10px 0 10px 20px;
    position: relative;
    width: 100%;
    font-size: 15px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
}

.catalog_list .catalog_btn a:hover {
    background-color: #111023;
    color: #fff;
}

.catalog_list .catalog_btn a .txt {
    position: relative;
}

.catalog_list .catalog_btn a .txt:before {
    content: '+';
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #111023;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-right: .5em;
    transition: all .3s;
}

.catalog_list .catalog_btn a:hover .txt:before {
    color: #111023;
    background-color: #fff;
}

/*.catalog_list .catalog_btn a .txt:after {
    content: '\0d7';
    position: absolute;
    font-size: 10px;
    transform: rotate(45deg);
    color: #fff;
    top: 2px;
    left: -33px;
    transition: all .3s;
}

.catalog_list .catalog_btn a:hover .txt:after {
    color: #111023;
}*/


/*----- rightnavi -----*/
#top .media_search,
#common .media_search {
    display: none;
}

#contents_right .media_search {
    background-color: #EEEEEE;
    padding: 10px;
    margin-bottom: 30px;
}

#contents_right .blog_search {
    margin-bottom: 30px;
}

#contents_right form {
    display: flex;
}

#contents_right .search_txt {
    width: calc(100% - 40px);
    padding: 5px;
    font-weight: bold;
    color: #BBBBBB;
}

#contents_right .submit_btn {
    width: 40px;
    height: 40px;
    background-color: #111023;
    background-image: url(../image/common/icon_glass.png);
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    border: none;
}

#contents_right h4.title {
    background-color: #111023;
    color: #fff;
    padding: 10px 0 10px 35px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

#contents_right h4.title:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 18px;
    background-image: url(../image/common/rightnavi_h4icon.svg);
    background-size: 12px 18px;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 9px);
    left: 10px;
}

#contents_right h4.title .en {
    font-size: 11px;
    margin-left: 10px;
}

#contents_right .cate {
    background-color: #EEEEEE;
    padding: 1em 1em 1px;
    list-style: none;
}

#contents_right .cate li a,
#contents_right .archive li a {
    display: block;
    padding: .6em 1em .6em 1.6em;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom: 2px;
}

#contents_right .cate li a:hover,
#contents_right .archive li a:hover {
    background-color: #111023;
    color: #fff;
}

#contents_right .cate li a:before,
#contents_right .archive li a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #111023;
    top: calc(50% - 1.5px);
    left: 12px;
}

#contents_right .cate li a:hover:before,
#contents_right .archive li a:hover:before {
    border-color: transparent transparent transparent #fff;
}

#contents_right a.btn {
    display: -ms-flexbox;
    align-items: -ms-center;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-justify-content: center;
    color: #111023;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    background-color: #EEEEEE;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}

#contents_right a.btn:hover {
    background-color: #111023;
    color: #fff;
}

#contents_right a.btn:before {
    content: '+';
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #111023;
    border-radius: 50%;
    /*    display: inline-flex;
    align-items: center;
    justify-content: center;*/
    color: #FFF;
    margin-right: .5em;
}

#contents_right a.btn:hover:before {
    background-color: #fff;
    color: #111023;
}

#contents_right .tag {
    background-color: #EEEEEE;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#contents_right .tag a {
    display: block;
    padding: 3px 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #111023;
    margin: 0 5px 5px 0;
}

#contents_right .tag a:hover {
    background-color: #111023;
    color: #fff;
}

#contents_right .archive {
    background-color: #EEEEEE;
    padding: 1em;
    list-style: none;
}

@media only screen and (max-width: 979px) {
    #contents_right {
        margin-top: 0;
    }

    #contents_right .cate,
    #contents_right .archive {
        display: flex;
        flex-wrap: wrap;
    }

    #contents_right .cate li,
    #contents_right .archive li {
        width: auto;
    }

    #contents_right .cate li a,
    #contents_right .archive li a {
        font-size: 12px;
        margin: 2px;
    }

    #contents_right .tag a {
        font-size: 12px;
    }
}

/*BANNER*/
.banner .foto+.foto {
    margin-top: .5em;
}

@media only screen and (max-width: 979px) {
    .banner {
        display: flex;
    }

    .banner .foto+.foto {
        margin-top: 0;
        margin-left: 1em;
    }
}

@media only screen and (max-width: 690px) {
    .banner {
        flex-flow: column;
    }

    .banner .foto+.foto {
        margin-left: 0;
        margin-top: 1em;
    }
}



/*----- media -----*/

.article_col2 {
    display: flex;
    flex-wrap: wrap;
}

.article_col2 article {
    width: 50%;
    padding: 0 30px 0 0;
    margin-bottom: 1em;
}

.article_col2 article:nth-child(2),
.article_col2 article:nth-child(4),
.article_col2 article:nth-child(6),
.article_col2 article:nth-child(8),
.article_col2 article:nth-child(10) {
    padding: 0 0 0 30px;
}



.article_col2 article .post_thumbnail a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 200px;

}

/*.article_col2 article .post_thumbnail img{
    width: 100%;
    height: 250px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    transition: all .3s;
}
*/
.article_col2 article:hover .post_thumbnail img {
    transform: scale(1.05);
}

.article_col2 article .info {
    position: relative;
}

.article_col2 article .catelist {
    position: absolute;
    top: -10px;
    left: 0;
}

.article_col2 article .catelist a {
    display: block;
    width: 150px;
    background-color: #111023;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 3px;
    text-align: center;
    transition: all .3s;
}

.article_col2 article time span {
    display: block;
    font-size: 15px;
    margin: 10px 0 20px 170px;
}

.article_col2 article .title a {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.article_col2 article .dlb_media_txt {
    padding-bottom: 1em;
    border-bottom: 2px solid #C9C9C9;
    transition: all .3s;
    position: relative;
}

.article_col2 article .dlb_media_txt:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #FAED00;
    left: 0;
    bottom: -2px;
    transition: all .5s;
}

.article_col2 article:hover .dlb_media_txt:before {
    width: 100%;
}

.article_col2 article .taglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.article_col2 article .taglist a {
    font-size: 14px;
    font-weight: normal;
    color: #909090;
    padding: 0 0 0 20px;
    margin: 0 10px;
    position: relative;
}

.article_col2 article .taglist a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../other/tag_icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 7.5px);
    left: 0;
}

@media only screen and (max-width: 980px) {
    .article_col2 article .post_thumbnail a {
        min-height: 145px;
        max-height: 155px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 690px) {

    .article_col2 article .catelist a {
        width: 100%;
    }

    .article_col2 article .catelist {
        width: 100%;
    }

    .article_col2 article .post_thumbnail a {
        min-height: 145px;
    }

    .article_col2 article {
        width: 50%;
        padding: 0 10px 0 0;
    }

    .article_col2 article:nth-child(2),
    .article_col2 article:nth-child(4),
    .article_col2 article:nth-child(6),
    .article_col2 article:nth-child(8),
    .article_col2 article:nth-child(10) {
        padding: 0 0 0 10px;
    }

    /* .article_col2 article .post_thumbnail {
        height: 150px !important;
    } */

    .article_col2 article time span {
        margin: 30px 0 10px 0;
    }

    .article_col2 article .catelist {
        top: -35px;
    }

}

#main time {
    font-size: 16px;
}

.coverimg {
    position: relative;
}

.coverimg .catelist {
    position: absolute;
    top: 20px;
    right: 20px;
}

.coverimg .catelist a {
    display: block;
    font-size: 15px;
    color: #FAED00;
    font-weight: bold;
    padding: 3px 30px;
    border: 1px solid #FAED00;
}

.taglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.taglist a {
    font-size: 14px;
    color: #909090;
    font-weight: normal;
    padding: 0 0 0 20px;
    margin: 0 10px;
    position: relative;
}

.taglist a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../other/tag_icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    top: calc(50% - 7.5px);
    left: 0;
    font-weight: normal;
}

.sns_area {
    background-color: #EEEEEE;
    padding: 20px;
    margin-bottom: 30px;
}

.sns_area p {
    font-size: 13px;
    margin-bottom: 5px !important;
}

.sns_area .sns_share {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.sns_area .sns_share a {
    display: block;
    width: 120px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media only screen and (max-width: 690px) {
    .sns_area .sns_share li {
        flex: 1;
    }

    .sns_area .sns_share a {
        width: 100%;
    }
}

.sns_area .sns_share .line a {
    background-color: #00C300;
}

.sns_area .sns_share .twitter a {
    background-color: #1B95E0;
}

.sns_area .sns_share .fb a {
    background-color: #4267B2;
}

.sns_area .sns_share .hateb a {
    background-color: #00A4DE;
}

.sns_area .sns_share a:hover {
    opacity: 0.5;
    cursor: pointer;
}

#main h1 {
    font-size: 24px;
    font-size: calc(17px + .36vw);
    line-height: 1.2;
    font-weight: bold;
    padding-left: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #707070;
    margin-bottom: 20px;
}

#main h1:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../image/common/h2_icon.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    top: 8px;
    left: 0;
}

#main h2 {
    position: relative;
    font-size: 20px;
    font-size: calc(16px + .21vw);
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: .3em;
    border-bottom: 1px solid #111023;
    margin-bottom: 20px;
}

#main h2:before {
    content: '';
    position: absolute;
    width: 4em;
    height: 2px;
    background-color: #faed00;
    bottom: -1px;
    left: 0;
}

#main h3 {
    display: inline-block;
    font-size: 18px;
    font-size: calc(14px + .2vw);
    line-height: 1.2;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    background: rgba(250, 237, 0, 0.6);
    padding: .2em 1em;
}

#main h4 {
    position: relative;
    font-size: 16px;
    font-size: calc(13px + .13vw);
    line-height: 1.2;
    border-bottom: 3px solid #faed00;
    display: inline-block;
    padding-left: 20px;
}

#main h4:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #111023;
    top: 2px;
    left: 0;
}


#main .yellow_back {
    border-bottom: 2px solid #FAED00;
}

.contents_list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #111023;
    padding: 20px;
}

.contents_list .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%;
    background-color: #111023;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0 !important;
}

.contents_list ul {
    width: calc(100% - 200px);
    padding: 10px 0 10px 50px;
    list-style-type: decimal;
}

.contents_list ul:not([class*="list"]) li {
    padding: 0 0 10px 10px;
}

.contents_list ul:not([class*="list"]) li:last-child {
    padding: 0 0 0 10px;
}

@media only screen and (max-width: 690px) {
    .contents_list .title {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .contents_list ul {
        width: 100%;
        padding: 1em 0;
    }
}

#main table {
    width: 100%;
}

#main table th {
    width: 30%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    background-color: #D2D2D2;
    padding: 20px;
    border: 1px solid #fff;
}

#main table td {
    font-size: 16px;
    background-color: #EEEEEE;
    padding: 20px;
    border: 1px solid #fff;
}

@media only screen and (max-width: 690px) {
    #main table th {
        display: block;
        width: 100%;
    }

    #main table td {
        display: block;
        width: 100%;
    }
}

/* ### ### ###media### ### ###*/
.col2StyleArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col2StyleArea .col {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.imgAreaStyle {
    margin-bottom: 40px;
}

.fontSText {
    font-size: 11px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0 !important
}

.nameLabelArea {
    font-weight: bold;
    text-align: right;
}

.profileArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profileImg {
    width: calc(20% - 5px);
}

.profileCon {
    width: calc(80% - 5px);
}

.tableStyle01 th,
.tableStyle01 td {
    font-size: 14px !important
}

.m40Style {
    margin-bottom: 40px;
}

@media only screen and (max-width: 690px) {
    .col2StyleArea .col {
        width: 100%;
        margin-bottom: 15px;
    }

    .profileImg {
        width: 100%;
        margin-bottom: 10px;
    }

    .profileCon {
        width: 100%;
    }

    .m40Style {
        margin-bottom: 20px;
    }

    .nameLabelArea .label {
        display: block;
    }
}

.pagerStyle {
    text-align: right;
    margin-right: 30px;
    margin-bottom: 20px;
}

.pagerStyle a,
.pagerStyle span {
    padding: 5px 10px;
}

.pagerStyle a:hover {
    background: #111023;
    color: #fff;
}

.pagerStyle a:last-child {
    padding: 5px 10px 6px 10px;
    line-height: 1.5;
    display: inline-block;
}

@media only screen and (max-width: 690px) {
    .pagerStyle {
        margin-right: 0px;
    }

}

@media only screen and (max-width: 980px) {

    input[type="button"],
    input[type="text"],
    input[type="submit"],
    input[type="image"],
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

.rightWrapper .blog_search {
    display: none;
}

/*LP
-----------------------------------------*/
iframe.LP-youtube-16-9 {
    position: relative;
    top:7px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 600px;
    min-width: 500px;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 980px) {
    iframe.LP-youtube-16-9 {
        min-width: 315px;
    }
}

@media only screen and (max-width: 690px) {
    iframe.LP-youtube-16-9 {
        min-width: 350px;
        top:9px;
    }
}