.f_en,
.f_en_bold,
footer .footerLinks li a,
footer .footerSns p,
.pDate {
	font-family: 'neue-haas-grotesk-display', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.f_en_bold,
footer .footerLinks li a,
footer .footerSns p,
.pDate {
	font-weight: 600;
}

/*===============
footer absolute
=================*/

html,
body,
#wrapper {
	height: 100%;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	scroll-padding-top: 77px;
}

body > #wrapper {
	height: auto;
}

#wrapper {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#contentWrap {
	width: 100%;
	padding-bottom: 500px;
}

footer {
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*===============
footer absolute end
=================*/

#contentWrap {
	padding-top: 80px;
	position: relative;
}

#contentWrap::before {
	content: '';
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s linear;
}

#contentWrap.support {
	/*padding-bottom: 400px;*/
	padding-bottom: 320px;
}

#contentWrap.shadow::before {
	visibility: visible;
	opacity: 1;
}

.headerWrap {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

.headerWrap header {
	display: flex;
	justify-content: space-between;
	padding: 0 2rem 0 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
}

.headerWrap header .siteLogo {
	width: 20%;
	order: 1;
}

.headerWrap header .siteLogo h1 {
	display: flex;
	width: 300px;
	height: 80px;
	margin: 0;
	padding-top: 0;
}

.headerWrap header .siteLogo h1 a {
	display: block;
	width: 80px;
	height: 0;
	padding-top: 80px;
	line-height: 100;
	overflow: hidden;
	background-image: url(../img/NewCLP_Logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.headerWrap header .siteLogo h1 span {
	display: block;
    width: 136px;
    height: 0;
    padding-top: 76px;
    margin: 0 0 0 11px;
    line-height: 100;
    overflow: hidden;
    background-image: url(../img/logoCopy_new_2025.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.headerWrap header #mainNav {
	order: 2;
}

.headerWrap header #mainNav .inner {
	padding-top: 1.8rem;
}

.headerWrap header #mainNav .inner .sns_sp {
	display: none;
}

.headerWrap header #mainNav .inner .menu {
	display: flex;
	justify-content: center;
}

.headerWrap header #mainNav .inner .menu > li {
	transition: all 0.4s linear;
}

.headerWrap header #mainNav .inner .menu > li a,
.headerWrap header #mainNav .inner .menu > li span {
	display: block;
	padding: 0 1.2rem;
	font-size: 17px;
	font-weight: 700;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.headerWrap header #mainNav .inner .menu > li a:hover,
.headerWrap header #mainNav .inner .menu > li span:hover {
	color: #737373;
}

.headerWrap header #mainNav .inner .menu > li:last-child a span {
	display: inline-block;
	padding: 0 .5rem;
	padding: .1rem .5rem;
	/* background: #9ea7ab; */
	color: #000;
	/* font-weight: 400; */
	font-size: 12px;
	transition: all 0.4s linear;
	border: solid 1px #000;
    border-radius: 14px;
}

.headerWrap header #mainNav .inner .menu > li:last-child a:hover span {
	opacity: .5;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level {
	list-style: none;
	padding: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about {
	width: 80%;
	padding: 2rem 0;
	margin: 0 auto;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about ul {
	display: flex;
	justify-content: center;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about ul li {
	color: #737373;
	font-size: 12px;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about ul li a {
	padding: 0 1.75rem;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents {
	width: 80%;
	padding: 1rem 0;
	margin: 0 auto;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul::before,
.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul::after {
	content: '';
	display: block;
	width: 21%;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul::before {
	order: 1;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul li {
	width: 21%;
	padding: 0 0 1.5rem;
	color: #737373;
	font-size: 12px;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul li a {
	padding: 0;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.contents ul li a span {
	display: inline-block;
	padding: 0;
	margin-bottom: .5rem;
	border-bottom: 1px solid #000;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags {
	width: 60%;
	padding: 1.5rem 1rem;
	margin: 0 auto;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags ul {
	display: flex;
	flex-wrap: wrap;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags ul li p {
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 700;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags ul li a {
	margin-bottom: 8px;
	background: #5d84f9;
	color: #fff !important;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags ul li a:hover {
	background: #2b3e74;
}

.headerWrap header #mainNav .inner .menu > li.menu__mega span {
	transition: all 0.4s linear;
}

.headerWrap header #mainNav .inner .menu > li.menu__mega span:hover {
	color: #737373;
}

.headerWrap header #mainNav .inner .menu > li.menu__mega .menu__second-level {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
	transition: all .5s linear;
	position: absolute;
	top: 80px;
	left: 0;
}

.headerWrap header #mainNav .inner .menu > li.menu__mega:hover .menu__second-level {
	top: 80px;
	visibility: visible;
	opacity: 1;
}

.headerWrap header #mainNav .inner .menu > li.menu__mega:hover .menu__second-level.tags,
.headerWrap header #mainNav .inner .menu > li.menu__mega:hover .menu__second-level.about {
	background: #ededed;
}

.headerWrap header #mainNav .inner .menu_btm {
	display: none;
}

.headerWrap header .srchLinks {
	width: 20%;
	padding-top: 1.8rem;
	order: 3;
}

.headerWrap header .srchLinks ul {
	display: flex;
	justify-content: flex-end;
}

.headerWrap header .srchLinks ul li {
	width: 36px;
	text-align: center;
}

.headerWrap header .srchLinks ul li a {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.headerWrap header .srchLinks ul li.srchBtn {
	width: 50px;
	margin-right: 10px;
	border-right: 1px solid #000;
}

.headerWrap header .srchLinks ul li.srchBtn a {
	background-image: url(../img/icon_search.svg);
}

.headerWrap header .srchLinks ul li.srchBtn a.on {
	background-image: url(../img/icon_close.svg);
}

.headerWrap header .srchLinks ul li.youtube a {
	background-image: url(../img/icon_youtube.svg);
}

.headerWrap header .srchLinks ul li.twitter a {
	background-image: url(../img/icon_x.svg);
}

.headerWrap header .srchLinks ul li.facebook {
	width: 26px;
}

.headerWrap header .srchLinks ul li.facebook a {
	background-image: url(../img/icon_facebook.svg);
}

.headerWrap header .srchLinks ul li.instagram a {
	background-image: url(../img/icon_instagram.svg);
}

.headerWrap header .srchLinks ul li.note a {
	background-image: url(../img/icon_note.svg);
}

.headerWrap header .srchLinks ul li.line a {
	background-image: url(../img/icon_line.svg);
}

.headerWrap #srchWrap {
	display: none;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 0;
	padding: 0 3rem;
	background: #f7f7f7;
	transition: all 0.4s linear;
}

.headerWrap #srchWrap.active {
	display: block;
	height: 100px;
	visibility: visible;
}

.headerWrap #srchWrap form {
	display: flex; /*Enter入力で検索に変更のため
            input[type=submit]{
                box-sizing: border-box;
                width: 20%;
                height: 80px;
                line-height: 80px;
                border: none;
            }
            */
}

.headerWrap #srchWrap form input[type=search] {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	background: #f7f7f7;
	outline: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #595959;
	border-radius: 0;
	-webkit-appearance: none;
}

.headerWrap #srchWrap form input[type=search]::-moz-placeholder {
	color: #595959;
}

.headerWrap #srchWrap form input[type=search]:-ms-input-placeholder {
	color: #595959;
}

.headerWrap #srchWrap form input[type=search]::placeholder {
	color: #595959;
}

.headerWrap #srchWrap form input[type=search]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

.headerWrap .trigger {
	display: none;
}

.headerWrap.dwn header .siteLogo h1 span {
	display: none;
}

footer {
	padding-top: 4rem;
	text-align: center;
	background: #8991a7;
	color: #fff;
}

footer a {
	color: #fff;
}

footer .footerLogo {
	margin-bottom: 2rem;
}

footer .footerLogo a {
	display: block;
	width: 140px;
	height: 70px;
	margin: 0 auto;
}

footer .footerLogo a img {
	width: 100%;
	height: auto;
}

footer .footerLinks {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
	padding-left: 1rem;
}

footer .footerLinks li {
	line-height: 17px;
	padding: 0 1rem;
	border-right: 1px solid #fff;
}

footer .footerLinks li:last-child {
	border-right: none;
}

footer .footerLinks li a {
	font-size: 13px;
	letter-spacing: 1px;
}

footer .footerSns {
	color: #bac8d4;
}

footer .footerSns p {
	font-size: 13px;
	margin-bottom: 1.5rem;
}

footer .footerSns ul {
	display: flex;
	justify-content: center;
}

footer .footerSns ul li {
	padding: 0 .7rem;
}

footer .footerSns ul li a {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 20px;
	line-height: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

footer .footerSns ul li:nth-child(1) a {
	background-image: url(../img/icon_ft_youtube.svg);
}

footer .footerSns ul li:nth-child(2) a {
	background-image: url(../img/icon_ft_x.svg);
}

footer .footerSns ul li:nth-child(3) a {
	background-image: url(../img/icon_ft_facebook.svg);
}

footer .footerSns ul li:nth-child(4) a {
	background-image: url(../img/icon_ft_instagram.svg);
}

footer .footerSns ul li:nth-child(5) a {
	background-image: url(../img/icon_ft_note.svg);
}

footer .footerSns ul li:nth-child(6) a {
	background-image: url(../img/icon_ft_line.svg);
}

.bnrSupport {
	visibility: hidden;
	opacity: 0;
}

body {
	font-size: 15px;
	font-family: 'neue-haas-grotesk-display', 'Noto Sans JP', sans-serif;
	color: #000;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background: #5d84f9;
}

.btn-primary:hover {
	background: #8991a7;
}

.btn.forward {
	padding-right: 2rem;
}

.btn.forward::after {
	content: '';
	width: 10px;
	height: 10px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	position: absolute;
	top: calc( 50% - 5px);
	right: 25px;
	transform: rotate(45deg);
}

* ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.idx_L,
#cntnt_archive article header .idx_L_cate,
#cntnt_archive article header .idx_L_srch,
#cntnt_archive article header .idx_L_tag {
	line-height: 1.2;
	margin-bottom: 2rem;
	font-size: 22px;
	font-weight: 700;
}

.idx_L span,
#cntnt_archive article header .idx_L_cate span,
#cntnt_archive article header .idx_L_srch span,
#cntnt_archive article header .idx_L_tag span {
	/* display: inline-block; */
	padding-bottom: 5px;
	color: #000;
	border-bottom: 3px solid #000;
}

