@charset "utf-8";

/*====================================================================================

		basic layout

====================================================================================*/

body {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1.8;
}

body * {
	box-sizing: border-box;
}

#page_top {
	clear: both;
	margin: 0;
	text-align: right;
}

img {
	vertical-align: top;
}

a {
	color: #000;
	border: none;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	filter: brightness(110%);
}

em {
	font-style: normal;
	font-weight: bold;
}

.en {
	font-family: 'Questrial', sans-serif;
	letter-spacing: 1px;
}

p#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}

.pc_none {
	display: none;
}

.sp_none {
	display: inline;
}

img.sp {
	display: none;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, main ,footer {
		display: block;
	}
	
	*::-ms-backdrop, a:hover {
		opacity: 0.8;
	}
}


@media screen and (max-width: 999px){
	img {
		max-width: 100%;
		width: auto;
	}
}


@media screen and (max-width: 768px){
	.sp_none {
		display: none;
	}
	
	.pc_none {
		display: inline;
	}
	
	img.pc {
		display: none;
	}
	
	img.sp {
		display: inline;
	}
	
	p#page_top {
		width: 50px;
		right: 10px;
		bottom: 10px;
	}
}



/*------------------ clearfix layout ---------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*
*:after {
	content: "";
	display:block;
	clear:both;
}
*/


/*------------------ loading layout ---------------------*/
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading img {
	width: 234px;
}

@media screen and (max-width: 768px){
	.loading img {
		width: 50%;
	}
}


/*------------------ fadein layout ---------------------*/
.fadein {
	opacity : 0;
	transform: translateY(10px);
	transition: all 1s;
}





/*====================================================================================

		header layout

====================================================================================*/

header {
	width: 100%;
}

header .logo {
	padding: 34px 0;
	background-color: #fff;
	text-align: center;
}

header .logo img {
	width: 250px;
}

header .logo a:hover {
	opacity: 0.8;
}

header h1 {
	padding: 75px 0 65px;
	background-color: #02315B;
	position: relative;
	text-align: center;
}

header h1::after {
	content: "";
	width: 50%;
	height: 100%;
	background-color: #0D6FB8;
	position: absolute;
	right: 0;
	top: 0;
}

header h1 img {
	width: 100%;
	max-width: 1083px;
	position: relative;
	z-index: 2;
}


@media screen and (max-width: 768px){
	header {
		width: 100%;
	}
	
	header .logo {
		margin: 0;
		/*padding: 14px 0;*/
		padding: 20px 0 14px;
	}
	
	header .logo img {
		width: 50%;
	}
	
	header h1 {
		padding: 30px 20px 25px;
	}
}





/*====================================================================================

		#contents layout

====================================================================================*/

#contents {
	
}

#contents section .inner,
#contents div .inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}


@media screen and (max-width: 768px){
	#contents {
		
	}
	
	#contents section .inner,
	#contents div .inner {
		width: auto;
		max-width: inherit;
		padding: 0 20px;
	}
	
	
}



/*===============================================================

		#contents .feature layout

===============================================================*/

#contents .feature {
	padding: 0 0 110px;
	background-color: #E8E4E3;
}

#contents .feature h2 {
	padding: 60px 0 30px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .feature h2 span {
	font-size: 70px;
}

#contents .feature h2 span b {
	padding: 0 22px 10px;
	background-color: #F9ED39;
	border-radius: 200px;
	display: inline-block;
	font-size: 87px;
}

#contents .feature .inner ol {
	margin: 70px 0 50px;
	padding: 50px 45px 10px;
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .feature .inner ol li {
	width: 48%;
	height: 490px;
	max-width: 530px;
	margin: 0 0 50px;
	background-color: #EAEAEA;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#contents .feature .inner ol li dl {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}

#contents .feature .inner ol li dl dt {
	width: 106px;
	position: absolute;
	left: -10px;
	top: -10px;
}

#contents .feature .inner ol li dl dt img {
	width: 100%;
}

#contents .feature .inner ol li:nth-child(1) dl dd.img {
	margin-bottom: 40px;
}

#contents .feature .inner ol li:nth-child(2) dl dd.img {
	margin-bottom: 47px;
}

#contents .feature .inner ol li:nth-child(3) dl dd.img {
	margin-bottom: 55px;
}

