@charset "UTF-8";

/* ------------------------------------------
  service.develop - 人材開発

	- index.php
	- seminar.php
	- lecturer.php
	- example.php
	- example_detail.php
	- cubic.php
	- tools.php

	1241-1240-1000-600-400
------------------------------------------ */


/* index.php
======================================== */
#contents .contents_area .inner {
	box-sizing: border-box;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#contents .contents_area .inner .icon {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #2878c8;
	margin: 0 auto 25px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner .icon .icon {
		width: 80px;
		height: 80px;
		border-radius: 40px;
		margin: 0 auto 20px;
	}
	#contents .contents_area .inner .icon .icon img {
		display: block;
		width: 45px;
		height: auto;
	}
}

#contents .contents_area .inner h3 {
	text-align: center;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner h3 {
		margin: 0 0 40px;
		font-size: 2.6rem;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner h3 {
		margin: 0 0 35px;
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner h3 {
		margin: 0 0 30px;
		font-size: 2.0rem;
	}
}

#contents .contents_area .inner .text_area h4 {
	margin: 0px 0px 15px 0px;
	color: #2878c8;
	font-weight: normal;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner .text_area h4 {
		font-size: 2.0rem;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner .text_area h4 {
		font-size: 1.8rem;
	}
}

#contents .contents_area .inner .text_area a.index_innerlink {
	display: block;
	width: 500px;
	height: 50px;
	margin: 40px auto 0;
	background-color: #2878c8;
	color: #fff;
	line-height: 50px;
	text-align: center;
	transition: 0.3s all ease-out;
}

#contents .contents_area .inner .text_area a.index_innerlink:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner .text_area a.index_innerlink {
		width: 100%;
	}
}

/* seminar.php
======================================== */
#seminer_menu input {
	display: none;
}

#seminer_menu h3 {
	text-align: left !important;
}

#seminer_menu label {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding: 15px 20px;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	background: #2878c8;
	cursor: pointer;
}

#seminer_menu label::before {
	position: absolute;
	content: "メニューを開く";
	right: 20px;
	top: 37%;
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 1040px) {
	#seminer_menu label {
		padding: 15px;
	}
}

@media only screen and (max-width: 640px) {
	#seminer_menu label {
		margin: 0 0 5px;
	}
	#seminer_menu label:before {
		content: "+";
		right: 20px;
		top: 37%;
		text-decoration: none;
	}
}

#seminer_menu div {
	width: 100%;
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.5s;
}

/* 開閉用設定 */
#seminer_menu #menu_10:checked ~ #menu_10_detail,
#seminer_menu #menu_1:checked ~ #menu_1_detail,
#seminer_menu #menu_2:checked ~ #menu_2_detail,
#seminer_menu #menu_3:checked ~ #menu_3_detail,
#seminer_menu #menu_4:checked ~ #menu_4_detail,
#seminer_menu #menu_5:checked ~ #menu_5_detail,
#seminer_menu #menu_6:checked ~ #menu_6_detail,
#seminer_menu #menu_7:checked ~ #menu_7_detail,
#seminer_menu #menu_8:checked ~ #menu_8_detail,
#seminer_menu #menu_9:checked ~ #menu_9_detail {
	max-height: initial;
	padding: 15px 0 30px;
	opacity: 1;
}

/* 開閉リスト内 */
#seminer_menu dl dt {
	padding: 0 0 8px;
	margin: 0 0 15px;
	border-bottom: 1px solid #2878c8;
	color: #2878c8 !important;
	font-size: 1.6rem;
	font-weight: bold;
}

@media only screen and (max-width: 1040px) {
	#seminer_menu dl dt {
		margin: 0 0 10px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 640px) {
	#seminer_menu dl dt {
		padding: 0 0 6px;
		margin: 0 15px 0 0;
	}
}

#seminer_menu dl dd {
	margin: 0 1% 35px;
}

#seminer_menu dl dd:last-of-type {
	margin: 0;
}

#seminer_menu dl dd ul li {
	margin: 0 0 0.5em;
}

@media only screen and (max-width: 1040px) {
	#seminer_menu dl dd {
		margin: 0 0 30px;
	}
}

@media only screen and (max-width: 640px) {
	#seminer_menu dl dd {
		margin: 0 0 25px;
	}
	#seminer_menu dl dd ul li {
		margin: 0 0 0.6em;
	}
}

/* lecturer.php
======================================== */
#seminer_teacher {
	width: 100%;
	display: flex;
}

#seminer_teacher::after {
	display: block;
	content: "";
	width: 100%;
	height: auto;
}

#seminer_teacher li .teacher_wrap div.img {
	position: relative;
	box-sizing: border-box;
}

#seminer_teacher li .teacher_wrap div.img::before {
	display: block;
	content: "";
}

#seminer_teacher li .teacher_wrap div.img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#seminer_teacher li p.carrer {
	color: #2878c8;
}

