#container {
	min-width: 1200px;
}
@media only screen and (max-width:500px){
	#container {
		min-width: 375px;
		padding-bottom: 20%;
	}
}

#container > main {
	padding-top: 0;
	margin: 0 !important;
	width: 100%;
}

.cf::before,
.cf::after,
.clearfix::after {
	content: " ";
	display: table;
}
.cf::after,
.clearfix::after {
	clear: both;
}
.cf {
	*zoom: 1;
}

#hanakappa a,
#hanakappa a img {
    outline: none;
    -webkit-backface-visibility: hidden;
}

@media only screen and (min-width:501px){
	#hanakappa .fade {
	    opacity: 1;
	    transition: opacity 0.3s ease;
	}
	#hanakappa .fade:hover {
	    opacity: 0.6;
	}
}

header .logo img {
	width: 142px;
	height: auto;
}

#hanakappa h2 {
	display: block;
	padding: 0;
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	line-height: 1.4;
}


#hanakappa {
	color: #202020;
	font-feature-settings: 'palt';
	letter-spacing: 0.03em;
}
#hanakappa > section > .inner {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width:500px){
	#hanakappa {
		overflow: hidden;
	}
	#hanakappa > section > .inner {
		width: 100%;
		margin: 0 auto;
	}
}


#hanakappa #sec1 {
	padding: 30px 0 0;
	background-color: #fff3c7;
	text-align: center;
}
#hanakappa #sec1 .kv + .cap {
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-align: right;
	margin-top: 5px;

    font-family: "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#hanakappa #sec1 .lead {
	margin: 30px 0;
}
#hanakappa #sec1 .cap {
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
#hanakappa #sec1 picture + .cap {
	margin-top: 10px;
}


#hanakappa #sec1 .prize {
	margin-bottom: 35px;
}
#hanakappa #sec1 .prize {
	margin-bottom: 35px;
}
#hanakappa #sec1 .group {
	text-align: center;
	display: inline-block;
}
#hanakappa #sec1 .date {
	font-size: 35px;
	font-weight: bold;
	color: #202020;
	text-align: left;
}
#hanakappa #sec1 .date + .date {
	margin-top: 15px;
}
#hanakappa #sec1 .date strong {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #202020;
	border-radius: 100px;
	padding: 3px;
	margin-top: -8px;
	margin-right: 10px;
	min-width: 130px;
}
#hanakappa #sec1 .date em {
	font-size: 40px;
	font-style: normal;
	letter-spacing: -0.04em;
}
#hanakappa #sec1 .date span {
	font-size: 80%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

@media only screen and (max-width:500px){
	#hanakappa #sec1 {
		padding: 0 0 0;
	}
	#hanakappa #sec1 .kv + .cap {
		font-size: 8px;
		margin-top: 3px;
	}

	#hanakappa #sec1 .lead {
		margin: 12px 0 15px;
	}
	#hanakappa #sec1 .prize {
		margin-bottom: 15px;
	}
	#hanakappa #sec1 .cap {
		font-size: 10px;
		margin-top: 1px;
	}

	#hanakappa #sec1 .date {
		font-size: 14px;
	}
	#hanakappa #sec1 .date strong {
		font-size: 12px;
		border: 1px solid #202020;
		padding: 3px;
		margin-top: -4px;
		margin-right: 7px;
		min-width: 70px;
	}
	#hanakappa #sec1 .date em {
		font-size: 18px;
	}
}



#hanakappa .end_notice {
	font-size: 26px;
	color: #FFF;
	background-color: #ff7277;
	text-align: center;
	padding: 30px 0;
	margin-top: 20px;
}
#hanakappa .end_notice strong {
	font-size: 36px;
	font-weight: bold;
	display: block;
}

#hanakappa .next_notice {
	background-color: #ffde68;
	padding: 35px 0;
	text-align: center;
}
#hanakappa .next_notice > .txt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}


#hanakappa .general_overview {
	color: #202020;
	margin: 0 auto;
	max-width: 800px;
	margin-top: 30px;
}
#hanakappa .general_overview .ttl {
	font-size: 24px;
	font-weight: bold;
	background-color: #fff3c7;
	padding: 10px;
}
#hanakappa .general_overview table {
	border: 4px solid #fff3c7;
	border-top: none;
	text-align: left;
	padding: 25px 30px;
}
#hanakappa .general_overview table th,
#hanakappa .general_overview table td {
	font-weight: bold;
	vertical-align: baseline;
}
#hanakappa .general_overview table th {
	font-size: 19px;
	white-space: nowrap;
	padding-right: 25px;
}
#hanakappa .general_overview table td {
	font-size: 17px;
}
#hanakappa .general_overview table tr + tr th,
#hanakappa .general_overview table tr + tr td {
	padding-top: 10px;
}