#contents .feature .inner ol li:nth-child(4) dl dd.img {
	margin-bottom: 30px;
}

#contents .feature .inner ol li:nth-child(1) dl dd.img img {
	width: 342px;
}

#contents .feature .inner ol li:nth-child(2) dl dd.img img {
	width: 285px;
}

#contents .feature .inner ol li:nth-child(3) dl dd.img img {
	width: 418px;
}

#contents .feature .inner ol li:nth-child(4) dl dd.img img {
	width: 228px;
}

#contents .feature .inner ol li dl dd.txt em {
	color: #ff0000;
}

#contents .feature .inner ol li dl dd.btn {
	width: 290px;
	margin: 20px auto 0;
}

#contents .feature .inner ol li dl dd.btn a {
	padding: 20px 0 22px;
	background-color: #F9ED39;
	display: block;
	line-height: 1.3;
}

#contents .feature .inner ul li:nth-child(1) {
	margin-bottom: 25px;
}

#contents .feature .inner ul li a {
	padding: 25px 0 35px;
	background-color: #fff;
	border: solid 5px #005BAC;
	position: relative;
	display: block;
	text-align: center;
	color: #005BAC;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .feature .inner ul li:nth-child(1) a {
	background-color: #005BAC;
	color: #fff;
}

#contents .feature .inner ul li a::after {
	content: "";
	width: 27px;
	height: 44px;
	background: url("../img/icon_arrow_02.png") left top / 100% auto no-repeat;
	margin: 0 0 0 20px;
	display: inline-block;
	transform: translateY(7px);
	transition: all .3s;
}

#contents .feature .inner ul li:nth-child(1) a::after {
	background: url("../img/icon_arrow_01.png") left top / 100% auto no-repeat;
}

#contents .feature .inner ul li a:hover {
	filter: brightness(100%);
	background-color: #005BAC;
	color: #fff;
}

#contents .feature .inner ul li:nth-child(1) a:hover {
	background-color: #fff;
	color: #005BAC;
}

#contents .feature .inner ul li a:hover::after {
	background: url("../img/icon_arrow_01.png") left top / 100% auto no-repeat;
}

#contents .feature .inner ul li:nth-child(1) a:hover::after {
	background: url("../img/icon_arrow_02.png") left top / 100% auto no-repeat;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .feature .inner ul li a:hover {
		opacity: 1.0;
	}
}


@media screen and (max-width: 768px){
	#contents .feature {
		padding: 0 0 60px;
	}
	
	#contents .feature h2 {
		padding: 40px 0 20px;
		font-size: 4.2vw;
	}
	
	#contents .feature h2 span {
		padding: 8px 0 0;
		display: block;
		font-size: 10vw;
	}
	
	#contents .feature h2 span b {
		padding: 0 4% 10px;
		font-size: 12vw;
	}
	
	#contents .feature .inner ol {
		margin: 40px 0;
		padding: 20px 20px 10px;
		display: block;
	}
	
	#contents .feature .inner ol li {
		width: auto;
		height: auto;
		max-width: inherit;
		margin: 0 0 20px;
		padding: 50px 20px 20px;
	}
	
	#contents .feature .inner ol li dl {
		text-align: left;
		font-size: 4.2vw;
	}
	
	#contents .feature .inner ol li dl dt {
		width: 25%;
	}
	
	#contents .feature .inner ol li:nth-child(1) dl dd.img {
		width: 80%;
		margin: 0 auto 20px;
		padding: 0 0 0 20px;
	}
	
	#contents .feature .inner ol li:nth-child(2) dl dd.img {
		width: 60%;
		margin: 0 auto 20px;
	}
	
	#contents .feature .inner ol li:nth-child(3) dl dd.img {
		width: 80%;
		margin: 0 auto 20px;
	}
	
	#contents .feature .inner ol li:nth-child(4) dl dd.img {
		width: 50%;
		margin: 0 auto 20px;
	}
	
	#contents .feature .inner ol li dl dd.txt em {
		color: #ff0000;
	}
	
	#contents .feature .inner ol li dl dd.btn {
		width: 290px;
		margin: 20px auto 0;
	}
	
	#contents .feature .inner ol li dl dd.btn a {
		padding: 15px 0 18px;
		background-color: #F9ED39;
		display: block;
		text-align: center;
		line-height: 1.3;
	}
	
	#contents .feature .inner ul li:nth-child(1) {
		margin-bottom: 20px;
	}
	
	#contents .feature .inner ul li a {
		padding: 20px 0;
		border: solid 4px #005BAC;
		font-size: 6vw;
	}
	
	#contents .feature .inner ul li a::after {
		width: 15px;
		height: 25px;
		margin: 0 0 0 10px;
		transform: translateY(3px);
	}
}



