@charset "UTF-8";
/*-----------------------------
    CSSリセット
------------------------------*/
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: none;
    vertical-align: bottom;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}button{border:none;box-shadow:none;background:none;margin:0;padding:0;-webkit-appearance:none;border-radius:0;color:#000;}

/*-----------------------------
    BASE
------------------------------*/
@font-face {
    font-family: "fontello";
    src: url("../fonts/fontello/font/fontello.eot");
    src: url("../fonts/fontello/font/fontello.eot") format("embedded-opentype"),
        url("../fonts/fontello/font/fontello.woff") format("woff"),
        url("../fonts/fontello/font/fontello.ttf") format("truetype"),
        url("../fonts/fontello/font/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 100%;
    font-family: メイリオ,ヒラギノ角ゴ,-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #000;
    line-height: 1.85;
    letter-spacing: 1px;
    word-break: break-all;
    min-width: 1080px;
    scroll-behavior: smooth;
}
input,
select,
textarea {
    font-family: メイリオ,ヒラギノ角ゴ,-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    color: #000;
}
textarea {
    resize: none;
}
input[type="radio"] {
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
}
:focus {
    outline: 1px solid black;
    outline-offset: 1px;
}
::placeholder {
  color: #ccc!important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #ccc!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #ccc!important;
}
input[readonly],
textarea[readonly] {
    background-color: #eee!important;
}
img {
    height: auto;
    max-width: 100%!important;
}
p {
    margin-bottom: 30px;
}
a {
    color: #05615a;
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    color: #444;
    text-decoration: underline;
}
a:hover img {
    opacity: 0.9;
}
p a {
    text-decoration: underline;
}
.b, strong {
    font-weight: bold;
}
em {
    display:inline-block;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
del { 
  text-decoration: line-through;
}
ins { 
  text-decoration: underline;
}
blockquote {
    color: #000;
    padding: 50px 20px 20px;
    position: relative;
    border: solid 1px #9FA0A0;
}
blockquote:before {
    position: absolute;
    content: "《引用》";
    color: #05615A;
    top: 20px;
    left: 20px;
}
.s {
    font-size: 70%;
}
.red {
    color: #D40000;
}
.highlight {
    color: #05615A;
}
.highlight-sub {
    color: #0A8E84;
}
.annotate {
    color: #000;
}
.vertical-align-super {
    vertical-align: super;
    font-size: 75%;
}
.center {
    text-align: center;
}
.flex {
    display: flex;
    align-items: center;
}
.clear {
    clear: both;
    overflow: hidden;
}
.rotate45 {
    transform: rotate(45deg);
}
.indent1 {
    padding-left: 1em;
}
.text-indent-wide {
    text-indent: 1em;
    letter-spacing: 1em;
}
.circle {
    border-radius: 50%;
}
.list-style__disc {
    list-style: disc;
}
.margin-bottom0 {
    margin-bottom: 0;
}
.is-hidden {
    display: none;
}
.sp {
    display: none;
}

/*-----------------------------
    基本レイアウト
------------------------------*/
#container {
    min-width: 1130px;
    overflow: hidden;
    padding-top: 70px;
}
#header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    min-width: 650px;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: solid 1px #056059;
    top: 0;
    left: 0;
    z-index: 9999;
}
#main {
}
#footer {
    margin-top: 100px;
}
.content-range {
    display: block;
    width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/*-----------------------------
    header ヘッダー
------------------------------*/
.header-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}
.header-logo-img {
    border-right: solid 1px #ccc;
}
.header-logo-img h1,
.header-logo-img .logo-wrap {
    display: block;
    margin-bottom: 0;
}
.header-logo-img a {
    display: block;
    padding: 0 20px;
}
.header-logo-img a:hover {
    text-decoration: none;
}
.header-logo-img img {
    width: 136px;
    display: block;
    position: relative;
    top: -1px;
}
.header-sns {
    padding-left: 15px;
    margin: 5px 0;
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
}
.header-info {
    display: flex;
    justify-content: space-between;
    height: 70px;
}
.header-sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header-sns-list li {
    padding: 0 10px;
}
.header-sns-list a {
    color: #a0a0a0;
    font-size: 140%;
}
.header-sns-list a:hover {
    color: #056059;
}
.header-info-tool {
    display: inline-block;
    padding-right: 120px;
}
.header-info-tool__logged-in {
    padding-right: 240px;
}
.header-info-tool-item:hover {
    cursor: pointer;
}
.header-info-tool-item a:hover {
}
.header-info-tool-item img {
    display: block;
    margin: 0 auto;
}
.header-info-tool-item a:hover img {
    opacity: 1;
}
.header-info-tool-item .label {
    display: block;
    color: #05615a;
    font-size: 60%;
    letter-spacing: 0;
    margin-top: 6px;
    cursor: pointer;
    line-height: 1;
}
.header-info-tool-item .header-info-tool-item__mypage-avatar .label {
    margin-top: 6px;
}
.header-info-tool-item a:hover .label {
    text-decoration: underline;
}
.header-post {
    width: 120px;
    text-align: center;
}
.header-post:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 54px;
    background-color: #ddd;
    top: 8px;
    right: 0;
}
.header-post.open {
    background-color: #056059;
}
.header-post-menu {
    display: block;
    line-height: 1;
}
.header-post-menu-title {
    display: block;
    padding: 10px 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    font-size: 100%;
}
.header-post-menu:hover .header-post-menu-title {
    text-decoration: underline;
}
.header-post-menu-trigger {
    width: 34px;
    height: 34px;
    background-image: url("../images/common/icon/icon_post_white.svg");
    background-repeat: no-repeat;
    background-size: 34px 34px;
    cursor: pointer;
}
.header-post-menu-trigger img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.header-post.open .header-post-menu-trigger {
    display: block;
    margin: 0 auto;
    background-color: #056059;
}
.header-post.open .header-post-menu-trigger img {
    display: none;
}
.header-post.open .label {
    color: #fff;
}
.header-post-menu-list {
    display: none;
    width: 400px;
    position: absolute;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    background-color: #056059;
    top: calc(100% - 1px);
    right: 0;
    cursor: initial;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
}
.header-post-menu-list.open {
    display: block;
}
.header-post-menu-list > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.header-post-menu-list > li:last-child {
    margin-bottom: 0;
}
.header-post-menu-list > li.timeline {
    border-top: solid 1px #fff;
    padding-top: 20px;
    margin-top: 25px;
}
.header-post-menu-list > li.timeline .timeline-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.header-post-menu-list > li.timeline .timeline-title img {
    width: 34px;
    margin-right: 10px;
}
.header-post-menu-list > li.timeline .form {
    width: 100%;
}
.header-post-menu-list > li.timeline .form .btn {
    margin-top: 5px;
    border: none;
    width: auto;
    padding: 8px 30px;
}
.header-post-menu-list > li.timeline .form .btn:after {
    top: 10px;
    right: 2px;
}
.header-post-menu-list > li > img {
    width: 50px;
    height: 50px;
    max-width: none;
    text-align: center;
    margin-right: 15px;
}
.header-post-menu-list .btn {
    font-size: 93.75%;
    padding: 12px 20px;
    box-sizing: border-box;
    width: calc(100% - 75px);
}
.header-post-menu-list .btn:after {
    top: 14px;
    right: 5px;
}
.header-login {
    height: calc(100% - 20px);
    margin: 10px 0;
    border-left: solid 1px #ccc;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.header-login--logged-in {
    border-right: solid 1px #ccc;
}
.header-login a {
    padding: 0;
    width: 120px;
    border-right: solid 1px #ccc;
}
.header-login a:last-of-type {
    border-right: none;
}
.header-login .header-info-tool-item__mypage {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.header-login .header-info-tool-item__mypage:hover {
    text-decoration: none;
}
.header-info-tool-item__mypage-avatar {
    width: 100px;
}
.header-info-tool-item__mypage-rank {
    width: 100px;
}
.header-info-tool-item__mypage-rank .rank-label {
    display: block;
    font-weight: bold;
    font-size: 90%;
    letter-spacing: 0.5px;
    margin: 5px 0;
}
.header-info-tool-item__mypage-rank .rank {
    font-weight: bold;
}
.rank1 {
    color: #05615A;
}
.rank2 {
    color: #4373CC;
}
.rank3 {
    color: #933B0C;
}
.rank4 {
    color: #605854;
}
.rank5 {
    color: #836412;
}
.rank6 {
    color: #637A82;
}
.header-info-tool-item__mypage-rank .point-count {
    font-size: 75%;
    letter-spacing: 0;
    color: #555;
}
.header-info-tool-item__mypage-rank .point-count img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.header-info-tool-item img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.header-info-tool-item a:hover img {
    opacity: 1;
}
.header-login .avatar-wrap {
    display: block;
    width: 34px;
    margin: 0 auto;
    position: relative;
}
.header-login .avatar-wrap .avatar-photo-wrap {
    width: 34px;
    height: 34px;
}
.header-login .avatar-wrap .avatar-photo-wrap img {
    width: 28px;
    height: 28px;
    position: relative;
    top: 3px;
}
.header-login .avatar-wrap .new-action-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    font-size: 75%;
    color: #fff;
    background-color: #C240AA;
    line-height: 1;
    padding-top: 5px;
    width: 20px;
    height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 10;
    font-weight: bold;
}
#header-nav-area {
    width: 120px;
    margin: 10px 0;
    border-left: solid 1px #ccc;
    text-align: center;
}
.header-nav {
    text-align: center;
    cursor: pointer;
    line-height: 1;
    font-size: 100%;
}
#header-nav-label {
    display: block;
    color: #05615a;
    font-size: 60%;
    margin-top: 6px;
    cursor: pointer;
}
.header-nav:hover #header-nav-label {
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    #header {
        height: 94px;
        min-width: 320px;
    }
    #container {
        min-width: 320px;
        padding-top: 94px;
    }
    .header-info,
    .header-post-menu-title {
        height: 94px;
    }
    .header-post-menu-title {
        max-height: 94px;
        padding-bottom: 80px;
    }
    .header-logo {
        display: block;
        border-right: solid 1px #ccc;
    }
    .header-logo-img {
        border-right: none;
    }
    .header-logo-img--align-center {
        margin-top: 14px;
    }
    .header-logo-img a {
        padding: 0 5px 6px;
    }
    .header-logo-img img {
        width: 120px;
    }
    .header-sns {
        width: calc(100% - 10px);
        text-align: center;
        padding: 6px 0;
        margin: 0 5px;
        box-sizing: border-box;
        border-top: solid 1px #ccc;
        justify-content: center;
        height: auto;
        line-height: 1;
    }
    .header-sns-list a {
        font-size: 85%;
    }
    #header-nav-area,
    .header-login a,
    .header-login .header-info-tool-item__mypage,
    .header-info-tool-item__mypage-rank,
    .header-info-tool-item__mypage-avatar,
    .header-post {
        width: 90px;
    }
    #header-nav-area {
        border: none;
    }
    .header-info-tool-item__mypage-rank .rank-label {
        display: none;
    }
    .header-info-tool-item .label {
        font-size: 60%;
    }
    .header-login {
        border: none;
    }
    .header-login a,
    .header-login a:last-of-type {
        border: none;
    }
    .header-post:after {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #header-nav-area {
        width: 60px;
    }
    .header-post {
        width: 60px;
    }
    .header-post:after {
        display: none;
    }
    .header-post-menu {
    }
    .header-post-menu-title {
    }
    .header-info-tool-item .header-info-tool-item__mypage-avatar .label {
        margin-top: 6px;
        font-size: 60%;
    }
    .header-post-menu-trigger {
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }
    .header-post-menu-trigger img {
        width: 28px;
        height: 28px;
    }
    .header-post-menu {
    }
    .header-post-menu-icon {
        max-width: 28px;
    }
    .header-post-menu-trigger {
        width: 28px;
        height: 28px;
        background-size: 28px 28px;
    }
    .header-post-menu .header-post-menu-trigger img {
        width: 28px;
        height: 28px;
        display: block;
    }
    .header-post-menu.open {
        background-color: #056059;
    }
    .header-post-menu.open:after {
        position: absolute;
        content: "";
        height: 6px;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #056059;
    }
    .header-post-menu-list {
        display: none;
        width: 300px;
        padding: 25px 20px;
        box-sizing: border-box;
        top: 100%;
    }
    .header-edit-menu.open .header-post-menu-list {
        display: block;
    }
    .header-post-menu-list > li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .header-post-menu-list > li:last-child {
        margin-bottom: 0;
    }
    .header-post-menu-list > li > img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        text-align: center;
        margin-right: 10px;
    }
    .header-post-menu-list .btn {
        font-size: 81.25%;
        padding: 10px 0;
        width: calc(100% - 60px);
    }
    .header-post-menu-list .btn:after {
        top: 12px;
    }
    .header-post-menu-list > li.timeline {
        border-top: solid 1px #fff;
        padding-top: 20px;
        margin-top: 25px;
    }
    .header-post-menu-list > li.timeline .timeline-title {
        font-size: 81.25%;
        margin-bottom: 10px;
    }
    .header-post-menu-list > li.timeline .timeline-title .icon {
        width: 30px;
    }
    .header-post-menu-list > li.timeline .form .btn {
        padding: 6px 45px;
    }
    .header-post-menu-list > li.timeline .form .btn:after {
        top: 6px;
    }
    .header-login {
        text-align: center;
    }
    .header-login a {
        width: 60px;
        border: none;
    }
    .header-info-tool-item.open label {
        margin-top: 3px;
    }
    .header-login a:last-of-type {
        border: none;
    }
    .header-info-tool-item img {
        width: 28px;
        height: 28px;
    }
    .header-login .header-info-tool-item__mypage,
    .header-info-tool-item__mypage-avatar {
        width: 70px;
        letter-spacing: 0;
    }
    .header-info-tool-item__mypage-rank .point {
        margin-top: 7px;
    }
    .header-info-tool-item__mypage-rank .point-count {
        font-size: 65%;
    }
    .header-info-tool-item__mypage-rank .point-count img {
        width: 15px;
        height: 15px;
    }
    .header-login .avatar-wrap {
        width: 28px;
    }
    .header-login .avatar-wrap .avatar-photo-wrap {
        width: 28px;
        height: 28px;
    }
    .header-login .avatar-wrap .avatar-photo-wrap img {
        width: 22px;
        height: 22px;
        position: relative;
        top: 3px;
    }
    .header-login .avatar-wrap .new-action-count {
        top: -8px;
        right: -8px;
    }
    .header-nav {
        width: 50px;
    }
    #header-nav-label {
        font-size: 60%;
        margin-top: 6px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 375px) {
    .header-login a {
        width: 50px;
    }
    .header-post {
        right: 60px;
        width: 50px;
    }
}

/*-----------------------------
    nav navi ナビ
------------------------------*/
.navbar-toggle {
    z-index: 9999;
    display: block;
    padding: 1px 0;
}
.navbar-toggle-icon {
    position: relative;
    display: block;
    height: 6px;
    width: 40px;
    margin: 0 auto;
    background-color: #045d56;
    border-radius: 10px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.navbar-toggle-icon:nth-child(1) {
    top: 0;
}
.navbar-toggle-icon:nth-child(2) {
    margin-top: 7px;
    margin-bottom: 7px;
}
.navbar-toggle-icon:nth-child(3) {
    top: 0;
}
.header-nav:hover .navbar-toggle-icon {
}
.navbar-toggle.open .navbar-toggle-icon {
    width: 42px;
}
.navbar-toggle.open .navbar-toggle-icon:nth-child(1) {
    top: 11.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggle.open .navbar-toggle-icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.navbar-toggle.open .navbar-toggle-icon:nth-child(3) {
    top: -12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.drawer-overlay {
    visibility: hidden;
    position: absolute;
    width: 400px;
    transform: translateX(100%);
    transition: ease .5s;
    z-index: 1000;
    right: 0;
    top: 70px;
}
.drawer-overlay.open {
    visibility: visible;
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    height: calc(100vh - 70px);
}
.drawer-overlay::-webkit-scrollbar {
    display: none;
}

/* 新ナビ */
#global-navi {
    font-size: 80%;
    background-color: #d9edec;
    padding-bottom: 15px;
}
#global-navi-list .navi-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
#global-navi-list .navi-item__top0 {
    padding-top: 0;
}
#global-navi-list .navi-item__bottom0 {
    padding-bottom: 0;
}
#global-navi-list .navi-item__padding-left {
    padding-left: 57px;
}
#global-navi-list .navi-item img {
    width: 30px;
    display: block;
}
#global-navi-list .navi-heading,
#global-navi-list .sub-navi-heading {
    display: block;
    position: relative;
    cursor: pointer;
}
#global-navi-list .navi-item a,
#global-navi-list .navi-item span {
    position: relative;
    color: #05615a;
    background-color: #fff;
    padding: 5px 25px;
    margin-left: 12px;
    width: calc(100% - 42px);
    box-sizing: border-box;
    border-radius: 25px;
    text-align: left;
}
#global-navi-list .navi-item__full a,
#global-navi-list .navi-item__full span {
    margin-left: 0;
    width: 100%;
}
#global-navi-list .navi-item__about a {
    letter-spacing: 0;
}
#global-navi-list .navi-heading {
    padding: 15px 30px;
    color: #fff;
    background-color: #056059;
    font-size: 120%;
    font-weight: bold;
    position: relative;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
#global-navi-list .navi-item a:hover,
#global-navi-list .navi-item span:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    z-index: 2;
}
#global-navi-list .navi-item a:after,
#global-navi-list .navi-item span:after {
    position: absolute;
    font-size: 100%;
    right: 5px;
    top: 5px;
    z-index: 3;
}
#global-navi-list .accordion-btn:after,
#global-navi-list .accordion-btn__sub:after {
    position: absolute;
    font-size: 112%;
    right: 25px;
    z-index: 3;
}
#global-navi-list .navi-item .navi-heading:after {
    font-size: 100%;
}
#global-navi-list .navi-item a:after,
#global-navi-list .navi-item span:after {
    content: "＞";
}
#global-navi-list .accordion-btn:after,
#global-navi-list .accordion-btn__sub:after {
    content: "＋";
}
#global-navi-list .accordion-btn.open:after,
#global-navi-list .accordion-btn__sub.open:after {
    content: "ー";
}
#global-navi-list .accordion-item > li a {
    position: relative;
}
#global-navi-list .accordion-item__sub {
    padding-left: 42px;
    padding-bottom: 15px;
    width: 100%;
}
#global-navi-list .accordion-item__sub .navi-item {
    padding: 15px 0 0;
}
#global-navi-list .accordion-item__sub .navi-item a {
    width: calc(100% - 42px);
}
.navi-item__contact {
    border-top: solid 1px #056059;
}

/* 旧ナビ  */
.global-navi {
    padding: 30px 0 0;
    background-color: #d9edec;
}
.navi-header {
    margin-bottom: 50px;
}
.navi-header .title {
    text-align: center;
    font-size: 187.5%;
    font-weight: bold;
    line-height: 1.4;
}
.navi-header .title .sub {
    font-size: 55%;
    display: block;
}
.navi-main {
    border-bottom: solid 1px #90CBC8;
    box-shadow: 0 1px 0 #fff;
}
.navi-main .logout-link {
    text-align: right;
    margin-top: -70px;
    margin-bottom: 10px;
}
.navi-main .logout-link a {
    text-align: center;
    display: inline-block;
    line-height: 1.25;
    font-size: 80%;
}
.navi-main .logout-link i {
    display: block;
}
.navi-footer {
}

@media screen and (max-width: 750px) {
    .drawer-overlay {
        top: 94px;
        width: 100%;
    }
    .drawer-overlay.open {
        height: calc(100vh - 94px);
    }
}

/*-----------------------------------
    breadcrumb パンくず
------------------------------------*/
#breadcrumb {
    margin-top: 10px;
    color: #000;
}
.breadcrumb-list {
    display: flex;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-size: 81.25%;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.breadcrumb-list:after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: '';
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 95%, rgba(255, 255, 255, 1) 100%)
}
.breadcrumb-list > li {
    float: left;
    display: inline-block;
    margin-right: 8px;
}
.breadcrumb-list > li:after {
    content: ">";
    display: inline-block;
    margin: 0 2px;
    color: #000;
}
.breadcrumb-list > li a {
    text-decoration: underline;
}
.breadcrumb-list > li span {
    margin-right: 8px;
}
.breadcrumb-list > li:last-child:after {
    display: none;
}

/*-----------------------------
    footer フッター
------------------------------*/
/*
    footer-pr
*/
.footer-pr {
    display: flex;
    flex-wrap: wrap;
}
.footer-pr-item-wrap {
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    background-color: #05615a;
    text-align: center;
}
.footer-pr-item-wrap:hover {
    color: #fff;
    background-color: #02413b;
}
.footer-pr-item-wrap:hover .btn__hover-yellow {
    background-color: #eee;
}
.footer-pr-item-wrap__deepcolor {
    background-color: #03514b;
}
.footer-pr-item-wrap__deepcolor:hover {
    background-color: #02413b;
}
.footer-pr-item {
    display: inline-block;
    padding: 40px 10px 40px 95px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 70px;
    text-align: left;
}
.footer-pr-item__regist-member,
.footer-pr-item__regist-group {
    padding: 120px 10px 40px 10px;
    background-position: top 40px center;
    background-size: 65px 65px;
    text-align: center;
}
.footer-pr-item__regist {
    background-image: url(../images/common/icon/icon_regist_white.png);
}
.footer-pr-item__faq {
    background-image: url(../images/common/icon/icon_faq_white.png);
}
.footer-pr-item__contact {
    background-image: url(../images/common/icon/icon_contact_white.png);
}
.footer-pr-item__regist-member {
    background-image: url(../images/common/icon/icon_member_white.png);
}
.footer-pr-item__regist-group {
    background-image: url(../images/common/icon/icon_group_white.png);
}
.footer-pr-item .title {
    position: relative;
    font-size: 120%;
    margin-bottom: 5px;
    line-height: 1.6;
}
.footer-pr-item__regist-member .title,
.footer-pr-item__regist-group .title {
    margin-bottom: 10px;
}
.footer-pr-item .title .go {
    color: #fff;
}
.footer-pr-item .title .go .icon {
    position: relative;
    font-size: 120%;
    margin-left: 5px;
    top: 4px;
    transform: rotate(-90deg);
}
.footer-pr-item .title .sub {
    display: block;
    font-size: 65%;
    font-weight: normal;
}
.footer-pr-item .description {
    font-size: 75%;
    line-height: 1.6;
    margin-bottom: 0;
}
.footer-pr-item__regist-member .description,
.footer-pr-item__regist-group .description {
    margin-bottom: 25px;
    min-height: 65px;
}
.footer-pr-item .description .caution {
    color: #ff0;
}
/*
    footer-sitemap
*/
.footer-sitemap {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 0;
}
.footer-logo {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
}
.footer-config-list {
    position: absolute;
    right: 0;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-config-list > li {
    padding-left: 25px;
    text-align: center;
    line-height: 1.4;
    font-size: 80%;
}
.footer-config-list > li i {
    display: block;
}
.footer-sitemap-sns {
    display: flex;
    width: 100%;
    justify-content: right;
    padding-bottom: 10px;
    text-align: center;
}
.footer-sitemap-sns dl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.footer-sitemap-sns__heading {
    font-size: 80%;
    margin-right: 10px;
}
.footer-sitemap-sns-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.footer-sitemap-sns-list-item {
    margin-right: 10px;
}
.footer-sitemap-sns-list-item:last-child {
    margin-right: 0;
}
.footer-sitemap-sns-list-item a {
    font-size: 200%;
}
.footer-sitemap-sns-list-item--x a {
    color: #000;
}
.footer-sitemap-sns-list-item--line a {
    color: #00B900;
}
.footer-sitemap-sns-list-item a:hover {
    opacity: 0.8;
}
#copyright {
    padding: 15px 0;
    background-color: #05615a;
    text-align: center;
    line-height: 1;
}
#copyright .copy {
    margin: 0;
    font-size: 68.75%;
}
#footer .copy a {
    color: #fff;
}