#hanakappa .next_notice .btn_future {
	display: inline-block;
	width: 430px;
	margin-top: 35px;
}
#hanakappa .next_notice .btn_future img {
	width: 100%;
}
@media only screen and (max-width:500px){
	#hanakappa .end_notice {
		font-size: 16px;
		line-height: 1.4;
		padding: 20px 0;
		margin-top: 10px;
	}
	#hanakappa .end_notice strong {
		font-size: 22px;
		margin-bottom: 10px;
	}

	#hanakappa .next_notice {
		padding: 20px 0;
	}
	#hanakappa .next_notice > .txt {
		font-size: 13px;
		line-height: 1.8;
	}


	#hanakappa .general_overview {
		max-width: 90%;
		margin-top: 20px;
	}
	#hanakappa .general_overview .ttl {
		font-size: 18px;
		font-weight: bold;
		background-color: #fff3c7;
		padding: 10px;
	}
	#hanakappa .general_overview table,
	#hanakappa .general_overview tbody,
	#hanakappa .general_overview tr,
	#hanakappa .general_overview th,
	#hanakappa .general_overview td {
		display: block;
	}
	#hanakappa .general_overview table {
		border: 2px solid #fff3c7;
		border-top: none;
		padding: 13px 15px;
	}
	#hanakappa .general_overview table th,
	#hanakappa .general_overview table td {
		font-weight: bold;
		vertical-align: baseline;
	}
	#hanakappa .general_overview table th {
		font-size: 15px;
		white-space: nowrap;
		padding-right: 0;
	}
	#hanakappa .general_overview table td {
		font-size: 13px;
	}
	#hanakappa .general_overview table tr + tr th,
	#hanakappa .general_overview table tr + tr td {
		padding-top: 0;
	}
	#hanakappa .general_overview table tr + tr {
		margin-top: 10px;
	}


	#hanakappa .next_notice .btn_future {
		width: 274px;
		margin-top: 20px;
	}
}



#hanakappa .local_nav {
	background-color: #ffde68;
}
#hanakappa .local_nav ul {
	width: 970px;
	margin: 0 auto;
	padding: 40px 0 35px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:500px){
	#hanakappa .local_nav ul {
		width: 100%;
		display: block;
		padding: 20px 20px 17px;
	}
	#hanakappa .local_nav ul li + li {
		margin-top: 10px;
	}
}


#hanakappa #sec2 {
	padding: 80px 0 0;
}
#hanakappa #sec2 .txt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.85;
}
#hanakappa #sec2 .txt strong {
	background-image: url(/campaign-2020/hanakappa/images/text_marker.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#hanakappa #sec2 .txt + .cap {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

#hanakappa #sec2 .img {
	text-align: center;
	margin-top: 30px;
}
@media only screen and (max-width:500px){
	#hanakappa #sec2 {
		padding: 25px 0 0;
	}
	#hanakappa #sec2 .txt {
		font-size: 16px;
		line-height: 1.85;
	}
	#hanakappa #sec2 .txt strong {
		background-image: url(/campaign-2020/hanakappa/images/sp/text_marker.png);
		background-size: auto 100%;
	}

	#hanakappa #sec2 .txt + .cap {
		font-size: 10px;
		margin-top: 7px;
	}

	#hanakappa #sec2 .img {
		text-align: center;
		margin-top: 15px;
	}
}

#hanakappa #sec2 .frame {
	padding: 8px;
	border: 2px solid #ffb8ba;
	position: relative;
}
#hanakappa #sec2 .frame > .inner {
	background-color: #f8f8f8;
	padding: 45px 40px 40px;
}
#hanakappa #sec2 .frame .label {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 25px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: #ff8e91;
	position: absolute;
	top: -20px;
	left: -2px;
	z-index: 10;
}

#hanakappa #sec2 .frame .group {
	display: flex;
	justify-content: space-between;
}
#hanakappa #sec2 .frame .group .body {
	width: 500px;
}
#hanakappa #sec2 .frame .group .ph {
	width: 360px;
	margin-top: 40px;
}

#hanakappa #sec2 .frame .link {
	margin-top: 25px;
	text-align: center;
}
#hanakappa #sec2 .frame .link a {
	display: inline-block;
	width: 240px;
}


#hanakappa #sec2 .frame h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
#hanakappa #sec2 .frame h2 span {
	font-size: 16px;
}
#hanakappa #sec2 .frame h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ff8e91;
	margin-bottom: 13px;
	line-height: 1;
}
#hanakappa #sec2 .frame ul {

}
#hanakappa #sec2 .frame ul li {
	font-size: 16px;
	text-indent: calc(-1em - 5px);
	padding-left: calc(1em + 5px);
}
#hanakappa #sec2 .frame ul li span {
	font-size: 12px;
}

#hanakappa #sec2 .frame ul li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	background-color: #cccccc;
	border-radius: 3em;
	margin-right: 5px;
	margin-top: -3px;
}
#hanakappa #sec2 .frame ul li + li {
	border-top: 1px solid #e8e8e8;
	padding-top: 12px;
	margin-top: 12px;
}
@media only screen and (max-width:500px){
	#hanakappa #sec2 .frame {
		margin: 40px 15px 0;
		padding: 4px;
		border: 2px solid #ffb8ba;
	}
	#hanakappa #sec2 .frame > .inner {
		padding: 30px 15px 15px;
	}
	#hanakappa #sec2 .frame .label {
		font-size: 13px;
		padding: 5px 13px;
		top: -14px;
	}

	#hanakappa #sec2 .frame .group {
		display: block;
	}
	#hanakappa #sec2 .frame .group .body {
		width: auto;
	}
	#hanakappa #sec2 .frame .group .ph {
		width: auto;
		margin-top: 15px;
	}

	#hanakappa #sec2 .frame .link {
		margin-top: 20px;
		text-align: center;
	}
	#hanakappa #sec2 .frame .link a {
		display: inline-block;
		width: 180px;
	}

	#hanakappa #sec2 .frame h2 {
		font-size: 19px;
		margin-bottom: 10px;
	}
	#hanakappa #sec2 .frame h2 span {
		font-size: 12px;
	}
	#hanakappa #sec2 .frame h3 {
		font-size: 13px;
		margin-bottom: 6px;
		line-height: 1;
	}
	#hanakappa #sec2 .frame ul {

	}
	#hanakappa #sec2 .frame ul li {
		font-size: 12px;
		text-indent: calc(-1em - 5px);
		padding-left: calc(1em + 5px);
	}
	#hanakappa #sec2 .frame ul li span {
		font-size: 10px;
	}

	#hanakappa #sec2 .frame ul li::before {
