@charset 'utf-8';


.servicebody {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	background: #fff;
	font-size: 1.4em;
	line-height: 1.8;
	position: relative;
}

.servicebody:not(:last-child) {
	margin-bottom: 30px;
}

.servicebody .blockheader {
	margin-top: 30px;
}

#usage-guide.servicebody .blockheader > div:before {
	content: '\f123';
}

#price.servicebody .blockheader > div:before {
	content: '\f112';
}

#flow-to-use.servicebody .blockheader > div:before {
	content: '\f11d';
}


.content {
	padding: 15px 20px;
}

.content .caution {
	padding-bottom: 1em;
	font-size: 1rem;
}

.content .caution:last-child {
	padding-bottom: 0;
}

.content .caution p {
	padding: 0;
	padding-left: 1em;
	color: #c18760;
	font-size: .85em;
	position: relative;
}

.content .caution p:not(:last-child) {
	margin-bottom: .2em;
}

.content .caution p:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.content sup {
	color: #c18760;
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.content .sup:not(.head):after {
	color: #c18760;
	content: '※';
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.content .sup.head:before {
	color: #c18760;
	content: '※';
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.content .caution ol {
	counter-reset: number;
	list-style: none;
}

.content .caution ol li {
	padding-left: 2em;
	color: #c18760;
	font-size: .85em;
	position: relative;
}

.content .caution ol li:before {
	counter-increment: number;
	content: '※'counter(number)' ';
	position: absolute;
	top: 0;
	left: 0;
}

.content .caution p:not(:last-child),
.content .caution ol li:not(:last-child) {
	margin-bottom: .2em;
}

.chapter {
	padding-bottom: 2em;
}

.chapter:last-child {
	padding-bottom: 0;
}

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

	.content {
		padding: 25px 50px;
	}
}


.content header {
	text-align: center;
}

.content header h1 {
	color: #3a996e;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}

.content header span {
	display: block;
	padding: 20px 0;
	color: #8c121b;
}

.content header span:before {
	content: '\e900';
	display: block;
	padding-bottom: 5px;
	font-size: 30px;
	font-family: 'collabomall';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.chapter > h2 {
	background: #f8d1d5;
	margin-bottom: 10px;
	padding: 8px 15px;
	border-radius: 20px;
	color: #8c121b;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
}

.lead h2 {
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.4;
	text-align: center;
}

.lead h2 span {
	display: inline-block;
}

.sentence {
	padding: 0 15px;
}

.sentence h3 {
	font-size: 1.2em;
}

.sentence p {
	padding-bottom: 1em;
}

.sentence p:last-child {
	padding-bottom: 0;
}

.sentence figure {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.sentence figure:not(:last-child) {
	margin-bottom: 2em;
}

.sentence figure img {
	width: 100%;
	height: auto;
}

.sentence dl {
	padding-bottom: 1em;
}

.sentence dl:last-child {
	padding-bottom: 0;
}

.sentence dt {
	display: inline-block;
	width: 5em;
	margin-bottom: 10px;
	padding: 3px 12px;
	border-radius: 20px;
	background: #e8babd;
	color: #fff;
}

.sentence dd {
	padding-bottom: 1em;
}

.sentence dd:last-child {
	padding-bottom: 0;
}

.sentence em {
	color: #c18760;
	font-style: normal;
}

.sentence .emphasis p {
	font-size: 1.4em;
}

.sentence .emphasis p strong {
	font-size: 1.4em;
	font-weight: 700;
}

.sentence .center {
	text-align: center;
}

.btnarea {
	padding-bottom: 20px;
	text-align: center;
}

.btnarea:last-child {
	padding-bottom: 0;
}

.btnarea .btn {
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
}

.btnarea .btn a {
	display: block;
	width: 100%;
	padding: 1em 1.5em;
	border-radius: 99px;
	background: #8c121b;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	overflow: hidden;
}

.btnarea .btn a:hover,
.btnarea .btn a.hover {
	background: #c34665;
}

.btnarea .btn a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.btnarea .btn a span {
	display: inline-block;
	vertical-align: middle;
}

.btnarea .btn a span:after {
	content: '\f1d5';
	display: inline-block;
	padding-left: .3em;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.solutionlist {
	margin-bottom: 2em;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

.solutionlist ul {
	display: inline-block;
	list-style: none;
	padding-left: 0;
	text-align: left;
}

.solutionlist li {
	padding: .4em;
	padding-left: 2em;
	border-bottom: 2px solid #f8d1d5;
	color: #8c121b;
	font-size: 1em;
	font-weight: 700;
	position: relative;
}

.solutionlist li:before {
	content: '';
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #f8d1d5;
	position: absolute;
	top: .7em;
	left: .5em;
}

.solutionlist li span {
	display: inline-block;
}

.solutionlist li:not(:last-child) {
	margin-bottom: .3em;
}

.solutionlist li span small {
	display: inline-block;
	font-size: .75em;
	font-weight: 400;
}



#lineupitems {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 1rem;
}

#lineupitems .item {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

#lineupitems .item .inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px;
}

#lineupitems figure {
	width: 100%;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
}

#lineupitems figure img {
	width: 100%;
	height: auto;
}

#lineupitems figure .foto {
	display: block;
	padding: 10%;
	border-radius: 20px;
	background: #f8d1d5;
	overflow: hidden;
}

#lineupitems .other figure .foto {
	background: #f5de85;
}

#lineupitems figure .badge {
	display: inline-block;
	padding: .3em .7em;
	border-radius: 99px;
	background: #cfb23f;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	top: -.3em;
	right: -.3em;
}

