@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	line-height: 1;
	letter-spacing: 0;
}
html {
	overflow-y: scroll
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
th{
  text-align: center;
}
caption{
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 500;
	line-height: 1.8;
  font-size: 16px;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: bold
}
svg {
	overflow: visible
}
body {
	position: relative;
	font: 16px/1.8 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #231815;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* form
---------------------------------------- */
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	line-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 300px;
	padding: 0;
	line-height: 65px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	-webkit-appearance: none !important;
	margin: 20px;
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	border: 2px solid #0176c3;
	margin-right: 20px;
}
input[type="submit"] {
  background-color: #89e1ff;
  border: 2px solid #74cbe9;
	color: #000;
  font-size: 1.2rem;
  border-radius:8px;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
	font-size: 2em;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
}
h1 {
}
.inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
}
/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	text-align: center;
}
.btn a {
	display: block;
	height: 50px;
	margin: auto;
}
.btn.all {
	text-align: center;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
.btn.all a {
	width: 225px;
	background-image: url(/assets/img/btn_all.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.btn.all a:hover {
	background-image: url(/assets/img/btn_all_on.png);
	background-color: #f27649;
}
.btn.return a {
	width: 165px;
	line-height: 31px;
	height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #5f564d;
	border: 2px solid #5f564d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.btn.return a:after {
	content: '\f432';
	font: lighter 20px Genericons;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn.next a {
	height: 50px;
	width: 215px;
	line-height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #0176c3 0%, #727d96 100%);
	background-image: linear-gradient(45deg, #0176c3 0%, #727d96 100%);
	transition: .4s;
}
.btn.next a:hover {
	background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}
.btn.next a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20px;
	margin: auto;
}
/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header .head-logo {
	xpadding: 15px 0px;
}
h1.head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  font-size: 1.8rem;
}
header .head-logo .logo {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.menu-area {
	background-color: #0176c3;
	border-top: 3px solid #c9bc9c;
	border-bottom: 1px solid #c9bc9c;
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
}
.menu > li {
	width: 20%; /* グローバルナビ4つの場合 */
	height: 30px;
	line-height: 30px;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
	color: #ffffff;
	font-size: 1.1em;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}

header .head-logo .logo img{
  margin-right: 1rem;
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color: #fff;
	color: #333;
}
footer .inner {
	position: relative;
	padding-top: 40px;
	background-color: #fff;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #333;
  font-weight: 700;
}
footer .foot-logo img {
	width: 160px;
	height: auto;
margin-right:0.5rem;
}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: normal;
	margin-bottom: 1px;
}
footer .foot-address {
	line-height: 1.6;
	font-size: 0.9rem;
	text-align: left;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 600;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
	line-height: 3em;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0176c3;
	color: #fff;
}
.textright{
  text-align: right;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}


.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

/* index
---------------------------------------- */
main.index section {
	padding: 80px 0px 80px 0px;
}
main.index section:nth-child(even) {
	background: #f9f9f9;
}
main.index h2, h1.pages-h1 {

}
.sub-ttl {
	text-align: center;
	font-size: 1rem;
	font-weight: lighter;
	color: #444;
	padding-top: 10px;
	margin: 0 auto;
	padding-bottom: 40px;
}
main.index h2::before, h1.pages-h1::before{

}
main.index .catch {
	text-align: center;
	margin-bottom: 25px;
}
.area {
  text-align: center;
  xmargin-bottom: 2rem;
}
.area p{
  font-size: 18px;
}
.area select{
  font-size: 20px;
}

.print_box h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0176c3;
}
p.syoumei {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
  border: 1px solid #ddd;
  padding: 1rem;
}
p.syoumei span{
  font-weight: 700;
  color: #e00;
}
p.syoumei_catch {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0176c3;
  margin-bottom: 1rem;
  line-height: 1.3em;
}
.print_box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0176c3;
  border-left: 4px solid #0176c3;
  padding-left:0.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
table{
  width: 100%;
  white-space: nowrap;
}
th,td{
  border:1px solid #ddd;
  padding: 1rem;
}
th{
  background-color: #eee;
}
td{
background-color: #fff;
text-align: center;
line-height: 1.4rem;
}
td.map a {
  background: #e18614;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 4px;
}
table tr td:first-child{
  text-align: left;
  white-space: pre-wrap;

}

.area_title {
  border: 1px solid #ddd;
  padding: 0.75rem;
  margin-bottom: 1rem;
  text-align: center;
}
.area_title  p.notes{
  text-align: center;
  font-weight: 700;
}
.area_title  p.detail {
  text-align: center;
  margin-bottom: 0;
}
p.detail {
  font-size: 14px;
  margin-bottom: 1rem;
}
p.detail.scroll {
  text-align: left;
  margin-bottom: 0.5rem;
}
p.notes {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
section.top_news {
  background: #0176c3 !important;
  color: #fff;
}
.top_news article {
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  padding: 20px 0px;
  text-align: left;
  padding-left: 30px;
}
section.top_news a{
  color: #fff;
}
section.top_news h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
.top_news dl {
  display: flex;
  flex-wrap: wrap;

}
.top_news dl dt {
  font-size: 16px;
  padding-right: 55px;
  width: 200px;
}
.top_news dl dd {
  font-size: 15px;
	width: calc(100% - 255px);
	line-height: 1.3em;

}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
	line-height: 35px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: bold;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
	font-size: 1.2em;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	line-height: 2rem;
	color: #f51414;
}
/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
	transition: .8s;
}
.u8fadeItem.fadeDelay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.u8fadeItem.fadeInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	font-size: 50px;
	color: #fff;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	bottom: -15;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
	padding: 10px 0px 50px 0px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
h1.pages-h1 {
}
h2.pages-h2 {
	text-align: left;
	border-top: 1px solid #0176c3;
	border-bottom: 1px solid #0176c3;
	padding: 20px 0px;
	color: #0176c3;
	margin-bottom: 25px;
}
.pages-ttl {
	padding-bottom: 30px;
}
h2.pages-h2 span {
	font-size: 0.5em;
	color: #000;
	padding-left: 10px;
}
p.catch {
	line-height: 2rem;
	font-size: 1rem;
}
table.office-table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
}
section.cont-02 {
	padding: 50px 0px;
}
/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color: #0176c3;
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
	line-height: 2rem;
}
/*====================
company
 ====================*/

