@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */

*{
    box-sizing: border-box;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.blog .slider-mv a:hover,
.blog .block_article a:hover,
.blog .recommendtag a:hover {
    opacity: 0.8;
}

.blog .path {
    margin: 0 auto;
    padding: 3px 0 0;
    width: 1080px;
    font-size: 10px;
    color: #777777;
    position: relative;
}

@media screen and (max-width: 1080px) {
    .blog .path {
        width: 92%;
        margin: 0 auto;
    }
}

.article {
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    margin: auto;
}

.article img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 20px auto;
}

h1,
h2,
h3,
h4 {
    max-width: 700px;
    margin: 8px auto 16px auto;
    line-height: 1.6;
}

.article p,
.article ul,
.article ol {
    max-width: 700px;
    margin: 0 auto 10px auto;
    text-align: justify;
}

.article p {
    margin-bottom: 10px;
}

.article a {
    font-size: 15px;
}

.blog .article ol {
    margin-bottom: 35px;
    list-style-type: decimal;
    text-indent: -1em;
    list-style-position: inside;
    border-top: 1px dotted #666;
}

.blog .article ol li {
    list-style-type: decimal;
    padding: 15px 1em;
    border-bottom: 1px dotted #666;
}

.blog .article blockquote {
    background: #f7fbff;
    padding: 25px 0;
    margin: 15px auto 25px auto;
}

@media screen and (max-width: 767px) {
    .blog .article {
        font-size: 16px;
    }

    .blog .article p,
    .blog .article ul,
    .blog .article ol {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        word-break: break-all;
    }

    .blog .article h2,
    .blog .article h3,
    .blog .article h4 {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        text-align: left;
    }
}

.l_list_inside li {
    list-style: inside;
}

.contents {
    max-width: 700px;
    background: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    font-weight: bold;
}

.blog__contents {
    margin: 48px auto;
}

.contents__title {
    border-bottom: 1px solid #ccc;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.blog__anc {
    margin-top: -96px;
    padding-top: 96px;
}

@media screen and (max-width: 767px) {
    .blog {
        padding: 0 1.5vw;
    }
}

.blog_title {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    text-align: center;
}

.blog_title ul {
    font-size: 0;
}

.blog_title ul li {
    display: inline-block;
    font-size: 12px;
    background: url(../img/icn_tag.png) no-repeat left center;
    background-size: 13px auto;
    padding: 0 30px 0 20px;
}

.blog_title ul li a {
    color: #4b4b4b;
    text-decoration: none;
}

.blog_title ul li a:hover {
    color: #000000;
}

.blog_date {
    font-size: 12px;
    color: #4b4b4b;
    padding: 10px 0;
    line-height: 1.334;
}

.blog_date span {
    display: inline-block;
    padding: 0 15px 0 40px;
    background: url(../img/icn_date.png) no-repeat;
    background-size: 15px auto;
}

h1 {
    font-size: 26px;
    line-height: 1.346;
    margin: 17px auto 30px auto;
    color: #002879;
}