.idx_L span.en,
#cntnt_archive article header .idx_L_cate span.en,
#cntnt_archive article header .idx_L_srch span.en,
#cntnt_archive article header .idx_L_tag span.en {
	padding-bottom: 3px;
}

.pstbg {
	padding: 2rem;
	background: #f7f7f7;
}

.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
}

.thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.tabCate {
	display: block;
	margin-bottom: .1rem;
	font-size: 14px;
	font-weight: 700;
	color: #737373;
	transition: all 0.4s linear;
}

.pDate {
	font-size: 12px;
	display: block;
	color: #737373;
}

.hush,
.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags ul li a,
.tagWrap .tag,
.pTags a {
	display: inline-block;
	height: 25px;
	line-height: 23px;
	padding: 0 1rem;
	margin-right: 5px;
	color: #5d84f9;
	border: 1px solid #5d84f9;
	border-radius: 13px;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.4s linear;
}

.hush:hover,
.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.tags ul li a:hover,
.tagWrap .tag:hover,
.pTags a:hover {
	color: #2b3e74;
	border-color: #2b3e74;
}

.tagWrap {
	background: #f7f7f7;
}

.pTags a {
	margin-bottom: 5px;
}

.eachPost {
	min-height: 420px;
	margin-bottom: 2rem;
	position: relative;
}

.eachPost .thumb {
	margin-bottom: .8rem;
	transition: all 0.4s linear;
}

.eachPost .thumb:hover {
	opacity: .4;
}

.eachPost .postWrap h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.eachPost .postWrap h3 a {
	transition: all 0.4s linear;
}

.eachPost .postWrap h3 a:hover {
	opacity: .4;
}

.eachPost .postWrap h3 a:hover span {
	opacity: .4;
}

.eachPost .postWrap h3 span {
	display: block;
	margin-top: .3rem;
	padding-left: 3rem;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	transition: all 0.4s linear;
}

.eachPost .postWrap h3 span::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 11px;
}

.eachPost .postWrap .pDate {
	margin-bottom: .8rem;
}

.eachPost .pTags {
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
}

hr {
	border: none;
	height: 1px;
	background: #737373;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.shareBtns {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.shareBtns .idx {
	line-height: 31px;
	padding-right: 1.2rem;
	margin-bottom: 0 !important;
	position: relative;
}

.shareBtns .idx::after {
	content: '';
	display: block;
	width: 13px;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.shareBtns a {
	padding-top: 4px; /*
        display: block;
        line-height: 20px;
        width: 20px;
        height: 0;
        padding-top: 20px;
        line-height: 20px;
        overflow: hidden;
        background: {
            repeat: no-repeat;
            position: center;
            size: contain;
        }
        */
}

.shareBtns a span {
	background-color: transparent !important;
}

.toArchive {
	padding: 1.5rem 0 0;
	text-align: right;
}

.toArchive a {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding-right: 36px;
	color: #f067ae;
	color: #000000;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.5px;
}

.toArchive a::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon_newtoArchive.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.paging {
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}

.paging a,
.paging span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 .3rem;
	border: 1px solid #8991a7;
	border-radius: 15px;
	text-align: center;
	color: #8991a7;
}

.paging .current {
	color: #2b3e74;
	border-color: #2b3e74;
}

.paging a {
	transition: all 0.4s linear;
}

.paging a:hover {
	color: #2b3e74;
	border-color: #2b3e74;
}

.paging a.prev,
.paging a.next {
	border: none;
	line-height: 20;
	overflow: hidden;
	position: relative;
	margin: 0;
	transition: all 0.4s linear;
}

.paging a.prev::before,
.paging a.prev::after,
.paging a.next::before,
.paging a.next::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #8991a7;
	position: absolute;
	top: 50%;
}

.paging a.prev:hover::before,
.paging a.prev:hover::after,
.paging a.next:hover::before,
.paging a.next:hover::after {
	border-color: #2b3e74;
}

.paging a.prev::before,
.paging a.prev::after {
	border-width: 1px 0 0 1px;
	transform: rotate(-45deg) translateY(-50%);
}

.paging a.prev::before {
	right: 5px;
}

.paging a.prev::after {
	right: 0;
}

.paging a.next::before,
.paging a.next::after {
	border-width: 1px 1px 0 0;
	transform: rotate(45deg) translateY(-50%);
}

.paging a.next::before {
	left: 5px;
}

.paging a.next::after {
	left: 0;
}

.paging span.dots {
	line-height: 1.5;
	border: none;
}

.graph2000 {
	display: flex;
	padding: 4.5rem 2.5rem;
	margin-bottom: 3rem;
	background: #e3fdfa;
}

.graph2000 > div {
	width: 50%;
	padding: 0 2.5rem;
}

.graph2000 > div:nth-child(1) {
	border-right: 1px solid #000;
}

.graph2000 > div:nth-child(1) h2 img {
	width: 100%;
	height: auto;
}

.graph2000 > div:nth-child(1) p {
	margin: 0;
	line-height: 1.6;
	font-weight: 500;
}

.graph2000 > div:nth-child(2) {
	text-align: center;
	position: relative;
	padding-top: .6rem;
}

.graph2000 > div:nth-child(2) h3 {
	width: 100%;
	height: 0;
	padding-top: 13.4%;
	line-height: 2;
	overflow: hidden;
	margin-bottom: 1rem;
	font-size: 22px;
	font-weight: 700;
	background-image: url(../img//idx_2000.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.graph2000 > div:nth-child(2) p {
	margin-bottom: .2rem;
	font-weight: 500;
}

.graph2000 > div:nth-child(2) .amount {
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: 16px !important;
}

.graph2000 > div:nth-child(2) .amount span {
	display: inline-block;
	padding: 0 5px;
	font-size: 26px;
}

.graph2000 > div:nth-child(2) .graph {
	line-height: 25px;
	padding: 0 .8rem;
	margin: 1rem 0;
	position: relative;
	background-size: 200% 100%;
	-webkit-animation: graph 2s ease 1 forwards;
	animation: graph 2s ease 1 forwards;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: right;
	border: 2px solid #000;
}

.graph2000 > div:nth-child(2) .graph .rest {
	display: inline-block;
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
}

.graph2000 > div:nth-child(2) div:last-child {
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
	text-align: center;
}

.graph2000 > div:nth-child(2) div:last-child a {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	line-height: 36px;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	background: #ffff9b;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.5px;
	box-shadow: 0 1px 1px #000;
	transition: all 0.4s linear;
}

.graph2000 > div:nth-child(2) div:last-child a:hover {
	opacity: .6;
}

.home #header-img {
	/* margin-bottom: 4rem; */
    margin: 7% 15% 12%;
}

#header-img img {
	width: 100%;
	height: auto;
}

#header-img .slideWrap {
	width: 100%;
	height: 0;
	padding-top: 30.2%; /*
        background: {
            image: url(../img/sml_PC_TOP_slides_CLP.jpg);
            repeat: no-repeat;
            position: center;
            size: cover;
        }
        */
	position: relative;
}

#header-img .slideWrap video,
#header-img .slideWrap .slideWrapimg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

#topFeature {
	margin-bottom: 3rem;
}

#topFeature .container .thumb {
	transition: all 0.4s linear;
}

#topFeature .container .thumb:hover {
	opacity: .4;
}

#topFeature .container .postWrap {
	padding-left: 1rem;
}

#topFeature .container .postWrap h2 {
	line-height: 1.4;
	font-size: 30px;
	font-weight: 700;
}

#topFeature .container .postWrap h2 a {
	transition: all 0.4s linear;
}

#topFeature .container .postWrap h2 a:hover {
	opacity: .4;
}

#topFeature .container .postWrap h2 a:hover span {
	opacity: .4;
}

#topFeature .container .postWrap h2 span {
	display: block;
	margin-top: .5rem;
	padding-left: 3rem;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	transition: all 0.4s linear;
}

#topFeature .container .postWrap h2 span::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: calc(50% - .5px);
}

#topFeature .container .postWrap .pDate {
	font-size: 14px;
	margin-bottom: 1.5rem;
}

#topFeature .container .postWrap .ex {
	color: #000;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-weight: 500;
	clear: both;
	text-align: justify;
}

#topFeature .container .postWrap .ex a {
	float: right;
	display: inline-block;
	padding-left: 5px;
	color: #5d84f9;
	transition: all 0.4s linear;
}

#topFeature .container .postWrap .ex a:hover {
	color: #2b3e74;
}

#topFlex {
	display: flex;
	margin-bottom: 3rem;
}

#topFlex .topTags {
	width: 50%;
	background: #fcfaef;
}

#topFlex .topTags .inner {
	padding: 2rem;
}

#topFlex .topTags .inner .idx_L,
#topFlex .topTags .inner #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #topFlex .topTags .inner .idx_L_cate,
#topFlex .topTags .inner #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #topFlex .topTags .inner .idx_L_srch,
#topFlex .topTags .inner #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #topFlex .topTags .inner .idx_L_tag {
	margin-bottom: 1.5rem;
}

#topFlex .topTags .inner .tagWrap {
	padding: 0 2rem;
	margin: auto;
	background: transparent;
}

#topFlex .topTags .inner .tagWrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 2rem;
}

#topFlex .topTags .inner .tagWrap ul li a {
	margin: 0 3px 6px;
}

#topFlex .topTags .inner .tagWrap ul li a.tag {
	background: #5d84f9;
	color: #fff;
	transition: all 0.4s linear;
}

#topFlex .topTags .inner .tagWrap ul li a.tag:hover {
	background: #2b3e74;
}

#topFlex .whatsNew {
	width: 50%;
}

#topFlex .whatsNew .inner {
	padding: 0 0 0 6rem;
	position: relative;
}

#topFlex .whatsNew .inner .idx_L,
#topFlex .whatsNew .inner #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #topFlex .whatsNew .inner .idx_L_cate,
#topFlex .whatsNew .inner #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #topFlex .whatsNew .inner .idx_L_srch,
#topFlex .whatsNew .inner #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #topFlex .whatsNew .inner .idx_L_tag {
	margin: 0;
	transform: rotate(90deg);
	position: absolute;
	top: 45px;
	left: 0;
}