@media only screen and (min-width: 1041px) {
	#seminer_teacher {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#seminer_teacher::after {
		width: 32%;
	}
	#seminer_teacher li {
		box-sizing: border-box;
		flex-basis: 32%;
		max-width: 32%;
		padding: 15px 20px;
		margin: 0 0 20px;
		border: 1px solid #2878c8;
	}
	#seminer_teacher li:last-of-type, #seminer_teacher li:nth-last-of-type(2) {
		margin: 0;
	}
	#seminer_teacher li .teacher_wrap {
		padding: 0 0 15px;
		margin: 0 0 15px;
		border-bottom: 1px solid #2878c8;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#seminer_teacher li .teacher_wrap div.img {
		flex-basis: 50%;
	}
	#seminer_teacher li .teacher_wrap div.img::before {
		padding: 100% 0 0;
	}
	#seminer_teacher li .teacher_wrap p {
		flex-basis: 50%;
		width: 90%;
		padding: 0 0 0 10%;
	}
	#seminer_teacher li p.carrer {
		margin: 0 0 8px;
	}
}

@media only screen and (max-width: 1040px) {
	#seminer_teacher {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#seminer_teacher::after {
		display: none;
	}
	#seminer_teacher li {
		box-sizing: border-box;
		flex-basis: 48%;
		width: 100%;
		padding: 15px 20px;
		margin: 0 0 4%;
		border: 1px solid #2878c8;
	}
	#seminer_teacher li:last-of-type {
		margin: 0;
	}
	#seminer_teacher li .teacher_wrap {
		padding: 0 0 15px;
		margin: 0 0 15px;
		border-bottom: 1px solid #2878c8;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#seminer_teacher li .teacher_wrap .img {
		position: relative;
		box-sizing: border-box;
		flex-basis: 40%;
		max-width: 40%;
	}
	#seminer_teacher li .teacher_wrap .img::before {
		padding: 100% 0 0;
	}
	#seminer_teacher li .teacher_wrap p {
		flex-basis: 60%;
		max-width: 60%;
		padding: 0 0 0 20px;
	}
	#seminer_teacher li p.carrer {
		margin: 0 0 8px;
	}
}

@media only screen and (max-width: 640px) {
	#seminer_teacher {
		flex-flow: column wrap;
		justify-content: center;
	}
	#seminer_teacher li {
		flex-basis: 100%;
		max-width: 450px;
		padding: 15px;
		margin: 0px auto 30px auto;
		border: 1px solid #2878c8;
	}
	#seminer_teacher li:nth-last-of-type(2) {
		margin: 0px auto 30px auto;
	}
	#seminer_teacher li:last-of-type {
		margin: 0px auto 0px auto;
	}
}

/* example.php
======================================== */
#contents #service_d_exam .inner .text_area:nth-of-type(2) {
	text-align: center;
	margin: 0 0 20px;
}

/* 一覧リスト */
#example_lists ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: left;
}

@media only screen and (min-width: 1241px) {
	#example_lists ul::after, #example_lists ul::before {
		content: "";
		display: block;
		width: calc((100% - 36px) / 4);
	}
	#example_lists ul::before {
		order: 1;
	}
}

@media only screen and (max-width: 1240px) {
	#example_lists ul::before {
		display: none;
	}
	#example_lists ul::after {
		width: calc((100% - 24px) / 3);
	}
}

@media only screen and (max-width: 1040px) {
	#example_lists ul::after {
		width: calc((100% - 12px) / 2);
	}
}

@media only screen and (max-width: 640px) {
	#example_lists ul::after {
		display: none;
	}
}

/* リスト内_ボックス全体 */
#example_lists ul li {
	position: relative;
	box-sizing: border-box;
	position: relative;
	border: solid 1px #2878c8;
}

@media only screen and (min-width: 1241px) {
	#example_lists ul li {
		padding: 2.0rem;
		margin: 0 0 14px;
		width: calc((100% - 36px) / 4);
	}
	#example_lists ul li:last-of-type {
		margin-bottom: 14px !important;
	}
}

@media only screen and (max-width: 1240px) {
	#example_lists ul li {
		padding: 1.6rem;
		margin: 0 0 14px;
		width: calc((100% - 24px) / 3);
	}
	#example_lists ul li:last-of-type {
		margin-bottom: 14px !important;
	}
}

@media only screen and (max-width: 1040px) {
	#example_lists ul li {
		padding: 1.4rem;
		width: calc((100% - 12px) / 2);
	}
}

@media only screen and (max-width: 640px) {
	#example_lists ul li {
		width: 100%;
	}
}

/* リスト内_ボックス内要素 */
#example_lists ul li div.image img {
	width: 100%;
	height: auto;
}

#example_lists ul li div.profile {
	min-height: 10em;
	padding: 0 0 2em;
}

#example_lists ul li div.profile p {
	margin: 0 !important;
}

#example_lists ul li div.profile p.title {
	color: #2878c8;
}

#example_lists ul li div.link {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
	box-sizing: border-box;
	width: 100%;
}

#example_lists ul li div.link a {
	display: block;
	margin: auto;
}

@media only screen and (min-width: 1241px) {
	#example_lists ul li div.link a {
		width: calc(100% - 40px);
	}
}

@media only screen and (max-width: 1240px) {
	#example_lists ul li div.link a {
		width: calc(100% - 32px);
	}
}

