html {
	font-size: 62.5%;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 52.5%;
	}
}

body {
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: 'Roboto', 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #434343;
	-webkit-text-size-adjust:100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input, select, textarea, button, optgroup, option{ 
	font-family:inherit;
}

a{
	text-decoration: underline;
	cursor: pointer;
	color: #434343;
}
a:hover,
button:hover{
	opacity: .7;
}

button{
	outline:none;
	padding: 0;
	border: none;
}

img{
	max-width: 100%;
}

@media screen and (min-width: 1025px){
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance:textfield;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

/* ===============================
	 font-face
 =============================== */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('/common/font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
	src: url('/common/font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/common/font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
	url('/common/font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url('/common/font/NotoSansCJKjp-Light.eot');
	src: url('/common/font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
	url('/common/font/NotoSansCJKjp-Light.woff') format('woff'),
	url('/common/font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url('/common/font/NotoSansCJKjp-DemiLight.eot');
	src: url('/common/font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
	url('/common/font/NotoSansCJKjp-DemiLight.woff') format('woff'),
	url('/common/font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('/common/font/NotoSansCJKjp-Regular.eot');
	src: url('/common/font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
	url('/common/font/NotoSansCJKjp-Regular.woff') format('woff'),
	url('/common/font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url('/common/font/NotoSansCJKjp-Medium.eot');
	src: url('/common/font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
	url('/common/font/NotoSansCJKjp-Medium.woff') format('woff'),
	url('/common/font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('/common/font/NotoSansCJKjp-Bold.eot');
	src: url('/common/font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
	url('/common/font/NotoSansCJKjp-Bold.woff') format('woff'),
	url('/common/font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url('/common/font/NotoSansCJKjp-Black.eot');
	src: url('/common/font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
	url('/common/font/NotoSansCJKjp-Black.woff') format('woff'),
	url('/common/font/NotoSansCJKjp-Black.ttf')  format('truetype');
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/info/assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/info/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/info/assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/info/assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/info/assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/info/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* ===============================
	 display
 =============================== */
.tmp_show-pc{ display: inherit; }
.tmp_show-sp{ display: none; }
@media screen and (max-width: 768px) {
	.tmp_show-pc{ display: none; }
	.tmp_show-sp{ display: inherit; }
}

/* ===============================
	 font
 =============================== */
/* 太さ */
.tmp_text-normal { font-weight: inherit; }
.tmp_text-bold{ font-weight: bold; }

/* 文字寄せ */
.tmp_text-center{ text-align: center; }
.tmp_text-left{ text-align: left; }
.tmp_text-right{ text-align: right; }
.tmp_text-center-pc{ text-align: center; }
.tmp_text-left-pc{ text-align: left; }
.tmp_text-right-pc{ text-align: right; }
@media screen and (max-width: 768px) {
	.tmp_text-center-pc,
	.tmp_text-left-pc,
	.tmp_text-right-pc{
		text-align: left;
	}
}

/* 文字色 */
.tmp_color-red{ color: #fd656b; }
.tmp_color-white{ color: #fff; }
.tmp_color-gray{ color: #888; }
.tmp_color-black{ color: #000; }
.tmp_color-blue{ color: #005693; }

/* フォントサイズ */
.tmp_text-10{ font-size: 1.0rem !important; }
.tmp_text-11{ font-size: 1.1rem !important; }
.tmp_text-12{ font-size: 1.2rem !important; }
.tmp_text-13{ font-size: 1.3rem !important; }
.font{ font-size: 1.4rem !important; }
.tmp_text-15{ font-size: 1.5rem !important; }
.tmp_text-16{ font-size: 1.6rem !important; }
.tmp_text-18{ font-size: 1.8rem !important; }
.tmp_text-20{ font-size: 2.0rem !important; }
.tmp_text-22{ font-size: 2.2rem !important; }
.tmp_text-24{ font-size: 2.4rem !important; }
.tmp_text-26{ font-size: 2.6rem !important; }
.tmp_text-28{ font-size: 2.8rem !important; }
.tmp_text-32{ font-size: 3.2rem !important; }
.tmp_text-36{ font-size: 3.6rem !important; }
.tmp_text-38{ font-size: 3.8rem !important; }
.tmp_text-40{ font-size: 4.0rem !important; }

@media screen and (min-width: 768px) {
	.tmp_text-10-pc{ font-size: 1.0rem !important; }
	.tmp_text-11-pc{ font-size: 1.1rem !important; }
	.tmp_text-12-pc{ font-size: 1.2rem !important; }
	.tmp_text-13-pc{ font-size: 1.3rem !important; }
	.tmp_text-14-pc{ font-size: 1.4rem !important; }
	.tmp_text-15-pc{ font-size: 1.5rem !important; }
	.tmp_text-16-pc{ font-size: 1.6rem !important; }
	.tmp_text-18-pc{ font-size: 1.8rem !important; }
	.tmp_text-20-pc{ font-size: 2.0rem !important; }
	.tmp_text-22-pc{ font-size: 2.2rem !important; }
	.tmp_text-24-pc{ font-size: 2.4rem !important; }
	.tmp_text-26-pc{ font-size: 2.6rem !important; }
	.tmp_text-28-pc{ font-size: 2.8rem !important; }
	.tmp_text-32-pc{ font-size: 3.2rem !important; }
	.tmp_text-36-pc{ font-size: 3.6rem !important; }
	.tmp_text-38-pc{ font-size: 3.8rem !important; }
	.tmp_text-40-pc{ font-size: 4.0rem !important; }
}

@media screen and (max-width: 767px) {
	.tmp_text-10-sp{ font-size: 1.0rem !important; }
	.tmp_text-11-sp{ font-size: 1.1rem !important; }
	.tmp_text-12-sp{ font-size: 1.2rem !important; }
	.tmp_text-13-sp{ font-size: 1.3rem !important; }
	.tmp_text-14-sp{ font-size: 1.4rem !important; }
	.tmp_text-15-sp{ font-size: 1.5rem !important; }
	.tmp_text-16-sp{ font-size: 1.6rem !important; }
	.tmp_text-18-sp{ font-size: 1.8rem !important; }
	.tmp_text-20-sp{ font-size: 2.0rem !important; }
	.tmp_text-22-sp{ font-size: 2.2rem !important; }
	.tmp_text-24-sp{ font-size: 2.4rem !important; }
	.tmp_text-26-sp{ font-size: 2.6rem !important; }
	.tmp_text-28-sp{ font-size: 2.8rem !important; }
	.tmp_text-32-sp{ font-size: 3.2rem !important; }
	.tmp_text-36-sp{ font-size: 3.6rem !important; }
	.tmp_text-38-sp{ font-size: 3.8rem !important; }
	.tmp_text-40-sp{ font-size: 4.0rem !important; }
}

@media screen and (max-width: 768px) {
	.tmp_text-13{ font-size: 1.2rem !important; }
	.tmp_text-14{ font-size: 1.2rem !important; }
	.tmp_text-15{ font-size: 1.4rem !important; }
	.tmp_text-16{ font-size: 1.4rem !important; }
	.tmp_text-18{ font-size: 1.6rem !important; }
	.tmp_text-20{ font-size: 1.8rem !important; }
	.tmp_text-22{ font-size: 2.0rem !important; }
	.tmp_text-24{ font-size: 2.0rem !important; }
	.tmp_text-26{ font-size: 2.2rem !important; }
	.tmp_text-28{ font-size: 2.2rem !important; }
	.tmp_text-32{ font-size: 2.6rem !important; }
	.tmp_text-36{ font-size: 2.6rem !important; }
}

/* ===============================
	 padding
 =============================== */
/* padding */
.tmp_p-0{ padding: 0 !important; }
.tmp_pt-0{ padding-top: 0 !important; }
.tmp_pr-0{ padding-right: 0 !important; }
.tmp_pb-0{ padding-bottom: 0 !important; }
.tmp_pl-0{ padding-left: 0 !important; }

.tmp_p-5{ padding: 5px !important; }
.tmp_p-10{ padding: 10px !important; }
.tmp_p-15{ padding: 15px !important; }
.tmp_p-20{ padding: 20px !important; }
.tmp_p-25{ padding: 25px !important; }
.tmp_p-30{ padding: 30px !important; }
.tmp_p-35{ padding: 35px !important; }
.tmp_p-40{ padding: 40px !important; }
.tmp_p-45{ padding: 45px !important; }
.tmp_p-50{ padding: 50px !important; }

/* padding-top */
.tmp_pt-5{ padding-top: 5px !important; }
.tmp_pt-10{ padding-top: 10px !important; }
.tmp_pt-15{ padding-top: 15px !important; }
.tmp_pt-20{ padding-top: 20px !important; }
.tmp_pt-25{ padding-top: 25px !important; }
.tmp_pt-30{ padding-top: 30px !important; }
.tmp_pt-35{ padding-top: 35px !important; }
.tmp_pt-40{ padding-top: 40px !important; }
.tmp_pt-45{ padding-top: 45px !important; }
.tmp_pt-50{ padding-top: 50px !important; }

/* padding-bottom */
.tmp_pb-5{ padding-bottom: 5px !important; }
.tmp_pb-10{ padding-bottom: 10px !important; }
.tmp_pb-15{ padding-bottom: 15px !important; }
.tmp_pb-20{ padding-bottom: 20px !important; }
.tmp_pb-25{ padding-bottom: 25px !important; }
.tmp_pb-30{ padding-bottom: 30px !important; }
.tmp_pb-35{ padding-bottom: 35px !important; }
.tmp_pb-40{ padding-bottom: 40px !important; }
.tmp_pb-45{ padding-bottom: 45px !important; }
.tmp_pb-50{ padding-bottom: 50px !important; }

/* padding-left */
.tmp_pl-5{ padding-left: 5px !important; }
.tmp_pl-10{ padding-left: 10px !important; }
.tmp_pl-15{ padding-left: 15px !important; }
.tmp_pl-20{ padding-left: 20px !important; }
.tmp_pl-25{ padding-left: 25px !important; }
.tmp_pl-30{ padding-left: 30px !important; }
.tmp_pl-35{ padding-left: 35px !important; }
.tmp_pl-40{ padding-left: 40px !important; }
.tmp_pl-45{ padding-left: 45px !important; }
.tmp_pl-50{ padding-left: 50px !important; }

/* padding-right */
.tmp_pr-5{ padding-right: 5px !important; }
.tmp_pr-10{ padding-right: 10px !important; }
.tmp_pr-15{ padding-right: 15px !important; }
.tmp_pr-20{ padding-right: 20px !important; }
.tmp_pr-25{ padding-right: 25px !important; }
.tmp_pr-30{ padding-right: 30px !important; }
.tmp_pr-35{ padding-right: 35px !important; }
.tmp_pr-40{ padding-right: 40px !important; }
.tmp_pr-45{ padding-right: 45px !important; }
.tmp_pr-50{ padding-right: 50px !important; }


@media screen and (min-width: 768px) {
	.tmp_p-0-pc{ padding: 0 !important; }
	.tmp_pt-0-pc{ padding-top: 0 !important; }
	.tmp_pr-0-pc{ padding-right: 0 !important; }
	.tmp_pb-0-pc{ padding-bottom: 0 !important; }
	.tmp_pl-0-pc{ padding-left: 0 !important; }
	
	.tmp_p-5-pc{ padding: 5px !important; }
	.tmp_p-10-pc{ padding: 10px !important; }
	.tmp_p-15-pc{ padding: 15px !important; }
	.tmp_p-20-pc{ padding: 20px !important; }
	.tmp_p-25-pc{ padding: 25px !important; }
	.tmp_p-30-pc{ padding: 30px !important; }
	.tmp_p-35-pc{ padding: 35px !important; }
	.tmp_p-40-pc{ padding: 40px !important; }
	.tmp_p-45-pc{ padding: 45px !important; }
	.tmp_p-50-pc{ padding: 50px !important; }
	
	/* padding-top */
	.tmp_pt-0-pc{ padding-top: 0px !important; }
	.tmp_pt-5-pc{ padding-top: 5px !important; }
	.tmp_pt-10-pc{ padding-top: 10px !important; }
	.tmp_pt-15-pc{ padding-top: 15px !important; }
	.tmp_pt-20-pc{ padding-top: 20px !important; }
	.tmp_pt-25-pc{ padding-top: 25px !important; }
	.tmp_pt-30-pc{ padding-top: 30px !important; }
	.tmp_pt-35-pc{ padding-top: 35px !important; }
	.tmp_pt-40-pc{ padding-top: 40px !important; }
	.tmp_pt-45-pc{ padding-top: 45px !important; }
	.tmp_pt-50-pc{ padding-top: 50px !important; }

	/* padding-bottom */
	.tmp_pb-0-pc{ padding-bottom: 0 !important; }
	.tmp_pb-5-pc{ padding-bottom: 5px !important; }
	.tmp_pb-10-pc{ padding-bottom: 10px !important; }
	.tmp_pb-15-pc{ padding-bottom: 15px !important; }
	.tmp_pb-20-pc{ padding-bottom: 20px !important; }
	.tmp_pb-25-pc{ padding-bottom: 25px !important; }
	.tmp_pb-30-pc{ padding-bottom: 30px !important; }
	.tmp_pb-35-pc{ padding-bottom: 35px !important; }
	.tmp_pb-40-pc{ padding-bottom: 40px !important; }
	.tmp_pb-45-pc{ padding-bottom: 45px !important; }
	.tmp_pb-50-pc{ padding-bottom: 50px !important; }

	/* padding-left */
	.tmp_pl-0-pc{ padding-left: 0 !important; }
	.tmp_pl-5-pc{ padding-left: 5px !important; }
	.tmp_pl-10-pc{ padding-left: 10px !important; }
	.tmp_pl-15-pc{ padding-left: 15px !important; }
	.tmp_pl-20-pc{ padding-left: 20px !important; }
	.tmp_pl-25-pc{ padding-left: 25px !important; }
	.tmp_pl-30-pc{ padding-left: 30px !important; }
	.tmp_pl-35-pc{ padding-left: 35px !important; }
	.tmp_pl-40-pc{ padding-left: 40px !important; }
	.tmp_pl-45-pc{ padding-left: 45px !important; }
	.tmp_pl-50-pc{ padding-left: 50px !important; }

	/* padding-right */
	.tmp_pr-0-pc{ padding-right: 0 !important; }
	.tmp_pr-5-pc{ padding-right: 5px !important; }
	.tmp_pr-10-pc{ padding-right: 10px !important; }
	.tmp_pr-15-pc{ padding-right: 15px !important; }
	.tmp_pr-20-pc{ padding-right: 20px !important; }
	.tmp_pr-25-pc{ padding-right: 25px !important; }
	.tmp_pr-30-pc{ padding-right: 30px !important; }
	.tmp_pr-35-pc{ padding-right: 35px !important; }
	.tmp_pr-40-pc{ padding-right: 40px !important; }
	.tmp_pr-45-pc{ padding-right: 45px !important; }
	.tmp_pr-50-pc{ padding-right: 50px !important; }
}

@media screen and (max-width: 767px) {
	.tmp_p-0-sp{ padding: 0 !important; }
	.tmp_pt-0-sp{ padding-top: 0 !important; }
	.tmp_pr-0-sp{ padding-right: 0 !important; }
	.tmp_pb-0-sp{ padding-bottom: 0 !important; }
	.tmp_pl-0-sp{ padding-left: 0 !important; }
	
	.tmp_p-0-sp{ padding: 0 !important; }
	.tmp_p-5-sp{ padding: 5px !important; }
	.tmp_p-10-sp{ padding: 10px !important; }
	.tmp_p-15-sp{ padding: 15px !important; }
	.tmp_p-20-sp{ padding: 20px !important; }
	.tmp_p-25-sp{ padding: 25px !important; }
	.tmp_p-30-sp{ padding: 30px !important; }
	.tmp_p-35-sp{ padding: 35px !important; }
	.tmp_p-40-sp{ padding: 40px !important; }
	.tmp_p-45-sp{ padding: 45px !important; }
	.tmp_p-50-sp{ padding: 50px !important; }
	
	/* padding-top */
	.tmp_pt-0-sp{ padding-top: 0 !important; }
	.tmp_pt-5-sp{ padding-top: 5px !important; }
	.tmp_pt-10-sp{ padding-top: 10px !important; }
	.tmp_pt-15-sp{ padding-top: 15px !important; }
	.tmp_pt-20-sp{ padding-top: 20px !important; }
	.tmp_pt-25-sp{ padding-top: 25px !important; }
	.tmp_pt-30-sp{ padding-top: 30px !important; }
	.tmp_pt-35-sp{ padding-top: 35px !important; }
	.tmp_pt-40-sp{ padding-top: 40px !important; }
	.tmp_pt-45-sp{ padding-top: 45px !important; }
	.tmp_pt-50-sp{ padding-top: 50px !important; }

	/* padding-bottom */
	.tmp_pb-0-sp{ padding-bottom: 0 !important; }
	.tmp_pb-5-sp{ padding-bottom: 5px !important; }
	.tmp_pb-10-sp{ padding-bottom: 10px !important; }
	.tmp_pb-15-sp{ padding-bottom: 15px !important; }
	.tmp_pb-20-sp{ padding-bottom: 20px !important; }
	.tmp_pb-25-sp{ padding-bottom: 25px !important; }
	.tmp_pb-30-sp{ padding-bottom: 30px !important; }
	.tmp_pb-35-sp{ padding-bottom: 35px !important; }
	.tmp_pb-40-sp{ padding-bottom: 40px !important; }
	.tmp_pb-45-sp{ padding-bottom: 45px !important; }
	.tmp_pb-50-sp{ padding-bottom: 50px !important; }

	/* padding-left */
	.tmp_pl-0-sp{ padding-left: 0 !important; }
	.tmp_pl-5-sp{ padding-left: 5px !important; }
	.tmp_pl-10-sp{ padding-left: 10px !important; }
	.tmp_pl-15-sp{ padding-left: 15px !important; }
	.tmp_pl-20-sp{ padding-left: 20px !important; }
	.tmp_pl-25-sp{ padding-left: 25px !important; }
	.tmp_pl-30-sp{ padding-left: 30px !important; }
	.tmp_pl-35-sp{ padding-left: 35px !important; }
	.tmp_pl-40-sp{ padding-left: 40px !important; }
	.tmp_pl-45-sp{ padding-left: 45px !important; }
	.tmp_pl-50-sp{ padding-left: 50px !important; }

	/* padding-right */
	.tmp_pr-0-sp{ padding-right: 0 !important; }
	.tmp_pr-5-sp{ padding-right: 5px !important; }
	.tmp_pr-10-sp{ padding-right: 10px !important; }
	.tmp_pr-15-sp{ padding-right: 15px !important; }
	.tmp_pr-20-sp{ padding-right: 20px !important; }
	.tmp_pr-25-sp{ padding-right: 25px !important; }
	.tmp_pr-30-sp{ padding-right: 30px !important; }
	.tmp_pr-35-sp{ padding-right: 35px !important; }
	.tmp_pr-40-sp{ padding-right: 40px !important; }
	.tmp_pr-45-sp{ padding-right: 45px !important; }
	.tmp_pr-50-sp{ padding-right: 50px !important; }
}

/* ===============================
	 margin
 =============================== */
/* マージン */
.tmp_m-0{ margin: 0 !important; }
.tmp_mt-0{ margin-top: 0 !important; }
.tmp_mb-0{ margin-bottom: 0 !important; }
.tmp_ml-0{ margin-left: 0 !important; }
.tmp_mr-0{ margin-right: 0 !important; }
.tmp_m-auto{ margin: auto; }

/* margin-top */
.tmp_mt-5{ margin-top: 5px !important; }
.tmp_mt-10{ margin-top: 10px !important; }
.tmp_mt-15{ margin-top: 15px !important; }
.tmp_mt-20{ margin-top: 20px !important; }
.tmp_mt-25{ margin-top: 25px !important; }
.tmp_mt-30{ margin-top: 30px !important; }
.tmp_mt-35{ margin-top: 35px !important; }
.tmp_mt-40{ margin-top: 40px !important; }
.tmp_mt-45{ margin-top: 45px !important; }
.tmp_mt-50{ margin-top: 50px !important; }
.tmp_mt-60{ margin-top: 60px !important; }
.tmp_mt-70{ margin-top: 70px !important; }
.tmp_mt-80{ margin-top: 80px !important; }
.tmp_mt-90{ margin-top: 90px !important; }
.tmp_mt-100{ margin-top: 100px !important; }

/* margin-bottom */
.tmp_mb-5{ margin-bottom: 5px !important; }
.tmp_mb-10{ margin-bottom: 10px !important; }
.tmp_mb-15{ margin-bottom: 15px !important; }
.tmp_mb-20{ margin-bottom: 20px !important; }
.tmp_mb-25{ margin-bottom: 25px !important; }
.tmp_mb-30{ margin-bottom: 30px !important; }
.tmp_mb-35{ margin-bottom: 35px !important; }
.tmp_mb-40{ margin-bottom: 40px !important; }
.tmp_mb-45{ margin-bottom: 45px !important; }
.tmp_mb-50{ margin-bottom: 50px !important; }
.tmp_mb-60{ margin-bottom: 60px !important; }
.tmp_mb-70{ margin-bottom: 70px !important; }
.tmp_mb-80{ margin-bottom: 80px !important; }
.tmp_mb-90{ margin-bottom: 90px !important; }
.tmp_mb-100{ margin-bottom: 100px !important; }

/* margin-left */
.tmp_ml-5{ margin-left: 5px !important; }
.tmp_ml-10{ margin-left: 10px !important; }
.tmp_ml-15{ margin-left: 15px !important; }
.tmp_ml-20{ margin-left: 20px !important; }
.tmp_ml-25{ margin-left: 25px !important; }
.tmp_ml-30{ margin-left: 30px !important; }
.tmp_ml-35{ margin-left: 35px !important; }
.tmp_ml-40{ margin-left: 40px !important; }
.tmp_ml-45{ margin-left: 45px !important; }
.tmp_ml-50{ margin-left: 50px !important; }

/* margin-left */
.tmp_mr-5{ margin-right: 5px !important; }
.tmp_mr-10{ margin-right: 10px !important; }
.tmp_mr-15{ margin-right: 15px !important; }
.tmp_mr-20{ margin-right: 20px !important; }
.tmp_mr-25{ margin-right: 25px !important; }
.tmp_mr-30{ margin-right: 30px !important; }
.tmp_mr-35{ margin-right: 35px !important; }
.tmp_mr-40{ margin-right: 40px !important; }
.tmp_mr-45{ margin-right: 45px !important; }
.tmp_mr-50{ margin-right: 50px !important; }

@media screen and (min-width: 768px) {
	/* margin-top */
	.tmp_mt-0-pc{ margin-top: 0 !important; }
	.tmp_mt-5-pc{ margin-top: 5px !important; }
	.tmp_mt-10-pc{ margin-top: 10px !important; }
	.tmp_mt-15-pc{ margin-top: 15px !important; }
	.tmp_mt-20-pc{ margin-top: 20px !important; }
	.tmp_mt-25-pc{ margin-top: 25px !important; }
	.tmp_mt-30-pc{ margin-top: 30px !important; }
	.tmp_mt-35-pc{ margin-top: 35px !important; }
	.tmp_mt-40-pc{ margin-top: 40px !important; }
	.tmp_mt-45-pc{ margin-top: 45px !important; }
	.tmp_mt-50-pc{ margin-top: 50px !important; }
	.tmp_mt-60-pc{ margin-top: 60px !important; }
	.tmp_mt-70-pc{ margin-top: 70px !important; }
	.tmp_mt-80-pc{ margin-top: 80px !important; }
	.tmp_mt-90-pc{ margin-top: 90px !important; }
	.tmp_mt-100-pc{ margin-top: 100px !important; }
	
	/* margin-bottom */
	.tmp_mb-0-pc{ margin-bottom: 0 !important; }
	.tmp_mb-5-pc{ margin-bottom: 5px !important; }
	.tmp_mb-10-pc{ margin-bottom: 10px !important; }
	.tmp_mb-15-pc{ margin-bottom: 15px !important; }
	.tmp_mb-20-pc{ margin-bottom: 20px !important; }
	.tmp_mb-25-pc{ margin-bottom: 25px !important; }
	.tmp_mb-30-pc{ margin-bottom: 30px !important; }
	.tmp_mb-35-pc{ margin-bottom: 35px !important; }
	.tmp_mb-40-pc{ margin-bottom: 40px !important; }
	.tmp_mb-45-pc{ margin-bottom: 45px !important; }
	.tmp_mb-50-pc{ margin-bottom: 50px !important; }
	.tmp_mb-60-pc{ margin-bottom: 60px !important; }
	.tmp_mb-70-pc{ margin-bottom: 70px !important; }
	.tmp_mb-80-pc{ margin-bottom: 80px !important; }
	.tmp_mb-90-pc{ margin-bottom: 90px !important; }
	.tmp_mb-100-pc{ margin-bottom: 100px !important; }
	
	/* margin-left */
	.tmp_mb-0-pc{ margin-bottom: 0 !important; }
	.tmp_ml-5-pc{ margin-left: 5px !important; }
	.tmp_ml-10-pc{ margin-left: 10px !important; }
	.tmp_ml-15-pc{ margin-left: 15px !important; }
	.tmp_ml-20-pc{ margin-left: 20px !important; }
	.tmp_ml-25-pc{ margin-left: 25px !important; }
	.tmp_ml-30-pc{ margin-left: 30px !important; }
	.tmp_ml-35-pc{ margin-left: 35px !important; }
	.tmp_ml-40-pc{ margin-left: 40px !important; }
	.tmp_ml-45-pc{ margin-left: 45px !important; }
	.tmp_ml-50-pc{ margin-left: 50px !important; }
	
	/* margin-right */
	.tmp_mr-0-pc{ margin-right: 0 !important; }
	.tmp_mr-5-pc{ margin-right: 5px !important; }
	.tmp_mr-10-pc{ margin-right: 10px !important; }
	.tmp_mr-15-pc{ margin-right: 15px !important; }
	.tmp_mr-20-pc{ margin-right: 20px !important; }
	.tmp_mr-25-pc{ margin-right: 25px !important; }
	.tmp_mr-30-pc{ margin-right: 30px !important; }
	.tmp_mr-35-pc{ margin-right: 35px !important; }
	.tmp_mr-40-pc{ margin-right: 40px !important; }
	.tmp_mr-45-pc{ margin-right: 45px !important; }
	.tmp_mr-50-pc{ margin-right: 50px !important; }
}

@media screen and (max-width: 767px) {
	/* margin-top */
	.tmp_mr-0-pc{ margin-right: 0 !important; }
	.tmp_mt-5-sp{ margin-top: 5px !important; }
	.tmp_mt-10-sp{ margin-top: 10px !important; }
	.tmp_mt-15-sp{ margin-top: 15px !important; }
	.tmp_mt-20-sp{ margin-top: 20px !important; }
	.tmp_mt-25-sp{ margin-top: 25px !important; }
	.tmp_mt-30-sp{ margin-top: 30px !important; }
	.tmp_mt-35-sp{ margin-top: 35px !important; }
	.tmp_mt-40-sp{ margin-top: 40px !important; }
	.tmp_mt-45-sp{ margin-top: 45px !important; }
	.tmp_mt-50-sp{ margin-top: 50px !important; }
	.tmp_mt-60-sp{ margin-top: 60px !important; }
	.tmp_mt-70-sp{ margin-top: 70px !important; }
	.tmp_mt-80-sp{ margin-top: 80px !important; }
	.tmp_mt-90-sp{ margin-top: 90px !important; }
	.tmp_mt-100-sp{ margin-top: 100px !important; }
	
	/* margin-bottom */
	.tmp_mb-0-sp{ margin-bottom: 0 !important; }
	.tmp_mb-5-sp{ margin-bottom: 5px !important; }
	.tmp_mb-10-sp{ margin-bottom: 10px !important; }
	.tmp_mb-15-sp{ margin-bottom: 15px !important; }
	.tmp_mb-20-sp{ margin-bottom: 20px !important; }
	.tmp_mb-25-sp{ margin-bottom: 25px !important; }
	.tmp_mb-30-sp{ margin-bottom: 30px !important; }
	.tmp_mb-35-sp{ margin-bottom: 35px !important; }
	.tmp_mb-40-sp{ margin-bottom: 40px !important; }
	.tmp_mb-45-sp{ margin-bottom: 45px !important; }
	.tmp_mb-50-sp{ margin-bottom: 50px !important; }
	.tmp_mb-60-sp{ margin-bottom: 60px !important; }
	.tmp_mb-70-sp{ margin-bottom: 70px !important; }
	.tmp_mb-80-sp{ margin-bottom: 80px !important; }
	.tmp_mb-90-sp{ margin-bottom: 90px !important; }
	.tmp_mb-100-sp{ margin-bottom: 100px !important; }
	
	/* margin-left */
	.tmp_ml-0-sp{ margin-left: 0 !important; }
	.tmp_ml-5-sp{ margin-left: 5px !important; }
	.tmp_ml-10-sp{ margin-left: 10px !important; }
	.tmp_ml-15-sp{ margin-left: 15px !important; }
	.tmp_ml-20-sp{ margin-left: 20px !important; }
	.tmp_ml-25-sp{ margin-left: 25px !important; }
	.tmp_ml-30-sp{ margin-left: 30px !important; }
	.tmp_ml-35-sp{ margin-left: 35px !important; }
	.tmp_ml-40-sp{ margin-left: 40px !important; }
	.tmp_ml-45-sp{ margin-left: 45px !important; }
	.tmp_ml-50-sp{ margin-left: 50px !important; }
	
	/* margin-right */
	.tmp_mr-0-sp{ margin-right: 0 !important; }
	.tmp_mr-5-sp{ margin-right: 5px !important; }
	.tmp_mr-10-sp{ margin-right: 10px !important; }
	.tmp_mr-15-sp{ margin-right: 15px !important; }
	.tmp_mr-20-sp{ margin-right: 20px !important; }
	.tmp_mr-25-sp{ margin-right: 25px !important; }
	.tmp_mr-30-sp{ margin-right: 30px !important; }
	.tmp_mr-35-sp{ margin-right: 35px !important; }
	.tmp_mr-40-sp{ margin-right: 40px !important; }
	.tmp_mr-45-sp{ margin-right: 45px !important; }
	.tmp_mr-50-sp{ margin-right: 50px !important; }
}

.tmp_lineheight-10{ line-height: 1.0; }
.tmp_lineheight-12{ line-height: 1.2; }
.tmp_lineheight-14{ line-height: 1.4; }
.tmp_lineheight-16{ line-height: 1.6; }
.tmp_lineheight-18{ line-height: 1.8; }
.tmp_lineheight-20{ line-height: 2.0; }


/* ===============================
	 background
 =============================== */
.tmp_bg-black{ background: #000; }
.tmp_bg-white{ background: #fff; }
.tmp_bg-red{ background: #ff4040; }
.tmp_bg-ltgray{ background: #efefef; }
.tmp_bg_orange{ background: #F77400; }
.tmp_bg_hgreen{ background: #7DB075; }
.tmp_bg-ylwgrn{ background: #81b119; }
.tmp_bg-orange{ background: #ff6600; }

/* ===============================
	 border
 =============================== */
.tmp_border-gray{ border: 1px solid #ddd; }
.tmp_border-top-gray{ border-top: 1px solid #ddd; }
.tmp_border-bottom-gray{ border-bottom: 1px solid #ddd; }
.tmp_border-top-gray{ border-top: 1px solid #ddd; }
.tmp_border-bottom-dashed-gray{ border-bottom: 1px dashed #ddd; }
.tmp_border-top-black{ border-top: 1px solid #000; }
.tmp_border-bottom-black{ border-bottom: 1px solid #000; }

@media screen and (min-width: 768px) {
	.tmp_border-bottom-gray-pc{ border-bottom: 1px solid #ddd; }
}

/* ===============================
	 list
 =============================== */
.tmp_list-bullet > li,
.tmp_list-asterisk > li {
 position: relative;
 padding-left: 1.2em;
 counter-increment: cnt;
}
.tmp_list-bullet > li::before,
.tmp_list-asterisk > li::before {
 position: absolute;
 top: 0;
 left: 0;
 width: 1.2em;
 height: 1.2em;
}
.tmp_list-bullet > li {
 padding-left: 1.3em;
}
.tmp_list-bullet > li::before {
 content: "・";
}
.tmp_list-asterisk > li {
 padding-left: 1.3em;
}
.tmp_list-asterisk > li::before {
 content: "※";
}

/* ===============================
	 flexbox
 =============================== */
.tmp_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
}
.tmp_flex-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tmp_flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tmp_flex-end {
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.tmp_flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tmp_flex-right{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.tmp_flex-expand{
	min-width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 1px;
	flex-basis: 1px;
}
.tmp_flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
	.tmp_flex-pc {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
		      flex-wrap: wrap;
	}
	.tmp_flex-expand-pc{
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}
@media screen and (max-width: 767px) {
	.tmp_flex-pc > *{
		margin-bottom: 40px;
	}
	.tmp_flex-pc > *:last-child{
		margin-bottom: 0;
	}
	.tmp_flex-sp {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
		      flex-wrap: wrap;
	}
}

/* ===============================
	 width
 =============================== */
.tmp_width-1-1{
	width:100% !important;
}
.tmp_width-1-2,
.tmp_width-1-2_pc{
	width:49.5% !important;
}
.tmp_width-1-3{
	width:calc(100% * 1 / 3.2) !important;
}
.tmp_width-2-3{
	width:calc(100% * 2 / 3.2) !important;
}

@media screen and (max-width: 767px) {
	.tmp_width-1-2_pc{
		width: 100% !important;
	}
}

.tmp_column2 > *{
	width:calc(100% * 1 / 2.1) !important;
	position: relative;
}
.tmp_column3 > *{
	width:calc(100% * 1 / 3.3) !important;
	position: relative;
}
.tmp_column2 > *:after,
.tmp_column3 > *:after{
	content: "-";
	position: absolute;
	right: -6.5%;
	top:25%;
}
.tmp_column3 > *:after{
	right: -10%;
}
.tmp_column2 > *:last-child:after,
.tmp_column3 > *:last-child:after{
	content: none;
}

/* ===============================
	 float
 =============================== */
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear_both {
  clear: both;
}
.floatL{ float:left; }
.floatR{ float:right; }


/* ========================================================================
	 STEP
 ========================================================================== */
.tmp_step ol li{
	position: relative;
	font-weight: bold;
}

/* ========================================================================
	 フォーム
 ========================================================================== */

/*
 * バリデーションエラー
 */
.form_error{
	margin-top: 20px;
	color: #fd656b;
}
.form_error ul{
	padding: 10px;
	border: 2px solid #fd656b;
}

span.required{
	display: inline-block;
}
/*
 * 入力ページ
 */
.inner{
	max-width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}
header .inner100{
	max-width: inherit;
	padding: 0 20px;
	margin: 0 auto;
}
.area_add_info .inner{
	margin: 0 auto 50px;
}
#form_main .inner{
	padding: 50px 20px;
}
.page_thanks #form_main .inner{
	padding: 30px 20px 80px;
}
#form_main dl dt{
	font-weight: bold;
	padding: 12px 0;
}
#form_main dl.tmp_flex dt{
	width: 30%;
	padding: 12px;
}
#form_main dl dd{
	margin-bottom: 10px;
}
#form_main dl.tmp_flex dd{
	width: 70%;
}
.page_confirm #form_main dl dd{
	padding: 10px;
}
.page_confirm #form_main dl.tmp_add-border dd{
	border: 1px solid #ccc;
  border-radius: 3px;
}
#form_main dl dd input,
#form_main dl dd select,
#form_main dl dd textarea{
	border: 1px solid #ccc;
  border-radius: 3px;
	background: #fff;
}
#form_main dl dt span:not(.attention){
	background-color: #6F6F6F;
  color: #fff;
	font-size: 1.1rem;
	line-height: 150%;
	padding: 2px 7px;
}
#form_main dl dt span.attention{
	display: inline-block;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.4em;
}
#form_main dl dd .add_checkbox{
	min-width: 4em;
	margin-left: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
#form_main dl dd .add_checkbox input{
	display: none;
}
#form_main dl dd .add_checkbox label:before{
	background-color: #fff;
	border: 1px #d9d9d9 solid;
	border-radius: 5px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 1.3em;
	height: 1.3em;
	margin: auto;
}
#form_main dl dd .add_checkbox input + label{
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 35px;
	position: relative;
}
#form_main dl dd .add_checkbox input:checked + label:before {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	text-align: center;
	line-height: 1.2;
}
.tmp_input_radio label{
	padding: 1em;
	border: 1px solid #ccc;
}
.input_width-50 > *{
	width: 50% !important;
}
.input_width-1-3 > *{
	width:calc(100% * 1 / 3.2) !important;
}
.select-pref{
	position: relative;
}
.select-pref:after{
	content: "";
	position: absolute;
	top:50%;
	right: 8px;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color: #434343 transparent transparent transparent;
	margin-top: -3px;
}

@media screen and (max-width: 767px) {
	.area_add_info .inner{
		padding: 0 15px;
		margin: 0 0 20px;
	}
	.area_add_info p:not(.tmp_text-24){
		font-size: 1.4rem;
	}
	.page_confirm #form_main dl dd{
		padding: 10px 0;
	}
	.page_thanks #form_main .inner{
		padding: 30px 20px 50px;
	}
	#form_main .inner{
		padding: 30px 20px;
	}
	 #form_main dl dt{
		width: 100%;
		padding: 5px 0;
	}
	#form_main dl dd{
		width: 100%;
		margin-bottom: 10px;
	}
	#form_main dl.tmp_flex dt{
		padding: 10px 0;
	}
	#form_main dl.tmp_flex dt,
	#form_main dl.tmp_flex dd{
		width: 100%;
	}
	#form_privacy .inner{
		padding: 30px 20px 0;
	}
	.input_width-50 *{
		width: 100% !important;
	}
	.input_width-1-3 *{
		width:100% !important;
	}
}

.form-body input,
.form-body select,
.form-body textarea{
	padding: 1em;
	display: block;
	width: 100%;
	border: 2px solid #ebedef;
	border-radius: 0;
	box-shadow: none;
	line-height: 1.5;
}
input::placeholder{
	color:#ccc;
}
input[type="radio"], input[type="checkbox"] {
    display: none;
}
.tmp_input_radio label{
	position: relative;
}
.tmp_input_radio label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	left: 1rem;
	width: 2.2rem;
	height: 2.2rem;
	border: 1px solid #999;
	background: #fff;
	border-radius: 50%;
}
.tmp_input_radio input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.4rem;
	left: 1.6rem;
	width: 1rem;
	height: 1rem;
	background: #eb6868;
	border-radius: 50%;
}
.tmp_input_radio input:checked + label {
	background: #fff;
}
.tmp_checkbox-wide label{
	width: 100%;
	height: 100%;
	padding: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	transition: all .1s;
	border-radius: 5px;
	border: 1px solid #c8c8c8;
}
.tmp_checkbox-wide label:before {
	content: '';
	width: 26px;
	height: 26px;
	background-color: #fff;
	border: 2px #c8c8c8 solid;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 34px;
	left: 30px;
}
.tmp_checkbox-wide label > span{
	display: inline-block;
	padding-left: 40px;
}
.tmp_checkbox-wide label:hover{
	cursor: pointer;
	background: rgba(129,177,25,.1);
}
.tmp_checkbox-wide input:checked + label {
	background: #81b119;
	border: 1px solid #81b119;
	color: #fff;
}
.tmp_checkbox-wide input:checked + label:before {
	width: 26px;
	height: 26px;
	border: 3px #fff solid;
}

@media screen and (max-width: 767px){
	.tmp_checkbox-wide label{
		padding: 15px 10px;
	}
	.tmp_checkbox-wide label:before {
		top: 15px;
		left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.form-body textarea{
		height: 20rem;
	}
}

/* 見出し */
.tmp_heading-1::before {
	content: "＼＼";
	margin-right: 1.5em;
	letter-spacing: -0.7em;
}
.tmp_heading-1::after {
	content: "／／";
	margin-left: 0.5em;
	letter-spacing: -0.7em;
}
.tmp_heading-2{
	position: relative;
}
.tmp_heading-2::before {
	content: "";
	width: 20%;
	height: 2px;
	background: #81b119;
	position: absolute;
	left: calc(50% - 10%);
	bottom: 0;
}
.tmp_heading-3{
	position: relative;
	padding-left: 25px !important;
}
.tmp_heading-3:before {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #81b119;
}
.tmp_heading-3 + dd{
	margin-bottom: 30px !important;
}

/*
 * footer
 */
footer .inner{
	max-width: 600px;
	margin: 0 auto;
	padding: 80px 0;
}

@media only screen and (max-width:767px){
	footer .inner{
		width: 100%;
		padding: 50px 40px;
	}
	footer .inner .flex-container{
		display: block;
	}
	footer .inner .footer_logo{
		margin: 0 auto 10px;
	}
	footer .inner .footer_logo + p{
		margin: auto;
	}
}