/*===============================================================

		#contents .select layout

===============================================================*/

#contents .select {
	padding: 60px 0 150px;
}

#contents .select .inner .detail {
	padding: 50px 0 30px;
	border-bottom: solid 1px #888;
}

#contents .select .inner .detail h2 {
	margin: 0 0 40px;
	text-align: center;
	color: #005BAC;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.0;
}

#contents .select .inner .detail h2 span {
	padding: 20px 40px;
	border: solid 3px #005BAC;
	display: inline-block;
}

#contents .select .inner .detail ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#contents .select .inner .detail ul li {
	width: calc(100% / 5 - 10px);
	text-align: center;
	line-height: 1.2;
}

#contents .select .inner .detail ul li p {
	margin: 0 auto 20px;
}

#contents .select .inner .detail ul li a {
	display: block;
}

#contents .select .inner .detail ul li a:hover {
	filter: brightness(100%);
	opacity: 0.8;
}


#contents .select .inner .type ul li img {
	width: 100%;
}

#contents .select .inner .type ul li:nth-child(1) img {
	max-width: 222px;
}

#contents .select .inner .type ul li:nth-child(2) img {
	max-width: 236px;
}

#contents .select .inner .type ul li:nth-child(3) img {
	max-width: 182px;
}

#contents .select .inner .type ul li:nth-child(4) img {
	max-width: 177px;
}

#contents .select .inner .type ul li:nth-child(5) img {
	max-width: 228px;
}


#contents .select .inner .size ul {
	justify-content: center;
	align-items: flex-start;
}

#contents .select .inner .size ul li {
	width: calc(100% / 5 - 10px);
	margin: 0 15px;
	text-align: center;
}

#contents .select .inner .size ul li p {
	display: flex;
	justify-content: center;
	align-items: center;
}

#contents .select .inner .size ul li span {
	font-size: 14px;
}

#contents .select .inner .size ul li:nth-child(1) img {
	max-width: 94px;
}

#contents .select .inner .size ul li:nth-child(2) img {
	max-width: 119px;
}

#contents .select .inner .size ul li:nth-child(3) img {
	max-width: 136px;
}


#contents .select .inner .function ul li {
	width: 195px;
}

#contents .select .inner .function ul li img {
	width: 100%;
}


@media screen and (max-width: 768px){
	#contents .select {
		padding: 40px 0 60px;
	}
	
	#contents .select .inner .detail {
		padding: 20px 0;
	}
	
	#contents .select .inner .detail h2 {
		margin: 0 0 30px;
		font-size: 6vw;
	}
	
	#contents .select .inner .detail h2 span {
		padding: 10px 20px;
	}
	
	#contents .select .inner .detail ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: flex-end;
	}
	
	#contents .select .inner .detail ul li {
		width: calc(100% / 3 - 10px);
		font-size: 3.67vw;
	}
	
	#contents .select .inner .detail ul li p {
		margin: 0 auto 10px;
	}
	
	
	#contents .select .inner .type ul li:nth-child(2) {
		margin: 0 15px;
	}
	
	#contents .select .inner .type ul li:nth-child(4) {
		margin: 15px 15px 0 0;
	}
	
	
	#contents .select .inner .type ul li:nth-child(1) img {
		max-width: inherit;
	}
	
	#contents .select .inner .type ul li:nth-child(2) img {
		max-width: inherit;
	}
	
	#contents .select .inner .type ul li:nth-child(3) img {
		max-width: inherit;
	}
	
	#contents .select .inner .type ul li:nth-child(4) img {
		max-width: inherit;
	}
	
	#contents .select .inner .type ul li:nth-child(5) img {
		max-width: inherit;
	}
	
	
	#contents .select .inner .size ul {
		justify-content: center;
		align-items: flex-start;
	}
	
	#contents .select .inner .size ul li {
		width: calc(100% / 3 - 10px);
		margin: 0;
	}
	
	#contents .select .inner .size ul li:nth-child(2) {
		margin: 0 15px;
	}
	
	#contents .select .inner .size ul li:nth-child(1) img {
		width: 60%;
	}
	
	#contents .select .inner .size ul li:nth-child(2) img {
		width: 80%;
	}
	
	#contents .select .inner .size ul li:nth-child(3) img {
		width: 100%;
	}
	
	#contents .select .inner .size ul li p {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#contents .select .inner .size ul li span {
		font-size: 3.2vw;
	}
	
	
	#contents .select .inner .function ul {
		justify-content: center;
		align-items: flex-start;
	}
	
	#contents .select .inner .function ul li {
		width: calc(100% / 3 - 10px);
	}
	
	#contents .select .inner .function ul li:nth-child(2) {
		margin: 0 15px;
	}
	
	#contents .select .inner .function ul li:nth-child(4) {
		margin: 15px 15px 0 0;
	}
	
	#contents .select .inner .function ul li:nth-child(5) {
		margin: 15px 0 0;
	}
}