#topFlex .whatsNew .inner ul.scroll_box {
	height: 240px;
	overflow-y: scroll;
	position: relative;
	padding-right: 1.5rem;
}

#topFlex .whatsNew .inner ul.scroll_box li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #737373;
	padding-top: .8rem;
	padding-bottom: .8rem;
	font-size: 14px;
}

#topFlex .whatsNew .inner ul.scroll_box li:first-child {
	padding-top: 0;
}

#topFlex .whatsNew .inner ul.scroll_box li span {
	display: block;
	width: 20%;
	font-weight: bold;
	color: #737373;
}

#topFlex .whatsNew .inner ul.scroll_box li a {
	display: block;
	width: 80%;
	color: #5d84f9;
	padding-right: 1rem;
}

#topFlex .whatsNew .inner .ps__thumb-y {
	opacity: 1;
	right: 0;
	background-color: #e5e5e5;
}

#topFlex .whatsNew .inner .ps--active-y > .ps__rail-y {
	width: 6px;
	opacity: 1;
	background-color: #f7f7f7;
}

#newest { /*
    margin-bottom: 3rem;
    @media (max-width: 575px){
        margin-bottom: 2rem;
    }
    */
}

#spTags {
	display: none;
}

#modal-open {
	display: none;
	width: 50px;
	height: 0;
	padding-top: 67.5px;
	line-height: 67.5px;
	overflow: hidden;
	background-image: url(../img/tab_live.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 80px;
	z-index: 12;
}

/* モーダル コンテンツエリア */

#modal-main {
	display: none!important;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 11;
}

#modal-main .inner {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative; /*
        iframe{
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
        */
}

#modal-main .inner .btnCls {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	line-height: 100;
	overflow: hidden;
	background-image: url(../img/icon_live_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 2;
}

#modal-main .inner #auto-play-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#modal-main .inner a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* モーダル 背景エリア */

/*
#modal-bg {
    display:none;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
}
*/

#postHead {
	height: auto;
	padding: 3rem 0;
	background: #262626;
}

#postContent {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 4rem;
	background: #f7f7f7;
}

#postContent .titleWrap {
	width: 60%;
	margin: 0 auto 4rem;
}

#postContent .titleWrap h2 {
	line-height: 1.4;
	margin-bottom: 2rem;
	font-weight: 700;
	color: #000;
}

#postContent .titleWrap h2 span {
	display: block;
	margin-top: .3rem;
	padding-left: 3rem;
	font-size: 26px;
	font-weight: 500;
	position: relative;
}

#postContent .titleWrap h2 span::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 17px;
}

#postContent .titleWrap .dateShare {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

#postContent .titleWrap .dateShare ul {
	display: flex;
	justify-content: flex-end;
}

#postContent .postWrap {
	width: 60%;
	margin: 0 auto 2rem;
	line-height: 1.8;
}

#postContent .postWrap h3 {
	line-height: 1.6;
	margin-bottom: 2rem;
	font-size: 18px;
}

#postContent .postWrap p {
	margin: 0 auto 2rem;
}

#postContent .postWrap p a {
	color: #5d84f9;
	transition: all 0.4s linear;
}

#postContent .postWrap p a:hover {
	color: #2b3e74;
}

#postContent .postWrap p a .has-vivid-cyan-blue-color {
	color: #5d84f9;
	transition: all 0.4s linear;
}

#postContent .postWrap p a .has-vivid-cyan-blue-color:hover {
	color: #2b3e74;
}

#postContent.whatsnewDetail {
	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent;
}

#postContent.whatsnewDetail .thumbWrap {
	width: 60%;
	padding-top: 2rem;
	margin: 0 auto 3rem;
}

#postContent.whatsnewDetail .titleWrap {
	padding-top: 1rem;
	margin-bottom: 2rem;
	border-width: 1px 0;
	border-style: solid;
	border-color: #737373;
}

#postContent.whatsnewDetail .titleWrap h2 {
	font-size: 27px;
	font-weight: 400;
	margin-bottom: .5rem;
}

#postContent.whatsnewDetail .titleWrap .dateShare {
	margin-bottom: 1rem;
}

#contentWrap.support { /*static-htmlのみ使用
    #challenge{
        h3{
            margin-bottom: 3rem;
            font-weight: 700;
        }
        img{
            margin-bottom: 4rem;
        }
        hr{
            height: 2px;
            margin-bottom: 5rem;
            background: #000;
        }
    }
    */
}

#contentWrap.support #header-img {
	margin-bottom: 5rem;
}

#contentWrap.support #header-img .slideWrap {
	width: 100%;
	height: 0;
	padding-top: 30.2%;
	background-image: url(../img/hd_img_supporter_pc_new3.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#contentWrap.support .idx {
	margin-bottom: 3rem;
}

#contentWrap.support .idx span {
	line-height: 1.8;
	display: inline-block;
	border-bottom: 5px solid #000;
	font-weight: 700;
}

#contentWrap.support #suppo1 h2 {
	margin-bottom: 0;
	text-align: center;
}

#contentWrap.support #suppo1 h2 span {
	line-height: 1.85;
	font-weight: 400;
	font-size: 28px;
	color: #cf9390 !important;
	border: none;
	text-indent: -16px;
	letter-spacing: 0.5px;
}

#contentWrap.support #suppo1 .shareBtns {
	justify-content: center;
	margin-bottom: 3.5rem;
	margin-top: 1.5rem;
}

#contentWrap.support #intro {
	text-align: center;
}

#contentWrap.support #intro .pstbg {
	padding: 6rem 2rem 4rem 2rem;
}

#contentWrap.support #intro h3 {
	margin-bottom: 3rem;
}

#contentWrap.support #intro h3 span { /*
                display: inline-block;
                padding-bottom: 5px;
                font-weight: 700;
                */
	line-height: 1.4;
	border-bottom: 5px solid #000;
	font-size: 27px;
}

#contentWrap.support #intro p {
	line-height: 1.8;
	margin-bottom: 4rem;
	font-size: 20px;
	font-weight: 600;
}

#contentWrap.support #intro a {
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	border-radius: 23px;
	background: #0132f6;
	color: #fff;
	font-size: 18px;
	letter-spacing: 4px;
	transition: all 0.4s linear;
}

#contentWrap.support #intro a:hover {
	opacity: .4;
}

#contentWrap.support #intro .intro ul {
	display: inline-block;
	border-top: 1px solid #737373;
    border-bottom: 1px solid #737373;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

#contentWrap.support #intro .intro ul li {
    text-align: left;
    padding: 0.5rem 0;
    font-size: 15px;
    font-weight: 700;
}

#contentWrap.support #intro .intro ul li span {
    font-size: 12px;
    font-weight: 400;
}

#contentWrap.support #voices {
	padding-top: 6rem;
	padding-bottom: 5rem;
}

#contentWrap.support #voices ul li {
	background: #fdfbf0;
	margin-bottom: 2rem;
	padding: 2rem 2.5rem;
}

#contentWrap.support #voices ul li dl {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

#contentWrap.support #voices ul li dl dt {
	width: 24%;
}

#contentWrap.support #voices ul li dl dt img {
	width: 100%;
	height: auto;
}

#contentWrap.support #voices ul li dl dd {
	width: 70%;
	line-height: 2;
	font-size: 13px;
	margin: 0;
}

#contentWrap.support #voices ul li dl dd p {
	padding-top: 1rem;
}

#contentWrap.support #voices ul li dl dd p:last-child {
	padding-top: 0;
	font-weight: 600;
}

#contentWrap.support #faq {
	padding-bottom: 5rem;
	padding-top: 80px;
    margin-top: -80px;
}

#contentWrap.support #faq .pstbg {
    padding: 5rem 0 7rem 0;
    background: #fff!important;
}

#contentWrap.support #faq .faq-border {
	border: 1.5px solid #00465d;
    padding: 5rem 7rem 4.5rem 7rem;
    margin-top: 2rem;
}
#contentWrap.support #faq .faq-border .idx_L  {
	text-align: center;
	white-space: nowrap;
}
#contentWrap.support #faq .faq-border .idx_L span {
	color: #bf918f;
	border: none;
	font-weight: 400;
    margin-bottom: 0.5rem;
}
#contentWrap.support #faq .faq-border ul {
}

#contentWrap.support #faq .faq-border ul li {
	margin-bottom: 1.5rem;
}
#contentWrap.support #faq .faq-border ul li p,#contentWrap.support #faq .faq-border ul li ul li {
    margin: 0 0 0 24px;
    text-indent: -24px;
	line-height: 1.7;
    font-size: 13px;
}
#contentWrap.support #faq .faq-border ul li ul li {
	padding: 10px 0 0 0;
}
#contentWrap.support #faq .faq-border ul li p:first-of-type {
	color: #00465d;
    font-weight: 600;
}

#contentWrap.support #faq .faq-border ul li p:last-of-type,#contentWrap.support #faq .faq-border ul li ul li {
	color: #555;
}

#contentWrap.support #faq .faq-border ul li p:last-of-type span {
	color: #cf7d7b;
    font-weight: 600;
}

#contentWrap.support #faq .faq-border ul li p:last-of-type span:nth-child(2) {
	color: #5d84f9;
}

#contentWrap.support #faq .faq-border ul li ul {
    margin: 0 0 0 24px;
}

#contentWrap.support #faq .faq-border ul li ul li {
}

#contentWrap.support #faq .faq-border ul li ul li img {
	max-width: 180px;
	margin: 1rem 0;
}

#contentWrap.support #howto {
	padding-top: 6.5rem;
	/*margin-top: -60px;*/
    padding-bottom: 3rem;
    background: #f5f5f5;
}
#contentWrap.support #howto .container {
	margin-top: -40px;
}
#contentWrap.support #howto .pstbg {
	padding-top: 6rem;
	padding-bottom: 5rem;
}

#contentWrap.support #howto h3 {
	display: block;
    width: 55%;
    text-align: center;
    line-height: 70px;
    margin: 0 auto 2rem;
    background: #bf918f;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    position: relative;
    font-weight: 400;
}

#contentWrap.support #howto h3::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 40px solid #bf918f;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}

#contentWrap.support #howto .ways {
	display: flex;
	justify-content: space-between;
}

#contentWrap.support #howto .ways dl {
	width: 46%;
}

#contentWrap.support #howto .ways dl:nth-child(1) {
	color: #00465d;
}

