@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");

/* Reset
------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
em {
	font-style: normal;
}

strong,
th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th {
	text-align: left;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img,
fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

li {
	list-style-type: none;
}

input[type="submit"],
button,
label,
select {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

/* link
------------------------------------------------------------*/

a {
	color: #1b8220;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

p a:hover {
	opacity: 0.8;
}

button:hover {
	opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/

html {
	font-size: 16px;
	height: 100%;
	overflow-y: scroll;
	min-width: 320px;
}

/* 10px base */

body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	color: #2b3a3f;
	height: 100%;
	background: #fff;
}

body > div,
input,
button,
textarea,
select {
	font-size: 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
button,
textarea,
select {
	line-height: 1.4;
	color: #000;
	font-size: 16px;
	border: 1px solid #bbb;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
button,
textarea{
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

/* form
------------------------------------------------------------*/

select {
	padding: 5px 30px 5px 5px;
	border-radius: 5px;
	border: solid 2px #999;
	background: #fff url(../img/cmn/select.png) no-repeat center right 10px;
	background-size: 13px auto;
}

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;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
	padding: 5px 7px;
	border-radius: 5px;
	width: 100%;
}

input[type="email"],
input[type="tel"] {
	max-width: 300px;
}

textarea {
	resize: vertical;
	min-height: 150px;
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
select.error {
	background-color: #fff2f2;
	border: solid 2px #E33E41;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
select:focus {
	border: 1px solid #999;
	outline: 0;
}

textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
select:focus::placeholder {
	color: transparent;
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #bbb;
}

textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #bbb;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
select::placeholder {
	color: #bbb;
}

/* radio
-------------*/

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 10px 3px 24px;
	cursor: pointer;
	width: 100%;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

input[type="radio"] + label::before {
	width: 16px;
	height: 16px;
	margin-top: -9px;
	left: 0;
	background: #EEE;
	border: 1px solid #ccc;
}

input[type="radio"].error + label::before {
	border: 1px solid #E33E41;
	background-color: #fff2f2;
}

input[type="radio"] + label:hover::before {
	background: #FEFEFE;
}

input[type="radio"] + label::after {
	opacity: 0;
	left: 3px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #3498DB;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498DB;
}

input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt13 {
	margin-top: 13px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt33 {
	margin-top: 33px !important;
}

.mt34 {
	margin-top: 34px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb200 {
	margin-bottom: 200px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.inb {
	display: inline-block;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.txc{
	text-align: center;
}
@media only screen and (min-width: 769px) {
.txc_pc {
    text-align: center;
}
}

#wrapper {
	min-width: 320px;
}

#contents {
	padding: 90px 0 0;
}

.inb {
	display: inline-block;
}

.mod_inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1030px;
	margin: 0 auto;
}

.page_top #head_nav {
	max-width: 1030px;
	padding: 4px 15px;
	margin: 0 auto;
}

.page_top #head_nav #nav {
	display: table;
	width: 100%;
}

.page_top #head_nav #nav a {
	display: table-cell;
	width: 14.28%;
	padding: 25px 10px 20px;
	border-bottom: 5px solid #1b8220;
	text-align: center;
	vertical-align: middle;
}

.page_top #head_nav #nav a + a {
	border-left: 1px solid #fff;
}

.page_top #head_nav #nav a:hover,
.page_top #head_nav #nav a.active {
	border-bottom: 5px solid #fff;
	opacity: 1.0;
}

.page_top #head_nav #nav a img {
	display: block;
	margin: 0 auto;
}

#sp_nav {
	display: none;
}

#sp_nav .sp_menu_tel {
	position: fixed;
	z-index: 99;
	top: 10px;
	right: 70px;
	width: 40px;
}

#sp_nav .sp_menu_mail {
	position: fixed;
	z-index: 99;
	top: 10px;
	right: 130px;
	width: 40px;
}

#sp_nav .sp_menu {
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
}