@media screen and (max-width: 767px) {
    .blog_title {
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
@media (max-width: 414px) {
    h1 {
        font-size: 6.07vw;
}
h2{
    font-size: 6.07vw;
}
}

.blog__h2 {
    max-width: 700px;
    font-size: 24px;
    line-height: 1.6;
    margin: 48px auto 24px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #002879;
}
@media (max-width: 414px) {
.blog__h2 {
        font-size: 6.07vw;
    }
}
.blog__h2--blue {
    margin: 10px auto 10px auto;
    background: #f2f9ff;
    border-left: 4px solid #0f67b8;
    padding: 0.5em;
    color: #002879;
    width: calc(100% - 20px);
}

.blog__h2--blueanashira {
    margin: 24px auto 18px auto;
    text-align: left;
    padding: 0.5em 0;
    color: #002979;
}

.blog__h3 {
    max-width: 700px;
    color: #424242;
    font-weight: bold;
    font-size: 18px;
    /* text-align: center; */
    margin: 24px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog__h3 a{
  font-size: 18px;
}

.blog__h3--blue-left {
    border-left: 5px solid #0f67b8;
    padding-left: 0.5em;
}

.blog__h3--blue-leftanashira {
    border-left: 5px solid #002979;
    padding-left: 0.5em;
}

.blog__h3--borderb {
    border-bottom: 0.5px solid #aaa;
}

.blog__h4 {
    max-width: 700px;
    font-weight: normal;
    font-size: 16px;
    margin: 24px auto;
    font-weight: bold;
}
.blog__h4 a{
  font-size: 16px;
}

.blog__h4--blue {
    color: #002879;
}

.blog__h4--borderb {
    border-bottom: 1px solid #575757;
}

.blog__caption {
    max-width: 700px;
    margin: auto;
}

.blog__caption--flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog__caption li {
    margin-bottom: 32px;
}

.blog__caption li p {
    padding: 10px 10px 0 10px;
    margin: 0;
}

.blog__caption li .card__title {
    font-weight: bold;
    text-align: center;
}

.blog__caption li:last-child {
    margin-right: 0;
}

.blog__caption .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.blog__caption .card--2toubun {
    width: calc(100% / 2 - 20px / 2);
}

@media (max-width: 414px) {
    .blog__caption .card--2toubun {
        width: 100%;
    }
}

.blog__caption .card--2tai1-2 {
    width: calc(70% - 10px / 2);
}

@media (max-width: 414px) {
    .blog__caption .card--2tai1-2 {
        width: calc(70% - 4px / 2);
    }
}

.blog__caption .card--2tai1-1 {
    width: calc(30% - 10px / 2);
}

@media (max-width: 414px) {
    .blog__caption .card--2tai1-1 {
        width: calc(30% - 4px / 2);
    }
}

.blog__caption .card--3toubun {
    width: calc(100% / 3 - 20px * 2 / 3);
}

@media (max-width: 768px) {
    .blog__caption .card--3toubun {
        width: calc(50% - 20px / 2);
    }
}

@media (max-width: 414px) {
    .blog__caption .card--3toubun {
        width: 100%;
    }
}

.blog__caption .card--4toubun {
    width: calc(100% / 4 - 20px * 3 / 4);
}

@media (max-width: 768px) {
    .blog__caption .card--4toubun {
        width: calc(50% - 20px / 2);
    }
}

@media (max-width: 414px) {
    .blog__caption .card--4toubun {
        width: 100%;
    }
}

.card__img {
    position: relative;
    overflow: hidden;
}

.card__img--300px {
    padding-top: 300px;
}

.card__img--300px img {
    height: 300px;
}

.card__img--240px {
    padding-top: 240px;
}

.card__img--240px img {
    height: 240px;
}

.card__img--200px {
    padding-top: 200px;
}

.card__img--200px img {
    height: 200px;
}

.card__img--160px {
    padding-top: 160px;
}

.card__img--160px img {
    height: 160px;
}

.card__img--100px {
    padding-top: 100px;
}

.card__img--100px img {
    height: 100px;
}

.card__img img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.card__img img.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.caption {
    font-size: 12px;
}

.blog_mv {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.blog_mv img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 480px;
    padding: 0 0 55px 0;
}

.blog_mv img.sp {
    display: none;
}

.blog_mv img.pc {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .blog_mv img.sp {
        display: inline-block;
    }

    .blog_mv img.pc {
        display: none;
    }
}

.dic__h2 {
    max-width: 700px;
    margin: auto;
    font-size: 22px;
    text-align: center;
    color: #002879;
}

.dic__h3 {
    max-width: 700px;
    font-size: 18px;
    margin: 25px auto 2em auto;
    text-align: center;
    color: #222;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
}

.dic__kanrenlink {
    font-size: 12px;
    border-top: 1px dotted #ccc;
    max-width: 700px;
    margin: 48px auto;
}

.dic__kanrenlink a {
    font-size: 12px;
}

/*-----------------------anashira__4comic layout*/
.anashira__4comic {
    padding: 50px 0;
    text-align: center;
    margin: 0 auto 50px auto;
}

.anashira__4comic__txt {
    text-align: left;
}

.anashira__4comic ul {
    max-width: 1002px;
    margin: 0 auto;
    display: inline-block;
}

.anashira__4comic ul li {
    width: 483px;
    text-align: left;
}

.anashira__4comic ul li:nth-child(even) {
    float: right;
}

.anashira__4comic ul li:nth-child(2) {
    padding-top: 50px;
}

.anashira__4comic ul li:nth-child(3) {
    padding-top: 50px;
}

.anashira__4comic ul li:nth-child(4) {
    padding-top: 50px;
}

.anashira__4comic ul li:nth-child(odd) {
    float: left;
}

@media screen and (max-width: 1002px) {
    .anashira__4comic ul {
        max-width: 100%;
    }

    .anashira__4comic ul li {
        width: 100%;
        text-align: left;
        float: none;
        margin: 0 auto;
    }

    .anashira__4comic ul li:nth-child(even),
    .anashira__4comic ul li:nth-child(odd) {
        float: none;
    }

    .anashira__4comic ul li:nth-child(2),
    .anashira__4comic ul li:nth-child(3),
    .anashira__4comic ul li:nth-child(4) {
        padding-top: 20px;
    }
}

.summary {
    max-width: 1080px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin: 25px auto 0 auto;
    padding: 60px 0 60px 0;
    color: #002879;
}

@media screen and (max-width: 1002px) {
    .summary {
        width: 96%;
        background: #fff;
        border-radius: 10px;
        margin: 25px auto 0 auto;
        padding: 30px 0 30px 0;
        color: #002879;
    }
}

.conversation__wrapper {
    width: 100%;
    background: #fcf7b8;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: center;
}

.talk {
    max-width: 1080px;
    margin: 60px auto 0 auto;
}

.talk--iconleft .f_icon {
    float: left;
    margin-left: 40px;
}

.talk--iconleft .talk-txt {
    float: right;
}

.talk--iconleft .talk-txt:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 41px;
    border-right-width: 41px;
    margin-top: -10px;
    border-right-color: #ffffff;
}

.talk--iconright .f_icon {
    float: right;
    margin-right: 40px;
}

.talk--iconright .talk-txt {
    float: left;
}

.talk--iconright .talk-txt:after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 36px;
    border-right-width: 36px;
    margin-top: -10px;
    border-left-color: #ffffff;
}

.talk__icon {
    width: 126px;
    text-align: center;
}

.talk__icon img {
    width: 80%;
}

.talk__txt {
    width: 75%;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 20px 0 30px 0;
    position: relative;
}

.talk__txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    left: 100%;
    top: 50px;
}