#contentWrap.support #howto .ways dl:nth-child(1) dt h4 a {
	background-image: url(../img//icon_m_pc_new.svg);
}

#contentWrap.support #howto .ways dl:nth-child(1) dd {
	background-image: url(../img//txt_m_pc_new.svg);
}

#contentWrap.support #howto .ways dl:nth-child(2) {
	color: #343d9c;
}

#contentWrap.support #howto .ways dl:nth-child(2) dt h4 a {
	background-image: url(../img//icon_o_pc_new.svg);
}

#contentWrap.support #howto .ways dl:nth-child(2) dd {
	background-image: url(../img//txt_o_pc_new.svg);
}

#contentWrap.support #howto .ways dl dt {
	padding: 2rem 0 1rem;
	text-align: center;
}

#contentWrap.support #howto .ways dl dt h4 a {
	display: block;
	width: 70%;
	height: 0;
	padding-top: 70%;
	line-height: 10;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all 0.4s linear;
}

#contentWrap.support #howto .ways dl dt h4 a:hover {
	opacity: .4;
}

#contentWrap.support #howto .ways dl dd {
	width: 100%;
	height: 0;
	line-height: 10;
	overflow: hidden;
	padding-top: 26.4%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#contentWrap.support #howto .ways dl dd p {
	padding-top: 12px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
}

#contentWrap.support #howto .faq_button {
	text-align: center;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
	margin: 2rem 0;
    padding: 2.5rem 0;
}

#contentWrap.support #howto .faq_button img {
	max-width: 400px;
	padding: 0 15px;
	width: 100%;
}

#contentWrap.support #howto .faq_button a {
	transition: all 0.4s linear;
}
#contentWrap.support #howto .faq_button a:hover {
    opacity: .4;
}

#contentWrap.support #monthly {
	color: #00465d;
	padding-top: 80px;
	margin-top: -80px;
}

#contentWrap.support #monthly .pstbg {
	padding: 11rem 0 4rem;
	background: #d7f0eb !important;
}

#contentWrap.support #monthly .pstbg .idx_L,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_cate,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_srch,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_tag {
	text-align: center;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1;
}

#contentWrap.support #monthly .pstbg .idx_L {
	margin-bottom: 5rem;
}

#contentWrap.support #monthly .pstbg .idx_L::before,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_cate::before,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_cate::before,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_srch::before,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_srch::before,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_tag::before,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_tag::before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../img/icon_monthly.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
}

#contentWrap.support #monthly .pstbg .idx_L span,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_cate span,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_cate span,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_srch span,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_srch span,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_tag span,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_tag span {
	font-size: 23px;
	color: #00465d !important;
	border-color: #00465d !important;
}

#contentWrap.support #monthly .pstbg .idx_L span {
    margin-top: 0.5rem;
    font-size: 22px;
}

#contentWrap.support #monthly .pstbg .supportBtns {
	padding: 3rem 2rem 2.5rem;
	text-align: center;
	background: #d7f0eb;
	border: 2.5px solid #00465d;
	position: relative;
    max-width: 540px;
    margin: 0 auto 3rem auto;
}

#contentWrap.support #monthly .pstbg .supportBtns::before,
#contentWrap.support #monthly .pstbg .supportBtns::after {
	content: '';
	display: block;
	width: 120px;
	height: 120px;
	background: #d7f0eb;
	border-style: solid;
	border-color: #00465d;
	position: absolute;
}

#contentWrap.support #monthly .pstbg .supportBtns::before {
	border-width: 0 2.5px 0 0;
	top: -80px;
	left: -80px;
	transform: rotate(45deg);
}

#contentWrap.support #monthly .pstbg .supportBtns::after {
	border-width: 0 0 0 2.5px;
	bottom: -80px;
	right: -80px;
	transform: rotate(45deg);
}

#contentWrap.support #monthly .pstbg .supportBtns .btn {
	transition: all 0.4s linear;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn:hover {
	opacity: .4;
}

#contentWrap.support #monthly .pstbg .supportBtns .up {
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn {
	width: 48%;
	height: 70px;
	line-height: 64px;
	padding: 0;
	background: #0a758d;
	color: #fff;
	border: 2px solid #00465d;
	border-radius: 35px;
	box-shadow: 0 1px 1px #000;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn span {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	position: relative;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn span sub {
	margin-left: 4px;
	right: 0;
	bottom: 0;
	font-weight: 400;
	font-size: 14px;
}

#contentWrap.support #monthly .pstbg .supportBtns .down {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

#contentWrap.support #monthly .pstbg .supportBtns div .btn {
	width: 320px;
	height: 60px;
	line-height: 54px;
	padding: 0;
	background: #e3f4f1;
	color: #00465d;
	border: 2px solid #00465d;
	border-radius: 30px;
	box-shadow: 0 1px 1px #000;
}

#contentWrap.support #monthly .pstbg .supportBtns div:nth-child(5) .btn {
	width: 320px;
	height: 60px;
	line-height: 54px;
	padding: 0;
	background: #437483;
	color: #fff;
	border: 2px solid #00465d;
	border-radius: 35px;
	box-shadow: 0 1px 1px #000;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn span {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	position: relative;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn span sub {
	margin-left: 2px;
	right: 0;
	bottom: 0;
	font-weight: 400;
	font-size: 13px;
}

#contentWrap.support #monthly .pstbg .supportBtns p {
	margin: 1rem 0;
	font-size: 14px;
	font-weight: 400;
}

#contentWrap.support #monthly .pstbg .supportBtns div {
    position: relative;
    padding: 0.5rem 0;
}

#contentWrap.support #monthly .pstbg .supportBtns div img {
    max-width: 330px;
}

#contentWrap.support #monthly .pstbg .supportBtns div .monthly-Recommended {
    position: absolute;
    max-width: 105px;
    margin-top: 10px;
    margin-left: 10px;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
    animation-name: moverecommended;
}

@keyframes moverecommended {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(10px, 0);
    }
}
#contentWrap.support #monthly .pstbg .supportBtns div a {
	transition: all 0.4s linear;
}

#contentWrap.support #monthly .pstbg .supportBtns div a:hover {
    opacity: .4;
}

#contentWrap.support #monthly .pstbg .challenge {
	padding: 2.5rem 4rem 2rem;
	background: #e3fdfa;
	border: 3px solid #00465d;
	border-radius: 120px;
}

#contentWrap.support #monthly .pstbg .challenge h4 {
	margin-bottom: 0;
}

#contentWrap.support #monthly .pstbg .challenge h4 span {
	display: block;
	width: 60%;
	height: 0;
	padding-top: 10%;
	line-height: 10;
	overflow: hidden;
	background-image: url(../img//idx_graph_pc.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
}

#contentWrap.support #monthly .pstbg .challenge p {
	text-align: center;
	margin-bottom: .5rem;
}

#contentWrap.support #monthly .pstbg .challenge p.amount {
	font-weight: 700;
}

#contentWrap.support #monthly .pstbg .challenge p.amount span {
	display: inline-block;
	padding: 0 5px;
	font-size: 26px;
}

#contentWrap.support #monthly .pstbg .challenge .graph {
	width: 90%;
	height: 33px;
	padding: 0 .8rem;
	margin: 1rem auto .5rem;
	position: relative;
	background-size: 200% 100%;
	-webkit-animation: graph 2s ease 1 forwards;
	animation: graph 2s ease 1 forwards;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: right;
	border: 3px solid #00465d;
}

#contentWrap.support #monthly .pstbg .challenge .graph .label {
	color: #00465d;
	position: absolute;
	right: .5rem;
}

#contentWrap.support #monthly .pstbg .challenge .graph .label .rest {
	display: inline-block;
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
}

#contentWrap.support #monthly .pstbg .challenge .percentage {
	color: #00465d;
}

/* 20210826 */
#contentWrap.support #suppo1 .challenge {
	padding: 2.5rem 4rem 2rem;
	background: #e3fdfa;
	border: 2.5px solid #00465d;
	border-radius: 120px;
}

#contentWrap.support #suppo1 .challenge h4 {
	margin-bottom: 0;
}

#contentWrap.support #suppo1 .challenge h4 span {
	display: block;
	width: 60%;
	height: 0;
	padding-top: 10%;
	line-height: 10;
	overflow: hidden;
	background-image: url(../img//idx_graph_pc.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
}

#contentWrap.support #suppo1 .challenge p {
	text-align: center;
	margin-bottom: .5rem;
}

#contentWrap.support #suppo1 .challenge p.amount {
	font-weight: 700;
}

#contentWrap.support #suppo1 .challenge p.amount span {
	display: inline-block;
	padding: 0 5px;
	font-size: 26px;
}

#contentWrap.support #suppo1 .challenge .graph {
	width: 90%;
	height: 33px;
	padding: 0 .8rem;
	margin: 1rem auto .5rem;
	position: relative;
	background-size: 200% 100%;
	-webkit-animation: graph 2s ease 1 forwards;
	animation: graph 2s ease 1 forwards;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: right;
	border: 3px solid #00465d;
}

#contentWrap.support #suppo1 .challenge .graph .label {
	color: #00465d;
	position: absolute;
	right: .5rem;
}

#contentWrap.support #suppo1 .challenge .graph .label .rest {
	display: inline-block;
	line-height: 28px;
	font-size: 20px;
	font-weight: 700;
}

#contentWrap.support #suppo1 .challenge .percentage {
	color: #00465d;
}
/* /20210826 */
#contentWrap.support #oneTime {
	color: #343d9c;
	padding-top: 80px;
	margin-top: -80px;
}

#contentWrap.support #oneTime .pstbg {
	padding: 11rem 3rem 3rem;
	text-align: center;
	background: #fbe8ef !important;
}

#contentWrap.support #oneTime .pstbg h3 {
	margin-bottom: 3.5rem;
	position: relative;
}

#contentWrap.support #oneTime .pstbg h3::before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../img/icon_onetime.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
}

#contentWrap.support #oneTime .pstbg h3 span {
	color: #343d9c;
	border-color: #343d9c;
	font-size: 22px;
	margin-top: 0.5rem;
}

#contentWrap.support #oneTime .pstbg p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: .7rem;
}

#contentWrap.support #oneTime .pstbg div {
	width: 60%;
	line-height: 1.8;
	margin: 0 auto 3rem;
	font-size: 15px;
	font-weight: 400;
}

