@charset "UTF-8";
/* ------------- common ------------- */
body {
	min-width: 1160px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "Hiragino Kaku Gothic W4 JIS2004", Meiryo, YuGothic, sans-serif;
	font-size: 18px;
	line-height: 2em;
}
.kakugow7 {
	font-family: "Hiragino Kaku Gothic W7 JIS2004", Meiryo, YuGothic, sans-serif;
}
.cont_wrapper {
	position: relative;
	width: 1160px;
	margin: 0px auto;
	padding: 0px 20px;
}
@media screen and (max-width: 767px){
	body {
		min-width: inherit;
		width: 100%;
	}
	.cont_wrapper {
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 0px 20px;
	}
}
.only5s {
	display: none;
}
@media screen and (max-width: 320px){
	.only5s {
		display: inline-block;
	}
}
.spOnly {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block !important;
	}
	.pcfL,
	.pcfR {
		float: none;
	}
}
.adjust { text-align: justify !important; text-justify: inter-ideograph !important; }
/* yugothic ie */
_:lang(x)::-ms-backdrop, .ie { position: relative; top: 0.2em !important; }



/* ------------- basic ------------- */
.contents {
	margin: 0px 0px 0px;
	padding-bottom: 120px;
}
.contents.bkdots {
	background-image: url( '../img/img_bk_dots_pc.png' );
	background-repeat: repeat;
	background-position: top center;
	background-size: 40px auto;
}
p {
	font-size: 18px;
	line-height: 2.0em;
}
p + p {
	margin-top: 2em;
}
p + img + p {
	margin-top: 2em;
}
.bold {
	font-weight: bold;
}
.center_left {
	text-align: center;	
}
.caution {
	font-size: 14px;
	line-height: 1.6em;
}
.white {
	color: white;
}
@media screen and (max-width: 767px){
	.contents {
		margin: 0px 0px 0px;
		padding-bottom: 50px;
	}
	.contents.bkdots {
		background-image: url( '../img/img_bk_dots_sp.png' );
		background-repeat: repeat;
		background-position: top center;
		background-size: 30px auto;
	}
	p {
		font-size: 14px;
		line-height: 1.78em;
	}
	.center_left {
		text-align: left;	
	}
	.caution {
		font-size: 10px;
		line-height: 1.5em;
	}
}



