@charset "UTF-8";


/* @group Reset Style */

body {
	background: transparent;
	-webkit-text-size-adjust: 100%;
	}


body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

/* @end */

/* @group Structure */

/* @group Structure elements */

html {
	height: 100%;
}

body {
	font-size: 13px;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN,
				 "ヒラギノ角ゴ Pro",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	}

/* @end */


/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

.lang-ja {
	/*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;*/
	}

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.lang-cn {
	font-family: 'Hei Regular','SimHei',sans-serif;
	}

sup {
	font-size: 77%;
	line-height: 0.8;
	}

.registered-trademark {
	letter-spacing: 0.2em;
	}

#copyright,
.copyright-sign {
	}


/* @end */


/* @group Hypertext Module */

a {
	color: #221815;
	text-decoration: underline;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.40);
	}

a:link {
	}

a:visited {
	}

a:hover {
	text-decoration: none;
	}

a:active {
	}


/* @end */

/* @group Modules */

/* @group column module */

.columns-row {
	/*width: 656px;*/
	}

.columns-row:before,
.columns-row:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.columns-row:after {
    clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.columns-row {
    zoom: 1;
	}


.columns-row .column {
	float: left;
	}

.columns-row .first {
	}

.columns-row .last {
	}

.split .column {
	float: none;
	}

.split .columns-row .column {
	float: left;
	}

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.columns-row:before,
.columns-row:after {
	content: "";
	display: block;
	overflow: hidden;
	}

.clearfix:after,
.columns-row:after {
	clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.columns-row {
	zoom: 1;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @group button */

.button-image {
	}

a.behavior-style {
	}

.behavior-style img {
	}

.behavior-style:hover img {
	opacity: 0.5;
	cursor: pointer;
	}


/* @end */
/* @end */

/* @group 共通 */


html {
	height: 100%;
	font-size: 62.5%;
	}

body {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	color: #141414;
	background: #f4f4f4;
	font-family: YakuHanRP, -apple-system, BlinkMacSystemFont, "Yu Gothic", "Yu Gothic UI", Meiryo, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	}


.page {
	min-height: 100%;
	}


.lang-en {
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	}

.fluid-std {
	box-sizing: border-box;
	margin: 0 auto;
	}

.behavior-style:hover img {
	opacity: 0.8;
	cursor: pointer;
	}

svg {
	fill: currentColor;
	}

.color-key-1 {
	color: #e7375d;
	}

.hero {
	width: 100%;
	margin: 0 auto;
	}

.hero img {
	display: block;
	width: 100%;
	height: auto;
	}

.text-std {
	font-size: 1.6rem;
	line-height: 1.75;
	}

.button {
	position: relative;
	}

.button:hover {
	opacity: 0.7;
	}

.button-solid {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 62px;
	margin: 0 auto;
	color: #ffffff;
	border-radius: 8px;
	background-color: #e7375d;
	box-shadow: 0px 6px 9.7px 0.3px rgba(114, 114, 114, 0.48);
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.2em;
	z-index: 1;	  
	}

.button-solid .text {
	text-align: center;
	}

ul.list-symbol {
	padding-left: 1.2em;
	font-size: 1.4rem;	
}

ul.list-symbol li {
	list-style-type: "◇";
	margin-bottom: 0.4em;
	line-height: 1.6;
}

ul.list-symbol li ul {
	padding-top: 0.4em;
	padding-left: 1em;
}

ul.list-symbol li ul li {
	list-style-type: "・";
	margin-bottom: 0.3em;
}


.page-footer ul li a:hover {
	text-decoration: underline;
	}



/* @end */

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


body {
	overflow-y: scroll;
	}

.page {
	}

.page-body {
	width: 100%;
	margin: 0 auto 100px;
	}

.hero {
	width: 100%;
	}

.main {
	max-width: 1024px;
	/* width: 71.11%; */
	margin: 0 auto;
	padding: 66px 0 0;
	}

.main .fluid-columns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 140px;
	}

.main .column-left {
	width: 50%;
	text-align: justify;
	}

.main .column-left .hero {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	}

.main .column-right {
	max-width: 455px;
	width: 44.433594%;
	}

.main .heading {
	margin: 0 0 0.6em;
	font-size: 1.4rem;
	color: #e7375d;
	font-weight: 500;
	line-height: 1.4;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	}

.main h1.heading {
	margin-bottom: 0.3em;
	color: #141414;
	font-size: 2.8rem;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	}

.main .header {
	margin-bottom: 2em;
	}

.main .header .text-group {
	margin-bottom: 1em;
	}
	
.main .header .text-group .text-std {
	font-weight: 500;
	font-size: 1.6rem;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 0;
	line-height: 1.5;
	}

.main .text-group.hgroup .text-std {
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1.5;
	}

.main .description {
	margin: 0 0 6em;
	}
	
.main .description .text-std {
	font-size: 1.6rem;
	}

.main .description .text-std + .text-std {
	margin: 1em 0 0;
	}

.main .text-group {
	margin: 0 0 2em;
	}

.main .text-group .text-std {
	font-size: 1.4rem;
	}

.main .block-bordered {
	padding: 40px 20px 10px;
	margin-top: 70px;
	border-width: 1px;
	border-color: #e7375d;
	border-style: solid;
	background: #ffffff;
	}

.main .button {
	width: 414px;
	margin: 133px auto 0;
	}

.page-footer {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 170px;
	}

.page-footer .container {
	text-align: center;
	}

.page-footer .logo {
	margin: 0 0 42px;
	}

.page-footer .logo img {
	width: 320px;
	}

.page-footer ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 1rem;
	}

.page-footer ul li {
	display: block;
	font-size: 1.4rem;
	margin: 0;
	}

.page-footer ul li a {
	text-decoration: none;
	}

.page-footer .sns {
	margin: 0 0 26px;
	}
	
.page-footer .sns li {
	margin: 0 15px;
	}

.page-footer .sns li img {
	width: auto;
	height: 20px;
	}

.page-footer .info li {
	margin: 0 1em;
	}
	
.page-footer #copyright {
	margin: 30px 0 0;
	font-size: 1.4rem;
	font-weight: 600;
	}


