@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------

　  MAIN

------------------------------------------------------------------- */
#main {
	background: url("../img/top/bg.png") no-repeat;
	background-position: 50% 20%;
	padding-top: 80px;
}
#main .inner {
	max-width: 1386px;
	position: relative;
}
#main .ttl {
	font-family: tbcinergothic-std, sans-serif;
	color: #fff;
	font-size: 1.5rem;
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 1;
	overflow: hidden;
}
#main .ttl img {
	max-width: 350px;
}
#main .big {
	font-size: 1.7em;
}
#main .right {
	float: right;
}
#main .box1 {
	padding-top: 60px;
	position: relative;
}
#main .box2 {
	position: relative;
	max-width: 1280px;
	height: 560px;
}
#main .box2 img {
	position: absolute;
	bottom: 50%;
	left: 45%;
	transform: translate(-50%,50%);
	max-width: 812px;
}
#main .box2 div {
	position: absolute;
	z-index: 1;
}
#main .box2 p {
	font-family: tbcinergothic-std, sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
}
.pink {
	background: #FFE4EF;
	border-radius: 50% 50% 0 50%;
	transform: rotate(30deg);
	width: 164px;
	height: 164px;
	border: 3px solid #fff;
	top: 0;
	left: 14%;
}
.pink p {
	transform: rotate(-30deg);
	padding-right: 20px;
}
.yellow {
	background: #FFEAC1;
	border-radius: 50% 50% 0% 50%;
	transform: translate(-50%,75%) rotate(-30deg);
	left: 10%;
	width: 204px;
	height: 204px;
	border: 3px solid #fff;	
}
.yellow p {
	transform: rotate(30deg);
	padding-left: 30px;
}
.green {
	background: #DBFFB7;
	border-radius: 50% 0% 50% 50%;
	transform: translate(-50%,200%) rotate(10deg);
	width: 184px;
	height: 184px;
	border: 3px solid #fff;
	left: 15%;
	padding-top: 10px;
}
.green p {
	transform: rotate(-10deg);
}
#main .box3 {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}
#main .box3 div {
	display: flex;
	margin-top: -10px;
}
#main .box3 div p {
	width: 120px;
	height: 120px;
	color: #fff;
	background: #98D800;
	border-radius: 50%;
	font-size: 18px;
	margin: 0 5px;
	position: relative;
}
#main .box3 div p span {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,50%);
	text-align: center;
	width: 100%;
}
#main .box3 img {
	max-width: 480px;
}
.cp_arrows {
	height: 564px;
}
.cp_arrows .cp_arrow {
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
	animation: arrow-move06 2s 1s ease-in-out infinite;
	text-decoration: none;
}
@-webkit-keyframes arrow-move06 {
	0% {
		top: 1%;
		opacity: 1;
	}
	70% {
		top: 5%;
		opacity: 1;
	}
	100% {
		top: 1%;
		opacity: 1;
	}
}
@media only screen and ( max-width : 1000px ) {
	#main .box2 p {
		font-size: 16px;
	    padding-top: 30px;
	}
	.pink {
		width: 130px;
		height: 130px;
		left: 10%;
	}	
	.yellow {
		width: 160px;
		height: 160px;
		top: 25%;
	}
	.yellow p {
		padding-left: 20px;
	}
	.green {
		width: 150px;
		height: 150px;
	}
	#main .box3 div p {
		width: 95px;
		height: 95px;
		font-size: 14px;
		margin: 0 5px;
	}
}
@media only screen and ( max-width : 910px ) {
	#main .box3 {
		position: absolute;
		right: 0;
		bottom: -70px;
		width:60%;
	}
	#main .box3 div {
		justify-content: center;
		flex-wrap: wrap;
		display: inline-flex;
	}
	#main .box3 div p {
		width: 125px;
		height: 125px;
	}
	#main .box3 img {
		max-width: 480px;
	}
}
@media only screen and ( max-width : 880px ) {
	#main {
		background-position: 85% 0%;
	}
}
@media only screen and ( max-width : 768px ) {
	#main .inner {
		position: inherit;
	}
	#main .ttl {
		position: inherit;
		left: inherit;
		bottom: inherit;
		margin: 0 auto;
		max-width: 450px;
	}
	#main .right {
		float: none;
	}
	#main .box1,
	#main .box2 {
		position: inherit;
	}
	#main .box1 {
		padding-top: 25px;
	}
	#main .box2 {
		height: auto;
	}
	#main .box2 img {
		position: inherit;
		bottom: inherit;
		left: inherit;
		transform: none;
	}
	#main .box2 div {
		position: inherit;
		margin-bottom: 10px;
	}
	#main .box2 p {
		font-size: 18px;
		padding: 15px 0;
		letter-spacing: 2px;
	}
	.pink,.yellow,.green {
		position: inherit;
		border-radius: 40px;
		transform: rotate(0deg);
		width: 100%;
		height: auto;
		border: none;
		top: inherit;
		left: inherit;
	}
	.pink p,.yellow p,.green p {
		transform: rotate(0deg);
		padding-right: 0;
	}
	#main .box3 {
	    text-align: center;
		position: inherit;
		right: inherit;
		bottom: inherit;
	    top: -90px;
	    width:100%;
	}
	#main .box3 img {
		max-width: 480px;
	}
}
@media only screen and ( max-width : 768px ) {
	#main .box2 p {
		font-size: 16px;
		letter-spacing: 1px;
	}
	#main .box2 div {
		padding-top: 0;
	}
}
@media only screen and ( max-width : 480px ) {
	#main .ttl img {
		max-width: 230px;
	}
	#main .box3 div p {
		width: 90px;
		height: 90px;
	}
}
/* -----------------------------------------------------------------

　  Q&A(Question)

------------------------------------------------------------------- */
#q {
	background: url("../img/bg.png") no-repeat;
	background-position: top right;
}
#q .flexbox {
	display: flex;
	justify-content: space-between;
}
#q .flexbox div {
	width: 42%;
}
#q ul {
	width: 49%;
}
#q li {
	list-style-image: url("../img/qa/icon.png");
	padding-left: 20px;
	margin-bottom: 20px;
}
#q li p {
	display: inline;
    vertical-align: super;
    font-size: 20px;
}
@media only screen and ( max-width : 768px ) {
	#q .flexbox {
		display: block;
	}
	#q .flexbox div {
		width: 100%;
		margin-bottom: 35px;
	}
	#q ul {
		width: 100%;
	}
	#q li {
		margin-left: 40px;
	}
	#q li p {
		font-size: 16px;
	}
}
@media only screen and ( max-width : 480px ) {
	#q li {
		padding-left: 0;
		margin-bottom: 8px;
	}
	#q li p {
		display: inline-flex;
		font-size: 14px;
	}
}
/* -----------------------------------------------------------------

　  Q&A(Anser)

------------------------------------------------------------------- */
#a {
	background: #FDFFEC;
	padding: 70px 50px;
}
#a h3 {
	position: relative;
	padding: 10px 0;
	margin-left: 40px;
	background: #009A5A;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	max-width: 440px;
	margin: 0 auto 60px auto;
}
#a h3:after {
	font-family: 'Material Icons';
	content: "fiber_manual_record";
	position: absolute;
	font-size: 40px;
	right: -40px;
	bottom: 0;
	line-height: 0.8;
	color: #009A5A;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#a h3:before {
	font-family: 'Material Icons';
	content: "fiber_manual_record";
	position: absolute;
	font-size: 20px;
	right: -55px;
	bottom: 0;
	color: #009A5A;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#a .flexbox {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	margin-bottom: 70px;
	padding: 0 40px;
}
#a .flexbox div {
	width: 48%;
}
#a .flexbox p {
	letter-spacing: 1px;
	padding: 10px;
}
#a .flexbox p span {
	background: linear-gradient(transparent 50%, #FFE600 70%);
}
#a .big {
	font-size: 20px;
	font-weight: 500;
}
#a .flexbox2 {
	-js-display : flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#a .flexbox2 div {
	width: 32.5%;
	background: #fff;
	border: 1px solid #007746;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 20px;
	position: relative;
}
#a .flexbox2 div img {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,50%);
}
#a h4 {
	font-family: tbcinergothic-std, sans-serif;
	font-size: 24px;
	color: #009A5A;
	text-align: center;
	margin: 20px 0 10px 0;
}
@media only screen and ( max-width : 768px ) {
	#a {
		padding: 40px 20px 0 20px;
	}
	#a h3 {
		font-size: 18px;
		max-width: 350px;
	}
	#a .flexbox {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		padding: 0;
	}
	#a .box1 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		margin-bottom: 20px;
		width: 100%;
	}
	#a .box2 {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		width: 100%;
	}
	#a .flexbox div {
		width: 100%;
	}
	#a .flexbox2 div {
		width: 48.5%;
	}
	#a h4 {
		font-size: 16px;
	}
}
@media only screen and ( max-width : 480px ) {
	#a {
		padding: 40px 10px 0 10px;
	}
	#a .flexbox2 div {
		width: 100%;
	}
	#a h3 {
		font-size: 14px;
		margin-left: inherit;
		max-width: 230px;
	}
	#a h3:after {
		font-size: 30px;
	    right: -26px;
	}
	#a h3:before {
		font-size: 15px;
		right: -38px;
		bottom: -1px;
	}
}
/* -----------------------------------------------------------------

	CARE

------------------------------------------------------------------- */
#care .flexbox {
	-js-display : flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#care .flexbox div {
	width: 32.5%;
	text-align: center;
}
#care .flexbox div:nth-child(1),
#care .flexbox div:nth-child(2),
#care .flexbox div:nth-child(3), 
#care .flexbox div:nth-child(4),
#care .flexbox div:nth-child(5),
#care .flexbox div:nth-child(6) {
	margin-bottom: 50px;
}
#care .flexbox div:nth-child(2),#care .flexbox div:nth-child(5) {
	border-right: 1px solid #007746;
	border-left: 1px solid #007746;
}
#care .flexbox div:nth-child(1) img,
#care .flexbox div:nth-child(2) img,
#care .flexbox div:nth-child(3) img,
#care .flexbox div:nth-child(4) img,
#care .flexbox div:nth-child(5) img,
#care .flexbox div:nth-child(6) img {
	max-width: 250px;
}
#care .flexbox h3 {
	text-align: center;
	color: #007746;
	font-size: 24px;
	margin: 30px 0;
}
#care .flexbox p {
	padding: 10px;
}
@media only screen and ( max-width : 768px ) {
	#care .flexbox {
		max-width: 574px;
		margin: 0 auto;
	}
	#care .flexbox div {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#care .flexbox div:nth-child(2) {
		border-right: none;
		border-left: none;
		border-top: 1px solid #007746;
		border-bottom: 1px solid #007746;
		padding: 20px 0;
	}
}
/* -----------------------------------------------------------------

	STEP

------------------------------------------------------------------- */
#step .flexbox {
	display: flex;
    margin-bottom: 20px;
	padding: 0 20px 0 180px;
	position: relative;
	height: 200px;
	align-items: center;
}
#step .flexbox:nth-child(even) {
	background: #F8FFE8;
	z-index: -2;
}
#step h3 {
	font-size: 30px;
	font-weight: 700;
	width: 250px;
	margin-left: 30px
}
#step h3 span {
	font-size: 20px;
	color: #007746;
	display: block;
}
#step p {
	display: inline-table;
	background-image: linear-gradient(to bottom, #007746, #007746 2px, transparent 1px, transparent 4px);
	background-size: 2px 6px;
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 0 20px 40px;
	font-size: 18px;
	width: 600px;
}
#step .flexbox img {
	width: 150px;
	z-index: 10;
}
#step .flexbox .s {
	position: absolute;
	top: 25px;
	left: 25px;
}
.border {
	position: relative;
	display: inline-block;
}
.border:before { 
	position: absolute;
	top: 0;
	content:'';
	width: 6px;
	height: 100%;
	border: solid 1px #007746;
	background: #007746;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,50%);
	z-index: -1;
}
@media only screen and ( max-width : 768px ) {
	#step .flexbox {
		display: block;
		height: auto;
		padding: 20px;
	}
	#step h3 {
		font-size: 20px;
		margin: 0 0 20px 110px;
		width: auto;
	}
	#step h3 span {
		margin-bottom: 20px;
	}
	#step p {
		background: none;
		padding: 20px 0;
		font-size: 14px;
		width: 100%;
		border-top: 2px dotted #007746;
	}
	#step .flexbox img {
		width: 90px;
	}
	#step .flexbox .s {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.border {
		position: relative;
		display: inline-block;
	}
	.border:before { 
		display: none;
	}
}
/* -----------------------------------------------------------------

	SUPORT

------------------------------------------------------------------- */ 
#suport {
	background: #FDFFEC;
	padding: 70px 50px;
}
#suport .box {
	background: url("../img/img.png") no-repeat;
	background-position: 10% 100%;
    background-size: auto;
}
#suport h3 {
	position: relative;
	padding: 10px 0;
	margin-left: 40px;
	background: #009A5A;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	max-width: 560px;
	margin: 0 auto 60px auto;
}
#suport h3:after {
	font-family: 'Material Icons';
	content: "fiber_manual_record";
	position: absolute;
	font-size: 40px;
	right: -40px;
	bottom: 0;
	line-height: 0.8;
	color: #009A5A;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#suport h3:before {
	font-family: 'Material Icons';
	content: "fiber_manual_record";
	position: absolute;
	font-size: 20px;
	right: -55px;
	bottom: 0;
	color: #009A5A;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#suport .flexbox {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}