/* h */
h1 {
	font-size: 46px;
	line-height: 1.35em;
	color: #098BDE;
}
h2 {
	font-size: 32px;
	line-height: 1.5em;
	color: white;
	text-align: center;
	margin-bottom: 50px;
}
.contents.cont1 h2,
.contents.cont2 h2,
.contents.cont3 h2 {
	background-image: url( '../img/img_cont1_header_brackets.svg' );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 620px 105px;
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents.cont2 h2 {
	background-image: url( '../img/img_cont2_header_brackets.svg' );
}
.contents.cont3 h2 {
	background-image: url( '../img/img_cont3_header_brackets.svg' );
}
h3 {
	font-size: 42px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 80px;
}
h3 span.col {
	font-size: 125%;
	color: #FEB41C;
}
.contents.cont2 h3 span.col {
	color: #0098B3;
}
.contents.cont3 h3 span.col {
	color: #619450;
}
@media screen and (max-width: 767px){
	h1 {
		font-size: 30px;
		line-height: 1.35em;
		color: #098BDE;
	}
	h2 {
		font-size: 24px;
		line-height: 1.5em;
		color: white;
		text-align: center;
		margin-bottom: 48px;
	}
	.contents.cont1 h2,
	.contents.cont2 h2,
	.contents.cont3 h2 {
		background-image: url( '../img/img_cont1_header_brackets_sp.svg' );
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 335px auto;
		height: 95px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contents.cont2 h2 {
		background-image: url( '../img/img_cont2_header_brackets_sp.svg' );
	}
	.contents.cont3 h2 {
		background-image: url( '../img/img_cont3_header_brackets_sp.svg' );
	}
	h3 {
		font-size: 24px;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 40px;
	}
	h3 span.col {
		font-size: 125%;
		color: #FEB41C;
	}
	.contents.cont2 h3 span.col {
		color: #0098B3;
	}
	.contents.cont3 h3 span.col {
		color: #619450;
	}
}



/* button */
a.button {
	display: inline-block;
	width: 840px;
	font-size: 36px;
	line-height: 1em;
	color: white;
	text-align: center;
	background-color: #EE3556;
	padding: 26px 10px;
	border-radius: 45px;
	background-image: url( '../img/img_button_triangle_right.svg' );
	background-repeat: no-repeat;
	background-position: center right 40px;
	background-size: 18px 12px;
}
a.button:hover {
	background-color: #c20027;
	opacity: 1;
}
a.button.blue {
	background-color: #098BDE;
}
a.button.blue:hover {
	background-color: #004bb1;
	opacity: 1;
}
a.button.small {
	width: 240px;
	font-size: 28px;
	font-weight: normal;
	padding: 21px 10px;
	border-radius: 30px;
	background-image: url( '../img/img_button_triangle_bottom.svg' );
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 12px 18px;
}


@media screen and (max-width: 767px){
	a.button {
		display: inline-block;
		width: 335px;
		font-size: 22px;
		line-height: 1em;
		color: white;
		text-align: center;
		background-color: #EE3556;
		padding: 19px 10px;
		border-radius: 31px;
		background-image: url( '../img/img_button_triangle_right.svg' );
		background-repeat: no-repeat;
		background-position: center right 18px;
		background-size: 13px 9px;
	}
	a.button.small {
		width: 156px;
		font-size: 13px;
		font-weight: normal;
		padding: 14px 4px 13px;
		border-radius: 20px;
		background-image: url( '../img/img_button_triangle_bottom.svg' );
		background-repeat: no-repeat;
		background-position: center right 15px;
		background-size: 9px 13px;
	}
}



/* ------------- header ------------- */
#header {
	text-align: left;
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0px;
	z-index: 510;
	box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.4);
}
#header img.logo {
	width: 260px;
	margin: 28px 0px 27px;
}
#header a.button {
	position: absolute;
	top: 15px;
	right: 20px;
	background-image: none;
	font-size: 24px;
	padding: 18px 10px;
}
@media screen and (max-width: 767px){
	#header {
		text-align: left;
		top: 0px;
		width: 100%;
		background-color: white;
	}
	#header img.logo {
		width: 150px;
		margin: 15px 0px 15px;
	}
	#header a.button {
		position: absolute;
		top: 7px;
		right: 20px;
		background-image: none;
		font-size: 14px;
		padding: 11px 10px;
	}
}



