@charset "UTF-8";
.global-menu3 ul li a img {
	vertical-align: top;
}
.p-ttl01 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #153368;
	margin-bottom: 35px;
	padding-bottom: 6px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.p-ttl01 > img {
	display: block;
	width: 58px;
}
.p-ttl01 > b {
	display: block;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	top: 7px;
}
.p-link {
	max-width: 300px;
	margin: 22px auto;
}
.p-link > a {
	display: flex;
	color: #153368;
	font-size: 23px;
	border: 2px solid #FFD7FF;
	box-shadow: 0 6px 0 #DE90E0;
	border-radius: 21px;
	align-items: center;
	justify-content: center;
	height: 57px;
	background-color: #FFD7FF;
	transition-duration: .3s;
	transition-property: transform, box-shadow, background-color, color;
	font-weight: bold;
}
.senryu {
	max-width: 901px;
	margin: 0 auto;
	color: #153368;
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}
.senryu_image {
	margin-bottom: 19px;
}
.btn-sns iframe {
	vertical-align: middle;
}
.senryu_image > img {
	display: block;
}
.senryu_link {
	margin-bottom: 45px;
	margin-top: 37px;
}
.senryu_link > a {}
.senryu_link > a::before {
	content: "";
}
.senryu_link > a::after {
	content: "";
}
.senryu_headline {
	text-align: center;
	font-size: 25px;
	margin: 50px 0 29px;
	line-height: 1.5;
	font-weight: bold;
	margin-left: -.5em;
}
.senryu_text {
	text-align: center;
	line-height: 1.7;
	font-size: 15px;
	margin-top: 20px;
}
.sAbout {
	background-color: #EDFBDC;
	padding: 30px 20px 43px;
	margin: 55px auto 65px;
	max-width: 850px;
	box-sizing: border-box;
}
.sAbout_cols {
	display: flex;
	max-width: 670px;
	margin: 0 auto;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.sAbout_col {}
.sAbout_col-no1 {
	width: 74%;
}
.sAbout_title {
	font-size: 25px;
	border-bottom: 2px solid #153368;
	padding-bottom: 11px;
	margin-bottom: 22px;
	text-align: center;
	font-weight: bold;
}
.sAbout_text {
	line-height: 1.6;
	margin-top: 15px;
}
.sAbout_col-no2 {
	width: 26%;
	padding-top: 46px;
}
.sAbout_image {
	position: relative;
	z-index: 1;
	left: -30px;
}
.sAbout_image > img {}
.sCase {
	margin-bottom: 70px;
}
.sCase_title {}
.sCase_title > img {}
.sCase_title > b {}
.sCase_list {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 25px;
}
.sCase_list > li {
	width: 32%;
	margin-left: 2%;
}
.sCase_list > li:first-child {
	margin-left: 0;
}
.sCase_list > li:last-child {}
.sCase_list > li:nth-child(2n+1) {}
.sCase_list > li:nth-child(n+3) {}
.sCase_list > li > img {
	display: block;
	margin: 0 auto;
}
.sMethod {
	background-color: #ddf1fc;
	padding: 30px 50px 82px;
	position: relative;
	z-index: 1;
	max-width: 855px;
	box-sizing: border-box;
	margin: 0 auto 55px;
}
.sMethod_title {
	text-align: center;
	font-size: 26px;
	position: relative;
	z-index: 1;
	margin-bottom: 38px;
	font-weight: bold;
}
.sMethod_title::after {
	content: "";
	display: block;
	width: 230px;
	height: 2px;
	background: #153368;
	margin: 10px auto 0;
}
.sMethod_sect {
	position: relative;
	z-index: 2;
	max-width: 692px;
	margin: 20px auto 46px;
}
.sMethod_sect:last-child {
	margin-bottom: 0;
}
.sMethod_headline {
	font-weight: bold;
	font-size: 23px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.sMethod_headline > b {
	display: flex;
	width: 26px;
	height: 26px;
	background-color: #153368;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 21px;
	margin-right: 10px;
}
.sMethod_inner {
	padding-left: 31px;
}
.sMethod_text {
	font-size: 18px;
	margin-bottom: 1.3em;
}
.sMethod_link {}
.sMethod_link > a {}
.sMethod_link > a::before {
	content: "";
}
.sMethod_link > a::after {
	content: "";
}
.sMethod_dList {
	list-style: none;
	padding-left: 35px;
	margin-bottom: 25px;
	font-size: 18px;
}
.sMethod_dList > dt {}
.sMethod_dList > dd {
	padding-left: 1em;
}
.sMethod_dList > dd > a {
	color: inherit;
}
.sMethod_dList > dd > a::before {
	content: "";
}
.sMethod_dList > dd > a::after {
	content: "";
}
.sMethod_list {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.sMethod_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.sMethod_list > li:first-child {}
.sMethod_list > li:last-child {}
.sMethod_list > li:nth-child(2n+1) {}
.sMethod_list > li:nth-child(n+3) {}
.sMethod_image {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 35px;
}
.sMethod_image > img {}
.sPrize {
	margin-bottom: 68px;
}
.sPrize_title {
	margin-bottom: 16px;
}
.sPrize_title > img {}
.sPrize_title > b {}
.sPrize_text {
	text-align: center;
	margin-bottom: 76px;
	margin-top: 25px;
}
.sPrize_list {
	list-style: none;
	display: flex;
	padding: 0;
	max-width: 850px;
	margin: 0 auto;
}
.sPrize_list > li {
	width: 31%;
	background-color: #fdeeed;
	margin-left: 3.5%;
	position: relative;
	z-index: 1;
	height: 118px;
	box-sizing: border-box;
	padding-top: 10px;
	text-align: center;
}
.sPrize_list > li:first-child {
	margin-left: 0;
}
.sPrize_list > li:last-child {}
.sPrize_list > li:nth-child(2n+1) {}
.sPrize_list > li:nth-child(n+3) {}
.sPrize_headline {
	position: absolute;
	z-index: 1;
	top: -27px;
	left: -10px;
}
.sPrize_headline > img {}
.sPrize_rank {
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.sPrize_number {
	font-size: 32px;
	padding-left: 20px;
}
.sPrize_number > b {}
.sPrize_number > b > b {
	font-size: 157%;
}
.sPrize_number > small {
	font-size: 69%;
	font-weight: bold;
}
.sApp {
	position: relative;
	z-index: 1;
}
.sApp_title {
	margin-bottom: 46px;
}
.sApp_title > img {}
.sApp_title > b {}
.sApp_sect {
	margin-bottom: 43px;
	position: relative;
	z-index: 2;
	margin-top: 25px;
}
.sApp_cols {
	display: flex;
	max-width: 790px;
	margin: 0 auto;
}
.sApp_col {}
.sApp_col-no1 {
	width: 201px;
	min-width: 200px;
}
.sApp_headline {
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	font-weight: bold;
}
.sApp_headline > img {
	display: block;
	width: 29px;
	height: auto;
	margin-right: 7px;
	position: relative;
	z-index: 1;
	top: -1px;
}
.sApp_col-no2 {
	flex-grow: 1;
}
.sApp_list {
	list-style: none;
	padding: 0;
	font-size: 18px;
}
.sApp_text {
	font-size: 18px;
	margin-bottom: 1em;
}
.sApp_text:last-child {
	margin-bottom: 0;
}
.sApp_text > a {
	color: inherit;
}
.sApp_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.sApp_list > li:first-child {}
.sApp_list > li:last-child {}
.sApp_list > li:nth-child(2n+1) {}
.sApp_list > li:nth-child(n+3) {}
.sApp_link {
	position: relative;
	z-index: 2;
	margin-top: 72px;
}
.sApp_link > a {}
.sApp_link > a::before {
	content: "";
}
.sApp_link > a::after {
	content: "";
}
.sApp_image {
	position: absolute;
	z-index: 0;
	right: -13px;
	bottom: 229px;
}
.sApp_image > img {}
.btn-sns::after {
	content: "";
	display: block;
	clear: both;
}
.footer .reread_link a {
	background-image: url(/information/senryu/img_2020/img-pagetop_2x.png);
}
.u-spNone {}
.u-spInline {
	display: none;
}
.sAbout_cauList {
	list-style: none;
	font-size: 12px;
	padding-left: 0;
	word-break: break-all;
}
.sAbout_cauList > li {
	display: flex;
	align-items: flex-start;
}
.sAbout_cauList > li:first-child {}
.sAbout_cauList > li:last-child {}
.sAbout_cauList > li:nth-child(2n+1) {}
.sAbout_cauList > li:nth-child(n+3) {}
.sAbout_cauList > li > b {
	display: block;
	font-weight: normal;
	margin-right: .5em;
	white-space: nowrap;
}
.sAbout_cauList > li > strong {
    display: block;
    font-weight: normal;
    margin-right: .5em;
    white-space: nowrap;
}

.article .senryu h2 {
	border-bottom: none;
}
.article .senryu h3 {
	border-left: none;
}
.article .senryu h3 strong {
	font-size: 130%;
}
.sPrize_image {
	margin-top: 30px;
}
.sPrize_image > img {
	display: block;
}
.sPrize_image > img:last-child {
	display: none;
}
@media screen and (min-width:736px) {
	.p-link > a:hover {
		box-shadow: 0 0px 0 #DE90E0;
		transform: translateY(6px);
		text-decoration: none;
	}
	.senryu_link > a:hover {}
	.sMethod_link > a:hover {}
	.sMethod_dList > dd > a:hover {}
	.sApp_link > a:hover {}
}
@media screen and (max-width:735px) {
	.global-menu3 ul li a img {}
	.p-ttl01 {
		margin-bottom: 15px;
	}
	.p-ttl01 > img {
		width: 32px;
		min-width: 32px;
		margin-right: 5px;
	}
	.p-ttl01 > b {
		font-size: 18px;
		top: 0;
	}
	.p-link {
		margin: 20px auto 0;
		max-width: none;
	}
	.p-link > a {
		height: 50px;
		border-width: 1px;
		border-radius: 10px;
		box-shadow: 0 3px 0 #DE90E0;
		font-size: 21px;
	}
	.senryu {
		padding-bottom: 0;
	}
	.senryu_image {
		width: auto;
	}
	.senryu_image > img {}
	.senryu_link {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.senryu_link > a {}
	.senryu_link > a::before {}
	.senryu_link > a::after {}
	.senryu_headline {
		text-align: left;
		font-size: 20px;
		margin-top: 20px;
	}
	.senryu_text {
		text-align: left;
	}
	.sAbout {
		padding: 25px 15px;
		margin: 35px 0;
	}
	.sAbout_cols {
		display: block;
	}
	.sAbout_col {
		width: auto;
	}
	.sAbout_col-no1 {}
	.sAbout_title {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.sAbout_text {}
	.sAbout_col-no2 {
		padding: 0;
	}
	.sAbout_image {
		max-width: 100px;
		margin: 15px auto 0;
		left: 0;
	}
	.sAbout_image > img {}
	.sCase {
		margin-bottom: 35px;
	}
	.sCase_title {}
	.sCase_title > img {}
	.sCase_title > b {}
	.sCase_list {}
	.sCase_list > li {}
	.sCase_list > li:first-child {}
	.sCase_list > li:last-child {}
	.sCase_list > li:nth-child(2n+1) {}
	.sCase_list > li:nth-child(n+3) {}
	.sCase_list > li > img {}
	.sMethod {
		padding: 25px 15px 130px;
		margin-bottom: 35px;
	}
	.sMethod_title {
		font-size: 18px;
	}
	.sMethod_title::after {
		width: 120px;
		margin-top: 5px;
	}
	.sMethod_sect {
		margin-bottom: 25px;
	}
	.sMethod_sect:last-child {}
	.sMethod_headline {
		font-size: 18px;
	}
	.sMethod_headline > b {
		width: 20px;
		height: 20px;
		min-width: 20px;
		font-size: 16px;
	}
	.sMethod_inner {
		padding-left: 0;
	}
	.sMethod_text {
		font-size: inherit;
	}
	.sMethod_link {}
	.sMethod_link > a {}
	.sMethod_link > a::before {}
	.sMethod_link > a::after {}
	.sMethod_dList {
		padding-left: 0;
		font-size: inherit;
		margin-bottom: 20px;
	}
	.sMethod_dList > dt {}
	.sMethod_dList > dd {}
	.sMethod_dList > dd > a {}
	.sMethod_dList > dd > a::before {}
	.sMethod_dList > dd > a::after {}
	.sMethod_list {
		font-size: 13px;
	}
	.sMethod_list > li {}
	.sMethod_list > li:first-child {}
	.sMethod_list > li:last-child {}
	.sMethod_list > li:nth-child(2n+1) {}
	.sMethod_list > li:nth-child(n+3) {}
	.sMethod_image {
		width: 86px;
		bottom: 15px;
		right: 15px;
	}
	.sMethod_image > img {}
	.sPrize {
		margin-bottom: 35px;
	}
	h3.sPrize_title {
		font-size: 25px;
	}
	.sPrize_title > img {}
	.sPrize_title > b {}
	.sPrize_text {
		text-align: left;
		margin-bottom: 35px;
	}
	.sPrize_list {
		display: block;
	}
	.sPrize_list > li {
		width: auto;
		margin: 10px 0 0;
		height: 93px;
	}
	.sPrize_list > li:first-child {}
	.sPrize_list > li:last-child {}
	.sPrize_list > li:nth-child(2n+1) {}
	.sPrize_list > li:nth-child(n+3) {}
	.sPrize_headline {
		width: 70px;
		left: -5px;
		top: -16px;
	}
	.sPrize_headline > img {}
	.sPrize_rank {
		font-size: 16px;
	}
	.sPrize_number {
		font-size: 25px;
	}
	.sPrize_number > b {}
	.sPrize_number > b > b {}
	.sPrize_number > small {}
	.sApp {
		padding-bottom: 130px;
	}
	h3.sApp_title {
		font-size: 25px;
	}
	.sApp_title > img {}
	.sApp_title > b {}
	.sApp_sect {
		margin-bottom: 25px;
	}
	.sApp_cols {
		display: block;
	}
	.sApp_col {
		width: auto;
		min-width: 0;
	}
	.sApp_col-no1 {}
	.sApp_headline {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sApp_headline > img {
		width: 23px;
	}
	.sApp_col-no2 {
		padding-left: 30px;
	}
	.sApp_list {
		font-size: inherit;
	}
	.sApp_text {
		font-size: inherit;
	}
	.sApp_text > a {}
	.sApp_list > li {}
	.sApp_list > li:first-child {}
	.sApp_list > li:last-child {}
	.sApp_list > li:nth-child(2n+1) {}
	.sApp_list > li:nth-child(n+3) {}
	.sApp_link {}
	.sApp_link > a {}
	.sApp_link > a::before {}
	.sApp_link > a::after {}
	.sApp_image {
		bottom: 0;
		right: 0;
		width: 120px;
	}
	.sApp_image > img {}
	.u-spNone {
		display: none;
	}
	.u-spInline {
		display: inline;
	}
	.article .senryu h3 strong {
		font-size: inherit;
	}
	.sPrize_image {
		max-width: 300px;
		margin: 10px auto 0;
	}
	.sPrize_image > img {
		display: none;
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
		/* left: -12px; */
	}
	.sPrize_image > img:last-child {
		display: block;
	}
}