/*		width: 0.9em;
		height: 0.9em;
		border-radius: 3em;*/
		margin-right: 5px;
		margin-top: -3px;
	}
	#hanakappa #sec2 .frame ul li + li {
/*		border-top: 1px solid #e8e8e8;
		padding-top: 8px;
		margin-top: 8px;*/
	}
}



#hanakappa #sec3 .inner {
	padding: 50px 0 65px;
}
#hanakappa #sec3 h2 {
	text-align: center;
	margin-bottom: 25px;
}
#hanakappa #sec3 h2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	color: #71aeeb;
	font-weight: bold;
	line-height: 1;
	margin: 0 12px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #71aeeb;
}
#hanakappa #sec3 h2::before,
#hanakappa #sec3 h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 50px;
	background-image: url(/campaign-2020/hanakappa/images/medal.png);
	background-repeat: no-repeat;
	margin-top: -7px;
}

#hanakappa #sec3 .lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

#hanakappa #sec3 .lead + .group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#hanakappa #sec3 .lead + .group > li {
	position: relative;
}
#hanakappa #sec3 .lead + .group > li a {
	display: block;
	position: absolute;
	top: 182px;
	left: 227px;
	z-index: 10;
}


#hanakappa #sec3 .frame {
	border-radius: 8px;
	background-color: #fff4f4;
	padding: 40px 27px 27px;
	/*margin-top: 65px;*/
	margin-top: 0;
}

#hanakappa #sec3 .frame h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
#hanakappa #sec3 .frame h3 strong {
	background-image: url(/campaign-2020/hanakappa/images/text_marker.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}


#hanakappa #sec3 .frame .group {
/*	display: flex;
	justify-content: space-between;*/
	margin-top: 30px;
}
#hanakappa #sec3 .frame .group > li {
	border: 4px solid #ff7276;
	border-top-width: 20px;
	background-color: #FFF;
	padding: 45px 40px 25px;
	position: relative;
}
#hanakappa #sec3 .frame .group li + li {
	margin-top: 65px;
}
#hanakappa #sec3 .frame .group > li .ribon {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -53px;
	left: 0;
}
#hanakappa #sec3 .frame .group > li .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#hanakappa #sec3 .frame .group > li .ph {
	text-align: center;
	float: right;
	margin-left: 35px;
}
#hanakappa #sec3 .frame .group > li .txt {
	font-size: 16px;
	line-height: 1.75;
}
#hanakappa #sec3 .frame .group > li .cap {
	font-size: 12px;
	margin-top: 5px;
}


@media only screen and (max-width:500px){
	#hanakappa #sec3 .inner {
		padding: 25px 0 30px;
	}
	#hanakappa #sec3 h2 {
		margin-bottom: 12px;
	}
	#hanakappa #sec3 h2 span {
		font-size: 16px;
		margin: 0 6px;
		padding-bottom: 5px;
		border-bottom: 1px dashed #71aeeb;
	}
	#hanakappa #sec3 h2::before,
	#hanakappa #sec3 h2::after {
		width: 23px;
		height: 28px;
		background-size: contain;
		margin-top: -5px;
	}

	#hanakappa #sec3 .lead {
		font-size: 14px;
	}

	#hanakappa #sec3 .lead + .group {
		margin: 17px 4% 0;
		justify-content: space-between;
	}
	#hanakappa #sec3 .lead + .group li {
		width: 47.5%;
	}
	#hanakappa #sec3 .lead + .group > li a {
		width: 87.87878%;
		top: 83%;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
	}


	#hanakappa #sec3 .frame {
		border-radius: 0;
		padding: 20px 4% 30px;
		/*margin: 30px 0 0;*/
	}

	#hanakappa #sec3 .frame h3 {
		font-size: 20px;
	}
	#hanakappa #sec3 .frame h3 strong {
		background-image: url(/campaign-2020/hanakappa/images/sp/text_marker.png);
		background-size: auto 100%;
	}

	#hanakappa #sec3 .frame .group {
		display: block;
		margin-top: 15px;
	}
	#hanakappa #sec3 .frame .group li + li {
		margin-top: 36px;
	}

	#hanakappa #sec3 .frame .group > li {
		width: auto;
		border: 2px solid #ff7276;
		border-top-width: 10px;
		padding: 27px 15px 20px;
	}
	#hanakappa #sec3 .frame .group > li .ribon {
		position: absolute;
		width: 163px;
		top: -31px;
		right: 0;
		margin: auto;
	}
	#hanakappa #sec3 .frame .group > li .ttl {
		text-align: center;
		margin-bottom: 15px;
	}
	#hanakappa #sec3 .frame .group > li .ph {
		text-align: center;
		margin-bottom: 15px;
		float: none;
		margin-left: 0;
	}
	#hanakappa #sec3 .frame .group > li .txt {
		font-size: 12px;
		line-height: 1.6;
	}
	#hanakappa #sec3 .frame .group > li .cap {
		font-size: 10px;
		margin-top: 5px;
	}
}


#hanakappa #sec4 {
	background-color: #fff3c7;
}
#hanakappa #sec4 .inner {
	padding: 45px 0;
}

#hanakappa #sec4 .inner h2 {
	text-align: center;
	margin-bottom: 25px;
}