@media only screen and (max-width: 1040px) {
	#example_lists ul li div.link a {
		width: calc(100% - 24px);
	}
}

@media only screen and (max-width: 640px) {
	#example_lists ul li div.link a {
		width: calc(100% - 24px);
	}
}

#example_lists ul li div.link a p {
	width: 100%;
	margin: auto;
	background-color: #2878c8;
	color: #fff;
	line-height: 36px;
	text-align: center;
	transition: 0.2s all ease-in;
}

#example_lists ul li div.link a p:hover {
	filter: brightness(90%);
}

@media only screen and (max-width: 1040px) {
	#example_lists ul li div.link a p {
		margin: 0;
	}
}

#example_lists ul li div.link p.date {
	width: 100%;
	text-align: center;
	line-height: 2;
}

@media only screen and (max-width: 640px) {
	#example_lists ul li div.link p.date {
		font-size: 1.3rem;
	}
}

/* example_detail.php
======================================== */
#contents #service_d_exam .inner .exam_detail {
	counter-reset: number;
	border: solid 1px #2878c8;
	padding: 40px;
}

#contents #service_d_exam .inner .exam_detail .titlebar {
	margin-bottom: 20px;
}

#contents #service_d_exam .inner .exam_detail .title {
	background-color: #2878c8;
	padding: 12px 20px;
	font-size: 2.0rem;
	line-height: 1.0;
	color: #fff;
}

#contents #service_d_exam .inner .exam_detail .profile {
	display: flex;
	align-items: center;
}

#contents #service_d_exam .inner .exam_detail .image {
	width: 200px;
}

#contents #service_d_exam .inner .exam_detail .image img {
	width: 100%;
	height: auto;
}

#contents #service_d_exam .inner .exam_detail .decimal {
	color: #2878c8;
}

#contents #service_d_exam .inner .exam_detail .decimal::before {
	counter-increment: number 1;
	content: "0" counter(number) ". ";
	color: #2878c8;
	margin: 0.3em 0.5em 0 0;
}

#contents #service_d_exam .inner .exam_detail .exam_d_cont_t .decimal::before {
	margin-right: 0.16em;
}

#contents #service_d_exam .inner .exam_detail .dash {
	border-top: dashed 1px #2878c8;
	margin-top: 0.8em;
	margin-left: 1em;
}

#contents #service_d_exam .inner .exam_detail ul {
	margin-left: 16px;
}

#contents #service_d_exam .inner .exam_detail ul .dash {
	margin-right: 1em;
	width: 84px;
}

#contents #service_d_exam .inner .exam_detail ul li {
	display: flex;
	margin-bottom: 0.6em;
	line-height: 1.0;
}

#contents #service_d_exam .inner .exam_detail ul li p {
	margin: 0;
}

#contents #service_d_exam .inner .exam_detail ul li p:nth-of-type(1) {
	color: #333;
	width: 3em;
	text-align-last: justify;
}

#contents #service_d_exam .inner .exam_detail .exam_d_cont_t {
	display: flex;
}

#contents #service_d_exam .inner .exam_detail .exam_d_cont_t .dash {
	margin-right: 0;
	width: calc(100% - 10em);
}

#contents #service_d_exam .inner .exam_detail .exam_d_content {
	overflow: hidden;
	margin-top: 16px;
}

#contents #service_d_exam .inner .exam_detail .exam_d_content p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

#contents #service_d_exam .inner .exam_detail .exam_d_content p:nth-last-child(1) {
	margin-bottom: 0;
}

#contents #service_d_exam .inner .exam_detail .exam_d_content .image {
	margin-bottom: 0;
	float: right;
	width: 280px;
	margin: 0 0 16px 16px;
}

@media only screen and (min-width: 1241px) {
	#contents #service_d_exam .inner .exam_detail .profile {
		flex-direction: row;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 1240px) {
	#contents #service_d_exam .inner .exam_detail .profile {
		flex-direction: row;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents #service_d_exam .inner .exam_detail .title {
		font-size: 1.8rem;
	}
	#contents #service_d_exam .inner .exam_detail .profile {
		flex-direction: column;
		margin-bottom: 0;
	}
	#contents #service_d_exam .inner .exam_detail ul {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 640px) {
	#contents #service_d_exam .inner .exam_detail {
		border: none;
		padding: 0;
		margin-bottom: 0;
	}
	#contents #service_d_exam .inner .exam_detail .title {
		font-size: 16px;
		padding: 16px;
	}
	#contents #service_d_exam .inner .exam_detail .profile {
		flex-direction: column;
	}
	#contents #service_d_exam .inner .exam_detail ul .dash {
		width: 20px;
	}
	#contents #service_d_exam .inner .exam_detail .exam_d_content .image {
		float: none;
		width: 100%;
		margin: 0 auto 1.6em;
	}
}