#pagetop {
    width: 68px;
    height: 68px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
}

#pagetop button {
    width: 68px;
    height: 68px;
    cursor: pointer;
}

#pagetop button:hover {
    opacity: 0.7;
}

#pagetop img {
    display: block;
}

/*-----------------------------------
    共通コンポーネント
------------------------------------*/
/*
    btn ボタン
*/
.btn-wrap__center {
    text-align: center;
}
.btn-wrap__right {
    text-align: right;
}
.btn-wrap__margin-top {
    margin-top: 30px;
}
.btn-wrap__margin-top-s {
    margin-top: 15px;
}
.btn-wrap__margin-top-ss {
    margin-top: 5px;
}
.btn-wrap__margin-top-l {
    margin-top: 80px;
}
.btn-wrap__margin-top-m {
    margin-top: 60px;
}
.btn-wrap__margin-bottom {
    margin-bottom: 30px;
}
.btn-wrap__margin-bottom-s {
    margin-bottom: 15px;
}
.btn-wrap__margin-bottom-ss {
    margin-bottom: 10px;
}
.btn-wrap__margin-bottom-m {
    margin-bottom: 60px;
}
.btn-wrap__margin-bottom-l {
    margin-bottom: 80px;
}
.btn-wrap__add-subbtn {
    position: relative;
}
.btn-wrap__double {
    display: flex;
    justify-content: center;
}
.btn {
    position: relative;
    display: inline-block;
    color: #05615a;
    background-color: #eee;
    padding: 10px 70px;
    border-radius: 30px;
    font-size: 87.5%;
    line-height: 1;
    text-align: center;
    border: none;
}
.btn:after {
    position: absolute;
    content: "〉";
    font-size: 81.25%;
    font-weight: bold;
    top: 12px;
    right: 10px;
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #05615a;
    cursor: pointer;
}
.btn-wrap__double .btn {
    margin: 0 15px;
}
.btn__more:after,
.btn__arrow-bottom:after {
    transform: rotate(90deg);
    top: 15px;
    right: 15px;
}
.btn__arrow-top:after {
    transform: rotate(-90deg);
    top: 8px;
    right: 15px;
}
.btn__back:after {
    content: "〈";
    right: auto;
    left: 10px;
}
.btn__wide {
    width: 30%;
    box-sizing: border-box;
}
.btn__tite {
    padding-left: 40px;
    padding-right: 40px;
}
.btn__block {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
}
.btn__wide100 {
    width: 100%;
    box-sizing: border-box;
}
.btn__small {
    font-size: 80%;
    padding: 12px 80px;
    border-radius: 60px;
}
.btn__middle {
    font-size: 125%;
    padding: 16px 120px;
    border-radius: 60px;
}
.btn__middle:after {
    font-size: 87.5%;
    top: 18px;
    right: 15px;
    letter-spacing: 0;
}
.btn__large {
    font-size: 187.5%;
    padding: 20px 180px;
    border-radius: 60px;
}
.btn__large:after {
    font-size: 87.5%;
    top: 28px;
    right: 20px;
}
.btn__white {
    background-color: #fff;
}
.btn__green {
    color: #fff;
    background-color: #05615a;
}
.btn__green:hover {
    background-color: #044742;
}
.btn__hover-yellow:hover {
    opacity: 1;
    color: #05615a;
    background-color: #eee;
}
.btn__hover-white-opacity:hover {
    color: #05615a;
    background-color: #eee;
}
.btn__spacewide {
    letter-spacing: 2px;
}
.btn__sub {
    position: absolute;
    top: 0;
}
.btn__sub-left {
    left: 0;
}
.btn__sub-middle {
    top: 10px;
}
.btn__plus:after {
    content: "＋";
    font-size: 150%;
    right: 20px;
    top: 11px;
    font-weight: normal;
}
.btn__icon-edit {
    background-image: url("../images/common/icon/icon_post_white.svg");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 16px;
}
.btn__post-edit {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    margin-bottom: 2px;
}
.btn__post-edit:last-of-type {
    margin-bottom: 0;
}
.double-btn-wrap {
    margin-top: 80px;
    text-align: center;
}
.double-btn-wrap .btn {
    margin: 0 20px;
}
.double-btn-flex {
    display: flex;
    margin-top: 150px;
    justify-content: center;
}
.double-btn-flex .flex-item {
    padding: 0 20px;
    text-align: center;
}
.double-btn-flex .flex-item .caption {
    margin-bottom: 25px;
}
#post-delete-btn {
    position: relative;
    display: inline-block;
    padding: 10px 70px;
    border-radius: 30px;
    font-size: 87.5%;
    line-height: 1;
    text-align: center;
    border: none;
}
.d-none {
    display: none!important;
}
/*
    .accordion-btn アコーディオンボタン
*/
.accordion-btn {
    display: block;
    margin: 0 auto;
}
.accordion-btn.selected.btn__more:after {
    transform: rotate(-90deg);
    top: 6px;
}
.accordion-contents {
    display: none;
}
/*
    like-btn いいねボタン
    bookmark-btn ピン留めボタン
*/
.like,
.bookmark {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.like .icon {
    position: relative;
    top: -1px;
}
.like-btn,
.bookmark-btn {
    font-size: 81.25%;
    line-height: 1;
    padding: 2px 30px 10px;
    color: #fff;
    background-color: #6E6E6E;
    border: none;
    position: relative;
}
.like-btn .icon,
.bookmark-btn .icon {
    position: relative;
    font-size: 137.5%;
    top: 5px;
    margin-right: 10px;
}
button.like-btn:hover,
button.bookmark-btn:hover {
    cursor: pointer;
    background-color: #666;
}
.like-btn.like-btn__liked,
.bookmark-btn.bookmark-btn__bookmarked {
    background-color: #C240AA;
}
.like-btn.like-btn__liked:hover,
.bookmark-btn.bookmark-btn__bookmarked:hover {
    background-color: #B23C9C;
}
/*
    follow-btn フォローボタン
*/
.follow-btn {
    padding: 2px 30px 9px;
    color: #fff;
    background: #6E6E6E;
    border: none;
}
.follow-btn:hover {
    cursor: pointer;
    opacity: 0.9;
}
.follow-btn__followed {
    color: #fff;
    background-color: #C240AA;
}
.follow-btn .icon {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
/*
    modal-btn モーダルボタン
*/
.modal-btn {
    display: inline-block;
    color: #fff;
    background-color: #05615a;
    font-size: 87.5%;
    padding: 2px 20px;
    border-radius: 5px;
}
.modal-btn:hover {
    cursor: pointer;
    background-color: #044742;
}
.modal-overlay,
.ajax-modal-overlay {
    display: none;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal-overlay.open,
.ajax-modal-overlay.open {
    display: flex;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.modal-content,
.ajax-modal-content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 60px 30px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
    font-size: 112.5%;
    max-height: 80vh;
    overflow-y: scroll;
}
.modal-content p:last-of-type {
    margin-bottom: 0;
}
.modal-close-btn__mark {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 250%;
    cursor: pointer;
}
.modal-close-btn__mark:hover {
    opacity: 0.9;
}
.modal_btn__comment-delete {
    margin-left: 5px;
}
.modal_btn__timeline {
    display: inline-block;
    margin: 3px 0;
}
.modal_btn__timeline .open-button {
    color: #fff;
    background-color: #05615a;
    border-color: #05615a;
    padding-top: 9px;
    padding-bottom: 9px;
}
/* 検索フォーム */
.modal-wrap__search > input {
    display: none;
}
.modal-overlay__search {
    display: block;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal-wrap__search input:checked ~ .modal-overlay__search {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
/*
    toggle-btn トグルボタン
*/
.toggle-btn {
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  font-size: 118.75%;
  position: relative;
  width: 100px;
  background-color: #fff;
}
.toggle-btn input[type="checkbox"] {
  display: none;
}
.toggle-btn label {
  display: block;
  box-sizing : border-box;
  height: 32px;
  border: 2px solid #999999;
  border-radius : 30px;
}
.toggle-btn label:hover {
    cursor: pointer;
}
.toggle-btn input[type="checkbox"]:checked + label {
  border-color : #05615a; 
}
.toggle-btn label span:after{
  content : "OFF";
  padding : 0 0 0 16px;
  color : #999999;
}
.toggle-btn input[type="checkbox"]:checked + label span:after{
  content : "ON";
  padding : 0 16px 0 0;
  color : #05615a;
}
.toggle-btn #toggle-img {
  position : absolute;
  width : 24px;
  height : 24px;
  background : #999999;
  top : 4px;
  left : 4px;
  border-radius : 26px;
  transition : .2s;
}
.toggle-btn input[type="checkbox"]:checked ~ #toggle-img {
  background : #05615a;
  left: -18px;
  transform : translateX(90px);
}
/*
    スライドボタン
*/
.slide-btn {
    position: relative;
    top: 50%;
    width: 160px;
    min-height: 35px;
    border-radius: 40px;
}
.slide-btn input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: -10000px;
}
.slide-btn .slide {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    min-height: 34px;
    box-sizing: border-box;
    font-size: 75%;
    text-align: center;
    line-height: 1;
    transition: 0.3s ease all;
    padding: 12px 20px 0;
    border-radius: 20px;
    letter-spacing: 0;
    color: #056059;
    background-color: #f5f5f5;
    border: solid 1px #fff;
    cursor: pointer;
}
.slide-btn .slide--on {
    z-index: 4;
    left: 18px;
}
.slide-btn .slide--off {
    z-index: 3;
    right: 0;
}
.slide-btn input[type="radio"]:checked + .slide {
    color: #fff;
    background-color: #056059;
    z-index: 5;
}
.slide-btn .flg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slide-btn .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.slide-btn .flg {
    z-index: 2;
}
.slide-btn .flg:before,
.slide-btn .flg:after,
.slide-btn .flg span {
    position: absolute;
    top: 0;
    width: 80px;
    height: 34px;
    font-size: 75%;
    text-align: center;
    line-height: 1;
    transition: 0.3s ease all;
    padding-top: 12px;
    border-radius: 20px;
    letter-spacing: 0;
    box-sizing: border-box;
}
.slide-btn .flg:before {
    content: 'ON';
    color: #056059;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    left: 18px;
    z-index: 3;
}
.slide-btn .flg:after {
    content: 'OFF';
    color: #fff;
    background-color: #056059;
    border: solid 1px #056059;
    right: 0;
    z-index: 4;
}
.slide-btn .checkbox:checked + .flg:before {
    color: #fff;
    background-color: #056059;
    border-color: #056059;
    z-index: 4;
}
.slide-btn .checkbox:checked + .flg:after {
    color: #056059;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    z-index: 3;
}
.slide-btn .checkbox:focus + .flg:before,
.slide-btn .checkbox:focus + .flg:after {
    border-color: #000;
}
.slide-btn__type-display .flg:before {
    content: '公開';
}
.slide-btn__type-display .flg:after {
    content: '非公開';
}
.file-input-label input[type="file"] {
    /* フォーカスをなくさないためdisplay:hiddenは利用しない */
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    left: -10000px;
}
/*
    display-flg
*/
.display-flg {
    position: relative;
    top: 50%;
    width: 160px;
    height: 35px;
    overflow: hidden;
    border-radius: 40px;
    display: block;
}
.display-flg:before {
    position: absolute;
    top: 0;
    width: 80px;
    height: 22px;
    font-size: 75%;
    text-align: center;
    line-height: 1;
    transition: 0.3s ease all;
    padding-top: 12px;
    border-radius: 20px;
    letter-spacing: 0;
}
.display-flg__display:before {
    content: '公開';
    color: #fff;
    background-color: #056059;
    z-index: 4;
    left: 18px;
}
.display-flg__not-display:before {
    content: '非公開';
    color: #fff;
    background-color: #056059;
    z-index: 3;
    right: 0;
}
/*
    NEWマーク
*/
.eyecatch {
    position: relative;
}
.new-mark {
    position: absolute;
    right: 0;
    top: 0;
}
.new-mark:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #FFE400 transparent transparent;
    z-index: 9;
}
.new-mark span {
    position: absolute;
    transform: rotate(45deg);
    display: block;
    font-size: 68.75%;
    white-space: pre;
    color: #000;
    top: 12px;
    right: 4px;
    text-align: center;
    z-index: 10;
    line-height: 1.2;
}
.new-mark__big:before {
    border-width: 0 100px 100px 0;
}
.new-mark__big span {
    font-size: 125%;
    top: 25px;
    right: 8px;
}
/*
    ARCHIVEマーク
*/
.archive-mark {
    position: absolute;
    right: 0;
    top: 0;
}
.archive-mark:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #666 transparent transparent;
    z-index: 9;
}
.archive-mark span {
    position: absolute;
    transform: rotate(45deg);
    display: block;
    font-size: 56.25%;
    white-space: pre;
    color: #fff;
    top: 13px;
    right: -2px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
    letter-spacing: 0;
    z-index: 10;
}
/*
    PENDING/PENDING-UPDATE/DENIED/DENIED-UPDATE マーク
*/
.draft-mark,
.pending-mark,
.pending-update-mark,
.denied-mark,
.denied-update-mark,
.pending-delete-mark, {
    position: absolute;
    top: 0;
    right: 0;
}
.draft-mark span,
.pending-mark span,
.pending-update-mark span,
.denied-mark span,
.denied-update-mark span,
.pending-delete-mark span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 10px;
    color: #fff;
    background-color: #C240AA;
    font-size: 68.75%;
    z-index: 9;
}
/*
    ステータスラベル
*/
.status-label-wrap {
}
.status-label-wrap .message {
    float: left;
    display: inline-block;
    margin: 0;
    color: #D40000;
}
.status-label-wrap .status-label {
    float: left;
}
.status-label {
    display: inline-block;
    padding: 8px 50px;
    color: #fff;
    background-color: #C240AA;
}
.status-label__draft {
    background-color: #1499D0;
}
/*
    for団体マーク
*/
.for-group-mark {
    display: inline-block;
    color: #fff;
    background-color: #05615a;
    line-height: 1;
    padding: 5px 15px;
}
/*
    RANKINGマーク
*/
.ranking-mark {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: inline-block;
    width: 70px;
    padding: 6px 0;
    font-size: 93.75%;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.ranking-mark span {
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.ranking-mark:before,
.ranking-mark:after {
    position: absolute;
    content: "";
    height: 40px;
    top: 0;
}
.ranking-mark:before {
    width: 80%;
    left: 0;
    z-index: 1;
}
.ranking-mark:after {
    transform: skewX(-45deg);
    background-color: #000;
    width: 70%;
    right: -15%;
    z-index: 2;
}
.ranking-color__1:before {
    background-color: #fbe56a;
}
.ranking-color__1:after {
    background-color: #ddb05f;
}
.ranking-color__2:before {
    background-color: #e5e5e5;
}
.ranking-color__2:after {
    background-color: #b0b0b0;
}
.ranking-color__3:before {
    background-color: #e09361;
}
.ranking-color__3:after {
    background-color: #d77035;
}
.ranking-color__under4:before {
    background-color: #ddecec;
}
.ranking-color__under4:after {
    background-color: #c6e0df;
}
/*
    テーブル basic table
*/
.basic-table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}
.basic-table th,
.basic-table td {
    color: #000;
    border: solid 1px #ddd;
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
}
.basic-table th {
    background-color: #D9EDEC;
    text-align: center;
    font-weight: bold;
}
.basic-table__7-3 th:first-child,
.basic-table__7-3 td:first-child {
    width: 70%;
}
.basic-table__7-3 th:last-child,
.basic-table__7-3 td:last-child {
    width: 30%;
}
.basic-table__2col-right td:last-child {
    text-align: center;
}
.basic-table__auto th, 
.basic-table__auto td {
    width: auto;
} 
/*
    画像トリミング
*/
#triming-image {
  object-fit: scale-down;
  border: 1px solid;
}
#edit-container {
  margin-top: 10px;
}
#triming-area {
  display: none;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    transition: opacity 0.5s;
}
.triming-area-in {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 400px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.5s;
  border-radius: 10px;
}
.triming-box {
  max-width: 400px;
  margin: 0 auto;
}
#crop-operation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#crop-operation input {
    margin: 0 5px;
}
.cropper-view-box {
    border-radius: 50%;
}
.user-image-file {
  width: 300px;
  border: dashed #000 1px;
  cursor: pointer;
}
.right-button {
  width: 300px;
  text-align: right;
}
/*
    ポイント案内
*/
.point-info {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.point-info--bg-yellow {
    background-color: #FFFFEF;
    padding: 20px;
}
.point-info--margin-top {
    margin-top: 15px;
}
.point-info__icon {
    width: 30px;
}
.point-info__icon img {
    display: block;
    width: 30px;
}
.point-info__message {
    width: calc(100% - 30px);
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 80%;
    line-height: 1.6;
}
.point-info-box {
    display: flex;
    flex-wrap: wrap;
    align-items: initial;
    margin-bottom: 50px;
}
.point-info-box__title {
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 110%;
    background-color: #C240AA;
    border: solid 5px #C240AA;
}
.point-info-box__title img {
    margin-right: 10px;
}
.point-info-box__title a {
    color: #fff;
    text-decoration: underline;
}
.point-info-box__message {
    width: calc(100% - 260px);
    padding: 10px 25px;
    box-sizing: border-box;
    color: #C240AA;
    border: solid 5px #C240AA;
    border-left: none;
    line-height: 1.6;
}
/*
    avatar-photo
*/
.avatar-photo-wrap {
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    z-index: 1;
}
.avatar-photo-wrap--rank1 {
    background:linear-gradient(to bottom right, rgba(30,198,159,0.1), rgba(30,198,159,1));
}
.avatar-photo-wrap--rank2 {
    background:linear-gradient(to bottom right, rgba(81,137,244,0.1), rgba(81,137,244,1));
}
.avatar-photo-wrap--rank3 {
    background:linear-gradient(to bottom right, rgba(147,59,12,0.1), rgba(147,59,12,1));
}
.avatar-photo-wrap--rank4 {
    background:linear-gradient(to bottom right, rgba(96,88,84,0.1), rgba(96,88,84,1));
}
.avatar-photo-wrap--rank5 {
    background:linear-gradient(to bottom right, rgba(131,100,18,0.1), rgba(131,100,18,1));
}
.avatar-photo-wrap--rank6 {
    background:linear-gradient(to bottom right, rgba(115,143,152,0.1), rgba(115,143,152,1));
}
/*
    disc-list
*/
.disc-list {
    list-style-type: disc
}
/*
    post-sns-list
*/
.post-sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.post-sns-list-item {
    margin-right: 10px;
}
.post-sns-list-item:last-child {
    margin-right: 0;
}
.post-sns-list-item a {
    width: 120px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.post-sns-list-item--facebook a {
    background-color: #1877f2;
    padding-right: 15px;
}
.post-sns-list-item--x a {
    background-color: #000;
    padding-right: 10px;
}
.post-sns-list-item--line a {
    background-color: #00B900;
    padding-right: 6px;
}
.post-sns-list-item--mail a {
    background-color: #777;
    padding-right: 12px;
}
.post-sns-list-item a:hover {
    text-decoration: none;
    opacity: 0.9;
}
.post-sns-list-item__icon {
    position: relative;
}
.post-sns-list-item--facebook .post-sns-list-item__icon {
    left: 9px;
}
.post-sns-list-item--x .post-sns-list-item__icon {
    left: 6px;
}
.post-sns-list-item--line .post-sns-list-item__icon {
    left: 3px;
}
.post-sns-list-item--mail .post-sns-list-item__icon {
    left: 6px;
}
.post-sns-list-item__label {
    font-size: 70%;
    letter-spacing: 0;
}
.post-sns-list-item--facebook .post-sns-list-item__label {
    margin-left: 15px;
}
.post-sns-list-item--x .post-sns-list-item__label {
    margin-left: 10px;
}
.post-sns-list-item--line .post-sns-list-item__label {
    margin-left: 6px;
}
.post-sns-list-item--mail .post-sns-list-item__label {
    margin-left: 12px;
}
/*
    photo-list
    画像を複数列で表示したい場合に利用
*/
.photo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo-list--3col {
    position: relative;
}
.photo-list--3col::after {
    content: "";
    width: 32%;
}
.photo-list-item {
    list-style: none;
}
.photo-list--3col .photo-list-item {
    width: 32%;
}
/*
    heading--bg-rank
    ランクごとのカスタム見出し
*/
.heading--bg-rank {
    margin: 30px 0 20px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    font-size: 130%;
}
.heading--bg-rank-green {
    background-color: #1EC69F;
}
.heading--bg-rank-blue {
    background-color: #5189F4;
}
.heading--bg-rank-bronze {
    background-color: #933B0C;
}
.heading--bg-rank-silver {
    background-color: #605854;
}
.heading--bg-rank-gold {
    background-color: #836412;
}
.heading--bg-rank-platinum {
    background-color: #738F98;
}

/*-----------------------------
    読み物コンテンツ共通パーツ readingcont-body
------------------------------*/
#readingcont-body {

}
#readingcont-body a {
    text-decoration: underline;
}
#readingcont-body h2 {
    color: #05615a;
    font-size: 162.5%;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 30px;
    line-height: 1.4;
}
#readingcont-body aside h2 {
    margin-top: 0;
}
#readingcont-body h3 {
    font-size: 130%;
    color: #05615a;
    background-color: #d9edec;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 1.4;
}
#readingcont-body h4 {
    font-size: 120%;
    color: #05615a;
    padding: 5px 0 5px 15px;
    border-left: solid 10px #d9edec;
    margin-top: 35px;
    margin-bottom: 25px;
    line-height: 1.4;
}
#readingcont-body .heading--bg-rank {
    margin: 30px 0 20px;
    padding: 10px 15px;
    color: #fff;
    border: none;
    font-size: 130%;
}
#readingcont-body p.margin-bottom-s {
    margin-bottom: 10px;
}
#readingcont-body ul {
    padding: 30px 40px;
    background-color: #eee;
    margin: 30px 0;
}
#readingcont-body ul > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}
#readingcont-body ul > li:last-child {
    margin-bottom: 0;
}
#readingcont-body ul > li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #05615A;
    top: 8px;
    left: 0;
    border-radius: 50%;
}
#readingcont-body ul.type__check > li:before {
    background: none;
    font-family: 'Material Icons';
    content: "\e5ca";
    font-weight: bold;
    display: inline-block;
    color: #05615A;
    top: -1px;
    left: 0px;
    border-radius: 0;
}
#readingcont-body ul.type__check > li:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;
    border: solid 2px #05615A;
}
#readingcont-body ol {
    counter-reset: item;
    padding: 30px 40px;
    background-color: #eee;
    margin: 30px 0;
}
#readingcont-body ol > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}
#readingcont-body ol > li:last-child {
    margin-bottom: 0;
}
#readingcont-body ol > li:before {
    position: absolute;
  counter-increment: item;
  content: counter(item)'.';
  letter-spacing: 0;
    top: 0;
    left: 0;
  font-weight: bold;
  color: #05615A;
}
#readingcont-body .photo-list {
    margin: 0 0 30px;
    padding: 0;
    background: none;
}
#readingcont-body .photo-list--3col .photo-list-item {
    padding: 0;
}
#readingcont-body .photo-list-item::before {
    display: none;
}
#readingcont-body table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
}
#readingcont-body table th,
#readingcont-body table td {
    color: #000;
    border: solid 1px #9FA0A0;
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
}
#readingcont-body table th {
    background-color: #D9EDEC;
    text-align: center;
    font-weight: bold;
}
#readingcont-body .scroll-table-wrap {
    overflow-x: scroll;
    margin: 30px 0;
}
#readingcont-body .scroll-table-wrap::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
#readingcont-body .scroll-table-wrap::-webkit-scrollbar-thumb {
    background-color: #D9EDEC;
    border-radius: 6px;
}
#readingcont-body .scroll-table-wrap::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 6px;
}
#readingcont-body .scroll-table-wrap table {
    white-space: nowrap;
    margin: 0 0 15px;
}
#readingcont-body .scroll-table-wrap table th,
#readingcont-body .scroll-table-wrap table td {
    width: auto;
}
#readingcont-body .img-box {
    text-align: center;
    margin: 30px 150px;
}
#readingcont-body .img-box img {
    display: block;
    margin: 0 auto 10px;
}
#readingcont-body .img-box p {
    margin-bottom: 0;
    font-size: 80%;
    text-align: left;
}
#readingcont-body .img-box-wrap__2col {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 30px 0;
    justify-content: center;
}
#readingcont-body .img-box-wrap__2col .img-box {
    width: 50%;
    margin: 0;
    padding: 0 2.5%;
    box-sizing: border-box;
}
#readingcont-body .youtube-box {
    margin: 40px 150px;
}
#readingcont-body .youtube-box p {
    font-size: 80%;
    margin-bottom: 0;
}
#readingcont-body .related-link-box {
    margin: 40px 0;
}
#readingcont-body .related-link-box .title {
    margin-bottom: 10px!important;
    font-size: 160%;
    font-weight: bold;
    color: #000;
}
#readingcont-body .related-link-box .title .sub {
    font-size: 70%;
    font-weight: bold;
    padding-left: 15px;
}
#readingcont-body .related-link-box ul {
    margin: 0;
    padding: 0;
    background: none;
}
#readingcont-body .related-link-box ul > li {
    margin: 0;
    padding: 15px 0;
    border-top: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#readingcont-body .related-link-box ul > li:last-child {
    border-bottom: solid 1px #ccc;
}
#readingcont-body .related-link-box ul > li:before {
    display: none;
}
#readingcont-body .related-link-box .link-title {
    width: calc(100% - 240px);
    padding-right: 20px;
    box-sizing: border-box;
}
#readingcont-body .related-link-box .link-btn {
    position: relative;
    width: 240px;
    display: block;
    padding: 10px 30px;
    box-sizing: border-box;
    text-align: center;
    color: #05615a;
    background-color: #eee;
    border-radius: 30px;
    font-size: 87.5%;
    line-height: 1;
    text-decoration: none;
}
#readingcont-body .related-link-box .link-btn:after {
    position: absolute;
    content: "〉";
    font-size: 81.25%;
    font-weight: bold;
    top: 12px;
    right: 10px;
}
#readingcont-body .related-link-box .link-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #05615a;
    cursor: pointer;
}
#readingcont-body .text-box__type-normal {
    color: #000;
    background-color: #FFF9E3;
    padding: 20px;
}
#readingcont-body .text-box__type-normal p:last-of-type {
    margin-bottom: 0;
}
#readingcont-body .text-box__type-heading {
}
#readingcont-body .text-box__type-heading dl {
    margin: 30px 0;
}
#readingcont-body .text-box__type-heading dt {
    text-align: center;
    color: #000;
    font-size: 120%;
    font-weight: bold;
    background-color: #F4E5B2;
    padding: 8px 0;
}
#readingcont-body .text-box__type-heading dd {
    padding: 15px;
    border-left: solid 3px #F4E5B2;
    border-right: solid 3px #F4E5B2;
    border-bottom: solid 3px #F4E5B2;
}
#readingcont-body .profile-box {
    margin: 30px 0;
    padding: 20px 20px 30px;
    border: 3px solid #86CCC8;
    display: block;
}
#readingcont-body .profile-table {
    border-top: solid 1px #ccc;
    width: 100%;
    margin: 0;
}
#readingcont-body .profile-table th,
#readingcont-body .profile-table td {
    vertical-align: top;
    padding: 15px 0;
    border: none;
    line-height: 1.6;
    border-bottom: solid 1px #ccc;
}
#readingcont-body .profile-table th {
    width: 20%;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left;
    background: none;
}
#readingcont-body .profile-table td {
    width: calc(100% - 20%);
    padding-left: 10px;
    box-sizing: border-box;
}
#readingcont-body .profile-box__type-2col .profile-table th {
    width: 20%;
    padding-left: 0;
    font-weight: normal;
}
#readingcont-body .profile-box__type-2col .profile-table td {
    width: calc(100% - 20%);
    padding-left: 0;
}
#readingcont-body .profile-text {
    margin-top: 15px;
    margin-bottom: 0;
}
#readingcont-body .profile-box__type-2col .profile-text {
    border-top: solid 1px #9FA0A0;
    padding-top: 20px;
}
#readingcont-body .profile-box .title {
    margin-bottom: 10px!important;
    font-size: 150%;
    font-weight: bold;
    color: #000;
}
#readingcont-body .profile-box .profile-inner {
    display: flex;
    flex-wrap: wrap;
}
#readingcont-body .profile-box .gracphics {
    width: 350px;
    padding-right: 30px;
    box-sizing: border-box;
}
#readingcont-body .profile-box .informations {
    width: calc(100% - 350px);
}
#readingcont-body .profile-box .gracphics img {
    display: block;
    margin: 0 auto 15px;
}
#readingcont-body .profile-box .caption {
    font-size: 80%;
    margin-bottom: 0;
}
#readingcont-body .profile-box .profile-title {
    font-size: 112.5%;
    font-weight: bold;
    margin-bottom: 15px;
}
#readingcont-body .profile-box .profile-lead {
    font-size: 87.5%;
    margin-bottom: 25px;
}
#readingcont-body .profile-box dl {
    margin-bottom: 15px;
}
#readingcont-body .profile-box dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}
#readingcont-body .profile-box .link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#readingcont-body .profile-box .sns-list {
    margin: 0;
    padding: 0;
    background: none;
}
#readingcont-body .profile-box .sns-list > li {
    margin: 0 10px 0 0;
    padding: 0;
}
#readingcont-body .profile-box .sns-list > li:last-child {
    margin-right: 0;
}
#readingcont-body .profile-box .sns-list > li:before {
    display: none;
}
#readingcont-body .profile-box .sns-list > li a .icon {
    top: 5px;
    left: 7px;
}
#readingcont-body .profile-box .btn-list {
    margin: 0;
    padding: 0;
    background: none;
}
#readingcont-body .profile-box .btn-list > li {
    padding: 0;
    margin-bottom: 8px;
}
#readingcont-body .profile-box .btn-list > li:last-child {
    margin-bottom: 0;
}
#readingcont-body .profile-box .btn-list > li:before {
    display: none;
}
#readingcont-body .profile-box .btn-list > li .btn {
    display: block;
    width: 220px;
    padding: 8px 0;
    text-decoration: none;
}
#readingcont-body .profile-box .btn-list > li .btn:after {
    top: 10px;
}
#readingcont-body .related-article-box {
    border-top: 1px solid #86ccc8;
    padding-top: 40px;
}
#readingcont-body .related-article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    background: none;
}
#readingcont-body .related-article-list-item {
    width: 49.5%;
    margin: 0 0 70px;
    padding: 0;
}
#readingcont-body .related-article-list-item:before {
    display: none;
}
#readingcont-body .related-article-list-item a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
}
#readingcont-body .related-article-list-item__img {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
}
#readingcont-body .related-article-list-item__img img {
    border: 3px solid #86ccc8;
    box-sizing: border-box;
}
#readingcont-body .related-article-list-item__content {
    width: 50%;
}
#readingcont-body .related-article-list-item__date {
    display: block;
    font-size: 70%;
    color: #000;
    line-height: 1;
}
#readingcont-body .related-article-list-item__cat {
    display: block;
    font-size: 85%;
    color: #fff;
    margin: 3px auto 3px 0;
    text-align: center;
}
#readingcont-body .related-article-list-item__cat--interview {
    background-color: #0B4E92;
}
#readingcont-body .related-article-list-item__cat--topics {
    background-color: #0E7358;
}
#readingcont-body .related-article-list-item__cat--firststep {
    background-color: #036A98;
}
#readingcont-body .related-article-list-item__cat--hint {
    background-color: #866A09;
}
#readingcont-body .related-article-list-item__cat--legacy2020 {
    background-color: #C76211;
}
#readingcont-body .related-article-list-item__cat--about {
    background-color: #BFE1DF;
}
#readingcont-body .related-article-list-item__cat--omotenashi {
    background-color: #A431AA;
}
#readingcont-body .related-article-list-item__cat--citycast {
    background-color: #5E37AC;
}
#readingcont-body .related-article-list-item__title {
    display: block;
    line-height: 1.2;
    color: #000;
    font-size: 85%;
    word-break: break-all;
    margin-bottom: 0;
}

