/*--  media query  --*/
/*-- color --*/
/*-- section-inner --*/
/*-- cta --*/
/*-- title --*/
/*-- table--*/
@font-face {
		font-family: 'myfont';
		src: local "", url(../font/Corporate-Logo-Rounded.otf) format("opentype"), url(../font/Corporate-Logo-Rounded.woff) format("woff"), url(../font/Corporate-Logo-Rounded.ttf) format("truetype");
		font-style: normal;
		font-weight: bold;
		font-display: swap;
}

#header-01 .header-menu {
		height: auto;
}

.one-column #container {
		padding: 0 10px;
}

@media screen and (min-width: 769px) {
		.one-column #container {
				padding: 0;
		}
}

#container #main .fv .fv-inner {
		margin: 5px auto 20px !important;
}

.one-column #main {
		padding: 10px 0 0 !important;
}

h1, h2, h3, h4, h5, h6 {
		font-family: noto-sans-cjk-jp, sans-serif !important;
}

#container {
		background-color: #D32C25 !important;
		width: 100% !important;
		font-family: noto-sans-cjk-jp, sans-serif !important;
}

#container .sp-none {
		display: none;
}

@media screen and (min-width: 769px) {
		#container .sp-none {
				display: block;
		}
		#container .pc-none {
				display: none;
		}
}

#container p {
		line-height: 1.5;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container p {
				font-size: 18px;
		}
}

#container #main p:not([class]) {
		font-size: 14px;
}

#container #main section {
		max-width: 1000px;
		margin: 0 auto;
}

#container #main .fv .fv-inner {
		margin: 30px auto;
		border: #fff 3px solid;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner {
				max-width: 1000px;
				position: relative;
				padding: 25px 15px;
		}
}
#container #main .fv .fv-inner .flex-box {
	margin:  0 0 20px;
}
@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .flex-box {
				display: flex;
				margin: 30px 0 10px;
				align-items: center;
		}
}
@media screen and (min-width: 769px) {
.fv-title-box {
	width: 60%;
}
}

#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title {
		color: #fff;
		text-align: center;
		font-size: 22px;
		text-shadow: 1px 1px 1px #720101;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title {
				font-size: 29px;
				line-height: 1;
		}
}

@media screen and (min-width: 769px) and (max-width: 900px) {
		#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title {
				font-size: 24px;
		}
}

#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title .large {
		font-size: 35px;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title .large {
				font-size: 45px;
		}
}

#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title.logo {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
		font-size: 35px;
		font-weight: bold;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title.logo {
				margin-top: 20px;
				font-size: 55px;
		}
}

#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title.logo img {
		width: 150px;
		margin: 0 10px 0 0;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .flex-box .fv-title-box .fv-title.logo img {
				width: 200px;
				margin: 0 20px;
		}
}



#container #main .fv .fv-inner .image-box {
		margin: 0 auto;
		background-color: #D32C25;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .image-box .fv_firstview {
				width: 50%;
				/* margin-right: 0; */
				margin-left: 53px;
		}
}

#container #main .fv .fv-inner .image-box.application {
		background-color: #D32C25;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .image-box.application {
				/* position: absolute; */
				/* top: 50%;
				transform: translateY(-70%);
				left: 10%; */
				/* width: inherit; */
				margin: 0 auto;
				width: auto;
		}
}

#container #main .fv .fv-inner .image-box.application .fv-text-image {
		width: 200px;
		height: auto;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .image-box.application .fv-text-image {
				width: 284px;
		}
}

#container #main .fv .fv-inner .image-box .fv-image {
		background-color: #fff;
		width: 60%;
}

#container #main .fv .fv-inner .fv-text-box {
		text-align: center;
		margin-bottom: 10px;
}

#container #main .fv .fv-inner .fv-text-box .fv-text {
		color: #fff;
		text-align: center;
		line-height: 2;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .fv-text-box .fv-text {
				font-size: 23px;
				line-height: 2.5;
		}
}