/* cubic.php
======================================== */
/* --common-- */
@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner .cubic_text {
		margin: 0 0 80px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner .cubic_text {
		margin: 0 0 60px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner .cubic_text {
		margin: 0 0 40px;
	}
}

#contents .contents_area .inner .cubic_text h4 {
	line-height: 1;
	background-image: url("../service_develop/images/listdisc.png");
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner .cubic_text h4 {
		font-size: 1.6rem;
		padding: 5px 0 5px 26px;
		margin: 0 0 15px;
		background-position: 0 4px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner .cubic_text h4 {
		font-size: 1.5rem;
		padding: 3px 0 3px 23px;
		margin: 0 0 12px;
		background-position: 0 1px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner .cubic_text h4 {
		color: #2878c8;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8;
		padding: 0;
		margin: 0 0 15px;
		background-image: none;
	}
}

/* cubic_box1 */
@media only screen and (min-width: 1041px) {
	#contents .contents_area #cubic_box1 p:first-of-type {
		padding: 20px;
		margin: 0 0 25px;
		background-color: #c7dce1;
	}
	#contents .contents_area #cubic_box1 p:nth-of-type(2) {
		margin: 0 0 25px;
	}
	#contents .contents_area #cubic_box1 p:last-of-type {
		padding: 0 0 0 80px;
		color: #2878c8;
		background-image: url("../service_develop/images/arrow.png");
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box1 p:first-of-type {
		padding: 15px 20px;
		margin: 0 0 25px;
		background-color: #c7dce1;
	}
	#contents .contents_area #cubic_box1 p:nth-of-type(2) {
		margin: 0 0 25px;
	}
	#contents .contents_area #cubic_box1 p:last-of-type {
		padding: 0 0 0 80px;
		color: #2878c8;
		background-image: url("../service_develop/images/arrow.png");
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
}

/* cubic_box2 */
@media only screen and (min-width: 1041px) {
	#contents .contents_area #cubic_box2 ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box2 ul li {
		flex-basis: 24%;
		max-width: 24%;
		text-align: center;
		font-weight: bold;
	}
	#contents .contents_area #cubic_box2 ul li p:first-child {
		box-sizing: border-box;
		width: 100%;
		padding: 8px;
		margin: 0;
		background-color: #c7dcdf;
		color: #2878c8;
		line-height: 1;
	}
	#contents .contents_area #cubic_box2 ul li p:last-child {
		box-sizing: border-box;
		width: 100%;
		padding: 20px 10px;
		margin: 0;
		background-color: #2878c8;
	}
	#contents .contents_area #cubic_box2 ul li p:last-child {
		color: #fff;
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box2 ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box2 ul li {
		flex-basis: 49%;
		max-width: 49%;
		text-align: left;
		font-weight: bold;
	}
	#contents .contents_area #cubic_box2 ul li:first-of-type,
	#contents .contents_area #cubic_box2 ul li:nth-of-type(2) {
		margin: 0 0 2%;
	}
	#contents .contents_area #cubic_box2 ul li p:first-child {
		box-sizing: border-box;
		width: 100%;
		padding: 8px 5%;
		margin: 0;
		background-color: #c7dcdf;
		color: #2878c8;
		line-height: 1;
	}
	#contents .contents_area #cubic_box2 ul li p:last-child {
		box-sizing: border-box;
		width: 100%;
		padding: 15px 5%;
		margin: 0;
		background-color: #2878c8;
	}
	#contents .contents_area #cubic_box2 ul li p:last-child {
		color: #fff;
		font-size: 1.6rem;
	}
	#contents .contents_area #cubic_box2 ul li p:last-child br {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area #cubic_box2 ul {
		display: block;
	}
	#contents .contents_area #cubic_box2 ul li {
		width: 100%;
		max-width: initial;
		text-align: center;
		margin: 0 0 15px;
	}
	#contents .contents_area #cubic_box2 ul li:first-of-type,
	#contents .contents_area #cubic_box2 ul li:nth-of-type(2) {
		margin: 0 0 15px;
	}
	#contents .contents_area #cubic_box2 ul li p:first-child {
		padding: 8px 3%;
	}
}

/* cubic_box3 */
@media only screen and (min-width: 1041px) {
	#contents .contents_area #cubic_box3 h5 + ul, #contents .contents_area #cubic_box3 p {
		margin: 0 0 25px;
	}
	#contents .contents_area #cubic_box3 h5 {
		font-size: 1.6rem;
		margin: 0 0 15px;
		font-weight: normal;
	}
	#contents .contents_area #cubic_box3 ul {
		position: relative;
		width: 100%;
		max-width:700px;
		box-sizing: border-box;
		margin: 0px auto 25px auto !important;
		padding: 20px;
		background-color: #c7dce1;
		display: -webkit-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box3 ul li {
		flex-basis: 48%;
	}
	#contents .contents_area #cubic_box3 ul li img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box3 h5 + ul, #contents .contents_area #cubic_box3 p {
		margin: 0 0 25px;
	}
	#contents .contents_area #cubic_box3 h5 {
		font-size: 1.6rem;
		margin: 0 0 15px;
		font-weight: normal;
	}
	#contents .contents_area #cubic_box3 ul {
		position: relative;
		width: 100%;
		max-width:700px;
		box-sizing: border-box;
		padding: 20px;
		margin: 0px auto 25px auto !important;
		background-color: #c7dce1;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box3 ul li {
		flex-basis: 48%;
	}
	#contents .contents_area #cubic_box3 ul li img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area #cubic_box3 h5 {
		font-size: 1.5rem;
	}
	#contents .contents_area #cubic_box3 ul {
		max-width: 400px;
		padding: 15px;
		flex-flow: column wrap;
		justify-content: center;
	}
	#contents .contents_area #cubic_box3 ul > *:last-child {
		margin-bottom: 0;
	}
	#contents .contents_area #cubic_box3 ul li {
		flex-basis: 100%;
		width: 100%;
		margin: 0 0 15px;
	}
}