.controller {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.controller .num {
	font-size: 19.5px;
	width: 95px;
	text-align: center;
}
.controller .num strong {
	font-size: 143.5897%;
}

.controller .prev a,
.controller .next a {
	display: block;
	width: 273px;
	height: 68px;
	opacity: 1;
	transition: opacity 0.3s ease;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}
.controller .prev a:hover,
.controller .next a:hover {
    opacity: 0.6;
}
.controller .prev a {
	background-image: url(/campaign-2020/hanakappa/images/btn_prev.png);
}
.controller .prev.hide a {
	pointer-events: none;
	background-image: url(/campaign-2020/hanakappa/images/btn_prev_none.png);
}

.controller .next a {
	background-image: url(/campaign-2020/hanakappa/images/btn_next.png);
}
.controller .next.hide a {
	pointer-events: none;
	background-image: url(/campaign-2020/hanakappa/images/btn_next_none.png);
}

#picture_book {
	overflow: hidden;
}
.slick-slide {
	height: auto;
	outline: none;
}
#picture_book + .cap {
	font-size: 11px;
	width: 50%;
	text-align: right;
	margin-top: 5px;

	font-weight: 500;
    font-family: "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width:500px){

	#hanakappa #sec4 .inner {
		padding: 27px 4%;
	}

	#hanakappa #sec4 .inner h2 {
		text-align: center;
		margin-bottom: 17px;
	}

	.controller {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 15px;
	}
	.controller .num {
		font-size: 12px;
		width: 95px;
		text-align: center;
	}
	.controller .num strong {
		font-size: 143.5897%;
	}

	.controller .prev a,
	.controller .next a {
		display: block;
		width: 137px;
		height: 42px;
		background-size: contain;
	}
	.controller .prev a:hover,
	.controller .next a:hover {
	    opacity: 1;
	}

	.controller .prev a {
		background-image: url(/campaign-2020/hanakappa/images/sp/btn_prev.png);
	}
	.controller .prev.hide a {
		pointer-events: none;
		background-image: url(/campaign-2020/hanakappa/images/sp/btn_prev_none.png);
	}

	.controller .next a {
		background-image: url(/campaign-2020/hanakappa/images/sp/btn_next.png);
	}
	.controller .next.hide a {
		pointer-events: none;
		background-image: url(/campaign-2020/hanakappa/images/sp/btn_next_none.png);
	}

	#picture_book {
		overflow: hidden;
	}
	.slick-slide {
		height: auto;
		outline: none;
	}
	.slick-list {
		overflow: hidden;
	}
	#picture_book + .cap {
		font-size: 11px;
		width: 50%;
		text-align: right;
		margin-top: 5px;

		font-weight: 500;
	    font-family: "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}



#hanakappa #sec5 .inner {
	padding-top: 60px;
}
#hanakappa #sec5 .inner .lead {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 40px 20px;
	margin: 0 35px;

	border-bottom: 2px dashed #cccccc;
}

#hanakappa #sec5 .inner .item {
	padding: 60px 0 0;
}
#hanakappa #sec5 .inner .item h3 {
	margin-bottom: 0;
}
#hanakappa #sec5 .inner .body {
	padding: 35px 33px;
	background-color: #fff4f4;
}
#hanakappa #sec5 .inner .body .frame {
	padding: 45px 129px 50px;
	background-color: #FFF;
}
#hanakappa #sec5 .inner .body .frame ul {
	overflow: hidden;
}

#hanakappa #sec5 .inner .body .controller {
	margin-bottom: 0;
	margin-top: 20px;
}
#hanakappa #sec5 .inner .body .cap {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;

	font-weight: 500;
    font-family: "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#hanakappa #sec5 .inner .important {
	margin-top: 35px;
	padding: 0 22px;
}
#hanakappa #sec5 .inner .important h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#hanakappa #sec5 .inner .important ul {

}
#hanakappa #sec5 .inner .important ul li {
	font-size: 14px;
	line-height: 2;
	text-indent: calc(-1em - 7px);
	padding-left: calc(1em + 7px);
}

#hanakappa #sec5 .inner .important ul li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	background-color: #cccccc;
	border-radius: 3em;
	margin-right: 8px;
	margin-top: -3px;
}
@media only screen and (max-width:500px){
	#hanakappa #sec5 .inner {
		padding-top: 30px;
	}
	#hanakappa #sec5 .inner h2 {
		margin: 0 12.5px;
	}
	#hanakappa #sec5 .inner .lead {
		font-size: 14px;
		padding: 15px 0;
		margin: 0 20px;

		border-bottom: 1px dashed #cccccc;
	}

	#hanakappa #sec5 .inner .item {
		padding: 25px 0 0;
	}
	#hanakappa #sec5 .inner .item h3 {
		margin-bottom: 0;
	}
	#hanakappa #sec5 .inner .body {
		padding: 13px;
	}
	#hanakappa #sec5 .inner .body .frame {
		padding: 12px 15px 15px;
	}
	#hanakappa #sec5 .inner .body .frame ul {
		overflow: hidden;
	}

	#hanakappa #sec5 .inner .body .controller {
		margin-bottom: 0;
		margin-top: 20px;
	}
	#hanakappa #sec5 .inner .body .cap {
		font-size: 11px;
		text-align: right;
		margin-top: 5px;

		font-weight: 500;
	    font-family: "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#hanakappa #sec5 .inner .important {
		margin-top: 15px;
		padding: 0 4%;
	}
	#hanakappa #sec5 .inner .important h4 {
		font-size: 14px;
		margin-bottom: 7px;
	}
	#hanakappa #sec5 .inner .important ul {

	}
	#hanakappa #sec5 .inner .important ul li {
		font-size: 11px;
		line-height: 1.8;
		text-indent: calc(-1em - 4px);
		padding-left: calc(1em + 4px);
	}

	#hanakappa #sec5 .inner .important ul li::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0.9em;
		height: 0.9em;
		background-color: #cccccc;
		border-radius: 3em;
		margin-right: 4px;
		margin-top: -2px;
	}
}