#contentWrap.support #oneTime .pstbg div .btn {
	display: block;
	width: 80%;
	min-width: 300px;
	height: 70px;
	line-height: 69px;
	padding: 0;
	margin: 2rem auto 0;
	border-radius: 20px;
	border: 2px solid #343d9c;
	background: #5360ff;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	transition: all 0.4s linear;
	box-shadow: 0 1px 1px #000;
}

#contentWrap.support #oneTime .pstbg div .btn:hover {
	opacity: .4;
}

#cntnt_footer article header {
	text-align: center;
	padding: 7rem 0 5rem;
}

#cntnt_footer article .entry-content {
	padding: 0 5rem;
}

#cntnt_footer article .entry-content .inner {
	width: 60%;
	margin: 0 auto;
	line-height: 2;
}

#cntnt_footer article .entry-content .inner .shareBtns {
	padding-top: 5rem;
}

#cntnt_about article header {
	text-align: center;
	padding: 8rem 0;
}

#cntnt_about article header .idx_L,
#cntnt_about #cntnt_archive article header .idx_L_cate,
#cntnt_archive #cntnt_about article header .idx_L_cate,
#cntnt_about #cntnt_archive article header .idx_L_srch,
#cntnt_archive #cntnt_about article header .idx_L_srch,
#cntnt_about #cntnt_archive article header .idx_L_tag,
#cntnt_archive #cntnt_about article header .idx_L_tag {
	text-indent: -10px;
}

#cntnt_about article .entry-content {
	padding: 7rem 5rem;
	margin-bottom: 6rem;
	background: #fbf7f9;
}

#cntnt_about article .entry-content#profile {
	background: #f5f5f5;
}

#cntnt_about article #rinen section {
	border-bottom: 1px solid #000;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
}

#cntnt_about article #rinen section div {
	text-align: center;
}

#cntnt_about article #rinen section:last-child div {
	margin: 7rem 0 2.75rem 0;
}

#cntnt_about article #rinen section:last-child div:nth-of-type(n + 2) {
	margin: 4rem 0 2.75rem 0;
}

#cntnt_about article #rinen section div img {
	width: 60%;
	max-width: 210px;
}

#cntnt_about article #rinen section:last-child {
	border-bottom: none;
	padding-bottom: 0;
    margin-bottom: 0;
}

#cntnt_about article #rinen section:last-child h5:nth-child( n + 2 ) {
	margin-top: 4rem;
}

#cntnt_about article #rinen section:last-child p {
	padding-bottom: 2rem;
}

#cntnt_about article #rinen section:last-child p span {
	text-decoration: underline;
	font-weight: 700;
	font-size: 16px;
	line-height: 3;
	color: #3f8993;
}

#cntnt_about h2.entry-title {
	letter-spacing: 1px;
}

#cntnt_about h2.entry-title,
#intro h3.idx_L {
	font-size: 27px;
    line-height: 1.7;
    font-weight: 700;
}

#cntnt_about h3.entry-title {
	margin-bottom: 6rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

#cntnt_about h3.entry-title span {
	line-height: 1.4;
    color: #3f8993;
    border-bottom: 3px solid #3f8993;
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: 400;
}

#cntnt_about h4 {
	font-weight: 400;
    color: #909a9e;
    margin-bottom: 3rem;
    letter-spacing: .5px;
    font-size: 1.75rem;
}

#cntnt_about #member h4 {
    font-weight: 400;
    color: #909a9e;
    margin-bottom: 5.5rem;
    text-align: center;
    font-size: 20px;
}

#cntnt_about #profile h4 {
    font-weight: 700;
    color: #000;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
}

#cntnt_about h5 {
	font-size: 18px;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

#cntnt_about h5 span {
	font-size: 18px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000;
}

#cntnt_about article .entry-content .inner {
	width: 60%;
	margin: 0 auto;
	line-height: 2;
}

#cntnt_about article .entry-content .inner .shareBtns {
	padding-top: 5rem;
}

#cntnt_about article #member section {
	border-top: 1px solid #000;
    padding-top: 4.5rem;
    margin-top: 4rem;
}

#cntnt_about article #staff ul {
}

#cntnt_about article #staff ul li {
	padding-bottom: 5rem;
}

#cntnt_about article #staff ul li dl {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

#cntnt_about article #staff ul li dl dt {
	width: 22%;
}

#cntnt_about article #staff ul li dl dt img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

#cntnt_about article #staff ul li dl dd {
    position: relative;
	width: 73%;
	line-height: 2;
	font-size: 13px;
	margin: 0;
}
#cntnt_about article #staff ul li dl dd div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#cntnt_about article #staff ul li dl dd p {
	margin-bottom: .25rem;
}

#cntnt_about article #staff ul li dl dd p:nth-child(1) {
	font-weight: 700;
}

#cntnt_about article #staff ul li dl dd p:nth-child(2) {
	font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.25px;
}

#cntnt_about article #staff ul li dl dd p:nth-child(2) span {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

#cntnt_about article #staff ul li dl dd p:nth-child(3) {
	font-size: 16px;
}

#cntnt_about article #staff ul li dl dd p:nth-child(4) {

}

#cntnt_about article #supportmember ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px;
}

#cntnt_about article #supportmember ul li {
	padding-bottom: 3rem;
}

#cntnt_about article #supportmember ul li dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	min-height: 154px;
}

#cntnt_about article #supportmember ul li dl dt { 
	width: 38%;
}

#cntnt_about article #supportmember ul li dl dt img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

#cntnt_about article #supportmember ul li dl dd {
	/*position: relative;*/
	width: 55%;
	line-height: 1.65;
	font-size: 13px;
	margin: 30px 0 0 0;
}

#cntnt_about article #supportmember ul li dl dd div {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}

#cntnt_about article #supportmember ul li dl dd p {
	margin-bottom: .25rem;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(1) {
	font-weight: 700;
	font-size: 12px;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(2) {
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 1.25px;
	white-space: nowrap;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(2) span {
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(2) span a {
	color: #5d84f9;
    transition: all 0.4s linear;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(2) span a:hover {
	color: #2b3e74;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(3) {
	font-size: 12px;
	line-height: 1.65;
}

#cntnt_about article #supportmember ul li p:last-child {
	font-size: 13px;
	line-height: 2;
}

#cntnt_about article #advisor ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 60px;
}

#cntnt_about article #advisor ul li {
	padding-bottom: 3rem;
}

#cntnt_about article #advisor ul li p:nth-child(1) {
	font-weight: 400;
    font-size: 20px;
    letter-spacing: 1.25px;
}

#cntnt_about article #advisor ul li p:nth-child(1) span {
	font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
#cntnt_about article #advisor ul li p:nth-child(2) {
	font-size: 13px;
	line-height: 2;
}

#cntnt_about article #profile .profile dl {
	border-top: 1px solid #737373;
}

#cntnt_about article #profile .profile dl div {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
    padding: 18px 0;
	border-bottom: 1px solid #737373;
}

#cntnt_about article #profile .profile dl dt {
	width: 24%;
	font-weight: 400;
}

#cntnt_about article #profile .profile dl dd {
	width: 73%;
	line-height: 2;
	margin: 0;
}

#cntnt_about article #profile .enkaku {
	padding: 9rem 0;
}

#cntnt_about article #profile .enkaku dl {
	margin-bottom: 30px;
}

#cntnt_about article #profile .enkaku dl p {
	margin: 0;
    padding: 0;
}
#cntnt_about article #profile .enkaku dl div {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
    padding: 0;
}
#cntnt_about article #profile .enkaku dl:first-of-type {
	padding: 18px 0 0 0;
    border-top: 1px solid #737373;
}
#cntnt_about article #profile .enkaku dl:last-child {
	padding: 0 0 18px 0;
    border-bottom: 1px solid #737373;
}
#cntnt_about article #profile .enkaku dl dt {
	display: grid;
	grid-template-columns: 60px 40px;
	font-weight: 400;
}

#cntnt_about article #profile .enkaku dl dd {
	width: 80%;
	line-height: 2;
	margin: 0;
}
#cntnt_about article #profile .enkaku dl dd a,
#cntnt_about article #profile .katsudou p a {
	color: #5d84f9;
    transition: all 0.4s linear;
    text-decoration: underline;
}

#cntnt_about article #profile .enkaku dl dd a:hover,
#cntnt_about article #profile .katsudou p a:hover {
	color: #2b3e74;
}

#cntnt_about article #profile .katsudou p {
	padding: 18px 0;
	border-top: 1px solid #737373;
    border-bottom: 1px solid #737373;
    text-align: center;
    font-size: 14px;
}

#cntnt_archive {
	padding-top: 1rem;
}

#cntnt_archive article header {
	text-align: center;
	padding: 8rem 0;
}

#cntnt_archive article header .idx_L_cate {
	margin-bottom: 1rem;
	font-size: 26px !important;
	color: #737373;
	letter-spacing: 0.5px;
	font-weight: 400;
}

#cntnt_archive article header .idx_L_cate + p {
	margin-bottom: 0;
	font-size: 12px;
	color: #737373;
	letter-spacing: 0.5px;
}

#cntnt_archive article header .idx_L_srch {
	margin-bottom: 1rem;
	font-size: 26px !important;
	color: #737373;
}

#cntnt_archive article header .idx_L_srch .srchWrd {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 26px;
}

#cntnt_archive article header .idx_L_srch p {
	margin-bottom: 0;
	font-size: 20px;
	color: #737373;
}

#cntnt_archive article header .idx_L_tag {
	font-size: 26px !important;
	margin-bottom: 0;
}

#cntnt_archive article header .idx_L_tag span {
	color: #5d84f9;
	border-color: #5d84f9;
	letter-spacing: 1px;
}

#kiyaku ol.nmb li::before,
#privacy ol.nmb li::before {
	counter-increment: item;
	content: "(" counter(item) ")" !important;
	padding-right: .5em !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

#kiyaku ol.none li,
#privacy ol.none li {
	padding-left: 0 !important;
}

#kiyaku ol.none li::before,
#privacy ol.none li::before {
	display: none;
}

#kiyaku ol li,
#privacy ol li {
	padding-left: 25px;
	margin-bottom: 1rem;
	position: relative;
}

#kiyaku ol li:nth-child(n+10),
#privacy ol li:nth-child(n+10) {
	padding-left: 30px;
}

#kiyaku ol.parent,
#privacy ol.parent {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	padding-top: 3rem;
}