/* --cubic_box4 適正検査プログラム-- */
#contents .contents_area #cubic_box4 ul > li:last-child,
#contents .contents_area #cubic_box4 ul li p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area #cubic_box4 ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box4 ul li {
		flex-basis: 49%;
		max-width: 49%;
		box-sizing: border-box;
		padding: 20px 25px;
		border-radius: 5px;
		background-color: #f3f4f6;
		margin: 0 0 20px;
	}
	#contents .contents_area #cubic_box4 ul li p:first-child {
		position: relative;
		padding: 0 0 10px 50px;
		margin: 0 0 10px;
		border-bottom: 1px solid #2878c8;
		color: #2878c8;
		font-size: 1.6rem;
		line-height: 1;
		font-weight: bold;
	}
	#contents .contents_area #cubic_box4 ul li p:first-child::before {
		position: absolute;
		left: 15px;
		top: -5px;
		content: url("../service_develop/images/listgraph.png");
		width: 16px;
		height: 16px;
		margin: 0 1em 0 0;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box4 ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box4 ul li {
		flex-basis: 49%;
		max-width: 49%;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 5px;
		background-color: #f3f4f6;
		margin: 0 0 20px;
	}
	#contents .contents_area #cubic_box4 ul li p:first-child {
		position: relative;
		padding: 0 0 10px 40px;
		margin: 0 0 10px;
		border-bottom: 1px solid #2878c8;
		color: #2878c8;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: bold;
	}
	#contents .contents_area #cubic_box4 ul li p:first-child::before {
		position: absolute;
		left: 10px;
		top: -4px;
		content: url("../service_develop/images/listgraph.png");
		width: 15px;
		height: 15px;
		margin: 0 1em 0 0;
	}
}

@media screen and (max-width: 700px) {
	#contents .contents_area #cubic_box4 ul {
		flex-flow: column wrap;
		justify-content: space-between;
	}
	#contents .contents_area #cubic_box4 ul li {
		flex-basis: 100%;
		max-width: initial;
		padding: 18px;
		border-radius: 3px;
		margin: 0 0 15px;
	}
	#contents .contents_area #cubic_box4 ul li p:first-child {
		padding: 0 0 10px 30px;
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	#contents .contents_area #cubic_box4 ul li p:first-child::before {
		top: -5px;
		width: 14px;
		height: 14px;
	}
}

/* --cubic_box5 CUBIC活用の流れ-- */
#contents .contents_area #cubic_box5 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .contents_area #cubic_box5 ul li {
	width: 100%;
	flex-basis: 24%;
	max-width: 24%;
	display: flex;
	flex-direction: column;
}

#contents .contents_area #cubic_box5 ul li p.step_num {
	position: relative;
	padding: 3px 0 3px 30px;
	margin: 0;
	color: #2878c8;
	line-height: 1;
	z-index: 2;
}

#contents .contents_area #cubic_box5 ul li p.step_num::before {
	position: absolute;
	left: 0;
	top: 0;
	content: url("../service_develop/images/checkbox.png");
	width: 22px;
	height: 17px;
	z-index: 3;
}

#contents .contents_area #cubic_box5 ul li p.title {
	font-size: 1.5rem;
	line-height: 1;
	margin: 10px 0;
}

#contents .contents_area #cubic_box5 ul li p.detail {
	background-color: #2878c8;
	padding: 15px;
	margin: 0;
	color: #fff;
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box5 ul li {
		flex-basis: 48%;
		max-width: 48%;
	}
	#contents .contents_area #cubic_box5 ul li:first-of-type, #contents .contents_area #cubic_box5 ul li:nth-of-type(2) {
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area #cubic_box5 ul {
		flex-flow: column wrap;
		justify-content: center;
	}
	#contents .contents_area #cubic_box5 ul li {
		width: 100%;
		display: block;
		max-width: initial;
	}
	#contents .contents_area #cubic_box5 ul li:first-of-type, #contents .contents_area #cubic_box5 ul li:nth-of-type(2), #contents .contents_area #cubic_box5 ul li:nth-of-type(3) {
		margin: 0 0 20px;
	}
	#contents .contents_area #cubic_box5 ul li p.step_num {
		display: inline;
		padding: 0 5px 0 0;
	}
	#contents .contents_area #cubic_box5 ul li p.step_num::before {
		display: none;
	}
	#contents .contents_area #cubic_box5 ul li p.title {
		display: inline;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#contents .contents_area #cubic_box5 ul li p.detail {
		margin: 5px 0 0;
		padding: 5px 0 0;
		border-top: 1px solid #2878c8;
		background-color: #fff;
		color: #333;
	}
	#contents .contents_area #cubic_box5 ul li p.detail br {
		display: none;
	}
}

