/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.only-pc { display: block !important; }
.only-sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.only-pc { display: none !important; }
.only-sp { display: block !important; }
}

.l-footer_copyright {
    margin: 0 auto;
}
/* 調査・研究更新2022年12月 */
.mt20 {
	margin-top:20px;
}

.c-block-research .content p.zkc2022 a{
	color: #333333 !important;
}


/* 活動の様子の画像の高さをそろえる */

.ofc img{
	object-fit: cover;
    width: 100% !important;
    height: 425px !important;
}

@media screen and (max-width: 1023px){
.ofc img{
	object-fit: cover;
    width: 100% !important;
    height: 330px !important;
}
}

@media screen and (max-width: 499px){
.ofc img{
	object-fit: cover;
    width: 100% !important;
    height: 230px !important;
}
}

/* プロジェクト記事ページの一番上の画像について */

.pjtopim {
    display: block !important;
    height: 550px !important;
    background-size: cover;
    background-position: top 25%center;
}

@media screen and (max-width: 767px){
.pjtopim {
    display: block !important;
    height: 550px !important;
    background-size: contain;
    background-position: center;
}
}



/* 認定NPOの追加 */

.ninteinpo{
	width: 45%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 25px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: #ec6d65;
}

.ninteinpo p{
	font-weight: 600;
    color: #fff;
    font-size: 2.1rem;
}

.ninteinpo p span{
	font-size: 3.5rem;
}

.ninteinpo hr{
	margin: 2px 0;
}

.ninteinpo .btn{
	background-color: #fff;
    color: #ec6d65;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    display: block;
    border-radius: 30px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.ninteinpo p{
	font-size: 1.6rem;
}

.ninteinpo p span{
	font-size: 2.6rem;
}

.ninteinpo .btn{
	font-size: 1.4rem;
}
}


@media screen and (max-width: 767px){
.ninteinpo{
	width: 70%;
}

.ninteinpo p{
	font-size: 1.4rem;
}

.ninteinpo p span{
	font-size: 2.6rem;
    line-height: 1.4;
}

.ninteinpo .btn{
	margin-top: 5px;
	line-height: 1.2;
}
}

@media screen and (min-width: 500px){
.ninteinpo .btn br{
	display: none;
}
}


/* 支援ページの変更 */

.shien-lead{
	text-align: left;
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 30px;
}

@media screen and (min-width: 768px){
.shien-lead{
	margin-top: 70px !important;
    font-size: 2.0rem !important;
    text-align: center !important;
}
}

/* 事例一覧表示の為 */

li.casestudy{
	display: none;
}

/* TOPページに企業名（テキスト）を追加 */

.supcon {
	padding: 15px 30px 90px;
	max-width: 1115px;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
.supcon {
	padding: 15px 30px 90px;
}
}

.kgfm{
	border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
    padding: 35px 0;
    margin-bottom: 35px;
    text-align: center;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 0.1rem;
}

.kghg{
	font-size: 1.14rem;
    line-height: 2.4rem;
}

/* プロジェクト紹介個別ページ */

.plti{
	margin-top: -30px !important;
}

.plti h1{
	background-color: #FFCC00 !important;
    color: #4D4D4D !important;
}

.plti h1::after{
	border-color: #FFCC00 transparent transparent transparent !important;
}

.plti h1 span::after{
	background-color: #4D4D4D !important;
    height: 2px;
}

.pj_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 100%;
}
.pcorp-li {
	padding: 10px 0 0px !important;
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* height: 31px; */
}

.pcl-li {
	display: flex;
    justify-content: center;
    align-items: center;
    max-height: 60px;
    min-height: 60px;
}

.pcl-li img {
	margin: 0 auto;
    max-height: 60px;
}

.pn {
	margin: 15px auto 0;
}

.page-numbers{
	display: flex;
}

.page-numbers li a, .page-numbers span{
	height: 32px;
    line-height: 32px;
    margin: 5px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5dc2d0;
    padding: 0 10px;
}

.page-numbers li a{
	color: #5dc2d0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #5dc2d0;
}

.page-numbers li a next{
	position: relative;
}

.page-numbers span.current{
	color: #fff;
    background-color: #5dc2d0;
    border-width: 0;
    border: 1px solid #5dc2d0;
}

.pjpostti{
	margin: 0 auto;
    width: calc(100% - 60px);
    max-width: 1100px;
    padding: 45px 0 45px;
}

.pjpostti h1{
	width: 70%;
    text-align: center;
    margin: 0 auto;
    border-bottom: solid 5px #FFCC00;
    padding-bottom: 10px;
    font-size: 2.7rem;
}
.pickupproject .entry-content p iframe {
    width: 100%;
}
@media screen and (max-width: 499px){
.pjpostti{
	padding: 45px 0 35px !important;
}

.pjpostti h1 {
	width: 95% !important;
	font-size: 2.15rem !important;
}

.pjpostti p.pcorp {
	padding: 15px 0 25px !important;
	font-size: 1.55rem;
    font-weight: bold;
}

.pcl img {
	margin: 0 auto;
    max-height: 65px;
    height: 65px;
}
}

.pjpostti h1 br, .c-list-news-02_item .text p a br{
	display: none !important;
}

.pjpostti .pcorp{
	padding: 15px 0 30px !important;
	font-weight: bold;
    font-size: 1.5rem;
}

.pjpostti pcl img{
	max-height: 120px;
}

.c-block-plan{
	margin-top: 0 !important;
}

.c-block-plan .entry-content{
	padding-bottom: 75px !important;
}

.pcl{
	display: flex;
    justify-content: center;
    align-items: center;
    max-height: 120px;
    min-height: 120px;
}

.br10{
	border-radius: 10px;
}

.c-block-plan img.br10{
	width: 100%;
    margin-bottom: 50px !important;
}

.c-block-plan h3{
	margin-bottom: 25px;
}

.plpa {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 6.5rem;
}

.plpa iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
}

.shien{
	text-decoration: none;
}

.c-list-plan{
	background-color: #f5f2ee !important;
	padding: 55px 0px 0px;
	max-width: 1000px;
	justify-content: start!important;
}

.c-list-plan .c-title-line{
	font-weight: 400 !important;
}

@media screen and (min-width: 768px){
.c-list-plan_item{
	flex-basis: 30%;
    max-width: 30%;
    padding: 0 !important;
    margin-right: 5%;
}
.c-list-plan_item:last-child{
	margin-right: 0;
}
}

@media screen and (max-width: 767px){
.pjsli h2.c-title-line {
	font-size: 2.6rem !important;
}

.c-title-line span::before, .c-title-line span::after {
	height: 35px !important;
}
}

.pjsli {
	padding: 75px 0 0px !important;
}

.pjsli h2{
	font-size: 2.9rem !important;
	color: #333333 !important;
}

.pjsli span::before, .pjsli span::after{
	background-color: #333333 !important;
}

.pjsli span{
	font-weight: 400 !important;
}
@media (min-width: 750px){
#wrap-pickup-new {
    display: flex;
    justify-content: space-between;
}
}



/* 事業紹介ページにプロジェクト一覧追加とプロジェクト一覧表示 */

.jireiplan_inner{
	margin-bottom: 115px;
}

@media screen and (max-width: 1023px){
.jireiplan_inner{
	margin-bottom: 60px;
}
}

.jireiplan_inner .plan{
	color: #ec6d65;
}

.jireiplan_inner .plan span::before, .jireiplan_inner .plan span::after{
	background-color: #ec6d65;
}

.picktex{
	text-align: center;
    padding: 20px 0 0;
}

.picktex::after {
	content: "";
    margin: 10px auto 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    vertical-align: middle;
}

.pj{
	margin: 15px auto 0 !important;
	background-color: #ECE5DC;
	max-width: 1000px;
	padding: 30px 30px 30px;
	justify-content: space-between;
}

.pp .c-list-jirei_item{
	margin-bottom: 30px !important;
}

@media screen and (min-width: 768px){
.pj .c-list-jirei_item{
	flex-basis: 31% !important;
	max-width: 31% !important;
	padding: 0 !important;
	margin-right: 3.5%;
}
.pj .c-list-jirei_item:nth-of-type(3n){
	margin-right: 0;
}
}

.read-more{
	display: inline-block;
	border-radius: 30px;
	width: 100%;
	text-align: center;
	text-decoration: none !important;
	padding: 10px 0;
	margin: 13px 0 7px;
	font-weight: bold;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffcc00;
	line-height: 1.2;
	color: #333;
	font-size: 1.4rem;
	bottom: 0px;
}

.jireiplan_inner .text{
	padding: 8px 20px 15px;
}

.pj .c-list-jirei_item-inner{
	padding: 0;
	box-shadow: 5px 5px rgb(196 154 109);
	position: relative;
    overflow: hidden;
    display: block;
	height: 100%;
}

.pj .c-list-jirei_item-inner:before{
	position: absolute;
	content: '';
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ffcc00;
}

.pjt{
	padding: 20px 25px 15px;
}

.pjt h2{
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	border-bottom: dotted 2px #333333;
	padding-bottom: 10px;
	/* height: 67px; */
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
}
.pjt h2 a{
	color: #EC6D65;
}

.c-list-jirei_item .text p.subt-li{
	font-weight: bold;
    padding: 5px;
    font-size: 1.5rem !important;
    letter-spacing: 0.3px;
}

body[class*="home"] .jireiplan{
	padding: 35px 30px 0;
}