/*-----------------------------
    overlay
------------------------------*/
.overlay-wrap input {
  display: none;
}
.overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.overlay-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay-content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 60px 30px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
  font-size: 112.5%;
  text-align: center;
}
.overlay-wrap input:checked ~ .overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.overlay-content .caution {
    font-size: 80%;
    color: #D40000;
}
.overlay-content p {
    margin-bottom: 0;
}

/*-----------------------------
    セクションタイトル section-title
------------------------------*/
.section-title-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    align-items: center;
    color: #fff;
    background-color: #05615a;
    padding: 2px 20px;
    margin: 50px 0 30px;
    position: relative;
    transition: 0s;
}
a.section-title-box:hover {
    color: #FFE400;
    text-decoration: none;
}
.section-title-box .title {
    font-size: 135%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-title-box .title .role {
    display: inline-block;
    font-size: 60%;
    font-weight: bold;
    line-height: 1;
    padding: 4px 10px 2px;
    color: #05615a;
    background-color: #fff;
    margin-right: 10px;
}
a.section-title-box:hover .title .role {
    background-color: #FFE400;
}
.section-title-box .description {
    font-size: 80%;
    margin: 0 50px 0 15px;
}
.section-title-box .description br {
    display: none;
}
.section-title-box .go {
    position: absolute;
    color: #fff;
    transform: rotate(-90deg);
    right: 10px;
    top: calc(50% - 17px);
}
a.section-title-box:hover .go {
    color: #FFE400;
}

/*-----------------------------
    stepbar
------------------------------*/
.stepbar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.stepbar > li {
    position: relative;
    padding-top: 30px;
}
.stepbar > li:before {
    position: absolute;
    content: "";
    background-color: #d9edec;
    width: 100%;
    height: 2px;
    top: 10px;
    left: calc(-100% + 10px);
    z-index: 1;
}
.stepbar > li:first-child:before {
    display: none;
}
.stepbar > li:after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #d9edec;
    top: 0;
    left: 0;
    z-index: 2;
}
.stepbar > li .label {
    display: block;
    color: #747575;
}
.stepbar > li.current:before,
.stepbar > li.current:after {
    background-color: #05615a;
}
.stepbar > li.current .label {
    color: #05615a;
    font-weight: bold;
}
.stepbar__3step > li {
    width: calc(100% / 3 - 1px);
}
.stepbar > li.step3:before {
    background-color: #05615a;
}
.stepbar__icon {
    padding-left: 82px;
    position: relative;
}
.stepbar__icon:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    left: 0;
    top: -4px;
}
.stepbar__icon-member:before {
    background: url("../images/common/icon/icon_member_white.png") no-repeat left center;
}
.stepbar__icon-group:before {
    background: url("../images/common/icon/icon_group_white.png") no-repeat left center;
}
.stepbar__icon-topic:before {
    background: url("../images/common/icon/icon_topic.png") no-repeat left center;
}
.stepbar__icon:before {
    background-size: 60px 60px;
}
.stepbar__cc {
  padding-left: 100px;
  position: relative;
  left: 95px;
}

/*-----------------------------
    sns-list
------------------------------*/
.sns-list {
    display: flex;
}
.sns-list > li {
    padding-right: 10px;
}
.sns-list > li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}
.sns-list > li.facebook a {
    background-color: #3c5a99;
}
.sns-list > li.twitter a {
    background-color: #000;
}
.sns-list > li.instagram a {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list > li a span {
    color: #fff;
    position: absolute;
    top: calc(50% - 0.9em);
    left: calc(50% - 0.7em);
    font-size: 125%;
}
.sns-list > li a i {
    color: #fff;
    position: absolute;
    top: calc(50% - 0.45em);
    left: calc(50% - 0.45em);
    font-size: 125%;
}
.sns-list > li.facebook a i {
    left: calc(50% - 0.25em);
}
.sns-list > li a:hover {
    opacity: 0.9;
}

/*-----------------------------
    sitemap
------------------------------*/
.sitemap-detail {

}
.sitemap-detail-box {

}
.sitemap-detail-box__2-1 {
    display: flex;
    flex-wrap: wrap;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__2 {
    width: calc(100% / 3 * 2);
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__1 {
    width: calc(100% / 3);
}
.sitemap-detail-box__about {
    border-top: solid 2px #05615A;
    padding-top: 15px;
}
.sitemap-detail-category-title {
    position: relative;
}
.sitemap-detail-category-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #05615A;
    left: 0;
    top: calc(50% - 2px);
    z-index: 1;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__2 .sitemap-detail-category-title:before {
    width: 90%;
}
.sitemap-detail-category-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #05615A;
    font-weight: bold;
    padding-right: 15px;
    background-color: #eee;
}
/*
    sitemap-detail-list
*/
.sitemap-detail-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 5px;
    margin-bottom: 40px;
}
.sitemap-detail-list > li {
    width: calc(100% / 3);
    font-size: 82%;
    letter-spacing: 0;
    padding: 15px 0;
    box-sizing: border-box;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__2 .sitemap-detail-list > li {
    width: 50%;
}
.sitemap-detail-box__2-1 .sitemap-detail-box-item__1 .sitemap-detail-list > li {
    width: 100%;
}
.sitemap-detail-box__about .sitemap-detail-list {
    margin-bottom: 0;
}
.sitemap-detail-list > li a {
    color: #333;
}
.sitemap-detail-list .post-type-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sitemap-detail-list .post-type-name .title {
    width: calc(100% - 24px);
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1.4;
}
.sitemap-detail-sub-item-list {
    margin-left: 35px;
    margin-top: 10px;
}
.sitemap-detail-sub-item-list > li {
    font-size: 87.5%;
    margin-bottom: 5px;
}
.sitemap-detail-sub-item-list > li a {
    position: relative;
}
.sitemap-detail-sub-item-list > li:last-child {
    margin-bottom: 0;
}
.sitemap-detail-sub-item-list > li a:hover {
    text-decoration: none;
    color: #05615a;
}
.sitemap-detail-sub-item-list > li a:before {
    content: "〉";
    color: #05615a;
    font-size: 75%;
    font-weight: bold;
    position: absolute;
    left: -20px;
    top: 0px;
}
.sitemap-detail-sub-item-list > li a:hover:before {
    left: -18px;
}
/*
    sitemap-detail-sub-list
*/
.sitemap-detail-sub-list {
    margin-top: 5px;
    margin-left: 34px;
}
.sitemap-detail-sub-list > li {
    position: relative;
    padding-left: 15px;
}
.sitemap-detail-sub-list > li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}
/*
    sitemap-sub-list
*/
.sitemap-sub-list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    text-align: center;
    border-top: solid 1px #9FA0A0;
    position: relative;
}
.sitemap-sub-list:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
    top: 0;
    background-color: #fff;
    box-shadow: 0px -1px 0px #aaa;
}
.sitemap-sub-list > li {
    border-left: solid 1px #555;
    padding: 0 15px;
    line-height: 1;
}
.sitemap-sub-list > li:last-child {
    border-right: solid 1px #555;
}
.sitemap-sub-list > li a {
    display: block;
    color: #444;
    font-size: 70%;
}

/*-----------------------------
    post-type-mark
    post-type-icon
    post-type-color
------------------------------*/
.post-type-mark {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    width: 220px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 68.75%;
    line-height: 1;
    text-align: center;
    z-index: 1;
}
.post-type-mark span {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}
.post-type-mark:before,
.post-type-mark:after {
    position: absolute;
    content: "";
    height: 40px;
    top: 0;
}
.post-type-mark:before {
    width: 80%;
    left: 0;
    z-index: 1;
}
.post-type-mark:after {
    transform: skewX(-45deg);
    background-color: #000;
    width: 70%;
    right: -15%;
    z-index: 2;
}
.post-type-mark__big {
    width: 290px;
    padding: 8px 0;
    font-size: 90%;
}
.post-type-icon {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.post-type-icon:before,
.post-type-icon:after {
    position: absolute;
    content: "";
    height: 24px;
    top: 0;
}
.post-type-icon:before {
    width: 100%;
    left: 0;
    z-index: 1;
}
.post-type-icon:after {
    transform: skewX(-45deg);
    background-color: #000;
    width: 80%;
    right: -25%;
    z-index: 2;
}
.post-type-icon span {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    z-index: 3;
}
.post-type-icon span:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -4px;
}
.post-type-color:before {
    background-color: #C3C3C3;
}
.post-type-color:after {
    background-color: #A7A7A7;
}
.post-type-color__volunteer:before {
    background-color: #D2257B;
}
.post-type-color__volunteer:after {
    background-color: #A81186;
}
.post-type-color__story:before {
    background-color: #1D670A;
}
.post-type-color__story:after {
    background-color: #0B4905;
}
.post-type-color__topic:before {
    background-color: #C94E28;
}
.post-type-color__topic:after {
    background-color: #BD471C;
}
.post-type-color__topics:before {
    background-color: #138743;
}
.post-type-color__topics:after {
    background-color: #0E7358;
}
.post-type-color__interview:before {
    background-color: #135AB1;
}
.post-type-color__interview:after {
    background-color: #0B4E92;
}
.post-type-color__firststep:before {
    background-color: #1780A3;
}
.post-type-color__firststep:after {
    background-color: #036A98;
}
.post-type-color__hint:before {
    background-color: #917016;
}
.post-type-color__hint:after {
    background-color: #866A09;
}
.post-type-color__legacy2020:before {
    background-color: #CD7B10;
}
.post-type-color__legacy2020:after {
    background-color: #C76211;
}
.post-type-color__about:before {
    background-color: #D9EDEC;
}
.post-type-color__about:after {
    background-color: #BFE1DF;
}
.post-type-color__omotenashi:before {
    background-color: #B849B0;
}
.post-type-color__omotenashi:after {
    background-color: #A431AA;
}
.post-type-color__citycast:before {
    background-color: #7448BD;
}
.post-type-color__citycast:after {
    background-color: #5E37AC;
}
.post-type-color__vln-point:before {
    background-color: #F28585;
}
.post-type-color__vln-point:after {
    background-color: #ED7070;
}
.post-type-color__normal:before {
    background-color: #05615A;
}
.post-type-color__normal:after {
    background-color: #05615A;
}

/*-----------------------------
    review-list
------------------------------*/
.review-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.review-list > li,
.review-list > div {
    display: flex;
    align-items: center;
    color: #696969;
    margin-left: 10px;
}
.review-list > li:first-child,
.review-list > div:first-child {
    margin-left: 0
}
.review-list .icon {
    font-size: 125%;
    margin-right: 2px;
    line-height: 1;
}
.review-list .icon img {
    width: 16px;
}
.review-list .count {
    font-size: 87.5%;
    line-height: 1;
    letter-spacing: 0;
}
.review-list > .like__liked .icon,
.review-list > .bookmark__bookmarked .icon,
.review-list > .comment__commented .icon,
.review-list > .follow__followed .icon {
    color: #C240AA;
}

/*-----------------------------
    img-box
    youtube
------------------------------*/
.img-box {
    text-align: center;
}
.img-box img {
    box-sizing: border-box;
    margin-bottom: 10px;
}
.img-box .caption {
    font-size: 75%;
    line-height: 1.7;
    margin-bottom: 0;
}
.img-box .youtube {
    margin-bottom: 10px;
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}

/*-----------------------------
    page-wrap
    記事ページ・アーカイブページ共通
------------------------------*/
.page-wrap {
    margin-bottom: 60px;
}
.page-body {
    margin-top: 45px;
}
.page-title {
    font-size: 212.5%;
    color: #05615a;
    margin-bottom: 0;
    position: relative;
}
.page-title__icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-title__icon img {
    display: block;
    width: 65px;
}
.page-title__icon span {
    width: calc(100% - 65px);
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 1.45;
}
.page-section-title {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 45px;
}
.page-section-title h2 {
    color: #05615a;
    font-size: 162.5%;
    font-weight: bold;
    margin: 0;
    padding: 5px 40px;
    border-left: solid 1px #05615a;
    border-right: solid 1px #05615a;
    white-space: nowrap;
}
.page-section-title .description {
    font-size: 87.5%;
    padding-left: 40px;
    margin-bottom: 0;
    line-height: 1.55;
}
.page-lead {
    margin-bottom: 60px;
}
.page-lead-banner {
    min-height: 175px;
}
.page-lead-banner .description {
    padding: 30px 40% 0 50px;
    margin-bottom: 0;
    font-size: 87.5%;
}
.page-communicate .page-lead-banner .description,
.post-type-archive-hint .page-lead-banner .description,
.post-type-archive-knowhow .page-lead-banner .description,
.post-type-archive-topics .page-lead-banner .description,
.post-type-archive-omotenashi .page-lead-banner .description {
    color: #fff;
}
.page-lead-banner__volunteer {
    background: url("../images/common/archive/lead_back_volunteer.jpg") no-repeat left center;
}
.page-lead-banner__story {
    background: url("../images/common/archive/lead_back_story.jpg") no-repeat left center;
}
.page-lead-banner__topic {
    background: url("../images/common/archive/lead_back_topic.jpg") no-repeat left center;
}
.page-lead-banner__about {
    background: url("../images/common/archive/lead_back_about.jpg") no-repeat left center;
}
.page-lead-banner__citycast {
    background: url("../images/common/archive/lead_back_citycast.jpg") no-repeat left center;
}
.page-lead-banner__hint {
    background: url("../images/common/archive/lead_back_cooperation.jpg") no-repeat left center;
}
.page-lead-banner__omotenashi {
    background: url("../images/common/archive/lead_back_languages.jpg") no-repeat left center;
}
.page-lead-banner__topics {
    background: url("../images/common/archive/lead_back_recommend.jpg") no-repeat left center;
}
.page-lead-banner__firststep {
    background: url("../images/common/archive/lead_back_start-volunteer.jpg") no-repeat left center;
}
.page-lead-banner__interview {
    background: url("../images/common/archive/lead_back_tendency.jpg") no-repeat left center;
}

.page-lead-banner .description .post-type-mark {
    margin-bottom: 20px;
}
.page-wrap h3 {
    color: #05615a;
    font-size: 112.5%;
    font-weight: bold;
}
.page-wrap .group-area {
    margin-top: 120px;
}
.page-wrap .topic-area .page-section-title {
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 20px;
}
.page-wrap .topic-area .page-section-title h2 {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}
.page-wrap .topic-area .page-section-title h2 i {
    padding-right: 20px;
}
.page-wrap .topic-area .page-section-title h2 i img {
    display: block;
}
.page-wrap .topic-area .page-section-title .topic-tool {
    text-align: right;
}
.page-wrap .topic-area .page-section-title .topic-status-list {
    margin-top: 10px;
}
.user-area-heading {
    margin: 90px 0 30px;
    color: #05615A;
    font-size: 150%;
}

