@charset "utf-8";

#mainPic{
	color: #fff;
	/* background: linear-gradient(90deg, rgb(19, 174, 103) 0%, rgb(19, 174, 103) 50%, rgb(243, 201, 0) 50%, rgb(243, 201, 0) 100%); */
	/* background: url("../img/bg_picMain.png") no-repeat center left 55%, linear-gradient(90deg, rgb(19, 174, 103) 0%, rgb(19, 174, 103) 50%, rgb(243, 201, 0) 50%, rgb(243, 201, 0) 100%); */
	background: url("../img/bg_picMainPc.png?t4") no-repeat bottom left 76%, url("../img/bg_picMainColor.png") no-repeat center center, linear-gradient(90deg, rgb(19, 174, 103) 0%, rgb(19, 174, 103) 50%, rgb(243, 201, 0) 50%, rgb(243, 201, 0) 100%);
	/* background: url("../img/bg_picMain.png") no-repeat center right 40%, linear-gradient(90deg, rgb(19, 174, 103) 0%, rgb(19, 174, 103) 50%, rgb(243, 201, 0) 50%, rgb(243, 201, 0) 100%); */
	/* background-size: contain, auto; */
	/* background-size: 1280px, auto; */
	background-size: auto 332px, auto 410px, auto;
}

#mainPic h1{
	font-size: 237.5%;
	/* font-size: 250.0%; */
	line-height: 1.4;
	margin-top: 0.5em;
	text-shadow: 1px 1px rgb(19, 174, 103);
}
#mainPic h1 ruby rt{
	font-weight: normal;
	font-size: 35%;
}
#mainPic h1 + p{
	margin: 0.7em 0 1.0em;
	font-size: 155%;
}
#mainPic .link > li{
	margin-bottom: 0.5em;
}
#mainPic .link > li .btn-join{
	border-color: #fff;
}
#contents .info .flex > div{
	padding: 0 40px;
}

#contents .convenient .flex{
	flex-wrap: wrap;
}
#contents .convenient .flex > div{
	flex-basis: calc(100% / 3);
	padding: 20px;
	margin-bottom: 1.0em;
}
#contents .convenient .flex .img{
	text-align: center;
	margin-bottom: 0.8em;
	height: 96px;
}
#contents .convenient .flex dl > dt{
	font-weight: bold;
	font-size: 160%;
	text-align: center;
	margin-bottom: 0.5em;
	position: relative;
}
#contents .convenient .flex dl > dt .jModal{
	position: absolute;
	top: -1.0em;
	right: 0;
}

#contents .feature .innerWrap > .flex:not(:nth-of-type(1)){
	margin-top: 4.0em;
}

#contents .feature .flex > div{
	padding: 40px;
}
#contents .feature .flex > .img{
	padding-top: 6.0em;
}
#contents .feature .item{
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 6px 20px 0;
	background-color: rgb(243, 201, 0);
	border-radius: 20px;
}
#contents .feature h3{
	font-size: 185%;
	margin: 1.1em 0 1.2em;
}

#contents .support h2{
	line-height: 120%;
}

#contents .support .flex > div{
	flex-basis: calc(100% / 3);
	padding: 20px;
}
#contents .support .flex > div p{
	margin-top: 0.8em;
}

#contents .support2{
	background-image: url("../img/bg_support2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgb(32, 169, 101);
	position: relative;
}
#contents .support2::after{
	content: '';
	background-color: rgba(32, 169, 101, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#contents .support2 .innerWrap{
	padding-top: 7.0em;
	position: relative;
	z-index: 1;
}
#contents .support2 .flex{
	align-items: stretch;
}
#contents .support2 .flex > div{
	flex-basis: calc(100% / 2);
	padding: 30px 40px;
	box-sizing: border-box;
}
/* #contents .support2 .flex > div:nth-child(1){
	padding-left: 0;
}
#contents .support2 .flex > div:nth-child(2){
	padding-right: 0;
} */
#contents .support2 .flex > div .detial{
	border: 1px solid rgb(35, 24, 21);
	border-radius: 4px;
	padding: 25px 50px;
	background-color: #fff;
	position: relative;
}
#contents .support2 .flex > div .detial > .img{
	/* position: absolute; */
	margin: -4.8em auto 0;
	text-align: center;
	/* left: 50%; */
	/* top: -50%; */
}
#contents .support2 .flex > div .detial p{
	margin: 1.0em 0;
}
#contents .support2 .flex > div .detial a{
	display: block;
}

#contents .use .innerWrap > .flex > div{
	padding: 30px;
}
#contents .use .innerWrap > .flex > div:nth-child(1){
	padding-left: 0;
}
#contents .use .innerWrap > .flex > div:nth-child(2){
	padding-right: 0;
}
#contents .use ol{
	margin-bottom: 3.0em;
}
#contents .use ol > li,
#contents .use .att > li
{
	list-style: none;
	text-indent: -1.0em;
	margin-left: 1.0em;
}
#contents .use .btn{
	margin: 4.0em 0 0;
	text-align: center;
}

#contents .change_log .detail > p{
	font-weight: bold;
	background-color: rgb(243, 201, 0);
	padding: 10px 15px;
	border: 1px solid rgb(35, 24, 21);
	border-bottom: none;
}
#contents .change_log .detail > ul{
	border: 1px solid rgb(35, 24, 21);
	border-top: none;
	height: 420px;
	overflow-y: scroll;
	padding: 10px 15px;
}
#contents .change_log .detail > ul > li{
	display: flex;
	justify-content: start;
	border-bottom: 1px dashed rgb(23, 42, 136);
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
}
#contents .change_log .detail > ul > li > div:nth-child(1){
	font-weight: bold;
	padding-right: 1.0em;
}

#contents .btnLink .btn-join{
	border-color: #fff;
}