/* ------------- slider ------------- */
#slider {
	position: relative;
	margin-top: 90px;
}
#slider li {
	position: relative;
}
#slider li img.slider {
	max-width: 1080px;
}
#slider .slick-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 230px;
	z-index: 500;
	text-indent: -9999px;
	background-color: #098BDE;
	background-image: url( '../img/img_button_slider_right.svg' );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 12px;
	border-radius: 30px;
	transition: background-color 0.4s;
}
#slider .slick-arrow.prev {
	background-image: url( '../img/img_button_slider_left.svg' );
	left: calc(50% - 520px);
}
#slider .slick-arrow.next {
	right: calc(50% - 520px);
}
#slider .slick-arrow:hover {
	cursor: pointer;
	background-color: #004bb1;
}
#slider .button {
	position: absolute;
	bottom: 20px;
	right: calc(50% - 520px);
	padding: 26px 10px;
	border-radius: 40px;
	width: 400px;
	background-position: center right 37px;
	background-size: 16px 24px;
	box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.4);
}
#slider .slide_dots {
	text-align: center;
	position: absolute;
	left: calc(50% - 51px);
	bottom: -34px;
	z-index: 5;
}
#slider .slide_dots li {
	display: inline-block;
	margin: 0px 15px;
}
#slider .slide_dots button {
	position: relative;
	text-indent: -9999px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	appearance: none;
}
#slider .slide_dots button:before {
	content: '●';
	font-size: 22px;
	color: #004bb1;
	text-indent: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#slider .slide_dots .slick-active button:before {
	content: '●';
	color: white;
}
#slider .text_wrapper img.text {
	width: 642px;
	position: absolute;
	top: 116px;
	left: 50px;
}
@media screen and (max-width: 767px){
	#slider {
		position: relative;
		margin-top: 50px;
	}
	#slider li img.slider {
		max-width: initial;
		width: 100%;
	}
	#slider .slick-arrow {
		width: 40px;
		height: 40px;
		position: absolute;
		top: calc(50% - 20px);
		z-index: 500;
		display: none !important;
	}
	#slider .slick-arrow.prev {
		left: 15px;
	}
	#slider .slick-arrow.next {
		right: 15px;
	}
	#slider .slick-arrow:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	#slider .button {
		position: absolute;
		bottom: 15px;
		right: calc(50% - 84px);
	}
	#slider .button {
		font-size: 15px;
		font-weight: normal;
		position: absolute;
		bottom: 15px;
		right: 0px;
		left: 0px;
		margin: auto;
		padding: 15px 10px;
		border-radius: 40px;
		width: 220px;
		background-position: center right 15px;
		background-size: 9px 13px;
		box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.4);
	}
	#slider .slide_dots {
		text-align: center;
		position: absolute;
		left: calc(50% - 42px);
		bottom: -34px;
		z-index: 5;
	}
	#slider .slide_dots li {
		display: inline-block;
		margin: 0px 10px;
	}
	#slider .slide_dots button {
		position: relative;
		text-indent: -9999px;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0px;
		appearance: none;
	}
	#slider .slide_dots button:before {
		content: '●';
		font-size: 17px;
		color: #0049AE;
		text-indent: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#slider .slide_dots .slick-active button:before {
		content: '●';
		color: white;
	}
	#slider .text_wrapper img.text {
		width: 334px;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
	}
	#slider .text_wrapper img.text2 {
		width: 375px;
		position: absolute;
		top: auto;
		bottom: 28px;
		left: 0px;
		right: 0px;
		margin: auto;
	}
}