#kiyaku ol.parent > li,
#privacy ol.parent > li {
	padding-left: 0;
	margin-bottom: 4rem; /*
            &::before {
                counter-increment: item;
                content: counter(item)'.';
                font-weight: 400;
                font-size: 22px;
                position: absolute;
                top: -1px;
                left: 0;
            }
            */ /*
            &:nth-child(n+10){
                h3{
                    padding-left: 40px;
                }
            }
            */
}

#kiyaku ol.parent > li h3,
#privacy ol.parent > li h3 {
	line-height: 1.3;
	padding-top: 0 !important;
	padding-left: 0;
	margin-bottom: 2rem !important;
	font-size: 20px;
	font-weight: 700 !important;
}

#kiyaku ol.parent > li ol.scnd,
#privacy ol.parent > li ol.scnd {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}

#kiyaku ol.parent > li ol.scnd > li,
#privacy ol.parent > li ol.scnd > li {
	margin-bottom: .5rem;
}

#kiyaku ol.parent > li ol.scnd > li::before,
#privacy ol.parent > li ol.scnd > li::before {
	counter-increment: item;
	content: counter(item);
	padding-right: .5em;
	font-weight: 400;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

#kiyaku ol.parent > li ol.scnd > li ul,
#privacy ol.parent > li ol.scnd > li ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 2rem;
}

#kiyaku ol.parent > li ol.scnd > li ul li,
#privacy ol.parent > li ol.scnd > li ul li {
	line-height: 1.4;
	margin-bottom: 5px !important;
}

#kiyaku ol.parent > li ol.scnd > li ul li::before,
#privacy ol.parent > li ol.scnd > li ul li::before {
	display: none;
}

#kiyaku ol.parent > li ol.scnd > li ol.thrd,
#privacy ol.parent > li ol.scnd > li ol.thrd {
	counter-reset: item;
	list-style-type: none;
	padding-top: 1rem;
	padding-left: 0;
}

#privacy ol.parent li h3 {
	padding-left: 30px;
	position: relative;
}

#privacy ol.parent li h3::before {
	counter-increment: item;
	content: counter(item);
	font-weight: 700;
	font-size: 22px;
	position: absolute;
	top: -1px;
	left: 0;
}

#contact {
	margin-bottom: 5rem;
}

#contact p {
	margin-bottom: 4rem;
}

#contact .btnWrap {
	text-align: center;
}

#contact .btnWrap a {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto;
	transition: all 0.4s linear;
}

#contact .btnWrap a:hover {
	opacity: .5;
}

#contact .btnWrap a img {
	width: 100%;
	height: auto;
}

.pcimg {
	display: inline-block;
}

.spimg {
	display: none;
}

@media (max-width: 991px) and (max-width: 1200px) {

#cntnt_about article #supportmember ul li dl dd {
    margin: 15px 0 0 0;
}

}


@media (max-width: 991px) and (min-width: 768px) {

#topFeature .container .thumb {
	margin-bottom: 2rem;
}

}

@media (max-width: 991px) {

.headerWrap header #mainNav .inner .menu > li a,
.headerWrap header #mainNav .inner .menu > li span {
	font-size: 13px;
}

.headerWrap header {
	padding: 0 .5rem 0 0;
}

.graph2000 {
	padding: 3rem 1rem;
}

.graph2000 > div {
	padding: 0 2rem;
}

#topFlex {
	display: inherit;
}

#topFlex .topTags {
	width: 100%;
	margin-bottom: 2rem;
}

#topFlex .whatsNew {
	width: 100%;
}

#postContent .titleWrap {
	width: 80%;
}

#postContent .postWrap {
	width: 80%;
}

#contentWrap.support #intro .pstbg {
	padding: 6rem 0 4rem 0;
}

#contentWrap.support #intro h3 span {
	font-size: 26px;
}

#contentWrap.support #monthly .pstbg .supportBtns {
	padding: 2rem 1rem;
}

#contentWrap.support #monthly .pstbg .supportBtns div img {
    max-width: 280px;
}

#contentWrap.support #monthly .pstbg .supportBtns div .monthly-Recommended {
    /* max-width: 110px; */
}

#contentWrap.support #monthly .pstbg .supportBtns .down {
	margin-bottom: 2rem;
}

#contentWrap.support #monthly .pstbg .supportBtns div .btn,
#contentWrap.support #monthly .pstbg .supportBtns div:nth-child(5) .btn {
	width: 280px;
	/*margin-bottom: 15px;*/
}

#contentWrap.support #faq .faq-border {
    padding: 4rem 3rem 4rem 3rem;
}

#contentWrap.support #faq .faq-border ul li ul li img {
    max-width: 160px;
}

#contentWrap.support #oneTime .pstbg div {
	width: 80%;
}

#contentWrap.support #howto h3 {
	width: 80%;
}

#cntnt_footer article .entry-content .inner {
	width: 80%;
}

#cntnt_about article .entry-content .inner {
	width: 80%;
}
#cntnt_about h2.entry-title,
#intro h3.idx_L {
	font-size: 24px;
}

#cntnt_about h3.entry-title span {
    font-size: 24px;
}

#cntnt_about article #staff ul li dl dd {
    position: inherit;
}

#cntnt_about article #rinen section div img {
    width: 70%;
}

#cntnt_about article #staff ul li dl dd div {
    position: inherit;
    top: inherit;
    transform: inherit;
}

#cntnt_about article #supportmember ul li dl {
    display: block;
    min-height: 330px;
}

#cntnt_about article #supportmember ul li dl dt {
    width: 80%;
    margin: 0 auto;
}

#cntnt_about article #supportmember ul li dl dd {
	position: inherit;
	width: 100%;
    margin: 25px 0 0 0;
}

#cntnt_about article #supportmember ul li dl dd div {
    position: inherit;
    top: inherit;
    transform: inherit;
}

}

@media (max-width: 767px) {

.headerWrap header #mainNav .inner .menu > li a,
.headerWrap header #mainNav .inner .menu > li span {
	font-size: 12px;
}

.headerWrap header {
	padding: 0 .5rem 0 0;
}

.eachPost .pTags {
	position: inherit;
	left: inherit;
	bottom: inherit;
}

.graph2000 {
	display: inherit;
	padding: 3rem 2rem;
}

.graph2000 > div {
	width: 100%;
	padding: 0;
}

.graph2000 > div:nth-child(1) {
	margin-bottom: 1rem;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000;
}

.graph2000 > div:nth-child(1) h2 {
	margin-bottom: 1rem;
}

.graph2000 > div:nth-child(1) p {
	margin-bottom: 2rem;
}

.graph2000 > div:nth-child(2) {
	min-height: 300px;
}

.graph2000 > div:nth-child(2) h3 {
	padding-top: 25%;
	background-image: url(../img//idx_2000_sp.svg);
}

.graph2000 > div:nth-child(2) p {
	font-size: 12px;
}

.graph2000 > div:nth-child(2) .graph {
	margin-bottom: 1.5rem;
}

.graph2000 > div:nth-child(2) div:last-child {
	position: inherit;
	bottom: inherit;
	left: inherit;
	padding-top: 1.5rem;
	border-top: 1px solid #000;
}

.home #header-img {
    margin: 7% 10% 12%;
}

#header-img .slideWrap {
	/*padding-top: 53.3%;*/
}

#topFlex .topTags {
	display: none;
}

#modal-open {
	width: 40px;
	padding-top: 54px;
	top: 60px;
}

#modal-main {
	width: 50%;
	top: 60px;
}

#postContent .titleWrap {
	width: 100%;
}

#postContent .titleWrap h2 {
	font-size: 24px;
	margin-bottom: 1rem;
}

#postContent .titleWrap h2 span {
	font-size: 22px;
}

#postContent .postWrap {
	width: 100%;
	padding: 0;
}

#contentWrap.support #intro .pstbg {
	padding: 4rem 1rem;
}

#contentWrap.support #howto h3 {
	width: 90%;
	font-size: 22px;
}

#contentWrap.support #monthly {
	padding-top: 60px;
	margin-top: -60px;
}

#contentWrap.support #monthly .pstbg .supportBtns div img {
    max-width: 250px;
}

#contentWrap.support #monthly .pstbg .supportBtns div .monthly-Recommended {
    right: -15px;
    max-width: 105px;
    margin-top: 10px;
}

#contentWrap.support #oneTime {
	padding-top: 60px;
	margin-top: -60px;
}

#contentWrap.support #oneTime .pstbg div {
	width: 100%;
}

#contentWrap.support #faq {
	padding-top: 60px;
    margin-top: -60px;
}

#cntnt_about h3.entry-title {
    margin: 3rem 0 4rem 0;
}

#cntnt_about article .entry-content {
	padding: 1.8rem 1.4rem;
}

#cntnt_about article .entry-content .inner {
	width: 100%;
}

#cntnt_about article #supportmember ul li dl {
    min-height: 305px;
}

#cntnt_footer article .entry-content {
	padding: 0;
}

#cntnt_footer article .entry-content .inner {
	width: 100%;
}

}

@media (max-width: 575px) {

#contentWrap {
	padding-top: 60px;
}

.headerWrap #srchWrap {
	padding: 0 1rem;
}

.headerWrap header {
	padding: 0 30px 0 0;
}

.headerWrap header .siteLogo {
	z-index: 2;
}

.headerWrap header .siteLogo h1 {
	height: 60px;
	padding-top: 0;
}

.headerWrap header .siteLogo h1 a {
	width: 60px !important;
	padding-top: 60px !important;
	margin-top: 0;
}

.headerWrap header .siteLogo h1 span {
	/* width: 80px !important; */
	padding-top: 60px !important;
	background-position: left;
	margin: 0 0 0 8px;
}

.headerWrap header .srchLinks {
	padding-top: 1.3rem !important;
	order: 2;
	z-index: 2;
}

.headerWrap header .srchLinks ul li {
	display: none;
}

.headerWrap header .srchLinks ul li.srchBtn {
	display: block;
	border-right: none !important;
}

.headerWrap header .srchLinks ul li.srchBtn.no {
	pointer-events: none;
	opacity: .2;
}

.headerWrap header #mainNav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s linear;
	background: #fff;
	padding-top: 60px;
	opacity: 0;
	order: 3;
}

.headerWrap header #mainNav .inner {
	height: 100%;
	padding: 0;
	overflow-y: scroll;
}