/*===============================================================

		#contents .how_to_use layout

===============================================================*/

#contents .how_to_use {
	padding: 50px 0 0;
	background-color: #C9DFF4;
}

#contents .how_to_use .inner h2 {
	margin: 0 0 65px;
	padding: 0 55px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

#contents .how_to_use .inner h2 span {
	padding: 0;
	border-bottom: solid 7px #000;
	position: relative;
	font-size: 72px;
}

#contents .how_to_use .inner h2 span::after {
	content: "";
	width: 115px;
	height: 141px;
	background: url("../img/img_18.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	right: -115px;
	bottom: -7px;
}

#contents .how_to_use .inner ol {
	margin: 0 0 70px;
	padding: 5px 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}

#contents .how_to_use .inner ol:nth-of-type(2) {
	margin: 0 0 90px;
}

#contents .how_to_use .inner ol li {
	width: calc(100% / 3);
	padding: 50px 60px;
	position: relative;
	text-align: center;
}

#contents .how_to_use .inner ol li:not(:last-child) {
	border-right: dashed 2px #C9DFF4;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) {
	padding: 50px 50px 20px;
}


#contents .how_to_use .inner ol li p.num {
	padding: 7px 15px 10px;
	background-color: #005BAC;
	border-radius: 50px;
	position: absolute;
	left: calc(50% - 23px);
	top: -28px;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	line-height: 1.0;
}

#contents .how_to_use .inner ol li dl dt {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .how_to_use .inner ol li dl dd.txt {
	margin: 0 0 40px;
	text-align: left;
	line-height: 1.5;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.txt {
	margin: 0 0 20px;
}

#contents .how_to_use .inner ol li dl dd.img img {
	width: 100%;
}

#contents .how_to_use .inner ol:nth-of-type(1) li:nth-of-type(1) dl dd.img img {
	max-width: 200px;
}

#contents .how_to_use .inner ol:nth-of-type(1) li:nth-of-type(2) dl dd.img img {
	max-width: 252px;
}

#contents .how_to_use .inner ol:nth-of-type(1) li:nth-of-type(3) dl dd.img img {
	max-width: 286px;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(1) dl dd.img img {
	max-width: 198px;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(2) dl dd.img img {
	max-width: 290px;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.img img {
	max-width: 251px;
}

#contents .how_to_use .inner ol li dl dd.btn {
	margin: 25px 0 0;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.btn {
	margin: 5px 0 0;
}

#contents .how_to_use .inner ol li dl dd.btn a {
	padding: 7px 40px 15px;
	background-color: #005BAC;
	border: solid 2px #005BAC;
	border-radius: 50px;
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

#contents .how_to_use .inner ol li dl dd.btn a::after {
	content: "";
	width: 15px;
	height: 24px;
	background: url("../img/icon_arrow_01.png") left top / 100% auto no-repeat;
	margin: 0 0 0 10px;
	display: inline-block;
	transform: translateY(4px);
	transition: all .3s;
}

#contents .how_to_use .inner ol li dl dd.btn a:hover {
	filter: brightness(100%);
	background-color: #fff;
	color: #005BAC;
}

