body, input[type="text"], input[type="address"], input[type="email"], input[type="tell"], #form select {
  font-size: 16px;
}
h2, footer .content > div p:first-child, #submit-btn {
  font-size: 20px;
}
body .header {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 24px;
  font-family: 'Noto Sans JP',Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #555555;
	font-weight: 400;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

.menu-item:visited {
	color: #7fc42b;
	font-weight: 600;
	cursor: pointer;
}

.menu-item:active {
	color: #09005e;
}

.menu-item:hover, .menu-item:focus {
	color: #7fc42b;
}

.menu-item:focus {
	outline: thin dotted;
}

.menu-item, .menu-item:active {
	outline: 0;
}

.menu-item, .menu-item:visited, .menu-item:active, .menu-item:hover {
	text-decoration: none;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	padding: 2px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-title {
	font-size: 24px;
	line-height: 52px;
	color: #666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-weight: 300;
}

.site-title:hover,
.site-title:focus {
	color: #333;
}

#site-navigation .module.left {
	padding-left: 15px;
}

#site-navigation .container > .flex-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*!---------- 7. NAVIGATION ----------*/

.nav-container {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	margin: auto;
}

nav {
	-webkit-backface-visibility: hidden;
	max-width: 100%;

}

nav ul {
	margin-bottom: 0;
}

.module {
	display: inline-block;
  padding: 0 32px;
}

.module-group {
	display: inline-block;
}

.module.left {
	float: left;
}

.module.right, .module-group.right {
	float: right;
}

nav .btn, .nav-bar .btn {
	margin: 0;
	height: auto;
}

.nav-bar {
	line-height: 53px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
		margin-left: auto;
}

.collapse {
	display: none;
}

.navbar-collapse {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.navbar-collapse.collapse{
  height: auto!important;
}
.navbar-collapse{
  padding-right: 15px
}
nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255,255,255,1);
}

.nav-bar .module:not( .site-title-container ),
.nav-bar .module-group {
	height: 55px;
}

.nav-bar a:not( .custom-logo-link ) {
	display: inline-block;
	height: 55px;
}

.menu > li.dropdown {
	padding-right: 18px;
}

.dropdown:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	content: "\f107";
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.shapely-dropdown {
	display: none;
}

.main-navigation .menu {
	width: 100%;
	height: 55px;
}

.main-navigation .menu li a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -1px;
	color: #4c4c4c;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 100%;
	white-space: normal;
}

.main-navigation .menu li a:hover,
.main-navigation .menu li a:focus,
.main-navigation .menu li:hover > a,
.main-navigation .menu li:focus > a,
.main-navigation .menu > li:hover:after,
.main-navigation .menu > li:focus:after {
	color: #7fc42b;
}

.main-navigation .menu > li {
	margin-right: 32px;
	float: left;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	color: #4c4c4c;
}

.main-navigation .menu > li:last-child {
	margin-right: 0;
}

.main-navigation .menu > li ul {
	left: 0;
	width: 200px;
	padding: 0;
  background: #fff;
	position: absolute;
	z-index: 99;
	top: 100%;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	visibility: hidden;
	margin-top: -1px;
}

.main-navigation .menu > li > ul > li {
	position: relative;
	line-height: 24px;
	width: 100%;
	vertical-align: top;
}

.main-navigation .menu > li > ul .dropdown:after {
	color: #252525;
	top: 1px;
	right: 24px;
	content: "\f105";
}

.main-navigation .menu > li > ul li a {
	color: #555555;
	height: auto;
	padding: 6px 24px;
	font-size: 14px
}

.main-navigation .menu > li > ul > li ul {
	left: 100%;
	top: 0;
}
.container nav-bar{
  display: table;
  content: " ";
}


.main-navigation .menu > li:hover > ul,
.main-navigation .menu > li:focus-within > ul {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}

.main-navigation .menu > li > ul li:hover > ul,
.main-navigation .menu > li > ul li:focus-within > ul {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}

@media all and (max-width: 1024px) {
	.dropdown:after {
		display: none;
	}

	.shapely-dropdown {
		font-size: 11px;
		padding: 0 10px;
		display: inline-block;
	}

	.main-navigation .menu > li > ul li:hover > a,
	.main-navigation .menu > li > ul li:focus > a {
		background-color: transparent !important;
	}

	.main-navigation .menu li:hover > a,
	.main-navigation .menu li:focus > a {
		color: #4c4c4c;
	}

	body .main-navigation .menu > li > ul li:hover > a,
	body .main-navigation .menu > li > ul li:focus > a {
		color: #555555;
	}


}