@media screen and (max-width: 767px){
.pj .c-list-jirei_item .thumb{
	padding: 0;
	flex-basis: 100%;
    max-width: 100%;
}

.pj .c-list-jirei_item .text{
	flex-basis: 100%;
    max-width: 100%;
}

.pj .c-button-round-02{
	padding: 10px 50px;
	font-size: 1.8rem;
}

.pj p{
	padding-top: 15px;
}
}

@media screen and (min-width: 500px) and (max-width: 767px){
.pj .c-list-jirei_item {
	flex-basis: 47.5%;
	max-width: 47.5%;
	margin-right: 5%;
}
.pj .c-list-jirei_item:nth-of-type(even){
	margin-right: 0;
}
}
.snp {
	height: 200px;
}

@media screen and (min-width: 1024px){
.pp{
	padding: 65px 30px 0;
}

.snp {
	height: 550px;
}
}

@media screen and (min-width: 768px){
.snp {
	height: 440px;
}
}

@media screen and (max-width: 1023px){
.pp{
	padding: 40px 30px 0;
}
}

.pcorp{
	padding: 8px 0;
    text-align: center;
}

.pcl img{
	margin: 0 auto;
	max-height: 120px;
}

@media screen and (max-width: 500px){
.pj .c-button-round-02{
	padding: 10px 20px;
    font-size: 1.7rem;
}
}


/* 地域ネットワークページに区分訳を追加 */

.c-block-area ul li {
	display: flex;
}

@media screen and (min-width: 768px){
.c-block-area ul li {
	margin-left: 25%;
}
}

.pl114{
	padding-left: 114px;
}

.c-block-area ul li img{
	margin-right: 20px;
	width: 94px;
    height: 28px;
    min-width: 94px;
}

span.thiku {
	background: #C69C6D;
    padding: 5px 15px;
    border-radius: 7px;
    color: #ffffff;
    margin-right: 20px;
}

span.ken {
	background: #8C6239;
    padding: 5px 24px;
    border-radius: 7px;
    color: #ffffff;
    margin-right: 20px;
}

hr.shikiri {
    border-bottom: 2px dotted #8C6239;
    border-top: none;
    margin-left: 25%;
}

@media screen and (max-width: 767px){
hr.shikiri {
    margin: 15px 0;
}
}


/* コロナページリニューアル */
.nav-to-support ul{
	margin: 0 !important;
}

@media screen and (min-width: 700px) and (max-width: 767px){
.nav-to-support ul{
	margin: 0 25px !important;
}
}

.corona .btn, .corona-test .btn{
	background-color: #ec6d65;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    display: block;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
.yajirusi::after{
	content: "";
    margin: 20px auto 0;
    width: 10px;
    height: 10px;
    font-weight: bold;
    border-top: 1px solid #ec6d65;
    border-right: 1px solid #ec6d65;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    vertical-align: middle;
}

@media screen and (min-width: 768px){
.nav-to-support {
    padding: 10px 30px 0 !important;
    }
.corona .btn, .corona-test .btn{
	font-size: 2.0rem;
    width: 50%;
    margin: 64px auto 0;
    padding: 14px 0;
}
	}


@media screen and (min-width: 501px) and (max-width: 767px){
.corona .btn, .corona-test .btn{
	width: 50%;
    margin: 25px auto 0;
    font-size: 1.6rem !important;
}
}

@media screen and (max-width: 500px){
.corona .btn, .corona-test .btn{
	width: 75%;
    margin: 20px auto 0;
    font-size: 1.3rem !important;
}
}

.c-title-line span{
	font-weight: bold !important;
	letter-spacing: 1.6px !important;
}

#campaign p.pink{
	color: #ec6d65;
	font-size: 1.1em !important;
	text-align: center;
}

@media screen and (min-width: 1024px){
#campaign p.pink{
	margin: 10px 0 20px 0;
}

.anshin {
	padding-top: 0px;
}
}

#campaign p.movtex{
	width: 70%;
    margin: 0 auto;
    padding: 20px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
#campaign p.movtex{
	width: 80%;
	}
}

@media screen and (max-width: 767px){
#campaign p.movtex{
	width: 100%;
	}
}

.anshin_inner{
	border-top:none;
	padding: 70px 80px;
	background: #ECE5DC;
	border-radius: 20px;
    max-width: 1160px;
}

.antop{
	position: relative;
}

h2.ant{
	color: #ec6d65;
    font-size: 4.3rem;
    text-align: center;
    padding: 20px 0 30px;
    font-weight: bold;
}

.anshin p.anh2top{
	background-color: #ec6d65;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    width: 50%;
    display: block;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    padding: 11px 0;
    margin: 0 auto;
}

.anshin p.anh2top::after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10.5px 0 10.5px;
    border-color: #ec6e65 transparent transparent transparent;
    position: absolute;
    bottom: 67%;
    left: 0;
    right: 0;
    margin: auto;
}

.anshin .c-title-line span{
	background-color: #ECE5DC;
}

.antex{
	width: 70%;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.06em;
}

.kanrendougasyu{
	padding: 45px 0 0;
}

@media screen and (min-width: 1024px){
.antex {
	font-size: 1.5rem;
}

.anshin p.anh2top::after{
	bottom: 65%;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.anshin p.anh2top{
	font-size: 1.8rem;
}
.antex {
    width: 80%;
}

.anshin{
	padding:30px 30px 0 !important;
}
}

@media screen and (max-width: 767px){
.antex {
    width: 100%;
}

.anshin_inner{
	padding: 40px 25px;
}

.anshin{
	padding:0px 30px 0 !important;
}
}

@media screen and (min-width: 540px) and (max-width: 767px){
.anshin p.anh2top::after{
	bottom: 63%;
}

h2.ant{
	font-size: 3rem;
}

.anshin p.anh2top{
	font-size: 1.7rem;
	width: 70%;
}

.anbox img{
	margin: 35px auto 10px;
    width: 35% !important;
}

.anshin .c-title-line span{
	line-height: 1.5;
}
}

@media screen and (max-width: 539px){
h2.ant{
	font-size: 1.8rem;
}

.anshin p.anh2top{
	font-size: 1.5rem;
	width: 100%;
}

.anbox img{
	margin: 35px auto 10px;
    width: 50% !important;
}

.mark img{
	margin: 35px auto 10px;
    width: 55% !important;
}

.anshin .c-title-line span{
	font-size: 1.6rem;
    letter-spacing: 1.2px !important;
    line-height: 1.5;
}
}

@media screen and (min-width: 366px) and (max-width: 539px){
.anshin p.anh2top::after{
	bottom: 55%;
}

.anshin .c-title-line, #movies-list .c-title-line{
	font-size: 1.3rem !important;
}
}

@media screen and (max-width: 365px){
.anshin p.anh2top::after{
	bottom: 59%;
}


}

.anbox{
	border-bottom: 2px dotted #ec6d65;
	margin: 0 0 60px;
    padding-bottom: 50px;
}

.anshin .c-title-line, #movies-list .c-title-line{
	color: #ec6d65;
    font-size: 1.8rem;
    letter-spacing: 0 !important;
    font-weight: bold;
}

@media screen and (min-width: 1024px){
.anshin .c-title-line{
	font-size: 2.9rem;
}
}

.anshin .c-title-line span::before{
	background-color: #ec6d65;
}

.anshin .c-title-line span::after{
	background-color: #ec6d65;
}

.anbox img{
	margin: 35px auto 10px;
    width: 25%;
}

.mark img{
	margin: 35px auto 10px;
    width: 39%;
}

body[class*="corona"] .l-contents-section_inner{
	border-bottom: none !important;
}

body[class*="corona"] #supporter .inner{
	padding: 100px 0;
	border-bottom: 2px dotted #333;
}

.anbo {
	border-top: 2px dotted #333;
}

.pabo100{
	padding-bottom: 100px;
}

.anithi .c-title-line{
	letter-spacing: 0;
	top: -80px !important;
}

@media screen and (max-width: 767px){
body[class*="corona"] #supporter .inner{
	padding: 40px 0;
}

body[class*="corona"] .c-list-jirei.corona{
	margin: 50px auto 0;
}

.anithi .c-list-jirei.corona .c-title-line span{
	top: 30px !important;
    font-size: 1.6rem;
    line-height: 1.5;
}

.pabo100{
	padding-bottom: 40px;
}

#movies-list ul li {
	margin-top: 40px !important;
}

#campaign .c-title-line {
	letter-spacing: 0.1em !important;
}
}

#campaign p{
	font-size: 1.4rem !important;
}

.pabo20{
	padding-bottom: 20px !important;
}

@media screen and (min-width: 768px){
#movies-list ul li {
	padding: 0 !important;
}

#movies-list ul li:nth-child(odd) {
	padding-left: 36px !important;
	padding-right: 18px !important;
}

#movies-list ul li:nth-child(even) {
	padding-right: 36px !important;
	padding-left: 18px !important;
}
}

#movies-list ul li p{
	margin-top: 10px;
}

@media screen and (min-width: 768px){
#movies-list ul{
	margin: 0px -36px 0 !important;
}

#movies-list ul li{
	margin-top: 50px !important;
}

#movies-list ul li p{
	font-size: 1.5rem !important;
}
}

#movies-list ul li span{
	/* border-top: dotted 1px !important; */
	margin-top: 10px !important;
    padding-top: 10px !important;
}

@media screen and (min-width: 1024px){
.c-list-jirei.corona{
	margin: 75px auto 0 !important;
}

.anithi .c-title-line{
	top: -70px !important;
}
.c-list-jirei.corona .c-title-line span{
	letter-spacing: .20em !important;
}
}



/* TOPページに動画を追加 */
.toppum{
	padding: 70px 30px;
    border-top: 2px dotted #333;
    border-bottom: 2px dotted #333;
}