/* --cubic_box6-- */
#contents .contents_area #cubic_box6 div {
	background-color: #f3f4f6;
	padding: 20px 25px;
}

#contents .contents_area #cubic_box6 div h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px;
}

#contents .contents_area #cubic_box6 div h5 span:first-child {
	background-color: #2878c8;
	color: #fff;
	padding: 5px 15px 3px;
	margin: 0 0.5em 0 0;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: normal;
	border-radius: 3px;
}

#contents .contents_area #cubic_box6 div h5 span:last-child {
	font-size: 1.8rem;
	line-height: 1;
	font-weight: normal;
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box6 div {
		padding: 20px 25px;
	}
	#contents .contents_area #cubic_box6 div h5 {
		flex-flow: column wrap;
		margin: 0 0 20px;
	}
	#contents .contents_area #cubic_box6 div h5 span:first-child {
		padding: 8px 15px 6px;
		margin: 0 0 10px;
		font-size: 1.4rem;
		line-height: 1;
	}
	#contents .contents_area #cubic_box6 div h5 span:last-child {
		font-size: 1.6rem;
		line-height: 1;
		font-weight: normal;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area #cubic_box6 div {
		padding: 20px;
	}
	#contents .contents_area #cubic_box6 div h5 {
		margin: 0 0 15px;
	}
	#contents .contents_area #cubic_box6 div h5 span:first-child {
		padding: 8px 15px 6px;
		margin: 0 0 10px;
	}
	#contents .contents_area #cubic_box6 div h5 span:last-child {
		font-size: 1.4rem;
		line-height: 1.6;
		font-weight: bold;
	}
}

/* リンクボタン */
#contents .contents_area #cubic_box6 ul#cubic_pdf_link {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
}

#contents .contents_area #cubic_box6 ul#cubic_pdf_link li {
	flex-basis: 30%;
	max-width: 30%;
}

#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 25px 25px 25px 50px;
	background-color: #b01622;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	transition: all 0.2s ease-in;
}

#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a:active, #contents .contents_area #cubic_box6 ul#cubic_pdf_link li a:hover {
	opacity: 0.8;
}

#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a span {
	display: block;
}

#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -10px 0 0;
	display: block;
	width: 10px;
	height: 14px;
	content: url("../service_develop/images/point_right.png");
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link {
		max-width: initial;
		margin: 0 auto 20px;
		flex-flow: column wrap;
		justify-content: center;
	}
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li {
		flex-basis: 100%;
		max-width: initial;
	}
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li:first-of-type, #contents .contents_area #cubic_box6 ul#cubic_pdf_link li:nth-of-type(2) {
		margin: 0 0 10px;
	}
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a {
		padding: 15px 15px 15px 30px;
		border-radius: 3px;
		font-size: 1.4rem;
	}
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a::before {
		position: absolute;
		top: 50%;
		left: 20px;
		margin: -10px 0 0;
		width: 5px !important;
		height: 7px !important;
	}
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li span {
		display: inline !important;
		padding: 0 0 0 5px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a {
		padding: 10px 15px;
	}
	#contents .contents_area #cubic_box6 ul#cubic_pdf_link li a::before {
		display: none;
	}
}

/* tools.php
======================================== */
/* --共通-- */
#contents .contents_area .inner h5.circle {
	position: relative;
	color: #333333;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner .tools_text {
		margin: 0 0 80px;
	}
	#contents .contents_area .inner h5.circle {
		font-size: 1.6rem;
		line-height: 1;
		padding: 5px 0 5px 25px;
		margin: 0 0 15px;
	}
	#contents .contents_area .inner h5.circle::before {
		position: absolute;
		top: 50%;
		left: 0;
		margin: -8px 0 0;
		content: "\025cf";
		color: #2878c8;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner .tools_text {
		margin: 0 0 60px;
	}
	#contents .contents_area .inner h5.circle {
		font-size: 1.5rem;
		line-height: 1.6;
		padding: 0;
		margin: 0 0 10px;
	}
	#contents .contents_area .inner h5.circle::before {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner .tools_text {
		margin: 0 0 40px;
	}
	#contents .contents_area .inner h5.circle {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

/* --box1(ご案内)-- */
#contents .contents_area .inner #tools_box1 ul#tools_linklist {
	width: 100%;
	display: flex;
}

#contents .contents_area .inner #tools_box1 ul#tools_linklist li {
	background-color: #2878c8;
}

#contents .contents_area .inner #tools_box1 ul#tools_linklist li a {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	color: #2878c8;
	text-align: center;
	transition: all 0.2s ease-in;
}

#contents .contents_area .inner #tools_box1 ul#tools_linklist li a:link, #contents .contents_area .inner #tools_box1 ul#tools_linklist li a:visited {
	opacity: 1;
}