#contents .how_to_use .inner ol li dl dd.btn a:hover::after {
	background: url("../img/icon_arrow_02.png") left top / 100% auto no-repeat;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.btn a {
	padding: 12px 40px 15px;
}

#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.btn a::after {
	display: none;
}

#contents .how_to_use .inner ol li dl dd.note {
	margin: 10px 0;
	color: #005BAC;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}


#contents .how_to_use .caution {
	padding: 80px 0 120px;
	background-color: #fff;
}

#contents .how_to_use .caution .inner {
	padding: 60px 80px;
	border: solid 1px #ff0000;
	color: #ff0000;
	font-size: 22px;
}

#contents .how_to_use .caution .inner h3 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .how_to_use .caution .inner h3 span {
	padding-bottom: 5px;
	border-bottom: solid 3px #ff0000;
	display: inline-block;
}

#contents .how_to_use .caution .inner ul li {
	padding-left: 1em;
	text-indent: -1em;
}


/*---------- 防犯登録追記 ----------*/



#contents .how_to_use .caution_bouhan {
	padding: 80px 0 120px;
	background-color: #fff;
}

#contents .how_to_use .caution_bouhan .inner {
	padding: 60px 80px;
	border: solid 1px #000000;
	color: #000000;
	font-size: 22px;
}

#contents .how_to_use .caution_bouhan .inner h3 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .how_to_use .caution_bouhan .inner h3 span {
	padding-bottom: 5px;
	border-bottom: solid 3px #000000;
	display: inline-block;
}

#contents .how_to_use .caution_bouhan .inner ul li {
	padding-left: 1em;
	text-indent: -1em;
}

#contents .how_to_use .caution_bouhan .inner ul li span {
	font-size: 30px;
	font-weight: 700;
}
	
/*---------- 防犯登録追記 ----------*/



@media screen and (max-width: 768px){
	#contents .how_to_use {
		padding: 40px 0 0;
	}
	
	#contents .how_to_use .inner h2 {
		margin: 0 0 50px;
		padding: 0 15% 0 0;
		font-size: 4.2vw;
	}
	
	#contents .how_to_use .inner h2 span {
		border-bottom: solid 5px #000;
		font-size: 10vw;
	}
	
	#contents .how_to_use .inner h2 span::after {
		width: 82px;
		height: 100px;
		right: -90px;
		bottom: -5px;
	}
	
	#contents .how_to_use .inner ol {
		margin: 0 0 40px;
		padding: 0;
		background-color: transparent;
		display: block;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(2) {
		margin: 0 0 40px;
	}
	
	#contents .how_to_use .inner ol li {
		width: auto;
		margin: 0 0 30px;
		padding: 40px 20px 30px;
		background-color: #fff;
		position: relative;
		text-align: center;
	}
	
	#contents .how_to_use .inner ol li:not(:last-child) {
		border-right: none;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) {
		padding: 40px 20px 30px;
	}
	
	
	#contents .how_to_use .inner ol li p.num {
		padding: 7px 14px 10px;
		left: calc(50% - 22px);
		top: -20px;
		font-size: 6vw;
	}
	
	#contents .how_to_use .inner ol li dl dt {
		margin: 0 0 20px;
		font-size: 4.2vw;
	}
	
	#contents .how_to_use .inner ol li dl dd.txt {
		margin: 0 0 20px;
		text-align: left;
		line-height: 1.5;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.txt {
		margin: 0 0 20px;
	}
	
	#contents .how_to_use .inner ol li dl dd.img img {
		width: 50%;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(1) li:nth-of-type(1) dl dd.img img {
		width: 40%;
		max-width: inherit;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(1) li:nth-of-type(2) dl dd.img img {
		max-width: inherit;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(1) li:nth-of-type(3) dl dd.img img {
		max-width: inherit;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(1) dl dd.img img {
		width: 40%;
		max-width: inherit;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(2) dl dd.img img {
		max-width: inherit;
	}
	
	#contents .how_to_use .inner ol:nth-of-type(2) li:nth-of-type(3) dl dd.img img {
		max-width: inherit;
	}
	
	#contents .how_to_use .inner ol li dl dd.btn a {
		padding: 10px 10px 15px;
		font-size: 4.2vw;
	}
	
	#contents .how_to_use .inner ol li dl dd.btn a::after {
		width: 13px;
		height: 20px;
		transform: translateY(3px);
	}
	
	#contents .how_to_use .inner ol li dl dd.note {
		margin: 10px 0 15px;
		padding-left: 1em;
		text-indent: -1em;
		text-align: left;
		font-size: 4.2vw;
		line-height: 1.5;
	}
	
	
	#contents .how_to_use .caution {
		padding: 40px 0 60px;
		background-color: #fff;
	}
	
	#contents .how_to_use .caution .inner {
		margin: 0 20px;
		padding: 20px 20px 20px 15px;
		font-size: 4.2vw;
	}
	
	#contents .how_to_use .caution .inner h3 {
		margin: 0 0 20px;
		font-size: 5vw;
	}
	
	#contents .how_to_use .caution .inner ul li {
		margin: 10px 0 0;
		line-height: 1.5;
	}
}