/* ------------- cont1 ------------- */
.contents.cont1 {
	margin-top: 0px;
}
.cont_outer {
	position: relative;
	background: linear-gradient(to bottom, #098BDE, #0049AE);
	padding: 130px 0px 90px;
}
.cont1 .cont_outer {
	padding: 150px 0px 90px;
}
.cont_outer img.triangle {
	width: 100%;
	max-width: none;
	height: 100px;
	position: absolute;
	bottom: -100px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.article_wrapper.flex,
.article_wrapper.flex2 .text_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.article_wrapper.flex h2 {
	width: 620px;
}
.article_wrapper.flex .text_wrapper {
	width: 620px;
}
.article_wrapper.flex > img {
	width: 460px;
	margin-top: 0px;
}
.cont_outer + .cont_wrapper {
	margin-top: 180px;
	text-align: center;
}
.article_wrapper.flex2 .text_wrapper {
	margin-bottom: 55px;
}
.article_wrapper.flex2 .text_wrapper:nth-child(2) {
	margin-bottom: 0px;
}
.article_wrapper.flex2 .text_wrapper p {
	width: 620px;
}
.article_wrapper.flex2 .text_wrapper img {
	width: 460px;
	margin-top: 10px;
}
.article_wrapper.flex2 .text_wrapper.reverse p {
	order: 2;
}
.article_wrapper.flex2 .text_wrapper.reverse img {
	order: 1;
}
@media screen and (max-width: 767px){
	.contents.cont1 {
		margin-top: 0px;
	}
	.cont_outer {
		position: relative;
		background: linear-gradient(to bottom, #098BDE, #0049AE);
		padding: 70px 0px 50px;
	}
	.cont1 .cont_outer {
		padding: 82px 0px 50px;
	}
	.cont_outer img.triangle {
		width: 100%;
		max-width: none;
		height: 24px;
		position: absolute;
		bottom: -24px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
	}
	.article_wrapper.flex,
	.article_wrapper.flex2 .text_wrapper {
		display: block;
	}
	.article_wrapper.flex h2 {
		width: 100%;
		margin-bottom: 20px;
	}
	.article_wrapper.flex .text_wrapper {
		width: 100%;
	}
	.article_wrapper.flex .text_wrapper p.adjust {
		margin-bottom: 20px;
	}
	.article_wrapper.flex .text_wrapper img {
		margin: 40px 0px;
		width: 100%;
	}
	.article_wrapper.flex > img {
		width: 100%;
		margin-top: 0px;
	}
	.cont_outer + .cont_wrapper {
		margin-top: 60px;
		text-align: center;
	}
	.article_wrapper.flex2 .text_wrapper {
		margin-bottom: 45px;
	}
	.article_wrapper.flex2 .text_wrapper:nth-child(2) {
		margin-bottom: 0px;
	}
	.article_wrapper.flex2 .text_wrapper p {
		width: 100%;
	}
	.article_wrapper.flex2 .text_wrapper img {
		width: 100%;
		margin-top: 40px;
	}
	.article_wrapper.flex2 .text_wrapper.reverse p {
		order: 2;
	}
	.article_wrapper.flex2 .text_wrapper.reverse img {
		order: 1;
	}
}



/* ------------- point ------------- */
.point_wrapper table {
	table-layout: fixed;
	width: 100%;
	height: 120px;
	margin-top: 20px;
}
.point_wrapper table th,
.point_wrapper table td {
	font-size: 24px;
	line-height: 1.5em;
	border: 2px solid #FEB41C;
	vertical-align: middle;
	padding: 29px 30px 29px;
}
.cont2 .point_wrapper table th,
.cont2 .point_wrapper table td {
	border: 2px solid #0098B3;
}
.cont3 .point_wrapper table th,
.cont3 .point_wrapper table td {
	border: 2px solid #619450;
}
.point_wrapper table th {
	width: 320px;
	color: #FEB41C;
}
.point_wrapper table th .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.point_wrapper table th img {
	width: 120px;
	margin-right: 10px;
}
.point_wrapper table th span {
	font-size: 21px;
	color: black;
}
.cont2 .point_wrapper table th {
	color: #0098B3;
}
.cont3 .point_wrapper table th {
	color: #619450;
}
.point_wrapper table td {
	text-align: left;
}
.point_wrapper .flex_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 60px 0px;
}
@media screen and (max-width: 767px){
	.point_wrapper table {
		table-layout: fixed;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.point_wrapper table th,
	.point_wrapper table td {
		font-size: 16px;
		line-height: 1.5em;
		border: 2px solid #FEB41C;
		vertical-align: middle;
		padding: 8px 10px 6px;
		display: block;
		width: 100%;
	}
	.cont2 .point_wrapper table th,
	.cont2 .point_wrapper table td {
		border: 2px solid #0098B3;
	}
	.cont3 .point_wrapper table th,
	.cont3 .point_wrapper table td {
		border: 2px solid #619450;
	}
	.point_wrapper table th {
		width: 100%;
		color: #FEB41C;
		border-bottom: none;
	}
	.point_wrapper table th .inner {
		display: flex;
		flex-direction: column;
	}
	.point_wrapper table th img {
		width: 90px;
		margin-right: 0px;
	}
	.point_wrapper table th span {
		font-size: 16px;
		color: black;
	}
	.cont2 .point_wrapper table th {
		color: #0098B3;
		border-bottom: none;
	}
	.cont3 .point_wrapper table th {
		color: #619450;
		border-bottom: none;
	}
	.point_wrapper table td {
		text-align: center;
		padding: 10px 10px 8px;
	}
	.point_wrapper table td.single {
		padding: 22px 10px 20px;
	}
	.point_wrapper .flex_wrapper {
		display: flex;
		flex-direction: column;
		margin: 30px 0px 50px ;
	}

}



/* ------------- beforeafter ------------- */
.point_wrapper .beforeafter {
	margin: 0px 0px;
	width: 520px;
}
.point_wrapper .flex_wrapper img.fig {
	width: 520px;
}
.point_wrapper .beforeafter dl dt {
	font-size: 24px;
	text-align: center;
	border-bottom: 2px solid #808080;
	margin-bottom: 20px;
	padding: 36px 0px 30px;
	background-image: url( '../img/img_cont1_icon1.png' );
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 90px 90px;
}
.cont2 .point_wrapper .beforeafter dl dt {
	background-image: url( '../img/img_cont2_icon1.png' );
}
.cont3 .point_wrapper .beforeafter dl dt {
	background-image: url( '../img/img_cont3_icon1.png' );
}
.point_wrapper .beforeafter dl.after {
	padding-top: 70px;
	background-image: url( '../img/img_cont1_triangle_sp.svg' );
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: 26px 36px;
}
.cont2 .point_wrapper .beforeafter dl.after {
	background-image: url( '../img/img_cont2_triangle_sp.svg' );
}
.cont3 .point_wrapper .beforeafter dl.after {
	background-image: url( '../img/img_cont3_triangle_sp.svg' );
}
.point_wrapper .beforeafter dl.after dt {
	border-bottom: 2px solid #FEB41C;
	background-image: url( '../img/img_cont1_icon2.png' );
}
.cont2 .point_wrapper .beforeafter dl.after dt {
	border-bottom: 2px solid #0098B3;
	background-image: url( '../img/img_cont2_icon2.png' );
}
.cont3 .point_wrapper .beforeafter dl.after dt {
	border-bottom: 2px solid #619450;
	background-image: url( '../img/img_cont3_icon2.png' );
}
.point_wrapper + .point_wrapper {
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.point_wrapper .beforeafter {
		margin: 0px 0px;
		width: 100%;
	}
	.point_wrapper .flex_wrapper img.fig {
		width: 100%;
		margin-top: 15px;
	}
	.point_wrapper .beforeafter dl dt {
		font-size: 16px;
		text-align: center;
		border-bottom: 2px solid #808080;
		margin-bottom: 13px;
		padding: 18px 0px 20px;
		background-image: url( '../img/img_cont1_icon1.png' );
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 64px 64px;
	}
	.cont2 .point_wrapper .beforeafter dl dt {
		background-image: url( '../img/img_cont2_icon1.png' );
	}
	.cont3 .point_wrapper .beforeafter dl dt {
		background-image: url( '../img/img_cont3_icon1.png' );
	}
	.point_wrapper .beforeafter dl.after {
		padding-left: 0px;
		padding-top: 60px;
		width: 100%;
		background-image: url( '../img/img_cont1_triangle_sp.svg' );
		background-repeat: no-repeat;
		background-position: top 20px center;
		background-size: 18px 25px;
	}
	.cont2 .point_wrapper .beforeafter dl.after {
		background-image: url( '../img/img_cont2_triangle_sp.svg' );
	}
	.cont3 .point_wrapper .beforeafter dl.after {
		background-image: url( '../img/img_cont3_triangle_sp.svg' );
	}
	.point_wrapper .beforeafter dl.after dt {
		border-bottom: 2px solid #FEB41C;
		background-image: url( '../img/img_cont1_icon2.png' );
	}
	.cont2 .point_wrapper .beforeafter dl.after dt {
		border-bottom: 2px solid #0098B3;
		background-image: url( '../img/img_cont2_icon2.png' );
	}
	.cont3 .point_wrapper .beforeafter dl.after dt {
		border-bottom: 2px solid #619450;
		background-image: url( '../img/img_cont3_icon2.png' );
	}
	.point_wrapper + .point_wrapper {
		margin-top: 60px;
	}
}



/* ------------- result ------------- */
.point_wrapper .result {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 60px 0px 80px;
}
.point_wrapper .result .text_wrapper {
	width: 320px;
	text-align: left;
}
.point_wrapper .result .text_wrapper .shoulder {
	font-size: 28px;
	line-height: 1.5em;
	color: #098BDE;
}
.point_wrapper .result .text_wrapper .software {
	font-size: 36px;
	line-height: 1.5em;
	margin-top: 0px;
}
.point_wrapper .result .text_wrapper > img {
	width: 160px;
	margin-bottom: 20px;
}
.point_wrapper .result > img {
	width: 800px;
	margin-top: 50px;
}
@media screen and (max-width: 767px){
	.point_wrapper .result {
		display: block;
		margin: 40px 0px 46px;
	}
	.point_wrapper .result .text_wrapper {
		width: 100%;
		text-align: center;
	}
	.point_wrapper .result .text_wrapper .shoulder {
		font-size: 19px;
		line-height: 1.5em;
		color: #098BDE;
	}
	.point_wrapper .result .text_wrapper .software {
		font-size: 24px;
		line-height: 1.5em;
		margin-top: 0px;
	}
	.point_wrapper .result .text_wrapper > img {
		width: 100px;
		margin-bottom: 10px;
	}
	.point_wrapper .result > img {
		width: 100%;
		margin-top: 20px;
	}
}



/* ------------- cont4 ------------- */
.cont4 {
	background-color: #E9F1FA;
	margin-bottom: 0px;
	text-align: center;
}
.cont4 .cont_wrapper {
	padding: 110px 20px 0px;
}
.cont4 .cont_wrapper h2 {
	color: #098BDE;
	margin-bottom: 40px;
}
.cont4 .cont_wrapper > img {
	margin: 40px 0px 60px;
}
.cont4 .article_outer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
}
.cont4 .article_outer .text_wrapper {
}
.cont4 .article_outer > img {
	width: 240px;
	padding-bottom: 10px;
}
.cont4 h2 {
	font-size: 42px;
}
.cont4 h3 {
	font-size: 36px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}
.cont4 .icon_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.cont4 .icon_wrapper li {
	width: 14.285%;
	height: 138px;
	background-color: white;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 35px 0px;
	border-left: 1px solid #DDE4EF;
	border-bottom: 1px solid #DDE4EF;
}
.cont4 .icon_wrapper li:nth-child(7n) {
	border-right: 1px solid #DDE4EF;
}
.cont4 .icon_wrapper li:nth-child(-n+7) {
	border-top: 1px solid #DDE4EF;
}
.cont4 .icon_wrapper li img {
	width: 40px;
}
.cont4 .icon_wrapper li span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1em;
	color: #098BDE;
}
.cont4 .article_wrapper {
	margin: 110px 0px 110px;
	display: flex;
	justify-content: space-between;
}
.cont4 .article_wrapper .article_inner {
	width: 520px;
	text-align: center;
}
.cont4 .article_wrapper .article_inner h3 {
	display: flex;
	justify-content: center;
	height: 108px;
	align-items: center;
}
.cont4 .article_wrapper .article_inner p {
	height: 108px;
	margin-bottom: 40px;
}
.cont4 .article_wrapper .article_inner img {
	width: 190px;
}
.cont4 a.button {
	width: 680px;
}
@media screen and (max-width: 767px){
	.cont4 {
		background-color: #E9F1FA;
		margin-bottom: 0px;
		text-align: center;
	}
	.cont4 .cont_wrapper {
		padding: 40px 20px 0px;
	}
	.cont4 .cont_wrapper h2 {
		font-size: 24px;
		color: #098BDE;
		margin-bottom: 40px;
	}
	.cont4 .cont_wrapper > img {
		margin: 20px 0px 20px;
	}
	.cont4 .article_outer {
		display: block;
		margin-bottom: 30px;
	}
	.cont4 .article_outer .text_wrapper {
		width: 100%;
	}
	.cont4 .article_outer > img {
		width: 170px;
		padding-bottom: 0px;
	}
	.cont4 h3 {
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 16px;
	}
	.cont4 .icon_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		border: none;
	}
	.cont4 .icon_wrapper li {
		width: 33%;
		height: 90px;
		background-color: white;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 18px 0px;
		border-left: 1px solid #DDE4EF;
		border-bottom: 1px solid #DDE4EF;
	}
	.cont4 .icon_wrapper li:nth-child(7n) {
		border-right: none;
	}
	.cont4 .icon_wrapper li:nth-child(-n+7) {
		border-top: none;
	}
	.cont4 .icon_wrapper li:nth-child(3n) {
		border-right: 1px solid #DDE4EF;
	}
	.cont4 .icon_wrapper li:nth-child(-n+3) {
		border-top: 1px solid #DDE4EF;
	}
	.cont4 .icon_wrapper li:last-child {
		border-right: 1px solid #DDE4EF;
		width: 33.4%;
	}
	.cont4 .icon_wrapper li img {
		width: 40px;
		margin-bottom: 3px;
	}
	.cont4 .icon_wrapper li span {
		display: block;
		width: 100%;
		font-size: 12px;
		line-height: 1em;
		color: #098BDE;
	}
	.cont4 .article_wrapper {
		margin: 50px 0px 50px;
		display: block;
	}
	.cont4 .article_wrapper .article_inner {
		width: 100%;
		text-align: center;
	}
	.cont4 .article_wrapper .article_inner:last-child {
		margin-top: 50px;
	}
	.cont4 .article_wrapper .article_inner h3 {
		display: block;
		height: auto;
	}
	.cont4 .article_wrapper .article_inner p {
		height: auto;
		margin-bottom: 20px;
	}
	.cont4 .article_wrapper .article_inner img {
		width: 135px;
	}
	.cont4 a.button {
		width: 335px;
		font-size: 18px;
	}
}