ul.list li {
	line-height: 2rem;
}
/*フッター最下部*/
.layout-contents{
  height: 100%;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 222px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

footer{
  width: 100%;
  /*position: absolute;←絶対位置*/
  /*bottom: 0; 下に固定*/
}
.pagetitle{
	width: 100%;
	display: flex;
	justify-content: center;
	height: 70px;
	align-items: center;
	background-color: #0176c3;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.kv{
	width: 100%;
	position: relative;
	
}
.kv:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: clamp(calc(450px * 0.66666666666),calc(450vw / 14.4),450px);
	aspect-ratio: 899/696;
	background: url("../img/kv_vote_photo_bg_01.png") 0 0 /contain no-repeat;
}
.kv:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: clamp(calc(341px * 0.66666666666),calc(341vw / 14.4),341px);
	aspect-ratio: 683/627;
	background: url("../img/kv_vote_photo_bg_02.png") 0 0 /contain no-repeat;
}

.kv .kv_content{
	position: relative;
	z-index: 2;
	width: clamp(calc(960px * 0.66666666666),calc(960vw / 14.4),960px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: clamp(calc(84px * 0.66666666666),calc(84vw / 14.4),84px);
	height: clamp(calc(500px * 0.66666666666),calc(500vw / 14.4),500px);
	box-sizing: border-box;
}
.kv .kv_inner{
	position: relative;
}
.kv .kv_inner:before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: clamp(calc(323px * 0.66666666666),calc(323vw / 14.4),323px);
	aspect-ratio: 647/371;
	background: url("../img/kv_vote_photo_bg_03.png") 0 0 /contain no-repeat;
}
.kv .kv_content .kv_figure{
	width: clamp(calc(285px * 0.66666666666),calc(285vw / 14.4),285px);
}
.kv .kv_content .kv_figure img{
	width: 100%;
	height: auto;
}
.kv .kv_content .kv_info{
	width: clamp(calc(660px * 0.66666666666),calc(640vw / 14.4),660px);
}
.kv .kv_content .kv_info .kv_title{
	font-size: clamp(calc(64px * 0.66666666666),calc(64vw / 14.4),64px);
	font-weight: bold;
	color: #0176c3;
	padding-top: clamp(calc(36px * 0.66666666666),calc(36vw / 14.4),36px);
	line-height: calc(72/64);
	position: relative;
}
.kv .kv_content .kv_info .kv_title:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: clamp(calc(-30px * 0.66666666666),calc(-30vw / 14.4),-30px);
	background: url("../img/kv_vote_photo_title_bg_01.png") 0 0 /contain no-repeat;
	width: clamp(calc(61px * 0.66666666666),calc(61vw / 14.4),61px);
	aspect-ratio: 61/55;
}
.kv .kv_content .kv_info .kv_lead{
	margin-top: clamp(calc(36px * 0.66666666666),calc(36vw / 14.4),36px);
	line-height: calc(50/32);
	font-size: clamp(calc(27px * 0.66666666666),calc(27vw / 14.4),27px);
	font-weight: bold;
	color: #c37301;
	text-decoration: underline 8px #fff603;
    text-underline-offset: -4px;
}
.under_kv_area{
	background-color: #e2f4fa;
	padding: 80px 0;
}
.under_kv_text{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #0176c3;
}
.under_kv_photo_list{
	display: flex;
	gap: 0 10px;
	margin: 32px 0;
}
.under_kv_photo_list li {

}
.under_kv_photo_list li img{
	object-fit: cover;
	width: auto;
	height: 320px;
}
.section_form{
	padding: 80px 0;
	background: #f6fbff;
}
.section_form h2{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #0176c3;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	letter-spacing: 0.02rem;
}
.section_form h2:before{
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background-color: #0176c3;;
}
.section_form h2:after{
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background-color: #0176c3;;
}
.section_form .box{
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 32px;
}
.section_form .box p{
	line-height: 1.5;
}
.section_form .box.box_attention{
	font-weight: bold;
	font-size: 18px;
	border: 4px solid #ff8f06;
	padding: 24px 30px;
	color: #ff8f06;
	line-height: 1.5;
}
.section_form .box.box_attention ul{
	margin-left: 1rem;
}
.section_form .box.box_attention ul li{
	list-style-type: disc;
	line-height: 1.5;
}
.section_form .box.box_notice{
	font-weight: bold;
	font-size: 14px;
	background-color: #f3f3f3;
	padding: 24px 30px;
}
.section_form .box.box_notice p{
	font-size: 14px;
	font-weight: normal;
}