#sp_nav .sp_menu .sp_menu_in {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/cmn/sp_menu.png) no-repeat center center;
	background-size: 40px 40px;
}

#sp_nav #sp_nav_wrap {
	position: fixed;
	top: -100%;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 101;
}

#sp_nav #sp_nav_wrap.open {
	-webkit-animation: sp_menu 500ms both;
	animation: sp_menu 500ms both;
}

#sp_nav #sp_nav_wrap.open .sp_nav_in {
	-webkit-animation: sp_menu_in 1000ms both;
	animation: sp_menu_in 1000ms both;
}

#sp_nav #sp_nav_wrap.close {
	-webkit-animation: sp_menu_close 1000ms both;
	animation: sp_menu_close 1000ms both;
}

#sp_nav #sp_nav_wrap.close .sp_nav_in {
	-webkit-animation: sp_menu_close_in 1000ms both;
	animation: sp_menu_close_in 1000ms both;
}

#sp_nav #sp_nav_wrap .sp_nav_in {
	background: #1b8220;
	position: fixed;
	right: -65%;
	top: 0px;
	width: 60%;
	height: 100%;
	float: right;
	box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.31);
}

#sp_nav #sp_nav_wrap .sp_nav_in .sp_nav_in_block {
	display: block;
	position: relative;
	height: 100%;
	padding-top: 20px;
}

#sp_nav #sp_nav_wrap .sp_nav_in .sp_menu_close {
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	display: block;
	top: 10px;
	right: 10px;
	z-index: 102;
}

#sp_nav #sp_nav_wrap .sp_nav_in .sp_menu_close .sp_menu_in {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/cmn/sp_menu_close.png) no-repeat center center;
	background-size: 40px 40px;
}

#sp_nav #sp_nav_wrap #nav_sp {
	margin-bottom: 15px;
}

#sp_nav #sp_nav_wrap #nav_sp a {
	display: block;
	padding: 5px 15px;
}

#sp_nav #sp_nav_wrap .sp_tel {
	display: block;
	width: 100%;
	padding: 15px 15px 5px;
	background: #fff;
}

#sp_nav #sp_nav_wrap .sp_tel li {
	display: block;
	max-width: 164px;
	margin-bottom: 10px;
}

#footer {
	background: #182d3d;
	color: #ffffff;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

#footer .mod_inner {
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 45px;
}

#footer .foot_content1 {
	float: left;
	width: 48%;
	padding: 0 20px 0 0;
	border-right: 1px solid #fff;
}

#footer .foot_content1 .foot_address dt {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

#footer .foot_content1 .foot_address dd {
	font-size: 15px;
}

#footer .foot_content1 .foot_address .foot_link {
	margin-top: 15px;
}

#footer .foot_content2 {
	width: 45%;
	float: right;
	position: relative;
}

#footer .foot_content2 #foot_nav .nav_wrap1,
#footer .foot_content2 #foot_nav .nav_wrap2 {
	float: left;
	width: 190px;
}

#footer .foot_content2 #foot_nav .nav_wrap2 {
	padding-bottom: 20px;
}

#footer .foot_content2 #foot_nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#footer .foot_content2 #foot_nav a::before {
	content: "\025b6";
	margin-right: 5px;
	font-size: 10px;
}

#footer .foot_content2 #copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	font-weight: bold;
}

.cmn_content_bnr {
	padding: 100px 0;
	background: #f5f5f5;
	overflow: hidden;
}

.cmn_content_bnr ul li {
	display: inline-block;
	width: 32%;
	float: left;
}

.cmn_content_bnr ul li a {
	width: 100%;
}

.cmn_content_bnr ul li.btn1 {
	margin-right: 2%;
}

.cmn_content_bnr ul li.btn3 {
	float: right;
}

.page_content #contents {
	background: #f3f3f3;
	padding: 60px 0 0;
}

.page_header {
	max-width: 1030px;
	padding: 0 15px 20px;
	margin: 0 auto;
	position: relative;
	height: 155px;
}