#container #main .fv .fv-inner .fv-text-box .fv-text span {
		color: #D32C25;
		background-color: #fff;
		padding: 3px;
		font-weight: bold;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .fv-text-box .fv-text span {
				padding: 10px;
				margin: 0 3px;
		}
}

#container #main .fv .fv-inner .fv-text-box .fv-text span.small {
		background-color: inherit;
		color: #fff;
		padding: 0;
		font-weight: normal;
		font-size: 12px;
}

#container #main .fv .fv-inner .fv-text-box .fv-text.accent {
		background-color: #FFD24C;
		color: #D32C25;
		text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
		font-weight: bold;
		position: relative;
		z-index: 0;
		display: inline-block;
		padding: 0 20px;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .fv-text-box .fv-text.accent {
				line-height: 1.5;
				margin-top: 10px;
		}
}

#container #main .fv .fv-inner .fv-text-box .fv-text.accent .large {
		background-color: inherit;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .fv-text-box .fv-text.accent .large {
				font-size: 33px;
				padding: 0;
		}
}

#container #main .fv .fv-inner .fv-text-box .fv-text.accent::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		top: 0px;
		left: -1px;
		border-top: 2.5em solid #D32C25;
		border-right: 20px solid transparent;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .fv-text-box .fv-text.accent::before {
				border-bottom: 4.5vw;
				top: 0;
		}
}

#container #main .fv .fv-inner .fv-text-box .fv-text.accent::after {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		top: 0px;
		right: -1px;
		border-bottom: 2.5em solid #D32C25;
		border-left: 20px solid transparent;
}

@media screen and (min-width: 769px) {
		#container #main .fv .fv-inner .fv-text-box .fv-text.accent::after {
				border-top: 4.5vw;
				bottom: 0;
		}
}

#container #main .structure .section-inner {
		margin: 0;
		background-color: #fff;
		margin-bottom: 10px;
		padding: 10px;
		position: relative;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner {
				max-width: 1000px;
				margin: 10px auto;
		}
		#container #main .structure .section-inner.title {
				background-color: #D32C25;
		}
}

#container #main .structure .section-inner .cta-box {
		background-color: #fff;
		display: block;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .cta-box {
				margin-bottom: 20px;
		}
		#container #main .structure .section-inner .cta-box img {
				width: 400px;
		}
}

#container #main .structure .section-inner .cta-box .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
    padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .cta-box .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .structure .section-inner .cta-box .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .structure .section-inner .cta-box .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
    height: 50px;
    left: 20px;
    top: 20px;
}

#container #main .structure .section-inner .cta-box .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .cta-box .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .structure .section-inner .cta-box .cta-list {
		text-align: left;
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .cta-box .cta-list {
				font-size: 11px;
				max-width: 650px;
				margin: 0 auto;
		}
}

#container #main .structure .section-inner .section-title {
		color: #D32C25;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: noto-sans-cjk-jp, sans-serif !important;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .section-title {
				font-size: 32px;
				color: #fff;
		}
}

#container #main .structure .section-inner .step {
		position: relative;
		background-color: #D32C25;
		padding: 6px 36px 6px 16px;
		margin: 10px 0 0 -20px;
		color: #fff;
		display: inline-block;
		font-family: noto-sans-cjk-jp, sans-serif;
		font-weight: bold;
		line-height: 1;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .step {
				margin: 0 0 0 -10px;
				font-size: 20px;
		}
}

#container #main .structure .section-inner .step:before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		top: -10px;
		right: -1px;
		border-bottom: 40px solid #fff;
		border-left: 30px solid transparent;
}

@media screen and (min-width: 769px) {
		#container #main .structure .section-inner .step:before {
				top: -5px;
		}
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box {
				display: flex;
		}
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner {
				width: calc(100% / 3 - 40px);
				padding: 20px 10px !important;
		}
}

#container #main .structure .flex-box .section-inner.step1 {
		padding: 0 20px;
}