/*===============================================================

		#contents .procedure layout

===============================================================*/

#contents .procedure {
	padding: 0 0 70px;
}

#contents .procedure h2 {
	margin: 0 0 40px;
	padding: 50px 0;
	background-color: #005BAC;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .procedure h2::after {
	content: "";
	width: 114px;
	height: 147px;
	background: url("../img/img_25.png") left top / 100% auto no-repeat;
	display: block;
	position: absolute;
	left: calc(50% + 400px);
	top: 10px;
}

#contents .procedure .inner ul {
	text-align: center;
}

#contents .procedure .inner ul li {
	margin: 0 0 30px;
	padding: 65px 0;
}

#contents .procedure .inner ul li:nth-of-type(1) {
	background-color: #E4F0FC;
}

#contents .procedure .inner ul li:nth-of-type(2) {
	background-color: #FCE4E4;
}

#contents .procedure .inner ul li:nth-of-type(3) {
	background-color: #dfdfdf;
}

#contents .procedure .inner ul li dl dt {
	margin: 0 0 30px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .procedure .inner ul li dl dd.txt {
	margin: 0 0 40px;
	font-size: 27px;
	line-height: 1.0;
}

#contents .procedure .inner ul li:nth-of-type(1) dl dd.txt em {
	color: #0072ff;
	font-weight: 400;
}

#contents .procedure .inner ul li:nth-of-type(2) dl dd.txt em {
	color: #ff0000;
	font-weight: 400;
}

#contents .procedure .inner ul li dl dd.btn {
	width: 600px;
	margin: 0 auto;
}

#contents .procedure .inner ul li dl dd.btn a {
	padding: 10px 0 15px;
	border-radius: 10px;
	display: block;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
}

#contents .procedure .inner ul li:nth-of-type(1) dl dd.btn a {
	background-color: #005BAC;
	border: solid 2px #005BAC;
}

#contents .procedure .inner ul li:nth-of-type(2) dl dd.btn a {
	background-color: #EF2324;
	border: solid 2px #EF2324;
}

#contents .procedure .inner ul li:nth-of-type(3) dl dd.btn a {
	background-color: #424141;
	border: solid 2px #424141;
}

#contents .procedure .inner ul li:nth-of-type(1) dl dd.btn a:hover {
	background-color: #fff;
	color: #005BAC;
}

#contents .procedure .inner ul li:nth-of-type(2) dl dd.btn a:hover {
	background-color: #fff;
	color: #EF2324;
}

#contents .procedure .inner ul li:nth-of-type(3) dl dd.btn a:hover {
	background-color: #fff;
	color: #424141;
}



#contents .procedure .inner ul li dl dd.btn a span {
	position: relative;
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
}

#contents .procedure .inner ul li dl dd.btn a span::before {
	content: "";
	margin: 0 5px 0 0;
	border-style: solid;
	border-width: 12px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	position: relative;
	top: 3px;
	transition: all .3s;
}

#contents .procedure .inner ul li:nth-of-type(1) dl dd.btn a:hover span::before {
	border-color: transparent transparent transparent #005BAC;
}