.page_header .logo {
	position: absolute;
	top: 0px;
	left: 15px;
	max-width: 121px;
}

.page_header .head_tel {
	width: 193px;
	float: right;
	padding: 17px 0 0 30px;
}

.page_header .head_tel li {
	margin-top: 10px;
}

.page_header .head_tel li + li {
	margin-top: 2px;
}

.page_header .emg_tel {
	float: right;
	width: 200px;
	padding: 27px 0 0 30px;
}

.page_header .head_contact {
	float: right;
	max-width: 307px;
	margin-top: 17px;
}

.page_header #head_nav {
	display: inline-block;
	text-align: center;
	float: right;
	padding: 25px 0 0;
	clear: both;
}

.page_header #head_nav a {
	margin: 0 13px;
	display: inline-block;
	padding: 0;
	border-bottom: 3px solid #ffffff;
}

.page_header #head_nav a:hover,
.page_header #head_nav a.active {
	border-bottom: 3px solid #1b8220;
	opacity: 1;
}

#page_title {
	clear: both;
	text-align: center;
	background: url(../img/cmn/bg_h2.png) repeat center center;
	padding: 50px 15px 0;
}

#page_title h2 {
	max-width: 300px;
	display: inline-block;
	margin-bottom: 35px;
}

#page_title #pankuzu {
	max-width: 1030px;
	padding: 15px 15px 0;
	margin: 0 auto;
	background: #f3f3f3;
	border-top: 2px solid #ffffff;
}

#page_title #pankuzu ol {
	overflow: hidden;
}

#page_title #pankuzu ol li {
	float: left;
	color: #1b8220;
	font-size: 12px;
	line-height: 1.0;
}

#page_title #pankuzu ol li a {
	color: #1b8220;
	text-decoration: none;
}

#page_title #pankuzu ol li + li {
	margin-left: 5px;
}

#page_title #pankuzu ol li + li::before {
	content: ">";
	font-weight: bold;
}

.pagetop {
	position: fixed;
	bottom: -100px;
	right: 10px;
}

.pagetop.fixed {
	-webkit-animation: pageIn 1000ms both;
	animation: pageIn 1000ms both;
}

.pagetop.nofix {
	-webkit-animation: pageOut 1000ms both;
	animation: pageOut 1000ms both;
}

.guide_nav {
	position: fixed;
	right: -100px;
	top: 100px;
	width: 55px;
}

.guide_nav.fixed {
	-webkit-animation: guideIn 1000ms both;
	animation: guideIn 1000ms both;
}

.guide_nav.nofix {
	-webkit-animation: guideOut 1000ms both;
	animation: guideOut 1000ms both;
}