#container #main .structure .flex-box .section-inner.step1::before {
		content: "";
		position: absolute;
		background-image: url("../image/step1-image_v2.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 65px;
		height: 65px;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner.step1::before {
				/* height: 110px; */
				right: 15px;
				width: 91px;
				height: 91px;
		}
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner.step1 {
				padding: 10px;
				margin-right: 20px;
		}
}

#container #main .structure .flex-box .section-inner.step2 {
		padding: 0 20px;
}

#container #main .structure .flex-box .section-inner.step2::before {
		content: "";
		position: absolute;
		background-image: url("../image/step2-image.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 80px;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner.step2::before {
				height: 100px;
				right: 30px;
		}
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner.step2 {
				padding: 10px;
				margin-right: 20px;
		}
}

#container #main .structure .flex-box .section-inner.step3 {
		padding: 0 20px;
}

#container #main .structure .flex-box .section-inner.step3::before {
		content: "";
		position: absolute;
		background-image: url("../image/step3-image_v2.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 39px;
		height: 65px;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner.step3::before {
				/* height: 110px; */
				right: 30px;
				width: 55px;
				height: 91px;
		}
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner.step3 {
				padding: 10px;
		}
}

#container #main .structure .flex-box .section-inner .step-text {
		padding: 14px 0;
		width: 85%;
		margin: 0;
}

@media screen and (min-width: 769px) {
		#container #main .structure .flex-box .section-inner .step-text {
				font-size: 14px;
				width: 60%;
		}

		
}



#container #main .structure .flex-box .section-inner .step-text span {
		font-size: 10px;
}

#container #main .point .section-inner {
		margin: 0;
		background-color: #fff;
		margin-bottom: 10px;
		padding: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner {
				max-width: 1000px;
				margin: 10px auto;
		}
		#container #main .point .section-inner.title {
				background-color: #D32C25;
		}
}

#container #main .point .section-inner.cta {
		margin: -5px auto 0;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner {
				margin: -5px auto 0 !important;
		}
}

#container #main .point .section-inner .section-title {
		color: #D32C25;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: noto-sans-cjk-jp, sans-serif !important;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .section-title {
				font-size: 32px;
				color: #fff;
		}
}

#container #main .point .section-inner .pc-inner {
		max-width: 750px;
		margin: 0 auto;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .pc-inner .point-list {
				margin: 40px 0 20px;
		}
}

#container #main .point .section-inner .pc-inner .point-list .point-list-item {
		position: relative;
		padding-left: 28px;
		font-size: 14px;
		font-weight: bold;
}

#container #main .point .section-inner .pc-inner .point-list .point-list-item::before {
		position: absolute;
		content: '';
		width: 10px;
		height: 5px;
		border-left: 3px solid #D32C25;
		border-bottom: 3px solid #D32C25;
		transform: rotate(-45deg) translateY(-50%);
		top: 20%;
		left: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .pc-inner .point-list .point-list-item::before {
				top: 45%;
		}
}

#container #main .point .section-inner .pc-inner .point-table {
		border: 1px solid #D6D6D6;
		border-collapse: collapse !important;
		border-spacing: 0 !important;
		margin: 0 auto;
		font-weight: bold;
		width: 100%;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .pc-inner .point-table {
				max-width: 550px;
				font-size: 18px;
		}
}

#container #main .point .section-inner .pc-inner .point-table th, #container #main .point .section-inner .pc-inner .point-table td {
		padding: 10px 20px;
		border: 1px solid #D6D6D6;
		text-align: center;
}

#container #main .point .section-inner .pc-inner .point-table th .large, #container #main .point .section-inner .pc-inner .point-table td .large {
		font-size: 24px;
		color: #D32C25;
		padding: 0 10px;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .pc-inner .point-table td {
				font-size: 16px;
		}
}

#container #main .point .section-inner .pc-inner .point-table .th1 {
		background-color: #D32C25;
		color: #fff;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .pc-inner .point-table .th1 {
				font-size: 14px;
		}
}

#container #main .point .section-inner .pc-inner .point-table .th1 .small {
		font-size: 10px;
}