.talk__txt .profile div {
    width: 720px;
    margin: 40px auto 60px auto;
}

.talk__txt .profile div img {
    width: 126px;
    float: left;
    margin-right: 30px;
}

.talk__txt .profile div p .mini {
    font-size: 0.8em;
}

.talk__txt .anashira_cat .newarticle {
    padding-top: 0px !important;
}

.talk__txt .anashira_cat h2 {
    width: 1080px;
    margin: 0 auto !important;
    padding: 0 0 20px 0;
    text-align: left !important;
    font-size: 1.6em !important;
    font-weight: normal !important;
    color: #000 !important;
}

.talk__txt .anashira_cat h2 .mini {
    font-size: 0.7em;
    padding: 0 0 0 5px;
}

.talk__txt .anashira_cat h2 .bold {
    font-weight: bold;
}

.fukidashi {
    width: 96%;
    max-width: 420px;
    margin: 48px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.fukidashi__txt {
    width: 70%;
    padding: 10px;
    font-size: 15px;
    border: 2px solid;
    border-radius: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fukidashi__txt p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: auto;
    max-width: 100%;
}

.fukidashi__icon {
    max-width: 120px;
    width: 30%;
    text-align: center;
    font-size: 0.6em;
}

.fukidashi--fleft .fukidashi__txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
}

.fukidashi--fleft .fukidashi__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

.fukidashi--fright .fukidashi__txt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #fff;
    z-index: 2;
}

.fukidashi--fright .fukidashi__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.fukidashi_con {
    width: 96%;
    margin: 60px auto 0 auto;
}

.f_icon {
    width: 70px;
    text-align: center;
    font-size: 0.6em;
}

.fleft .f_icon {
    float: left;
    margin-left: 0;
}

.fright .f_icon {
    float: right;
    margin-right: 0;
}

.f_txt {
    width: 70%;
    padding: 10px 0 20px 0;
    font-size: 0.8em;
}

.f_txt h4 {
    font-size: 1em;
}

.fleft .f_txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-top: -10px;
    border-right-color: #ffffff;
    right: 100%;
    top: 34px;
}