.zokeiaward-countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	color: #ffffff;
	background: #398de9;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	z-index: 100;
	}

.zokeiaward-countdown .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 840px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 90px;
	padding-right: 90px;
	}

.zokeiaward-countdown .heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}
.zokeiaward-countdown .text-group {
	max-width: 468px;
	width: 100%;
	}

.zokeiaward-countdown #message {
	display: none;
	font-weight: 800;
	font-size: 36px;
	}

.zokeiaward-countdown #countdown {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	}

.zokeiaward-countdown .unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.zokeiaward-countdown .value {
	font-weight: 800;
	font-size: 42px;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	}

.zokeiaward-countdown .label {
	margin-top: 0.3em;
	font-weight: 400;
	font-size: 18px;
	}
}

@media screen and (max-width: 640px), screen and (max-device-width: 480px) {

body {
	overflow-y: scroll;
	}

.text-std {
	font-size: 1.6rem;
	line-height: 1.8;
	}

.button-solid {
	height: 56px;
	font-size: 1.6rem;
	}

.button::after {
	top: 0;
	width: 26px;
	}

.page-body {
	width: 100%;
	margin: 0 auto 90px;
	}

.hero {
	width: 100%;
	margin: 0 auto 40px;
	}

.main {
	}

.main .fluid-columns {
	}

.main .column-left {
	}

.main .column-right {
	width: 84.375%;
	margin: 0 auto;
	}

.main .heading {
	margin: 0 0 0.6em;
	color: #e7375d;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	}

.main h1.heading {
	margin-bottom: 0.3em;
	color: #141414;
	font-size: 3.72rem;
	font-weight: 800;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	}

.main .header {
	margin-bottom: 2em;
	}

.main .header .text-group {
	margin-bottom: 1em;
	}

.main .header .text-group .text-std {
	font-weight: 500;
	font-size: 1.5rem;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	letter-spacing: 0;
	line-height: 1.5;
	}

.main .text-group.hgroup .text-std {
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.5;
	}

.main .description {
	margin: 0 0 60px;
	text-align: justify;
	}

.main .description .text-std {
	font-size: 1.4rem;
	}

.main .description .text-std + .text-std {
	margin: 1em 0 0;
	}

.main .text-group {
	margin: 0 0 2em;
	}

.main .column > .text-group + .text-group {
	margin-top: 60px;
	}
	
.main .text-group .text-std {
	font-size: 1.4rem;
	}


	
.main .block-bordered {
	padding: 40px 20px 10px;
	margin-top: 70px;
	border-width: 1px;
	border-color: #e7375d;
	border-style: solid;
	background: #ffffff;
	}

	
.main .button {
	max-width: 330px;
	width: 84.375%;
	margin: 85px auto 0;
	}

.page-footer {
	width: 84.375%;
	margin: 0 auto;
	padding: 0 0 170px;
	}

.page-footer .container {
	text-align: center;
	}

.page-footer .logo {
	margin: 0 auto 20px;
	}

.page-footer .logo img {
	max-width: 230px;
	width: auto;
	}

.page-footer ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 1rem;
	}

.page-footer ul li {
	display: block;
	font-size: 1.4rem;
	margin: 0;
	}

.page-footer ul li a {
	text-decoration: none;
	}

.page-footer .sns {
	margin: 30px 0 26px;
	}
	
.page-footer .sns li {
	margin: 0 15px;
	}

.page-footer .sns li img {
	width: auto;
	height: 20px;
	}

.page-footer .info li {
	margin: 0 1em;
	}
	
.page-footer #copyright {
	margin: 30px 0 0;
	font-size: 1.4rem;
	font-weight: 600;
	}

.zokeiaward-countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 108px;
	color: #ffffff;
	background: #398de9;
	font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
	z-index: 100;
	}

.zokeiaward-countdown .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 11.875%;
	padding-right: 11.875%;
	}

.zokeiaward-countdown .heading {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}
.zokeiaward-countdown .text-group {
	max-width: 270px;
	width: 100%;
	}

.zokeiaward-countdown #message {
	display: none;
	font-weight: 800;
	font-size: 36px;
	}

.zokeiaward-countdown #countdown {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 270px;
	}

.zokeiaward-countdown .unit {
	display: flex;
	flex-direction: column;
	align-items: center;
	}

.zokeiaward-countdown .value {
	font-weight: 800;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	}

.zokeiaward-countdown .label {
	margin-top: 0.3em;
	font-weight: 400;
	font-size: 12px;
	}
}
