@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

/* header & footer */
header {
	background: #ffe699;
  padding: 25px 0;
}
header .logo img {
  width: 20%;
	max-width: 120px;
}
footer {
  padding: 60px 0 0;
}
footer .copy #f_logo img {
  width: 107px;
}
footer .copy #copy small span {
  display: inline-block;
  margin-left: 1em;
}

/* base style */
#denkapokapoka {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
	background: #ffe699;
	padding-bottom: 80px;
}
#denkapokapoka a {
  color: #3b6daa;
  text-decoration: underline;
}
#denkapokapoka a, #denkapokapoka a img {
  transition: .5s;
}
#denkapokapoka a:hover {
  color: #0A4591;
  text-decoration: none;
}
#denkapokapoka a:hover img {
  opacity: .7;
}
#denkapokapoka img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#denkapokapoka sup, #denkapokapoka sub {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* utility style */
#denkapokapoka .zen_m {font-family: 'Zen Maru Gothic', sans-serif;}
#denkapokapoka .fs_xxsmall {font-size: 75%;}
#denkapokapoka .fs_xsmall {font-size: 85%;}
#denkapokapoka .fs_small {font-size: 90%;}
#denkapokapoka .fs_large {font-size: 110%;}
#denkapokapoka .fs_xlarge {font-size: 120%;}
#denkapokapoka .red {color: #e60012;}
#denkapokapoka .txt_right {text-align: right;}
#denkapokapoka .em {font-weight: bold;}
#denkapokapoka .underline {text-decoration: underline;}
#denkapokapoka .normal {font-weight: normal;}
#denkapokapoka .list > li {
  position: relative;
  padding-left: 1.3em;
}
#denkapokapoka .list.custom_0 > li {
  padding-left: 0;
}
#denkapokapoka .list.custom_2 > li {
  padding-left: 2.3em;
}
#denkapokapoka .list.custom_3 > li {
  padding-left: 3.3em;
}
#denkapokapoka .list.custom_4 > li {
  padding-left: 4.3em;
}
#denkapokapoka .list > li + li {
  margin-top: .2em;
}
#denkapokapoka .list > li::before,
#denkapokapoka .list > li > .num {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
#denkapokapoka .list.kome > li::before {
  content: "※";
}
#denkapokapoka .list.smldot > li::before {
  content: "・";
}
#denkapokapoka .list.dot > li::before {
  content: "●";
	color: #59b02f;
}
#denkapokapoka .list.circle > li::before {
  content: "○";
}
#denkapokapoka .list.inline,
#denkapokapoka .list.inline > li {
	display: inline-block;
}
#denkapokapoka .container {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto;
}
#denkapokapoka .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

/* contents style */
#denkapokapoka .mainimg {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 20px 20px 0 0;
	padding: 40px 40px 0;
}
#denkapokapoka .mainimg_date {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	background: #eb612a;
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 15px;
}
#denkapokapoka .mainimg_date img {
	width: 100%;
	max-width: 800px;
}
#denkapokapoka .mainimg_foot {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 30px 40px 0;
}
#denkapokapoka .mainimg_lead {
	position: relative;
}
#denkapokapoka .mainimg_lead .flex {
	align-items: flex-start;
}
#denkapokapoka .mainimg_lead .flex > div {
	width: 49%;
}
#denkapokapoka .mainimg_lead .flex > div:nth-child(2) {
	margin-top: 40px;
}
#denkapokapoka .mainimg_catch {
	position: absolute;
	top: -20px;
	right: 0;
}
#denkapokapoka .mainimg_catch img {
	height: 50px;
}
#denkapokapoka .mainimg_catch img + img {
	margin-left: 5px;
}
#denkapokapoka .box {
  background: #fff;
	border-radius: 20px;
	padding: 40px;
	margin-top: 40px;
}
#denkapokapoka .box_tit {
	background: #59b02f;
	color: #fff;
	border-radius: 999px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	padding: .5em 1em .6em;
	margin-bottom: 1em;
}
#denkapokapoka .box_detail {
	padding: 0 10px;
}
#denkapokapoka .box_detail dt {
	color: #59b02f;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	margin-bottom: .5em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
}
#denkapokapoka .box_detail dt::after {
	content: "";
	width: 100%;
	height: 1px;
	border-top: 2px dashed #59b02f;
	margin-left: .5em;
}
#denkapokapoka .box_detail dd + dt {
	margin-top: 1.5em;
}
#denkapokapoka .box_detail dd {
	word-break: break-all;
}
#denkapokapoka .stit {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
	color: #59b02f;
	margin: 0 0 .25em -.5em;
}
#denkapokapoka * + .stit {
	margin-top: .75em;
}
#denkapokapoka .linkbtn_wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
#denkapokapoka .linkbtn_wrap._foot {
	margin-top: 2em;
	justify-content: space-between;
	align-items: flex-end;
	justify-content: center;
}
#denkapokapoka .linkbtn_wrap._foot > div {
	width: 50%;
	text-align: center;
}
#denkapokapoka .linkbtn_wrap._foot .linkbtn_catch {
	margin-bottom: -.25em;
}
#denkapokapoka .linkbtn_wrap._foot .linkbtn_catch img {
	width: 53%;
}
#denkapokapoka .linkbtn_wrap._foot .linkbtn_catch img + img {
	width: 40.5%;
	margin-left: 1%;
}
#denkapokapoka .linkbtn {
	display: inline-block;
	width: 100%;
	max-width: 480px;
}
#denkapokapoka .oubo_box.flex {
	margin-top: 1em;
}
#denkapokapoka .oubo_box.flex > div:nth-child(1) {
	width: 40%;
	text-align: center;
}
#denkapokapoka .oubo_box.flex > div:nth-child(2) {
	width: 60%;
	align-self: flex-start;
	padding-top: 1em;
}
#denkapokapoka .oubo_img {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #ccc;
}
#denkapokapoka .oubo_btn {
	display: inline-block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	background: #59b02f;
	border: 2px solid #59b02f;
	border-radius: 6px;
	color: #fff;
	padding: .3em 1em .5em;
	margin-top: .75em;
}
#denkapokapoka .oubo_btn:hover {
	background: #deefd5;
	color: #59b02f;
}
#denkapokapoka .flow_box {
	border: 3px solid #59b02f;
	border-radius: 15px;
	background: #fffcdb;
	padding: 40px 30px 30px;
	margin: 3em 0 1.5em;
	text-align: center;
	position: relative;
}
#denkapokapoka .flow_tit {
	background: #59b02f;
	border-radius: 999px;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	padding: .5em 1em .6em;
	width: 12em;
	position: absolute;
	top: -1em;
	left: calc(50% - 6em);
}