/*
@include keyframes(fadeOut) {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@include keyframes(closeIn) {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@include keyframes(fadeUp) {
	0% {
		opacity: 0;
		margin-top: 50px;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
}
@include keyframes(faderight) {
	0% {
		opacity: 0;
		margin-left: 100%;
	}
	100% {
		margin-left: 0;
		opacity: 1;
	}
}

@include keyframes(fade_big) {
	0% {
		opacity: 0;
		transform: scale(0.7, 0.7);
	}
	100% {
		opacity: 1;
		transform: scale(1.0, 1.0);
	}
}

@include keyframes(img_blur) {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		-webkit-filter: blur(4px);
		-moz-filter: blur(4px);
		filter: blur(4px);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		filter: blur(0px);
	}
}

@include keyframes(fade_blur) {
	0% {
		opacity: 0;
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		filter: blur(0px);
	}
}


.fade-in {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	.fade-in1,
	.fade-in2,
	.fade-in3,
	.fade-in4,
	.fade-in5,
	.fade-in6,
	.fade-in7,
	.fade-in8,
	.fade-in9 {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}
	&.trg_on {
		@include animation(fadeUp 1.0s ease 0.2s);
		.fade-in1 {
			@include animation(fadeUp 1.0s ease 0.4s);
		}
		.fade-in2 {
			@include animation(fadeUp 1.0s ease 0.6s);
		}
		.fade-in3 {
			@include animation(fadeUp 1.0s ease 0.8s);
		}
		.fade-in4 {
			@include animation(fadeUp 1.0s ease 1.0s);
		}
		.fade-in5 {
			@include animation(fadeUp 1.0s ease 1.2s);
		}
		.fade-in6 {
			@include animation(fadeUp 1.0s ease 1.4s);
		}
		.fade-in7 {
			@include animation(fadeUp 1.0s ease 1.6s);
		}
		.fade-in8 {
			@include animation(fadeUp 1.0s ease 1.8s);
		}
		.fade-in9 {
			@include animation(fadeUp 1.0s ease 2.0s);
		}
	}
}

.fade-blur {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: none;

	.fade-in1,
	.fade-in2,
	.fade-in3,
	.fade-in4,
	.fade-in5,
	.fade-in6,
	.fade-in7,
	.fade-in8,
	.fade-in9 {
		opacity: 0;
		-moz-opacity: 0;
		-webkit-opacity: 0;
	}
	&.trg_on {
		@include animation(fade_blur 1.5s ease 0s);
		.fade-in1 {
			@include animation(fade_blur 1.5s ease 0.4s);
		}
		.fade-in2 {
			@include animation(fade_blur 1.5s ease 0.6s);
		}
		.fade-in3 {
			@include animation(fade_blur 1.5s ease 0.8s);
		}
		.fade-in4 {
			@include animation(fade_blur 1.5s ease 1.0s);
		}
		.fade-in5 {
			@include animation(fade_blur 1.5s ease 1.2s);
		}
		.fade-in6 {
			@include animation(fade_blur 1.5s ease 1.4s);
		}
		.fade-in7 {
			@include animation(fade_blur 1.5s ease 1.6s);
		}
		.fade-in8 {
			@include animation(fade_blur 1.5s ease 1.8s);
		}
		.fade-in9 {
			@include animation(fade_blur 1.5s ease 2.0s);
		}
	}
}
*/

/* CSS Document */

.modSpOnly {
	display: none;
}

/*
#overview
modTitle
*/

/*
#styleguide
xxxxx

```
コード
```
*/

.mod_title1 {
	text-align: center;
	margin-bottom: 45px;
}

.mod_title2 {
	font-family: "TeXGyreAdventor-Regular", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	color: #f4f4f4;
	letter-spacing: 4px;
	margin-bottom: 30px;
}

.mod_title2 .sub {
	font-size: 16px;
	display: block;
	letter-spacing: 0px;
}

.mod_title3 {
	font-family: "TeXGyreAdventor-Regular", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #f4f4f4;
	letter-spacing: 2px;
	margin-bottom: 30px;
	line-height: 1.4;
}

.mod_title4 {
	font-family: "TeXGyreAdventor-Regular", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #f4f4f4;
	letter-spacing: 2px;
	padding-bottom: 15px;
	padding-top: 40px;
	line-height: 1.4;
}