.toppum .movie{
	max-width: 880px;
    margin: 0 auto;
    padding-top: 0;
}

.toppum .movie iframe{
	height: 490px;
	position: relative;
}

@media screen and (min-width: 1024px){
.toppum .movie{
	padding-top: 0;
	}
}

@media screen and (max-width: 700px){
.toppum .movie iframe{
	height: 360px;
}
}

@media screen and (max-width: 500px){
.toppum .movie iframe{
	height: 280px;
}
}

.toppum h1.c-title-line{
	padding-bottom: 30px;
}

.toppum .youtube a.btn{
	display: block;
    padding: 14px 8px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    margin: 24px auto 0;
    background-color: #ec6d65;
    width: 600px;
}

@media screen and (min-width: 501px) and (max-width: 767px){
.toppum .youtube a.btn{
	width: 70%;
    font-size: 1.8rem;
}
}

@media screen and (max-width: 500px){
.toppum .youtube a.btn{
	width: 70%;
    font-size: 1.3rem;
}
}


/* 検索フォームでの検索結果 */

.searchbox .c-list-news-02{
	display: block;
}

.st h1{
	background-color: #5dc2d0;
    color: #fff;
}

.st::before{
	background-image: url(../images/deco_page_title_news.png);
}

.searchbox {
    padding: 20px 30px 40px;
}

@media screen and (min-width: 768px){
.searchbox {
    width: calc(100% - 60px);
}
}

.searchbox {
    width: calc(100% - 40px);
    background-color: #f5f2ee;
    border-radius: 20px;
    padding: 40px 30px;
}




/* むすびえのひとたち */

body[class*="about"] .c-title-page-02 h1::after, body.case .c-title-page-02 h1::after {
    border-color: #5dc2d0 transparent transparent transparent;
}

body.member .c-title-page-02 h2 {
    background-color: #5dc2d0;
}

body[class*="about"] .c-title-page-02 h1 span::after{
	background-color: #fff;
}

body.member .c-title-page-02 h2 span {
    color: #fff;
}

@media screen and (min-width: 768px){
body.member .c-title-page-02 h2 span {
    font-size: 2.6rem;
}
}

@media screen and (min-width: 768px){
body.member .c-title-page-02 .btn::before {
    width: 10px;
    height: 10px;
}
}

@media screen and (max-width: 767px){
body.member .c-title-page-02{
	padding-bottom: 40px;
}

body.member .c-title-page-02 .lead{
	text-align: center;
}

body.member .c-title-page-02 .btn{
	font-size: 1.2rem;
	line-height: 2.5;
}
}

body.member .men-con{
	display: flex;
}

.mem-img{
	width: 20%;
	display: flex;
    padding-left: 3%;
    position: relative;
}

.mem-img img{
	border-radius: 50%;
	border: 3px solid #5dc2d0;
	width: 125px;
    height: 125px;
}

.memdot{
	border-top: 3px dotted #5dc2d0;
    width: 20%;
    position: absolute;
    top: 60px;
    left: 165px;
}

@media screen and (min-width: 768px) and (max-width: 980px){
.mem-img img{
	width: 100px;
    height: 100px;
}

.memdot{
	width: 17%;
	top: 50px;
    left: 133px;
}
}


.mem-tex{
	width: 80%;
    padding-right: 3%;
    padding-left: 1%;
}

.yksk{
	font-weight: bold;
    color: #5dc2d0;
    font-size: 1.1em;
}

.memname{
	font-weight: bold;
    font-size: 2em;
}