#hanakappa #sec6 .inner {
	padding: 60px 30px;
}

#hanakappa #sec6 .inner h2 {
	margin: 0 -30px 35px;
}
#hanakappa #sec6 .inner h3 {
	margin-bottom: 25px;
}
#hanakappa #sec6 .inner .dep + .dep {
	margin-top: 35px;
}
#hanakappa #sec6 .inner .dep .txt {
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	line-height: 1.6;
	text-align: center;
}
#hanakappa #sec6 .inner .dep .txt strong {
	background-image: url(/campaign-2020/hanakappa/images/text_marker_min.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#hanakappa #sec6 .inner .dep .txt + .cap {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

#hanakappa #sec6 .inner .group {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 35px;
	padding-bottom: 50px;
	border-bottom: 2px dashed #cccccc;
}
#hanakappa #sec6 .inner .group > div {
	width: 450px;
	border: 4px solid #71aeeb;
	border-radius: 16px;
	padding: 45px 35px 35px;
	position: relative;
	text-align: center;
}
#hanakappa #sec6 .inner .group > div::before {
	content: "";
	display: block;
	width: 42px;
	height: 50px;
	background-image: url(/campaign-2020/hanakappa/images/medal.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#hanakappa #sec6 .inner .group .txt {
	font-size: 15px;
	line-height: 1.88;
	text-align: left;
	margin-top: 20px;
}
#hanakappa #sec6 .inner .group .txt strong {
	font-weight: bold;
	color: #71aeeb;
}

#hanakappa #sec6 .inner .flow + .cap {
	text-align: left;
	margin-top: 15px;
}
#hanakappa #sec6 .inner .flow + .cap li {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	font-family: "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	text-indent: -1em;
	padding-left: 1em;
}


#hanakappa #sec6 .inner .frame {
	background-color: #f1f7fd;
	padding: 35px 20px 20px;
	text-align: center;
	margin-top: 40px;
}
#hanakappa #sec6 .inner .frame h4 {
	font-size: 34px;
	font-weight: bold;
	color: #71aeeb;
	margin-top: 0;
	margin-bottom: 15px;
}
#hanakappa #sec6 .inner .frame .txt {
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 20px;
}

#hanakappa #sec6 .inner .frame .btn {
	text-align: center;
	margin-bottom: 35px;
}

#hanakappa #sec6 .inner .frame + .cap {
	margin-top: 10px;
}
#hanakappa #sec6 .inner .frame + .cap li {
	font-size: 12px;
	line-height: 1.9;
}

#hanakappa #sec6 .inner .frame .organizer {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}

@media only screen and (max-width:500px){
	#hanakappa #sec6 .inner {
		padding: 25px 4%;
	}

	#hanakappa #sec6 .inner h2 {
		margin: 0 0 18px;
	}
	#hanakappa #sec6 .inner h3 {
		margin-bottom: 13px;
	}
	#hanakappa #sec6 .inner .dep + .dep {
		margin-top: 17px;
	}
	#hanakappa #sec6 .inner .dep .txt {
		font-size: 14px;
	}
	#hanakappa #sec6 .inner .dep .txt strong {
		background-image: url(/campaign-2020/hanakappa/images/text_marker_min.png);
		background-repeat: repeat-x;
		background-position: 0 100%;
	}
	#hanakappa #sec6 .inner .dep .txt + .cap {
		font-size: 10px;
		text-align: left;
		margin: 10px 14px 0;
	}

	#hanakappa #sec6 .inner .group {
		display: block;
		margin-top: 30px;
		margin-bottom: 25px;
		padding-bottom: 30px;
		border-bottom: 1px dashed #cccccc;
	}
	#hanakappa #sec6 .inner .group > div + div {
		margin-top: 25px;
	}

	#hanakappa #sec6 .inner .group > div {
		width: 95%;
		border: 2px solid #71aeeb;
		border-radius: 9px;
		padding: 23px 20px 20px;
		margin: 0 auto;
	}
	#hanakappa #sec6 .inner .group > div::before {
		width: 26px;
		height: 33px;
		background-size: contain;
		top: -16px;
	}
	#hanakappa #sec6 .inner .group .txt {
		font-size: 12px;
		line-height: 1.6;
		margin-top: 10px;
	}



	#hanakappa #sec6 .inner .flow + .cap li {
		font-size: 10px;
	}


	#hanakappa #sec6 .inner .frame {
		padding: 13px 15px 20px;
		text-align: center;
		margin-top: 25px;
	}
	#hanakappa #sec6 .inner .frame h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#hanakappa #sec6 .inner .frame .txt {
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	#hanakappa #sec6 .inner .frame .btn {
		width: 300px;
		text-align: center;
		margin: 0 auto 20px;
	}

	#hanakappa #sec6 .inner .frame + .cap {
		margin-top: 10px;
	}
	#hanakappa #sec6 .inner .frame + .cap li {
		font-size: 10px;
		line-height: 1.9;
	}

	#hanakappa #sec6 .inner .frame .organizer {
		font-size: 12px;
		text-align: center;
	}
}


#hanakappa #sec7 .inner {
	padding: 0 0 15px;
}
#hanakappa #sec7 .inner .terms + .terms {
	margin-top: 30px;
}

#hanakappa #sec7 .inner h2 {
	/*margin-bottom: 20px;*/
}
#hanakappa #sec7 .inner h2 a {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #9c9c9c;
	background-image: url(/campaign-2020/hanakappa/images/ico_open.png);
	background-repeat: no-repeat;
	background-position: right 35px top 50%;
	text-align: center;
	padding: 10px;
	display: block;

	border-radius: 100px;
}
#hanakappa #sec7 .inner h2.show a {
	background-image: url(/campaign-2020/hanakappa/images/ico_close.png);
}