#container #main .point .section-inner .pc-inner .point-table .th2 {
		background-color: #F6D6B9;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .pc-inner .point-table .th2 {
				font-size: 14px;
		}
}

#container #main .point .section-inner .pc-inner .point-table .th2 .small {
		font-size: 10px;
}

#container #main .point .section-inner .cta-box {
		background-color: #fff;
		display: block;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .cta-box {
				margin-bottom: 20px;
		}
		#container #main .point .section-inner .cta-box img {
				width: 400px;
		}
}

#container #main .point .section-inner .cta-box .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
		padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .cta-box .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .point .section-inner .cta-box .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .point .section-inner .cta-box .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
		height: 50px;
		left: 20px;
		top: 20px;
}

#container #main .point .section-inner .cta-box .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .cta-box .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .point .section-inner .cta-box .cta-list {
		text-align: left;
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .point .section-inner .cta-box .cta-list {
				font-size: 11px;
				max-width: 650px;
				margin: 0 auto;
		}
}

#container #main .pace .section-inner {
		margin: 0;
		background-color: #fff;
		margin-bottom: 10px;
		padding: 10px;
		padding: 10px 20px;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner {
				max-width: 1000px;
				margin: 10px auto;
		}
		#container #main .pace .section-inner.title {
				background-color: #D32C25;
		}
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner {
				margin-bottom: 0;
		}
}

#container #main .pace .section-inner.cta {
		padding: 10px;
		margin: -5px auto 10px;
}

#container #main .pace .section-inner .section-title {
		color: #D32C25;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: noto-sans-cjk-jp, sans-serif !important;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .section-title {
				font-size: 32px;
				color: #fff;
		}
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner {
				max-width: 700px;
				margin: 0 auto;
		}
}

#container #main .pace .section-inner .pc-inner .pace-text {
		margin: 30px 0;
		font-size: 12px;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .pace-text {
				font-size: 16px;
		}
}

#container #main .pace .section-inner .pc-inner .red-box {
		border: 2px solid #D32C25;
		padding: 20px;
		text-align: center;
		margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .red-box {
				border: inherit;
		}
}

#container #main .pace .section-inner .pc-inner .red-box .red-box-text {
		font-weight: bold;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .red-box .red-box-text {
				font-size: 16px;
		}
}

#container #main .pace .section-inner .pc-inner .red-box .red-box-text .large {
		position: relative;
		font-size: 24px;
		z-index: 10;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .red-box .red-box-text .large {
				font-size: 22px;
		}
}

#container #main .pace .section-inner .pc-inner .red-box .red-box-text .large::before {
		content: "";
		position: absolute;
		width: 135px;
		height: 10px;
		background-color: #FFD24C;
		bottom: 5px;
		left: 0;
		right: 0;
		z-index: -1;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .red-box .red-box-text .large::before {
				bottom: 0;
		}
}

#container #main .pace .section-inner .pc-inner .sub-title {
		font-weight: bold;
		margin-bottom: 0;
		padding: 4px 0;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .sub-title {
				font-size: 14px;
		}
}

#container #main .pace .section-inner .pc-inner .sub-title .red {
		background-color: #D32C25;
		color: #fff;
		padding: 5px 30px 5px 10px;
		margin-right: 10px;
		position: relative;
		font-size: 16px;
		line-height: 1;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .sub-title .red {
				margin: 0;
				font-size: 16px;
		}
}

#container #main .pace .section-inner .pc-inner .sub-title .red:before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		top: -10px;
		right: -1px;
		border-bottom: 38px solid #fff;
		border-left: 20px solid transparent;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .sub-title .red:before {
				top: -11px;
				border-bottom: 40px solid #fff;
		}
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .image-box {
				display: flex;
				align-items: flex-end;
				margin-bottom: 50px;
		}
}

#container #main .pace .section-inner .pc-inner .image-box .left-box img {
		width: 100%;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .image-box .left-box {
				width: calc(100% - 400px);
				margin-right: 20px;
		}
		#container #main .pace .section-inner .pc-inner .image-box .left-box .image-text {
				font-weight: bold;
		}
}