.keireki{
	border-bottom: dotted 2px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.membun{
	font-size: 1.05em;
    line-height: 1.9;
    padding-top: 18px;
}

@media screen and (min-width: 1024px){
ul.mem-section {
	padding: 100px 30px 0;
}
}

@media screen and (min-width: 768px){
ul.mem-section {
	padding: 70px 30px 0;
    max-width: 1160px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}

li.mem_inner {
	padding: 40px 0;
    margin: 0 auto;
    max-width: 1000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-top: 1px dotted #333;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
li.mem_inner {
	padding: 70px 0;
    border-top: 2px dotted #333;
}
}

@media screen and (min-width: 1024px){
li.mem_inner {
	padding: 50px 0 !important;
}
}

ul.mem-section li.mem_inner:last-child{
  border-bottom: 1px dotted #333;
}

@media screen and (max-width: 767px){
li.mem_inner {
    padding: 40px 8%;
    }

.mem-img{
	width: 100%;
	padding-left: 0;
	padding-bottom: 5%;
}

.mem-img img{
	width: 50%;
    height: 50%;
    margin: 0 auto;
}

.memdot {
    display: none;
    }

body.member .men-con {
	display: flow-root;
	}

.mem-tex {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
}

@media screen and (min-width: 768px){
body[class*="member"] .c-title-page-02 .lead{
	margin: 35px 0;
	margin-bottom: 0px;
}
}


/* 検索フォーム */
.sinfo{
	    text-align: center;
	    padding: 20px;
}

.sinfo ::-webkit-input-placeholder {
  color: #5dc2d0;
}

.sinfo{
	position:relative;
	max-width:352px;
	margin: 15px auto 45px;
}

.sinfo .search-field{
	height:50px;
	padding:0 50px;
	width: 100%;
	position:absolute;
	left:0;
	top:0;
	outline:0;
	border: 2px solid #5dc2d0;
	border-radius:25px;
	background:#fff;
}

.sbtn2{
	height:50px;
	position:absolute;
	left:10px;/*アイコン左右の位置調整*/
	top:0;
	background:none;
	color: #5dc2d0;
	border:none;
	font-size:20px;/*アイコンサイズ*/
}

.sbtn5:hover{
	color:#7fbfff;
}

body.news .l-container-col_2 {
    padding: 20px 30px 40px;
}

.l-container-col_3 {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}


@media screen and (max-width: 767px){
.l-container-col_3 {
	display: contents;
}
}


/* むすびえの大事にしていること */

.l-contents-section-top .daiji{
	text-align: center;
}

.l-contents-section-top .daiji p{
	font-weight: bold;
	color: #e9625a;
	font-size: 2.0rem;
}

@media screen and (max-width: 450px){
.l-contents-section-top .daiji p{
	font-size: 1.4rem;
}
}

.l-contents-section-top .daiji .btn{
	display: block;
    padding: 14px 8px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    margin: 24px auto 0;
    background-color: #ec6d65;
    width: 600px;
}

@media only screen and (min-width: 769px) and (max-width: 1023px){
.l-contents-section-top .daiji{
	margin: -50px auto 50px;
}
}

@media screen and (max-width: 767px){
.l-contents-section-top .daiji .btn{
	width: 70%;
	font-size: 1.8rem;
}
}


/* バナーをここでのとあっちにもこっちにもだけにする */

.banner-space ul {
    justify-content: space-around !important;
}



/* グロナビ追加 */

@media screen and (min-width: 1024px){
.l-header .main-nav>li.about>.down {
    border-top: 3px solid #5dc2d0;
    background-color: #5dc2d0;
}

body[class*="about"] .l-header .main-nav>li.about span{
	opacity: 1;
}

body[class*="about"] .l-header .main-nav>li.about span::before,body[class*="about"] .l-header .main-nav>li.about span::after {
    -webkit-animation: none;
    animation: none;
}

.l-header .main-nav>li.about.is-active>a, body[class*="about"] .l-header .main-nav>li.about>a {
    background-color: #5dc2d0;
    color: #fff;
}

.l-header .main-nav>li.drop.about span {
    background: #5dc2d0;
}

.l-header .main-nav>li.drop.about span::before {
    left: -5px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    -webkit-box-shadow: 2px 2px 0 #5dc2d0;
    box-shadow: 2px 2px 0 #5dc2d0;
}

.l-header .main-nav>li.drop.about span::after {
    right: -5px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    -webkit-box-shadow: -2px 2px 0 #5dc2d0;
    box-shadow: -2px 2px 0 #5dc2d0;
}

.l-header .main-nav>li.about>.down ul li a {
    color: #fff;
}

.l-header .main-nav>li.about>.down ul li a::before{
	border-top:3px solid #33373E;
	border-right:3px solid #33373E;
	}

.l-header .main-nav>li.about {
    padding: 0 0px 10px;
}

.l-header .main-nav>li.about>a {
    padding: 8px 16px;
    border-radius: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 32px;
}
}
@media screen and (max-width: 1117px){
.l-header .main-nav>li>p, .l-header .main-nav>li>a {
    font-size: 1em!important;
}
.l-header .main-nav>li.donate>a{
    padding: 10px 20px;
}
}
@media screen and (min-width: 1024px){
.l-header .main-nav>li.about>a:hover {
  color: #fff;
}
}

.as-content{
	    background-color: #e6ddd1;
	    padding: 40px;
	    margin-top: 30px;
}

.as-content ul{
	display: flex;
    flex-wrap: wrap;
}

.as-content ul li{
	margin: 0 10px 0 0;
	width: calc((100% - 30px)/4);
}
.as-content ul li:nth-child(4n){
	margin: 0;
}{
	margin: 0;
}
img.logo-re{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.as-content p{
	text-align: center;
	margin: 8px 0px;
	font-size: 1.2rem;
    font-weight: 500;
}

.dn{
	display: none;
}

@media only screen and (min-width: 681px) and (max-width: 850px){
.as-content p{
	font-size: 1rem;
}
}

.as-button-round-01{
	border: 2px solid #e65750;
	border-radius: 30px;
	width: calc(100% - 4px);
	background-color: #fff;
	color: #e65750;
	font-size: 1.5rem;
	display: block;
}

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

.as-content ul li {
    width: calc((100% - 10px)/2);
}
.as-content ul li:nth-child(odd) {
	margin-right: 10px;
	margin-bottom: 20px;
}
.as-content ul li:nth-child(even) {
	margin-right: 0px;
}
.as-button-round-01{
	font-size: 1.45rem;
}

.as-content p {
	margin: 10px 0px 0;
	font-size: 1.45rem;
	line-height: 1.7;
}
.dn{
	display: block;
}
}

.tunagari{
	font-weight: bold;
	text-align: center;
    margin-top: 30px;
}

.tunagari a{
	color: #e9625a;
}

span.redbo{
	font-weight: bold;
	color: #ec6d65;
}

.SDGs{
	padding: 30px 0;
}

.sdgsp{
	font-size: 1.4rem;
	font-weight: 600;
    text-align: center;
    line-height: 2;
    margin: 0 20% 30px 20%;
}

.SDGs img{
	margin: 0 auto;
}


@media screen and (max-width: 890px){
.sdgsp{
	margin: 0 10% 30px 10%;
}
}


@media screen and (min-width: 1024px){
.SDGs{
	padding: 0 0 50px 0  !important;
}

.sdgsp{
	font-size: 1.6rem;
}
}

@media screen and (min-width: 1155px){
.sdgsp{
	margin: 0 24.3% 30px 24.3%;
}

.sdgsp{
	font-size: 1.8rem;
}
}

.igpc { display: block !important; }
.igsp { display: none !important; }

@media only screen and (max-width: 1023px) {
.igpc { display: none !important; }
.igsp { display: block !important; }
}
@media screen and (min-width: 1024px){
	.l-header .sns img {
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width: 1024px){
	.l-header_nav .inner{
		max-width: 1199px !important;
		padding: 0 20px !important;
	}
	.l-header .sns {
		-ms-flex-preferred-size: 209px !important;
		flex-basis: 314px !important;
		justify-content: space-between;
		}
	.l-header .sns a.fb, .l-header .sns a.tw{
		margin-left: 0px !important;
	}
	.l-header .sns a.igpc{
		flex-basis: 33px;
		max-width: 33px;
		height: 33px;
	}
}
@media screen and (max-width: 1023px){
	.l-header .sns a{
		font-size: 15px !important;
	}
	.l-header .sns a.igsp{
		padding: 0px !important;
	}
	.l-header .sns a span {
		font-weight: 500;
	}
	.l-header .sns a.fb span,
	.l-header .sns a.tw span{
		position: relative;
		left: 10px;
	}
}
.l-footer_sns a img{
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 33px;
}
.l-footer_sns a i{
    position: relative;
    top: -11px;
}
.l-header .sns i{
	width: 33px !important;
    height: 33px !important;
    left: 13px !important;
    font-size: 18px !important;
    line-height: 33px !important;
}
@media screen and (min-width:768px) and ( max-width:768px) {
.l-footer_content_RR {
    flex-basis: 134px !important;
    max-width: 134px !important;
}
}
@media screen and (min-width: 769px){
	.l-footer_content_RR {
		flex-basis: 148px !important;
		max-width: 148px !important;
	}
	}
	@media screen and (max-width: 767px){
	.l-footer_sns{
		margin: 20px 0 0;
	}
}
@media (min-width: 641px) and (max-width: 1023px) {
	.l-header .sns{
		justify-content: flex-start !important;
	}
	.l-header .sns a{
		padding: 12px 0px 4px !important;
	}
	.l-header .sns a.mg, .l-header .sns a.fb, .l-header .sns a.tw, .l-header .sns a img{
		margin-left: 20px;
	}
}
@media screen and (max-width: 640px){
	.l-header .sns{
        align-items: center;
        flex-wrap: wrap;
 }
	.l-header .sns a.sj,
	.l-header .sns a.mg{
		padding: 12px 0px 12px !important;
		max-width: 48%;
		flex-basis: 48%;
	}
	.l-header .sns a.fb,
	.l-header .sns a.tw{
		padding: 12px 0px 12px !important;
	}
	.l-header .sns a.fb{
		padding-left: 6% !important;
	}
	.l-header .sns a.fb, .l-header .sns a.tw, .l-header .sns a img{
		margin-top: 20px;
	}
}
/*------------------------------------------------------ top banner
 *
 * */
.l-contents-section-top.t-banner{
	width: 100%;
	margin-bottom: -30px;
	padding: 55px 30px 0px;
}
.banner-space{
	padding: 0 44px;
}
.banner-space ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner-space_item{
	flex-basis: 46%;
    max-width: 46%;
    margin-bottom: 44px;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.banner-space {
		padding: 0 14px;
	}
	.l-contents-section-top.t-banner {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 768px){
	.banner-space ul {
		flex-direction: column;
		width: 100% !important;
	}
	.l-contents-section-top.t-banner {
		margin-bottom: -26px;
		padding: 15px 0 0px;
	}
	.banner-space {
		padding: 0 7%;
	}
	.banner-space_item {
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 7%;
	}
}
@media (min-width: 768px) and (max-width: 768px) {
	.l-contents-section-top.t-banner {
		padding: 55px 0 0;
	}
	.banner-space_item {
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 520px){
	.l-contents-section-top.t-banner {
		margin-bottom: 5px;
	}
}
/** **/
.bannerinner {
	overflow:hidden;
}
@media screen and (max-width: 768px){
	.saikai .bannerinner p{
		margin: 3% auto 6% !important;
		width: 86%;
		max-width: 645px !important;
	}
}
.saikai .bannerinner p{
	margin: 30px auto 0px;
    max-width: 415px;
}
@media (min-width: 769px) and (max-width: 1023px) {
	.saikai .bannerinner p{
		margin: 40px auto 60px;
		max-width: 410px;
	}
}
/** 768px**/
@media screen and (min-width:768px) and ( max-width:768px) {
	.f-container-cf .f-item-cfm.cfsm img {
		position: relative;
		left: 0% !important;
    }
}
/** **/

@media screen and (min-width: 1024px){
.f-container-cf .f-item-cfm{
	margin: -25px 10px 0px !important;
}
}

@media screen and (max-width: 768px){
.c-banner-top ul{
	width: 86% !important;
}
}
@media screen and (min-width: 769px){
.f-container-cf .f-item-cfm.cfsm p {
    position: relative;
    left: 13.5% !important;
    width: 86.5% !important;
}
}
/** ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â¸Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ **/
.kikin.pc p{
	margin: 40px auto 15px;
	max-width: 1000px;
    width: 95%;
}
.kikin.sp p{
	margin: 6% auto 3%;
	width: 86%;
	max-width: 645px;
}
/** ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂªÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â´ **/
@media screen and (min-width: 768px){
	.c-list-news{
		max-width: 1053px;
		padding: 7px 0px 0px;
	}
	.l-contents-section-top .inner {
		padding: 0 22px;
	}
	.c-list-cat.pc{
		margin-top: 0px;
		margin-bottom: 2px;
	}
}
@media screen and (max-width: 768px){
	.c-list-cat li{
		display: table;
	}
	.c-list-news_item{
		margin-bottom: 12px;
	}
}
/** ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â° **/
@media screen and (min-width: 768px){
.bg-sec{
	display: none;
}
}
@media screen and (max-width: 768px){
.bg-sec{
	display: block;
}
}
@media screen and (min-width: 768px){
.l-container-col_1 .l-contents-section-top.news .inner{
	background-color: #dff3f6;
	padding: 0 22px 44px !important;
	border-radius: 10px;
}
}
@media screen and (min-width: 1024px){
.l-contents-section-top.news h1{
	top: -60px !important;
}
}
@media screen and (max-width: 768px){
.l-container-col_1 .l-contents-section-top.news .inner{
	padding: 0px 30px;
}
.c-list-news{
	margin-bottom: 10px;
}
}
/** ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢3ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°8ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â´ **/
@media screen and (min-width: 768px){
.c-list-news_item {

flex-basis: 25%;
    max-width: 25%;
    padding: 0 22px;
    margin-bottom: 44px;
}

.c-list-news{
	flex-wrap: wrap !important;
	margin: 0 auto !important;
}
}
/* ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯"pc"ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®classÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
.pc { display: block !important; }
.sp { display: none !important; }
/* ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯"sp"ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®classÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¥Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/** ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¹Ã¢â‚¬Â  **/
section.newyear p span{
	color: #ec6d65;
	margin-bottom: 2%;
	font-weight: bold;
}

.ny span::before, .ny span::after{
	background-color: #ec6d65;
	margin-bottom: 2%;
}
@media screen and (min-width: 769px){
section.newyear img{
	width: 73%;
	margin: 0 auto;
}
}
@media screen and (max-width: 768px){
section.newyear img{
	margin: 0 auto;
	max-width: 450px;
}
}

@media screen and (max-width: 768px){
	section.newyear p span{
	font-size: 0.8em;
	}
	section.newyear p span{
	margin-bottom: 3%;
}
}

@media screen and (max-width: 533px){
	section.newyear p span{
	font-size: 0.7em;
	}
	section.newyear p span{
	margin-bottom: 4.5%;
}
	section.newyear img{
	width: 83%;
}
}

/**/
.l-contents-section-top.supporter #supporter-list{
	background: #ece5dc;
	padding: 40px;
}
.l-contents-section-top.supporter h1{
	color: #333;
	padding: 10px 0 20px;
}
.l-contents-section-top.supporter h1 span{
	background: none;
	font-weight: 700;
	font-size: 1.4rem;
}
.l-contents-section-top.supporter .c-title-line em{
	display: none;
}
.l-contents-section-top.supporter .c-title-line span::before,
.l-contents-section-top.supporter .c-title-line span::after {
    background-color: #333;
}
.l-contents-section-top.supporter ul{
	overflow: hidden;
	margin: 20px 0 0;
}
.l-contents-section-top.supporter ul li{
	background: #fff;
	/* height: 148px; */
	width: calc((100% - 10px) / 2);
	margin: 0 10px 10px 0;
	float: left;
	position:relative;
}
.l-contents-section-top.supporter ul li img{
	margin:auto;
	}
@media screen and (max-width: 600px){
	.l-contents-section-top.supporter #supporter-list{
		padding: 20px;
	}
}
@media screen and (max-width: 1023px){
.l-contents-section-top.supporter ul li:nth-child(even){
	margin: 0 0 10px 0;
}
}
@media screen and (min-width: 1024px){
.l-contents-section-top.supporter h1 span{
	font-size: 2.4rem;
}
.l-contents-section-top.supporter ul li{
	background: #fff;
	/* height: 148px; */
	width: calc((100% - 30px) / 3);
	margin: 0 10px 10px 0;
	float: left;
}
.l-contents-section-top.supporter ul li:nth-child(3n){
	margin: 0 0 10px 0;
}
}

/** manga**/
.fa-hacker-manga:before{content:"ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";}
.fa-mangapaper-o:before{content:"ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Âª";}
@media screen and (min-width: 1024px){body.manga .l-header{border-bottom:3px solid #EC6D65;}}


@media screen and (min-width: 1024px){.l-header .main-nav>li.manga a::before{content:"";width:100%;height:4px;background-color:#5dc2d0;bottom:0;border-radius:0;position:absolute;margin:0;top:auto;-webkit-transition:all .3s;transition:all .3s;opacity:0}}
@media screen and (min-width: 1024px){.l-header .main-nav>li.manga a:hover,.l-header .main-nav>li.manga:hover a::before{opacity:1}}
@media screen and (min-width: 1024px){body.manga .l-header .main-nav>li.manga a::before{opacity:1}}


body.manga .l-container-col_2{width:calc(100% - 40px);background-color:#f5f2ee;border-radius:20px;padding:40px 30px;}
@media screen and (min-width: 768px){body.manga .l-container-col_2{width:calc(100% - 60px);}}
.l-contents-section-top.manga .bg-sec{width:100%;}
.l-contents-section-top.manga .inner{background-color:#dff3f6;}
@media screen and (min-width: 1024px){.l-contents-section-top.manga .inner{background-color:#fff;background-image:url("../images/bg_news_pc.png");background-repeat:no-repeat;background-size:100% 100%;max-width:1100px;margin:0 auto;padding:0 0 80px;}}
.l-contents-section-top.manga h1{top:-60px;position:relative;}
@media screen and (min-width: 1024px){.l-contents-section-top.manga h1{top:-20px;}}
body.manga .c-title-page,body.manga .c-title-page-02,body.manga .c-title-page-03{padding:0 30px;}
body.manga .c-title-page::before,body.manga .c-title-page-02::before,body.manga .c-title-page-03::before{background-image:url("../images/deco_page_title_news.png");}
body.manga .c-title-page h1,body.manga .c-title-page-02 h1,body.manga .c-title-page-03 h1{background-color:#5dc2d0;color:#fff;}
body.manga .c-title-page h1 span::after,body.manga .c-title-page-02 h1 span::after,body.manga .c-title-page-03 h1 span::after{background-color:#fff;}
body.manga .c-title-page-02{margin-top:30px;}
body.manga .c-title-page-02 h1::after{border-color:#5dc2d0 transparent transparent transparent;}
.c-list-manga{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
@media screen and (min-width: 768px){.c-list-manga{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;padding:0 30px 40px;margin:0 -22px;}}
@media screen and (min-width: 1024px){.c-list-manga{max-width:805px;margin:70px auto 0;}}
.c-list-manga_item{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;}
@media screen and (min-width: 768px){.c-list-manga_item{-ms-flex-preferred-size:33.3333%;flex-basis:33.3333%;max-width:33.3333%;padding:0 22px;margin-bottom:0;}}
.c-list-manga_item-inner{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;}
@media screen and (min-width: 768px){.c-list-manga_item-inner{display:block;height:100%;}}
.c-list-manga_item .thumb{display:block;padding:0 6px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;}
@media screen and (min-width: 768px){.c-list-manga_item .thumb{padding:0 0 6px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}}
.c-list-manga_item .thumb img{width:100%;}
.c-list-manga_item .text{padding:0 0 0 6px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%;}
@media screen and (min-width: 768px){.c-list-manga_item .text{padding:6px 0 0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}}
.c-list-manga_item .text time.date{vertical-align:top;display:inline-block;background:#4d4d4d;padding:3px 5px;line-height:1;color:#fff;font-size:1.0rem;margin-bottom:8px;}
.c-list-manga_item .text p{font-size:1.2rem;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1.5;}
.c-list-manga_item .text p a{text-decoration:underline;}
.c-list-manga-02{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
@media screen and (min-width: 768px){.c-list-manga-02{padding:0;}}

.c-list-manga-02_item{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:500px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom: 15px;display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}
@media screen and (min-width: 768px){.c-list-manga-02_item{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom: 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}
.c-list-manga-02_item .thumb{display:block;padding:10px;background-color:#F5F2EE;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:500px;}
@media screen and (min-width: 768px){.c-list-manga-02_item .thumb{padding: 15px;-ms-flex-preferred-size:250px;flex-basis: 250px;max-width: 250px;max-height: 200px;}}
.c-list-manga-02_item .thumb img{margin: 0 auto;}
@media screen and (min-width: 768px){.c-list-manga-02_item .thumb img{margin:none;}}
.c-list-manga-02_item .text{background-color:#F5F2EE;padding: 15px;padding-left: 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;}
@media screen and (min-width: 768px){.c-list-manga-02_item .text{background-color:#F5F2EE;padding: 15px;padding-left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;}}
@media screen and (min-width: 768px){.c-list-manga-02_item .text{-webkit-box-flex:1;-ms-flex:1;flex:1;}}
.c-list-manga-02_item .text p{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1.5;}
@media screen and (min-width: 768px){.c-list-manga-02_item .text p{font-size:2rem;}}
.c-list-manga-02_item .text p a{text-decoration:underline;}

.c-list-manga-03_item{-ms-flex-preferred-size:100%;flex-basis:49%;max-width:100%;-webkit-box-sizing:border-box;flex-direction:row;box-sizing:border-box;margin-bottom:15px;display:block;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
@media screen and (min-width: 768px){.c-list-manga-03_item{-ms-flex-preferred-size:100%;flex-basis:49%;max-width:100%;-webkit-box-sizing:border-box;flex-direction:row;box-sizing:border-box;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}
.c-list-manga-03_item:nth-child(odd){margin-right:2%;}
@media screen and (max-width: 1000px){.c-list-manga-03_item{flex-basis: 100%;margin: 0 0 15px!important;}}
@media screen and (max-width: 768px){.c-list-manga-03_item:nth-child(odd){margin-left:0%;}}
.c-list-manga-03_item .thumb{display:block;padding:10px;background-color:#F5F2EE;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}
@media screen and (min-width: 768px){.c-list-manga-03_item .thumb{padding:10px;-ms-flex-preferred-size:138px;flex-basis:138px;max-width:138px;}}
.c-list-manga-03_item .thumb img{margin: 0 auto;}
@media screen and (min-width: 768px){.c-list-manga-03_item .thumb img{margin:none;}}
.c-list-manga-03_item .text{background-color:#F5F2EE;padding: 15px;padding-left: 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;}
@media screen and (min-width: 768px){.c-list-manga-03_item .text{background-color:#F5F2EE;padding:10px;padding-left:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;}}
@media screen and (min-width: 768px){.c-list-manga-03_item .text{-webkit-box-flex:1;-ms-flex:1;flex:1;}}
.c-list-manga-03_item .text p{font-size:1.3rem;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1.5;}
@media screen and (min-width: 768px){.c-list-manga-03_item .text p{font-size:1.5rem;}}
.c-list-manga-03_item .text p a{text-decoration:underline;}

.c-block-manga{background-color:#f5f2ee;/* width:calc(100% - 40px); */margin:0 auto;border-radius:4px;padding:43px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;/* margin-top:-24px; */}
.c-block-manga .btn{background-color:#EC6D65;color:#fff;font-size:1.6rem;font-weight:bold;width:100%;display:block;border-radius:30px;line-height:1;padding:10px 0;text-align:center;width:72%;margin:0 auto;}
@media screen and (min-width: 768px){.c-block-manga .btn{font-size:2.0rem;padding:14px 0;}}
.c-block-manga .btn::before{content:"";margin:-1px 8px 0 0;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:inline-block;vertical-align:middle;}
@media screen and (min-width: 768px){.c-block-manga .btn::before{margin:-3px 8px 0 0;}}
/** ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¦Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂµÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬**/

/** TOPÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â  **/

.l-contents-section-top.manga{
    padding: 35px 0 0px;
}

p.cf span{
	font-size: 1.7rem;
    font-weight: bold;
    margin-right: 5%;
    margin-bottom: -2%;
    letter-spacing: 2px;
    line-height: 150%;
}

.f-item-cfm p.cf{
	top: -25px;
    position: relative;
}

.f-container-cf{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}

.f-container-cf .f-item-cfm{
	flex-basis: 45%;
    /* margin: 80px 10px; */
}

@media screen and (min-width: 768px){
.f-container-cf .f-item-cfm.mbig p{
	max-width: 100%;
	margin-left: 3%;
}
}


@media screen and (max-width: 1040px){
.f-container-cf .f-item-cfm {
    margin-right: calc(100vw * 0.03125 * -1 + 5%);
    margin-left: calc(100vw * 0.03125 * -1 + 5%);
    }
p.cf span {
    font-size: 1.5rem;
    margin-bottom: -3%;
}

.f-container-cf .f-item-cfm.mbig p{
	margin-left: 10px;
}
}

@media screen and (min-width:755px) and ( max-width:768px){
.f-container-cf .f-item-cfm.mbig p{
	margin-left: 4.5%;
	width: 100%;
	margin-top: 2%;
}
}

@media screen and (max-width: 754px){
.f-container-cf .f-item-cfm.mbig p{
	margin-left: 3.5%;
	width: 96.5%;
	margin-top: 0%;
}
}

@media screen and (max-width: 768px){
	.l-contents-section-top.manga{
    padding: 0 30px 30px;
}

.f-container-cf{
	display: block;
	flex-basis: 100%;
    width: 100%;
}

.f-container-cf .f-item-cfm {
    margin-right: calc(100vw * 0.03125 * -1 + 10%);
    margin-left: calc(100vw * 0.03125 * -1 + 7%);
    margin-top: 3%;
    margin-bottom: 3%;
    }

.f-container-cf .f-item-cfm.mbig p, .f-container-cf .f-item-cfm.cfsm p{
	max-width: 645px;
	height: 100%;
}
}

@media screen and (max-width: 764px){
.f-container-cf .f-item-cfm.cfsm p{
	position: relative;
    left: 3.5%;
    width: 96.5%;
}
}

@media screen and (min-width:765px) and ( max-width:768px){
.f-container-cf .f-item-cfm.cfsm p {
	position: relative;
    left: 4.5% !important;
    width: 96.5%;
}
}

@media screen and (max-width: 768px){
.f-container-cf .f-item-cfm.mbig{
	margin-top: -27px;
}

p.cf span{
	margin-right: 0%;
	font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: -2.5%;
}
}


@media screen and (max-width: 768px){
.f-container-cf .f-item-cfm.cfsm img{
	position: relative;
    left: 0%;
}

p.cf span {
    margin-bottom: -4.5%;
    font-size: 1.4rem;
}
}

.c-button-round-manga{
	display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*-------------------------------------------

ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â¿TOPÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡

-------------------------------------------*/

body.manga .l-container-col-manga_2, .l-container-col-manga_1{
	background: url("../images/bg-l.jpg") repeat-y top left, url("../images/bg-r.jpg") repeat top right;
}


/*-------------------------------------------

ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â¿TOPÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¦Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸

-------------------------------------------*/

.manga-topi{
	border-bottom: 3px solid #EC6D65;
	background: url("../images/bg-icatch.png");
	background-size: cover;
	padding: 20px 0;
}


.manga-topi img{
	/* border-bottom:27px solid #EC6D65; */
	/* padding: 20px 0; */
	margin: 0 auto;
	width: 98%;
	max-width: 1089px;
}
.l-contents-variable .c-list-manga-02 p.nom{
	font-size: 2.0rem;
	font-weight: bold;
}
.l-contents-variable .c-list-manga-02 p.sma{
	font-size: 1.4rem;
	font-weight: bold;
}

figcaption.charaname{
	text-align: center;
	color: #EC6D65;
	font-size: 1.5rem;
	margin-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
}
figcaption.chara-exp{
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	font-size: 0.9em;
}
.character{
	width: 100%;
	margin: 30px 0;
	padding-bottom: 45px;
	border-bottom: 1px dotted #999;
}

h1.chara-t{
	font-size: 1.5rem;
	text-align: center;
	background-color: #EC6D65;
    color: #fff;
	padding: 0.3em 4em 0.3em 4em;
	line-height: 1.5;
    display: block;
	border-radius: 25px;
	margin: 55px auto 0 auto;
}

.character figure img{
    width: 114px;
    margin: 0 auto;
}
.c-list-manga-02 .text dl{
	overflow: hidden;
}
.c-list-manga-02 .text dl dt {
	background: #ec6d65;
	color: #fff;
	width: 70px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}
.c-list-manga-02 .text dl dd {
	color: #ec6d65;
	background: #fff;
	width: calc(100% - 80px);
	text-align: center;
	float: left;
}
.c-list-manga-02 .text p{
	clear: both;
	margin: 15px 0;
	font-weight: bold;
}

.c-list-manga-02 #s-contents {
	position: relative;
	width: 73px; /* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â */
	height: 56px; /* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â */
}
.c-list-manga-02 .s-block img {
	position: absolute;
	top: 0px; /* #contentsÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢pxÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
	left: 30px; /* #contentsÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢pxÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
}
.f-container{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.f-container .f-item{
	flex-basis: 23%;
    max-width: 23%;
    margin: 0 auto;
    margin-top: 25px;
}
@media screen and (min-width: 1024px){
	body.manga .l-container-col-manga_2 .l-contents-variable {
		max-width: 940px;
		margin: 0 auto;
		background: #fff;
	}
	.l-contents-variable .c-list-manga-02 {
		max-width: 720px;
		margin: 0 auto;
		border-radius: 4px;
		padding: 50px 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	 .c-list-manga-02_item .text dl dt {
	 	font-size: 2rem;
	 }
	 .c-list-manga-02_item .text dl dd {
	 	font-size: 2rem;
	 }
}
@media screen and (max-width: 1023px){
		.manga-topi{
			border-top: 3px solid #EC6D65;
		}
		body.manga .l-container-col-manga_2 .l-contents-variable {
		padding: 0;
		width: 87%;
		margin: 0 auto;
		background: #fff;
	}
	.l-contents-variable .c-list-manga-02 {
		width: 87%;
		margin: 0 auto;
		border-radius: 4px;
		padding: 50px 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	.f-container .f-item{
		flex-basis: 48%;
		max-width: 48%;
		margin: 0 auto 15px;
		padding: 0 1%;
	}
}
@media screen and (max-width: 768px){
	.l-contents-variable .c-list-manga-02 {
		width: calc(100% - 30px);
		max-width: 768px;
		padding: 40px 10px;
		}
	.c-list-manga-02_item{
		margin: 16px auto 15px;
		}
	.c-list-manga-02_item:before{
		content: "";
		display: block;
		background: url(https://musubie.org/wp/wp-content/themes/musubie/assets/images/saisinwa-icon.png) no-repeat;
		width: 73px;
		height: 56px;
		position: relative;
		left: 30px;
	}
	.c-list-manga-03_item{
		flex-basis: 100%;
		max-width: 500px;
		margin: 0 auto 15px!important;
		}
		.c-list-manga-02 #s-contents {
		display: none;
		}
	.l-contents-variable .c-list-manga-02 p.nom{
		font-size: 1.4rem;
		}
	.l-contents-variable .c-list-manga-02 p.sma{
		font-size: 1.2rem;
		}
	.character figure img:first-child{
	margin: 0 auto;
	}
	.c-list-manga-02_item .text dl dt{
		/* font-size: 1.8em; */
		width: 100px;
		/* line-height: 1.4em; */
	}
	.c-list-manga-02_item .text dl dd {
		width: calc(100% - 110px);
		/* font-size: 1.6em; */
		line-height: 1.6em;
	}
	.c-list-manga-02_item .text p{
		font-size: 1.3rem;
	}
	.f-container{
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.f-container .f-item{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px;
		}
		.charaname{
		background-size: 50%;
		background-repeat-x: no-repeat;
		margin-top: 10px;
		padding-bottom: 10px;
	}
	figcaption.charaname{
	margin: 5px auto 0px;
	font-size: 0.85em;
	padding-bottom: 5px;
	}
	figcaption.chara-exp{
		margin: 5px auto 0px;
		font-size: 0.75em;
		}
}
/*-------------------------------------------

ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¨Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬

-------------------------------------------*/

@media screen and (max-width: 1000px){
	.c-block-manga {
		width: 90%;
		max-width: 940px;
		padding: 30px 20px;
	}
	.entry-manga-header h1.fukidashi {
		font-size: 2rem;
		line-height: 1.2em;
		padding: 10px;
	}
}
@media screen and (min-width: 1001px){
	.c-block-manga{
		max-width: 940px;
		padding:80px 100px;
		}
}
h1.manga-page-t{
	text-align: center;
	color: #EC6D65;
	font-size: 3.6rem;
    font-weight: bolder;
	margin-top: -20px;
	margin-bottom: 10px;
}

span.marumoji{
  font-size: 0.5em;
  color: #fff;
  background-color:#EC6D65;
  padding: 0;
  margin: 0;
  margin-left: -10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

span.syoumoji{
	font-size: 0.8em;
}
.entry-manga-header{
	max-width: 688px;
	margin: 0 auto;
}
.entry-manga-header h1{
	font-size: 2.6rem;
	font-weight: 400;
	text-align: center;
}

.entry-manga-header h1.fukidashi{
  position: relative;
  background: #fff;
  border: solid 2px #EC6D65;
  border-radius: 30px;
  margin-bottom: 15px;
  font-weight: bolder;
}

.entry-manga-header h1.fukidashi::before,
.entry-manga-header h1.fukidashi::after { /* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ */
  position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 14px;
    margin: 0 0 0 -14px;
}
.entry-manga-header h1.fukidashi::before { /* ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
  border-top-color: #EC6D65; /* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â·Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â² */
  margin: 0px 0px 0px -14px;
}
.entry-manga-header h1.fukidashi::after { /* ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
  border-top-color: #fff; /* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â² */
  margin: -3px 0 0 -14px;
}
.hanen{
	position: relative;
	color: #fff;
	width: 110px;
	height: 55px;
	margin: 0 auto;
	border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
	background: #EC6D65;
}

.hanen p{
	position: relative;
	text-align: center;
	top: 30%;
	font-size: 2rem;
}

.navigation .nav-links .nav-previous a::before, .nav-links .nav-next a::before {
    background-color: #EC6D65;
}

.c-block-manga .entry-content figure img {
    margin-bottom: 90px;
}
@media screen and (max-width: 768px){
	.c-block-manga .entry-content figure img {
    margin-bottom: 20px;
	}
}

/*-------------------------------------------

TOPÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â´

-------------------------------------------*/
@media screen and (min-width: 768px){
.l-footer_content_R {
	position: relative;
}

.mirai img{
	width: 200px !important;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}}
@media screen and (max-width: 768px){
.mirai img{
	width: 225px;
    height: auto;
    margin: 20px auto 0px;
}}

/*-------------------------------------------

acchinimo

-------------------------------------------*/
#acchinimo-area1 {
    /* max-width: 1384px; */
    width: 100%;
    margin: -34px auto 0;
    padding: 0;
    text-align: center;
    background: url(../images/bg-acchinimo-top.jpg) no-repeat center top;
    background-size: 2000px;
}
#acchinimo-area1-inner {
	padding: 76px 0 100px;
}
#acchinimo-area1 h1{
    font-size: 37px;
    padding: 40px 0 20px;
    background: url(../images/icon-title-acchinimo.png) no-repeat center top;
}
#acchinimo-area1 h1 span{
	border-bottom: 4px solid #fe635f;
}

#acchinimo-area2 h2{
	position: relative;
	top: -80px;
}

#acchinimo-area1 p{
    font-size: 20px;
    font-weight: bold;
}
#acchinimo-area2 img{
    margin: 30px auto;
}

#acchinimo-kakawari-contents{
    width: 100%;
    background: url(../images/bg-acchinimo-contents-pc1.jpg) repeat-y left top,url(../images/bg-acchinimo-contents-pc2.jpg) repeat-y right top;
    margin: 0 auto;
}

#acchinimo-kakawari-contents-inner {
	max-width: 1000px;
	border-bottom: 1px dotted #333;
	margin: 0 auto;
	padding: 0 0 50px;
}
#acchinimo-kakawari h2{
    font-size: 26px;
    text-align: center;
    padding: 37px 0 5px;
    margin: 0 0 20px;
}
#acchinimo-kakawari h2:before{
	content: " ";
    background: url(../images/bg-title-acchinimo1.png) no-repeat center center;
}
#acchinimo-kakawari h2:after{
	content: " ";
    background: url(../images/bg-title-acchinimo2.png) no-repeat center center;
    margin-left: -15px;
}
#acchinimo-kakawari ul {
    width: 885px;
    margin: 0 auto 45px;
    overflow: hidden;
    padding: 0 0 44px;
    background: url(../images/icon-arrow-under.jpg) no-repeat bottom center;
}
#acchinimo-kakawari ul li a{
	background: #fe635f;
	color: #fff;
	border-radius: 3px;
	padding: 9px 0;
	width: calc((100% - 30px)/3 );
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
#acchinimo-kakawari ul li a span{
	display: inline-block;
	margin: 0 2px 0 0;
}
#acchinimo-kakawari ul li:nth-child(3) a,
#acchinimo-kakawari ul li:nth-child(6) a,
#acchinimo-kakawari ul li:nth-child(9) a{
	margin: 0 0px 14px 0;
}
#acchinimo-kakawari ul li:last-child a{
	position: relative;
	left:  calc((100% - 60px)/3 + 27px );
}
.kakawari-area-inner {
    background: #ffcb00;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto 25px;
    padding: 20px 20px 20px 30px;
    display: block;
    border-radius: 5px;
}
.kakawari-area:before {
	text-align: center;
	background: url(../images/bg-acchinimo-flag.png) no-repeat bottom center;
	width: 54px;
	display: block;
	height: 74px;
	position: relative;
	top: 0px;
	left: 27px;
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -66px;
}
.kakawari-area:nth-of-type(1):before {
	content: "1";
}
.kakawari-area:nth-of-type(2):before {
	content: "2";
}
.kakawari-area:nth-of-type(3):before {
	content: "3";
}
.kakawari-area:nth-of-type(4):before {
	content: "4";
}
.kakawari-area:nth-of-type(5):before {
	content: "5";
}
.kakawari-area:nth-of-type(6):before {
	content: "6";
}
.kakawari-area:nth-of-type(7):before {
	content: "7";
}
.kakawari-area:nth-of-type(8):before {
	content: "8";
}
.kakawari-area:nth-of-type(9):before {
	content: "9";
}
.kakawari-area:nth-of-type(10):before {
	content: "10";
}
.kakawari-area .kakawari-area-text{
	width: 48%;
	margin: 0px 0 20px;
	text-align: justify;
	line-height: 1.8em;
	text-justify: inter-ideograph;
	letter-spacing: -0.05em;
}
.kakawari-area .kakawari-area-text p{
	font-size: 13px;
}

.kakawari-area h3{
	font-size: 24px;
	text-align: center;
	border-bottom: 3px dotted;
	line-height: 1.4em;
	margin-bottom: 25px;
}
.kakawari-area:nth-of-type(4) h3,
.kakawari-area:nth-of-type(5) h3,
.kakawari-area:nth-of-type(9) h3{
	margin: 0px 0 20px 0;
	padding: 8px 55px 13px;
}
.kakawari-area:nth-of-type(1) h3,
.kakawari-area:nth-of-type(2) h3,
.kakawari-area:nth-of-type(3) h3,
.kakawari-area:nth-of-type(6) h3,
.kakawari-area:nth-of-type(7) h3,
.kakawari-area:nth-of-type(8) h3,
.kakawari-area:nth-of-type(10) h3{
	padding: 25px 55px 23px;
	margin: 0px 0 22px 0;
}
.acchinimo .l-container-col_1{
	padding-bottom: 50px;
}
#acchinimo-linktomap {
    max-width: 1000px;
    border-bottom: 1px dotted #333;
    margin: 0 auto;
    padding: 0 0 60px;
}
#acchinimo-linktomap h3{
	color: #ec6d65;
	font-size: 26px;
	padding: 0px 13px 47px;
	margin: 0 auto;
	background: url(../images/bg-arrow-red.png) no-repeat center 53px,    url(../images/bg-title-link-acchinimo1.png) no-repeat left -9%,    url(../images/bg-title-link-acchinimo2.png) no-repeat right -9%;
	width: calc(96% - 26px);
	max-width: 522px;
	line-height: 1.4;
	text-align: center;
}
#acchinimo-linktomap a {
    display: block;
    background: #fe635f;
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    padding: 19px 0;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}
ul#acchininimo-linkarea{
	margin: 60px auto;
}
ul#acchininimo-linkarea li a{
	display: block;
	background: #fe635f;
	max-width: 600px;
	margin: 32px auto;
	text-align: center;
	padding: 19px 0;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
}
@media screen and (min-width: 1097px){
	#acchinimo-area2{
		margin: 0px 0 0;
		/* height: 600px; */
		/* background: url(../images/bg-acchinimo2.jpg) no-repeat center top; */
		background-size: contain;
		width: 100%;
	}
	#acchinimo-area2 figure img:first-child{
		display: none;
		width: calc(100% - 130px);
	}
	#acchinimo-area2 figure:last-child{
		display: block;
		margin: -100px auto 0;
		width: 100%;
	}
}
@media screen and (max-width: 1096px){
	#acchinimo-kakawari-contents-inner {
		max-width: 1000px;
		width: calc(100% - 40px);
	}
	#acchinimo-area2{
		background: none;
		margin: 0px 0 0;
		width: 100%;
	}
	#acchinimo-area2 figure{
    	position: relative;
    	top: -100px;
    	margin: 0 0 -100px;
	 }
	#acchinimo-area2 figure img:first-child{
		width: 100%;
	}
	#acchinimo-area2 figure img:last-child{
	    display: none;
	}
}

@media screen and (min-width: 680px){

	.kakawari-area-inner{
		overflow: hidden;
	}
	.kakawari-area .kakawari-area-text{
		float: left;
	}
	.kakawari-area figure{
		width: calc(52% - 20px);
		max-width: 480px;
		float: right;
		position: relative;
		margin: 0px 0 0 0;
	}
	#acchinimo-area1 + h1{
        display: none;
	}

}
@media screen and (max-width: 940px){
	#acchinimo-kakawari{
		background: url(../images/bg-acchinimo-sp1.jpg) repeat-y left top,url(../images/bg-acchinimo-sp2.jpg) repeat-y right top;
	}
    #acchinimo-kakawari-contents{
	    background: none;
    }
	#acchinimo-kakawari ul {
		width: calc(100% - 40px);
	}
	#acchinimo-kakawari ul li a{
		width: calc((100% - 40px)/2 );
	}
	#acchinimo-kakawari ul li:nth-child(1) a,
	#acchinimo-kakawari ul li:nth-child(3) a,
	#acchinimo-kakawari ul li:nth-child(5) a,
	#acchinimo-kakawari ul li:nth-child(7) a,
	#acchinimo-kakawari ul li:nth-child(9) a{
		margin: 0 20px 20px 0;
	}
	#acchinimo-kakawari ul li:nth-child(2) a,
	#acchinimo-kakawari ul li:nth-child(4) a,
	#acchinimo-kakawari ul li:nth-child(6) a,
	#acchinimo-kakawari ul li:nth-child(8) a,
	#acchinimo-kakawari ul li:nth-child(10) a{
		margin: 0 20px 20px 0;
	}
	#acchinimo-kakawari ul li:last-child a {
		position: relative;
		left: 0;
	}
	.kakawari-area-inner {
		padding: 15px;
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 768px){
	#acchinimo-kakawari h2{
		font-size: 20px;
		text-align: center;
		padding: 20px 0 10px;
		margin: 0 auto 20px;
		background: url(../images/bg-title-acchinimo1-sp.png) no-repeat left 80%,url(../images/bg-title-acchinimo2-sp.png) no-repeat right 80%;
		max-width: 356px;
		line-height: 1.4;
		background-size: 18px;
	}
	#acchinimo-kakawari h2:before,
	#acchinimo-kakawari h2:after{
		background: none;
		content: "";
	}
	#acchinimo-linktomap{
		padding:;
	}
	#acchinimo-linktomap a{
        width: calc(100% - 30px);
        font-size: 14px;
        padding: 12px 0;
        margin: 0px auto;
 }
	ul#acchininimo-linkarea li a{
        width: calc(100% - 30px);
        font-size: 14px;
        padding: 12px 0;
        margin: 20px auto;
 }
}
@media screen and (max-width: 680px){
	#acchinimo-area1 {
		background: url(../images/bg-acchinimo-top-sp1.jpg) no-repeat left top, url(../images/bg-acchinimo-top-sp2.jpg) no-repeat right top;
		background-size: 2000px;
	}
	#acchinimo-area1{
		display: none;
	}
	#acchinimo-area2 h2{
		margin: 50px auto 0;
		width: 80%;
	}
	#acchinimo-area2 img{
		width: 80%;
	}
	#acchinimo-kakawari ul {
		width: calc(100% - 40px)!important;
		max-width: 340px;
	}
	#acchinimo-kakawari ul li a{
		width: 100%;
		margin: 0 0px 13px!important;
		font-size: 16px;
	}
	#acchinimo-kakawari ul li:last-child a {
		position: relative;
		left: 0;
	}
	#acchinimo-kakawari-contents-inner {
		padding: 0;
	}
	.kakawari-area {
		margin: 0 auto 20px;
	}
	.kakawari-area .kakawari-area-text{
		width: 100%;
		padding: 0 0 0px;
		margin: 0 0 10px;
	}
	.kakawari-area h3{
		font-size: 16px;
		padding: 10px 35px 15px!important;
	}
	.kakawari-area:before {
		position: relative;
		top: -21px;
		left: 12px;
		width: 33px;
		background-size: 33px;
		height: 57px;
		font-size: 17px;
		line-height: 3.4em;
	}
}
#link-acchinimo {
	margin: 100px auto;
	text-align: center;
}
#link-acchinimo h3{
	color: #ec6d65;
	font-size: 26px;
	padding: 0px 13px 30px;
	margin: 0 auto;
	background: url(../images/bg-arrow-red.png) no-repeat bottom center,    url(../images/bg-title-link-acchinimo1.png) no-repeat left -9%,    url(../images/bg-title-link-acchinimo2.png) no-repeat right -9%;
	width: calc(96% - 40px);
	max-width: 500px;
	line-height: 1.4;
}
#link-acchinimo figure img{
	margin: 20px auto;
	text-align: center;
}
@media screen and (max-width: 680px){
	.acchinimo .l-container-col_1{
		padding-bottom: 40px;
	}
	#acchinimo-linktomap {
		padding: 0 0 10px;
	}
	#acchinimo-linktomap h3{
		color: #ec6d65;
		font-size: 26px;
		padding: 0px 13px 47px;
		margin: 0 auto;
		background: url(../images/bg-arrow-red.png) no-repeat center bottom,
  url(../images/bg-title-link-acchinimo1.png) no-repeat left -9%,
  url(../images/bg-title-link-acchinimo2.png) no-repeat right -9%;
	}
	#acchinimo-linktomap h3{
		font-size: 16px;
		max-width: 500px;
		width: calc(100% - 137px);
		padding: 0px 15px 31px;
	}
	#acchinimo-linktomap a {
		width: calc(100% - 30px);
		font-size: 14px;
		padding: 12px 0;
		margin: 15px auto 20px;
	}
    #link-acchinimo figure{
	    width: calc(100% - 30px);
	    text-align: center;
	    margin: 0 auto;
	   }
    ul#acchininimo-linkarea{
		margin: 0px auto 0;
		padding: 10px 0;
	}
	#link-acchinimo h3{
		font-size: 16px;
		max-width: 500px;
		width: calc(100% - 137px);
		padding: 0px 15px 30px;
	}
}
/*-------------------------------寄付ページメンテナンス
.support .first-wrap .lead-nav .block:first-child .block-logo:before {
    content: "※「毎月のご寄付」「今回のみのご寄付」については、2023年5月11日(木)午後10時～12日(金)午前11時の間、メンテナンス期間中のためお申込に進んでいただくことができかねます。ご迷惑をおかけいたしますが、期間外でのお申し込みをお願いいたします。";
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: red;
    margin: 0 0 7px;
    position: relative;
    top: -10px;
    text-align: left;
}
.support .new .c-block-support#donate .content p:first-child:after {
    content: "※「毎月のご寄付」「今回のみのご寄付」については、2023年5月11日(木)午後10時～12日(金)午前11時の間、メンテナンス期間中のためお申込に進んでいただくことができかねます。ご迷惑をおかけいたしますが、期間外でのお申し込みをお願いいたします。";
    display: block;
    color: red;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
}
@media ( width < 770px ){
	.support .first-wrap .lead-nav .block:first-child .block-logo:before ,
	.support .new .c-block-support#donate .content p:first-child:after {
    font-size: 1.2rem;
	}
}

.lead-nav .l-block .bt-group > span {
    color: #4b3e14;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 3px 16px;
    width: 32%;
    display: block;
    border-radius: 6px;
    background: #fff;
}
.lead-nav .l-block .bt-group > span > span{
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: red;
    padding: 0;
    margin: 7px 0 0;
}
.c-block-support .content .btn span {
    font-size: 14px;
    font-weight: bold;
    color: red;
    padding: 0;
    margin: 7px 0 0;
}*/