#suport .flexbox div {
	width: 46%;
}
#suport h4 {
	font-size: 18px;
	margin-top: 20px;
	text-align: right;
}
#suport h4 span {
	font-size: 24px;
	display: block;
}
@media only screen and ( max-width : 768px ) {
	#suport {
		padding: 30px 20px;
	}
	#suport .box {
		background-position: 50% 100%;
		background-size: 1000px;
	}
	#suport h3 {
		font-size: 16px;
		max-width: 350px;
		margin: 0 auto 40px auto;
	}
	#suport .flexbox div {
		width: 100%;
	}
	#suport .flexbox {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		padding-bottom: 250px;
	}
}
@media only screen and ( max-width : 480px ) {
	#suport {
		padding: 30px 10px;
	}
	#suport h3 {
		margin-left: inherit;
		text-align: left;
	    padding: 10px 20px;
		max-width: 230px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	#suport h3:after {
		font-size: 30px;
	    right: -26px;
	}
	#suport h3:before {
		font-size: 15px;
		right: -38px;
		bottom: -1px;
	}
	#suport h4 {
		font-size: 14px;
	}
}
/* -----------------------------------------------------------------

	CONTACT

------------------------------------------------------------------- */
#contact {
	background: url("../img/bg.png") no-repeat 0 9% / 518px;
}
#contact a {
	max-width: 460px;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	padding: 30px 0;
	font-size: 24px;
	margin: 0 auto 40px auto;
	background: #FFA10A;
}
#contact a:hover {
	background: #EB6100;
}
#contact a::before {
	font-family: 'Material Icons';
	content: "mail_outline";
	padding-right: 20px;
	font-size: 30px;
	vertical-align: sub;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#contact .material-icons-outlined {
	padding-right: 30px;
}
#contact p {
	text-align: center;
	line-height: initial;
	margin-bottom: 50px;
}
@media only screen and ( max-width : 768px ) {
	#contact .flexbox {
		display: block;
	}
	#contact a {
		padding: 20px 0;
		font-size: 18px;
		margin: 0 auto 10px auto;
	}
	#contact a::before {
		font-size: 24px;
	}
}
/* ------------------------------------------------------------

　   ENTRY

--------------------------------------------------------------*/
#entry {
	padding-bottom: 100px;
}
#entry header {
	position: inherit;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin-bottom: 50px;
}
#entry h3 {
	text-align: center;
}
#entry table {
	background: #fff;
	width: 100%;
	border-collapse: inherit;
	padding: 40px;
	font-size: 16px;
}
#entry th {
	font-weight: bold;
	text-align: left;
	width: 300px;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 20px;
	border-bottom: 1px solid #eee;
}
#entry th span {
	float: right;
	background: #FFA10A;
	color: #fff;
	padding: 2px 5px;
	font-size: 13px;
}
#entry th .nini {
	background: #009A5A;
}
#entry th p{
	font-size: 12px;
	color: #696969;
}