/* ------------- cont5 ------------- */
.cont5 {
	text-align: center;
	padding-bottom: 120px;
}
.cont5 .cont_wrapper {
	padding: 110px 20px 120px;
}
.cont5 .cont_wrapper h2 {
	font-size: 42px;
	color: #098BDE;
	margin-bottom: 40px;
}
.cont5 .cont_wrapper h3 {
	font-size: 24px;
	line-height: 1em;
	border: 2px solid #098BDE;
	padding: 36px 0px;
	margin-bottom: 30px;
}
.cont5 .cont_wrapper .price_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
.cont5 .cont_wrapper .price_wrapper li {
	width: 190px;
}
.cont5 .cont_wrapper .step_wrapper {
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 40px;
}
.cont5 .cont_wrapper .step_wrapper li {
	width: 265px;
}
.cont5 .cont_wrapper .step_wrapper li p {
	position: relative;
	font-size: 18px;
	line-height: 1em;
	color: #098BDE;
	background-color: #E9F1FA;
	height: 60px;
	padding-top: 20px;
}
.cont5 .cont_wrapper .step_wrapper li:not(.last) p:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 60px;
	background-image: url( '../img/img_triangle_pc.svg' );
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	right: -20px;
  }
.cont5 .cont_wrapper .step_wrapper li p span {
	font-size: 200%;
}
.cont5 .cont_wrapper .step_wrapper li h4 {
	font-size: 21px;
	line-height: 1.7em;
	height: 70px;
	margin: 18px 0px 15px;
}
.cont5 .cont_wrapper .step_wrapper li h4.red {
	font-size: 24px;
	color: #EE3556;
	line-height: 3.0em;
}
.cont5 .reception {
	margin-top: 120px;
}
.cont5 .reception h2 {
	margin-bottom: 20px;
}
.cont5 .reception img {
	width: 332px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	.cont5 {
		text-align: center;
		padding-bottom: 100px;
	}
	.cont5 .cont_wrapper {
		padding: 40px 20px 0px;
	}
	.cont5 .cont_wrapper h2 {
		font-size: 24px;
		color: #098BDE;
		margin-bottom: 20px;
	}
	.cont5 .cont_wrapper h3 {
		font-size: 16px;
		line-height: 1em;
		border: 2px solid #098BDE;
		padding: 27px 0px 23px;
		margin-bottom: 20px;
	}
	.cont5 .cont_wrapper p.center_left {
		text-align: left;
	}
	.cont5 .cont_wrapper .price_wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.cont5 .cont_wrapper .price_wrapper li {
		width: 142px;
		margin-bottom: 24px;
	}
	.cont5 .cont_wrapper .step_wrapper {
		display: block;
		margin:15px 0px 20px;
	}
	.cont5 .cont_wrapper .step_wrapper li {
		width: 100%;
	}
	.cont5 .cont_wrapper .step_wrapper li:not(.last) {
		padding-bottom: 10px;
		background-image: none;
	}
	.cont5 .cont_wrapper .step_wrapper li p {
		position: relative;
		font-size: 14px;
		line-height: 1em;
		color: #098BDE;
		background-color: #E9F1FA;
		height: 42px;
		padding-top: 14px;
	}
	.cont5 .cont_wrapper .step_wrapper li:not(.last) p:after {
		content: none;
	  }
	.cont5 .cont_wrapper .step_wrapper li p span {
		font-size: 200%;
	}
	.cont5 .cont_wrapper .step_wrapper li h4 {
		font-size: 16px;
		line-height: 1.5em;
		height: auto;
		margin: 14px 0px 10px;
	}
	.cont5 .cont_wrapper .step_wrapper li h4.red {
		font-size: 16px;
		color: #EE3556;
		line-height: 1.5em;
	}
	.cont5 .cont_wrapper .step_wrapper li img {
		width: 260px;
	}
	.cont5 .reception {
		margin-top: 40px;
	}
	.cont5 .reception h2 {
		margin-bottom: 0px;
	}
	.cont5 .reception img {
		width: 221px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 650px){
	.cont5 .cont_wrapper .price_wrapper {
		max-width: 335px;
		margin: 0px auto 20px;
	}
}


/* ------------- jsGoTop ------------- */
a.jsGoTop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #098BDE;
	background-image: url( '../img/img_button_gotop.svg' );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13.5px 18px;
	border-radius: 30px;
}
a.jsGoTop:hover {
	background-color: #004bb1;
	opacity: 1;
}
@media screen and (max-width: 767px){
	a.jsGoTop {
		width: 40px;
		height: 40px;
		position: fixed;
		bottom: 10px;
		right: 10px;
		background-color: #098BDE;
		background-image: url( '../img/img_button_gotop.svg' );
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 9px 12px;
		border-radius: 30px;
	}
}