@media all and (min-width: 750px) and (max-width: 1024px) {
	.dropdown-menu .shapely-dropdown {
		position: absolute;
		top: 0;
		right: 0;
	}

	.dropdown-menu .shapely-dropdown > .fa-angle-down:before {
		content: "\f105";
	}
}

@media all and (max-width: 750px) {
	.shapely-dropdown {
		float: right;
		border: 1px solid;
	}

	.menu li a {
		padding: 10px 0;
	}

	#site-navigation.main-navigation .menu > li > ul li a {
		width: auto;
		display: inline-block;
	}
}
.nav-container
 {
	min-height: 56px;
}
.container{
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

nav.outOfSight {
	transform: translate3d(0, -100px, 0);
	-webkit-transform: translate3d(0, -100px, 0);
	-moz-transform: translate3d(0, -100px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.scrolled {
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.fixed.scrolled {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.fixed {
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

nav.fixed {
	position: fixed;
	visibility: hidden;
	opacity: 0;
}

nav.fixed.scrolled {
	visibility: visible;
	opacity: 1;
}

.dropdown-menu {
	border-radius: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-open {
	max-height: 10000px !important;
	height: auto !important;
}

.nav-open .navbar-collapse, .nav-open #menu {
	display: block;
}

/*
==================================
bootbtrap.css
==================================
*/
.visible-lg, .visible-md, .visible-sm, .visible-xs {
	display: none!important;
}

.module.widget-handle {
	padding: 0 5px;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

@media all and (max-width: 1100px) {
	.module.widget-handle {
		padding: 0 16px;
	}
}

@media all and (max-width: 750px) {

	.menu li:focus-within ul.dropdown-menu,
	ul.dropdown-menu.active {
		display: block !important;
	}
}

.module.widget-handle i {
	font-size: 14px;
	line-height: 53px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	color: #3a52bf;
}

.module.widget-handle:hover i,
.module.widget-handle:focus i {
	opacity: 1;
}

.widget-handle .function {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	cursor: default;
	width: 200px;
	background: #252525;
	position: absolute;
	z-index: 99;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	-moz-transform: translate3d(0, -200%, 0);
	margin-top: -2px;
	right: 0;
}

.module.widget-handle:hover .function,
.module.widget-handle:focus .function,
.module.widget-handle .function.active {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	visibility: visible;
}

.module.widget-handle .title {
	font-family: inherit;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	display: none;
	opacity: .5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.module.widget-handle .title:hover,
.module.widget-handle .title:focus {
	opacity: 1;
}

h2, .top-date, .skill-title,
 .required-guide, .skill dt, .curriculum-table dt p:first-child, .i-search,
 #overview > dl > dt, .schedule-list li p:first-child, footer .content > div p:first-child, .asterisk-desc, .bold {
  font-weight: bold;
  color: #595757;
}
body {
  color: #595757;
}
section:not(:first-child) {
  padding-top: 120px;
}
h2 {
  padding: 0 0 32px 34px;
  background-repeat: no-repeat;
  background-position: top left;
  line-height: 1.2;
}
.content {
  width: 750px;
  margin: 0 auto;
}
.txt {
  line-height: 1.8;
  width: 100%;
}
.caption {
	padding: 20px;
	font-size: 92%;
	border: solid rgba(161,190,29) 1px;;
	background-color: rgba(161,190,29,0.1);
}
.smalltxt {
	font-size: 85%;
	line-height: 1.8;
  }
.colon:after{
	content: "："
}
.MR{
	margin-right: 20px;
}
.leftcolumn{
	float: left;

}
/*
==================================
ファーストビュー
==================================
*/
.hero-img {
  position: relative;
  margin: 0 auto;
  max-width: 100vw;
  margin-bottom: 40px;
  background-position: bottom;
  background: rgb(155,182,38);
  text-align: center;
  background: rgb(161,190,29);
  background: -moz-linear-gradient(top,  rgba(161,190,29,1) 0%, rgba(95,160,51,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(161,190,29,1) 0%,rgba(95,160,51,1) 100%);
  background: linear-gradient(to bottom,  rgba(161,190,29,1) 0%,rgba(95,160,51,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1be1d', endColorstr='#5fa033',GradientType=0 );  
}
.hero-img img{
  max-width: 1100px;
  width: 100%;
  height: 550px;
}
.top-date {
  font-size: 21px;
}
.top-logo-img {
  width: 300px;
  height: 282px;
  background: no-repeat center / 300px 282px url("../../../index.html");
}
.top-date {
  width: 360px;
  text-align: right;
  font-size: 26px;
}
.top-message {
  margin-top: 80px;
  font-size: 28px;
  line-height: 1.5;
    color: #FFFFFF;
}
.top-bottom > a {
	color: #FFF !important;
	font-weight: 700;
	font-size: 20px;
}
.top-bottom{
	margin-top: 40px;
	display: inline-block;
	padding: 1em 1em;
	text-decoration: none;
	background: #B0D700;/*ボタン色*/
	color: #FFF;
	border-bottom: solid 4px #87a10f;
	border-radius: 5px;
	}
	.top-bottom:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
	}

.PC_top-caption > p {
	color: #555;
	font-size: 8px;
	margin-top: 40px;
}
.SP_top-caption > p{
	display: none;
}
.photo-by {
  position: absolute;
  bottom: 14px;
  right: 10px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #D6D6D6;
}
/*
==================================
インバウンドガイドとは
==================================
*/
h2.i-pin {
  background-image: url("img/icon/i_mappin.svg");
  background-size: 19px 24px;
}
.grid-1x2{
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 20px;
}
.about-img {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  height: 130px;
  grid-template-columns: 48% 48%;
  margin-bottom: 20px;
}
.skill {
  margin-top: 40px;
  padding: 30px 30px 30px 30px;
  background-color: #FAFAFA;
}
.skill-title{
	padding: 14px 20px 14px 20px;
	border: 1px solid #DDDDDD;
	background-color: white;
	display: inline-block;
}
.skill-txt {
  padding: 15px 0 0;
  font-size: 14px;
  margin-bottom: 20px;
}

.shusai_midashi{
	width: 8%;
}
table {
	width: 100%;
}
/*
==================================
講座カリキュラム
==================================
*/

.i_clock {
  background-image: url("img/icon/i_clock.svg");
  background-size: 24px 24px;
}
.curriculum {
	line-height: 5;
	margin-bottom: 20px;
	margin-top: 20px;
}

#curriculum .lesson{
    margin: 0 0 0 20px;
	padding: 12px 20px 12px 20px;
    text-align: center;
	background-color: #C9EBF4;
	display: inline;
    width: 60%;
}
#curriculum .fieldwork{
    margin: 0 0 0 20px;
	padding: 12px;
    text-align: center;
    background-color: #D4E295;
    display: inline;
    width: 60%;
}
.curriculum  tr:not(:last-of-type) {
	border-bottom: solid 1px #DDDDDD;
}
.curriculum-table {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.curriculum-table dl {
    width: 360px;
}
.curriculum-table dd {
    padding: 20px 0 15px;
    line-height: 1.8;
}
.curriculum-table ol {
    padding-left: 40px;
    list-style: outside;
    list-style-position: left top;
}
.curriculum-table ul {
    padding-left: 40px;
    list-style: outside;
    list-style-position: left top;
    margin-bottom: 15px;
}
div.day{
	border: solid 1px #DDDDDD;
}
dt.day {
    border-bottom: 1px solid #B0D700;
    color: #595757;
    padding: 20px;
}

dt.day > p{
	color: #595757 !important;
	font-size: 110%;
}

li.number {
	list-style-type: decimal;
}

/*
==================================
開催概要
==================================
*/
.i-info {
  background-image: url("img/icon/i_info.svg");
  background-size: 24px 24px;
}
#overview > dl > dt {
  margin: 20px 0 12px;
}
#overview > dl > dt:first-child {
  margin-top: 0;
}
#overview > dl > dd:not(:last-of-type) {
  padding-bottom: 22px;
  border-bottom: solid 1px #DDDDDD;
}
/* #overview dl{
	margin-bottom: 10px;
} */
#overview .bold dt{
	font-weight: 600;
}
#overview a {
    text-decoration: underline;
    font-weight: bold;
    color: #A1BE1D;
}
.map {
  text-decoration: underline;
  color: #939393;
}
.map:hover {
  color: #A1BE1D;
}
.i-check {
  margin-bottom: 4px;
  padding-left: 26px;
  background: no-repeat top 6px left / 16px 14.53px url("img/icon/i_check.svg");
}
.i-check:last-of-type {
  margin-bottom: 0;
}
.sp_br {
    display: none;
  }

/*
==================================
プレゼント
==================================
*/
.i-present{
	background-image: url("img/icon/i_present.svg");
	background-size: 24px 24px;
  }
  .present {
	  margin-top: 20px;
	  padding: 30px 30px 30px 30px;
	  background-color: #FAFAFA;
	}
  .flex-1x2 {
	  display: flex;
	  justify-content: left;
  }
  .mokuji{
	  margin-top: 20px;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	  padding: 8px;
	  line-height: 1.42857143;
	  vertical-align: top;
	  border-top: 1px solid #ddd;
	  font-size: 14px;
  }
  .table{
	  width: 100%;
  }
/*
==================================
受講申し込みフォーム
==================================
*/
.i-pen {
  background-image: url("img/icon/i_pen.svg");
  background-size: 24px 23.81px;
}
#form a {
  text-decoration: underline;
  font-weight: bold;
  color: #A1BE1D;
}
.asterisk-desc {
  margin: 10px 0 30px;
}
.asterisk {
  color: #A1BE1D;
}
form .txt:last-of-type {
  padding: 50px 0 30px;
}
#form-wrap {
  margin-bottom: 120px;
  padding: 30px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1.5px #f5f5f5;
}
input {
  width: 100%;
}
label {
  display: block;
}
.input-wrap-radio label {
  display: flex;
  align-items: baseline;
  font-weight: normal;
  margin-bottom: 13px;
  line-height: 1.3;
}
.f-title {
  padding-bottom: 5px;
  line-height: 1.5;
  font-weight: 700 !important;
}
.input-wrap {
  margin: 15px 0 30px;
}
.input-wrap-other {
  margin: 15px 0px 0px;
}
.input-wrap_bottom {
  margin: 0px 0px 30px 32px;
}
#form .input-wrap-checkbox input {
  opacity: 0;
  position: absolute;
}
#form .input-wrap-checkbox label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-left: 30px;
}
#form .input-wrap-checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 1px #CCC;
  border-radius: 3px;
}
#form .input-wrap-checkbox input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 5px;
  height: 10px;
  border-right: 3px solid #A1BE1D;
  border-bottom: 3px solid #A1BE1D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="radio"] {
  width: auto;
  margin-right: 10px;
  padding: 5px;
}
input[type="text"], input[type="address"], input[type="email"], input[type="tell"] {
  position: relative;
	padding: 5px 0 12px;
	letter-spacing: 1px;
  border: none;
  border-bottom: solid 1px #AAAAAA;
  border-radius: 0;
  box-sizing: border-box;
  color: #595B60;
  transition: 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type='text']:focus, input[type="address"]:focus, input[type="email"]:focus, input[type="tell"]:focus {
  padding-bottom: 11px;
	border-bottom: solid 2px #A1BE1D;
	outline: none;
}
input[type="submit"] {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat top 20px right 20px / 34px 8px;
  background-image: url("img/icon/i_submit_arrow.svg");
  width: 323px;
  height: 50px;
  margin: 0;
  padding: 0 64px 0 0;
  border: none;
  background-color: #A1BE1D;
  cursor: pointer;
  color: #FFFFFF;
  text-align: right;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
}
.thx-message{
  margin-bottom: 10px;
  display: none;
}
.false-message{
	margin-bottom: 10px;
	display: none;
  }