#entry tr:last-child th {
	border-bottom: none;
}
#entry td {
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	padding: 10px;
}
#entry tr:last-child td {
	border-bottom: none;
}
#entry input[type="text"],
#entry input[type="tel"],
#entry input[type="email"],
#entry textarea,
#entry select {
	color: #000;
	width: 100%;
	height: 60px;
	padding: 20px 10px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	outline: none;
	border: none;
}
#entry select::-ms-expand {
	display: none;
}
#entry .stbox select::-ms-expand {
    display: none;
}
#entry select {
	border: 1px solid #ccc;
	width: 200px;
	margin: 20px 10px;
	cursor: pointer;
}
#entry input::placeholder,
#entry textarea::placeholder {
	color: #ccc;
}
#entry input:-ms-input-placeholder {
	color: #ccc;
}
#entry .stbox {
	position: relative;
	width: 210px;
}
#entry .stbox::before {
	position: absolute;
	top: 48px;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #ed6500;
	pointer-events: none;
}
#entry .checkbox {
	box-sizing: border-box;
	padding: 20px 10px 10px;
}
#entry .checkbox label {
	margin-right: 10px;
	display: inline-block;
}
#entry .checkbox01-input{
	display: none;
}
#entry .checkbox01-parts{
	padding-left: 30px;
	position:relative;
	cursor: pointer;
}
#entry .checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #707070;
}
#entry .checkbox01-input:checked + .checkbox01-parts{
	color: #FFA10A;
}
#entry .checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #FFA10A;
	border-right: 3px solid #FFA10A;
}
#entry input[type="submit"] {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	background: #fff;
	border: 3px solid #FFA10A;
	border-radius: 10px;
	color: #FFA10A;
	display: block; 
	text-align: center;
	width: 100%;
	line-height: 70px;
	font-size: 18px;
	margin: 30px auto 0 auto;
	letter-spacing: 10px;
	transition: 0.5s;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
}
#entry input[type="submit"]:hover {
	background: #FFA10A;
	color: #fff;
}
#entry .ttl {
	text-align: center;
}
#entry textarea {
	height: 15rem;
	resize: vertical;
	padding: 20px;
	border: 1px solid #eee;
}
@media only screen and ( max-width : 768px ) {
	#entry {
		padding-bottom: 50px;
	}
	#entry .inner {
		padding: 0 10px;
	}
	#entry h3 {
		text-align: left;
	}
	#entry table {
		padding: 20px;
	}
	#entry th {
		width: 100%;
		display: block;
		font-size: 14px;
		padding: 15px 5px;
	}
	#entry td {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	#entry input[type="text"], #entry input[type="tel"], #entry input[type="email"], #entry textarea, #entry select {
		height: 50px;
		font-size: 14px;
	}
	#entry select {
		padding: 0 10px;
		margin: 0;
	}
	#entry .stbox {
		width: 200px;
	}
	#entry .stbox::before {
		top: 23px;
	}
	#entry .checkbox {
		padding: 0;
	}
}
@media only screen and ( max-width : 480px ) {
	#entry table {
		padding: 20px 0;
	}
	#entry input[type="submit"] {
		line-height: 60px;
	}
	#entry .checkbox01-parts {
		display: block;
		padding-left: 26px;
	}
}
/* ------------------------------------------------------------

　   PRIVACY

--------------------------------------------------------------*/
#entry .subttl {
	margin-bottom: 20px;
}
#entry .box {
	overflow: auto;
	height: 300px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