.headerWrap header #mainNav .inner .sns_sp {
	display: flex;
	justify-content: space-between;
	margin: 0 .7rem;
	padding: 0;
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
}

.headerWrap header #mainNav .inner .sns_sp p {
	line-height: 50px;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
}

.headerWrap header #mainNav .inner .sns_sp ul {
	display: flex;
}

.headerWrap header #mainNav .inner .sns_sp ul li {
	padding: 0 0 0 10px;
}

.headerWrap header #mainNav .inner .sns_sp ul li a {
	display: block;
	width: 23px;
	height: 0;
	padding-top: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(1) a {
	background-image: url(../img/icon_youtube.svg);
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(2) {
	padding-left: 15px;
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(2) a {
	background-image: url(../img/icon_x.svg);
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(3) a {
	background-image: url(../img/icon_facebook.svg);
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(4) a {
	background-image: url(../img/icon_instagram.svg);
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(5) a {
	background-image: url(../img/icon_note.svg);
}

.headerWrap header #mainNav .inner .sns_sp ul li:nth-child(6) a {
	background-image: url(../img/icon_line.svg);
}

.headerWrap header #mainNav .inner .menu {
	display: inherit;
	margin: 0 .7rem 2rem;
}

.headerWrap header #mainNav .inner .menu > li {
	height: 70px;
	border-bottom: 1px solid #737373;
}

.headerWrap header #mainNav .inner .menu > li a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-size: 22px;
	margin-top: 25px;
}

.headerWrap header #mainNav .inner .menu > li a span {
	display: block;
	padding: 0;
	font-size: 16px;
}

.headerWrap header #mainNav .inner .menu > li:last-child a {
	margin-top: 23px;
}

.headerWrap header #mainNav .inner .menu > li:last-child a span {
	padding: 3px 10px;
	font-size: 18px;
}

.headerWrap header #mainNav .inner .menu .menu__mega {
	height: auto;
	padding: 1.2rem 0 0;
}

.headerWrap header #mainNav .inner .menu .menu__mega span.accordion {
	padding: 0;
	color: #000;
	font-size: 22px;
	margin-bottom: 1.2rem;
	position: relative;
}

.headerWrap header #mainNav .inner .menu .menu__mega span.accordion::before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3px;
}

.headerWrap header #mainNav .inner .menu .menu__mega span.accordion::after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

.headerWrap header #mainNav .inner .menu .menu__mega span.accordion.on::after {
	display: none;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level {
	margin: 0 auto;
	visibility: visible;
	opacity: 1;
	position: inherit !important;
	top: inherit !important;
	left: inherit !important;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level.tags {
	background: transparent;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner {
	display: none;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.contents {
	width: 100%;
	padding: 0 .5rem;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.contents ul li {
	width: 50%;
	font-size: 12px;
	padding-right: 1rem;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.contents ul li a {
	display: block;
	margin-top: 0;
	margin-bottom: .7rem;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.contents ul li a span {
	font-size: 14px;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.tags {
	width: 100%;
	padding: .7rem .5rem;
	background: #ededed;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.tags ul {
	width: 100%;
	border: none;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.tags ul li {
	padding: 0 .5rem 0 0;
}

.headerWrap header #mainNav .inner .menu .menu__mega .menu__second-level .inner.tags ul li a {
	margin-top: 0;
	margin-right: 0;
}

.headerWrap header #mainNav .inner .menu_btm {
	display: block;
}

.headerWrap header #mainNav.active {
	display: block;
	opacity: 1;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about {
    width: 100%;
    padding: 1rem 0;
    margin: 0 auto;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about ul {
	display: block;
}

.headerWrap header #mainNav .inner .menu > li .menu__second-level .inner.about ul li a {
	padding: 15px 15px;
    line-height: 1px;
    margin-top: 0;
}

.headerWrap .trigger {
	display: block;
	width: 22px;
	height: 30px;
	position: absolute;
	top: 1rem;
	right: 15px;
	z-index: 2;
}

.headerWrap .trigger::before,
.headerWrap .trigger::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
}

.headerWrap .trigger::before {
	top: 7px;
}

.headerWrap .trigger::after {
	bottom: 7px;
}

.headerWrap .trigger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: calc( 50% - 1px);
}

.headerWrap .trigger.on::before,
.headerWrap .trigger.on::after {
	top: calc( 50% - 1px);
}

.headerWrap .trigger.on::before {
	transform: rotate(45deg);
}

.headerWrap .trigger.on::after {
	transform: rotate(135deg);
}

.headerWrap .trigger.on span {
	display: none;
}

.bnrSupport {
	width: 100%;
	background: #f067ae;
	visibility: visible;
	opacity: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s linear;
}

.bnrSupport.none {
	visibility: hidden;
	opacity: 0;
}

.bnrSupport span.bnr_close {
	width: 15px;
	height: 0;
	padding-top: 15px;
	line-height: 15px;
	overflow: hidden;
	background-image: url(../img/icon_close_bnr.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 5px;
}

.bnrSupport .inner {
	display: flex;
	justify-content: space-between;
	width: 310px;
	color: #fff;
	margin: 0 auto;
	padding: 14px 0 0;
	align-content: center;
	height: 80px;
}

.bnrSupport .inner h3 {
	line-height: 1.7;
	font-size: 16px;
	font-weight: 700;
}

.bnrSupport .inner span {
	display: block;
	width: 100px;
	height: 50px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	background: #0032f3;
	border-radius: 8px;
	box-shadow: 0 1px 1px #000;
}

.idx_L,
#cntnt_archive article header .idx_L_cate,
#cntnt_archive article header .idx_L_srch,
#cntnt_archive article header .idx_L_tag {
	line-height: 1.4;
	font-size: 26px;
	text-align: center;
}

.idx_L span,
#cntnt_archive article header .idx_L_cate span,
#cntnt_archive article header .idx_L_srch span,
#cntnt_archive article header .idx_L_tag span {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

.idx_L span.en,
#cntnt_archive article header .idx_L_cate span.en,
#cntnt_archive article header .idx_L_srch span.en,
#cntnt_archive article header .idx_L_tag span.en {
	padding-bottom: 0;
	font-size: 26px;
}

.pstbg {
	padding: 2rem 0 0;
}

.eachPost {
	border: 1px solid #f7f7f7;
}

.eachPost .thumb {
	margin-bottom: 0;
}

.eachPost .postWrap {
	padding: 1.1rem 1rem;
}

.eachPost .postWrap h3 {
	font-size: 20px;
}

.eachPost .postWrap h3 span {
	font-size: 17px;
}

.home #header-img {
    margin: 9% 30px 15%;
}

#topFeature .container .pstbg {
	padding-top: 0;
}

#topFeature .container .postWrap {
	padding: 1.1rem 1rem;
}

#topFeature .container .postWrap .ex a {
	float: none;
}

#topFeature .thumb {
	margin-bottom: 1rem;
}

#topFeature .postWrap {
	padding: 1.1rem 1rem;
}

#topFeature .postWrap h2 {
	font-size: 24px;
}

#topFeature .postWrap .ex {
	font-size: 16px !important;
}

#topFlex .topTags .inner .idx_L,
#topFlex .topTags .inner #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #topFlex .topTags .inner .idx_L_cate,
#topFlex .topTags .inner #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #topFlex .topTags .inner .idx_L_srch,
#topFlex .topTags .inner #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #topFlex .topTags .inner .idx_L_tag {
	margin-bottom: 0;
	padding: 0 15px;
}

#topFlex .topTags .inner .tagWrap {
	padding: 0 1rem;
}

#topFlex .whatsNew .inner {
	padding: 0 0 0 3rem;
}

#topFlex .whatsNew .inner .idx_L,
#topFlex .whatsNew .inner #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #topFlex .whatsNew .inner .idx_L_cate,
#topFlex .whatsNew .inner #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #topFlex .whatsNew .inner .idx_L_srch,
#topFlex .whatsNew .inner #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #topFlex .whatsNew .inner .idx_L_tag {
	font-size: 18px;
	top: 40px;
	left: -22px;
}

#topFlex .whatsNew .inner ul.scroll_box li {
	display: inherit;
	font-size: 15px;
	font-weight: 500;
}

#topFlex .whatsNew .inner ul.scroll_box li span {
	width: 100%;
	margin-bottom: 5px;
}

#topFlex .whatsNew .inner ul.scroll_box li a {
	width: 100%;
	padding-right: 0;
}

#spTags {
	display: block;
	margin-bottom: 3rem;
	padding: 0 15px;
}

#spTags .container {
	background: #fcfaef;
}

#spTags .container .inner {
	padding: 2rem;
}

#spTags .container .inner .idx_L,
#spTags .container .inner #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #spTags .container .inner .idx_L_cate,
#spTags .container .inner #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #spTags .container .inner .idx_L_srch,
#spTags .container .inner #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #spTags .container .inner .idx_L_tag {
	margin-bottom: 1.5rem;
}

#spTags .container .inner .tagWrap {
	padding: 0 2rem;
	margin: auto;
	background: transparent;
}

#spTags .container .inner .tagWrap ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 2rem;
}

#spTags .container .inner .tagWrap ul li a {
	margin: 0 3px 6px;
}

#spTags .container .inner .tagWrap ul li a.tag {
	background: #5d84f9;
	color: #fff;
}

#postContent .titleWrap .dateShare {
	margin-bottom: 1rem;
}

#postContent.whatsnewDetail {
	padding: 0;
}

#postContent.whatsnewDetail .inner {
	padding: 0 15px;
}

#postContent.whatsnewDetail .thumbWrap {
	width: 100%;
	padding-top: 0;
}

#contentWrap.support {
    padding-bottom: 320px;
}

#contentWrap.support #header-img {
	margin-bottom: 3rem;
}

#contentWrap.support #header-img .slideWrap {
	padding-top: 64.6%;
	background-image: url(../img/hd_img_supporter_sp_new3.svg);
}

#contentWrap.support #suppo1 h2 span {
	line-height: 1.7;
	font-size: 24px;
	border-bottom: none;
}

#contentWrap.support #intro h3 span {
	font-size: 22px;
}

#contentWrap.support #intro p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 3rem;
}

#contentWrap.support #voices {
	padding-top: 4rem;
	padding-bottom: 2rem;
}

#contentWrap.support #voices ul li {
	padding: 2rem 1rem;
}

#contentWrap.support #voices ul li dl {
	display: inherit;
}