#hanakappa #sec7 .inner .terms > .body {
	font-size: 14px;
	line-height: 2;
	padding: 20px 25px;
	display: none;
	line-height: 1.8;
}
#hanakappa #sec7 .inner .terms > .body ul,
#hanakappa #sec7 .inner .terms > .body li {
	font-size: inherit;
	line-height: 2;
}

#hanakappa #sec7 .inner .body > * + * {
	margin-top: 15px;
}
#hanakappa #sec7 .inner .body > strong {
	display: block;
	margin-top: 25px;
}
#hanakappa #sec7 .inner .body > strong + .txt,
#hanakappa #sec7 .inner .body ul.circle {
	margin-top: 5px;
}
#hanakappa #sec7 .inner .body ul.circle > li {
	text-indent: calc(-1em - 7px);
	padding-left: calc(1em + 7px);
}
#hanakappa #sec7 .inner .body ul.circle > li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	background-color: #cccccc;
	border-radius: 3em;
	margin-right: 8px;
	margin-top: -3px;
}

#hanakappa #sec7 .inner .body ul.asterisk > li {
	text-indent: -1em;
	padding-left: 1em;
}

#hanakappa #sec7 .inner .body ul.dot > li {
	text-indent: -1em;
	padding-left: 1em;
}
#hanakappa #sec7 .inner .body ul.dot > li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	background-color: #333;
	border-radius: 3em;
	margin: -3px 0.3em;
	margin-top: -3px;
}

#hanakappa #sec7 .inner .body ul.square {
	text-indent: 0;
}
#hanakappa #sec7 .inner .body ul.square > li {
	display: inline;
}
#hanakappa #sec7 .inner .body ul.square > li::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	background-color: #333;
	border-radius: 3em;
	margin: -3px 0.3em;
	margin-top: -3px;
}

ol {
	padding: 0;
}
#hanakappa #sec7 .inner .body ol.num {
	list-style-type: decimal;
	text-indent: 0;
	display: block;
	padding-left: 1.5em;
}
#hanakappa #sec7 .inner .body ol.num li {
	list-style-type: decimal;
}

#hanakappa #sec7 .window {
	margin-top:50px;
}
#hanakappa #sec7 .window .head {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #9c9c9c;
	padding: 10px;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
#hanakappa #sec7 .window .body {
	border: 3px solid #9c9c9c;
	border-top: none;
	overflow: hidden;
	padding: 25px 45px;

	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

#hanakappa #sec7 .window .body .ttl {
	font-size: 22px;
	font-weight: bold;
}
#hanakappa #sec7 .window .body .txt {
	font-size: 18px;
	line-height: 1.8;
}
#hanakappa #sec7 .window .body .txt a {
	color: #0070bf;
}

#hanakappa #sec7 .inner .window .cap {
	font-size: 11px;
	line-height: 1.4;
	margin-top: 10px;

}
#hanakappa #sec7 .inner .window + .cap {
	margin-top: 15px;
}
#hanakappa #sec7 .inner .window + .cap li {
	font-size: 12px;
	line-height: 1.9;
	text-indent: -1em;
	padding-left: 1em;
}
#hanakappa #sec7 .inner .window + .cap li.another {
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 15px;
}


#hanakappa #sec7 .inner .pr {
	text-align: right;
	margin-top: 15px;
}
#hanakappa #sec7 .inner .pr span {
	display: inline-block;
	font-size: 13px;
	color: #FFF;
	line-height: 1;
	padding: 5px;
	background-color: #ff7276;
	border-radius: 4px;
}
@media only screen and (max-width:500px){
	#hanakappa #sec7 .inner {
		padding: 0 4% 20px;
	}
	#hanakappa #sec7 .inner .terms + .terms {
		margin-top: 15px;
	}
	#hanakappa #sec7 .inner h2 {
		/*margin-bottom: 12px;*/
	}
	#hanakappa #sec7 .inner h2 a {
		font-size: 19px;
		background-position: right 17px top 50%;
		background-size: 20px;
		padding: 7px;
	}

	#hanakappa #sec7 .inner .terms > .body ul,
	#hanakappa #sec7 .inner .terms > .body li {
		line-height: 1.6;
	}

	#hanakappa #sec7 .inner .terms > .body {
		font-size: 11px;
		line-height: 1.8;
		padding: 12px 10px;
	}

	#hanakappa #sec7 .inner .body > * + * {
		margin-top: 15px;
	}
	#hanakappa #sec7 .inner .body > strong {
		display: block;
		margin-top: 25px;
	}

	#hanakappa #sec7 .inner .body .txt {
		line-height: 1.6;
	}
	#hanakappa #sec7 .window {
		margin-top: 20px;
	}
	#hanakappa #sec7 .window .head {
		font-size: 16px;
		padding: 7px;
		border-top-left-radius: 9px;
		border-top-right-radius: 9px;
	}
	#hanakappa #sec7 .window .body {
		border: 2px solid #9c9c9c;
		padding: 16px 18px;

		border-bottom-left-radius: 9px;
		border-bottom-right-radius: 9px;
	}

	#hanakappa #sec7 .window .body .ttl {
		font-size: 15px;
	}
	#hanakappa #sec7 .window .body .txt {
		font-size: 13px;
		line-height: 1.6;
	}
	#hanakappa #sec7 .inner .window + .cap {
		margin-top: 15px;
	}
	#hanakappa #sec7 .inner .window + .cap li {
		font-size: 9px;
		line-height: 1.6;
	}


	#hanakappa #sec7 .inner .pr {
		text-align: right;
		margin-top: 15px;
	}
	#hanakappa #sec7 .inner .pr span {
		display: inline-block;
		font-size: 13px;
		color: #FFF;
		line-height: 1;
		padding: 5px;
		background-color: #ff7276;
		border-radius: 4px;
	}
}