/*-----------------------------
    page
    固定ページ共通
------------------------------*/
/*
    page-template-page-template-normal
    静的ページ共通
*/
.page-template-page-template-normal .page-body a {
    text-decoration: underline;
}
.page-template-page-template-normal .page-body h2 {
    font-size: 150%;
    color: #05615a;
    background-color: #d9edec;
    padding: 10px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.45;
}
.page-template-page-template-normal .page-body h3 {
    font-size: 131.25%;
    color: #05615a;
    margin-top: 35px;
    margin-bottom: 20px;
    line-height: 1.45;
}
.page-template-page-template-normal .page-body ul,
.page-template-page-template-normal .page-body ol {
    margin-top: -10px;
    margin-left: 1em;
    margin-bottom: 35px;
}
.page-template-page-template-normal .page-body ul.list-style__disc {
    margin-left: 2em;
}
.page-template-page-template-normal .page-body ul > li,
.page-template-page-template-normal .page-body ol > li {
    margin-bottom: 6px;
}
.page-template-page-template-normal .page-body ul > li:last-child,
.page-template-page-template-normal .page-body ol > li:last-child {
    margin-bottom: 0;
}
.page-template-page-template-normal .page-body ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.child-page-content-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.child-page-content-list__margin-top-s {
    margin-top: 30px;
}
.child-page-content-list > li {
    width: 50%;
    margin-bottom: 45px;
    padding: 0 40px;
    box-sizing: border-box;
    border-left: solid 1px #9FA0A0;
}
.child-page-content-list__wide > li {
    width: 100%;
    border-right: solid 1px #9FA0A0;
}
.child-page-content-list__padding-tite > li {
    padding: 0 25px;
}
.child-page-content-list__margin-bottom-l > li {
    margin-bottom: 70px;
}
.child-page-content-list > li:nth-child(2n) {
    border-right: solid 1px #9FA0A0;
}
.child-page-content-list .post-type-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.child-page-content-list .post-type-box img {
    width: 65px;
    padding-right: 35px;
}
.child-page-content-list .post-type-box .post-type-mark {
    width: calc(100% - 100px);
    padding: 10px 0;
    font-size: 100%;
}
.child-page-content-list .label {
    color: #fff;
    background-color: #B849B0;
    padding: 8px 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}
.child-page-content-list .content-header {
    border-bottom: solid 1px #9FA0A0;
}
.child-page-content-list .content-header-title__icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.child-page-content-list .content-header-title__icon > img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.child-page-content-list .content-header-title__icon > .title {
    width: calc(100% - 60px);
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 175%;
    color: #05615A;
}
.content-header-description {
    margin-bottom: 20px;
}
.content-header-description__height60 {
    height: 60px;
}
.content-header-description__height120 {
    height: 120px;
}
.section-title__icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
.section-title__icon > img {
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.section-title__icon > .title {
    width: calc(100% - 65px);
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 200%;
    color: #05615A;
}

/*-----------------------------
    author-contents
    投稿者や自分の投稿一覧を表示する枠
------------------------------*/
.author-contents {
    padding: 35px 30px 40px;
    margin-bottom: 60px;
    background-color: #d9edec;
    position: relative;
}
.author-contents__mine {
    background-color: #f4e5b2;
}
.author-contents__like:after {
    position: absolute;
    content: "";
    width: 71px;
    height: 90px;
    background: url("../images/common/icon/icon_heading_my_contents_volunteer.png") no-repeat;
    top: 0;
    left: 30px;
}
.author-contents__border {
    border-top: solid 2px #05615a;
}
.author-contents__post {
}
.author-contents__post:after {
    position: absolute;
    content: "";
    width: 71px;
    height: 90px;
    background: url("../images/common/icon/icon_heading_my_contents_post.png") no-repeat;
    top: -2px;
    left: 30px;
}
.author-contents__bookmark:after {
    position: absolute;
    content: "";
    width: 71px;
    height: 90px;
    background: url("../images/common/icon/icon_heading_my_bookmark_post.png") no-repeat;
    top: -2px;
    left: 30px;
}
.author-contents__bottom0 {
    margin-bottom: 0;
}
.author-contents-title {
    color: #05615a;
    font-size: 112.5%;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: 90px;
}
.author-contents-title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 90px;
}
.author-contents-title-box .author-contents-title {
    margin: 0;
}
.author-contents-title-box .post-tool {
    text-align: right;
}
.author-contents-title-box .post-tool .post-status-list {
    margin-top: 10px;
}
.author-contents-header__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.author-contents-header__box .post-tool {
    text-align: right;
}
.author-contents-header__box .post-tool__timeline {
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 30px;
    top: 15px;
}
.author-contents-header__box .author-contents-title {
    margin-bottom: 0;
}
.author-contents-header__box .author-contents-review .review-list > li {
    color: #444;
    margin-left: 30px;
}
.author-contents-header__box .author-contents-review .review-list > li i {
    font-size: 150%;
    margin-left: 5px;
}
.author-contents-header__box .author-contents-review .review-list > li .count {
    font-size: 112.5%;
    font-weight: bold;
    color: #C240AA;
}
.author-contents-header__box .author-contents-review .review-list > li.topic .count {
    color: #444;
    margin-left: 15px;
}
.author-contents .article-list {
    margin-bottom: 15px;
}

.author-contents__other:first-of-type {
    margin-top: 120px;
}
.author-contents__other {
    margin-bottom: 10px;
    background-color: #d9edec;
}
.author-contents__other .author-contents-title {
    margin-left: 0;
    padding-left: 65px;
    position: relative;
}
.author-contents__other .author-contents-title img {
    position: absolute;
    top: -10px;
    left: 0;
    width: 55px;
}
.author-contents__other .post-cat {
    background-color: #fff;
}
.author-contents__other .topic-list {
    margin-bottom: 35px;
}
.author-contents__other .topic-list > li:nth-child(odd) {
    background-color: #fff;
}
.author-contents__mine .author-contents-title__single-aside {
    margin-top: -15px;
    margin-bottom: 50px;
    margin-left: 0;
}
.author-contents__mine .author-contents-title__single-aside img {
    position: relative;
    top: 20px;
    margin-right: 10px;
    width: 55px;
}
.author-contents__other .author-contents-title__single-aside {
    margin-top: 5px;
    margin-bottom: 50px;
    padding-left: 60px;
}
.page-wrap .follower-area {
    padding: 40px 15px;
    margin-bottom: 60px;
    background-color: #f4e5b2;
    position: relative;
}
.my-action-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.my-action-box-header {
    width: 210px;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
    background-color: #86cdc9;
}
.my-action-box-content {
    width: calc(100% - 210px);
    padding-left: 40px;
    box-sizing: border-box;
}
.my-action-box-header h2 {
    text-align: center;
}
.my-action-box-header dl {
    margin-top: 115px;
    font-size: 90%;
}
.my-action-box-header dt {
    margin: 5px 0;
    padding: 5px 10px;
    line-height: 1;
    color: #000;
    background-color: #fff;
}
.my-action-box-header dd {
    text-align: right;
    letter-spacing: 0;
}
.action-list {
    font-size: 90%;
}
.action-list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    line-height: 1.45;
    border-bottom: solid 1px #ddd;
}
.action-list > li.is-hidden {
    display: none;
}
.action-list > li:first-child {
    border-top: solid 1px #ddd;
}
.action-list .date {
    width: 100px;
    text-align: right;
}
.action-list .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 150px);
    padding: 0 20px;
    box-sizing: border-box;
}
.action-list .content .icon {
    width: 30px;
}
.action-list .content .icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.action-list .content .icon .avatar-photo-wrap {
    width: 30px;
    height: 30px;
}
.action-list .content .icon .avatar-photo-wrap img {
    position: relative;
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
}
.action-list .content .icon.material-icons {
    font-size: 30px;
    color: #05615a;
}
.action-list .content .icon .avatar {
    border-radius: 50%;
}
.action-list .content .content-title {
    width: calc(100% - 30px);
    padding-left: 10px;
    box-sizing: border-box;
}
.action-list .new {
    width: 50px;
}
.action-list .new span {
    display: block;
    font-size: 80%;
    font-weight: bold;
    background-color: #FFE400;
    text-align: center;
    line-height: 1;
    padding: 5px 0;
}

/*-----------------------------
    post-status-list
    topic-status-list
------------------------------*/
.post-status-list,
.topic-status-list {
    display: flex;
    align-items: center;
}
.post-status-list > li,
.topic-status-list > li {
    color: #444;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.post-status-list > li .icon,
.topic-status-list > li .icon {
    font-size: 150%;
    margin-left: 5px;
    color: #C240AA;
}
.post-status-list > li .count,
.topic-status-list > li .count {
    font-size: 112.5%;
    font-weight: bold;
    margin-left: 5px;
}
.post-status-list > li.topic .count,
.topic-status-list > li.topic .count {
    color: #444;
}

/*-----------------------------
    article 記事共通
------------------------------*/
.post-violation {
}
.post-option-box {
    overflow: hidden;
}
.post-option-box .status-label-wrap {
    float: left;
    margin-bottom: 20px;
}
.post-option-box .edit-post-wrap {
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 20px;
}
.post-option-box .edit-post-btn-wrap {
    margin-left: 10px;
}
.article-header-lang {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.article-header-lang .lang-label {
    color: #05615a;
    margin-right: 10px;
}
.article-header-lang .article-lang-list {

}
.article-header-lang .article-lang-list > li {
    display: inline-block;
    margin-left: 2px;
}
.article-header-lang .article-lang-list > li .lang-item {
    display: block;
    width: 40px;
    text-align: center;
    padding: 5px 0;
    font-size: 100%;
    color: #05615a;
    background-color: #f5f5f5;
}
.article-header-lang .article-lang-list > li .lang-item__current {
    color: #fff;
    background-color: #05615a;
}
.article-header-lang .article-lang-list > li a:hover {
    text-decoration: none;
    opacity: 0.9;
}
.article-header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 15px;
}
.article-header-info {
    justify-content: flex-end;
}
.article-header-info .article-header-term {
    width: calc(100% - 120px);
    padding-right: 40px;
    box-sizing: border-box;
}
.article-header-info .article-header-logo {
    width: 120px;
}
.article-header-term .term-list {
    display: flex;
    flex-wrap: wrap;
}
.article-header-term .term-list > li {
    font-size: 90%;
    padding: 3px 10px;
    background-color: #f5f5f5;
    margin-right: 5px;
    margin-bottom: 5px;
}
.article-header-term .term-list > li:last-child {
    margin-right: 0;
}
.article-header-info .article-header-logo img {
    display: block;
    box-sizing: border-box;
}
.article-header-title {
    font-size: 237.5%;
    margin-bottom: 20px;
    line-height: 1.5;
}
.article h2 {
    color: #05615a;
    font-size: 162.5%;
    margin-top: 80px;
    margin-bottom: 30px;
}
.article-header {

}
.article-header-date {
    text-align: right;
    margin-bottom: 10px;
}
.article-header-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.article-header-box .eyecatch,
.article-header-box .topic-main {
    width: 780px;
}
.article-header .eyecatch img ,
.article-header-box .eyecatch img {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 1px #eee;
}
.article-header-box .content,
.article-header-box .topic-sub {
    width: calc(100% - 780px);
    padding-left: 30px;
    box-sizing: border-box;
}
.article-header-box .content .follow {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.article-header-box .content .follow .count-box {
    color: #696969;
}
.article-header-box .regist-date {
    font-size: 87.5%;
    padding-top: 10px;
    border-top: solid 1px #ccc;
}
.article-header-box .term {
    padding: 15px 0;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-header-box .term-title {
    font-size: 75%;
    color: #fff;
    background-color: #05615a;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.article-header-box .term-title:before,
.article-header-box .term-title:after {
    position: absolute;
    content: "";
    height: 20px;
    top: 0;
}
.article-header-box .term-title:before {
    width: 80%;
    left: 0;
    z-index: 1;
    background-color: #108279;
}
.article-header-box .term-title:after {
    transform: skewX(-45deg);
    background-color: #000;
    width: 70%;
    right: -15%;
    z-index: 2;
    background-color: #05615A;
}
.article-header-box .term-title .label {
    color: #fff;
    position: relative;
    z-index: 3;
}
.article-header-box .term-table {
    font-size: 93.75%;
}
.article-header-box .term-table tr {

}
.article-header-box .term-table td:first-child {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
.article-header-box .term-table td:last-child:before {
    content: "：";
}
.article-header-box .topic-sub .like {
    margin-bottom: 25px;
}
.article-header-box .topic-sub .term {
    margin-top: 0;
}
.article-header-box .group {
    margin-top: 30px;
}
.article-header-box .group .edit {
    margin-bottom: 30px;
}
.article-header-box .group-icon {
    width: 80px;
    margin-bottom: 10px;
}
.article-header-box .group-icon img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.article-header-box .group-icon .avatar-photo-wrap {
    width: 80px;
    height: 80px;
}
.article-header-box .group-icon .avatar-photo-wrap img {
    position: relative;
    width: 72px;
    height: 72px;
    top: 4px;
    left: 4px;
}
.article-header-box .group-icon .point {
    color: #777;
    line-height: 1;
    margin-bottom: 15px;
}
.article-header-box .group-icon .point i {
    font-size: 175%;
    color: #888;
    position: relative;
}
.author .article-header-box .group-icon {
    text-align: center;
}
.author .article-header-box .group-icon img {
    width: 80px;
    height: 80px;
    display: inline-block;
}
.author .article-header-box .group-icon .point i img {
    width: 24px;
    height: auto;
    border-radius: 0;
    display: inline;
    position: relative;
    top: 5px;
    margin-right: 4px;
}
.article-header-box .group-name {
    margin-bottom: 10px;
    line-height: 1.45;
}
.article-header-box .group-table {
    font-size: 87.5%;
    width: 100%;
    margin-bottom: 30px;
}
.article-header-box .group-table tr {
    border-top: solid 1px #ccc;
}
.article-header-box .group-table tr:last-child {
    border-bottom: solid 1px #ccc;
}
.article-header-box .group-table tr td:first-child {
    display: block;
    padding-top: 10px;
    text-align: left;
}
.article-header-box .group-table tr td:last-child {
    display: block;
    padding-bottom: 10px;
    padding-left: 1em;
}
.article-header-box .group-table tr.hp {
    border-bottom: none;
}
.article-header-box .group-table tr.hp td:first-child {
    padding-top: 20px;
}
.article-header-box .group-table .group-table-item-address td:last-child p:last-of-type {
    margin-bottom: 0;
}
.article-header-category {
    margin-top: 25px;
    margin-bottom: 30px;
}
.article-header-category .category-table {
    background-color: #eee;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-header-category .category-table .category-table-item {
    width: 49%;
    border-bottom: solid 1px #fff;
}
.article-header-category .category-table .category-table-item__full {
    width: 100%;
}
.article-header-category .category-table dl {
    display: flex;
    flex-wrap: wrap;
}
.article-header-category .category-table dt,
.article-header-category .category-table dd {
    padding: 20px 0;
    vertical-align: top;
    line-height: 1.45;
    text-align: left;
}
.article-header-category .category-table dt {
    width: 135px;
    box-sizing: border-box;
    font-weight: bold;
}
.article-header-category .category-table dd {
    width: calc(100% - 135px);
}
.article-header-category {
    margin-top: 25px;
    margin-bottom: 30px;
}
.article-header-category .category-table {
    background-color: #eee;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
    border-collapse: separate;
}
.article-header-category .category-table__volunteer {
    padding: 0 20px;
}
.article-header-category .category-table ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.article-header-category .category-table ul li {
    width: 20%;
}
.article-header-category .category-table .category-table-item-list__field li {
    width: calc(100% / 3);
}
.article-header-category .category-table .category-table-item-list__field-group li {
    width: calc(100% / 2);
}
.article-header-category .category-table__volunteer .category-table-item-list li {
    width: 50%;
}
.article-header-category .category-table__volunteer .category-table-item-list__block li,
.article-header-category .category-table__volunteer .category-table-item-list__field li,
.article-header-category .category-table__volunteer .category-table-item-list__pr li {
    width: 100%;
}
.category-table-item__post_flyer .post_flyer_title {
    display: flex;
    align-items: center;
}
.category-table-item__post_flyer .post_flyer_title img {
    width: 25px;
    margin-left: 10px;
}
.article-main h2:first-of-type {
    margin-top: 30px;
}
.article-main-img-box-wrap {
    margin: 50px auto 0;
    width: 480px;
}
.article-main-img-box-wrap__double {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin: 40px 0;
    width: auto;
    text-align: left;
}
.article-main-img-box-wrap .img-box {
    text-align: left;
}
.article-main-img-box-wrap .img-box img {
    display: block;
    margin: 0 auto 10px;
}
.article-main-img-box-wrap__double .img-box {
    width: 50%;
    padding: 0 2%;
    box-sizing: border-box;
}
.article-main-video-box-wrap {
    width: 710px;
    margin: 60px auto 40px;
}
.article-main-video-box-wrap .youtube {
}
.article-main .contact-btn {
    margin-top: 80px;
}
.article__confirm {
    position: relative;
    padding-bottom: 100px;
}
.article__confirm:before {
    position: absolute;
    content: "";
    background-color: #05615a;
    height: 2px;
    width: 300%;
    bottom: -2px;
    left: -100%;
}
.article__confirm .article-main-confirm-link {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    padding: 5px 25px;
    box-sizing: border-box;
    background-color: #d9edec;
}
.article__confirm .article-main-confirm-link .label {
    font-size: 125%;
    padding-right: 50px;
}
.article__confirm .article-main-confirm-link .value {
}
.article-album-list {
    display: flex;
    flex-wrap: wrap;
}
.article-album-list > li {
    width: calc(100% / 5);
    padding: 5px;
    box-sizing: border-box;
}
.article-album-list > li a {
    display: block;
}
.article-album-list > li .img img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.author .article-main {
    margin-bottom: 120px;
}
.article-main .lead {
    font-size: 112.5%;
    font-weight: bold;
    margin-top: 35px;
}
.outer-link-list {
    margin-bottom: 35px;
}
.outer-link-list > li {
    border-top: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 0;
}
.outer-link-list > li:last-child {
    border-bottom: solid 1px #ccc;
}
.outer-link-list .title {
    width: calc(100% - 240px);
    padding-right: 20px;
    box-sizing: border-box;
}
.outer-link-list .btn {
    width: 240px;
    padding: 10px 0;
    box-sizing: border-box;
}
.inner-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-link-list > li {
    width: 300px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.inner-link-list:after {
    content: "";
    display: block;
    width: 300px;
    height: 0;
}
.inner-link-list > li a: hover {
    text-decoration: none;
}
.inner-link-list .info {
    color: #777;
    font-size: 81.25%;
    margin-bottom: 0;
}
.inner-link-list .eyecatch {
    background-color: #f5f5f5;
    margin-bottom: 15px;
}
.inner-link-list .eyecatch img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #eee;
    box-sizing: border-box;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IE対策*/
}
.inner-link-list .title {
    margin-bottom: 0;
    line-height: 1.55;
}
.article__readingcont {
    margin-left: 20px;
    margin-right: 20px;
}
.article__readingcont-migration .article-header {
    margin-bottom: 30px;
}

/*-----------------------------
    template レイアウト選択
------------------------------*/
.template__type2 {

}
.template__type2 .page-template {
    position: relative;
    background-color: #f4e5b2;
    padding: 50px 0 80px;
}
.template__type3 .page-template {
    position: relative;
    background-color: #d9edec;
}
.template__type2 .page-template:before,
.template__type3 .page-template:before {
    position: absolute;
    content: "";
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
}
.template__type2 .page-template:before {
    background-color: #f4e5b2;
}
.template__type3 .page-template:before {
    background-color: #d9edec;
}
.template__type3 .page-template .page-template-inner {
    position: relative;
    padding: 50px 0 150px;
}
.template__type3 .page-template .page-template-inner:before,
.template__type3 .page-template .page-template-inner:after {
    position: absolute;
    content: "";
    bottom: 0
}
.template__type3 .page-template .page-template-inner:before {
    background: url("../images/common/template/template2_page_back1.png") no-repeat;
    left: 0;
    width: 92px;
    height: 85px;
}
.template__type3 .page-template .page-template-inner:after {
    background: url("../images/common/template/template2_page_back2.png") no-repeat;
    right: 0;
    width: 83px;
    height: 106px;
}
.template__type3 .article-header .eyecatch {
    padding-top: 120px;
    background: url("../images/common/template/template2_eyecatch.png") no-repeat top center;
}
.template__type3 .article-header .eyecatch__noimg {
    padding-top: 0;
    background: none;
}
.template__type3 .volunteer-detail-btn-wrap {
    padding-top: 80px;
    background: url("../images/common/template/template2_btn.png") no-repeat top center;
}
.author.template__type2 .page-template,
.author.template__type3 .page-template {
    margin-bottom: 60px;
}
.template__type3 .new-mark__big {
    top: 120px;
}
.template__type3.single-volunteer .page-body {
    margin-top: 15px;
}

/*-----------------------------
    single-aside
------------------------------*/
.single-aside {
    margin-bottom: 70px;
}
.single-aside-inner {
}
.single-aside__articles {
    margin-top: 70px;
}
.single-aside__articles h3 {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 5px 20px;
    background-color: #d9edec;
}
/*
    single-aside__readingcont
*/
.single-aside__readingcont-profile {
    margin-top: 120px;
    padding: 16px 16px 46px;
    border: 3px solid #86CCC8;
    background: #fff;
}
.single-aside__readingcont-profile h4 {
    margin-bottom: 10px;
    font-size: 187.5%;
    font-weight: bold;
    color: #000;
}
.single-aside__readingcont-profile .profile_inner {
    display: flex;
    flex: wrap;
}
.single-aside__readingcont-profile .profile_inner .gracphics {
    width: 350px;
    padding-right: 30px;
    box-sizing: border-box;
}
.single-aside__readingcont-profile .profile_inner .informations {
    width: calc(100% - 350px);
}
.single-aside__readingcont-profile .gracphics img {
    display: block;
    margin: 0 auto 15px;
}
.single-aside__readingcont-profile .caption {
    font-size: 81.25%;
}
.single-aside__readingcont-profile .profile-title {
    font-size: 112.5%;
    font-weight: bold;
    margin-bottom: 15px;
}
.single-aside__readingcont-profile .profile-lead {
    font-size: 87.5%;
    margin-bottom: 25px;
}
.single-aside__readingcont-profile .profile-table {
    border-top: solid 1px #ccc;
    width: 100%;
}
.single-aside__readingcont-profile .profile-table th,
.single-aside__readingcont-profile .profile-table td {
    vertical-align: top;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
}
.single-aside__readingcont-profile .profile-table th {
    width: 20%;
    text-align: left;
}
.single-aside__readingcont-profile .profile-table td {
    width: calc(100% - 20%);
}
.single-aside__readingcont-profile .profile-table td .link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.single-aside__readingcont-profile .group-info {
    width: 250px;
}
.single-aside__readingcont-profile .group-info .btn {
    display: block;
    margin-bottom: 10px;
}
.single-aside__readingcont-profile .group-info .btn:last-of-type {
    margin-bottom: 0;
}
/*
    single-aside__readingcont-outer-link
*/
.single-aside__readingcont-outer-link {
    margin: 0 20px 80px;
}
.single-aside__readingcont-outer-link h4 {
    margin-bottom: 20px;
    font-size: 180%;
    font-weight: bold;
}
.single-aside__readingcont-outer-link h4 .sub {
    font-size: 70%;
    font-weight: bold;
    padding-left: 15px;
}
/*
    single-aside__readingcont-related-link
*/
.single-aside__readingcont-related-link {
    margin: 0 20px 80px;
}
.single-aside__readingcont-related-link h4 {
    margin-bottom: 40px;
    padding: 4px 22px;
    font-size: 137.5%;
    background: #d9edec;
}

/*-----------------------------
    pagination ページネーション
------------------------------*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 100%;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pagination-count {
}
.pagination-link {
}
.pagination-link-list {
    display: flex;
    align-items: center;
}
.pagination-link-list > li {
    padding: 0 20px;
    border-left: solid 1px #999;
}
.pagination-link-list > li:last-child {
    border-right: solid 1px #999;
}
.pagination-link-list a {
    text-decoration: underline;
}
.pagination-link-list .current {
    font-weight: bold;
}

/*-----------------------------
    filter-list フィルター
------------------------------*/
.filter-list {
    display: flex;
    align-items: center;
}
.filter-list li {
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.filter-list li:last-child {
    padding-right: 0;
}
.filter-list li i {
    padding-right: 2px;
}
.filter-list li i img {
    display: block;
}
.filter-list select {
    padding: 8px;
    border: solid 1px #ddd;
    border-radius: 2px;
}
.filter-list input[type="checkbox"] {
    display: none;
}
#filter-type+label,
#filter-resolved+label,
#filter-answered+label,
#filter-named+label {
    position: relative;
    margin-left: 10px;
    padding-left: 45px;
    font-size: 87.5%;
}
#filter-type+label::before,
#filter-resolved+label::before,
#filter-answered+label::before,
#filter-named+label::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}
#filter-type:checked+label::after,
#filter-resolved:checked+label::after,
#filter-answered:checked+label::after,
#filter-named:checked+label::after {
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    box-sizing: border-box;
    border-bottom: 3px solid #05615a;
    border-left: 3px solid #05615a;
    position: absolute;
    top: 8px;
    left: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-50%);
}

/*---------------------------------
    トップページ front-page
--------------------------------*/
.front-section {
}
.front-section-category-title {
    margin-top: 80px;
    margin-bottom: 30px;
    border-top: solid 3px #F4E5B2;
}
.front-section-category-title .label {
    display: inline-block;
    width: 220px;
    padding: 5px 0;
    text-align: center;
    font-size: 120%;
    color: #05615A;
    background-color: #F4E5B2;
    position: relative;
    top: -1px;
}
.front-section-title {
}
.front-section-title-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #05615a;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #05615a;
}
.front-section-title-box h2 {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.front-section-title-box .img {
    width: 64px;
}
.front-section-title-box .img img {
    display: block;
}
.front-section-title-box .content {
    width: calc(100% - 64px);
    padding: 0 15px;
    box-sizing: border-box;
}
.front-section-title-box .title {
    font-size: 210%;
    font-weight: bold;
}
.front-section-title-box .sub {
    display: block;
    font-size: 120%;
    margin-bottom: 8px;
}
.front-section-title-box .go {
    width: 240px;
    text-align: right;
}
.front-section-title-box .go .btn {
}
.front-section-description {
    font-size: 90%;
    margin-left: 79px;
    margin-bottom: 50px;
}
.front-section-description p {
    letter-spacing: 0;
    margin-bottom: 0;
}
.front-section-content-box {
    margin: 0 25px;
}
#front-slider-area {
    position: relative;
    margin-bottom: 45px;
}
#front-slider-area .scroll {
    position: absolute;
    right: 2%;
    bottom: -50px;
    z-index: 10;
}
.main-slider {
}
.main-slider > li {
    border-bottom: solid 8px #86ccc8;
}
.main-slider > li img {
    display: block;
}
.swiper-container {
    overflow: initial!important;
}
.swiper-controller {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.swiper-stopbtn {
    color: #05615a;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.swiper-pagination {
    position: static!important;
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto!important;
    left: auto!important;
    bottom: auto!important;
}
.swiper-pagination > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 10px!important;
}
.swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    background-color: #ccc!important;
    opacity: 1!important;
}
.swiper-pagination-bullet::focus {
    border: solid 1px #000!important;
}
.swiper-pagination-bullet-active {
    width: 14px!important;
    height: 14px!important;
    background-color: #05615a!important;
}
.swiper-pagination-bullet-active::focus {
    border: solid 1px #000!important;
}
#front-notice-area {
    margin: 60px 0 75px;
}
.maintenance-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #86ccc8;
    align-items: center;
}
.maintenance-box .maintenance-title,
.maintenance-box .maintenance-list {
    border: solid 8px #86ccc8;
    box-sizing: border-box;
}
.maintenance-box .maintenance-title {
    width: 150px;
    height: 100%;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}