#container #main .pace .section-inner .pc-inner .image-box .right-box img {
		width: 100%;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .pc-inner .image-box .right-box img {
				width: 380px;
		}
}

#container #main .pace .section-inner .pc-inner .image-box .right-box img:last-child {
		margin-top: 10px;
}

#container #main .pace .section-inner .pc-inner .image-box .text-box {
		background-color: #D32C25;
		text-align: center;
		color: #fff;
		font-size: 18px;
		padding: 15px 0;
}

#container #main .pace .section-inner .cta-box {
		background-color: #fff;
		display: block;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .cta-box {
				margin-bottom: 20px;
		}
		#container #main .pace .section-inner .cta-box img {
				width: 400px;
		}
}

#container #main .pace .section-inner .cta-box .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
		padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .cta-box .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .pace .section-inner .cta-box .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .pace .section-inner .cta-box .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
		height: 50px;
		left: 20px;
		top: 20px;
}

#container #main .pace .section-inner .cta-box .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .cta-box .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .pace .section-inner .cta-box .cta-list {
		text-align: left;
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .pace .section-inner .cta-box .cta-list {
				font-size: 11px;
				max-width: 650px;
				margin: 0 auto;
		}
}

#container #main .step .step-number {
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-family: noto-sans-cjk-jp, sans-serif;
		margin: 25px 0 15px;
		font-weight: bold;
}

#container #main .step .step-number span {
		font-size: 36px;
		padding: 5px;
}

#container #main .step .section-inner {
		margin: 0;
		background-color: #fff;
		margin-bottom: 10px;
		padding: 10px;
		margin-bottom: 20px;
		position: relative;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner {
				max-width: 1000px;
				margin: 10px auto;
		}
		#container #main .step .section-inner.title {
				background-color: #D32C25;
		}
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .pc-inner {
				margin: 40px auto !important;
				max-width: 700px;
				margin: 0 auto;
		}
		#container #main .step .section-inner .pc-inner.flex-box {
				display: flex;
				justify-content: space-between;
		}
}

#container #main .step .section-inner::before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border: 20px solid;
		border-color: #fff transparent transparent transparent;
		bottom: -38px;
		left: 50%;
		transform: translateX(-50%);
}

#container #main .step .section-inner.none::before {
		display: none;
}

#container #main .step .section-inner.title-inner {
		text-align: center;
		position: relative;
		margin-top: 110px;
		padding: 10px 30px 10px 10px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner.title-inner {
				padding: 30px 0;
				margin-top: 80px;
		}
}

#container #main .step .section-inner .section-title {
		color: #D32C25;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: noto-sans-cjk-jp, sans-serif !important;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .section-title {
				font-size: 32px;
				color: #fff;
		}
}

#container #main .step .section-inner .section-title.step-title {
		display: inline-block;
		color: #fff;
		background-color: #D32C25;
		padding: 10px 80px 10px 10px;
		margin: 0px -60px 0;
		font-size: 18px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .section-title.step-title {
				font-size: 22px;
				margin: 0;
				padding: 0 100px 0 100px;
		}
}

#container #main .step .section-inner .step-text-image {
		position: absolute;
		right: 50%;
		transform: translateX(50%);
		top: -50px;
		width: 175px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .step-text-image {
				transform: inherit;
				right: inherit;
				left: 20%;
		}
}

#container #main .step .section-inner .step-image {
		position: absolute;
		bottom: 0;
		right: 0;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .step-image {
				right: 20%;
		}
}

#container #main .step .section-inner .image-box {
		text-align: center;
}

#container #main .step .section-inner .image-box img {
	width: 211px;
}

#container #main .step .section-inner .large {
		font-size: 14px;
		font-weight: bold;
		margin-top: 15px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .large {
				font-size: 18px;
				margin-top: 40px;
		}
}

#container #main .step .section-inner .cta-cover {
		text-align: center;
}

#container #main .step .section-inner .cta-cover .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
		padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .cta-cover .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .step .section-inner .cta-cover .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .step .section-inner .cta-cover .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
		height: 50px;
		left: 20px;
		top: 20px;
}