/* 企業・団体による支援ページ　更新 */
.c-block-support-02:nth-child(5)::before, .c-block-research:nth-child(5)::before {
    content: "5";
}

.c-block-support-02:nth-child(2) header .icon,.c-block-research:nth-child(2) header .icon {
    width: 33px
}

.c-block-support-02:nth-child(3) header .icon, .c-block-research:nth-child(3) header .icon {
    width: 42px;
}

.c-block-support-02:nth-child(4) header .icon, .c-block-research:nth-child(4) header .icon {
    width: 47px;
}

.c-block-support-02:nth-child(5) header .icon, .c-block-research:nth-child(5) header .icon {
    width: 35px;
}

@media screen and (min-width: 768px) {
    .c-block-support-02 header .icon,.c-block-research header .icon {
        width:auto !important
    }
}

.f-orange {
	font-weight: bold;
	color: #ff7f50 !important;
	text-decoration: none !important;
}

/* お問い合わせボタン */
.br_contact {
	display: block;
    content: "";
    margin: -62px;
}

@media screen and (min-width: 1024px){
	.l-header_menu03 a{
		line-height: 83px;
		text-align: left;
		padding-left: 1.3rem;
	}
	
	.scroll .l-header_menu03 a {
		line-height: 46px;
	}
	
	.scroll .l-header_menu03 a br.br_contact{
		margin: -25px;
	}
}