#lineupitems h3 {
	padding-bottom: .5em !important;
	color: #8c121b;
	font-size: 1.2em !important;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: none;
}

#lineupitems p {
	font-size: .85em !important;
	line-height: 1.6;
	text-align: left;
}

#lineupitems p:not(:last-child) {
	margin-bottom: 1em;
}

#lineupitems h3 span,
#lineupitems p span {
	display: inline-block;
	padding: 0;
	color: #000;
}

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

	#lineupitems .item {
		width: 33.33%;
	}

	#lineupitems .item .inner {
		padding: 20px;
	}
}



.sentence .media {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.sentence .media:not(:last-child) {
	margin-bottom: 20px;
}

.sentence .movie {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}

.sentence .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sentence .marker {
	color: #de4d5c;
}




.chapter .tblwrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.chapter .tblwrap::-webkit-scrollbar {
	display: none;
}

.chapter .tblwrap:not(:last-child) {
	margin-bottom: 1.5em;
}

.chapter table:not(:last-child) {
	margin-bottom: 1.5em;
}

.chapter .tbl1,
.chapter .tbl2 {
	width: 100%;
}

.chapter .tbl1 caption {
	padding-bottom: .3em;
	font-size: .9em;
	line-height: 1.4;
	text-align: right;
}

.chapter .whoriz {
	width: auto;
}

.chapter .minwidth {
	min-width: 640px;
}

.chapter .tblwrap tbody tr:nth-child(even) {
	background-color: #fdf9f9;
}

.chapter table.horiz,
.chapter table.whoriz {
	border-top: 1px solid #f8d1d5;
	border-bottom: 1px solid #f8d1d5;
}

.chapter .tbl1 th,
.chapter .tbl1 td,
.chapter .tbl2 th,
.chapter .tbl2 td {
	padding: .5em .7em;
}

.chapter .tbl1 th {
	background: #8c121b;
	color: #fff;
}

.chapter .tbl1 thead th {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.chapter .tbl1 tbody th,
.chapter .tbl2 tbody th {
	text-align: left;
	vertical-align: top;
	padding-right: 1.5em;
	border-bottom: 1px solid #fff;
}

.chapter table.whoriz tbody th {
	background: #fff;
	color: #8c121b;
	border-right: 1px solid #f8d1d5;
	border-bottom: 1px solid #f8d1d5;
}

.chapter table.whoriz tbody tr:nth-child(even) th {
	background: #fdf9f9;
}

.chapter table.thnowrap tbody th {
	white-space: nowrap;
}

.chapter table.multi tbody th {
	border-right: none;
	padding-right: .7em;
}

.chapter .tbl1 td,
.chapter .tbl2 td {
	vertical-align: top;
	border-bottom: 1px solid #f8d1d5;
}

.chapter table.whoriz tbody td {
	padding-right: 2em;
}

.chapter table.multi tbody td {
	border-left: 1px solid #f8d1d5;
	padding-right: 1em;
}

.chapter .tbl1 td.multi {
	vertical-align: middle;
}

.chapter .tbl1 tbody tr:last-child th,
.chapter .tbl1 tbody tr:last-child td,
.chapter .tbl2 tbody tr:last-child th,
.chapter .tbl2 tbody tr:last-child td {
	/*border-bottom: none;*/
}

.chapter .tbl1 .center {
	text-align: center;
	vertical-align: middle;
}

.chapter .tbl1 td img {
	vertical-align: middle;
}

.chapter .tbl1 .num td {
	text-align: right;
	padding-right: 10px;
}

.chapter td {
	word-wrap: break-word;
}

.chapter td.tc_r {
	text-align: right;
}

.chapter th.nowrap,
.chapter td.nowrap {
	white-space: nowrap;
}

.chapter td ul {
	margin: 0 0 0 2em;
}

.chapter td li {
	font-size: 1em;
	line-height: 1.4em;
}

.chapter td dt {
	font-size: 0.9em;
	font-weight: bold;
}

.chapter td dd {
	margin: 0 0 0.5em 0;
}

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

	.chapter table {
		width: 100% !important;
	}

	.chapter table.whoriz tbody th {
		white-space: nowrap;
	}

	.chapter table.return tbody th {
		white-space: normal;
	}
}


.whoriztbl table th,
.whoriztbl table td {
	padding: .3em !important;
	font-size: .85em;
	text-align: center;
	white-space: nowrap;
}



.example {
	width: 100%;
	position: relative;
}

.example:not(:last-child) {
	margin-bottom: 30px;
}

.exampleblock {
	padding: 10px 0;
}

.exampleblock h4 {
	margin-bottom: 10px;
	padding: 8px 15px;
	border-radius: 20px;
	background: #8c121b;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

.exampleblock h4 > span {
	display: inline-block;
	padding-right: .5em;
	padding-bottom: .3em;
}

.exampleblock h4 > span.label {
	display: block;
	padding: 0;
}

.exampleblock h4 .badge {
	margin-bottom: 5px;
	border-radius: 99px;
	padding: 4px 10px;
	background: #fff;
	color: #8c121b;
	font-size: .85em;
	font-weight: 400;
}

.examplesect {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.examplesect .item {
	display: flex;
	width: 100%;
	padding: 5px 0;
}

.examplesect .item > .inner {
	width: 100%;
	padding: 15px;
	border-radius: 20px;
	background: #fdf9f9;
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

.examplesect .item .desc {
	margin-bottom: .5em;
	font-size: 1.1em;
}

.examplesect .item table {
	width: 100%;
}

.examplesect .item th {
	padding-right: .5em;
	font-size: .85em;
	text-align: left;
}

.examplesect .item td {
	padding-left: .5em;
	font-size: .85em;
	text-align: right;
}

.examplesect .item tfoot {
	border-top: 2px solid #8c121b;
	border-bottom: 1px solid #8c121b;
}

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

	.examplesect {
		padding: 10px;
	}

	.examplesect .item {
		width: 50%;
		padding: 10px;
	}

	.examplesect .item > .inner {
		padding: 25px;
	}

	.examplesect .item th {
		padding: .1em;
		padding-right: 1em;
		font-size: 1.1em;
	}

	.examplesect .item td {
		padding: .1em;
		padding-left: 1em;
		font-size: 1.1em;
	}
}


.flowsteps {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.flowsteps:not(:last-child) {
	margin-bottom: 1.5em;
}

.flowsteps .step {
	width: 100%;
	padding: 10px 0;
	font-size: 1em;
	vertical-align: top;
	position: relative;
	counter-increment: stepnum;
}

.flowsteps .step:not(:last-child):after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 15px 32px 0 32px;
	border-color: #f8d1d5 transparent transparent transparent;
}

/* 
.flowsteps .step:nth-child(n + 6):not(:last-child):after {
	border-top-color: #1c378a
}
 */

.flowsteps .step > .cover {
	width: 100%;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-radius: 20px;
	border: 2px solid #f8d1d5;
	background: #fdf9f9;
	position: relative;
}

.flowsteps .step .brick {
	width: 100%;
	min-height: 46px;
	padding: 10px;
	position: relative;
}

.flowsteps .step .sentence:not(:last-child) {
	margin-bottom: 1.5em;
}

.flowsteps .step .stepnumber {
	width: 46px;
	height: 46px;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.flowsteps .step .stepnumber span {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 1;
}

.flowsteps .step .stepnumber .badge {
	display: flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 7px;
	border-radius: 18px;
	background: #8c121b;
}

.flowsteps .step .stepnumber .badge:after {
	content: counter(stepnum);
	font-size: 24px;
	font-weight: 700;
}


.flowsteps .step .stepnumber .marker {
	font-size: 10px;
	font-weight: 700;
}

.flowsteps .step .stephead {
	margin-bottom: 0;
	color: #8c121b;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.4;
}

.flowsteps .step .stephead:not(:last-child) {
	margin-bottom: 1.5em;
}

.flowsteps .step .stephead span {
	display: inline-block;
}

.flowsteps .step .sentence {
	width: calc(100% + 40px);
	margin-left: -40px;
	padding: 20px 10px;
	padding-bottom: 0;
}

.flowsteps .step .sentence > p {
	margin-bottom: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.6;
}

.flowsteps .step .sentence > p:not(:last-child) {
	margin-bottom: 1em;
}

.flowsteps .step .sentence > p strong {
	color: #8c121b;
	font-weight: 700;
	border-bottom: 1px dotted #8c121b;
}

.flowsteps .step h3 {
	margin-bottom: .5em;
	color: #8c121b;
	font-size: 1.1em;
	line-height: 1.5;
}

.flowsteps .step ul,
.flowsteps .step ol {
	margin-left: 1.5em;
	font-size: 1em;
	line-height: 1.5;
}

.flowsteps .step ul:not(:last-child),
.flowsteps .step ol:not(:last-child) {
	margin-bottom: 1em;
}

.flowsteps .step li {
	font-size: 1em;
}

.flowsteps .step li:not(:last-child) {
	margin-bottom: .5em;
}

.flowsteps .step li strong {
	color: #8c121b;
	font-size: 700;
}

.flowsteps .caution ol {
	margin-left: 0;
}

.flowsteps .caution li {
	font-size: .85em;
}

.flowsteps .step figure {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 0;
	text-align: center;
}

.flowsteps .step figure .foto {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 5px;
	overflow: hidden;
}

.flowsteps .step img {
	width: 100%;
	height: auto;
}

.flowsteps .contactinfo {
	border: none;
}

.flowsteps .contactinfo:not(:last-child) {
	margin-bottom: 20px;
}

.flowsteps .contactinfo > .inner {
	padding: 0;
}

.flowsteps .contactinfo header {
	font-size: 1em;
	margin-bottom: .5em;
}

.flowsteps .contactinfo header h1 {
	font-size: 1.2em !important;
}

.flowsteps .contactinfo h2 {
	margin-bottom: .5em !important;
	font-size: 1.4em;
}

.flowsteps .contactinfo .foncall .call a {
	padding-left: 0;
	padding-left: 0;
}

.flowsteps .contactinfo .foncall .call span.label {
	font-size: 24px;
}

.flowsteps .contactinfo .foncall .call i {
	width: 20px;
	height: 20px;
	margin-right: .3em;
}

.flowsteps .contactinfo .foncall .fax {
	font-size: 1.1rem;
	font-weight: 400;
}

.flowsteps .contactinfo .caution {
	max-width: 300px;
	margin: 0 auto;
}

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

	.flowsteps .step .sentence {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

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

	.flowsteps {
	}

	.flowsteps .step {
	}

	.flowsteps .step .cover {
	}

	.flowsteps .contactinfo .foncall .call span.label {
		font-size: 30px;
	}

	.flowsteps .contactinfo .foncall .call i {
		width: 24px;
		height: 24px;
		margin-right: .3em;
	}
}

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

	.flowsteps .step {
	}
}

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

	.flowsteps .step {
	}

	.flowsteps .step .brick {
	}
}

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

	.flowsteps {
	}
}