.maintenance-box .maintenance-list {
    background-color: #fff;
    width: calc(100% - 150px);
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}
.maintenance-box .maintenance-list > li {
    position: relative;
    padding-right: 130px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.maintenance-box .maintenance-list > li:last-child {
    margin-bottom: 0;
}
.maintenance-anker-link {
    position: absolute;
    color: #05615A;
    font-size: 90%;
    width: 130px;
    top: -2px;
    right: 0;
}
.maintenance-anker-link:hover {
    opacity: 0.9;
}
.maintenance-anker-link .icon {
    font-size: 140%;
    margin-right: 2px;
    position: relative;
    top: 4px;
}
.maintenance-box .maintenance-list > li {
    display: flex;
    flex-wrap: wrap;
}
.maintenance-box .maintenance-list .date {
    width: 105px;
    letter-spacing: 0;
}
.maintenance-box .maintenance-list .maintenance-main-link {
    width: calc(100% - 105px);
}
.maintenance-box .maintenance-list .maintenance-main-link:focus {
    text-decoration: underline;
}
#front-about-area {
}
.front-section-title__about {
    padding-top: 45px;
    border-top: solid 3px #F4E5B2;
}
#front-volunteer-area {
    margin: 70px 0 20px;
}
#front-story-area {
    margin: 35px 0;
}
.front-section-title__story {
    padding-top: 80px;
    border-top: solid 3px #F4E5B2;
}
#front-readingcont-area {
    margin-top: 100px;
    margin-bottom: 70px;
}
.front-section-readingcont-box {
    color: #fff;
    background-color: #05615a;
}
.front-section-category-title__readingcont {
}
.front-section-category-title__readingcont .label {
    display: inline-block;
    padding: 5px 0;
    width: 220px;
    text-align: center;
    font-size: 120%;
    color: #05615A;
    background-color: #F4E5B2;
    position: relative;
    top: -1px;
}
.front-section-readingcont-in {
    padding: 30px 30px 50px;
}
.front-section-title-box__readingcont {
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
}
.front-section-title-box__readingcont h2 {
    font-size: 210%;
    font-weight: bold;
    margin-right: 250px;
}
.front-section-title-box__readingcont .sub {
    display: block;
    font-size: 120%;
    margin-bottom: 8px;
}
.front-section-title-box__readingcont .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 40px;
}
.front-section-title-box__readingcont .btn:after {
    top: 14px;
}
.ranking-readingcont-box {
    margin-top: 35px;
}
.ranking-readingcont-title {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
}
.front-section-readingcont-relatednews {
    border-top: solid 1px #fff;
    margin-top: 65px;
    padding-top: 55px;
}
.front-section-readingcont-relatednews .article-list__relatednews > li {
    border-left: inset 1px #00d188;
}
.front-section-readingcont-relatednews .article-list__relatednews > li:nth-child(4n) {
    border-right: outset 1px #00d188;
}
.front-section-readingcont-relatednews .article-list__relatednews .eyecatch img {
    height: 100px;
}
.front-section-readingcont-relatednews .article-list__relatednews .source {
    border-color: #9FA0A0;
}
.front-section-readingcont-box .article-list a,
.front-section-readingcont-box .article-ranking-list__readingcont a {
    color: #fff;
}
.front-section-readingcont-box .article-list > li:nth-child(4) {
    display: none;
}
.front-section-readingcont-box .article-list__relatednews > li:nth-child(4) {
    display: block;
}
.footer-banner-sns-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px 0 70px;
}
.footer-banner-sns-list-item {
    width: 48%;
}
.footer-banner-sns-list-item__img,
.footer-banner-sns-list-item__img img {
    display: block;
}
.footer-banner-sns-list-item__file {
    margin-top: 10px;
    text-align: center;
    line-height: 1;
}
.footer-banner-sns-list-item__file-link {
    font-size: 70%;
    color: #000;
}
.front-footer-banner-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 3px #F4E5B2;
    padding-top: 70px;
}
.front-footer-banner-list:after {
    content: "";
    width: 320px;
}
.front-footer-banner-list > li {
    width: 320px;
    margin-bottom: 40px;
}
.front-footer-banner-list img {
    display: block;
}
.home #footer {
    position: relative;
    margin-top: 200px;
}
.home #footer:before {
    position: absolute;
    content: "";
    background: url("../images/page/front-page/contents_area_illust.png") no-repeat bottom 100% center;
    background-size: 1152px 134px;
    width: 100%;
    height: 134px;
    bottom: 100%;
}

/*---------------------------------
    記事リスト article-list
--------------------------------*/
.article-list {
    display: flex;
    flex-wrap: wrap;
}
.article-list > li {
    width: calc(100% / 4);
    padding: 0 2%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.article-list a {
    display: block;
    color: #444;
}
.article-list a:hover {
    text-decoration: none;
}
.article-list .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}
.article-list .author-img {
    width: 30px;
}
.article-list .author-img img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    border-radius: 50%;
}
.article-list .author-img .avatar-photo-wrap {
    width: 30px;
    height: 30px;
}
.article-list .author-img .avatar-photo-wrap img {
    width: 24px;
    height: 24px;
    position: relative;
    left: 3px;
    top: 3px;
}
.article-list .author-name {
    width: calc(100% - 30px);
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 81.25%;
    line-height: 1.45;
}
.article-list .eyecatch {
    margin-bottom: 15px;
    position: relative;
    background-color: #f5f5f5;
}
.article-list .eyecatch img {
    display: block;
    width: 100%;
    height: 140px;
    border: solid 1px #eee;
    box-sizing: border-box;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IE対策*/
}
.post-cat {
    padding: 6px 10px;
    font-size: 62.5%;
    line-height: 1;
    color: #05615a;
    background-color: #d9edec;
    margin-bottom: 10px;
}
a:hover .post-cat {
    color: #045750;
    background-color: #86CCC8;
}
.article-list .post-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.article-list .post-info .date {
    font-size: 68.75%;
    letter-spacing: 0;
}
.article-list .post-info .cat {
    font-size: 62.5%;
    color: #fff;
    background-color: #05615a;
    display: inline-block;
    line-height: 1;
    padding: 5px 20px;
    border-radius: 30px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
}
.article-list .post-info .cat:before, .article-list .post-info .cat:after {
    position: absolute;
    content: "";
    height: 20px;
    top: 0;
    border-radius: 30px;
}
.article-list .post-info .cat:before {
    width: 80%;
    left: 0;
    z-index: 1;
    background-color: #108279;
}
.article-list .post-info .cat:after {
    transform: skewX(-45deg);
    background-color: #000;
    width: 70%;
    right: -15%;
    z-index: 2;
    background-color: #05615A;
}
.article-list .post-info .cat .label {
    color: #fff;
    position: relative;
    z-index: 3;
    letter-spacing: 0;
}
.article-list .title {
    line-height: 1.65;
    font-size: 93.75%;
    margin-bottom: 0;
}
.article-list a:hover .title {
    text-decoration: underline;
}
.article-list .post-info-sub {
    display: flex;
}
.article-list .post-info-sub .cat {
    padding: 5px 10px;
}
.article-list .post-info-sub .review-list {
    padding-right: 5px;
}
.article-list__border > li {
    width: calc((100% / 4) - 4%);
    margin: 0 2% 40px;
    padding: 0 0 15px;
    position: relative;
    border-bottom: solid 1px #9FA0A0;
}
.article-list__border .title {
    margin-bottom: 0;
}

