@charset "UTF-8";
@import url(./animate.css);
@import url(./font-awesome.css);
@import url(./notosansjapanese.css);
/*========================================================
                      Main Styles
=========================================================*/

body{
	background-color: #f8ea00;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,'Noto Sans Japanese';
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	-webkit-text-size-adjust: none;
	/*font-family: 'Noto Sans Japanese';*/
	font-style: normal;
	font-weight: normal;
	width: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 500;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height:140%;
}

h1 {
	font-size: 185%;
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 155%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 110%;
}

p a:hover, .marked-list a:hover, .list a:hover {
	text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}

time {
	display: block;
}

a {
	font: inherit;
	color:#003399;
	text-decoration: underline;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:focus {
	outline: none;
}
a:active {
	background-color: transparent;
}

strong {
	font-weight: 700;
}

.fa {
	line-height: inherit;
}

.page {
	overflow: hidden;
	min-height: 500px;
}
.lt-ie9 .page {
	min-width: 1200px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h3 {
	margin-top: 11px;
}

* + h4 {
	margin-top: 4px;
}

* + h6 {
	margin-top: 21px;
}

* + p {
	margin-top: 10px;
}

* + .btn__lg {
	margin-top: 14px;
}

* + .row {
	margin-top: 55px;
}

* + .inline-list {
	margin-top: 24px;
}

* + .off1 {
	margin-top: 19px;
}

* + .off2 {
	margin-top: 14px;
}

* + .description {
	margin-top: 26px;
}

* + .map {
	margin-top: 18px;
}

* + .contact-form {
	margin-top: 18px;
}

* + .terms-list {
	margin-top: 12px;
}

p + p {
	margin-top: 20px;
}

.row + .row {
	margin-top: 49px;
}

/*=======================================================
                        Components
=========================================================*/


/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	text-decoration:none;
	border-radius:5px;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 20px;
	color: #FFF;
}
.btn:hover {
}
.btn:active {
}

.btn__lg {
	padding: 6px 29px 14px 30px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
	display: table;
	content: "";
	line-height: 0;
}
.box:after {
	clear: both;
}
.box_aside {
	float: left;
	border-radius: 50%;
}
.box_cnt__no-flow {
	overflow: hidden;
	padding-left: 22px;
	padding-top: 6px;
}
.box_cnt__no-flow p q .fa-quote-right {
	font-size: 37px;
	line-height: 23px;
	padding-right: 13px;
	padding-top: 10px;
	float: left;
	color: #CCC;
}
.box_cnt__no-flow * + h4 {
	margin-top: 6px;
}
@media (max-width: 479px) {
.box_aside {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}

/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}
.index-list li {
	padding-top: 103px;
	position: relative;
}
.index-list li:before {
	content: counter(li,decimal);
	counter-increment: li;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	font-size: 36px;
	line-height: 67px;
	color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*==================   Inline List  ======================*/
.inline-list:before, .inline-list:after {
	display: table;
	content: "";
	line-height: 0;
}
.inline-list:after {
	clear: both;
}
.inline-list li {
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
}
.inline-list li img {
	width: 100%;
}
.inline-list li h4, .inline-list li p, .inline-list li .btn, .inline-list li .overlay {
	position: absolute;
}
.inline-list li h4, .inline-list li p, .inline-list li .btn {
	z-index: 1;
	color: #FFF;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.inline-list li p, .inline-list li .btn, .inline-list li .overlay {
	opacity: 0;
}
.lt-ie9 .inline-list li p, .lt-ie9 .inline-list li .btn, .lt-ie9 .inline-list li .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.inline-list li h4 {
	top: 38%;
	width: 100%;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.inline-list li h4 a:hover {
	color: #CCC;
}
.inline-list li h4.mod1 {
	top: 44%;
}
.inline-list li p {
	top: 70%;
	left: 21%;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-moz-transform: translateX(-13%);
	-ms-transform: translateX(-13%);
	-o-transform: translateX(-13%);
	-webkit-transform: translateX(-13%);
	transform: translateX(-13%);
}
.inline-list li .btn {
	top: 70%;
	left: 50%;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inline-list li .btn:hover, .inline-list li .btn:active {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.inline-list li .overlay {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.lt-ie9 .inline-list li .overlay {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
	zoom: 1;
}
.inline-list li:hover h4, .inline-list li:hover p, .inline-list li:hover .btn, .inline-list li:hover .overlay {
	opacity: 1;
}
.lt-ie9 .inline-list li:hover h4, .lt-ie9 .inline-list li:hover p, .lt-ie9 .inline-list li:hover .btn, .lt-ie9 .inline-list li:hover .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=100);
}
.inline-list li:hover h4 {
	top: 18%;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.inline-list li:hover h4.mod1 {
	top: 44%;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.inline-list li:hover p {
	top: 25%;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.inline-list li:hover .btn {
	top: 62%;
	left: 50%;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.inline-list li:hover .btn:hover, .inline-list li:hover .btn:active {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.inline-list li:hover .overlay {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
@media (min-width: 1370px) and (max-width: 1649px) {
.inline-list li:hover p {
	top: 13%;
	left: 7px;
	right: 7px;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.inline-list li:hover h4 {
	top: 5%;
}
.inline-list li p {
	left: 7px;
	right: 7px;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
}
@media (min-width: 768px) and (max-width: 1369px) {
.inline-list li {
	width: 50%;
}
}
@media (max-width: 979px) {
.inline-list li h4 {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.inline-list li p {
	display: none;
}
.inline-list li .overlay {
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.inline-list li:hover h4 {
	top: 30%;
}
.inline-list li:hover .btn {
	top: 47%;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
}
@media (max-width: 767px) {
.inline-list li {
	width: 100%;
}
}

/*==================     ToTop     ======================*/
.toTop {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
		border-radius: 50%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}
.toTop:hover {
	color: #CCC;
	text-decoration: none;
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

@media only screen and (max-width: 1399px) {
.toTop {
	display: none !important;
}
}


/*==================  Stuck menu  ======================*/

#stuck_container {
	z-index:9999;
}

.stuck_container {
	height: 80px;
	background-image: url(../images/stuck_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*==================  navigation  ======================*/

nav {
	margin: 10px 0;
}
.sf-menu {
	display: inline-block;
	text-align: left;
}
.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}
.sf-menu:after {
	clear: both;
}
.sf-menu > li {
	position: relative;
	float:left;
}
.sf-menu > li + li {
	margin: 0;
}
.sf-menu a {
	display: block;
	margin: 0;
}
.sf-menu > li > a {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	color: #777;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 10px;
	text-decoration:none;
	white-space:nowrap;
	border-left:#DDD 1px solid;
}
.sf-menu > li > a.last {
	border-right:#DDD 1px solid;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #777;
	background: #f8ea00;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.sf-menu > li.active > a {
	color: #777;
	background: #f8ea00;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 3px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0px 3px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0px 3px 5px 0px;
	background-color: #FFF;
}

.sf-menu ul > li > a {
	display:block;
	padding: 10px 15px;
	text-decoration:none;
	line-height:150%;
	font-size: 13px;
}
.sf-menu ul > li {
	border-bottom: 1px solid #EEE;
}
.sf-menu ul > li:last-child {
	border:none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	background: #498AF2;
	color: #FFF;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	text-decoration:none;
}

.sf-menu ul ul {
	position: absolute;
	top: 32%;
	left: 100%;
	width: 120px;
	margin-top: 0;
	padding: 0;
	z-index: 4;
}

.sf-menu ul ul > li > a {
	color: #FFF;
	background: #498AF2;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	background: #FFF;
}

.sf-menu ul .sf-with-ul {
	position: relative;
}
.sf-menu ul .sf-with-ul:before {
	content: "";
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 8px;
	right: 22px;
	font-family: "FontAwesome";
	color: #CCC;
}

.sf-menu li.disnon {
	display:none;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.rd-mobilemenu.active {
	right: 0;
}

.rd-mobilemenu_ul {
	position: fixed;
	top: 56px;
	left: 0;
	bottom: 0;
	width: 240px;
	padding: 20px 0;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-mobilemenu_ul a {
	display: block;
	padding: 9px 25px 11px;
	text-decoration:none;
}
.rd-mobilemenu_ul a:hover {
	background: #f8ea00;
	color: #333;
	text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}
.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	color: #FFF;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
	background-color: #e60012;
}

.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #FFF;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-mobilepanel_toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}
.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
	top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #FFF;
	backface-visibility: hidden;
	border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: background .3s 0s ease;
	background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*==================      Well     ======================*/
.well {
	padding-top: 30px;
	padding-bottom: 26px;
}

.well__ins1 {
	padding-bottom: 30px;
}

.well__ins2 {
	padding-top: 33px;
}

.well1 {
	padding-top: 20px;
	padding-bottom: 33px;
}

.well1__ins1 {
	padding-bottom: 65px;
}

.well1__ins2 {
	padding-bottom: 57px;
}

.well1__ins3 {
	padding-top: 8px;
}

.well1__ins3 {
	padding-bottom: 0;
}

.well2 {
	padding-top: 51px;
	padding-bottom: 63px;
}

.well2__ins1 {
	padding-bottom: 20px;
}

.well3 {
	padding-top: 33px;
	padding-bottom: 0;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
.cf {
    *zoom: 1;
}
