body{
	padding: 72px 0 0 0;
}

#mainvisual{
	background: #f2fcfe;
	border-bottom:4px solid #57d1a2;
}



#alert {
	margin: 50px 0 80px 0;
}
#alert p{
	font-size: 20px;
	line-height: 180%;
	font-weight: bold;
}
@media (max-width: 749px) {
#alert {
	margin: 30px 0 40px 0;
}
#alert p{
	font-size: 16px;
	line-height: 180%;
}
}

#intro{
	margin: 0 0 50px 0;
}

#intro h2{
	margin: 50px 0 30px 0;
	padding: 0;
}

#intro h3{
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
	position: inherit;
	font-size: 40px;
	color: #ed755b;
}
#intro h3:before{
	display: none;
}
#intro p{
	font-size: 20px;
	line-height: 180%;
}

@media (max-width: 749px) {

#intro{
	margin: 0 0 50px 0;
}

#intro h2{
	margin: 20px 0 20px 0;
	padding: 0;
}

#intro h3{
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	position: inherit;
	font-size: 24px;
	color: #ed755b;
}
#intro p{
	font-size: 16px;
	line-height: 180%;
}
}




#shimizu{
	margin: 0 0 80px 0;
}

#shimizu p.text-right{
	text-align: right;
	font-size: 24px;
}

#shimizu .shimizu-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shimizu .shimizu-cont .cont-left{
	width: 50%;
	margin-right: 40px;
}
#shimizu .shimizu-cont .cont-left p{
	font-size: 20px;
	line-height: 180%;
	margin: 0;
}
#shimizu .shimizu-cont .cont-left p.text-right{
	text-align: right;
}
#shimizu .shimizu-cont .cont-right{
	padding: 15px;
	width: calc(50% - 45px);
	border: 2px dashed #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shimizu .shimizu-cont .cont-right .image{
	width: 150px;
	margin: 0 15px 0 0;
}
#shimizu .shimizu-cont .cont-right p{
	font-size: 16px;
	line-height: 180%;
	width: calc(100% - 170px);
}
#shimizu .shimizu-cont .cont-right p span{
	font-size:18px;
	font-weight: bold;
	line-height: 160%;
}

@media (max-width: 749px) {
#shimizu{
	margin: 0 0 40px 0;
}
#shimizu h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#shimizu .shimizu-cont{
	display: block;
}
#shimizu .shimizu-cont .cont-left{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#shimizu .shimizu-cont .cont-left p{
	font-size: 16px;
	line-height: 180%;
	margin: 0;
}
#shimizu .shimizu-cont .cont-left p.text-right{
	text-align: right;
}
#shimizu .shimizu-cont .cont-right{
	padding: 10px;
	width: 100%;
	border: 2px dashed #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shimizu .shimizu-cont .cont-right .image{
	width: 120px;
	margin: 0;
}
#shimizu .shimizu-cont .cont-right p{
	font-size: 14px;
	line-height: 160%;
	width: calc(100% - 140px);
}
#shimizu .shimizu-cont .cont-right p span{
	font-size:16px;
	font-weight: bold;
	line-height: 160%;
}
}


#volunteer{
	margin: 0 0 80px 0;
}

#volunteer p{
	font-size: 20px;
	line-height: 180%;
}
@media (max-width: 749px) {
	
#volunteer{
	margin: 0 0 40px 0;
}
#volunteer h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#volunteer p{
	font-size: 16px;
	line-height: 180%;
}
}

#news{
	margin: 0 0 80px 0;
}

#news p{
	font-size: 20px;
	line-height: 180%;
}
@media (max-width: 749px) {
	
#news{
	margin: 0 0 40px 0;
}
#news h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#news p{
	font-size: 16px;
	line-height: 180%;
}
}

#kouen{
	margin: 0 0 80px 0;
}

#kouen p{
	font-size: 20px;
	line-height: 180%;
}
@media (max-width: 749px) {
	
#kouen{
	margin: 0 0 40px 0;
}
#kouen h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#kouen p{
	font-size: 16px;
	line-height: 180%;
}
}