/*
    全投稿タイプ記事 article-list__all
*/
.article-list__all {
    margin-bottom: 30px;
}
.article-list__all > li {
    width: calc(100% / 3);
    padding: 0 0 30px;
    margin: 0;
    box-sizing: border-box;
    border-left: inset 1px #00d188;
}
.article-list__all > li:nth-child(3n) {
    border-right: outset 1px #00d188;
}
.article-list__all > li:nth-child(3n+1):nth-last-child(-n+3),
.article-list__all > li:nth-child(3n+1):nth-last-child(-n+3) ~ li { 
    padding-bottom: 0;
}
.article-list__all > li > a {
    width: 290px;
    margin: 0 auto;
    display: block;
}
.article-list__all .type {
}
.article-list__all .post-type {
    display: inline-block;
    padding: 5px 30px;
}
.article-list__all .post-info {
    margin-bottom: 0;
}
.article-list__all .title {
    margin-bottom: 0;
}
.article-list__all .eyecatch img {
    width: 100%;
    height: auto;
    background: none;
}
#front-new-area .article-list a {
    color: #fff;
}
/*
    記事ランキングリスト article-ranking-list
*/
.article-ranking-list > li {
    padding: 8px 0;
    border-top: solid 1px #9FA0A0;
}
.article-ranking-list > li:last-child {
    border-bottom: solid 1px #9FA0A0;
}
.article-ranking-list a {
    display: block;
    color: #333;
    font-size: 87.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.article-ranking-list a:hover {
    text-decoration: none;
}
.article-ranking-list .ranking-mark {
    width: 60px;
}
.article-ranking-list .date {
    width: 130px;
    padding-left: 20px;
    box-sizing: border-box;
}
.article-ranking-list .title {
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1.5;
}
.article-ranking-list .post-type-mark {
    width: 190px;
    margin-bottom: 0;
}
.article-ranking-list .term {
    padding: 6px 10px;
    font-size: 62.5%;
    line-height: 1;
    color: #05615a;
    background-color: #d9edec;
    width: 180px;
    box-sizing: border-box;
    text-align: center;
}
.article-ranking-list .like-count {
    color: #888;
    width: 60px;
    padding-left: 15px;
}
.article-ranking-list .like-count i {
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: #999;
    font-size: 135%;
}
.article-ranking-list__readingcont > li {
    border-color: #9FA0A0;
}
.article-ranking-list__readingcont > li:last-child {
    border-color: solid 1px #9FA0A0;
}
.article-ranking-list__readingcont .title {
    width: calc(100% - 380px);
}
.article-ranking-list__readingcont a:hover .title {
    text-decoration: underline;
}
.article-ranking-list__story-and-report .title {
    width: calc(100% - 455px);
}
/*
    .article-list__readingcont 読み物コンテンツ
*/
.article-list__readingcont {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.article-list__readingcont > li {
    width: 320px;
    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 50px;
}
.article-list__readingcont:after {
    content: "";
    display: block;
    width: 320px;
    height: 0;
}
.archive .article-list__readingcont > li:first-child {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.article-list__readingcont .eyecatch {
    background: none;
}
.article-list__readingcont .eyecatch img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #eee;
    box-sizing: border-box;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IE対策*/
}
.article-list__readingcont > li .info {
    overflow: hidden;
    margin-bottom: 5px;
}
.article-list__readingcont > li .info .date {
    float: right;
}
.article-list__readingcont > li .title {
    font-size: 112.5%;
    margin-bottom: 0;
}
.article-list__readingcont .eyecatch {
    background-color: #f5f5f5;
}
.archive .article-list__readingcont > li:first-child .title {
    font-size: 162.5%;
}
.archive .article-list__relatednews > li:first-child {
    width: 320px;
    padding: 0 10px;
    margin: 0 0 50px;
}
.archive .article-list__relatednews > li:first-child .title {
    font-size: 112.5%;
}
.article-list__relatednews .eyecatch img {
    height: 150px;
}
.article-list__relatednews .source {
    font-size: 75%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #eee;
}
/*
    子ページの記事一覧 article-list__child-content
*/
.article-list__child-content {
    border-bottom: solid 1px #9FA0A0;
    padding: 20px 0;
}
.article-list__child-content > li {
    margin-bottom: 20px;
}
.article-list__child-content > li:last-child {
    margin-bottom: 0;
}
.article-list__child-content > li a {
    color: #000;
    display: flex;
    flex-wrap: wrap;
}
.article-list__child-content .eyecatch {
    width: 180px;
}
.article-list__child-content .eyecatch img {
    display: block;
    width: 200px;
    border: solid 1px #eee;
    box-sizing: border-box;
}
.article-list__child-content .content {
    width: calc(100% - 200px);
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 1;
}
.article-list__child-content .date {
    font-size: 70%;
    margin-bottom: 8px;
    display: block;
}
.article-list__child-content .title {
    font-size: 85%;
    margin-bottom: 0;
    line-height: 1.5;
}

/*--------------------------------
    トピックリスト topic-list
--------------------------------*/
.topic-list {
    margin-bottom: 35px;
}
.topic-list > li {

}
.topic-list > li:nth-child(odd) {
    background-color: #f0f0f0;
}
.topic-list__yellow > li:nth-child(odd) {
    background-color: #fff;
}
.topic-list__yellow > li:nth-child(even) {
    background-color: #f4e5b2;
}
.topic-list > li a {
    display: block;
}
.topic-list > li a:hover {
    text-decoration: none;
}
.topic-list .topic-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.topic-list .topic-date {
    width: 130px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
}
.topic-list .topic-title {
    color: #000;
    margin-bottom: 0;
    width: calc(100% - 510px);
    line-height: 1.5;
}
.topic-list a:hover .topic-title {
    text-decoration: underline;
}
.topic-list .topic-flg {
    width: 95px;
    text-align: center;
}
.topic-list .topic-flg .for-group-mark {
    font-size: 81.25%;
}
.topic-list .topic-cat {
    display: block;
    font-size: 68.75%;
    width: 200px;
    padding: 5px 0;
    color: #05615a;
    background-color: #d9edec;
    text-align: center;
}
.topic-list a:hover .topic-cat {
    color: #045750;
    background-color: #86CCC8;
}
.topic-list .topic-comment {
    display: flex;
    align-items: center;
    width: 85px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #696969;
}
.topic-list .topic-comment .icon {
    font-size: 125%;
    margin-right: 5px;
    color: #999;
}
.topic-list .topic-comment .icon img {
    width: 18px;
    position: relative;
    top: 2px;
}
.topic-list .topic-comment.comment__commented .icon {
    color: #C240AA;
}

/*--------------------------------
    タイムラインリスト timeline-list
--------------------------------*/
.timeline-list {
    margin-bottom: 35px;
}
.timeline-list > li {

}
.timeline-list > li:nth-child(odd) {
    background-color: #f0f0f0;
}
.timeline-list__yellow > li:nth-child(odd) {
    background-color: #fff;
}
.timeline-list__yellow > li:nth-child(even) {
    background-color: #f4e5b2;
}
.timeline-list > li a {
    display: block;
}
.timeline-list > li a:hover {
    text-decoration: none;
    opacity: 0.9;
}
.timeline-list .timeline-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
.timeline-list .timeline-date {
    width: 130px;
    color: #999;
    text-align: center;
}
.timeline-list .timeline-title {
    margin-bottom: 0;
    width: calc(100% - 170px);
    line-height: 1.5;
}
.timeline-list .timeline-check {
    width: 40px;
    text-align: center;
}
.timeline-list .timeline-check input[type="checkbox"] {
    transform: scale(1.4);
}
.timeline-list a:hover .timeline-title {
    text-decoration: underline;
}
.author-contents__other .timeline-list > li:nth-child(odd) {
    background-color: #fff;
}

/*--------------------------------
    コメントリスト comment-list
--------------------------------*/
.comment-area {
    padding-top: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}
.comment-area:before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #05615a;
    width: 300%;
    top: 0;
    left: -100%;
}
.comment-header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.comment-header .comment-title {
    display: flex;
    flex-wrap: wrap;
    color: #05615a;
    line-height: 1.3;
    padding-top: 10px;
}
.comment-header .comment-title .title {
    font-size: 175%;
    font-weight: bold;
    margin: 5px 0 0 20px;
}
.comment-header .comment-title .sub {
    display: block;
    font-size: 60%;
    font-weight: normal;
}
.comment-area .form-comment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.comment-area .form-comment .form-comment__textarea {
    width: 880px;
}
.comment-area .form-comment textarea {
    width: 100%;
    padding: 15px;
    border: solid 1px #ccc;
    height: 80px;
    box-sizing: border-box;
}
.comment-area .form-comment button {
    width: 150px;
    color: #fff;
    background-color: #05615a;
    border-radius: 10px;
}
.comment-area .form-comment button:hover {
    cursor: pointer;
    background-color: #044742;
}
.comment-list {
    margin-bottom: 60px;
}
.comment-list > li {

}
.comment-list .comment-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 20px 50px;
}
.comment-list > li:nth-child(odd) .comment-wrap {
    background-color: #f0f0f0;
}
.comment-list .comment-date {
    width: 120px;
    color: #000;
    text-align: left;
}
.comment-list .comment-content {
    margin-bottom: 0;
    min-width: inherit;
    text-align: left;
    width: calc(100% - 370px);
    padding-right: 10px;
    box-sizing: border-box;
    color: #000;
}
.comment-list .comment-content p:last-of-type {
    margin-bottom: 0;
}
.comment-list .comment-info {
    width: 250px;
    line-height: 1;
}
.comment-list .comment-info .author {
    display: flex;
    align-items: center;
    width: 100%;
}
.comment-list .comment-info .avatar {
    width: 24px;
    margin-right: 6px;
}
.comment-list .comment-info .avatar img {
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.comment-list .comment-info .avatar .avatar-photo-wrap {
    width: 24px;
    height: 24px;
}
.comment-list .comment-info .avatar .avatar-photo-wrap img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    left: 2px;
}
.comment-list .comment-info .author-name {
    width: calc(100% - 30px);
    font-size: 81.25%;
    text-align: left;
}
.comment-list .comment-info a:hover {
    text-decoration: none;
}
.comment-status {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}
.comment-status .label {
    margin-right: 15px;
    color: #444;
}
.comment-status .icon {
    color: #999;
}
.comment-status .count {
    margin-left: 5px;
    color: #696969;
}
.comment-status .like {
    flex-direction: row-reverse;
}
.comment-status .like .count-box {
    color: #696969;
}
.comment-status .like-btn {
  padding: 0;
  color: #999;
  background: none;
}
.comment-status .like-btn:hover {
  background: none;
}
.comment-status .like-label .label {
    display: none;
}
.comment-status .like-label .icon {
    margin-left: 0;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.comment-status .like-label .icon img {
    width: 24px;
}
.comment-status .like-label:hover .icon {
    color: #666;
}
.comment-status .like-label:hover .icon img {
    opacity: 0.7;
}
.comment-status .like-btn__liked .icon {
    color: #C240AA;
}
.comment-status .like-btn__liked:hover .icon {
    color: #B2399F;
}
.comment-status .count {
    margin-left: 5px;
}
.comment-to {
    text-align: right;
    margin-top: -40px;
}
.comment-to-btn {
    color: #fff;
    background-color: #05615a;
    padding: 5px 20px;
    border-radius: 40px;
    border: none;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}
.comment-to-btn:after {
    position: relative;
    content: "＋";
    display: inline-block;
    margin-left: 2px;
    font-size: 112.5%;
}
.comment-to-btn:hover {
    cursor: pointer;
    background-color: #044742;
}
.comment-to-btn.open:after {
    content: "ー";
}
.comment-to-list .comment-to-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 20px 15px;
}
.comment-to-list > li:nth-child(even) .comment-to-wrap {
    background-color: #f0f0f0;
}
.comment-to .accordion-contents {
    padding: 0 0 0 100px;
    display: none;
}
.form-comment-to {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.form.form-comment-to .form-comment__textarea {
    width: 85%;
}
.form.form-comment-to .form-hint {
    display: block;
    text-align: left;
}
.form.form-comment-to textarea {
    width: 100%;
    height: 5em;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
.form.form-comment-to button {
    width: calc(15% - 15px);
    color: #fff;
    background-color: #05615a;
    border-radius: 8px;
    border: none;
}
.form.form-comment-to button:hover {
    background-color: #044742;
}
.comment-area .comment-operation-btn-list {
    display: flex;
}
.comment-area .comment-operation-btn-list .open-button {
    display: inline-block;
    color: #fff;
    background-color: #05615a;
    font-size: 87.5%;
    padding: 2px 20px;
    border-radius: 5px;
    margin-left: 5px;
}
.form-comment-delete p {
    color: #333;
}

/*---------------------------------
    ユーザーリスト user-list user-list__follower
--------------------------------*/
.user-list {
    display: flex;
    flex-wrap: wrap;
}
.user-list > li {
    width: calc(100% / 4);
    padding: 0 2%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.user-list__6col > li {
    width: calc(100% / 6);
}
.user-list a {
    display: block;
    color: #444;
}
.user-list a:hover {
    text-decoration: none;
}
.user-list .avatar {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.user-list .avatar-img {
    width: 85px;
    margin: 0 auto;
}
.user-list .avatar-img .avatar-photo-wrap {
    width: 85px;
    height: 85px;
}
.user-list .avatar-img img {
    width: 85px;
    height: 85px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.user-list .avatar-img .avatar-photo-wrap img {
    width: 77px;
    height: 77px;
    position: relative;
    top: 4px;
    left: 4px;
}
.user-list .review-list {
    position: absolute;
    right: 0;
    bottom: 0;
}
.user-list .name {
    margin-bottom: 0;
    font-size: 90%;
    line-height: 1.5;
}
.user-list a:hover .name {
    text-decoration: underline;
}
.user-list .profile {
    color: #000;
    font-size: 81.25%;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 8px;
    line-height: 1.5;
    border-top: solid 1px #999;
}
.user-list .role {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.user-list .role-icon {
    width: 30px;
    margin-right: 10px;
}
.user-list .role-icon img {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
}
.user-list .role-name {
    display: inline-block;
    line-height: 1;
    padding: 4px 30px 6px;
    font-size: 68.75%;
    color: #fff;
    background-color: #05615a;
}

/*---------------------------------
    登録ページ regist
--------------------------------*/
.page-register .page-wrap {
    padding-bottom: 0;
}
.page-register .page-wrap .lead {
    margin: 0 50px;
    line-height: 2;
}

/*---------------------------------
    フォーム共通 form form-item form-table
--------------------------------*/
.form .require-label {
    color: #D40000;
    margin-bottom: 10px;
    display: block;
}
.form-item-wrap {
    padding: 50px 100px;
    box-sizing: border-box;
    background-color: #d9edec;
}
.form-caution {
    color: #D40000;
    margin-bottom: 10px;
}
.form-item {
    margin-bottom: 20px;
}
.form-item input[type="checkbox"] {
    transform: scale(1.2);
    position: relative;
    top: -1px;
}
.form-item .checkbox-wrap label {
    margin-left: 4px;
}
.form-item input[type="text"] {
    padding: 5px 10px;
    border: solid 1px #aaa;
    border-radius: 4px;
}
table.form-table {
    width: 100%;
    border-collapse: separate;
}
table.form-table__article {
    margin-bottom: 60px;
}
table.form-table th,
table.form-table td {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
table.form-table td:first-child {
    font-size: 112.5%;
}
table.form-table td:last-child {
    position: relative;
}
table.form-table__regist td:first-child {
    width: 12em;
}
table.form-table__regist td:last-child {
    width: calc(100% - 12em);
}
table.form-table__article td:first-child {
    width: 10em;
}
table.form-table__article td:last-child {
    width: calc(100% - 10em);
}
table.form-table__article td {
    padding: 20px 10px;
    border-top: solid 1px #eee;
    vertical-align: top;
}
table.form-table__article tr:last-child td {
    border-bottom: solid 1px #eee;
}
table.form-table__article td.has-display-flg input[type="text"] {
    width: calc(100% - 170px);
}
table.form-table__article td.has-display-flg .slide-btn {
    display: inline-block;
    overflow: unset;
}
table.form-table__profile {
    table-layout: fixed;
}
table.form-table__profile th,
table.form-table__profile td {
    border-top: solid 1px #eee;
    vertical-align: top;
}
table.form-table__profile th {
    width: 240px;
    font-size: 100%;
    padding: 20px 10px 20px 0;
    box-sizing: border-box;
}
table.form-table__profile td {
    padding: 20px 0;
}
table.form-table__profile td:nth-of-type(2) {
    width: 160px;
}
table.form-table__profile tr:last-child th,
table.form-table__profile tr:last-child td {
    border-bottom: solid 1px #eee;
}
table.form-table__profile th .sub {
    display: block;
    color: #D40000;
    font-size: 68.75%;
    line-height: 1.5;
    margin-top: 5px;
}
table.form-table__profile .nickname th {
    vertical-align: middle;
}
table.form-table__profile .nickname .flex {
    justify-content: space-between;
}
table.form-table__profile .nickname .name {
    font-size: 125%;
}
table.form-table__profile .nickname .count-box {
    display: none;
}
table.form-table__profile .nickname .follow-btn {
    display: block;
    margin-left: 15px;
    min-width: 150px;
}
table.form-table__profile .nickname .follow-btn img {
    display: block;
}
ul.form-table {
}
ul.form-table__article {
    margin-bottom: 60px;
}
ul.form-table > li {
    border-top: solid 1px #eee;
}
ul.form-table > li:last-child {
    border-bottom: solid 1px #eee;
}
ul.form-table .form-table-item-in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.form-table .form-table-item-in .dt,
ul.form-table .form-table-item-in .dd {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
ul.form-table .form-table-item-in .dt {
    font-size: 112.5%;
}
ul.form-table .form-table-item-in .dd {
    position: relative;
}
ul.form-table__article .form-table-item-in .dt {
    width: 200px;
}
ul.form-table__article .form-table-item-in .dt--has-popup {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
ul.form-table__article .form-table-item-in .dd {
    width: calc(100% - 200px);
}
ul.form-table__article .form-table-item-in .dt,
ul.form-table__article .form-table-item-in .dd {
    padding: 20px 10px;
}
ul.form-table__article .form-table-item-in .dd textarea.large {
    height: 20em;
}
ul.form-table__article .has-display-flg {
    display: flex;
    flex-wrap: wrap;
}
ul.form-table__article .has-display-flg textarea[name=volunteer_place] {
    width: 75%;
}
ul.form-table__article .has-display-flg input[type="text"] {
    width: calc(100% - 170px);
}
ul.form-table__article .has-display-flg .slide-btn {
    top: 4px;
    display: inline-block;
    overflow: unset;
}
ul.form-table__profile {
}
ul.form-table__profile .form-table-item-in {
    display: block;
}
ul.form-table__profile .form-table-item-in .dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
}
ul.form-table__profile .form-table-item-in .dd {
    padding: 0 0 20px 0;
}
ul.form-table__profile .form-table-item-in .dd .form-profile-item {
    width: calc(100% - 250px);
}
ul.form-table__profile .display-flg,
ul.form-table__profile .slide-btn {
    top: 0;
}
ul.form-table__profile .form-table-item-in .dt .sub {
    display: block;
    color: #D40000;
    font-size: 68.75%;
    line-height: 1.5;
    margin-top: 5px;
}
ul.form-table__profile .nickname .dt {
    vertical-align: middle;
}
ul.form-table__profile .nickname .flex {
    justify-content: space-between;
}
ul.form-table__profile .nickname .name {
    font-size: 125%;
}
ul.form-table__profile .nickname .count-box {
    display: none;
}
ul.form-table__profile .nickname .follow-btn {
    display: block;
    margin-left: 15px;
    min-width: 150px;
}
ul.form-table__profile .nickname .follow-btn img {
    display: block;
}
.group-file-box {
    margin-top: 30px;
}
.group-file-top-description {
    line-height: 1.6;
    font-weight: bold;
}
.group-file-bottom-description {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 70%;
}
.form-table__author th {
    padding: 15px 0;
}
.hide-form-area {
    display: none;
}
.profile-edit-btn {
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form select,
.form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ddd;
}
.form select {
    background-image: url(../images/common/icon/icon_select_arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 5px center;
    background-color: #fff;
}
.form select option:disabled {
    background-color: #ddd;
}
.form textarea {
    height: 10em;
    display: block;
}
.form .btn {
    margin-top: 45px;
    border: none;
}
.form .btn__margin-top0 {
    margin-top: 0;
}
.form .btn__margin-top10 {
    margin-top: 10px;
}
.form-item-description {
    font-size: 75%;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.form-confirm-message {
    margin: 80px 0 30px;
    text-align: center;
}
.form-password-forgot-message {
    margin: 45px 0 0;
    text-align: center;
}
.form-password-forgot-message a {
    text-decoration: underline;
}
.form .select-box__date {
    display: flex;
    align-items: center;
}
.form .select-box__date select {
    width: auto;
    padding-left: 20px;
    padding-right: 30px;
}
.form .select-box__date label {
    margin-left: 10px;
    margin-right: 15px;
}
.form-section:first-of-type .form-section-title {
    margin-top: 0;
}
.form-section-title {
    font-size: 125%;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 5px 20px;
    background-color: #d9edec;
}
.form-section-title__profile {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.form-section-title__profile img {
    width: 100px;
}
.form-section-title__member-mail {
    margin-top: 60px;
}
.form-section-content {
    padding: 0 30px;
}
.form-section-content__middle-term {
    margin-bottom: 60px;
}
.form-section-description {

}
.form-section-content .form-item-label-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-section-content .form-item-label-term-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 5px;
}
.form-section-content .form-item-label-term-wrap__margintop0 {
    margin-top: 0;
}
.form-section-content .form-item-wrap__select-group {
}
.form-section-content .form-item-label {
    display: block;
    font-size: 112.5%;
    margin-bottom: 5px;
}
.form-section-content .form-item-label:not(:first-of-type) {
    margin-top: 30px;
}
.form-section-content .form-item-label-caution {
    font-size: 75%;
    color: #000;
}
.form-item-label__term-description {
    font-size: 65%;
    margin-left: 10px;
    line-height: 1.5;
}
.form-item__checkbox-line .checkbox-wrap {
    padding: 20px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-bottom: -1px;
}
.form-item__checkbox-line-white .checkbox-wrap {
    border-color: #fff;
}
.form-item__checkbox-2col .checkbox-wrap:nth-of-type(n+3),
.form-item__checkbox-3col .checkbox-wrap:nth-of-type(n+4),
.form-item__checkbox-4col .checkbox-wrap:nth-of-type(n+5),
.form-item__checkbox-5col .checkbox-wrap:nth-of-type(n+6) {
    border-top-width: 0;
}
.form-item__checkbox-virtical .checkbox-wrap {
    display: flex;
    padding: 5px 0;
    line-height: 1.5;
    width: 100%;
    align-items: center;
}
.form-item__checkbox-virtical  .checkbox-wrap label {
    margin-left: 10px;
}
.filter-parts-login-user .form-item__checkbox .checkbox-wrap {
    padding: 0;
    margin-bottom: 0;
    margin-right: 20px;
    letter-spacing: 0;
}
.filter-parts-login-user .form-item__checkbox .checkbox-wrap:last-of-type {
    margin-right: 0;
}
.radio-box {
    display: flex;
}
.radio-wrap {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.form-item__radio-5col .radio-box {
    flex-wrap: wrap;
}
.form-item__radio-5col .radio-wrap {
    display: block;
    width: 20%;
    margin: 0;
}
.radio-wrap span {
    margin-left: 5px;
}
.radio-box__template {
    flex-wrap: wrap;
}
.radio-box__template-item {
    width: 32%;
    padding-right: 2%;
}
.radio-box__template-item:last-of-type {
    padding-right: 0;
}
.radio-box__template-item img {
    box-shadow: 2px 2px 5px #ddd;
}
.radio-box__template-item .radio-wrap {
    margin-right: 0;
    justify-content: center;
}
.radio-box__template-item .radio-wrap input {
    margin: 0;
}
.radio-box__template-item .radio-wrap label {
    line-height: 1.45;
    margin-left: 4px;
}
.radio-box__template-s .radio-box__template-item .radio-wrap label {
    font-size: 75%;
    letter-spacing: 0;
}
.form-complete-message {
    text-align: center;
    margin: 80px 0;
    line-height: 3;
}
.form .profile-box .profile-img .btn {
    margin-top: 20px;
}
.form .profile-box .form-item:last-of-type {
    margin-bottom: 0;
}
.form-reissue-password-caution {
    margin-top: 40px;
    text-align: center;
    font-size: 80%;
}
.email-sub-message {
    margin: 10px 0 0;
    font-size: 81.25%;
}
.email-sub-message a {
    text-decoration: underline;
}
.edit-file-description {
    font-size: 68.75%;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.form-item__checkbox-field {
}
.form-item__checkbox-field .checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    line-height: 1.5;
}
.form-item__checkbox-field .checkbox-wrap input {
    width: 30px;
}
.form-item__checkbox-field .checkbox-wrap input[type="radio"] {
    margin-top: 0;
}
.form-item__checkbox-field .checkbox-wrap dt {
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-item__checkbox-field .checkbox-wrap dd {
    width: calc(100% - 270px);
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 87.5%;
}
.form-simple .form-section-content .form-item-label {
    font-size: 100%;
    margin-bottom: 0;
}
.form-simple .form-item__radio-5col,
.form-simple .form-item__checkbox-field .checkbox-wrap {
    letter-spacing: 0;
}
.form-table-item__volunteer_cat .form-item__radio-5col {
    margin-bottom: 0;
}
.form-simple .form-item__checkbox-field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
}
.form-simple .form-item__checkbox-field .checkbox-wrap {
    width: calc(100% / 3);
    padding: 10px 0;
    border: none;
}
.form-simple .form-item__checkbox-field .checkbox-wrap input {
    width: auto;
}
.form-simple .form-item__checkbox-field .checkbox-wrap  label {
    width: auto;
}
.form-section__bottom-border {
    position: relative;
    border-bottom: solid 1px #05615a;
    padding-bottom: 90px;
    margin-bottom: 70px;
}
.form-section__bottom-border:before {
    content: "";
    position: absolute;
    display: block;
    width: 300%;
    height: 1px;
    bottom: -1px;
    left: -100%;
    background-color: #05615a;
}
.form-section__flg-use-pr {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
}
.form-section__flg-use-pr .radio-box {
    justify-content: center;
}
.form-section__flg-use-pr .radio-box .radio-wrap:last-of-type {
    margin-right: 0;
}
.form-section__flg-use-pr .policy {
    margin-top: 35px;
    padding: 20px;
    font-size: 80%;
    height: 100px;
    overflow-y: scroll;
    border: solid 1px #DBDBDB;
    text-align: left;
    letter-spacing: 0.5px;
}
.password-visibility-box {
    position: relative;
}
#password-visibility {
    position: absolute;
    top: 10px;
    left: 0;
    color: #777;
    cursor: pointer;
}
.password-text {
    display: none;
    padding-left: 30px;
}
.password-text.active {
    display: block;
}
.form-complete-message__img-point-get {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
}
/* Tsuna */
#tsuna-result {
    margin-bottom: 30px;
}
li.tsuna-headline {
    margin-bottom: 10px;
}
li.tsuna-headline button {
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f5f5;
    text-align: left;
}
li.tsuna-headline button:hover {
    color: #fff;
    background-color: #777;
}
.form .ajax-tsuna-btn {
    margin-top: 10px;
}
/* preview-img */
.preview-img-box {
    position: relative;
    width: 600px;
    height: 400px;
    box-sizing: border-box;
    padding: 170px 40px 0;
    background-color: #F0F0F0;
}
.preview-img-box-item {
    display: none;
}
.preview-img-box-item.active {
    display: block;
}
.preview-img {
    position: absolute;
    width: 600px;
    height: 400px;
    object-fit: contain;
    font-family: 'object-fit: contain;'; /*IE対策*/
    top: 0;
    left: 0;
    z-index: 2;
}
.preview-img-delete-btn {
    position: absolute;
    content: "";
    top: -15px;
    right: -15px;
    z-index: 3;
}
.preview-img-delete-btn .icon {
    display: block;
    color: #fff;
    background-color: #777;
    border-radius: 50%;
    font-size: 280%;
    cursor: pointer;
}
.preview-img-delete-btn .icon:hover {
    background-color: #05615a;
}
.preview-img-caution {
    font-size: 85%;
    margin-bottom: 0;
}
.img-delete-check {
    display: none;
}
.form-table__regist th {
    width: 200px;
}
.img-edit-caution {
    margin-bottom: 5px;
    font-size: 75%;
    color: #D40000;
}
.form-item-add-description {
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 75%;
    color: #D40000;
}
.pass-check-caution {
    margin: 2px;
    font-size: 75%;
    color: #D40000;
}
.form-item__post_flyer_file {
    margin-top: 10px;
}
#form-hint__post_flyer_title,
#form-hint__post_flyer_file,
#form-hint__user_other {
    line-height: 1.5;
    display: block;
    margin-top: 5px;
}
.prize-sub-title {
    font-size: 125%;
}
.prize-present-item {
    margin-top: 45px;
}
.prize-present-item__img {
    max-width: 300px;
    margin-bottom: 40px;
}
.prize-present-item--budge a {
    text-decoration: none;
}
.prized-log-table {
    width: 100%;
    margin-bottom: 25px;
}
.prized-log-table td {
    padding: 10px 20px;
    border: solid 1px #ddd;
}
.form-item-wrap__area {

}
.form-item-wrap__area .form-item-box__area {
    border-top: solid 1px #EEEEEE;
    padding: 10px 0;
    margin-bottom: 0;
}
.form-item-wrap__area .form-item-box__area:last-of-type {
    border-bottom: solid 1px #EEEEEE;
}
.form-item-wrap__area-line-white .form-item-box__area {
    border-color: #fff;
}
.form-item-wrap__area-line-white .form-item-box__area:last-of-type {
    border-color: #fff;
}
.form-item-wrap__area .checkbox-wrap {
    padding: 10px 0;
}
.form-item-wrap__area .accordion-btn {
    margin: 10px 0;
    width: 100%;
    padding: 10px 50px 10px 30px;
    box-sizing: border-box;
    background-color: #F0F0F0;
    position: relative;
    cursor: pointer;
    line-height: 2;
}
.form-item-wrap__area .accordion-btn:after {
    position: absolute;
    content: "＋";
    color: #05615A;
    font-size: 200%;
    top: -4px;
    right: 15px;
}
.form-item-wrap__area .accordion-btn.open:after {
    content: "ー";
}
.form-item-wrap__area .accordion-btn:hover {
    color: #fff;
    background-color: #05615A;
}
.form-item-wrap__area .accordion-btn:hover:after {
    color: #fff;
}
.form-item-wrap__area .accordion-contents .form-item {
    margin-bottom: 0;
}
.form-simple .form-item-wrap__area .form-item-box__area:first-of-type {
    border-top: none;
    padding-top: 0;
}
.form-simple .form-item-wrap__area .form-item-box__area:first-of-type .form-item-wrap__area .checkbox-wrap {
    padding-top: 0;
}
.form-simple .form-item-wrap__area .form-item-box__area:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.form-simple .form-item-wrap__area .form-item-box__area:last-of-type .form-item-wrap__area .checkbox-wrap {
    padding-bottom: 0;
}
.form-section-title.accordion-btn {
    width: 100%;
    text-align: left;
    line-height: 1.85;
    position: relative;
    cursor: pointer;
}
.form-section-title.accordion-btn:hover {
    opacity: 0.7;
}
.form-section-title.accordion-btn:after {
    position: absolute;
    content: "＋";
    color: #05615A;
    font-size: 200%;
    top: -14px;
    right: 15px;
}
.form-section-title.accordion-btn.open:after {
    content: "ー";
}
.modal-btn__field_popup {
    color: #000;
    background-color: #eee;
    margin-left: 5px;
    padding: 2px 7px;
    border-radius: 50%;
    font-size: 100%;
}
.modal-btn__field_popup:hover {
    color: #fff;
}
.field-popup-content {
    font-size: 80%;
}
.field-popup-content__title {
    margin-bottom: 15px!important;
    font-weight: bold;
}
.field-popup-content__list {

}
.field-popup-content__list-item {
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.field-popup-content__list-item:first-child {
    border-top: solid 1px #eee;
}
.field-popup-content__list-item dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.field-popup-content__list-item .name {
    width: 250px;
}
.field-popup-content__list-item .description {
    width: calc(100% - 250px);
    padding-left: 20px;
    box-sizing: border-box;
}
#form-profile [name="draft_btn"] {
    margin-top: 30px;
}
#form-profile-avatar {
    width: 190px;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}
#form-profile .profile-content {
    float: right;
    width: calc(100% - 190px);
    padding-left: 50px;
    padding-right: 30px;
    box-sizing: border-box;
}
#preview-avator-img {
    display: block;
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}
/* 登録フォーム */
#form-regist .form-table th {
    white-space: nowrap;
    width: 220px;
}
.regist-caution {
    padding: 20px 0;
    color: #555;
    background-color: rgba(255, 230, 0, 0.5);
    margin: 40px 60px 0;
    font-size: 85%;
    text-align: center;
}
.regist-caution a {
    text-decoration: underline;
}
/* 問い合わせフォーム */
#form-contact .form-table th {
    white-space: nowrap;
    width: 200px;
}
#form-contact input[type="text"],
#form-contact select {
    width: 70%;
}
#form-contact textarea {
    height: 15em;
}
#form-contact-confirm th {
    width: 200px;
}
.group-profile-submit-description {
    font-size: 90%;
    font-weight: bold;
    color: #f00;
    text-align: center;
    margin: 40px 0 5px;
}
/* 退会フォーム */
#form-widthdraw th {
    vertical-align: top;
    white-space: nowrap;
    width: 120px;
}
/* アンケートフォーム */
#form-questionnaire select {
    width: 60%;
}
/* エラーポップアップ */
.formError .formErrorContent,
.formError .formErrorArrow div {
    background-color: #d80000!important;
}