#hanakappa .result_notice {
	background-color: #ffde68;
	background-image: url(/campaign-2020/hanakappa/images/result/dotted_line.png),
		url(/campaign-2020/hanakappa/images/result/dotted_line.png);
	background-repeat: repeat-x;
	background-position: 0 0,
		0 100%;
	background-size: auto 22px;
	margin-top: 100px;
	padding-bottom: 55px;
}

#hanakappa .result_notice .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 1px;
	box-sizing: border-box;
}
#hanakappa .result_notice .ribon {
	margin-top: -60px;
	margin-bottom: 15px;
}
#hanakappa .result_notice .txt {
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}
#hanakappa .result_notice span {
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
}
#hanakappa .result_notice strong {
	font-size: 28px;
	display: inline-block;
	margin-top: 20px;
}

#hanakappa .result_notice .img {
	margin-top: 40px;
}

#hanakappa #sec_result {
	background-color: #fff3c7;
	padding: 70px 0;
}
#hanakappa #sec_result .frame {
	background-image: url(/campaign-2020/hanakappa/images/result/frame-bg.png);
	padding: 0 10px 10px;
	box-shadow: 0 8px 0 0 rgba(0,0,0,0.1);
}
#hanakappa #sec_result .frame + .frame {
	margin-top: 65px;
}
#hanakappa #sec_result .frame h2 {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 15px;
}

#hanakappa #sec_result .frame .body {
	background-color: #FFF;
	padding: 50px;
}

#hanakappa #sec_result .frame .piece {
	text-align: center;
}
#hanakappa #sec_result .frame .piece .img {
	position: relative;
	margin-bottom: 25px;
}
#hanakappa #sec_result .frame .piece .img .badge {
	position: absolute;
	top: -24px;
	left: 10px;
	z-index: 10;
}
#hanakappa #sec_result .frame .piece .name {
	font-size: 18px;
	font-weight: bold;
	color: #898989;
	margin-bottom: 5px;
}
#hanakappa #sec_result .frame .piece .ttl {
	font-size: 34px;
	font-weight: bold;
	color: #ff7277;
	margin-bottom: 15px;
}
#hanakappa #sec_result .frame .piece .winner {
	font-size: 20px;
	font-weight: bold;
}
#hanakappa #sec_result .frame .piece .winner strong {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	background-color: #e8e8e8;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 25px;
	border-radius: 100px;
	margin-right: 12px;
	margin-top: -2px;
}


#hanakappa #sec_result .frame ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -60px;
}
#hanakappa #sec_result .frame ul > .piece {
	width: 47.7273%;
	margin-bottom: 60px;
}

#hanakappa #sec_result .frame .piece .ttl {
	font-size: 30px;
}

#hanakappa #sec_result .frame + .end_msg {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 55px;
}

@media only screen and (max-width:500px){
	#hanakappa .result_notice {
		background-size: auto 11px;
		margin-top: 40px;
		padding-bottom: 30px;
	}

	#hanakappa .result_notice .inner {
		width: 100%;
	}
	#hanakappa .result_notice .ribon {
		width: 200px;
		margin: -30px auto 5px;
	}
	#hanakappa .result_notice .txt {
		font-size: 14px;
		line-height: 1.8;
	}
	#hanakappa .result_notice span {
		font-size: 9px;
		margin-top: 13px;
	}
	#hanakappa .result_notice strong {
		font-size: 20px;
	}
	#hanakappa .result_notice .img {
		margin-top: 25px;
	}

	#hanakappa #sec_result {
		padding: 30px 0;
	}
	#hanakappa #sec_result .frame {
		background-size: 55px;
		padding: 0 10px 10px;
		box-shadow: 0 8px 0 0 rgba(0,0,0,0.1);
	}
	#hanakappa #sec_result .frame + .frame {
		margin-top: 30px;
	}
	#hanakappa #sec_result .frame h2 {
		font-size: 20px;
		padding: 8px;
	}

	#hanakappa #sec_result .frame .body {
		background-color: #FFF;
		padding: 25px 22px;
	}

	#hanakappa #sec_result .frame .piece {
		text-align: center;
	}
	#hanakappa #sec_result .frame .piece .img {
		position: relative;
		margin-bottom: 15px;
	}
	#hanakappa #sec_result .frame .piece .img .badge {
		width: 66px;
		position: absolute;
		top: -9px;
		left: 5px;
		z-index: 10;
	}
	#hanakappa #sec_result .frame .piece .name {
		font-size: 10px;
		line-height: 1;
		margin-bottom: 5px;
	}
	#hanakappa #sec_result .frame .piece .ttl {
		font-size: 17px;
		margin-bottom: 5px;
	}
	#hanakappa #sec_result .frame .piece .winner {
		font-size: 12px;
	}
	#hanakappa #sec_result .frame .piece .winner strong {
		font-size: 10px;
		padding: 5px 10px;
		margin-right: 6px;
		margin-top: -2px;
	}


	#hanakappa #sec_result .frame ul {
		margin-bottom: -25px;
	}
	#hanakappa #sec_result .frame ul > .piece {
		width: 100%;
		margin-bottom: 25px;
	}

	#hanakappa #sec_result #f2 .piece .ttl {
		font-size: 19px;
	}


	#hanakappa #sec_result .frame + .end_msg {
		font-size: 14px;
		margin-top: 25px;
	}
}


@media only screen and (min-width:501px){
	#hanakappa #sec_result .frame ul {
		justify-content: center;
	}
	#hanakappa #sec_result .frame ul li:nth-child(2n) {
		margin-left: 40px;
	}
}