#container #main .step .section-inner .cta-cover .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .cta-cover .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .step .section-inner .step-text {
		margin: 20px 0;
		font-size: 12px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .step-text {
				font-size: 14px;
				margin-right: 100px;
				margin-top: 40px;
		}
		#container #main .step .section-inner .step-text.center {
				text-align: center;
				margin: 20px auto;
		}
}

#container #main .step .section-inner .cta-box {
		background-color: #fff;
		display: block;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .cta-box {
				margin-bottom: 20px;
		}
		#container #main .step .section-inner .cta-box img {
				width: 400px;
		}
}

#container #main .step .section-inner .cta-box .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
		padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .cta-box .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .step .section-inner .cta-box .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .step .section-inner .cta-box .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
		height: 50px;
		left: 20px;
		top: 20px;
}

#container #main .step .section-inner .cta-box .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .cta-box .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .step .section-inner .cta-box .cta-list {
		text-align: left;
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .step .section-inner .cta-box .cta-list {
				font-size: 11px;
				max-width: 650px;
				margin: 0 auto;
		}
}

#container #main .explain .section-inner {
		margin: 0;
		background-color: #fff;
		margin-bottom: 10px;
		padding: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner {
				max-width: 1000px;
				margin: 10px auto;
		}
		#container #main .explain .section-inner.title {
				background-color: #D32C25;
		}
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner {
				margin: -5px auto 0 !important;
		}
}

#container #main .explain .section-inner .section-title {
		color: #D32C25;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: noto-sans-cjk-jp, sans-serif !important;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .section-title {
				font-size: 32px;
				color: #fff;
		}
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .pc-inner {
				max-width: 700px;
				margin: 0 auto;
		}
}

#container #main .explain .section-inner .pc-inner iframe {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 56vw;
		margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .pc-inner iframe {
				width: 100%;
				height: 350px;
		}
}

#container #main .explain .section-inner .pc-inner .text {
		margin-top: 40px;
		padding: 0 10px;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .pc-inner .text {
				font-size: 12px;
		}
}

#container #main .explain .section-inner .pc-inner .text.second {
		margin-bottom: 30px;
}

#container #main .explain .section-inner .pc-inner .image-box {
		text-align: center;
		margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .pc-inner .image-box img {
				width: 430px;
		}
}

#container #main .explain .section-inner .cta-box {
		background-color: #fff;
		display: block;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .cta-box {
				margin-bottom: 20px;
		}
		#container #main .explain .section-inner .cta-box img {
				width: 400px;
		}
}

#container #main .explain .section-inner .cta-box .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
		padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .cta-box .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .explain .section-inner .cta-box .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .explain .section-inner .cta-box .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
		height: 50px;
		left: 20px;
		top: 20px;
}

#container #main .explain .section-inner .cta-box .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .cta-box .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .explain .section-inner .cta-box .cta-list {
		text-align: left;
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .explain .section-inner .cta-box .cta-list {
				font-size: 11px;
				max-width: 650px;
				margin: 0 auto;
		}
}

#container #main .faq .section-inner {
		margin: 0;
		background-color: #fff;
		margin-bottom: 10px;
		padding: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner {
				max-width: 1000px;
				margin: 10px auto;
		}
		#container #main .faq .section-inner.title {
				background-color: #D32C25;
		}
}

#container #main .faq .section-inner .section-title {
		color: #D32C25;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		font-family: noto-sans-cjk-jp, sans-serif !important;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .section-title {
				font-size: 32px;
				color: #fff;
		}
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner {
				max-width: 700px;
				margin: 0 auto;
		}
}

#container #main .faq .section-inner .pc-inner .faq-content {
		padding-bottom: 20px;
		margin-bottom: 0;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .faq-content:first-child {
				margin-top: 40px;
		}
}

#container #main .faq .section-inner .pc-inner .faq-content dt p {
		font-size: 16px;
		position: relative;
		padding-left: 50px;
		font-weight: bold;
		padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .faq-content dt p {
				font-size: 16px;
		}
}