.mod_title5 {
	font-family: "TeXGyreAdventor-Regular", YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	color: #f4f4f4;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

.mod_title5 .sub {
	font-size: 16px;
	display: block;
	letter-spacing: 0px;
}

.mod_txt1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

/*
#overview
modBtn
*/

/*
#styleguide
xxxxx

```
コード
```
*/

.mod_btn1 {
	display: inline-block;
	padding: 0 4px 4px 0;
	background: url(../img/cmn/btn_cmn_shadow.png) no-repeat right bottom;
	background-size: 98% auto;
}

.mod_btn1:hover {
	padding: 4px 0 0 4px;
}

.mod_btn2 {
	display: inline-block;
	padding: 0 4px 4px 0;
	background: url(../img/top/btn_shadow.png) no-repeat right bottom;
	background-size: 98% auto;
	box-sizing: content-box;
}

.mod_btn2:hover {
	padding: 4px 0 0 4px;
}

/*
#overview
modBlock
*/

/*
#styleguide
```
<div></div>
```
*/

/*
#overview
modTable
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*
#overview
modList
*/

/*
#styleguide
modList　modIndent

```
<ul class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ul>
<ol class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ol>
<ul class="modIndent01">
    <li>※テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>※リスト</li>
</ul>
<ul class="modIndent02">
    <li>１.　テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>２.　リスト</li>
</ul>
<ul class="modList01">
    <li>Illustrator に原寸で配置したサイズでの解像度が350dpiになるようにしてください。</li>
    <li> 拡大縮小率70%?141％を超えると画質が劣化するのでご注意ください。</li>
</ul>
```
*/

.modListNormal {
	margin: 0 0 0 2em;
}

ul.modListNormal li:before {
	content: "\0030fb";
	margin-left: -2em;
	display: inline-block;
	width: 2em;
	text-align: center;
}

ol.modListNormal li {
	list-style: decimal;
}

/* indent */

.modIndent01 li {
	text-indent: -1em;
	margin: 0 0 0 1em;
}

.modIndent02 li {
	text-indent: -2.5em;
	margin: 0 0 0 2.5em;
}

/* フォーム
***************************************/

.modDlForm {
	margin: 0 0 20px;
}

.modDlForm dt {
	float: left;
	clear: both;
	width: 16em;
	padding: 33px 0 20px 63px;
	position: relative;
}

.modDlForm dt.required:before,
.modDlForm dt.any:before {
	position: absolute;
	left: 0;
	top: 33px;
	color: #FFF;
	font-size: 11px;
	padding: 2px 10px;
}

.modDlForm dt.required:before {
	content: "必須";
	background: #E33E41;
}

.modDlForm dt.any:before {
	background: #999999;
	content: "任意";
}

.modDlForm dd {
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	padding-left: 17em;
}

.modDlForm dd .parts {
	padding: 10px 0;
}

.modDlForm dd .parts textarea,
.modDlForm dd .parts input[type="text"],
.modDlForm dd .parts input[type="email"] {
	width: 100%;
}

.modDlForm dd .parts.radio_inline > div,
.modDlForm dd .parts.check_inline > div {
	display: inline-block;
}

.modDlForm dd .parts.name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modDlForm dd .parts.name > div {
	width: 48.5%;
}

.modDlForm dd .parts.post,
.modDlForm dd .parts.tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modDlForm dd .parts.post .hyphen,
.modDlForm dd .parts.tel .hyphen {
	padding: 10px 10px 0 10px;
}

.modDlForm dd .parts.password input {
	width: 100%;
	max-width: 300px;
}

.modDlForm dd .parts.password .text {
	padding: 10px 0;
}

.modDlForm .validationError {
	color: #E33E41;
}

/*
#overview
other
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*↓消さないこと*/

.modLoading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
}

/*↑消さないこと*/

@media only screen and (max-width: 1030px) {

.page_top #head_nav #nav a {
	width: auto;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

}

@media only screen and (max-width: 860px) {

.page_header #head_nav a {
	margin: 0 5px;
}

}

@media only screen and (max-width: 768px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

#contents {
	padding: 60px 0 0;
}

.page_top #head_nav {
	display: none;
}

#sp_nav {
	display: block;
	height: 60px;
	width: 100%;
	background: #1b8220;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 98;
}

#footer .mod_inner {
	padding-bottom: 25px;
}

#footer .foot_content1 {
	width: 100%;
	float: none;
	border-right: none;
	padding: 0 0 40px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#footer .foot_content1 a {
	color: #ffffff;
}

#footer .foot_content1 .foot_address {
	display: inline-block;
}

#footer .foot_content2 {
	width: 100%;
	float: none;
	padding: 40px 10px 0;
	position: static;
}

#footer .foot_content2 #foot_nav .nav_wrap1,
#footer .foot_content2 #foot_nav .nav_wrap2 {
	width: 49%;
}

#footer .foot_content2 #foot_nav .nav_wrap2 {
	float: right;
}