#contentWrap.support #voices ul li dl dt {
	width: 50%;
	margin: 0 auto 1rem;
}

#contentWrap.support #voices ul li dl dd {
	width: 100%;
}

#contentWrap.support #voices ul li dl dd p {
	padding-top: 0;
	font-size: 16px;
}

#contentWrap.support #voices ul li dl dd p:last-child {
	margin-bottom: 0;
}

#contentWrap.support #howto .pstbg {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#contentWrap.support #howto hr:last-child {
	margin: 2rem 0 3rem;
}

#contentWrap.support #howto h3 {
    font-size: 20px;
    margin: 0 auto 3rem;
}

#contentWrap.support #howto h3::after {
	bottom: -20px;
}

#contentWrap.support #howto .ways {
	display: inherit;
	padding: 0 1.4rem;
}

#contentWrap.support #howto .ways dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#contentWrap.support #howto .ways dl:nth-child(1) dt h4 a {
	background-image: url(../img//icon_m_sp_new.svg);
}

#contentWrap.support #howto .ways dl:nth-child(2) dt h4 a {
	background-image: url(../img//icon_o_sp_new.svg);
}

#contentWrap.support #howto .ways dl dt {
	width: 47%;
	padding: 0;
}

#contentWrap.support #howto .ways dl dt h4 a {
	width: 100%;
	padding-top: 100%;
}

#contentWrap.support #howto .ways dl dd {
	width: 48%;
	height: 100% !important;
	line-height: 1.4 !important;
	padding: .5rem 0 0 !important;
	background: transparent !important;
	border: none !important;
	text-align: left;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

#contentWrap.support #howto .ways dl dd p {
	padding-top: 6px;
	font-size: 14px;
}

#contentWrap.support #monthly .pstbg {
	padding: 9rem 1rem 2rem;
	overflow: hidden;
}

#contentWrap.support #monthly .pstbg .idx_L::before,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_cate::before,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_cate::before,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_srch::before,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_srch::before,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_tag::before,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_tag::before {
	width: 90px;
	height: 90px;
	top: -110px;
}

#contentWrap.support #monthly .pstbg .idx_L::before {
	width: 80px;
	height: 80px;
	top: -90px;
}

#contentWrap.support #monthly .pstbg .idx_L span,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_cate span,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_cate span,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_srch span,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_srch span,
#contentWrap.support #monthly .pstbg #cntnt_archive article header .idx_L_tag span,
#cntnt_archive article header #contentWrap.support #monthly .pstbg .idx_L_tag span {
	font-size: 22px;
}

#contentWrap.support #monthly .pstbg .idx_L span {
	font-size: 20px;
}

#contentWrap.support #monthly .pstbg .supportBtns::before,
#contentWrap.support #monthly .pstbg .supportBtns::after {
	width: 80px;
	height: 80px;
}

#contentWrap.support #monthly .pstbg .supportBtns::before {
	top: -50px;
	left: -50px;
}

#contentWrap.support #monthly .pstbg .supportBtns::after {
	bottom: -50px;
	right: -50px;
}

#contentWrap.support #monthly .pstbg .supportBtns {
	padding: 2rem 1rem;
}

#contentWrap.support #monthly .pstbg .supportBtns .up {
	display: inherit;
	margin-bottom: 5px;
}

#contentWrap.support #monthly .pstbg .supportBtns div .monthly-Recommended {
    right: -4px;
    max-width: 100px;
    margin-top: 6px;
}
/* #contentWrap.support #monthly .pstbg .supportBtns .btn {
	width: 100%;
	height: 54px;
	line-height: 48px;
	margin-bottom: 15px;
} */

/* #contentWrap.support #monthly .pstbg .supportBtns .down {
	margin-bottom: 1rem;
} */

#contentWrap.support #monthly .pstbg .supportBtns div .btn,
#contentWrap.support #monthly .pstbg .supportBtns div:nth-child(5) .btn {
	width: 240px;
	height: 50px;
	line-height: 46px;
	/* margin-bottom: 15px; */
}

#contentWrap.support #monthly .pstbg .supportBtns p {
	font-size: 16px;
	font-weight: 500;
}

#contentWrap.support #monthly .pstbg .challenge {
	padding: 2rem .8rem 1rem;
	border-radius: 10px;
	position: relative;
}

#contentWrap.support #monthly .pstbg .challenge h4 span {
	width: 95%;
	padding-top: 40%;
	background-image: url(../img//idx_graph_sp.svg);
}

#contentWrap.support #monthly .pstbg .challenge .graph {
	width: 100%;
	margin-bottom: 1.5rem;
}

#contentWrap.support #suppo1 .challenge {
	padding: 2rem .8rem 1rem;
	border-radius: 10px;
	position: relative;
}

#contentWrap.support #suppo1 .challenge h4 span {
	width: 95%;
	padding-top: 40%;
	background-image: url(../img//idx_graph_sp.svg);
}

#contentWrap.support #suppo1 .challenge .graph {
	width: 100%;
	margin-bottom: 1.5rem;
}

#contentWrap.support #oneTime .pstbg {
	padding: 9rem 1rem 1rem;
}

#contentWrap.support #oneTime .pstbg h3 span {
    font-size: 20px;
}

#contentWrap.support #oneTime .pstbg h3::before {
	width: 80px;
	height: 80px;
	top: -90px;
}

#contentWrap.support #oneTime .pstbg div .btn {
	width: 100%;
	font-size: 20px;
}

#contentWrap.support #suppo1 .challenge {
    padding: 2rem 1.2rem 1rem;
}

#contentWrap.support #suppo1 .container .row .col-12 {
	max-width: 95%!important;
    margin: 0 auto!important;
}

#contentWrap.support #faq .pstbg {
    padding: 2rem 0 4rem 0;
}

#contentWrap.support #faq .faq-border {
    padding: 3rem 2rem;
}

#contentWrap.support #faq .faq-border ul li ul li img {
    max-width: 140px;
}

#contentWrap.support #faq .faq-border ul li ul {
    margin: 0 0 0 28px;
}

#contentWrap.support #faq .faq-border ul li p, #contentWrap.support #faq .faq-border ul li ul li {
	margin: 0 0 0 28px;
    text-indent: -28px;
    font-size: 16px;
}

#cntnt_about h4 {
    font-size: 1.9rem;
    margin-bottom: 3.5rem;
}

#cntnt_about article #rinen section:last-child div {
    margin: 5rem 0 1.75rem 0;
}

#cntnt_about article #rinen section:last-child div:nth-of-type(n + 2) {
	margin: 3.5rem 0 1.75rem 0;
}

#cntnt_about article #staff ul li {
	padding: 3rem 1.4rem 1rem;
    margin: 0 0 3rem;
    background: #fefcfd;
}

#cntnt_about article #staff ul li dl {
	display: inherit;
}

#cntnt_about article #staff ul li dl dt {
	width: 60%;
    margin: 0 auto;
}

#cntnt_about article #staff ul li dl dd {
    width: inherit;
    margin: 2rem 0;
}

#cntnt_about article #supportmember ul {
    display: block;
}

#cntnt_about article #supportmember ul li {
    padding: 3rem 1.4rem 2rem;
    margin: 0 0 3rem;
    background: #fefcfd;
}

#cntnt_about article #supportmember ul li dl {
    min-height: inherit;
}

#cntnt_about article #supportmember ul li dl dt {
    width: 60%;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(1) {
    font-size: 14px;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(2) {
    font-size: 22px;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(2) span {
	font-size: 13px;
}

#cntnt_about article #supportmember ul li dl dd p:nth-child(3) {
	font-size: 14px;
}

#cntnt_about article #advisor ul {
    display: block;
    padding: 3rem 1.4rem 0;
    margin: 0 0 3rem;
    background: #fefcfd;
}

#cntnt_about h2.entry-title,
#intro h3.idx_L {
	font-size: 22px;
}

#cntnt_about h3.entry-title span {
    font-size: 23px;
    border-bottom: 2px solid #3f8993;
}

#cntnt_about h3.entry-title span {
    line-height: 1;
}

#cntnt_about article header .idx_L,
#cntnt_about #cntnt_archive article header .idx_L_cate,
#cntnt_archive #cntnt_about article header .idx_L_cate,
#cntnt_about #cntnt_archive article header .idx_L_srch,
#cntnt_archive #cntnt_about article header .idx_L_srch,
#cntnt_about #cntnt_archive article header .idx_L_tag,
#cntnt_archive #cntnt_about article header .idx_L_tag {
	font-size: 18px;
}

#cntnt_archive article header .idx_L_cate + p {
	font-size: 14px;
}

#cntnt_archive article header .idx_L_srch .srchWrd {
	font-size: 22px;
}

#archList .pstbg {
	padding-top: 0;
}

.pcimg {
	display: none;
}

.spimg {
	display: inline-block;
}

}

@media (max-width: 575px) and (max-width: 575px) {

#spTags .container .inner .idx_L,
#spTags .container .inner #cntnt_archive article header .idx_L_cate,
#cntnt_archive article header #spTags .container .inner .idx_L_cate,
#spTags .container .inner #cntnt_archive article header .idx_L_srch,
#cntnt_archive article header #spTags .container .inner .idx_L_srch,
#spTags .container .inner #cntnt_archive article header .idx_L_tag,
#cntnt_archive article header #spTags .container .inner .idx_L_tag {
	padding: 0 15px;
}

#spTags .container .inner .tagWrap {
	padding: 0 1rem;
}

}

@media (max-width: 480px) {

#contentWrap.support #monthly .pstbg .supportBtns div .btn,
#contentWrap.support #monthly .pstbg .supportBtns div:nth-child(5) .btn {
    width: 80%;
    /* height: 50px; */
    /* line-height: 46px; */
    /* margin-bottom: 15px; */
}
#contentWrap.support #monthly .pstbg .supportBtns div .monthly-Recommended {
    right: -35px;
    max-width: 95px;
    margin-top: 8px;
}

#contentWrap.support #monthly .pstbg .supportBtns .btn span sub {
    font-weight: 600;
}

#cntnt_about article #rinen section div img {
        width: 60%;
    max-width: inherit;
}

}

@-webkit-keyframes graph {

from {
	background-position: 100% 0;
}

to {
	background-position: 0 0;
}

}

@-webkit-keyframes graph {

from {
	background-position: 100% 0;
}

to {
	background-position: 0 0;
}

}