#form select {
	position: relative;
	width: 100%;
	font-family: inherit;
	background: no-repeat top 5px right 10px / 17px 17px url("img/icon/i_select.svg");
	background-color: transparent;
	padding: 5px 40px 12px 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
	appearance: none;
	-webkit-appearance:none;
	color: #939393;
	box-sizing: border-box;
}
#form select:focus {
	outline: none;
	padding-bottom: 11px;
	border-bottom: solid 2px #A1BE1D;
}
/*
==================================
フッター
==================================
*/
footer {
  background-color: #FAFAFA;
}
footer .content {
  display: flex;
  justify-content: space-between;
  padding: 0 77px;
  box-sizing: border-box;
}
footer .content > div {
  width: 294px;
  padding: 60px 0;
}
footer .content > div p:first-child {
  line-height: 1.6;
}
.f-logo {
  width: 100%;
  height: 80px;
  margin: 30px 0 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.otomo-logo {
  background-image: url("img/icon/otomo_logo.svg");
  background-size: 186px 62px;
}
.site-links {
  font-weight: bold;
  margin-top: 50px;
}
.s-link {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
  vertical-align: top;
}
.s-link a {
  display:inline-block;
  font-weight: bold;
  vertical-align: top;
  text-decoration: underline;
  color: #A1BE1D;
}
.s-link a:hover {
  opacity: .7;
}
.copyright {
  padding: 20px 0 30px;
  border-top: solid 1px #DDDDDD;
  text-align: center;
}
section, footer {
	position: relative;
}

.page-template-page-templatestemplate-home-php .content-area {
	padding: 0;
}

footer {
	padding: 72px 0;
}

.fullscreen {
	height: 100vh;
}

.bg-dark h3, .bg-dark h5, footer.bg-dark h5, .bg-primary h5, .bg-dark h6, footer.bg-dark h6 {
	color: #fff;
}

.bg-dark p, footer.bg-dark p, .bg-primary p, .bg-dark span, footer.bg-dark span, .bg-dark li, footer.bg-dark li {
	color: #fefefe;
}

.image-bg h3, .image-bg h1 {
	color: #fff;
}

.image-bg p, .image-bg li {
	color: #fff;
}

.image-bg div[class*='col-'] {
	position: relative;
	z-index: 3;
}

.background-image-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: #252525;
	background-size: cover !important;
	background-position: 50% 50% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

.background-image-holder img {
	display: none;
}

.background-image-holder.fadeIn {
	opacity: 1;
}
.bg-dark {
    background: #252525;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-3 .col-sm-6 .footer-widget{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.widget.widget_nav_menu .menu > li a {
    text-transform: initial;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    opacity: 1;
}
footer {
  list-style-type: none;
padding-left: 0;
margin-left: 0;
font-size: 14px;
    color: #555555;
    font-weight: 400;
}
#colophon .widget ul li {
    margin-right: 0;
}
.widget.widget_nav_menu .menu > li {
    float: none;
}
.footer-item  {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: inherit;
    list-style-type: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
#colophon .widget {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}
.PC_shusai{
	display: flex;
    align-items: center; 
  }
  .SP_shusai{
	display: contents;
  }
.logo-image{
	width: 40%;
}
.image-center{
	text-align: center;
}
@media (min-width: 910px){
	.container {
		width: 890px;
	}
}

@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.collapse {
		display: block;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left;
		position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	}
}