#hanakappa #follow {
	width: 70px;
	height: 495px;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2000;
	margin: auto;
	pointer-events: none;
}
#hanakappa #follow li + li {
	margin-top: 13px;
}
#hanakappa #follow li a {
	pointer-events: auto;
}
#hanakappa #follow li a:hover {
	opacity: 0.9;
}
@media only screen and (max-width:500px){
	#hanakappa #follow {
		width: 100%;
		height: auto;
		top: auto;
		bottom: 0;
		right: 0;
		margin: auto;
		pointer-events: none;
		padding: 10px 10px 12px;
		background-color: rgba(255,255,255,0.8);
	}
	#hanakappa #follow ul {
		display: flex;
		justify-content: space-between;
	}
	#hanakappa #follow li {
		width: 48.5915%;
	}
	#hanakappa #follow li + li {
		margin-top: 0;
	}
	#hanakappa #follow li a {
		pointer-events: auto;
	}
	#hanakappa #follow li a:hover {
		opacity: 0.9;
	}
}




.remodal-wrapper {
    padding: 10px 5%;
	font-feature-settings: 'palt';
}


.remodal-overlay {
    background-color: rgba(0,0,0,0.6);
}
.remodal.detail {
    max-width: 900px;
    box-sizing: border-box;
    background-color: #e3effb;
    position: relative;
    border-radius: 18px;
    padding: 50px 25px 25px;
    position: relative;
}
.remodal.detail .btn-close {
	position: absolute;
	top: 20px;
	right: 28px;
	z-index: 100;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.remodal.detail .btn-close:hover {
    opacity: 0.6;
}

.remodal-inner {
	padding: 60px 40px 40px;
	background-color: #FFF;
    border-radius: 18px;
    position: relative;
}
.remodal-inner .ttl .ruby {
	text-align: center;
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.3em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    font-weight: normal;
}

.remodal-inner .ball {
	width: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 10;
	text-align: center;
}
.remodal-inner .ball img {
	width: auto;
	height: 49px;
}

.remodal-inner > .ttl {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.remodal-inner > .ttl span {
	font-size: 32px;
	margin-right: 5px;
}

.remodal-inner .comment {
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
}


.remodal-inner .profile {
	border-top: 2px dashed #ccc;
	margin-top: 35px;
	padding-top: 35px;
	display: flex;
	text-align: left;
}

.remodal-inner .profile .body {
	padding-right: 30px;
	flex: 1;
}
.remodal-inner .profile .ph {
	width: 220px;
}


.remodal-inner .profile .body .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #71aeeb;
	margin-bottom: 12px;
}

.remodal-inner .profile .body table {
	width: 100%;
	line-height: 1.8;
}
.remodal-inner .profile .body th {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	width: 75px;
	padding-right: 20px;
	text-align: left;
	white-space: nowrap;
}
.remodal-inner .profile .body th::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	width: 13px;
	height: 13px;
	background-color: #71aeeb;
	border-radius: 20px;
	margin-right: 5px;
}
.remodal-inner .profile .body td {
	font-size: 14px;
	vertical-align: top;
}

.remodal-inner .profile .body table + .comment {
	margin-top: 10px;
	font-size: 14px;
}

@media only screen and (max-width:500px){
	.remodal-wrapper {
	    padding: 10px 5%;
	}


	.remodal.detail {
	    border-radius: 9px;
	    padding: 35px 10px 10px;
	}
	.remodal.detail .btn-close {
		top: 11px;
		right: 15px;
		width: 50px;
	}
	.remodal.detail .btn-close:hover {
	    opacity: 1;
	}

	.remodal-inner {
		padding: 42px 20px 20px;
	    border-radius: 9px;
	}
	[data-ruby]::before {
	    font-size: 10px;
	}

	.remodal-inner .ball {
		top: -12px;
	}
	.remodal-inner .ball img {
		width: auto;
		height: 33px;
	}

	.remodal-inner > .ttl {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.remodal-inner > .ttl span {
		font-size: 22px;
		margin-right: 5px;
	}

	.remodal-inner .comment {
		font-size: 14px;
		text-align: left;
		line-height: 1.6;
	}


	.remodal-inner .profile {
		border-top: 1px dashed #ccc;
		margin-top: 20px;
		padding-top: 20px;
		display: block;
	}

	.remodal-inner .profile .body {
		padding-right: 0;
	}
	.remodal-inner .profile .ph {
		width: 165px;
		margin: 15px auto 0;
		text-align: center;
	}


	.remodal-inner .profile .body .ttl {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.remodal-inner .profile .body table {
		width: 100%;
		line-height: 1.8;
		vertical-align: top;
	}
	.remodal-inner .profile .body th {
		font-size: 11px;
		width: 50px;
		padding-right: 10px;
		font-size: 11px;
		vertical-align: top;
		line-height: 1.6;
	}
	.remodal-inner .profile .body th::before {
		margin-top: -2px;
		width: 10px;
		height: 10px;
	}
	.remodal-inner .profile .body td {
		font-size: 11px;
		vertical-align: top;
	}

	.remodal-inner .profile .body table + .comment {
		font-size: 11px;
	}
}



#hanakappa .sp_disp {
	display: none!important;
}
@media screen and (max-width:500px) {
	#hanakappa .pc_disp {
		display: none!important;
	}
	#hanakappa .sp_disp {
		display: block!important;
	}
	#hanakappa .sp_disp.inline {
		display: inline!important;
	}
	#hanakappa img.sp_disp {
		display: inline-block!important;
	}
	#hanakappa br.sp_disp {
		display: inline!important;
	}
}