/*--------------------------------
    profile-box
--------------------------------*/
.profile-box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
}
.profile-box .profile-img {
    width: 160px;
    text-align: center;
}
.profile-box .profile-img .badge {
    margin-top: 20px;
}
.profile-box .profile-img .badge-title {
    margin-bottom: 8px;
    color: #05615a;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0;
    border-bottom: solid 1px #ddd;
}
.profile-box .profile-img .badge-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile-box .profile-img .badge-list > li {
    width: 45%;
}
.profile-box .profile-img .badge-list img {
    display: block;
}
.profile-box .profile-content {
    width: calc(100% - 160px);
    padding-left: 50px;
    box-sizing: border-box;
}
.profile-box .profile-content .modal_btn__violation {
    margin-bottom: 15px;
}
.profile-box .profile-img .avator {
    position: relative;
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.profile-box .profile-img .avator .avatar-photo-wrap {
    width: 160px;
    height: 160px;
}
.profile-box .profile-img .avator img {
    width: 160px;
    height: 160px;
    max-width: none!important;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    object-fit: cover;
}
.profile-box .profile-img .avator .avatar-photo-wrap img {
    width: 150px;
    height: 150px;
    top: 5px;
}
.profile-box .profile-img .point {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}
.profile-box .profile-img .point-count {
    color: #696969;
    font-size: 75%;
    letter-spacing: 0;
    position: relative;
    top: 5px;
}
.profile-box .profile-img .point-count img {
    width: 21px;
    margin-right: 2px;
}
.profile-box .profile-img .point-rank {
    letter-spacing: 0;
}
.profile-box .profile-img .point-rank dt {
    color: #05615A;
    font-size: 12px;
    font-weight: bold;
}
.profile-box .profile-img .point-rank dd {
    font-size: 18px;
    line-height: 1;
}
.profile-box .profile-img .point-rank .rank1 {
    color: #05615A;
    font-weight: bold;
}
.profile-box .profile-img .point-rank .rank2 {
    color: #4373CC;
    font-weight: bold;
}
.profile-box .profile-img .point-rank .rank3 {
    color: #933B0C;
    font-weight: bold;
}
.profile-box .profile-img .point-rank .rank4 {
    color: #605854;
    font-weight: bold;
}
.profile-box .profile-img .point-rank .rank5 {
    color: #836412;
    font-weight: bold;
}
.profile-box .profile-img .point-rank .rank6 {
    color: #637A82;
    font-weight: bold;
}
.profile-box .profile-img .entry-prize {
    margin-top: 20px;
    text-align: center;
}
.profile-box .profile-img .entry-prize a {
    display: block;
    padding: 8px 0;
    color: #fff;
    background-color: #05615a;
    border-radius: 40px;
    font-size: 80%;
    line-height: 1.3;
    position: relative;
}
.profile-box .profile-img .entry-prize a:after {
    position: absolute;
    content: "〉";
    font-size: 81.25%;
    font-weight: bold;
    top: calc(50% - 6px);
    right: 8px;
}
.profile-box .profile-img .entry-prize a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.profile-box .preview-img-box,
.profile-content .preview-img-box {
    width: 100%;
    height: 240px;
    padding: 100px 25px 0;
}
.profile-box .preview-img-box .btn,
.profile-content .preview-img-box .btn {
    font-size: 90%;
}
.profile-box .preview-img,
.profile-content .preview-img {
    width: 100%;
    height: 240px;
}
.profile-box .preview-img-box .btn-wrap__margin-bottom,
.profile-content .preview-img-box .btn-wrap__margin-bottom {
    margin-bottom: 20px;
}
.profile-box .preview-img-delete-btn,
.profile-content .preview-img-delete-btn {
    top: -10px;
    right: -10px;
}
.form-item__withdraw-caution {
    text-align: center;
    margin-top: 40px;
    font-size: 112.5%;
}

/*--------------------------------
    絞り込みフォーム form-filter
--------------------------------*/
.form-filter {
    background-color: #f0f0f0;
    padding: 25px;
    margin-bottom: 40px;
}
.filter-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    width: 100%;
    font-size: 85%;
}
.filter-box-left {
    width: 700px;
}
.filter-box-right {
    width: calc(100% - 700px);
    box-sizing: border-box;
}
.filter-sort {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #fff;
    font-size: 85%;
}
.filter-parts-user-role {
    margin-bottom: 10px;
}
.filter-parts-login-user {
    margin-bottom: 10px;
}
.filter-box .filter-parts-keyword {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.filter-box .filter-parts-keyword label {
    width: 100px;
}
.filter-box .filter-parts-keyword input {
    width: calc(100% - 100px);
    padding: 5px 10px;
}
.filter-parts-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    font-size: 85%;
    width: 100%;
}
.filter-parts-tag .form-item-label {
    width: 65px;
}
.filter-parts-tag dd {
    width: calc(100% - 65px);
    padding-left: 5px;
    box-sizing: border-box;
}
.filter-parts-tag .filter-tag-list {
    display: flex;
    flex-wrap: wrap;
}
.filter-parts-tag .filter-tag-list-item {
    padding: 5px;
}
.filter-parts-tag .filter-tag-list-item:last-child {
    padding-right: 0;
}
.filter-parts-tag .filter-tag-list-item a {
    display: block;
    color: #05615a;
    background-color: #d9edec;
    text-align: center;
    padding: 2px 20px;
    font-size: 85%;
}
.filter-parts-tag .filter-tag-list-item a:hover {
    color: #045750;
    background-color: #86CCC8;
    text-decoration: none;
}
.filter-parts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-parts-list-item {
    width: 48%;
    margin-bottom: 10px;
}
.filter-parts-list .modal_btn__search-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: none;
}
.filter-parts-list .modal_btn__search-filter:hover {
    opacity: 1;
    background: none;
}
.filter-parts-list .modal_btn__search-filter .icon {
    width: 35px;
    padding-right: 8px;
    box-sizing: border-box;
}
.filter-parts-list .modal_btn__search-filter-field .icon,
.filter-parts-list .modal_btn__search-filter-volunteer-cat .icon,
.filter-parts-list .modal_btn__search-filter-pr .icon {
    padding-right: 9px;
    padding-left: 3px;
}

.filter-parts-list .modal_btn__search-filter .text {
    width: calc(100% - 35px);
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #555;
    background-color: #fff;
    border: solid 1px #aaa;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.filter-parts-list .modal_btn__search-filter .text:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    z-index: 2;
}
.filter-parts-list .modal_btn__search-filter .text:after {
    position: absolute;
    content: "＞";
    top: 5px;
    right: 10px;
    z-index: 3;
}
.filter-parts-list .modal_btn__search-filter .text:hover {
    color: #555;
    background-color: #fff;
}
.filter-box-item .form-item:last-of-type {
    margin-bottom: 0;
}
.filter-box-item__btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    box-sizing: border-box;
}
.filter-box-item__btn button[name="submit"] {
    border: none;
    color: #fff;
    background-color: #05615a;
    width: 120px;
    padding: 8px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}
.filter-box-item__btn button[name="submit"]:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    right: 8px;
}
.filter-box-item__btn button[name="submit"]:hover {
    cursor: pointer;
    background-color: #044742;
}
.remove-filter-btn {
    font-size: 80%;
    width: 120px;
    color: #fff;
    background-color: #6E6E6E;
    display: block;
    padding: 8px 0;
    text-align: center;
    margin-left: 10px;
    border-radius: 4px;
}
.remove-filter-btn:hover {
    cursor: pointer;
    background-color: #5D5E5E;
}
.form-item__list .sort-list {
    display: flex;
    align-items: center;
    line-height: 1;
}
.form-item__list .sort-list > li {
    padding: 0 20px;
    border-left: solid 1px #999;
}
.form-item__list .sort-list > li:last-child {
    border-right: solid 1px #999;
}
.form-item__list .sort-list a {
    text-decoration: underline;
}
.form-item__list .sort-list .current {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
.form-item__checkbox,
.checkbox-list__5col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-item__checkbox-2col,
.form-item__checkbox-3col,
.form-item__checkbox-4col,
.form-item__checkbox-5col,
.checkbox-list__5col {
    flex-wrap: wrap;
    letter-spacing: 0;
    justify-content: flex-start;
}
.form-item__checkbox-2col .checkbox-wrap {
    width: 50%;
}
.form-item__checkbox-3col .checkbox-wrap {
    width: calc((100% / 3) - 1px);
    /*IE対策で-1px*/
}
.form-item__checkbox-4col .checkbox-wrap {
    width: 25%;
}
.form-item__checkbox-5col .checkbox-wrap,
.checkbox-list__5col .checkbox-wrap {
    width: 20%;
}
.filter-main .form-item__checkbox {
    justify-content: flex-start;
}
.form-filter .accordion-btn {
    border: none;
    color: #05615a;
    background-color: #fff;
    line-height: 1;
    padding: 5px 0 10px;
    margin-top: 15px;
    font-size: 87.5%;
    position: relative;
    text-align: center;
    width: 100%;
}
.form-filter .accordion-btn:after {
    position: relative;
    content: "＋";
    display: inline-block;
    margin-left: 20px;
    font-size: 150%;
    top: 2px;
}
.form-filter .accordion-btn:hover {
    cursor: pointer;
    color: #fff;
    background-color: #05615A;
}
.form-filter .accordion-btn:hover:after {
    color: #fff;
}
.form-filter .accordion-btn.open:after {
    content: "ー";
}
.form-filter .accordion-contents {
    display: none;
    margin-top: 0;
}
.form-item-wrap-box {
    display: flex;
}
.form-item-wrap-box__searchword {
    flex-wrap: wrap;
}
.form-item-wrap-box__searchword .form-item {
    margin-bottom: 0;
}
.form-item-wrap-box__searchword .form-item-label {
    margin-bottom: 0;
    padding-right: 20px;
}
.form-item-wrap-box__searchword input[type="text"] {
    width: 450px;
}
.form-toggle-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-bottom: -1px;
}
.form-toggle-box .label {
    padding-right: 20px;
}
.form-toggle-box .toggle {

}
.form-toggle-box .toggle img {
    display: block;
}
#filter-follower {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 35px;
}
#filter-follower .accordion-button {
    margin-top: 10px;
    background-color: #f0f0f0;
}
#filter-follower .filter-box {
    align-items: center;
}
#filter-follower .filter-box-item__btn {
    width: 200px;
    padding-left: 50px;
}
#filter-follower .filter-box .form-item__checkbox .checkbox-wrap {
    margin-bottom: 0;
}
#filter-follower .filter-box-item__contents:first-of-type {
    padding-right: 200px;
}
#filter-follower .filter-box-item__btn button {
    width: 150px;
    border-radius: 50px;
    padding: 5px 0;
}
#filter-myposts {
    padding: 20px;
    margin-bottom: 35px;
}
#filter-myposts .form-item__list .sort-list > li {
    padding: 0 15px;
}
#filter-myposts .filter-box {
    align-items: center;
    justify-content: space-between;
}
#filter-myposts .filter-box-item__btn {
    width: 165px;
    padding-left: 15px;
}
#filter-myposts .form-item__checkbox .checkbox-wrap {
    margin-bottom: 0;
    margin-left: 10px;
}
#filter-myposts .filter-box-item__contents {
    padding-right: 0;
    width: auto;
}
#filter-myposts .filter-box-item__btn button {
    width: 150px;
    border-radius: 50px;
    padding: 5px 0;
}
#filter-users .form-filter {
    background-color: #fff;
    margin-bottom: 40px;
}
#filter-users .form-filter .accordion-btn {
    background-color: #f0f0f0;
}
#filter-users .form-item__checkbox-line-white .checkbox-wrap {
    border-color: #f0f0f0;
}
.filter-box .form-item__user-role-select {
    margin-right: 25px;
}
.filter-box .form-item__user-role-select .radio-item {
    margin-right: 10px;
}
.filter-box .form-item__user-role-select input {
    margin-right: 6px;
    transform: scale(1.2);
    position: relative;
}
.filter .modal-content {
    font-size: 95%;
    background-color: #eee;
}
.filter .modal-content .form-item-label {
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.filter-parts-volunteer-cat .form-item__checkbox {
    flex-wrap: wrap;
}
.filter-parts-volunteer-cat .form-item__checkbox .checkbox-wrap {
    margin-right: 20px;
    margin-bottom: 10px;
}

/*---------------------------------
    マイページ 設定ページ mypage setting
--------------------------------*/
.page-mypage .status-label-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}
.my-profile-header {
    margin-top: -40px;
    margin-bottom: 15px;
}
.my-profile-setting-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.my-profile-setting-btn-wrap .btn {
    width: 250px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
}
.my-profile-setting-btn-wrap .btn:last-of-type {
    margin-right: 0;
}
.my-profile-header-rank {
    border-top: solid 3px #F4E5B2;
    border-bottom: solid 3px #F4E5B2;
    position: relative;
    margin-bottom: 60px;
}
.my-profile-header-rank-item__main {
    width: 390px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    border-bottom: solid 1px #EEEEEE;
}
.my-profile-header-rank-item--next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.my-profile-header-rank-item--next .my-profile-header-rank-item__main {
    border-bottom: none;
}
.my-profile-header-rank-item__main dt {
    width: 230px;
    color: #05615A;
    font-weight: bold;
    letter-spacing: 0;
}
.my-profile-header-rank-item__main dd {
    width: calc(100% - 230px);
    text-align: right;
}
.my-profile-header-rank-item--point dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    color: #747575;
    font-size: 175%;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: 2px;
}
.my-profile-header-rank-item--rank dd {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0;
}
.my-profile-header-rank-item--next dd {
    color: #747575;
    font-weight: bold;
    letter-spacing: 0;
}
.my-profile-header-rank-item--next dd .num {
    font-size: 135%;
    font-weight: bold;
}
.my-profile-header-rank-item--rank .rank {
    font-weight: bold;
}
.my-profile-header-rank-item--point dd img {
    width: 38px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.my-profile-header-rank-item__sub--rank {
    position: absolute;
    right: 0;
    top: 15px;
}
.my-profile-header-rank-item--rank {
    display: flex;
    flex-wrap: wrap;
}
.rank-image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rank-image-list-item {
    text-align: center;
    width: 90px;
    margin-right: 10px;
    line-height: 1.4;
}
.rank-image-list-item img {
    width: 85px;
    height: 85px;
}
.rank-image-list-item--secret img {
    opacity: 0.2;
}
.rank-image-list-item .rank-name {
    display: block;
    text-align: center;
    font-size: 85%;
    font-weight: bold;
}
.rank-image-list-item .rank-point-range {
    display: block;
    text-align: center;
    font-size: 85%;
    letter-spacing: 0;
}
.my-profile-header-rank-item__sub--next {
    width: calc(100% - 390px);
    padding-left: 50px;
    box-sizing: border-box;
}
.rank-bar {
    width: 100%;
    height: 25px;
    background: linear-gradient(90deg, rgb(245, 245, 245), rgb(214, 214, 214));
    position: relative;
}
.rank-bar--1 {
    background: linear-gradient(90deg, rgb(172, 224, 204), rgb(30, 198, 159));
}
.rank-bar--2 {
    background: linear-gradient(90deg, rgb(216, 239, 252), rgb(81, 137, 244));
}
.rank-bar--3 {
    background: linear-gradient(90deg, rgb(199, 172, 121), rgb(147, 59, 12));
}
.rank-bar--4 {
    background: linear-gradient(90deg, rgb(214, 214, 214), rgb(96, 88, 84));
}
.rank-bar--5 {
    background: linear-gradient(90deg, rgb(229, 221, 178), rgb(131, 100, 18));
}
.rank-bar--6 {
    background: linear-gradient(90deg, rgb(228, 237, 244), rgb(115, 143, 152));
}
.rank-bar__mask {
    position: absolute;
    height: 25px;
    background-color: #fff;
    opacity: 0.85;
    top: 0;
    right: 0;
}
.rank-bar__label-start,
.rank-bar__label-end {
    position: absolute;
    top: 100%;
    font-size: 87.5%;
}
.rank-bar__label-start {
    left: 0;
}
.rank-bar__label-end {
    right: 0;
}
.rank-bar__label-now {
    position: absolute;
    color: #fff;
    background-color: #05615A;
    width: 40px;
    display: block;
    text-align: center;
    letter-spacing: 0;
    font-size: 75%;
    bottom: calc(100% + 5px);
}
.rank-bar__now-line {
    position: absolute;
    background-color: #05615A;
    width: 2px;
    height: 30px;
    bottom: 0;
}
.withdraw-wrap {
    margin-top: 120px;
    padding-top: 40px;
    position: relative;
}
.withdraw-wrap:before {
    content: "";
    width: 300%;
    display: block;
    height: 1px;
    background-color: #05615a;;
    position: absolute;
    top: 0;
    left: -100%;
}
.form-timeline .timeline-text {
    display: none;
}
.form-timeline .timeline-text.checked {
    display: block;
}

/*---------------------------------
    規約違反ページ page-form-violation
--------------------------------*/
.page-form-violation .page-content {
    margin: 45px 300px 0;
}
.page-form-violation input[name="violation-topic-title"],
.page-form-violation textarea[name="violation-content"] {
    background-color: #ddd!important;
    border-color: #ccc;
}

/*---------------------------------
    アンケート page-questionnaire
--------------------------------*/
.questionnaire-wrap {

}
.questionnaire-term {
    text-align: right;
    margin-bottom: 5px;
}
.questionnaire-title {
    border-top: solid 1px #9FA0A0;
    padding-top: 25px;
    font-size: 225%;
    margin-bottom: 20px;
    line-height: 1.4;
}
.questionnaire-description {
    margin-bottom: 25px;
}
.questionnaire-item-num {
    margin-bottom: 10px;
}
.questionnaire-item-num-label {
    color: #fff;
    background-color: #05615a;
    display: inline-block;
    padding: 2px 15px;
}
.questionnaire-item-title {
    font-size: 150%;
    margin-bottom: 15px;
}
.questionnaire-list {

}
.questionnaire-list > li {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 1px #fff;
}
.questionnaire-list > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.questionnaire-list .radio-wrap,
.questionnaire-list .checkbox-wrap {
    margin-bottom: 5px;
}
.mini_questionnaire {
    margin-top: 40px;
    margin-left: 50px;
}
.mini_questionnaire .form-item {
    margin-bottom: 40px;
}

/*--------------------------------
    よくある質問・お問い合わせ faq contact
--------------------------------*/
.contact-heading {
    font-size: 212.5%;
    color: #05615a;
}
.contact-anker-list {
    display: flex;
    flex-wrap: wrap;
}
.page-contact #faq-area {
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1;
}
.page-contact #contact-area {
    margin-top: 90px;
    margin-bottom: 30px;
}
.contact-anker-list > li {
    padding: 0 20px;
}
.contact-anker-list > li .icon {
    position: relative;
    top: 6px;
    margin-left: 8px;
}
.page-wrap .faq-section-title {
    font-size: 135%;
    font-weight: normal;
    color: #fff;
    background-color: #05615a;
    padding: 2px 15px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.faq-list {

}
.faq-list > li {
    margin-bottom: 25px;
}
.faq-item {
}
.faq-item .faq__q {
    position: relative;
    width: 100%;
    padding: 20px 55px 20px 70px;
    box-sizing: border-box;
    font-size: 120%;
    line-height: 1.5;
    cursor: pointer;
    background-color: #d9edec;
    text-align: left;
}
.faq-item .faq__q:after {
    content: "＋";
    color: #053657;
    position: absolute;
    top: calc(50% - 22px);
    right: 15px;
    font-size: 150%;
}
.faq-item .faq__q.open:after {
    content: "ー";
}
.faq-item .faq__q .heading {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 160%;
    color: #05615a;
    display: block;
}
.faq-item .faq__a {
    margin-left: 50px;
    padding-left: 50px;
    position: relative;
    padding-top: 25px;
    padding-right: 30px;
    margin-bottom: 20px;
    display: none;
}
.faq-item .faq__a .heading {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 250%;
    color: #05615a;
    display: block;
}
.faq-item .faq__a p {
    margin-bottom: 0;
}

/*-----------------------------
    お知らせ single-notice
------------------------------*/
.single-notice {

}
.single-notice .page-body {
    margin: 40px 30px 0;
}
.single-notice .maintenance-title {
    font-size: 200%;
    margin-bottom: 20px;
}
.single-notice .maintenance-info {
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: solid 1px #EEEEEE;
}
.single-notice .maintenance-info .date {
    font-size: 80%;
}

/*-----------------------------
    シティキャスト移行 cc-welcome
------------------------------*/
.cc-welcome {
    text-align: center;
    margin-bottom: 100px;
}
.cc-welcome-img {
    position: relative;
    top: -25px;
}
.cc-welcome-title {
    display: inline;
    font-size: 150%;
    font-weight: bold;
    color: #05615A;
    border-bottom: solid 2px #05615A;
    line-height: 2.3;
}
#user_email.input_cc_user_email {
    background: none!important;
    border: none;
}

/*-----------------------------
    アバウトページ about page-about
------------------------------*/
.page-about {

}
.about-page-section h2 {
    font-size: 150%;
    margin-bottom: 40px;
    padding: 10px 0;
    color: #fff;
    background-color: #05615A;
}
.about-heading-area {

}
.about-heading-eyecatch {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.about-heading-eyecatch__img {
    width: 680px;
}
.about-heading-message {
    text-align: center;
}
.about-heading-message p {
    margin-bottom: 35px;
}
.about-heading-anchor-link {
    padding: 40px 0;
    background-color: #eee;
}
.about-heading-anchor-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-heading-anchor-link-list > li {
    width: 49%;
    margin: 10px 0;
}
.about-heading-anchor-link-list > li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.about-heading-anchor-link-list > li a:after {
    position: absolute;
    content: "〉";
    transform: rotate(90deg);
    top: calc(50% - 8px);
    right: 20px;
}
.about-heading-anchor-link-list > li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #05615A;
}
.about-item-heading-message {
    text-align: center;
    font-size: 140%;
    margin-bottom: 30px;
}
.about-user-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    text-align: center;
}
.about-user-list > li {
    width: 50%;
}
.about-user-list > li img {
    height: 352px;
}
.user-target-text {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 125%;
}
.user-target-mark {
    display: block;
    width: 290px;
    margin: 10px auto 0;
    padding: 4px 0;
    color: #000;
    border-radius: 30px;
    font-size: %;
    position: relative;
}
.user-target-mark:after {
    position: absolute;
    content: "〉";
    transform:rotate(90deg);
    font-size: 100%;
    font-weight: bold;
    top: 8px;
    right: 18px;
}
.user-target-mark__member {
    background-color: #EBB600;
}
.user-target-mark__group {
    background-color: #50B1FF;
}
.about-can-list {
    margin-top: 50px;
}
.about-can-list > li {

}
.about-heading3 {
    position: relative;
    margin-bottom: 45px;
    line-height: 1;
}
.about-heading3 .text {
    color: #05615A;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    z-index: 3;
    bottom: -5px;
}
.about-heading3 .text-back {
    display: inline-block;
    margin-left: 50px;
    padding: 5px 25px 2px 85px;
    position: relative;
}
.about-heading3 .text-back:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: skewX(-45deg);
    z-index: 1;
}
.about-heading3 .l {
    position: absolute;
    font-size: 250%;
    left: -55px;
    bottom: -3px;
    line-height: 1;
}
.about-heading3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D9EDEC;
    transform: skewX(-45deg);
    z-index: 1;
}
.about-user-regist .about-heading3 .text {
    color: #000;
}
.about-user-regist .about-heading3 .text-back {
    padding-left: 25px;
}
.about-user-regist--member .about-heading3:before {
    background-color: #EBB600;
}
.about-user-regist--group .about-heading3:before {
    background-color: #50B1FF;
}
.about-can-content {
    display: flex;
    flex-wrap: wrap;
}
.about-can-content__main {
    width: calc(100% - 360px);
    padding-right: 30px;
    box-sizing: border-box;
}
.about-can-content__sub {
    width: 360px;
}
.about-can-point-list {
    margin-left: 50px;
    padding: 15px 60px;
    color: #05615A;
    border: solid 5px #D9EDEC;
    border-radius: 10px;
    position: relative;
}
.about-can-point-list > li,
.about-can-point-list-item {
    position: relative;
    padding-left: 1.2em;
}
.about-can-point-list > li:before,
.about-can-point-list-item:before {
    position: absolute;
    content: "●";
    top: 0;
    left: 0;
}
.about-can-list > li:nth-child(3) .about-can-point-list {
    margin-top: 70px;
}
.about-can-point-list__icon-member-and-group {
    padding-left: 180px;
}
.about-can-point-list__icon-member:before,
.about-can-point-list__icon-group:after {
    position: absolute;
    content: "";
    left: -60px;
    bottom: -10px;
}
.about-can-point-list__icon-member-and-group.about-can-point-list__icon-group:after {
    left: 55px;
}
.about-can-point-list__icon-member:before {
    width: 108px;
    height: 107px;
    background-image: url("../images/page/about/can_point_icon_member.png");
    background-size: 108px 107px;
}
.about-can-point-list__icon-group:after {
    width: 108px;
    height: 118px;
    background-image: url("../images/page/about/can_point_icon_group.png");
    background-size: 108px 118px;
}
.about-can-message-box {
}
.about-can-message {
    font-size: 140%;
    margin-bottom: 40px;
}
.about-can-message-img {
    text-align: center;
}
.about-can-list > li:nth-child(1) .about-can-message-img img {
    width: 560px;
}
.about-can-list > li:nth-child(2) .about-can-message-img img {
    width: 477px;
}
.about-can-list > li:nth-child(3) .about-can-message-img img {
    width: 377px;
    padding-right: 120px;
}
.about-can-message-img__double {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.about-can-message-img__double .img {
    width: 50%;
    text-align: center;
}
.about-can-list > li:nth-child(3) .about-can-message-img__double .img img:nth-of-type(1) {
    width: 387px;
}
.about-can-list > li:nth-child(3) .about-can-message-img__double .img img:nth-of-type(2) {
    width: 420px;
}
.about-can-list > li:nth-child(4) .about-can-message-img__double .img img:nth-of-type(1) {
    width: 460px;
}
.about-can-list > li:nth-child(4) .about-can-message-img__double .img img:nth-of-type(2) {
    width: 448px;
}
.about-can-recommend-box {
    margin-bottom: 100px;
    padding: 35px;
    background-color: #eee;
}
.about-can-recommend-box h4 {
    color: #05615A;
    font-size: 150%;
    font-weight: bold;
}
.about-can-recommend-list {

}
.about-can-recommend-list a {
    display: block;
}
.about-can-recommend-list-item {
    padding: 30px 0;
    border-bottom: solid 1px #fff;
}
.about-can-recommend-list-item:first-child {
    padding-top: 15px;
}
.about-can-recommend-list-item:last-child {
    border: none;
    padding-bottom: 0;
}
.can-recommend-item-box {
    display: flex;
    flex-wrap: wrap;
}
.can-recommend-item-box__img {
    margin-bottom: 15px;
}
.can-recommend-item-box__img img {
    display: block;
    aspect-ratio: 2/1;
    object-fit: cover;
}
.can-recommend-item-box__content {
}
.can-recommend-item-box__content p {
    color: #000;
    margin-bottom: 0;
    font-size: 80%;
    line-height: 1.6;

}
.can-recommend-item-box .content .pr {
    display: block;
    margin-bottom: 5px;
}
.can-recommend-item-box .content .pr span {
    display: inline-block;
    padding: 2px 10px;
    font-size: 80%;
    color: #fff;
    background-color: #C240AA;
}
.about-contents-message-box {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}
.about-contents-message-box .heading {
    font-size: 150%;
}
.about-user-regist-can-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.about-user-regist-can-list-item {
    width: 32.4%;
    margin-bottom: 1.4%;
    padding: 20px 20px 40px;
    box-sizing: border-box;
}
.about-user-regist--member .about-user-regist-can-list-item {
    background-color: #FFF9E3;
}
.about-user-regist--group .about-user-regist-can-list-item {
    background-color: #D9EEFF;
}
.about-user-regist-can-list-item__title {
    font-weight: bold;
    font-size: 150%;
    text-align: center;
    margin-bottom: 10px;
}
.about-user-regist-can-list-item__icon {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
    height: 72px;
}
.about-user-regist-can-list-item__description {
    font-size: 125%;
    line-height: 1.6;
    margin-bottom: 0;
}
.about-user-regist-pr-box {
    margin: 30px 0 110px;
    padding: 20px 0 15px;
    text-align: center;
}
.about-user-regist--member .about-user-regist-pr-box {
    background-color: #EBB600;
}
.about-user-regist--group .about-user-regist-pr-box {
    background-color: #50B1FF;
}
.about-user-regist-pr-box__caption {
    margin-bottom: 10px;
    font-size: 125%;
}
.about-user-regist-hosoku {
    font-size: 125%;
}
#about-sns-area .footer-banner-sns-list {
    margin: 45px 45px 150px;
}