.section_form .section_form_stitle{
	font-weight: bold;
	
	font-size: 28px;
	text-align: center;
}
.section_form .section_form_stitle small{
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: 1rem;
}
.section_form .area{
	margin-top: 48px;
	border: 4px solid #0176c3;
	border-radius: 6px;
	padding: 48px 64px;
	background-color: #fff;
}
.section_form .area .form_row{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
	gap: 0 16px;
	width: fit-content;
	margin: 48px auto 0;
}
.section_form .form_row + .form_row{
	margin-top: 24px;
}
.section_form .form_row dt{
	font-weight: bold;
	color:#0176c3;
	font-size: 20px;
	width: 100px;
	text-align: left;
}
.section_form .form_row dd{
	width: 300px;
	text-align: left;
}
.section_form .form_row_attention{
	margin-top: 1rem;
	font-size: 20px;
	color: #f00;
}
.section_form .submit_btn{
	margin-top: 48px;
	background-color: #e5f8ff;
}
.section_form .submit_btn input[type="submit"]{
	border: none;
	background-color: #ffde00;
	box-shadow: 0 6px 0 0 #d1b500;
    color: #000;
}
.section_form .submit_btn input[type="submit"]:hover{
	opacity: 0.5;
}
.section_form .thanks{
	
	padding: 42px;
	border-radius: 6px;
	color: rgb(209, 3, 3);
	font-weight: bold;
}
.section_form .thanks .thanks-text{
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
}
.section_form .thanks .btn{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
    padding: 0;
   	height: 54px;
    font-weight: bold;
    letter-spacing: 0.02rem;
    font-size: 18px;
    border-radius: 8px;
	max-width: 300px;
	margin: 32px auto 0;
}
.section_form .thanks .btn:hover{
	opacity: 0.5;
}
.section_form .thanks .btn.btn_thanks{
	background-color: #ff9c00;
	box-shadow: 0 6px 0 0 #c67a00;
    color: #000;
}
.section_form.section_form_map{
	padding: 32px 0 48px;
}
.section_map{

}
/* .map_catch{
	font-weight: bold;
	font-size: 24px;
	padding: 42px 0;
	text-align: center;
	color: #0176c3;
}
.map_catch small{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	display: block;
	margin-top: 1rem;
} */
 .map_catch_lead{
	padding: 85px 0 42px;
 }
.map_catch{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #0176c3;
	display: flex;
	justify-content: center;
	gap: 24px;
	letter-spacing: 0.02rem;
	position: relative;
}
.map_lead{
	text-align: center;
    line-height: calc(50 / 32);
    font-size: 27px;
    font-weight: bold;
    color: #c37301;
    text-decoration: underline 8px #fff603;
    text-underline-offset: -4px;
	margin-top: 1rem;
}
.map_catch:before{
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background-color: #0176c3;
	margin-top: 21px;
}
.map_catch:after{
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	background-color: #0176c3;
	margin-top: 21px;
}
.map_canvas{
	height: 700px;
}
.area_title{
	padding: 5px 10px;
	border: none;
	color: #000;
	border-left: 4px solid #0176c3;
	text-align: left;
	font-size: 18px;
}
.photo_list{
	display: flex;
	flex-wrap: wrap;
	gap:10px 2%;
	margin-top: 32px;
}

.photo_list a{
	width: 32%;
	display: block;
	border: 1px solid #eee;
	box-sizing: border-box;
	background-color: #fff;
}
.photo_list a img{
	display: block;
	aspect-ratio: 1/1;
	object-fit: contain;
}
.page_under_btns{
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #ccc;
	padding-top: 48px;
	gap: 20px;
}
.page_under_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
  padding: 0;
  height: 54px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  font-size: 18px;
  border-radius: 8px;
	min-width: 300px;
}
.page_under_btn:hover{
	opacity: 0.5;
}
.page_under_btn.btn_gotop{
	background-color: #0176c3;
	box-shadow: 0 6px 0 0 #015790;
    color: #fff;
}
.page_under_btn.btn_govote{
	background-color: #ff9c00;
	box-shadow: 0 6px 0 0 #c67a00;
  color: #000;
}
.none_pc{
	display: none;
}
.none_sp{
	display: block;
}
.footer{
	/* background-color: #efefef; */
}
.footer .inner{
	/* background-color: #efefef; */
}
.nopicture {
	margin-top: 1.5rem;
  font-size: 20px;
  text-align: center;
  background: #ffff;
  padding: 50px 20px;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #eee;
}