/* FAQ 上部お問い合わせボタン */
.faq-top-box{
	padding: 15px 30px 0;
}

@media screen and (min-width: 768px){
	.faq-top-box{
	padding: 20px 30px 0;
    max-width: 1000px;
    margin: 0 auto;
	}
	
	a.faq-top-btn{
		font-size: 1.6rem !important;
	}
}

@media screen and (min-width: 1024px){
	.faq-top-box{
		padding: 52px 30px 0;
	}
}

a.faq-top-btn{
	padding: 10px 0 !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    display: block;
    text-align: center !important;
    position: relative;
    line-height: 1;
	width: 55% !important;
}

@media screen and (max-width: 767px){
	a.faq-top-btn{
		font-size: 1.2rem !important;
		margin: 0 auto;
		width: 70% !important;
	}
}

/* 夏季・年末年始お知らせ
.kaki{
	background: #ED1C24;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px !important;
}

@media screen and (min-width:768px){
.kaki{
	width: 100%;
	padding: 5px 10px;
}
}

@media screen and (min-width:768px) and ( max-width:768px) {
.kaki{
	width: 144%;
}
}

.kaki a{
    color: #fff;
}

@media screen and (min-width:1125px) {
.mirai img {
	bottom: 67px !important;
}
}

@media screen and (min-width:768px) and ( max-width:768px) {
.mirai img {
	bottom: 132px !important;
}
}
@media screen and (min-width:768px) and ( max-width:799px) {
.mirai img {
	width: 180px !important;
	}
}
@media screen and (min-width:769px) and ( max-width:948px) {
.mirai img {
	bottom: 110px !important;
}
}

@media screen and (min-width:949px) and ( max-width:1055px) {
.mirai img {
	bottom: 111px !important;
}
}

@media screen and (min-width:1056px) and ( max-width:1124px) {
.mirai img {
	bottom: 89px !important;
}
}*/