@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,700|Noto+Sans+JP&display=swap");

@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

.service-button01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.service-button01 a {
	background-color: #e02b32;
	border: 2px solid #e02b32;
	color: #fff;
	display: block;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.service-button01 a::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	width: 0;
}

.service-content01 {
	border: 3px solid #e02b32;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-content01-title {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background-color: #e02b32;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	justify-content: center;
	position: relative;
}

.service-content01-title::after {
	border-color: transparent transparent transparent #e02b32;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.service-content01-inner ul {
	font-weight: 600;
	list-style-type: disc;
	padding-left: 1.5em;
}

.service-content02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-content02-figure._column1 figure {
	width: 100%;
}

.service-content02-figure._column2 {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.service-content02-figure._column2 figure {
	-ms-flex: 0 0 49%;
	-webkit-box-flex: 0;
	flex: 0 0 49%;
}

.service-content02-inner {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}

.service-content02-price {
	border: 3px solid #e02b32;
	font-weight: 600;
	width: 100%;
}

.service-content02-text {
	background-color: #222;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	position: relative;
}

.service-content02-text::after {
	-webkit-transform: translateX(-50%);
	border-color: #222 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 6.5px 0 6.5px;
	bottom: -8px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.service-content02-list {
	font-weight: 600;
	list-style-type: disc;
	padding-left: 1.5em;
}

.service-content03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-menu-list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.service-menu-item a {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.6);
	align-items: center;
	background-color: #808080;
	border-radius: 5px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.6);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	line-height: 1.1;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.service-menu-item a::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 15px;
	width: 20px;
}

.service-menu-item a::after {
	border-color: transparent transparent transparent #e02b32;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 21px;
	width: 0;
}

.service-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-nav-item a {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	border: 2px solid #222;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
	display: block;
	font-weight: 600;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.service-nav-item a::after {
	border-color: #e02b32 transparent transparent transparent;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	width: 0;
}

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

.service-flow-img img:last-of-type {
	display: none;
}

}

@media screen and (max-width: 768px) and (min-width: 426px) {

.service-menu-item {
	-ms-flex: 0 0 calc((100% - 10px) / 2);
	-webkit-box-flex: 0;
	flex: 0 0 calc((100% - 10px) / 2);
	margin-bottom: 10px;
}

.service-menu-item:nth-of-type(odd) {
	margin-right: 10px;
}

}

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

.service-button01 a {
	font-size: 1.8rem;
	padding: 20px;
}

.service-button01 a:hover {
	background-color: #fff;
	color: #e02b32;
}

.service-button01 a:hover::after {
	border-color: transparent transparent transparent #e02b32;
}

.service-button01 a::after {
	-webkit-transform: translateY(-50%);
	right: 14px;
	transform: translateY(-50%);
}

.service-content01-title {
	-ms-flex: 0 0 300px;
	-webkit-box-flex: 0;
	flex: 0 0 300px;
	font-size: 2rem;
	margin-right: 15px;
}

.service-content01-title::after {
	right: -15px;
}

.service-content01-inner {
	padding: 10px 15px;
}

.service-content02-figure {
	-ms-flex: 0 0 540px;
	-webkit-box-flex: 0;
	flex: 0 0 540px;
	margin-right: 32px;
}

.service-content02-price {
	font-size: 1.6rem;
	padding: 20px 25px;
}

.service-content02-text {
	font-size: 1.4rem;
	margin-bottom: 16px;
	padding: 10px 16px;
}

.service-content03 {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.service-content03-inner {
	-ms-flex: 0 0 calc((100% - 32px) / 2);
	-webkit-box-flex: 0;
	flex: 0 0 calc((100% - 32px) / 2);
}

.service-menu-item {
	-ms-flex: 0 0 calc((100% - 30px) / 4);
	-webkit-box-flex: 0;
	flex: 0 0 calc((100% - 30px) / 4);
	margin-bottom: 10px;
}

.service-menu-item:not(:nth-of-type(4n)) {
	margin-right: 10px;
}

.service-menu-item a {
	font-size: 1.8rem;
	padding: 12px 12px 8px;
}

.service-menu-item a:hover {
	opacity: 0.8;
}

.service-nav-list {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}

.service-nav-item {
	-ms-flex: 0 0 calc(50% - 15px);
	-webkit-box-flex: 0;
	flex: 0 0 calc(50% - 15px);
}

.service-nav-item a {
	font-size: 2rem;
	padding: 20px;
}

.service-nav-item a:hover {
	background-color: #222;
	color: #fff;
}

.service-nav-item a::after {
	-webkit-transform: translateY(-50%);
	right: 20px;
	transform: translateY(-50%);
}

}

@media screen and (max-width: 768px) {

.service-button01 a {
	font-size: 1.4rem;
	padding: 12px 10px;
}

.service-button01 a::after {
	-webkit-transform: translateY(-50%) scale(0.7);
	right: 14px;
	transform: translateY(-50%) scale(0.7);
}

.service-content01 {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.service-content01-title {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	font-size: 1.6rem;
	padding: 7px;
}

.service-content01-title::after {
	-webkit-transform: scale(0.7) rotate(90deg);
	bottom: -20px;
	transform: scale(0.7) rotate(90deg);
}

.service-content01-inner {
	padding: 15px 10px;
}

.service-content02 {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.service-content02-figure {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-bottom: 30px;
}

.service-content02-price {
	font-size: 1.4rem;
	padding: 10px 15px;
}

.service-content02-text {
	font-size: 1.2rem;
	margin-bottom: 15px;
	padding: 8px 16px;
}

.service-content03 {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.service-content03-inner {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
}

.service-content03-inner:first-of-type {
	margin-bottom: 30px;
}

.service-menu-item a {
	font-size: 1.4rem;
	padding: 15px 15px 11px;
}

.service-menu-item a br {
	display: none;
}

.service-menu-item a::before {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.service-menu-item a::after {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.service-nav-list {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	margin-bottom: 20px;
}

.service-nav-item {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-bottom: 10px;
}

.service-nav-item a {
	font-size: 1.6rem;
	padding: 10px;
}

.service-nav-item a::after {
	-webkit-transform: translateY(-50%) scale(0.8);
	right: 16px;
	transform: translateY(-50%) scale(0.8);
}

}

@media screen and (max-width: 425px) {

.service-flow-img img:first-of-type {
	display: none;
}

.service-menu-list {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.service-menu-item {
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	margin-bottom: 10px;
	margin-right: 0;
}

}

