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

.title {
	background-color: #003ca1;
}


/* contents01 */

.contents01 .box-contents .box {
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.contents01 .box-contents .box > div {
	margin: 0px;
	padding: 15px;
	border-bottom-style : dotted;
border-bottom-color : #abd923;
border-bottom-width : 2px;
	border-right-style : dotted;
border-right-color : #abd923;
border-right-width : 2px;
	width: 30%;
	text-align: center;
}

.contents01 .box-contents .box > div:nth-last-child(-n+4) {
	border-right-style : none;
}

.contents01 .box-contents .box > div:nth-child(4n) {
	border-bottom-style : none;
}


.contents01 .box div.pc-view {
	width: 10%;
}

.contents01 .box div:nth-child(1) {
	order: 1;
}

.contents01 .box div:nth-child(2) {
	order: 5;
}

.contents01 .box div:nth-child(3) {
	order: 9;
}

.contents01 .box div:nth-child(4) {
	order: 13;
}

.contents01 .box div:nth-child(5) {
	order: 2;
}

.contents01 .box div:nth-child(6) {
	order: 6;
}

.contents01 .box div:nth-child(7) {
	order: 10;
}

.contents01 .box div:nth-child(8) {
	order: 14;
}

.contents01 .box div:nth-child(9) {
	order: 3;
}

.contents01 .box div:nth-child(10) {
	order: 7;
}

.contents01 .box div:nth-child(11) {
	order: 11;
}

.contents01 .box div:nth-child(12) {
	order: 15;
}

.contents01 .box div:nth-child(13) {
	order: 4;
}

.contents01 .box div:nth-child(14) {
	order: 8;
}

.contents01 .box div:nth-child(15) {
	order: 12;
}

.contents01 .box div:nth-child(16) {
	order: 16;
}

.contents01 h4 {
	font-size: 19px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	padding: 6px 0px;
	border-radius: 60px;
}

.contents01 h4.c01 {
	background-color: #00a89c;
}

.contents01 h4.c02 {
	background-color: #39b54a;
}

.contents01 h4.c03 {
	background-color: #8cc63f;
}

.contents01 h5 {
	font-size: 26px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	display: none;
}

.contents01 .pc-view h5 {
	display: block;
}

.contents01 h5.m01 {
color: #6eba3d;
}

.contents01 h5.m02 {
color: #f65378;
}

.contents01 ul {
	padding: 10px;
}

.contents01 ul li {
line-height: 1.4;
	margin-bottom: 10px;
	text-indent: -16px;
	margin-left: 16px;
	text-align: left;
}

.contents01 ul li:last-child {
margin-bottom: 0px;
}


/* contents02 */

.contents02 > div {
	background-image: url("images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	padding-bottom: 50px;
	margin-bottom: 20px;
}

.contents02 > div:last-child {
	background-image: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contents02 > div p {
	padding: 20px;
	background : rgba(252, 238, 33, 0.1);
	width: 96%;
	margin: auto;
}

.contents02 .step {
	display: flex;
  justify-content: space-between;
	align-items: center;
	text-align: center;
	border-style : solid;
border-color : #00a89c;
border-width : 2px;
	border-radius: 60px;
	background-color: #00a89c;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.contents02 h5, .contents02 h6 {
	font-size: 19px;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	padding: 6px 15px;
}

.contents02 h5 {
	width: 18%;
	color: #FFF;
}

.contents02 h6 {
	width: 82%;
	color: #00a89c;
	background-color: #FFF;
	text-indent: -18%;
}




/* contents03 */

.contents03 {
	display: flex;
  justify-content: space-between;
}

.contents03 > div {
	width: 48%;
}

.contents03 h5 {
	font-size: 19px;
color: #6eba3d;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	padding: 8px 0px;
	border-style : solid;
border-color : #6eba3d;
border-width : 1px;
	margin-bottom: 20px;
}

.contents03 div:last-child h5 {
color: #f65378;
border-color : #f65378;
}

.contents03 h6 {
	font-size: 19px;
color: #6eba3d;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
}

.contents03 p {
	margin-bottom: 30px;
}

.contents03 p:last-child {
	margin-bottom: 0px;
}



.sp-view {
    display: none;
}

@media screen and (min-width: 767px) {
	.contents01 .pc-view h5 {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
		padding-left: 15px;
}
}

html, body {
    height: 100%;
}