#activity{
	margin: 0 0 80px 0;
}
#activity ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
#activity ul li{
	margin: 0 15px 20px 15px;
	width: calc(100% / 3 - 30px);
}
#activity ul li p{
	font-size: 16px;
	margin: 10px 0;
}

@media (max-width: 749px) {
#activity{
	margin: 0 0 40px 0;
}
#activity h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#activity ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
#activity ul li{
	margin: 0 10px 15px 10px;
	width: calc(100% / 2 - 20px);
}
#activity ul li p{
	font-size: 14px;
	line-height: 150%;
	margin: 8px 0;
}
}

#sns{
	margin: 0 0 80px 0;
}
#sns ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	list-style: none!important;
}
#sns ul li{
	margin: 0 15px 20px 15px;
	width: calc(100% / 6 - 30px);
}
.l-main ul li{
	list-style: none!important;
}
.top_sns_instagram {
    background-image: url(https://nippon-kakekomidera.jp/wp/wp-content/themes/custom/assets/imgs/sns_instagram_bg.jpg);
    background-size: cover;
    margin-top: 30px;
}

.top_sns_facebook, .top_sns_instagram, .top_sns_twitter2, .top_sns_youtube, .top_sns_note {
    height: 160px;
    width: 100%;
    display: table;
	margin: 0;
    border-radius: 5%;
}
.top_sns_facebook_inner img, .top_sns_twitter2 img, .top_sns_youtube img, .top_sns_instagram img, .top_sns_note img {
    width: 65px;
    height: 65px;
}
.top_sns_line {
    background-image: url(https://nippon-kakekomidera.jp/wp/wp-content/themes/custom/assets/imgs/sns_line_bg.jpg);
    background-size: cover;
    margin-top: 30px;
}
.top_sns_note {
    background-image: url(https://nippon-kakekomidera.jp/wp/wp-content/themes/custom/assets/imgs/sns_note_bg.jpg);
    background-size: cover;
    margin-top: 30px;
}
.top_sns_line, .top_sns_line, .top_sns_twitter2, .top_sns_line, .top_sns_youtube, .top_sns_facebook, .top_sns_instagram, .top_sns_note {
    height: 140px;
    width: 100%;
    display: table;
	margin: 0;
    border-radius: 5%;
}
.top_sns_line_inner img, .top_sns_twitter2 img, .top_sns_line img, .top_sns_line img, .top_sns_note img {
    width: 65px;
    height: 65px;
}

.top_sns_note_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media (max-width: 749px) {

#sns{
	margin: 0 0 40px 0;
}
#sns h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#sns ul{
	margin: 0!important;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#sns ul{
	list-style:none;
}
#sns ul li{
	margin: 0 15px 25px 15px;
	width: calc(100% / 2 - 30px);
	list-style: none;
}

.top_sns_instagram {
    background-image: url(https://nippon-kakekomidera.jp/wp/wp-content/themes/custom/assets/imgs/sns_instagram_bg.jpg);
    background-size: cover;
    margin-top: 30px;
}

.top_sns_facebook, .top_sns_instagram, .top_sns_twitter2, .top_sns_youtube, .top_sns_line, .top_sns_note {
    height: 100px;
    width: 100%;
    display: table;
	margin: 0;
    border-radius: 5%;
}
.top_sns_facebook_inner img, .top_sns_twitter2 img, .top_sns_youtube img, .top_sns_instagram img, .top_sns_line img, .top_sns_note img {
    width: 35px;
    height: 35px;
}

}


#about{
	margin: 0 0 80px 0;

}
#about .about-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .about-cont .cont-left{
	width: 50%;
	margin-right: 40px;
}
#about .about-cont .cont-left p{
	margin: 0 0 30px 0;
	font-size: 24px;
	line-height: 180%;
	font-weight: bold;
}
#about .about-cont .cont-left dl{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	font-size: 20px;
	line-height: 180%;
}
#about .about-cont .cont-left dl dt{
	width: 130px;
}
#about .about-cont .cont-left dl dd{
	width: calc(100% - 130px);
}
#about .about-cont .cont-right{
	width: calc(50% - 40px);
}
#about .about-cont .cont-right p{
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 180%;
}
#about .about-cont .cont-right dl{
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	font-size: 18px;
	line-height: 180%;
}
#about .about-cont .cont-right dl dt{
	width: 80px;
}
#about .about-cont .cont-right dl dd{
	width: calc(100% - 80px);
}