#container #main .faq .section-inner .pc-inner .faq-content dt p:before {
		content: "";
		position: absolute;
		width: 40px;
		height: 40px;
		background-image: url("../image/Q.svg");
		background-position: center;
		background-repeat: no-repeat;
		left: 0;
		top: 20px;
		transform: translateY(-50%);
}

#container #main .faq .section-inner .pc-inner .faq-content dd p {
		font-size: 12px;
		position: relative;
		padding-left: 50px;
		margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .faq-content dd p {
				font-size: 16px;
				margin: 10px 0 40px;
		}
}

#container #main .faq .section-inner .pc-inner .faq-content dd p:before {
		content: "";
		position: absolute;
		width: 40px;
		height: 40px;
		background-image: url("../image/A.svg");
		background-position: center;
		background-repeat: no-repeat;
		left: 0;
		top: 20px;
		transform: translateY(-50%);
}

#container #main .faq .section-inner .pc-inner .faq-content dd p .small {
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .faq-content dd p .small {
				font-size: 14px;
		}
}

#container #main .faq .section-inner .pc-inner .faq-content dd img {
		display: block;
		margin: 0 auto;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .faq-content dd img {
				margin-left: 70px;
		}
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .faq-content.flex-box {
				display: flex;
				margin: 40px auto;
		}
}

#container #main .faq .section-inner .pc-inner .comment ul li {
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .comment ul li {
				font-size: 10px;
		}
}

#container #main .faq .section-inner .pc-inner .comment .text {
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .pc-inner .comment .text {
				font-size: 10px;
		}
}

#container #main .faq .section-inner .number-area {
		display: flex;
		justify-content: flex-end;
}

#container #main .faq .section-inner .number-area .number {
		border: solid 1px #000;
		text-align: right;
		display: inline-block;
}

#container #main .faq .section-inner .number-area .number .text {
		padding: 10px;
}

#container #main .faq .section-inner .faq-table {
		border: 1px solid #D6D6D6;
		border-collapse: collapse !important;
		border-spacing: 0 !important;
		margin: 0 auto;
		font-weight: bold;
		width: 100%;
		margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .faq-table {
				max-width: 550px;
				font-size: 18px;
		}
}

#container #main .faq .section-inner .faq-table th, #container #main .faq .section-inner .faq-table td {
		padding: 10px 20px;
		border: 1px solid #D6D6D6;
		text-align: center;
}

#container #main .faq .section-inner .faq-table th .large, #container #main .faq .section-inner .faq-table td .large {
		font-size: 24px;
		color: #D32C25;
		padding: 0 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .faq-table td {
				font-size: 16px;
		}
}

#container #main .faq .section-inner .faq-table .th1 {
		background-color: #D32C25;
		color: #fff;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .faq-table .th1 {
				font-size: 14px;
		}
}

#container #main .faq .section-inner .faq-table .th1 .small {
		font-size: 10px;
}

#container #main .faq .section-inner .faq-table .th2 {
		background-color: #F6D6B9;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .faq-table .th2 {
				font-size: 14px;
		}
}

#container #main .faq .section-inner .faq-table .th2 .small {
		font-size: 10px;
}

#container #main .faq .section-inner .faq-table td, #container #main .faq .section-inner .faq-table th {
		padding: 5px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .faq-table td.small, #container #main .faq .section-inner .faq-table th.small {
				font-size: 12px;
		}
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .faq-table td.m-small, #container #main .faq .section-inner .faq-table th.m-small {
				font-size: 10px;
		}
}

#container #main .faq .section-inner .cta-box {
		background-color: #fff;
		display: block;
		text-align: center;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .cta-box {
				margin-bottom: 20px;
		}
		#container #main .faq .section-inner .cta-box img {
				width: 400px;
		}
}