@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}

.col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.btn-group-vertical .btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
*, *:before, *:after {
    box-sizing: inherit;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-widget{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-P{
  margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}
.copyright-text {
  color: #fefefe;
  font-size: 16px;
	line-height: 24px;
	font-family: 'Noto Sans JP',Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	box-sizing: border-box;
}

.i-fieldmap{
	background-image: url("img/icon/i_fieldmap.svg");
	background-size: 19px 24px;
}

.i-alert{
	background-image: url("img/icon/i_alert.svg");
	background-size: 19px 24px;
}
.alert-text{
	margin-left: 10px;
	margin-right: 5px;
	line-height: 1.5;
}
.alert{
	align-items: center;
    display: flex;
}
.voice-img {
	margin-top: 20px;
	display: grid;
	column-gap: 10px;
	row-gap: 10px;
	grid-template-columns: 48% 48%;
	margin-bottom: 20px;
  }

/* 追尾バナー */
.sikaku_box {
    display: flex;
    justify-content: center;
    align-items: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
    width: 100%;
    height: 80px;
	background-position: bottom;
	background: rgb(155,182,38);
	text-align: center;
	background: rgb(161,190,29);
	background: -moz-linear-gradient(top,  rgba(161,190,29,1) 0%, rgba(95,160,51,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(161,190,29,1) 0%,rgba(95,160,51,1) 100%);
	background: linear-gradient(to bottom,  rgba(161,190,29,1) 0%,rgba(95,160,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1be1d', endColorstr='#5fa033',GradientType=0 );  
    top: 0;
    transition-duration: .6s;
}
.sikaku_box:hover {
	opacity: 0.8;
}
.sikaku_box a{
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.sikaku_box.fixed {
    position: fixed;
	width: 180px;
	height: 80px;
    bottom: 20px;
    right: 20px;
	font-size: 14px;
	top: unset;
    z-index: +1;
}
.sikaku_box.fixed.none {
    opacity: 0;
    z-index: -1;
}