@media (max-width: 749px) {
#about{
	margin: 0 0 80px 0;
}
#about h2{
	font-size: 22px;
	margin-bottom: 20px;
	}
#about .about-cont{
	display: block;
}
#about .about-cont .cont-left{
	width: 100%;
	margin-right: 0;
}
#about .about-cont .cont-left p{
	margin: 0 0 30px 0;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
}
#about .about-cont .cont-left dl{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	font-size: 16px;
	line-height: 150%;
	border-bottom: 1px solid #ccc; 
}
#about .about-cont .cont-left dl dt{
	width: 130px;
}
#about .about-cont .cont-left dl dd{
	width: calc(100% - 130px);
}
#about .about-cont .cont-right{
	width: 100%
}
#about .about-cont .cont-right p{
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 150%;
}
#about .about-cont .cont-right dl{
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	font-size: 16px;
	line-height: 150%;
}
#about .about-cont .cont-right dl dt{
	width: 80px;
}
#about .about-cont .cont-right dl dd{
	width: calc(100% - 80px);
}
}

.soudan-button{
	text-align: center;
	margin: 20px 0 80px 0;
}
@media (max-width: 749px) {
.soudan-button{
	margin: 20px 0 40px 0;
}
}


#news{
	
}
#news ul{
	list-style: none;
	margin-left: 0!important;
}
#news ul li{
	list-style: none;
	margin-bottom: 15px;
	
}
#news ul li dl{
	display: flex;
	flex-wrap: nowrap;
}
#news ul li dl dt{
	font-size: 18px;
	line-height: 150%;
}
#news ul li dl dd{
	font-size: 18px;
	line-height: 150%;
}
@media (max-width: 749px) {
#news ul li dl{
	display: block;
}
#news ul li dl dt{
	font-size: 16px;
	line-height: 150%;
}
#news ul li dl dd{
	font-size: 16px;
	line-height: 150%;
}
}



#support{
    margin: 50px 0 80px 0;
	padding: 40px;
	background: #c0d8ec;
}
#support h3{
	margin: 40px 0 20px 0;
	font-size: 32px;
	color: #c00;
	border-left: none;
	padding-left: 0;
}
#support h3:before{
	display: none;
}
#support p{
	font-size: 18px;
    line-height: 180%;
    margin: 0;
	font-weight: bold;
}
#support .waku{
	display: flex;
	margin: 0 0 20px 0;
}
#support .waku .uchiwake{
	width: 50%;
	margin-left: 160px;
}
#support .waku .uchiwake p{
	font-size: 22px;
}
#support .waku .nokori{
	width: 50%;
}
#support .waku .nokori span{
	font-size: 36px;
	display: block;
	color: #c00;
}
#support .border{
	width: 70%;
	margin: 20px auto;
}
#support .border .bar{
	padding: 10px;
	border-radius: 40px;
}
#support .border .bar .per{
	color: #c00;
	font-size: 22px;
	line-height: 100%;
	font-weight: bold;
}
#support .credit{

}
#support .credit p{
	font-size: 22px;
}

@media (max-width: 749px) {


#support{
    margin: 0 -20px;
	padding: 20px;
	background: #c0d8ec;
}
#support h3{
	margin: 20px 0 10px 0;
	font-size: 22px;
	color: #c00;
	border-left: none;
	padding-left: 0;
}
#support h3:before{
	display: none;
}
#support p{
	font-size: 16px;
    line-height: 160%;
    margin: 0;
	font-weight: bold;
}
#support .waku{
	display: block;
	margin: 0 0 20px 0;
}
#support .waku .uchiwake{
	width: 100%;
	margin-left: 0;
}
#support .waku .nokori{
	width: 100%;
}
#support .waku .nokori span{
	font-size: 28px;
	display: inline;
	color: #c00;
}
#support .border{
	width: 100%;
	margin: 20px auto;
}
#support .border .bar{
	padding: 10px;
	border-radius: 40px;
}
#support .border .bar .per{
	color: #c00;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
}
#support .credit p{
	font-size: 18px;
}
}