#contents .procedure .inner ul li:nth-of-type(2) dl dd.btn a:hover span::before {
	border-color: transparent transparent transparent #EF2324;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .procedure .inner ul li dl dd.btn a:hover {
		opacity: 1.0;
	}
}


@media screen and (max-width: 768px){
	#contents .procedure {
		padding: 0 0 40px;
	}
	
	#contents .procedure h2 {
		padding: 20px;
		text-align: left;
		font-size: 6vw;
		line-height: 1.3;
	}
	
	#contents .procedure h2::after {
		width: 70px;
		height: 90px;
		left: auto;
		right: 5px;
		top: 15px;
	}
	
	#contents .procedure .inner ul li {
		margin: 0 0 20px;
		padding: 20px;
	}
	
	#contents .procedure .inner ul li dl dt {
		margin: 0 0 20px;
		font-size: 6vw;
		line-height: 1.2;
	}
	
	#contents .procedure .inner ul li dl dd.txt {
		margin: 0 0 30px;
		text-align: left;
		font-size: 4.5vw;
		line-height: 1.5;
	}
	
	#contents .procedure .inner ul li dl dd.btn {
		width: auto;
		margin: 0 auto;
	}
	
	#contents .procedure .inner ul li dl dd.btn a {
		padding: 10px 0 15px;
		border-radius: 10px;
		display: block;
		color: #fff;
		font-size: 4.7vw;
		font-weight: 700;
		line-height: 1.5;
	}
	
	#contents .procedure .inner ul li dl dd.btn a span {
		font-size: 4.0vw;
	}
	
	#contents .procedure .inner ul li dl dd.btn a span::before {
		margin: 0 ;
		border-width: 10px;
		top: 3px;
	}
}



/*===============================================================

		#contents .q_and_a layout

===============================================================*/

#contents .q_and_a {
	padding: 50px 0;
	background-color: #EFF8FD;
}

#contents .q_and_a .inner h2 {
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .q_and_a .inner h2::after {
	content: "";
	width: 200px;
	height: 2px;
	background-color: #005BAC;
	display: block;
	position: absolute;
	left: calc(50% - 100px);
	bottom: -10px;
}

#contents .q_and_a .inner dl {
	font-size: 22px;
	line-height: 1.5;
}


#contents .q_and_a .inner dl dt {
	margin: 0 0 10px;
	padding: 0 0 0 50px;
	position: relative;
}

#contents .q_and_a .inner dl dt::before,
#contents .q_and_a .inner dl dd::before {
	width: 35px;
	padding: 0 0 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center;
	font-size: 29px;
	line-height: 1.0;
}

#contents .q_and_a .inner dl dt::before {
	content: "Q";
	background-color: #94BADE;
	color: #005BAC;
}

#contents .q_and_a .inner dl dd::before {
	content: "A";
	background-color: #EFADAE;
	color: #FD0000;
}

#contents .q_and_a .inner dl dd {
	margin: 0 0 50px;
	padding: 0 0 0 50px;
	position: relative;
}

#contents .q_and_a .inner dl dd span {
	border-bottom: solid 2px #EFADAE;
}


@media screen and (max-width: 768px){
	#contents .q_and_a {
		padding: 50px 0 20px;
		background-color: #EFF8FD;
	}
	
	#contents .q_and_a .inner h2 {
		margin: 0 0 40px;
		font-size: 7vw;
	}
	
	#contents .q_and_a .inner h2::after {
		width: 50%;
		left: calc(50% - 25%);
	}
	
	#contents .q_and_a .inner dl {
		font-size: 4.2vw;
		line-height: 1.5;
	}
	
	
	#contents .q_and_a .inner dl dt {
		margin: 0 0 10px;
	}
	
	#contents .q_and_a .inner dl dt::before,
	#contents .q_and_a .inner dl dd::before {
		width: 8.5%;
		padding: 1px 0 5px;
		font-size: 6vw;
	}
	
	#contents .q_and_a .inner dl dt::before {
		top: 0;
	}
	
	#contents .q_and_a .inner dl dd {
		margin: 0 0 40px;
	}
}





/*====================================================================================

		footer layout

====================================================================================*/

footer {
	border-top: solid 1px #D0D0D0;
}

footer p.copy {
	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	footer p.copy {
		font-size: 3vw;
	}
}