#entry ol li {
	margin-bottom: 15px;
}
#entry ul li {
	list-style-type: disc;
	margin-left: 16px;
}
#entry .li {
	list-style-image: none;
	margin-left: 30px;
}
#entry article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0;
}
#entry ol {
	list-style-type: decimal;
	margin-left: 30px;
}
#entry .bottom {
	margin-bottom: 25px;
}
#entry .bottom2 {
	margin-bottom: 10px;
}
#entry .inc {
	text-align: right;
}
#entry a {
	color: #A11C3F;
	text-decoration: underline;
}
@media only screen and ( max-width : 768px ) {
	#entry .box {
		margin-bottom: 10px;
	}
	#entry ol {
		list-style-position: inside;
		margin-left: 0;
	}
	#entry ul li {
		margin-left: 20px;
	}
}
/* ------------------------------------------------------------

　   ERROR PAGE

--------------------------------------------------------------*/
#entry .error_inner {
	height: 100vh;
	position: relative;
}
#entry .error {
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,50%);
	text-align: center;
}
#entry h4 {
    margin: 60px 0;
	text-align: center;
	color: #000;
	font-size: 16px;
}
#entry p.error_messe {
	font-size: 16px;
	margin: 10px 0;
	color: red;
	text-align: center;
	 -ms-font-feature-settings: "normal";
	-ms-font-feature-settings: "kern", "liga", "pnum";
}
/*#entry p::before {
	font-family: 'Material Icons';
	content: "expand_less";
	font-size: 35px;
	line-height: 60px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}*/
#entry .error input[type="button"] {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
	font-size: 16px;
	color: red;
	border: 2px solid red;
	background: #fff;
	width: 250px;
	padding: 10px 5px;
	transition: all .5s;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-appearance: none;
	appearance: none;
}
#entry .error input[type="button"]:hover {
	color: #fff;
	border: 2px solid red;
	background: red;
	letter-spacing: 5px;
}
/* ------------------------------------------------------------

　   THANKS PAGE

--------------------------------------------------------------*/
.thanks {
	text-align: center;
}
.thanks .inner {
	max-width: 958px;
}
.thanks .common_ttl01 {
	padding: 100px 0 50px 0;
}
.thanks .txt {
	margin-bottom: 80px;
	text-align: center;
}
.thanks a {
	outline: none!important;
	text-decoration: none!important;
}
.thanks .back {
	background: #fff;
	color: #ed6500;
	letter-spacing: 2px;
	text-align: center;
	width: 250px;
	padding: 10px 20px;
	margin: 0 auto;
	border: 5px solid #ed6500;
	transition: .5s;
	box-sizing: border-box;
	text-decoration: none;
}
.thanks .back:hover {
	color: #fff;
	background: #ed6500;
}