#container #main .faq .section-inner .cta-box .cta {
		display: inline-block;
		background-color: #FFD24C;
		color: #D32C25;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto 20px;
		padding: 15px 110px 15px 45px;
		border: 3px solid #fff;
		box-shadow: 1px 1px 1px #fff, 2px 2px 2px #fff, 4px 4px 4px #999999;
		border-radius: 10px;
		position: relative;
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .cta-box .cta {
				font-size: 19px;
				padding-left: 150px;
				padding-right: 170px;
		}
}

#container #main .faq .section-inner .cta-box .cta .cta-link {
		text-decoration: none;
		color: #D32C25 !important;
		font-weight: bold;
}

#container #main .faq .section-inner .cta-box .cta .cta-link:before {
		content: "";
		background-image: url("../image/cta-icon.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		width: 15px;
		height: 50px;
		left: 20px;
		top: 20px;
}

#container #main .faq .section-inner .cta-box .cta .cta-link span {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		font-size: 14px;
		padding: 0 20px;
		background-color: #fff;
		border: 1px solid #D32C25;
		border-radius: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .cta-box .cta .cta-link span {
				font-size: 14px;
				padding: 0 35px;
		}
}

#container #main .faq .section-inner .cta-box .cta-list {
		text-align: left;
		font-size: 10px;
}

@media screen and (min-width: 769px) {
		#container #main .faq .section-inner .cta-box .cta-list {
				font-size: 11px;
				max-width: 650px;
				margin: 0 auto;
		}
}

#container #main .cta-bottom {
		background-color: #fff;
		text-align: center;
		padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
		#container #main .cta-bottom {
				display: flex;
				justify-content: center;
				padding-top: 30px;
		}
}

#container #main .cta-bottom .cta-text {
		font-weight: bold;
		padding: 30px 0;
}

@media screen and (min-width: 769px) {
		#container #main .cta-bottom .cta-text {
				margin-right: 30px;
		}
}

#container #main .cta-bottom .cta-item-cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}

#container #main .cta-bottom .cta-item-cont a {
		text-decoration: none !important;
}

@media screen and (min-width: 769px) {
		#container #main .cta-bottom .cta-item-cont {
				flex-wrap: nowrap;
				justify-content: space-evenly;
				align-items: center;
		}
}

#container #main .cta-bottom .cta-item-cont .cta-item {
		width: 90%;
}

@media screen and (min-width: 769px) {
		#container #main .cta-bottom .cta-item-cont .cta-item {
				width: 300px;
		}
		#container #main .cta-bottom .cta-item-cont .cta-item:first-child {
				/* margin-right: 10px; */
		}
}

#container #main .cta-bottom .cta-item-cont .cta-item .tex {
		background-image: linear-gradient(to right, #EFBA38 0%, #D02D2D 100%);
		width: 100%;
		border-radius: 20px;
		position: relative;
		margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
		#container #main .cta-bottom .cta-item-cont .cta-item .tex {
				margin-bottom: 0;
		}
}

#container #main .cta-bottom .cta-item-cont .cta-item .tex p {
		color: #fff;
		padding: 10px 0 10px 20px;
}

@media screen and (min-width: 769px) {
		#container #main .cta-bottom .cta-item-cont .cta-item .tex p {
				font-size: 14px;
				padding-left: 30px;
		}
}

#container #main .cta-bottom .cta-item-cont .cta-item .tex:before {
		content: "";
		width: 20px;
		height: 20px;
		background-image: url("../image/pc-icon.svg");
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
}

#container #main .cta-bottom .cta-item-cont .cta-item .tex.second:before {
		content: "";
		width: 20px;
		height: 30px;
		background-image: url("../image/text-icon.svg");
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
}
/* 追記 */
.step_num2_img,
.step_num3_img {
	width: 157px;
	height: 30px;
	margin: 0 10px;
}

.step-text01,
.step-text02 {
	line-height: 2.2 !important;
}

#container #main .step .section-inner .image-box .step_num04 {
	width: 171px;
   }
@media screen and (min-width: 769px) {






#container #main .step .section-inner .step-text3 {
	margin-top: 16px;
}

}
/*# sourceMappingURL=style.css.map */