/* -----------------------------------------------
		スマホ向けのスタイル（～768px）
----------------------------------------------- */
@media only screen and (max-width: 768px) {
	/* header & footer */
  header {
    padding: 10px 0 15px;
  }
	footer {
		padding: 0;
	}
	footer .fnav {
		padding-top: 40px;
	}
	footer .copy #copy small span {
		display: block;
	}
	
	/* base style */
  #denkapokapoka {
    font-size: 14px;
		padding-bottom: 10vw;
  }
	/* utility style */
	#denkapokapoka .flex {
		flex-direction: column;
		justify-content: center;
	}
	
	/* contents style */
	#denkapokapoka .mainimg {
		border-radius: 10px 10px 0 0;
		padding: 4vw 3% 0;
	}
	#denkapokapoka .mainimg_date {
		padding: 2vw 3%;
		text-align: center;
		font-size: 115%;
	}
	#denkapokapoka .mainimg_foot {
		border-radius: 0 0 10px 10px;
		padding: 3vw 3% 0;
	}
	#denkapokapoka .mainimg_lead {
		padding: 0;
	}
	#denkapokapoka .mainimg_lead .flex {
		align-items: center;
	}
	#denkapokapoka .mainimg_lead .flex > div {
		width: 100%;
	}
	#denkapokapoka .mainimg_lead .flex > div:nth-child(1) {
		text-align: left;
		padding: 0 5%;
	}
	#denkapokapoka .mainimg_lead .flex > div:nth-child(2) {
		margin-top: -1vw;
		margin-bottom: 4vw;
	}
	#denkapokapoka .mainimg_catch {
		position: static;
		text-align: center;
		margin-bottom: 3vw;
	}
	#denkapokapoka .mainimg_catch img {
		display: inline-block;
		vertical-align: middle;
		height: auto;
		width: 39.4%;
	}
	#denkapokapoka .mainimg_catch img + img {
		width: 51.19%;
		margin-left: 3px;
	}
	#denkapokapoka .box {
		border-radius: 10px;
		padding: 4vw 3%;
		margin-top: 4vw;
	}
	#denkapokapoka .box_tit {
		font-size: 19px;
	}
	#denkapokapoka .box_detail {
		padding: 0 3%;
	}
	#denkapokapoka .box_detail dt {
		font-size: 16px;
	}
	#denkapokapoka .box_detail dt::after {
		border-top-width: 1px;
	}
	#denkapokapoka .stit {
		font-size: 16px;
	}
	#denkapokapoka .linkbtn_wrap {
		flex-direction: column;
		margin-left: -2%;
		margin-right: -2%;
	}
	#denkapokapoka .linkbtn_wrap._foot {
		margin-top: 1.5em;
	}
	#denkapokapoka .linkbtn_wrap._foot > div {
		width: 100%;
	}
	#denkapokapoka .oubo_box.flex > div:nth-child(1) {
		width: 100%;
	}
	#denkapokapoka .oubo_box.flex > div:nth-child(2) {
		width: 100%;
		padding-top: 2em;
	}
	#denkapokapoka .oubo_btn {
		font-size: 18px;
	}
	#denkapokapoka .flow_box {
		border-width: 2px;
		border-radius: 10px;
		padding: 30px 4% 15px;
	}
	#denkapokapoka .flow_tit {
		font-size: 16px;
	}
	
	


}

/* -----------------------------------------------
		タブレット＆PCのスタイル（769px～）
----------------------------------------------- */
@media only screen and (min-width: 769px) {	
  
	
	
	

}