/* ------------- footer ------------- */
#footer {
	font-size: 14px;
	line-height: 1em;
	color: white;
	margin-top: 0px !important;
	padding: 36px 0px 30px;
	background-color: #22272A;
}
#footer .article_outer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#footer .article_outer img {
	width: 160px;
}
#footer .article_outer .article_wrapper {
	width: calc(100% - 180px);
	border-left: 1px solid white;
	display: flex;
	justify-content: space-between;
}
#footer a.text {
	display: inline-block;
	margin-left: 1em;
	padding: 5px 0px 5px 1em;
	text-decoration: underline;
}
#footer p.fCopy {
	font-size: 14px;
	line-height: 1em;
	text-align: left;
	border-top: 1px solid white;
	margin-top: 20px;
	padding-top: 20px;
}
@media screen and (max-width: 767px){
	#footer {
		font-size: 10px;
		line-height: 1em;
		color: white;
		margin-top: 0px !important;
		padding: 25px 0px 20px;
		background-color: #22272A;
	}
	#footer .article_outer {
		display: block;
		text-align: center;
	}
	#footer .article_outer img {
		width: 160px;
		margin-bottom: 18px;
	}
	#footer .article_outer .article_wrapper {
		width: 100% ;
		border-left: none;
		display: flex;
		justify-content: center;
	}
	#footer a.text {
		display: inline-block;
		margin: 0px 0.5em;
		padding: 5px 0px 5px 1em;
		text-decoration: underline;
	}
	#footer p.fCopy {
		font-size: 10px;
		line-height: 1.5em;
		text-align: center;
		border-top: none;
		margin-top: 18px;
		padding-top: 0px;
	}
}