.fright .f_txt:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-top: -10px;
    border-left-color: #ffffff;
    left: 100%;
    top: 34px;
}

.blog .article .profile div {
    width: 98%;
    margin: 20px auto 30px auto;
    font-size: 0.8em;
    clear: both;
    display: inline-block;
}

.blog .article .profile div p {
    width: 75%;
    float: right;
}

.blog .article .profile div img {
    width: 70px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.blog .article .profile div p .mini {
    font-size: 0.7em;
}

.border1080 {
    width: 100%;
}

.anashira_cat h2 {
    width: 199%;
}

.info__title--bggray {
    background: #ccc;
}

.info__icon {
    max-width: 56px;
    height: auto;
}

/*------------------/anashira*/
.btnarea {
    padding: 40px 20px 45px;
}
.btnarea__last {
    padding: 90px 20px 95px;
}
.btnarea ul {
    max-width: 780px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btnarea ul li {
    max-width: 400px;
    width: 50%;
    margin: 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.btnarea ul li:first-child {
    margin-left: 0;
}

.btnarea ul li a {
    color: #fff !important;
    width: 100%;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    height: auto;
    line-height: 1.8;
    padding: 16px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btnarea ul li a:hover {
  text-decoration: none!important;
}


.btnarea ul li.btn-lightblue a {
    background: #2eb3d9;
}

.btnarea ul li.btn-blue a {
    background: #002879;
}

.btnarea ul li.btn-green a {
    background: #17953e;
}

.btnarea ul li a:hover {
    text-decoration: none;
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .btnarea__last{
        padding: 90px 20px 95px !important;
    }
    .btnarea {
        padding: 30px 20px;
    }

    .btnarea ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .btnarea ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 26px;
    }
}


.home__linkarea {
    padding: 60px 20px 30px;
}

.home__linkarea_h {
    padding: 40px 20px 0;
}

.home__linkarea ul,
.home__linkarea_h ul {
    max-width: 780px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {

    .home__linkarea ul,
    .home__linkarea_h ul {
        display: block;
    }

    .home__linkarea {
        padding: 30px 20px 0px;
    }

    .home__linkarea {
        padding: 10px 20px 0px;
    }
}

.home__linkarea .prev a,
.home__linkarea_h .prev a {
    color: #002879;
    font-size: 14px;
    text-decoration: underline;
}

.home__linkarea .prev a i,
.home__linkarea_h .prev a i {
    width: 16px;
    height: 16px;
    background: url(../img/top/arrow02.png) no-repeat center center #fafafa;
    background-size: 16px auto;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

/*------------------------------------sns*/
.home__linkarea li.sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.home__linkarea li.sns ul li.hatena {
    margin-right: 10px;
}

/* 
.home__linkarea li.sns ul li.fb{
margin-right: 10px;
} */
.home__linkarea li.sns ul li.tw {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .home__linkarea li.sns {
        width: 100%;
        /* float:left; */
        /* clear:both; */
        /* margin-top:-50px; */
        /* display:inline-block; */
    }
}

/*#####################################*/
/*----------------------------------------top*/
.blog .tagsearch {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    background: url(../img/top/icn_tag_b.png) no-repeat right center;
    background-size: 18px auto;
    padding: 0 30px 0 0;
    font-size: 14px;
}

.blog .tagsearch a {
    color: #002879;
    text-decoration: underline;
}



/*#####################################
  swiper
  #####################################*/

.swiper {
    width: 94%;
    height: 100%;
    margin: 16px auto 0 auto;
}

.slider-mv__box {
    border: 1px solid #CCC;
}

.swiper-slide a {
    max-width: 1080px;
    width: 100%;
    display: block;
    margin: auto;
}

.slider-mv {
    min-width: 1080px;
    overflow: hidden;
    padding: 10px 0 60px 0;
}

.slider-mv a {
    color: #000;
}

.slider-mv a:hover {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1080px) {
    .slider-mv {
        min-width: 100%;
        overflow: hidden;
        padding: 10px 0 60px 0;
    }
}


.slider-mv__box {
    position: relative;
    max-width: 1080px;
    width: 98%;
    /* min-width:870px; */
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 6px;
}

.slider-mv__img {
    width: 63.888%;
    overflow: hidden;
    position: relative;
    padding-bottom: 29.3%;
    border-radius: 6px;
}

@media screen and (max-width: 1023px) {
    .slider-mv__img {
        padding-bottom: 56.3%;
    }
}

.slider-mv__img img {
    width: 100%;
    height: auto;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 102%;
}

.slider-mv__txt {
    padding: 40px;
    width: 36%;
}

.slider-mv__txt__category {
    font-size: 12px;
}

.slider-mv__txt__category .date {
    display: inline-block;
    float: right;
}

.slider-mv__txt__title {
    font-size: 24px;
    color: #002879;
    font-weight: bold;
    margin: 10px 0 30px 0;
    line-height: 1.4em;
}

.slider-mv__txt__summary {
    font-size: 14px;
    width: 100%;
    color: #333;
}

@media screen and (max-width: 767px) {

    .slider-mv__box {
        position: relative;
        display: block;
        min-width: 92%;
    }

    .slider-mv__img {
        width: 100%;
        /* padding-bottom: 74.7%; */
        padding-bottom: 46.3%;
    }

    .slider-mv__img img {
        height: 100%;
    }

    .slider-mv__txt {
        padding: 20px;
        width: calc(100% - 40px);
        min-height: 172px;
    }

    .slider-mv__txt__title {
        font-size: 20px;
        margin: 10px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .slider-mv__txt {
        padding: 20px;
        width: calc(100% - 40px);
        min-height: 192px;
    }
}

/*#####################################
  /swiper
  #####################################*/

.hatarakikata {
    width: 700px;
    margin: 0 auto;
    padding: 10px 0 50px 0;
}

.hatarakikata_ttl {
    font-size: 24px;
    border-bottom: 2px solid #002879;
    padding: 10px 0 10px 0;
    font-weight: bold;
    text-align: center;
    color: #002879;
}

.hatarakikata_txt {
    padding: 10px 0 10px 0;
    font-size: 14px;
    color: 000000;
}

.anashiratobira_imgwrapper {
    max-width: 1080px;
    margin: 48px auto;
}

.anashiratobira_img {
    max-width: 100%;
    height: auto;
}

.anashiratobira {
    width: 724px;
    margin: 0 auto;
    padding: 10px 0 50px 0;
}

.anashiratobira_ttl {
    font-size: 24px;
    border-bottom: 2px solid #002879;
    padding: 10px 0 10px 0;
    font-weight: bold;
    text-align: center;
    color: #002879;
}

.anashiratobira_txt {
    padding: 10px 0 10px 0;
    font-size: 14px;
    color: 000000;
}

.pickup {
    margin: 0 auto;
    background: #f0ecec;
    padding: 33px 0 45px 0;
}

.pickup__title {
    font-size: 26px;
    font-weight: bold;
    color: #002879;
    text-align: center;
    margin: 0 auto 30px auto;
}

.pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 1080px) {
    .pickup__list {
        width: 96%;
    }
}

@media screen and (max-width: 767px) {
    .pickup__list {
        display: block;
        width: 90%;
    }
}

.newarticle {
    margin: 0 auto;
    padding: 54px 0 45px 0;
}

.newarticle__title {
    font-size: 26px;
    font-weight: bold;
    color: #002879;
    text-align: center;
    margin: 0 auto 30px auto;
}

.articlelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1080px;
    margin: 0 auto;
}

@media screen and (min-width: 1080px) {
    .articlelist .block_article {
        margin-right: 26px;
        margin-left: 0;
    }

    .toppage .blog .newarticle .articlelist .block_article:nth-child(3n) {
        margin-right: 0;
    }
}

.block_article {
    position: relative;
    max-width: 340px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 31.5%;
    background: #f8f6f6;
    border: 2px solid #f8f6f6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block_article .new {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #be3232;
    border: 2px solid #fff;
    display: block;
    top: -18px;
    right: -9px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    z-index: 2;
}

.block_article .img_article {
    position: relative;
    width: 100%;
    /* padding-bottom: 52.945%;
	 */
    padding-bottom: 46.3%;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.block_article .img_article img {
    /* width:100%;
	height:auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.block_article .txt_article {
    padding: 11px 26px 17px 23px;
    font-size: 12px;
}

.block_article .txt_article .title,
.block_article .txt_article .title a {
    font-size: 15px;
    color: #002879;
    text-decoration: none;
    margin: 10px 0 20px 0;
}

.block_article ul {
    font-size: 0;
    margin-top: 10px;
}

.block_article ul li {
    display: inline-block;
    background: url(../img/icn_tag.png) no-repeat left center;
    background-size: 13px auto;
    padding: 0 25px 0 20px;
    font-size: 12px;
}

.block_article ul li a {
    color: #4b4b4b;
    text-decoration: none;
}

/*########################################*/
@media screen and (max-width: 767px) {
    .blog .newarticle .articlelist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 98% !important;
        margin: 0 auto;
    }

    .blog .newarticle .articlelist .block_article {
        width: 100% !important;
        max-width: 98% !important;
    }
}

/*########################################*/
.blog .btnmore {
    width: 340px;
    margin: 7px auto 100px auto;
}

.blog .btnmore a {
    padding: 16px 0px;
    line-height: 32px;
    background: url(../img/top/arrow_w.png) no-repeat right 20px center #002879;
    background-size: 16px auto;
    color: #fff;
    display: block;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
}

.blog .btnmore a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.blog .reccomendtag {
    border: 6px solid #f8f6f6;
    border-radius: 6px;
    width: 1080px;
    margin: 0 auto;
    padding: 40px 50px 25px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog .reccomendtag ul {
    font-size: 0;
    margin-top: 10px;
}

.blog .reccomendtag ul li {
    display: inline-block;
    background: url(../img/top/icn_tag_b.png) no-repeat left center;
    background-size: 18px auto;
    padding: 0 25px 0 30px;
    margin: 0 0 15px 0;
    font-size: 17px;
}

.blog .reccomendtag ul li a {
    color: #002879;
    text-decoration: underline;
}

.blog .reccomendtag ul li a:hover {
    color: #000000;
}

@media screen and (max-width: 1080px) {
    .blog .newarticle .articlelist {
        width: 96%;
    }

    .blog .block_article {
        max-width: calc(33.33% - 10px);
    }

    .blog .reccomendtag {
        width: 96%;
    }

    .toppage .blog .newarticle .articlelist .block_article {
        margin: 0 6px 20px 6px;
    }
}

@media screen and (max-width: 767px) {
    .toppage .blog .newarticle .articlelist .block_article {
        margin: 0 0 20px 0;
    }

    .blog .tagsearch {
        background-size: 16px auto;
        padding: 0 18px 0 0;
        font-size: 14px;
    }

    .blog .newarticle .articlelist {
        display: block;
        width: 90%;
    }

    .blog .block_article {
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .blog .block_article .txt_article .title,
    .blog .block_article .txt_article .title a {
        font-size: 16px;
    }

    .blog .block_article .img_article {
        /* padding-bottom: 75.3%; */
        padding-bottom: 46.3%;
    }

    .blog .block_article .img_article img {
        max-width: 100%;
        max-height: 100%;
    }

    .blog .btnmore {
        width: 90%;
        margin: 7px auto 50px auto;
    }

    .blog .reccomendtag {
        width: 90%;
        padding: 20px 20px 10px 20px;
    }

    .blog .reccomendtag ul li {
        background: url(../img/top/icn_tag_b.png) no-repeat left center;
        background-size: 15px auto;
        padding: 0 15px 0 20px;
        font-size: 15px;
    }

    .hatarakikata {
        width: 95%;
    }

    .hatarakikata_ttl {
        font-size: 15px;
    }

    .anashiratobira {
        width: 95%;
    }

    .anashiratobira_ttl {
        font-size: 15px;
    }
}

.blog .block_article a:hover {
    text-decoration: none;
}

.blog .block_article a:hover div {
    opacity: 0.8;
}

/* @media screen and (min-width: 767px) {

.entry #inpage_wrapper {
        padding-top:100px;
}


.entry #header_All02{
    background:#FFF;
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
z-index:1;
}
} */
/* ----------------kanren */
.kanren_box {
    width: 100%;
    padding: 54px 0 45px 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    max-width: 1000px;
    margin: 4rem auto;
}

.kanren_box__title {
    font-size: 26px;
    font-weight: bold;
    color: #002879;
    text-align: center;
    margin: 0 auto 30px auto;
}

.kanren_box__flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kanren_box__anashira {
    /* max-width: 980px; */
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.kanren_box__anashira .block_article {
    max-width: 250px !important;
    background: #f8f6f6;
    border-radius: 10px;
}

.kanren_box__anashira .block_article ul {
    margin-top: 10px;
}

.kanren_box__anashira .block_article ul li {
    display: inline-block;
    background: url(../img/icn_tag.png) no-repeat left center;
    background-size: 13px auto;
    padding: 0 25px 0 20px;
    font-size: 12px;
}

.kanren_box__anashira .block_article ul li a {
    color: #4b4b4b;
    text-decoration: none;
}

.kanren_box__anashira .block_article .new {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #be3232;
    border: 2px solid #fff;
    display: block;
    top: -18px;
    right: -9px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    z-index: 2;
}

.kanren_box__anashira .block_article .img_article {
    position: relative;
    width: 100%;
    /* padding-bottom: 52.945%; */
    padding-bottom: 46.3%;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.kanren_box__anashira .block_article .img_article img {
    /* width:100%;
                height:auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 100%;
}

.kanren_box__anashira .block_article .txt_article {
    padding: 13px 26px 19px 23px;
    font-size: 12px;
}

.kanren_box__anashira .block_article:nth-child(1),
.kanren_box__anashira .block_article:nth-child(2),
.kanren_box__anashira .block_article:nth-child(3) {
    margin-right: 26px;
}

.kanren_box__anashira .block_article .txt_article .title,
.kanren_box__anashira .block_article .txt_article .title a {
    font-size: 15px;
    color: #002879;
    text-decoration: none;
    margin: 10px 0 20px 0;
}

@media screen and (max-width: 767px) {
    .kanren_box__anashira {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 98% !important;
        margin: 0 auto;
    }

    .kanren_box__anashira .block_article {
        width: 100% !important;
        max-width: 98% !important;
    }

    .kanren_box__anashira .block_article:nth-child(1),
    .kanren_box__anashira .block_article:nth-child(2),
    .kanren_box__anashira .block_article:nth-child(3) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.kanren_box__article {
    position: relative;
    /* max-width: 340px; */
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: 0;
    width: 31.5%;
    background: #fdfdfd;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
}

.kanren_box__article:last-child {
    margin-right: 0;
}

.img_article_kanren {
    position: relative;
    width: 100%;
    /* padding-bottom: 52.945%; */
    padding-bottom: 46.3%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.img_article_kanren img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 100%;
}

.txt_article_kanren {
    padding: 24px;
}

.kanren_title {
    margin: 0 auto 1em auto;
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
}

.blog .kanren_box .kanren_date {
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1080px) {
    .kanren_box {
        width: 95%;
    }
}

@media screen and (max-width: 740px) {
    .kanren_box {
        width: 95%;
    }

    .kanren_box__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .kanren_box__article {
        margin: 1em auto;
        width: 100%;
    }

    .kanren_box__article:nth-child(3n) {
        margin-right: auto;
    }
}

/* ----------------------mailbannar-------------------- */
.wxmail {
    margin-top: 15px;
    display: block;
}

.wxmail img {
    width: 100%;
    height: auto;
}

.wxmailsp {
    display: none;
}

@media screen and (max-width: 740px) {
    .wxmailpc {
        display: none;
    }

    .wxmail {
        margin-top: 30px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .wxmailsp {
        display: block;
    }
}


.mw700 {
    max-width: 700px;
    margin: auto;
}

.border1080 {
    width: 1080px;
    margin: 0 auto;
    height: 1px;
    border: none;
    color: #707070;
    background-color: #707070;
}

.small {
    line-height: 1.5;
    display: block;
}

.cream_bg {
    background: #f5f4de !important;
}

.blog .article .article__txt--mb80 {
    margin-bottom: 80px;
}

.blog .article .article__txt--mb64 {
    margin-bottom: 64px;
}

.blog .article .article__txt--mb48 {
    margin-bottom: 48px;
}

.blog .article .article__txt--mb24 {
    margin-bottom: 24px;
}

.article__txt--important {
    color: #ff3e3e;
    font-weight: bold;
}

.pc {
    display: inline-block !important;
}

.sp {
    display: none !important;
}

.opacity {
    opacity: 0.5;
}
.br__hidepc{
    display: none;
}
@media screen and (max-width: 767px) {
    .sp {
        display: inline-block !important;
    }

    .pc {
        display: none !important;
    }

    .u-hidetab {
        display: none !important;
    }
    .br__hidepc{
        display: block;
    }
}

@media screen and (max-width: 536px) {
    .br__hidesp {
        display: none;
    }
}

/*# sourceMappingURL=blog.css.map */
.mp4__wrapper {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.mp4__article {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mp4__article iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.mp4__article .jstream-eqPlayer {
    width: 100% !important;
    height: 100% !important;
}


.article__ad {
    padding: 2em;
    background: #f8f9fb;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-radius: 16px;
    border: 0.5px solid #CCC;
}

.article__flex {
    display: flex;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.article__flex .article__flex--2 {
    width: 48%;
    height: auto;
    object-fit: cover;
}


br.title__dn {
    display: none;
}

/* ---------------sr */
@media screen and (max-width: 414px) {
h1 span.sr_h1{
    font-size: 5.06vw;
}
h2.sr_h2{
 font-size: 5.06vw;
}

h2.sr_h2.sr_h2--46vw{
    font-size: 4.5vw;
   }
}

/* ---------------sr-prf */




.prf {
    max-width: 700px;
    margin: auto;
    background: #ECF4FA;
    padding: 1em;
    display: flex;
}
@media screen and (max-width: 767px) {
    .prf {
        flex-direction: column;
    }
}
.prf__imgbl {
    max-width: 360px;
    padding: 1em;
}
@media screen and (max-width: 767px) {
    .prf__imgbl {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}
.prf__imgbl img {
    box-sizing: border-box;
    margin: 0;
}

.prf__img__pc {
    display: block !important;
}

.prf__img__sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .prf__img__pc {
        display: none !important;
    }

    .prf__img__sp {
        display: block !important;
    }
}

.prf__txt {
    /* padding-left: 1em; */
}

.prf__txt__name {
    position: relative;
    z-index: 2;
    padding: 2em 2em 0 2em;
}


.prf__txt__name::before {
    content: "";
    display: block;
    border-bottom: 3.5em solid transparent;
    border-left: 3.5em solid #A0BACF;
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .prf__txt__name {
        position: relative;
        z-index: 2;
        padding: 2em 0 0 0;
    }
    .prf__txt__name::before {
        content: "";
        display: block;
        border-bottom: 3.5em solid transparent;
        border-left: 3.5em solid #A0BACF;
        position: absolute;
        top: 1em;
        left: 0;
        z-index: -1;
    }
    
}

.prf__txt__name .prf__txt__subname {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.6;
}

.prf__txt__name .prf__txt__mainname {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.3;
}

.prf__hr {
    display: block;
    height: 3px;
    width: calc( 100% - 1em );
    background-color: #1E4B69;
    margin-left: 1em;
}

.prf__txt__about{
    padding: 1em 2em;
}
@media screen and (max-width: 767px) {
    .prf__hr {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #1E4B69;
        margin-left: 0;
    }
    .prf__txt__about{
        width: 100% !important;
        max-width: 100% !important;
        padding: 1em 0;
    }
}

.table{
max-width:700px;
margin-right:auto;
margin-left:auto;
border-collapse: collapse;
}
th{
border:3px solid #FFF;
padding:1em;
}
td{
border:3px solid #FFF;
padding:0.5em;
}
.table__th{
background: #eee;
display: flex;
text-align:center;
}
.table__th__20{
width:20%;
}
.table__th__40{
width:40%;
}
.table__td{
display: flex;
}
.table__td td{
width:40%;
}
.table__td td.table__td__title{
background: #eee;
width:20%;
padding:1em;
}
#toggle1{
display:none;
}
.toggle-inner{

opacity:0.3;
}
.toggle-inner .contents{
display:none;
}
#toggle1:checked ~ .toggle-inner{
	opacity:1;
	transition: all .8s ease;
}
#toggle1:checked ~ .toggle-inner .contents{
        display:block;
}
#toggle1:checked ~ .toggle-outer{
        display: none;

}

.more__btn{
display:block; width:400px; border-radius:100px; padding:1em;background:#a5aeb1; margin:32px auto 16px auto; text-align:center; color:#FFF;
}
#toggle1:checked ~ .more__btn{
display:none;
}

#conts {
    width: calc(100% - 260px - 5.4%);
}

@media (max-width: 767px) {
  #conts {
      margin-top: 0;
      width: auto;
  }
}