#footer .foot_content2 #foot_nav a {
	margin-bottom: 10px;
}

#footer .foot_content2 #copyright {
	clear: both;
	position: static;
	padding: 20px 0 0;
	text-align: left;
}

.cmn_content_bnr {
	padding: 60px 0;
}

.cmn_content_bnr ul {
	text-align: center;
}

.cmn_content_bnr ul li {
	max-width: 324px;
	width: auto;
}

.cmn_content_bnr ul li.btn1,
.cmn_content_bnr ul li.btn2,
.cmn_content_bnr ul li.btn3 {
	float: none;
	margin: 0 10px 15px;
}

.page_header {
	height: 60px;
}

.page_header .head_tel,
.page_header .head_contact,
.page_header .emg_tel {
	display: none;
}

.page_header .logo {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 70px;
}

.page_header #head_nav {
	display: none;
}

.guide_nav {
	display: none;
}

.container {
	max-width: 860px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.modPcOnly {
	display: none;
}

.modDlForm dt {
	float: none;
	width: auto;
	padding: 33px 0 0 63px;
}

.modDlForm dd {
	padding: 10px 0;
}

}

@media only screen and (max-width: 480px) {

.modSpOnly {
	display: block;
}

.modDlForm dd .parts.post .hyphen,
.modDlForm dd .parts.tel .hyphen {
	padding: 10px 5px 0 5px;
}

.modDlForm dd .parts.password input {
	max-width: none;
}

}

@-webkit-keyframes sp_menu {

0% {
	top: 0;
	opacity: 0;
}

100% {
	top: 0;
	opacity: 1;
}

}

@keyframes sp_menu {

0% {
	top: 0;
	opacity: 0;
}

100% {
	top: 0;
	opacity: 1;
}

}

@-webkit-keyframes sp_menu_close {

0% {
	top: 0;
	opacity: 1;
}

30% {
	top: 0;
	opacity: 1;
}

95% {
	top: 0;
	opacity: 0;
}

100% {
	top: -100%;
	opacity: 0;
}

}

@keyframes sp_menu_close {

0% {
	top: 0;
	opacity: 1;
}

30% {
	top: 0;
	opacity: 1;
}

95% {
	top: 0;
	opacity: 0;
}

100% {
	top: -100%;
	opacity: 0;
}

}

@-webkit-keyframes sp_menu_in {

0% {
	right: -65%;
}

30% {
	right: -65%;
}

70% {
	right: 0;
}

100% {
	right: 0;
}

}

@keyframes sp_menu_in {

0% {
	right: -65%;
}

30% {
	right: -65%;
}

70% {
	right: 0;
}

100% {
	right: 0;
}

}

@-webkit-keyframes sp_menu_close_in {

0% {
	right: 0;
}

70% {
	right: -65%;
}

100% {
	right: -65%;
}

}

@keyframes sp_menu_close_in {

0% {
	right: 0;
}

70% {
	right: -65%;
}

100% {
	right: -65%;
}

}

@-webkit-keyframes pageOut {

0% {
	bottom: 15px;
}

100% {
	bottom: -100px;
}

}

@keyframes pageOut {

0% {
	bottom: 15px;
}

100% {
	bottom: -100px;
}

}

@-webkit-keyframes pageIn {

0% {
	bottom: -100px;
}

100% {
	bottom: 15px;
}

}

@keyframes pageIn {

0% {
	bottom: -100px;
}

100% {
	bottom: 15px;
}

}

@-webkit-keyframes guideOut {

0% {
	right: 0px;
}

100% {
	right: -100px;
}

}

@keyframes guideOut {

0% {
	right: 0px;
}

100% {
	right: -100px;
}

}

@-webkit-keyframes guideIn {

0% {
	right: -100px;
}

100% {
	right: 0px;
}

}

@keyframes guideIn {

0% {
	right: -100px;
}

100% {
	right: 0px;
}

}


/*# sourceMappingURL=maps/common.css.map */