/*-----------------------------
    VLNポイントとは page-vln-point
------------------------------*/
#about-point-how-area,
#about-point-view-area,
#about-point-use-area {
    margin-bottom: 120px;
}
.about-point-heading-message {
    margin-top: 40px;
    font-size: 125%;
}
.about-point-heading-list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: count 0;
    position: relative;
    padding: 0 30px;
}
.about-point-heading-list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: 30px;
    left: 0;
    background-color: #D9EDEC;
    transform: skewX(-45deg);
}
.about-point-heading-list-item {
    width: calc(100% / 3);
}
.about-point-heading-list-item__label {
    position: relative;
}
.about-point-heading-list-item__label:before {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    transform: skewX(-45deg);
    left: 10%;
    width: 80%;
    content: "";
    height: 100%;
}
.about-point-heading-list-item__label .text {
    font-size: 150%;
    display: block;
    text-align: center;
    color: #05615A;
    position: relative;
    z-index: 3;
}
.about-point-heading-list-item:first-child .about-point-heading-list-item__label .text {
    letter-spacing: 0;
}
.about-point-heading-list-item__label .text:before {
    counter-increment: count 1;
    content: counter(count);
    font-size: 200%;
    margin-right: 10px;
}
.about-point-heading-list-item__img {
    display: block;
    margin: 0 auto;
    width: 100px;
}
.about-point-heading-anchor-link {
    margin-top: 60px;
}
.heading-about-point-h3 {
    position: relative;
    margin-bottom: 35px;
    line-height: 1;
}
.heading-about-point-h3--margin-top {
    margin-top: 80px;
}
.heading-about-point-h3 .text {
    color: #05615A;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    z-index: 3;
    bottom: -5px;
}
.heading-about-point-h3 .text-back {
    display: inline-block;
    margin-left: 50px;
    padding: 0 20px;
    position: relative;
}
.heading-about-point-h3 .text-back:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: skewX(-45deg);
    z-index: 1;
}
.heading-about-point-h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D9EDEC;
    transform: skewX(-45deg);
    z-index: 1;
}
.about-point-how-message {
    padding-top: 128px;
    padding-left: 140px;
    margin-bottom: 30px;
    position: relative;
}
.about-point-how-message__img {
    position: absolute;
    width: 254px;
    left: 0;
    top: 0;
}
.about-point-how-message__title {
    font-size: 150%;
    margin-bottom: 10px;
}
.about-point-how-message__description {
    margin-bottom: 0;
}
.about-point-how-list {
    margin-bottom: 50px;
}
.about-point-how-list-item {
    margin-bottom: 20px;
    padding: 20px;
    border: solid 5px #D9EDEC;
    border-radius: 15px;
}
.about-point-how-list-item-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-point-how-list-item__heading {
    width: 260px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
.about-point-how-list-item__content {
    width: calc(100% - 260px);
    border-left: solid 3px #D9EDEC;
    padding-left: 30px;
    box-sizing: border-box;
}
.about-point-how-list-item__heading-img {

}
.about-point-how-list-item__heading-text {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 312.5%;
    color: #747575;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
}
.about-point-how-content-list {
    padding: 10px 0;
    font-size: 125%;
    color: #05615A;
}
.about-point-how-content-list-item {
    position: relative;
    padding-left: 1.2em;
}
.about-point-how-content-list-item:before {
    position: absolute;
    content: "●";
    top: 0;
    left: 0;
}
.about-point-add-message-box {
    text-align: center;
    background-color: #F4E5B2;
    padding: 30px;
}
.about-point-add-message {
    margin-bottom: 10px;
}
.about-point-how-example-box {
    padding: 10px 20px;
    border: solid 5px #D9EDEC;
    border-radius: 15px;
}
.about-point-how-example-box--beginner {
    margin-bottom: 50px;
}
.about-point-how-example-box-title {
    color: #05615A;
    font-size: 187.5%;
}
.about-point-how-example-box-title span {
    font-size: 165%;
    letter-spacing: 0;
    margin-right: 30px;
}
.about-point-how-example-list {
    counter-reset: count 0;
}
.about-point-how-example-list-item {
    border-top: solid 1px #D9EDEC;
    padding: 15px 0 15px 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about-point-how-example-list-item:before {
    counter-increment: count 1;
    content: counter(count);
    font-size: 312.5%;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 1;
}
.about-point-how-example-list-item__img {
    width: 150px;
}
.about-point-how-example-list-item__content {
    width: calc(100% - 150px);
    padding: 15px 20px 0;
    box-sizing: border-box;
}
.about-point-how-example-list-item__content-title {
    font-size: 137.5%;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
}
.about-point-how-example-list-item__content-description {

}
.about-point-how-example-list-item__content-description p {
    margin-bottom: 15px;
}
.about-point-how-example-list-item__content-description .btn-wrap .btn {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
}
.about-point-how-example-list-item__point {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 185px;
    display: flex;
    align-items: baseline;
    line-height: 1;
}
.about-point-how-example-list-item__point-plus {
    color: #747575;
    font-size: 250%;
    font-weight: bold;
    width: 35px;
}
.about-point-how-example-list-item__point-img {
    text-align: right;
    width: 70px;
}
.about-point-how-example-list-item__point-value {
    text-align: right;
    color: #747575;
    font-size: 312.5%;
    font-weight: bold;
    letter-spacing: 0;
    width: 70px;
}
.about-point-view-mypage {
    display: flex;
    flex-wrap: wrap;
}
.about-point-view-mypage__img {
    width: 434px;
    padding: 15px;
    border: solid 1px #ddd;
    box-sizing: border-box;
}
.about-point-view-mypage__img img {
}
.about-point-view-mypage__content {
    width: calc(100% - 434px);
    padding-left: 40px;
    box-sizing: border-box;
}
.about-point-view-message {
    font-size: 150%;
}
.about-point-view-rank-img {
    text-align: center;
    margin-bottom: 80px;
}
.about-point-view-rank-img img {
    width: 850px;
}
.about-point-add-message-box--view {
    margin-bottom: 50px;
}
.about-point-view-rank-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 30px 0;
}
.about-point-view-rank-list-item {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.about-point-view-rank-list-item__img {
    width: 100px;
}
.about-point-view-rank-list-item__img img {
    width: 80px;
}
.about-point-view-rank-list-item__label {
    font-weight: bold;
    padding-top: 32px;
}
.about-point-view-rank-list-item--green .about-point-view-rank-list-item__img img {
    width: 86px;
}
.about-point-view-rank-list-item--blue .about-point-view-rank-list-item__img img {
    width: 86px;
}
.about-point-view-rank-list-item--gold .about-point-view-rank-list-item__img img {
    position: relative;
    top: -8px;
}
.about-point-view-rank-list-item--platinum--publish .about-point-view-rank-list-item__img img {
    width: 86px;
}
.about-point-use-main-description {
    font-size: 150%;
    margin-bottom: 60px;
}
.about-point-use-heading4 {
    padding: 10px 10px 10px 20px;
    font-size: 137.5%;
    color: #05615A;
    background-color: #D9EDEC;
    margin: 50px 0 30px;
    line-height: 1.4;
}
.about-point-use-list {
    counter-reset: item;
}
.about-point-use-list-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}
.about-point-use-list-item:last-child {
    margin-bottom: 0;
}
.about-point-use-list-item:before {
    position: absolute;
  counter-increment: item;
  content: counter(item);
  letter-spacing: 0;
    top: 0;
    left: 0;
}
.about-point-result-main-description {
    font-size: 150%;
}
.about-point-result-img-box {
    margin-bottom: 60px;
}
.about-point-result-example {
    text-align: left;
}
.about-point-result-example-heading4 {
    padding: 10px 10px 10px 20px;
    font-size: 137.5%;
    font-weight: bold;
    color: #fff;
    background-color: #05615A;
    margin-bottom: 30px;
    line-height: 1.4;
}
.about-point-result-example-list {

}
.about-point-result-example-list-item {
    padding: 40px 0 10px;
    border-top: solid 1px #9FA0A0;
}
.about-point-result-example-list-item__title {
    padding: 5px 0 5px 20px;
    font-size: 137.5%;
    font-weight: bold;
    color: #05615A;
    margin-bottom: 30px;
    line-height: 1.4;
    border-left: solid 20px #05615A;
}
.about-point-result-example-photo-box--type-tito .about-point-result-example-photo-box__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-point-result-example-photo-box {
}
.about-point-result-example-photo-box--type-suginami {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.about-point-result-example-photo-box__img {
    margin-bottom: 40px;
}
.about-point-result-example-photo-box__img--top {
    display: flex;
    flex-wrap: wrap;
}
.about-point-result-example-photo-box__img--top img {
    margin-right: 20px;
}
.about-point-result-example-photo-box__img--top img:last-of-type {
    margin-right: 0;
}
.about-point-result-example-photo-box--type-suginami .about-point-result-example-photo-box__content {
    width: calc(100% - 294px);
    padding-right: 20px;
    box-sizing: border-box;
}
.about-point-result-example-photo-box--type-suginami .about-point-result-example-photo-box__img {
    width: 294px;
}
#about-point-result-area {
    margin-bottom: 60px;
}
#about-point-result-area .heading--bg-rank {
    margin: 45px 0 25px;
}
#about-point-result-area .heading--bg-rank:first-of-type {
    margin-top: 25px;
}
.heading-point-result {
    font-size: 130%;
    font-weight: bold;
    color: #05615a;
    margin-bottom: 20px;
    padding: 5px 0 5px 15px;
    border-left: solid 10px #d9edec;
    line-height: 1.4;
}
.point-result-list {
    margin-bottom: 45px;
}
.point-result-list-item {
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
}
.point-result-list-item:first-child {
    padding-top: 0;
}
.point-result-list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.point-result-list-item__title {
    margin-bottom: 15px;
    font-weight: bold;
}
.point-result-list-item__detail {
    margin-bottom: 30px;
}
.point-result-list-item__detail-list-item::before {
    content: "・";
}

/*-----------------------------
    東京2020大会の軌跡 legacy2020
------------------------------*/
.page-legacy2020 {

}
.legacy2020-description {
    font-size: 125%;
    margin-bottom: 50px;
}

/*-----------------------------
    おもてなし語学ボランティア omotenashi
------------------------------*/
.omotenashi-img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.omotenashi-img-list > li {
    margin: 0 35px;
    width: 220px;
}

/*-----------------------------
    関連リンク page-link
------------------------------*/
.page-link .page-body h2 {
    font-size: 130%;
    color: #05615a;
    background-color: #d9edec;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 25px;
    line-height: 1.4;
}
.page-link .page-body h3 {
    font-size: 130%;
    font-weight: normal;
    color: #05615a;
    padding: 5px 0 5px 15px;
    border-left: solid 10px #d9edec;
    line-height: 1.4;
}
.page-link .link-list {
    margin-bottom: 60px;
}
.page-link .link-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0;
    border-top: solid 1px #ccc;
    width: 100%;
    box-sizing: border-box;
}
.page-link .link-list-item:last-child {
    border-bottom: solid 1px #ccc;
}
.page-link .link-list-item__content {
    width: 75%;
    padding-right: 150px;
    box-sizing: border-box;
}
.page-link .link-list-item__img {
    width: calc(100% - 75%);
}
.page-link .link-list-item__description {
    margin-top: 10px;
    margin-bottom: 0;
}

/*-----------------------------
    検索結果 search
------------------------------*/
.search h1 {
    margin-bottom: 20px;
}
.search h1 .key {
    color: #05615a;
    font-weight: bold;
    padding-right: 5px;
}
.search-field {
    margin-bottom: 35px;
}
.search-field #s {
    width: 50%;
    box-sizing: border-box;
    padding: 8px 10px;
    background: #F5F5F5;
    border: 2px solid #EAE7E7;
    box-sizing: border-box;
    border-radius: 5px;
}
.search-field .searchsubmit {
    color: #fff;
    background-color: #05615a;
    width: 70px;
    padding: 8px 10px;
    border: 2px solid #05615a;
    box-sizing: border-box;
    border-radius: 5px;
}
.more-contents-area .more-contents {
    margin-top: 40px;
}
.form-violation {

}
.form-violation .form-violation-title {
    font-size: 187.5%;
    color: #05615a;
    margin: 0 0 20px;
}
.form-violation .form-hint-violation_content {
    display: block;
    font-size: 65%;
    margin-bottom: 5px;
}
.modal-content .form-violation .form-caution {
    margin-bottom: 20px;
}
.form-violation .form-table {
    border-collapse: collapse;
}
.form-violation .form-table tr {
    border-top: solid 1px #ddd;
}
.form-violation .form-table tr:last-child {
    border-bottom: solid 1px #ddd;
}
.form-violation .form-table th,
.form-violation .form-table td {
    padding: 20px 15px;
}
/* lightbox  */
#imageData #imageDetails {
    margin-top: 3px;
}
#lightbox #titleText {
    font-size: 120%!important;
    font-weight: normal!important;
}
#lightbox #playPause {
    display: none;
}
#lightbox #prevLink {
    background: url('../images/common/icon/icon_prev.gif') left 50% no-repeat!important;
}
#lightbox #nextLink {
    background: url('../images/common/icon/icon_next.gif') right 50% no-repeat!important;
}
/* パスワード強度メーター */
.password-strength-result {
    margin-top: 5px;
    font-size: 80%;
    background-color: #f2f2f2;
    text-align: center;
    border: 1px solid #ccc;
}
.password-strength-result span {
    font-weight: bold;
}
.form-item__search-story-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.form-item__search-story-group #search_story_group {
    width: calc(100% - 120px);
}
.form-item__search-story-group .ajax-search-story-group-btn {
    width: 100px;
    padding: 13px 0;
    margin-top: 0;
    margin-left: 20px;
    box-sizing: border-box;
}
.form-item__search-story-group .ajax-search-story-group-btn:after {
    display: none;
}
#result-search-story-group__input {
    position: absolute;
    display: none;
    width: calc(100% - 122px);
    top: 100%;
    left: 0;
    background-color: #fff;
    border: solid 1px #ddd;
    border-top: none;
    z-index: 1000;
}
#search-result-group-list__input > li {
    padding: 5px 10px;
    pointer-events: auto;
}
#search-result-group-list__input > li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
#search_story_group:focus ~ #result-search-story-group__input,
#search_story_group:active ~ #result-search-story-group__input {
    display: block;
}
.form-item__select-story-group {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 12px 0;
    margin-bottom: 10px;
    display: none;
}
.form-item__select-story-group.active {
    display: block;
}
#hidden-select-story-group {
    border: none;
    padding: 0;
    position: absolute;
    font-size: 1%;
    text-indent: -9999px;
    height: 0;
}
#result-search-story-group__modal {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 30px;
}
#search-result-group-list__modal > li {
    cursor: pointer;
    padding: 5px 20px;
}
#search-result-group-list__modal > li:hover {
    background-color: #f5f5f5;
}

/*-----------------------------
    賞品交換 page-prize
------------------------------*/
.prize-hold-title {
    position: relative;
    margin-bottom: 35px;
    line-height: 1;
}
.prize-hold-title .text {
    color: #05615A;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    z-index: 3;
    bottom: -5px;
}
.prize-hold-title .text-back {
    display: inline-block;
    margin-left: 50px;
    padding: 0 20px;
    position: relative;
}
.prize-hold-title .text-back:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: skewX(-45deg);
    z-index: 1;
}
.prize-hold-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #D9EDEC;
    transform: skewX(-45deg);
    z-index: 1;
}
.page-prize #main h2,
.page-prize #main .h2 {
    padding-left: 15px;
    color: #05615a;
    border-left: solid 10px #D9EDEC;
    font-size: 125%;
    font-weight: bold;
    margin: 20px 0;
}
.page-prize #main .h2 {
    display: inline-block;
}
.page-prize #main .h2--prize-list {
    margin: 55px 0 10px;
}
.page-prize #main h3 {

}
.page-prize #main .h2--type-normal {
    font-size: 135%;
    font-weight: normal;
    color: #fff;
    background-color: #05615a;
    padding: 2px 15px;
    margin-top: 45px;
    margin-bottom: 20px;
    border: none;
}
.prize-item-list-item {
    list-style: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #eee;
}
.prize-item-list-item:last-child {
    padding-bottom: 0;
    border: none;
}
.prize-item {
    display: flex;
    flex-wrap: wrap;
}
.prize-item__image {
    width: 300px;
}
.prize-item__image img {
    display: block;
}
.prize-item__content {
    width: calc(100% - 300px);
    padding-left: 30px;
    box-sizing: border-box;
}
.prize-item__title {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}
.prize-item__description {
    margin-bottom: 20px;
}
.prize-item__least {
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
}
.radio-prize-item-list {
}
.radio-prize-item {
    margin-bottom: 20px;
}
.radio-prize-item:last-child {
    margin-bottom: 0;
}
.radio-prize-item__image {
    width: 270px;
}
.form-item__check-prize-caution {
    text-align: center;
}
.check-prize-caution-message {
    text-align: left;
    padding: 30px;
    margin: 0 80px 15px;
    height: 80px;
    font-size: 85%;
    border: solid 1px #aaa;
    overflow-y: scroll;
}
.check-prize-note-message {
    text-align: left;
    padding: 30px;
    margin: 0 80px 15px;
    height: 30px;
    font-size: 85%;
    border: solid 1px #aaa;
    overflow-y: scroll;
}
.check-prize-title {
    text-align: left;
    margin-left: 70px;
}
.prize-exchange-hold-image {
    margin-bottom: 30px;
}
#bottomNavClose:focus {
    border: solid 1px #000;
}
#lightbox #prevLink:focus,
#lightbox #nextLink:focus {
    background-size: 50px 50px!important;
}
.prize-user-rank {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}
.prize-user-rank__point {
    width: 150px;
    text-align: center;
    padding-top: 30px;
}
.prize-user-rank__rank {
    width: 600px;
    box-sizing: border-box;
}

/** DEV_MIXVO-588 8_募集情報入力画面の改善 */
.trumbowyg-box blockquote:before {
    content: none;
}
.trumbowyg-box blockquote p {
    font-style: normal;
}
.trumbowyg-editor .entered-trumbowyg {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.entered-trumbowyg blockquote:before {
    content: none;
}
.entered-trumbowyg p {
    margin-bottom: 0;
}
.entered-trumbowyg ul ul {
    padding-left: 40px;
}
.entered-trumbowyg ul ol {
    padding-left: 40px;
}
.entered-trumbowyg ol ul {
    padding-left: 40px;
}
.entered-trumbowyg ol ol {
    padding-left: 40px;
}
.entered-trumbowyg ul {
    list-style: inside;
}
.entered-trumbowyg ol {
    list-style: decimal inside;
}
.form-editor_annotation p {
    margin-bottom: 0;
}
.form-editor_annotation ul {
    list-style: inside;
}
.form-editor_annotation ul li.list-style-none {
    list-style: none;
    padding-left: 20px;
}

/** DEV_MIXVO-603 R6 VLNポイント（特典申込ページ） **/
.photo-list--2col {
    position: relative;
}
.photo-list--2col::after {
    content: "";
    width: 50%;
}
.photo-list--2col .photo-list-item {
    padding: 0;
    width: 50%;
}
.form-table-item .form-table-item-in .prize-present-list label {
    display: block;
}
.form-table-item .form-table-item-in .prize-present-list .margin-bottom {
    margin-bottom: 20px;
}

/** DEV_MIXVO-596 3_募集情報のトップに載せる募集情報を事務局で固定できるようにする。 **/
.pick-up-section {
    display: flex;
    margin: 15px 10px;
}
.pick-up-section .pick-up-headline {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #C240AA;
    opacity: 1;
    margin: 0 20px;
}
.pick-up-section .pick-up-img {
    width: 37px;
    height: 30px;
}
.pick-up-section .pick-up-inline {
    flex-grow: 1;
    margin-top: 15px;
    border-top: 3px solid #C240AA;
}
.pick-up-line {
    flex-grow: 1;
    margin-bottom: 40px;
    border-top: 3px solid #C240AA;
}

/** DEV_MIXVO-695 人生100年連携＞フロント開発 **/
.alert-100_year_life {
    width: 100%;
    margin-top: 100px;
}
.alert-100_year_life > div {
    background-color:#eee;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
.alert-100_year_life > div > div {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 40px 0;
}
.alert-100_year_life label {
    font-size: 113%;
    margin: 0 8px;
}

/** DEV_MIXVO-716 2_「あなたにおすすめの募集情報・団体紹介」の後に説明文を追加 */
.front-section-title-box .my_page_description {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 5px;
}

.filter-box .filter-box-left .my_page_description {
    margin: 5px 0;
}