#contents .contents_area .inner #tools_box1 ul#tools_linklist li a:active, #contents .contents_area .inner #tools_box1 ul#tools_linklist li a:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box1 ul#tools_linklist {
		margin: 20px 0 0;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li {
		min-width: 48%;
		flex-basis: 48%;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li a {
		padding: 20px 0;
		border: 1px solid #2878c8;
		border-bottom: 5px solid #2878c8;
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box1 ul#tools_linklist {
		margin: 20px 0 0;
		flex-flow: column wrap;
		justify-content: center;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li {
		min-width: initial;
		flex-basis: 100%;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li:first-of-type {
		margin: 0 0 15px;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li a {
		padding: 15px 10px;
		border: 2px solid #2878c8;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box1 ul#tools_linklist {
		margin: 15px 0 0;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li:first-of-type {
		margin: 0 0 15px;
	}
	#contents .contents_area .inner #tools_box1 ul#tools_linklist li a {
		padding: 15px 10px;
		font-size: 1.4rem;
	}
}

/* --box2-- */
#contents .contents_area .inner #tools_box2 .motiazi p {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

#contents .contents_area .inner #tools_box2 .motiazi:first-of-type {
	background-color: #EDF0F3;
}

#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p {
	margin: 0;
}

#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p::after {
	position: absolute;
	display: block;
	width: 224px;
	height: 179px;
	content: url("../service_develop/images/tools_img1.png");
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type {
		margin: 0 0 40px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p {
		padding: 20px 270px 20px 20px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p::after {
		right: 20px;
		bottom: -10px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type {
		margin: 0 0 30px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p {
		padding: 20px 250px 20px 20px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p::after {
		right: 20px;
		bottom: -10px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p {
		padding: 210px 15px 15px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:first-of-type p::after {
		top: 15px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) {
	background-color: #EDF0F3;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p {
	margin: 0;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p::after {
	position: absolute;
	display: block;
	content: url("../service_develop/images/tools_img2.png");
	width: 146px;
	height: 83px;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) {
		margin: 0 0 40px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p {
		padding: 20px 20px 20px 190px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p::after {
		left: 20px;
		top: 50%;
		margin: -40px 0 0;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) {
		margin: 0 0 30px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p {
		padding: 20px 20px 20px 190px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p::after {
		left: 20px;
		top: 50%;
		margin: -40px 0 0;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) {
		margin: 0 0 30px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p {
		padding: 113px 15px 15px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(2) p::after {
		left: 50%;
		top: 15px;
		transform: translate(-50%, 0);
		margin: 0;
	}
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 {
	position: relative;
	background-image: url("../service_develop/images/tools_img3.png");
	background-repeat: no-repeat;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li {
	background-color: #2878c8;
	color: #fff;
	display: flex;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p {
	width: 100%;
	margin: 0;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p span {
	display: block;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 {
	width: 100%;
	display: flex;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li {
	flex-basis: 235px;
	max-width: 235px;
	margin: 0 0 20px;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li:last-of-type {
	margin: 0;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.title {
	background-color: #EDF0F3;
	font-weight: bold;
	text-align: center;
}

#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.text {
	border-bottom: 1px solid #EDF0F3;
	border-left: 1px solid #EDF0F3;
	border-right: 1px solid #EDF0F3;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 {
		width: 932px;
		margin: 20px auto 0;
		background-position: 100% 50%;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1::after {
		display: block;
		content: '';
		clear: both;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li {
		float: left;
		width: 220px;
		height: 220px;
		border-radius: 110px;
		align-items: center;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:first-of-type, #contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:nth-of-type(2) {
		margin: 0 30px 0 0;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p {
		text-align: center;
		font-size: 1.6rem;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p span {
		display: block;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 {
		margin: 40px 0 0;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li {
		flex-basis: 235px;
		max-width: 235px;
		margin: 0 0 20px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li:last-of-type {
		margin: 0;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.title {
		padding: 8px 10px;
		line-height: 1;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.text {
		min-height: 100px;
		padding: 10px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 {
		width: 100%;
		max-width: 810px;
		margin: 20px auto 0;
		background-position: 100% 50%;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1::after {
		display: block;
		content: '';
		clear: both;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li {
		float: left;
		width: 180px;
		height: 180px;
		border-radius: 90px;
		align-items: center;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:first-of-type, #contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:nth-of-type(2) {
		margin: 0 30px 0 0;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p {
		text-align: center;
		font-size: 1.4rem;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p span {
		display: block;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 {
		width: 100%;
		max-width: 810px;
		margin: 30px auto 0;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li {
		flex-basis: 255px;
		max-width: 255px;
		margin: 0 0 20px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li:last-of-type {
		margin: 0;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.title {
		padding: 8px 10px;
		line-height: 1;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.text {
		min-height: 100px;
		padding: 10px;
	}
}

@media screen and (max-width: 850px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 {
		max-width: initial;
		background-image: none;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1::after {
		display: none;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li {
		float: none;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 15px;
		height: auto;
		border-radius: 5px;
		display: block;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:first-of-type, #contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:nth-of-type(2) {
		margin: 0 0 15px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p span {
		display: inline;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 {
		max-width: initial;
		margin: 20px auto 0;
		flex-flow: column wrap;
		justify-content: flex-start;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li {
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 0 10px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li:last-of-type {
		margin: 0;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.title {
		padding: 8px 10px;
		line-height: 1.6;
		text-align: left;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point2 li p.text {
		min-height: initial;
		padding: 8px 10px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 {
		margin: 20px 0 0;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li {
		width: 100%;
		border-radius: 3px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:first-of-type, #contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li:nth-of-type(2) {
		margin: 0 0 10px;
	}
	#contents .contents_area .inner #tools_box2 .motiazi:nth-of-type(3) ul#motiazi_use_point1 li p {
		line-height: 1.8;
	}
}

/* --box3-- */
#contents .contents_area .inner #tools_box3 p {
	margin: 0;
}

#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: #EDF0F3;
}

#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p::after {
	position: absolute;
	display: block;
	content: url("../service_develop/images/tools_img4.png");
	width: 224px;
	height: 179px;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box3 .buziness_card {
		margin: 0 0 30px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p {
		padding: 20px 264px 20px 20px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p::after {
		right: 20px;
		bottom: 15px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box3 .buziness_card {
		margin: 0 0 20px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p {
		padding: 15px 254px 15px 15px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p::after {
		right: 15px;
		top: 50%;
		margin-top: -130px;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box3 .buziness_card {
		margin: 0 0 20px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p {
		padding: 255px 15px 15px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:first-of-type p::after {
		left: 50%;
		top: 15px;
		transform: translate(-50%, 0%);
		margin-top: 0;
	}
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(2) ul li p {
	margin: 0 0 10px;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(2) ul li p:last-of-type {
	margin: 0;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(2) ul li p span {
	color: #2878c8;
	padding: 0 0.1em 0 0;
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(2) ul li p {
		margin: 0 0 5px;
	}
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul {
	width: 100%;
	display: flex;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li {
	position: relative;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.text {
	box-sizing: border-box;
	border: 1px solid #2878c8;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul {
		margin: 15px 0 0;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li {
		position: relative;
		flex-basis: 330px;
		max-width: 330px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		background-color: #2878c8;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num span {
		display: block;
		color: #fff;
		line-height: 1.0;
		text-align: center;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num span:first-child {
		padding: 15px 0 0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num span:last-child {
		padding: 3px 0 0;
		font-size: 1.6rem;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.text {
		width: 300px;
		padding: 35px 20px 20px;
		margin: -30px 0 0 15px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul {
		margin: 10px 0 0;
		flex-flow: column wrap;
		justify-content: center;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li {
		position: relative;
		flex-basis: 100%;
		max-width: initial;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num {
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num span {
		display: inline;
		color: #2878c8;
		line-height: 1.0;
		text-align: left;
		font-weight: bold;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num span:first-child {
		padding: 0 5px 0 0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.num span:last-child {
		padding: 0;
		font-size: 1.6rem;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.text {
		width: 100%;
		padding: 15px;
		margin: 0 0 15px;
		background-color: #2878c8;
		color: #fff;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li:last-of-type p.text {
		margin: 0;
	}
}

@media only screen and (max-width: 640px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(3) ul li p.text {
		padding: 10px 15px;
		margin: 0 0 10px;
	}
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) {
	margin: 0;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul {
	width: 100%;
	display: flex;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num {
	position: relative;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::before {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	content: url("../service_develop/images/checkbox.png");
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::after {
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	content: '';
	width: calc(100% - 5.5em);
	border-top: 1px dashed #2878c8;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.title {
	text-align: center;
	font-weight: bold;
}

#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.image {
	text-align: center;
}

@media only screen and (min-width: 1041px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li {
		flex-basis: 225px;
		max-width: 225px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num {
		padding: 0 0 0 26px;
		margin: 0 0 10px;
		font-size: 1.6rem;
		line-height: 17px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::before {
		width: 21px;
		height: 17px;
		margin: -10px 0 0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.title {
		margin: 0 0 5px;
		font-size: 16px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.image {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 1040px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li {
		flex-basis: 48%;
		max-width: 48%;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li:first-of-type, #contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li:nth-of-type(2) {
		margin: 0 0 20px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num {
		padding: 0 0 0 26px;
		margin: 0 0 10px;
		font-size: 1.6rem;
		line-height: 17px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::before {
		width: 21px;
		height: 17px;
		margin: -10px 0 0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::before ul li p.title {
		margin: 0 0 5px;
		font-size: 1.6rem;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::before ul li p.image {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 440px) {
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul {
		max-width: 400px;
		margin: auto;
		flex-flow: column wrap;
		justify-content: space-between;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li {
		flex-basis: 100%;
		max-width: 100%;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li:first-of-type, #contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li:nth-of-type(2) {
		margin: 0 0 15px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li:nth-of-type(3) {
		margin: 0 0 15px;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num {
		padding: 0 0 0 23px;
		margin: 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.num::before {
		width: 18px;
		height: auto;
		margin: -10px 0 0;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.title {
		margin: 0 0 5px;
		font-size: 1.4rem;
	}
	#contents .contents_area .inner #tools_box3 .buziness_card:nth-of-type(4) ul li p.image {
		margin: 0 0 10px;
	}
}
