@charset "UTF-8";

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

/*
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/
.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

/*
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
*/
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

/*
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
*/
div#mfp_phase_confirm {
  clear: both;
}

/*
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
*/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

/*
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
*/
.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  /*
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-position: 0px 1px;
	*/
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  display: none;
  /*
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	border-radius: 5px;
	*/
}

/*
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
*/
div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next,
button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}

div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.mfp_element_all {
  /*
	max-width: 90%;
	*/
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

.mfp_element_checkbox,
.mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}

.mfp_element_file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  /*
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 18px;
	cursor: pointer;
	outline: none;
	*/
}

.mfp_element_reset {
  color: #333;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
  box-shadow: 0px 2px 15px #CCC;
}

button.mfp_next,
button.mfp_prev {
  font-size: 14px;
}

input#mfp_reserve_item,
input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}

div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}

td.mfp_reserve_disabled {
  background-color: #CCC;
}

td.mfp_reserve_warning {
  background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td,
div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  text-align: center;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}

td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}

td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_draganddrop {
  margin: 5px auto;
  width: 100%;
  height: 200px;
  border: solid 2px #CCC;
  border-radius: 3px;
  background: url(_images/draganddrop.png) no-repeat center center #EEE;
  background-size: auto 80%;
}

div.mfp_dragover {
  border: solid 2px #0068B7;
  background-color: #FFF;
}

div.mfp_attached_filelist {
  margin: 5px auto;
  padding: 5px;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 3px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
  padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
  padding: 5px 5px 5px 2em;
  background: url(_images/file.png) no-repeat 5px center;
  background-size: 1.3em 1.3em;
  display: inline-block;
  margin-right: 1em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
  border: none;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div#mfp_numticket_wrapper {
  clear: both;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
  border: solid 3px #F00;
  border-radius: 5px;
  background: #FEE;
  padding: 15px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 5px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
  border: solid 3px #CCC;
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
  font-size: 16px;
  margin: 10px auto;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
  font-size: 32px;
  display: block;
  text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
  text-align: center;
}

div.mfp_traffic_status {
  max-width: 460px;
  margin: 10px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  padding: 15px;
}

div.mfp_traffic_status h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}

div.mfp_traffic_status table {
  text-align: center;
  width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
  border: none;
  padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
  padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
  border-top: solid 1px #CCC;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
  color: #999;
}

div.mfp_traffic_status table td {
  height: 100px;
}

div.mfp_traffic_status table td span {
  display: block;
  background: #7BAAF7;
  border-radius: 3px 3px 0 0;
  border-top: solid 1px #66A1F7;
  border-right: solid 1px #66A1F7;
  border-left: solid 1px #66A1F7;
  min-width: 10px;
  max-width: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
  background: #5D7AF2;
  border-top: solid 1px #546CD1;
  border-right: solid 1px #546CD1;
  border-left: solid 1px #546CD1;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

div.mfp_estimate_wrapper {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
  position: relative;
  padding: 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  margin: 10px 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
  position: absolute;
  top: -0.7em;
  left: 1em;
  display: inline-block;
  background: #FFF;
  font-size: 12px;
  padding: 0 0.5em;
  color: #666;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
  font-size: 18px;
  margin: 5px 0;
  padding: 5px 10px;
  line-height: 1em;
  min-height: 2.5em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 0 auto;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
  display: block;
  text-align: right;
  color: #900;
  font-size: 24px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
  display: inline-block;
  font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
  width: 100%;
  margin: 10px 0;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
  text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
  border: none;
  border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
  border: none;
  text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
  padding: 0;
  margin: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
  padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
  font-size: 10px;
  display: block;
  color: #666;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
  width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
  text-align: right;
  padding: 0 10px;
  width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
  width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
  max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

div.mfp_ticket_wrapper {
  border: solid 1px #CCC;
  margin: 5px;
  overflow: auto;
}

div.mfp_ticket_map {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
}

div.mfp_ticket_map div {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

div.mfp_ticket_map div label {
  position: relative;
}

div.mfp_ticket_map div label span {
  position: absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  font-size: 10px;
  white-space: nowrap;
  display: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 3px 3px;
  line-height: 1em;
}

div.mfp_ticket_map div label:hover span {
  display: block;
  z-index: 10;
}

div.mfp_ticket_map div label input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #CCC;
}

@media screen and (max-width: 800px) {

  /*
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	*/
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }

  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }

  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }

  table#mfp_confirm_table tr th {
    /*
		white-space: nowrap;
		width: 100px;
		*/
  }

  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }

  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*-------------------------
  text
-------------------------*/
/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover,
.ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
@media only screen and (max-width: 767px) {

  .pc,
  .pcCont {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  .sp,
  .spCont {
    display: none;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_tn,
.ac_btn{
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ot-sdk-btn {
  display: none !important;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  color: #222426;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  min-width: 320px;
}

body a {
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  body.fixed {
    position: fixed;
    left: 0;
    right: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold,
strong {
  font-weight: inherit;
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.contents {
  position: relative;
}

.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

.innerWrap.w1000 {
  max-width: 1000px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slide_wrap {
  overflow: hidden;
}

.slide_wrap .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slide_wrap .slide {
  display: none;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -7px;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination {
    margin-bottom: -6px;
  }
}

.swiper-pagination-bullet {
  opacity: 1;
  display: block;
  background: #D2D7DA;
  border: 1px solid #D2D7DA;
  width: 9px;
  height: 9px;
  margin: 0 7px 7px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px 6px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #828487;
}

/*-------------------------
  text
-------------------------*/
.red_txt{
	color: #E60012;
}
.blue_txt{
	color: #0068B7;
}

/*-------------------------
  loader
-------------------------*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  font-size: 10px;
  position: relative;
  z-index: -1;
  text-indent: -9999em;
  border-top: 5px solid rgba(210, 215, 218, 0.5);
  border-right: 5px solid rgba(210, 215, 218, 0.5);
  border-bottom: 5px solid rgba(210, 215, 218, 0.5);
  border-left: 5px solid #D2D7DA;
  transform: translateZ(0);
  animation: loader 1.1s infinite linear;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------
  hd
-------------------------*/
/*hd01 赤字ボーダー*/
.vi_hd01 {
  color: #E60012;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  border-bottom: 2px solid #E60012;
  padding-bottom: 16px;
}

.vi_hd01 .en {
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  letter-spacing: 0;
  margin-right: 14px;
}

.vi_hd01 small {
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.vi_hd01.blue {
  color: #0068B7;
  border-bottom-color: #0068B7;
}

.vi_hd01.blk {
	color: #222426;
	border-bottom-color: #222426;
}
.vi_hd01.blk .red{
	color: #E60012;
}
.vi_hd01.blk .blue{
	color: #0068B7;
}

/* hd02 黒字センター34pt - 32pt */
.vi_hd02 {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .vi_hd02 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 19px;
  }
}

.vi_hd02 small {
  color: #828487;
  font-size: 50%;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .bg_gray .vi_hd02 {
    font-size: 3.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .bg_gray .vi_hd02 {
    font-size: 2.4rem;
  }
}

/* hd02 黒字センター34pt - 24pt */
.vi_hd02_spL {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .vi_hd02_spL {
    font-size: 3.2rem;
  }
}

/* hd03 黒字センター21pt */
.vi_hd03 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vi_hd03 {
    font-size: 1.6rem;
  }
}

/* hd03 黒字センター21pt */
.vi_hd03_spL {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

/*青字センター*/
.vi_hd04 {
  text-align: center;
  margin-bottom: 62px;
}

.vi_hd04 .main {
  color: #0068B7;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2.24242;
}

@media only screen and (max-width: 767px) {
  .vi_hd04 .main {
    font-size: 3.8rem;
    line-height: 1.39474;
  }
}

.vi_hd04 .main+.sub {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .vi_hd04 .main+.sub {
    margin-top: 17px;
  }
}

.vi_hd04 .main .sp_small {
  display: block;
}

@media only screen and (max-width: 767px) {
  .vi_hd04 .main .sp_small {
    font-size: 60.5264%;
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .vi_hd04 .main .ls0 {
    letter-spacing: 0;
  }
}

.vi_hd04 .sub {
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .vi_hd04 .sub {
    letter-spacing: .05em;
  }
}

.vi_hd04 .sub .main {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .vi_hd04 .sub .main {
    margin-top: 17px;
  }
}

/* hd05 黒字センター23pt */
.vi_hd05 {
  font-size: 2.3rem;
  line-height: 1.91304;
  letter-spacing: .08em;
}

@media only screen and (max-width: 767px) {
  .vi_hd05 {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

.vi_hd05:not(p)>* {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .vi_hd05:not(p)>* {
    margin-top: 32px;
  }
}

/*hd06 青背景白文字*/
.vi_hd06{
	text-align: center;
	line-height: 1.4;
	font-size: 4.4rem;
	color: #fff;
	padding: 46px 15px;
	background: #0068B7;
	margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
	.vi_hd06{
		font-size: 2.8rem;
		padding: 27px 15px;
		margin-bottom: 70px;
	}
}

/*hd07 青文字センター*/
.vi_hd07{
	text-align: center;
	color: #0068B7;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.vi_hd07{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
}

/*hd08*/
.vi_hd08{
	text-align: center;
	font-size: 0;
	margin-bottom: 35px;
}
.vi_hd08 .hd_inner{
	font-size: 1.9rem;
	font-weight: 700;
	display: inline-block;
	min-width: 448px;
	line-height: 1.4;
	padding: 11px 15px;
	border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
	.vi_hd08{
		margin-bottom: 25px;
	}
	.vi_hd08 .hd_inner{
		font-size: 1.7rem;
		min-width: 280px;
	}
}

/*hd09*/
.vi_hd09{
	text-align: center;
	font-size: 0;
	line-height: 1.3;
	margin-bottom: 45px;
}
.vi_hd09 .hd_inner{
	font-size: 2.8rem;
	font-weight: 700;
	display: inline-block;
	padding: 0 90px;
	position: relative;
}
.vi_hd09 .hd_inner:before,
.vi_hd09 .hd_inner:after{
	content: "";
	display: block;
	width: 60px;
	height: 6px;
	background: #E60012;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.vi_hd09 .hd_inner:after{
	left: auto;
	right: 0;
}
@media only screen and (max-width: 767px) {
	.vi_hd09{
		margin-bottom: 35px;
	}
	.vi_hd09 .hd_inner{
		font-size: 2.2rem;
		padding: 0 50px;
	}
	.vi_hd09 .hd_inner:before,
	.vi_hd09 .hd_inner:after{
		width: 35px;
		height: 4px;
		margin-top: -2px;
	}
}

/* 旧CSS */
body:not(.lang_ja) .hd03 {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 0 10px;
}

body:not(.lang_ja) .hd03 span {
  display: inline-block;
  min-width: 386px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.6;
  padding: 10px 55px;
}

@media only screen and (max-width: 767px) {
  body:not(.lang_ja) .hd03 span {
    max-width: 80%;
    min-width: inherit;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}

/*-------------------------
  text
-------------------------*/
.vi_text01 {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
}

.vi_text01 em {
  font-style: italic;
}

.vi_text01 strong,
.vi_text01 b {
  font-weight: 700;
}

.vi_text01 a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.vi_text01 a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.vi_text01 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.vi_text01 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.vi_text01 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .vi_text01 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .vi_text01.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vi_text01.sp_center {
    text-align: center;
  }
}

.vi_text01.center {
  text-align: center;
}

.vi_text01:not(p)>*:first-child {
  margin-top: 0;
}

.vi_text01:not(p)>* {
  margin-top: 27px;
}

.vi_text02 {
  font-size: 1.8rem;
  line-height: 2;
}

.vi_text02 em {
  font-style: italic;
}

.vi_text02 strong,
.vi_text02 b {
  font-weight: 700;
}

.vi_text02 a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.vi_text02 a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.vi_text02 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.vi_text02 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.vi_text02 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .vi_text02 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .vi_text02.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vi_text02.sp_center {
    text-align: center;
  }
}

.vi_text02.center {
  text-align: center;
}

.vi_text02:not(p)>*:first-child {
  margin-top: 0;
}

.vi_text02:not(p)>* {
  margin-top: 36px;
}

.vi_text03 {
  font-size: 1.8rem;
  line-height: 3.11111;
  letter-spacing: .08em;
}

.vi_text03 em {
  font-style: italic;
}

.vi_text03 strong,
.vi_text03 b {
  font-weight: 700;
}

.vi_text03 a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.vi_text03 a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.vi_text03 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.vi_text03 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.vi_text03 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .vi_text03 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .vi_text03.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vi_text03.sp_center {
    text-align: center;
  }
}

.vi_text03.center {
  text-align: center;
}

.vi_text03:not(p)>*:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .vi_text03 {
    line-height: 2;
  }
}

.vi_text03:not(p)>* {
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .vi_text03:not(p)>* {
    margin-top: 36px;
  }
}

.vi_text04 {
  font-size: 2.3rem;
  line-height: 1.91304;
}

.vi_text04 em {
  font-style: italic;
}

.vi_text04 strong,
.vi_text04 b {
  font-weight: 700;
}

.vi_text04 a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.vi_text04 a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.vi_text04 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.vi_text04 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.vi_text04 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .vi_text04 a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .vi_text04.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .vi_text04.sp_center {
    text-align: center;
  }
}

.vi_text04.center {
  text-align: center;
}

.vi_text04:not(p)>*:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .vi_text04 {
    font-size: 1.8rem;
    line-height: 1.77778;
  }
}

.vi_text04:not(p)>* {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .vi_text04:not(p)>* {
    margin-top: 32px;
  }
}

/*-------------------------
  btn
-------------------------*/
/* 黒枠 */
.vi_btn01 {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 540px;
}

@media only screen and (max-width: 767px) {
  .vi_btn01 {
    max-width: 315px;
  }
}

.vi_btn01 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  box-sizing: border-box;
  color: #222426;
  background: #fff;
  border: 2px solid #222426;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .vi_btn01 .btn_inner {
    min-height: 54px;
    font-size: 1.5rem;
    letter-spacing: .03em;
    padding: 10px 30px;
  }
}

.vi_btn01 .btn_inner:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 36, 38, 0.1);
  transform: scaleX(0.6) translateZ(0);
  transform-origin: left;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
}

.vi_btn01 .btn_inner:hover:before {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
}

.vi_btn01 button {
  background: none;
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

.vi_btn01 span {
  display: inline-block;
  max-width: 80%;
}

@media only screen and (max-width: 767px) {
  .vi_btn01 span {
    max-width: inherit;
  }
}

.vi_btn01 span:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 42px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #222426;
  border-right: 2px solid #222426;
  transform: translate(0, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .vi_btn01 span:after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
}

.vi_btn01.btn01_anchor span:after{
	transform: translate(0, -50%) rotate(45deg);
}

.vi_btn01 a[target="_blank"] span:after {
  right: 43px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_blank_blk.png) no-repeat left top;
  background-size: cover;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .vi_btn01 a[target="_blank"] span:after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .vi_btn01 a[target="_blank"][href$=".pdf"] {
    padding: 10px 40px;
  }
}

.vi_btn01 a[target="_blank"][href$=".pdf"] span:after {
  right: 43px;
  width: 27px;
  height: 27px;
  background: url(../img/icon_pdf_blk.png) no-repeat left center;
  background-size: 100% auto;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .vi_btn01 a[target="_blank"][href$=".pdf"] span:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .vi_btn01 a[download] {
    padding: 10px 40px;
  }
}

.vi_btn01 a[download] span:after {
  right: 42px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_dl_blk.png) no-repeat left top;
  background-size: 100% auto;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .vi_btn01 a[download] span:after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}

.vi_btn01.back .btn_inner>span:after {
  transform: translate(0, -50%) rotate(135deg);
  left: 42px;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .vi_btn01.back .btn_inner>span:after {
    left: 15px;
  }
}

.vi_btn01.disabled a,
.vi_btn01.disabled button {
  pointer-events: none;
  background: #D2D7DA;
  color: #828487;
  border: none;
}

.vi_btn01.disabled span::after {
  border-color: #828487;
}

.vi_btn01 button[disabled] {
  pointer-events: none;
  pointer-events: none;
  background: #D2D7DA;
  color: #828487;
  border: none;
}

.vi_btn01 button[disabled] span::after {
  border-color: #828487;
}

.vi_btn01.iconlink .icon {
  display: inline-block;
  background: #fff;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 2px 5px;
  margin-left: 10px;
  vertical-align: top;
  transform: translateY(5px);
}

@media only screen and (max-width: 767px) {
  .vi_btn01.iconlink .icon {
    font-size: 1.0rem;
    transform: translateY(3.5px);
  }
}

.vi_btn01.iconlink .icon {
  background-color: #D2D7DA;
  color: #222426;
}

/* 青 */
.vi_btn02 {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 540px;
}

@media only screen and (max-width: 767px) {
  .vi_btn02 {
    max-width: 315px;
  }
}

.vi_btn02 .btn_inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  box-sizing: border-box;
  color: #fff;
  background: #0068B7;
  border: 2px solid #0068B7;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px;
  transition: all 0.25s linear;
}
/*赤*/
.vi_btn02.color_red .btn_inner{
	background: var(--expo-red);
	border-color: var(--expo-red);
}

@media only screen and (max-width: 767px) {
  .vi_btn02 .btn_inner {
    min-height: 54px;
    font-size: 1.5rem;
    letter-spacing: .03em;
    padding: 10px 30px;
  }
}

.vi_btn02 .btn_inner:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: scaleX(0.6) translateZ(0);
  transform-origin: left;
  transition: transform 0s cubic-bezier(0.4, 0, 0.1, 1) 0.4s, opacity 0.4s linear;
}

.vi_btn02 .btn_inner:hover:before {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s linear;
}

.vi_btn02 button {
  background: none;
  border: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
}

.vi_btn02 span {
  display: inline-block;
  max-width: 80%;
}

@media only screen and (max-width: 767px) {
  .vi_btn02 span {
    max-width: inherit;
  }
}

.vi_btn02 span:after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 42px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .vi_btn02 span:after {
    right: 15px;
    width: 6px;
    height: 6px;
  }
}

.vi_btn02 a[target="_blank"] span:after {
  right: 43px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_blank_blk.png) no-repeat left top;
  background-size: cover;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .vi_btn02 a[target="_blank"] span:after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .vi_btn02 a[target="_blank"][href$=".pdf"] {
    padding: 10px 40px;
  }
}

.vi_btn02 a[target="_blank"][href$=".pdf"] span:after {
  right: 43px;
  width: 27px;
  height: 27px;
  background: url(../img/icon_pdf_blk.png) no-repeat left center;
  background-size: 100% auto;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .vi_btn02 a[target="_blank"][href$=".pdf"] span:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .vi_btn02 a[download] {
    padding: 10px 40px;
  }
}

.vi_btn02 a[download] span:after {
  right: 42px;
  width: 20px;
  height: 20px;
  background: url(../img/icon_dl_blk.png) no-repeat left top;
  background-size: 100% auto;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  .vi_btn02 a[download] span:after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}

.vi_btn02.back .btn_inner>span:after {
  transform: translate(0, -50%) rotate(135deg);
  left: 42px;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .vi_btn02.back .btn_inner>span:after {
    left: 15px;
  }
}

.vi_btn02.disabled a,
.vi_btn02.disabled button {
  pointer-events: none;
  background: #D2D7DA;
  color: #828487;
  border: none;
}

.vi_btn02.disabled span::after {
  border-color: #828487;
}

.vi_btn02 button[disabled] {
  pointer-events: none;
  pointer-events: none;
  background: #D2D7DA;
  color: #828487;
  border: none;
}

.vi_btn02 button[disabled] span::after {
  border-color: #828487;
}

.vi_btn02.iconlink .icon {
  display: inline-block;
  background: #fff;
  color: #0068B7;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 2px 5px;
  margin-left: 10px;
  vertical-align: top;
  transform: translateY(5px);
}

@media only screen and (max-width: 767px) {
  .vi_btn02.iconlink .icon {
    font-size: 1.0rem;
    transform: translateY(3.5px);
  }
}

.vi_btn02 a[target="_blank"] span:after {
  background-image: url(../img/icon_blank_wht.png);
}

.vi_btn02 a[target="_blank"][href$=".pdf"] span:after {
  background-image: url(../img/icon_pdf_wht.png);
}

.vi_btn02 a[download] span:after {
  background-image: url(../img/icon_dl_wht.png);
}

.vi_btn03 a{
	line-height: 1.5;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	background: #0068B7;
	border-radius: 60px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.vi_btn03 a{
		font-size: 1.8rem;
	}
}
.vi_btn03 .btn_inner{
	display: block;
	padding: 15px 53px;
	position: relative;
	z-index: 0;
}
.vi_btn03 .btn_inner:after {
	content: "";
	display: block;
	position: absolute;
	background: no-repeat right center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 25px;
}
@media only screen and (max-width: 767px) {
	.vi_btn03 .btn_inner:after {
		right: 15px;
	}
}
.vi_btn03 a[target="_blank"] .btn_inner:after {
	background-image: url(../img/icon_blank_wht.png);
	width: 17px;
}

.vi_btn03 a[target="_blank"][href$=".pdf"] .btn_inner:after {
	background-image: url(../img/icon_pdf_wht.png);
	width: 27px;
}

.vi_btn03 a[download] .btn_inner:after {
	background-image: url(../img/icon_dl_wht.png);
	width: 25px;
}


/* moreボタン */
.btn_more a {
  position: relative;
  display: inline-block;
  transition: all 0.25s linear;
  padding: 5px 23px 5px 0;
}

.btn_more a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.btn_more a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: #0068B7;
  border-radius: 100%;
  transform: translate(0, -50%);
}

.btn_more a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

.btn_more span {
  display: inline-block;
}

/* 旧ボタン */
.btn01 {
  max-width: 280px;
  width: 100%;
}

.btn01 a,
.btn01 button {
  position: relative;
  z-index: 0;
  background-color: #ccc;
  transition: all 0.25s linear;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 13px 26px 13px 21px;
}

.btn01 a:before,
.btn01 button:before {
  content: '';
  opacity: .2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.25s linear;
}

.btn01 a:hover:before,
.btn01 button:hover:before {
  right: 0;
}

.btn01 a span,
.btn01 button span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: all 0.25s linear;
}

.btn01 a span:before,
.btn01 a span:after,
.btn01 button span:before,
.btn01 button span:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
  left: auto;
  margin: auto;
}

.btn01 a span:before,
.btn01 button span:before {
  top: 11px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {

  .btn01 a span:before,
  .btn01 button span:before {
    top: 13px;
  }
}

.btn01 a span:after,
.btn01 button span:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 4.5px;
  width: 8px;
  border-top: 1px solid #fff;
  transition: all 0.25s linear;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {

  .btn01 a span:after,
  .btn01 button span:after {
    top: 16px;
    bottom: 50%;
    right: -1px;
  }
}

/*-------------------------
  bg
-------------------------*/
.bg_gray {
  background: #F7F7F7;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .bg_gray {
    padding: 30px 15px 60px;
  }
}

.bg_gray.p_large {
  padding-top: 115px;
  padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
  .bg_gray.p_large {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

/*-------------------------
  sec_block
-------------------------*/
hr.separate {
  max-width: 1280px;
  height: 1px;
  background: #D2D7DA;
  border: none;
  margin: 80px auto;
}

@media only screen and (max-width: 767px) {
  hr.separate {
    margin: 40px 30px;
  }
}

.sec_block {
  padding-left: 30px;
  padding-right: 30px;
  /*
	@include maxW($maxW: $sp) {
		padding-left: 15px;
		padding-right: 15px;
	}
	*/
}

.sec_block+.sec_block {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .sec_block+.sec_block {
    margin-top: 70px;
  }
}

/*-------------------------
  column
-------------------------*/
@media only screen and (min-width: 429px) {
  .column2_ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
  }
}

.column2_ul:before,
.column2_ul:after {
  content: '';
  order: 1;
}

@media only screen and (min-width: 429px) {

  .column2_ul:before,
  .column2_ul:after {
    max-width: 614px;
    width: 47.969%;
  }
}

@media only screen and (min-width: 429px) {
  .column2_ul>* {
    max-width: 614px;
    width: 47.969%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 428px) {
  .column2_ul>* {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 428px) {
  .column2_ul>*:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 429px) {
  .column3_ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
  }
}

.column3_ul:before,
.column3_ul:after {
  content: '';
  order: 1;
}

@media only screen and (min-width: 429px) {

  .column3_ul:before,
  .column3_ul:after {
    max-width: 614px;
    width: 47.969%;
  }
}

@media only screen and (min-width: 768px) {

  .column3_ul:before,
  .column3_ul:after {
    width: 31.25%;
  }
}

@media only screen and (min-width: 429px) {
  .column3_ul>* {
    max-width: 614px;
    width: 47.969%;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .column3_ul>* {
    width: 31.25%;
  }
}

@media only screen and (max-width: 428px) {
  .column3_ul>* {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 428px) {
  .column3_ul>*:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .column3_ul:not(.left)>*:only-of-type {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media only screen and (min-width: 768px) {

  .column3_ul:not(.left)>*:first-child:nth-last-child(2),
  .column3_ul:not(.left)>*:first-child:nth-last-child(2)~*,
  .column3_ul:not(.left)>*:first-child:nth-last-child(4),
  .column3_ul:not(.left)>*:first-child:nth-last-child(4)~* {
    width: 47.969%;
  }
}

/*-------------------------
  list
-------------------------*/
ul.indent li,
ol.indent li {
  text-indent: -1em;
  padding-left: 1em;
}

.lang_en ul.indent li,
.lang_en ol.indent li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

/* list01 */
.list01 dl {
  max-width: 1011px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .list01 dl>div {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .list01 dl>div {
    margin-top: 27px;
  }
}

.list01 dl>div:first-child {
  margin-top: 0;
}

.list01 dt {
  width: 184px;
  background: #fff;
  border: 2px solid #0068B7;
  border-radius: 100px;
  color: #0068B7;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
  padding: 4px 10px;
}

@media only screen and (min-width: 768px) {
  .list01 dt {
    flex: 1 0 auto;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .list01 dt {
    min-width: 148px;
    font-size: 1.3rem;
    padding: 5px 10px;
    margin: 0 auto 16px;
  }
}

.list01 dt small {
  font-size: 72.222%;
}

@media only screen and (max-width: 767px) {
  .list01 dt small {
    display: inline-block;
    font-size: 1.0rem;
    transform-origin: left center;
    transform: scale(0.9);
  }
}

.list01 dd {
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.65;
}

.list01 dd em {
  font-style: italic;
}

.list01 dd strong,
.list01 dd b {
  font-weight: 700;
}

.list01 dd a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.list01 dd a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.list01 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.list01 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.list01 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .list01 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .list01 dd.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .list01 dd.sp_center {
    text-align: center;
  }
}

.list01 dd.center {
  text-align: center;
}

.list01 dd:not(p)>*:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .list01 dd {
    width: 100%;
    padding: 3px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .list01 dd {
    font-size: 1.5rem;
    letter-spacing: .03em;
    line-height: 1.8;
    text-align: center;
  }
}

.list01 dd small {
  font-size: 75%;
}

@media only screen and (max-width: 767px) {
  .list01 dd small {
    font-size: 66%;
  }
}

/* list02 */
.list02 {
  max-width: 802px;
  border: 1px solid #828487;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 62px 60px 69px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .list02 {
    font-size: 1.5rem;
    line-height: 1.46667;
    padding: 34px 22px 34px;
  }
}

.list02 dl {
  max-width: 630px;
  margin: 0 auto;
}

.list02 dl>div {
  display: flex;
  margin-top: 12px;
}

.list02 dl>div:first-child {
  margin-top: 0px;
}

.list02 dt {
  position: relative;
  flex: 1 0 auto;
  width: 178px;
  color: #0068B7;
  padding-right: 22px;
}

@media only screen and (min-width: 768px) {
  .list02 dt {
    line-height: 1.0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .list02 dt {
    width: 85px;
    padding-right: 15px;
  }
}

.list02 dt:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 8px;
  color: #222426;
}

@media only screen and (min-width: 768px) {
  .list02 dt:after {
    top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .list02 dt:after {
    right: 6px;
  }
}

.list02 dt small {
  font-size: 65%;
}

@media only screen and (max-width: 767px) {
  .list02 dt small {
    font-size: 80%;
  }
}

.list02 dd {
  width: 100%;
}

.list02 dd em {
  font-style: italic;
}

.list02 dd strong,
.list02 dd b {
  font-weight: 700;
}

.list02 dd a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.list02 dd a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.list02 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.list02 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.list02 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .list02 dd a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .list02 dd.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .list02 dd.sp_center {
    text-align: center;
  }
}

.list02 dd.center {
  text-align: center;
}

.list02 dd:not(p)>*:first-child {
  margin-top: 0;
}

.list02 dd small {
  font-size: 75%;
  margin-left: 16px;
}

@media only screen and (max-width: 767px) {
  .list02 dd small {
    font-size: 86.667%;
    margin-left: 11px;
  }
}

/* list_dot */
.list_dot {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
}

.list_dot em {
  font-style: italic;
}

.list_dot strong,
.list_dot b {
  font-weight: 700;
}

.list_dot a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.list_dot a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.list_dot a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.list_dot a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.list_dot a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .list_dot a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .list_dot.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .list_dot.sp_center {
    text-align: center;
  }
}

.list_dot.center {
  text-align: center;
}

.list_dot:not(p)>*:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .list_dot {
    font-size: 1.3rem;
  }
}

.list_dot li {
  position: relative;
  padding-left: 18px;
  margin: 10px 0 0;
}

.list_dot li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #0068B7;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .list_dot li:before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
}

.list_dot li:first-child {
  margin-top: 0;
}

/* list_check */
.list_check {
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 1.53846;
}

@media only screen and (max-width: 767px) {
  .list_check {
    font-size: 1.8rem;
    line-height: 1.81818;
  }
}

.list_check li {
  background: url(../img/ico_check.png) no-repeat left 7px;
  background-size: 24px auto;
  padding-left: 46px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .list_check li {
    background-size: 20px;
    padding-left: 36px;
  }
}

.list_check li:first-child {
  margin-top: 0;
}

/* list_sdgs */
.list_sdgs ol {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .list_sdgs ol {
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: -2%;
  }
}

.list_sdgs li {
  max-width: 142.2px;
  width: 16.6%;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .list_sdgs li {
    max-width: inherit;
    width: 32%;
    margin-bottom: 2%;
  }
}

.list_sdgs img {
  width: 100%;
  height: auto;
}

/* 番号付きリスト */
.list_num,
.list_num_color {
  font-size: 2.0rem;
  letter-spacing: .1em;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {

  .list_num,
  .list_num_color {
    font-size: 1.8rem;
    letter-spacing: .03em;
    line-height: 1.8;
  }
}

.list_num small,
.list_num_color small {
  font-size: 75%;
}

@media only screen and (max-width: 767px) {

  .list_num small,
  .list_num_color small {
    font-size: 66%;
  }
}

.list_num li,
.list_num_color li {
  counter-increment: table-ol;
  position: relative;
  padding-left: 46px;
  margin-top: 20px;
}

.list_num li em,
.list_num_color li em {
  font-style: italic;
}

.list_num li strong,
.list_num_color li strong,
.list_num li b,
.list_num_color li b {
  font-weight: 700;
}

.list_num li a:not(.btn_inner),
.list_num_color li a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.list_num li a:not(.btn_inner):hover,
.list_num_color li a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.list_num li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"],
.list_num_color li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.list_num li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after,
.list_num_color li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.list_num li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after,
.list_num_color li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {

  .list_num li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after,
  .list_num_color li a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {

  .list_num li.pc_center,
  .list_num_color li.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {

  .list_num li.sp_center,
  .list_num_color li.sp_center {
    text-align: center;
  }
}

.list_num li.center,
.list_num_color li.center {
  text-align: center;
}

.list_num li:not(p)>*:first-child,
.list_num_color li:not(p)>*:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {

  .list_num li,
  .list_num_color li {
    padding-left: 36px;
  }
}

.list_num li:first-child,
.list_num_color li:first-child {
  margin-top: 0;
}

.list_num li:before,
.list_num_color li:before {
  content: counter(table-ol);
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #0068B7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {

  .list_num li:before,
  .list_num_color li:before {
    top: 6px;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
  }
}

/* 色付き番号付きリスト */
.list_num_color li:nth-child(5n + 1):before {
  background-color: #E60012;
}

.list_num_color li:nth-child(5n + 2):before {
  background-color: #d0a000;
}

.list_num_color li:nth-child(5n + 3):before {
  background-color: #00903b;
}

.list_num_color li:nth-child(5n + 4):before {
  background-color: #00a0d2;
}

.list_num_color li:nth-child(5n + 5):before {
  background-color: #d6007a;
}

/* （１）カッコつきリスト */
.list_num_kako>ol>li {
  counter-increment: table-ol;
  position: relative;
  padding-left: 40px;
  margin-top: 26px;
}

.list_num_kako>ol>li:first-child {
  margin-top: 0;
}

.list_num_kako>ol>li:before {
  content: "（" counter(table-ol) "）";
  position: absolute;
  left: 0;
}

.list_num_kako .hd {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.58824;
}

/* 【１】カッコつきリスト2 */
.list_num_kako02>ol>li {
  counter-increment: table-ol;
  position: relative;
  padding-left: 40px;
  margin-top: 26px;
}

.list_num_kako02>ol>li:first-child {
  margin-top: 0;
}

.list_num_kako02>ol>li:before {
  content: "【" counter(table-ol) "】";
  position: absolute;
  left: 0;
}

.list_num_kako02 .hd {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.58824;
}

/*-------------------------
  FAQ
-------------------------*/
.list_faq dl>div {
  border-bottom: 1px solid #D2D7DA;
}

.list_faq .faq_q,
.list_faq .faq_a {
  position: relative;
}

.list_faq .faq_q>div,
.list_faq .faq_a>div {
  overflow: hidden;
  position: relative;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {

  .list_faq .faq_q>div,
  .list_faq .faq_a>div {
    padding: 0 30px;
  }
}

.list_faq .faq_q>div:before,
.list_faq .faq_a>div:before {
  position: absolute;
  top: 3px;
  left: 0;
  color: #E60012;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {

  .list_faq .faq_q>div:before,
  .list_faq .faq_a>div:before {
    font-size: 2.2rem;
  }
}

.list_faq .faq_q {
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  .list_faq .faq_q {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

.list_faq .faq_q:before,
.list_faq .faq_q:after {
  content: '';
  position: absolute;
  top: 50%;
}

.list_faq .faq_q:before {
  right: 10px;
  width: 20px;
  height: 20px;
  background: #E60012;
  border-radius: 100%;
  transform: translate(0, -50%);
}

.list_faq .faq_q:after {
  right: 16px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  margin-top: -1px;
  transition: all 0.25s linear;
}

.list_faq .faq_q>div:before {
  content: 'Q.';
}

.list_faq .faq_q.active:after {
  transform: translate(0, -50%) rotate(-135deg);
  margin-top: 1px;
}

.list_faq .faq_a {
  display: none;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .list_faq .faq_a {
    padding-bottom: 15px;
  }
}

.list_faq .faq_a>div {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
  padding-top: 3px;
  margin-top: 15px;
}

.list_faq .faq_a>div em {
  font-style: italic;
}

.list_faq .faq_a>div strong,
.list_faq .faq_a>div b {
  font-weight: 700;
}

.list_faq .faq_a>div a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.list_faq .faq_a>div a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.list_faq .faq_a>div a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.list_faq .faq_a>div a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.list_faq .faq_a>div a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .list_faq .faq_a>div a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .list_faq .faq_a>div.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .list_faq .faq_a>div.sp_center {
    text-align: center;
  }
}

.list_faq .faq_a>div.center {
  text-align: center;
}

.list_faq .faq_a>div:not(p)>*:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .list_faq .faq_a>div {
    font-size: 1.4rem;
  }
}

.list_faq .faq_a>div:before {
  content: 'A.';
}

/*-------------------------
  イベント
-------------------------*/
@media only screen and (min-width: 429px) {
  .list_event .list_wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
  }
}

.list_event .list_wrap:before,
.list_event .list_wrap:after {
  content: '';
  order: 1;
}

@media only screen and (min-width: 429px) {

  .list_event .list_wrap:before,
  .list_event .list_wrap:after {
    max-width: 614px;
    width: 47.969%;
  }
}

@media only screen and (min-width: 429px) {
  .list_event .list_wrap>* {
    max-width: 614px;
    width: 47.969%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 428px) {
  .list_event .list_wrap>* {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 428px) {
  .list_event .list_wrap>*:first-child {
    margin-top: 0;
  }
}

.list_event .img {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .list_event .img {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .list_event .vi_text04 {
    font-size: 2.3rem;
    line-height: 1.3913;
  }
}

.list_event .vi_text01 {
  margin-top: 11px;
}

@media only screen and (max-width: 767px) {
  .list_event .vi_text01 {
    margin-top: 9px;
  }
}

.list_event .btn_more {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .list_event .btn_more {
    margin-top: 24px;
  }
}

/*-------------------------
  フロー
-------------------------*/
.blk_flow {
  border: 2px solid #828487;
  padding: 93px 30px;
}

@media only screen and (max-width: 767px) {
  .blk_flow {
    padding: 43px 20px 49px 27px;
  }
}

.blk_flow .title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .blk_flow .title {
    margin-bottom: 31px;
  }
}

.blk_flow .list_flow {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.blk_flow .list_wrap {
  display: flex;
  flex-direction: column;
}

.blk_flow .list_wrap>* {
  margin: 48px 0 0;
}

@media only screen and (max-width: 767px) {
  .blk_flow .list_wrap>* {
    margin-top: 13px;
  }
}

.blk_flow .list_wrap>*:first-child {
  margin-top: 0;
}

.blk_flow .list_item {
  counter-increment: table-ol;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 60px;
}

@media only screen and (min-width: 768px) {
  .blk_flow .list_item {
    min-height: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .blk_flow .list_item {
    padding-left: 41px;
  }
}

.blk_flow .list_item:before {
  content: counter(table-ol);
  position: absolute;
  top: 0;
  left: 0;
  color: #0068B7;
  font-size: 4.3rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .blk_flow .list_item:before {
    top: 7px;
    font-size: 4.0rem;
  }
}

.blk_flow .hd {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .blk_flow .hd {
    font-size: 2.2rem;
    line-height: 1.54545;
    margin-bottom: 9px;
  }
}

/*-------------------------
  枠内テキスト
-------------------------*/
.box_border {
  border: 1px solid #828487;
  padding: 40px 30px;
}

.box_bg {
  background-color: #F7F7F7;
  padding: 40px 30px;
}

.box_border_big {
	border: 15px solid #0068B7;
	border-radius: 15px;
	padding: 40px;
}
@media only screen and (max-width: 767px) {
	.box_border_big {
		border-width: 7px;
		border-radius: 7px;
		padding: 30px 20px;
	}
}

/*-------------------------
  movie
-------------------------*/
.itme_movie a {
  cursor: pointer;
  position: relative;
  display: block;
}

.itme_movie a:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222426;
  transition: all 0.25s linear;
}

.itme_movie a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105px;
  height: 105px;
  background: url(../img/icon_movie.png) no-repeat center center;
  background-size: cover;
  transform: translate(-50%, -50%);
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .itme_movie a:after {
    width: 64px;
    height: 64px;
  }
}

.itme_movie a:hover:before {
  opacity: .2;
}

.itme_movie a:hover:after {
  opacity: .8;
}

.itme_movie .img {
  overflow: hidden;
  position: relative;
  display: block;
}

.itme_movie .img:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.itme_movie .img img.ofi {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.itme_movie img:not(.ofi) {
  width: 100%;
  height: auto;
}

.itme_movie+.caption {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .itme_movie+.caption {
    margin-top: 15px;
  }
}

.box_movie .caption {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
}

/*-------------------------
YouTube
-------------------------*/
.youtube_wrap .youtube{
	text-align:center;
	position:relative;
	width: 100%;
	padding-top: 56.25%
}
.youtube_wrap .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*-------------------------
  見出し＋テキストが続く
-------------------------*/
.blk01 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blk01 dl>div {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .blk01 dl>div {
    margin-top: 40px;
  }
}

.blk01 dt {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .blk01 dt {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .blk01 dt.vi_hd01 {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}

/*-------------------------
  スマホスクロール
-------------------------*/
.sp_scroll_wrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sp_scroll_wrap:before {
    content: '横にスクロールしてご覧ください';
    display: block;
    background: url(../img/arrow_scroll.png) no-repeat left 4px;
    background-size: 8px auto;
    font-size: 1.0rem;
    line-height: 1.0;
    text-align: right;
    padding-left: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .lang_en .sp_scroll_wrap:before {
    content: 'Scroll left to see more';
  }
}

@media only screen and (max-width: 767px) {
  .sp_scroll_inner {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .sp_scroll_main {
    min-width: 490px;
    padding: 10px 30px 10px 0;
  }
}

.sp_scroll_main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*-------------------------
  news
-------------------------*/
#sec_news .news_list>ol {
  display: flex;
  flex-direction: column;
}

#sec_news .news_item {
  display: flex;
  min-height: 100px;
  border-bottom: 1px solid #D2D7DA;
}

#sec_news .news_item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  transition: all 0.25s linear;
}

#sec_news .news_item a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#sec_news .news_item a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #0068B7;
  border-radius: 100%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item a:before {
    right: 16px;
    width: 22px;
    height: 22px;
  }
}

#sec_news .news_item a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item a:after {
    right: 25px;
  }
}

#sec_news .news_item a[download]::before {
  display: none;
}

#sec_news .news_item a[download]::after {
  content: '';
  right: 8px;
  width: 25px;
  height: 25px;
  background: url(../img/icon_dl_blk.png) no-repeat left top;
  background-size: cover;
  border: none;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item a[download]::after {
    right: 16px;
    width: 20px;
    height: 20px;
  }
}

#sec_news .news_item .news_item_box {
  overflow: hidden;
  align-self: center;
  width: 100%;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item .news_item_box {
    padding: 10px 50px 10px 16px;
  }
}

#sec_news .news_item .date_category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  #sec_news .news_item .date_category {
    width: 290px;
    float: left;
    padding: 0 20px 0 13px;
  }
}

@media only screen and (max-width: 1023px) {
  #sec_news .news_item .date_category {
    margin-bottom: 5px;
  }
}

#sec_news .news_item .date {
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: .04em;
  padding: 8px 0;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  #sec_news .news_item .date {
    min-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item .date {
    margin-right: 18px;
  }
}

#sec_news .news_item .category {
  display: inline-block;
  background: #fff;
  border: 1px solid #0068B7;
  border-radius: 100px;
  color: #0068B7;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 5px 13px;
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item .category {
    font-size: 1.0rem;
    padding: 6px 9px;
  }
}

#sec_news .news_item .text {
  overflow: hidden;
  line-height: 1.66667;
  padding: 2px 40px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_news .news_item .text {
    padding: 0;
  }
}

#sec_news .news_item .text:only-child {
  font-weight: 700;
}

/*-------------------------
  producer
-------------------------*/
.prod_box {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.prod_box+.prod_box {
  margin-top: 60px;
}

.prod_box .title {
  text-align: center;
  color: #0068B7;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .prod_box .title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 500;
    margin-bottom: 35px;
  }
}

.prod_box .prod {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.prod_box .prod img {
  width: 100%;
}

.prod_box .prod .caption {
  display: block;
  text-align: left;
  line-height: 1;
  margin-top: 5px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .caption {
    font-size: 1.3rem;
  }
}

.prod_box .prod .left {
  width: 27.77%;
  max-width: 250px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .left {
    position: static;
    width: 40%;
  }
}

.prod_box .prod .right {
  float: right;
  width: 67.22%;
  max-width: 605px;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .right {
    width: 55%;
    float: none;
  }
}

.prod_box .prod .name {
  font-size: 3rem;
  position: relative;
  line-height: 1;
  padding-bottom: 24px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .name {
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.prod_box .prod .name:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #0068B7;
  bottom: 0;
  left: -100vw;
  right: 0;
  z-index: 1;
}

.prod_box .prod .kana {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .kana {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.prod_box .prod .katagaki {
  position: relative;
  font-size: 14px;
  color: #0068B7;
  line-height: 1.2;
  padding-left: 25px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .katagaki {
    line-height: 1.3;
  }
}

.prod_box .prod .katagaki:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 4px solid #0068B7;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .katagaki:before {
    top: 2px;
  }
}

.prod_box .prod .bottom {
  float: right;
  width: 67.22%;
  max-width: 605px;
  line-height: 1.85;
  min-height: 370px;
}

@media only screen and (max-width: 767px) {
  .prod_box .prod .bottom {
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
  }
}

.prod_box .prod .bottom_no-mh {
  min-height: inherit;
}

.prod_box .theme_name {
  width: 100%;
  position: relative;
  padding-left: 110px;
  font-size: 2.8rem;
  line-height: 1;
  color: #0068B7;
  font-weight: 500;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .prod_box .theme_name {
    font-size: 2.4rem;
    padding-left: 0;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}

.prod_box .theme_name:before {
  content: '担当テーマ';
  position: absolute;
  background-color: #0068B7;
  color: #fff;
  padding: 6px 13px;
  font-size: 1.6rem;
  line-height: 1;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .prod_box .theme_name:before {
    font-size: 1.4rem;
  }
}

.prod_box .box_movie {
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}

.prod_box .itme_movie {
  margin-bottom: 0;
}

.prod_box .itme_movie a {
  position: relative;
}

.prod_box .itme_movie a:after {
  width: 64px;
  height: 64px;
}

.prod_box .movie_title {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background-color: #0068B7;
  color: #fff;
  padding: 10px 0;
}

.prod_box .movie_title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 7px;
}

#theme .vi_btn01 {
  margin: 0 auto 60px;
}

.lang_en .prod>.left {
  position: relative;
  z-index: 3;
  float: left;
}

@media only screen and (min-width: 768px) {
  .lang_en .theme_name {
    padding-left: 174px;
  }
}

.lang_en .theme_name::before {
  content: 'Thematic project';
}

/*-------------------------
  どこにも属していない下層
-------------------------*/
#page_theme {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  #page_theme {
    padding-top: 30px;
  }
}

/*-------------------------
  画像とテキスト横並び
-------------------------*/
@media only screen and (min-width: 768px) {
  .blk_image {
    display: flex;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .blk_image>*:not(:first-child) {
    margin-top: 30px;
  }
}

.blk_image .main {
  width: 100%;
}

.blk_image .main>*:not(:first-child) {
  margin-bottom: 15px;
}

.blk_image .img {
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  .blk_image .img {
    flex: 1 0 auto;
    width: 46.512%;
  }
}

@media only screen and (max-width: 767px) {
  .blk_image .img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .blk_image:not(.img_right) .img {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .blk_image.img_right {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .blk_image.img_right .img {
    margin-right: 30px;
  }
}

.blk_image.img_right .caption_img {
  text-align: left;
}

.img .caption_img {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: right;
  margin-top: 4px;
}

/*-------------------------
  パンくず
-------------------------*/
#breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    padding: 0;
  }
}

#breadcrumbs .innerWrap {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: inherit;
  min-height: 50px;
}

#breadcrumbs .breadcrumbs_list {
  display: table;
  padding: 0 56px;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list {
    padding: 0 20px;
  }
}

#breadcrumbs .breadcrumbs_list li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs .breadcrumbs_list li {
    font-size: 1.1rem;
  }
}

#breadcrumbs .breadcrumbs_list li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #222426;
  border-right: 1px solid #222426;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 11px 0 6px;
}

#breadcrumbs .breadcrumbs_list li a {
  display: inline-block;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:first-child:before {
  display: none;
}

#breadcrumbs .breadcrumbs_list li:last-child {
  color: #828487;
}

/*-------------------------
  ページタイトル
-------------------------*/
.pagetitle:not(h2) {
  padding: 64px 30px;
}

@media only screen and (max-width: 767px) {
  .pagetitle:not(h2) {
    padding: 30px 15px;
    margin-top: 30px;
  }
}

.pagetitle:not(h2) h1 {
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pagetitle:not(h2) h1 {
    font-size: 3.8rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  padding-top: 204px;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 77px;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #header {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
}

.header_top {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.header_top:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/common/h_bg__pc.png) repeat-x center top #fff;
  background-size: auto 130px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .header_top:before {
    background-image: url(../img/common/h_bg__tab.png);
    background-size: auto 77px;
  }
}

@media only screen and (max-width: 428px) {
  .header_top:before {
    left: 0;
    background-image: url(../img/common/h_bg__sp.png);
    background-position: left top;
  }
}

@media only screen and (max-width: 374px) {
  .header_top:before {
    left: -4vw;
  }
}

@media only screen and (max-width: 359px) {
  .header_top:before {
    left: -13vw;
  }
}

@media only screen and (max-width: 320px) {
  .header_top:before {
    left: -41px;
  }
}

.header_top .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 130px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .header_top .innerWrap {
    height: 77px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 428px) {
  .header_top .innerWrap {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_top .innerWrap:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 221px;
    background: url(../img/common/h_p__sp.png) left top no-repeat;
    background-size: auto 77px;
  }
}

@media only screen and (max-width: 428px) {
  .header_top .innerWrap:before {
    display: none;
  }
}

.header_top .logo {
  position: absolute;
  top: 22px;
  bottom: 0;
  left: 1px;
  right: 0;
  z-index: 10;
  width: 157px;
  height: 82px;
  margin: 0 auto;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .header_top .logo {
    top: 0;
    left: -19px;
    width: 94px;
    height: 49px;
    margin: auto;
  }
}

@media only screen and (max-width: 428px) {
  .header_top .logo {
    top: 15px;
    bottom: auto;
    left: 67px;
    right: auto;
    max-width: 104px;
    width: auto;
    height: 54px;
    margin: auto 0;
  }
}

@media only screen and (max-width: 374px) {
  .header_top .logo {
    left: 14vw;
  }
}

@media only screen and (max-width: 359px) {
  .header_top .logo {
    left: 7vw;
  }
}

@media only screen and (max-width: 320px) {
  .header_top .logo {
    left: 22px;
  }
}

.header_top .logo a {
  display: block;
}

.header_top .logo img,
.header_top .logo svg {
  max-width: 100%;
  height: 82px;
}

@media only screen and (max-width: 767px) {

  .header_top .logo img,
  .header_top .logo svg {
    height: 49px;
  }
}

@media only screen and (max-width: 428px) {

  .header_top .logo img,
  .header_top .logo svg {
    height: 54px;
  }
}

.header_top .box {
  background: url(../img/common/h_p__pc.png) left top no-repeat;
  background-size: auto 130px;
  width: 370px;
  -webkit-transform: translate(180px, 0);
  transform: translate(180px, 0);
  padding: 20px 180px 0 88px;
}

@media only screen and (max-width: 767px) {
  .header_top .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    background: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 18px 0 0;
  }
}

.header_top .language {
  color: #828487;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: .05em;
  padding: 0 16px 0 0;
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .header_top .language {
    display: none;
  }
}

.header_top .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_top .language li {
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}

.header_top .language li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.header_top .language li:first-child:before {
  display: none;
}

.header_top .language li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  background: #D2D7DA;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header_top .language li.active {
  color: #222426;
}

.header_top .language a {
  display: block;
  transition: all 0.25s linear;
}

.header_top .language a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 428px) {
  .header_top .countdown {
    color: #fff;
  }
}

.header_top .countdown .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .header_top .countdown .title {
    font-size: 1.0rem;
  }
}

.header_top .countdown .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header_top .countdown .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0068B7;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-weight: 700;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .header_top .countdown .num {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 428px) {
  .header_top .countdown .num {
    color: #fff;
  }
}

@media only screen and (max-width: 375px) {
  .header_top .countdown .num {
    font-size: 7.2vw;
  }
}

.header_top .countdown .day {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 3px;
  margin-left: 3px;
}

@media only screen and (max-width: 767px) {
  .header_top .countdown .day {
    font-size: 1.0rem;
    margin-left: 2px;
  }
}

@media only screen and (max-width: 375px) {
  .header_top .countdown .day {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 768px) {
  .header_top .menuBtn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_top .menuBtn {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 428px) {
  .header_top .menuBtn {
    margin-left: 2px;
  }
}

#header_nav {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 11px 30px;
}

@media only screen and (max-width: 1023px) {
  #header_nav {
    padding: 11px 15px;
  }
}

@media only screen and (max-width: 767px) {
  #header_nav {
    display: none;
  }
}

#header_nav .innerWrap {
  max-width: 1252px;
}

#header_nav .list_menu {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

@media only screen and (min-width: 768px) {
  #header_nav .sp_only {
    display: none;
  }
}

#header_nav .list_menu__inner {
  /* overflow: hidden; */
}

#header_nav .list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}

@media only screen and (max-width: 860px) {
  #header_nav .list_wrap {
    margin: 0 -15px;
  }
}

/* 20230616 レイアウトの乱れ調整 */
#header_nav .list_wrap>* {
  padding: 18px 0;
  margin: 0 20px;
}

@media only screen and (max-width: 1100px) {
  #header_nav .list_wrap>* {
    margin: 0 16px;
  }
}

@media only screen and (max-width: 860px) {
  #header_nav .list_wrap>* {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 840px) {
  #header_nav .list_wrap>* {
    margin: 0 10px;
  }
}

/*~*/

/*20230616 14:00 協会情報を戻す*/
/*html[lang="ja_JP"] #header_nav .list_item.association {
  display: none;
}*/
/*~*/

#header_nav .list_item {
  z-index: 0;
}

#header_nav .list_item>*:not(.list_child) {
  font-size: 1.5rem;
  font-weight: 700;
}

#header_nav .list_item>*:not(a) {
  cursor: default;
}

#header_nav .list_item>.list_child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 29px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 15px 20px 20px;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  transition: all 0.25s linear;
}

#header_nav .list_item>.list_child:before {
  content: '';
  position: absolute;
  top: 19px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

#header_nav .list_item>.list_child>* {
  position: relative;
  margin: 16px 0 0;
}

#header_nav .list_item>.list_child>*:first-child {
  margin-top: 0;
}

#header_nav .list_item>.list_child>* a {
  padding-right: 14px;
  transition: all 0.25s linear;
}

#header_nav .list_item>.list_child>* a:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #222426;
  border-right: 1px solid #222426;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transition: all 0.25s linear;
}

#header_nav .list_item>.list_child>* a:hover {
  color: #0068B7;
}

#header_nav .list_item>.list_child>* a:hover:after {
  border-bottom-color: #0068B7;
  border-right-color: #0068B7;
}

#header_nav .list_item:hover>*:not(.list_child) {
  color: #0068B7;
}

#header_nav .list_item:hover>.list_child {
  visibility: visible;
  opacity: 1;
  top: 39px;
}

#header_nav .list_item.active>*:not(.list_child) {
  color: #0068B7;
}

#header_nav .logo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75.15px;
  font-size: 0;
  line-height: 0;
  transition: all 0.25s linear;
}

#header_nav .logo a {
  display: inline-block;
  width: 100%;
  transition: all 0.25s linear;
}

#header_nav .logo a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#header_nav .logo img,
#header_nav .logo svg {
  max-width: 100%;
  height: auto;
}

#header_nav .site_search {
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

#header_nav .site_search button {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.667;
  background: url(../img/icon_search.png) no-repeat center left;
  background-size: 21px auto;
  padding-left: 27px;
}

@media only screen and (max-width: 1023px) {
  #header_nav .site_search button {
    transition: all 0.25s linear;
    font-size: 0 !important;
    line-height: 0;
    height: 25px;
  }

  #header_nav .site_search button:hover {
    opacity: .6;
    transition: all 0.25s linear;
  }
}

body.fixed #header {
  position: fixed;
}

/* スライドイン */
body.h_hide #header {
  position: fixed;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.h_hide #header.as {
  -webkit-transition: .5s;
  transition: .5s;
}

body.h_hide #header.show {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.h_hide #header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media only screen and (min-width: 768px) {
  body.h_hide .header_top {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  body.h_hide #header_nav .innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1023px) {
  body.h_hide #header_nav .list_menu {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  body.h_hide #header_nav .list_wrap>* {
    margin: 0 13px;
  }
}

body.h_hide #header_nav .logo {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1023px) {
  body.h_hide #header_nav .logo {
    position: static;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 8px;
  }
}

/*-------------------------
  サイト内検索
-------------------------*/
#header .site_search:not(li) {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: #0068B7;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  #header .site_search:not(li) {
    display: none !important;
  }
}

#header .site_search:not(li) .innerWrap {
  max-width: 757px;
  padding: 11px 0;
}

#header .site_search:not(li) .keyword {
  position: relative;
}

#header .site_search:not(li) input[type="search"] {
  width: 100%;
  height: 38px;
  background: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1.5rem;
  padding: 5px 50px 5px 20px;
}

#header .site_search:not(li) button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 25px;
  background: url(../img/icon_search.png) no-repeat center center;
  background-size: cover;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#header.as .site_search:not(li).open {
  position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 428px) {
  .menuBtn {
    margin: 0 19px 0 2px;
  }
}

@media only screen and (max-width: 375px) {
  .menuBtn {
    margin-right: 5.07%;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39.93px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before,
#spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span,
#spMenuBtn.open .spMenuBtn_bar:before,
#spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 32px;
  height: 18px;
}

@media only screen and (min-width: 429px) {
  #spMenuBtn .spMenuBtn_bar {
    width: 26px;
  }
}

#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

#spMenuBtn.open .spMenuBtn_bar {
  width: 39.93px;
}

#spMenuBtn.open .spMenuBtn_bar span,
#spMenuBtn.open .spMenuBtn_bar:before,
#spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none;
}

#spMenuOverlay.open {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 77px;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  line-height: 1;
  padding: 0;
  -webkit-transform: translate3d(10%, 0, 0);
  transform: translate3d(10%, 0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#spMenu.open {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #spMenu {
    display: none;
  }
}

#spMenu.open {
  visibility: visible;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#spMenu .list_item {
  z-index: 0;
  margin: 53px 0 0;
}

#spMenu .list_item:first-child {
  margin-top: 0;
}

#spMenu .list_item>*:not(.list_child) {
  font-size: 1.8rem;
  font-weight: 700;
}

#spMenu .list_item>*:not(a) {
  cursor: default;
}

#spMenu .list_item>.list_child {
  font-size: 1.5rem;
  line-height: 1.66667;
  padding: 0 0 0 15px;
  margin: 34px 0 0;
  transition: all 0.25s linear;
}

#spMenu .list_item>.list_child>* {
  margin: 20px 0 0;
}

#spMenu .list_item>.list_child>*:first-child {
  margin-top: 0;
}

#spMenu .list_item>.list_child>* a:after {
  top: 6px;
}

#spMenu .list_item a {
  position: relative;
  display: block;
  padding-right: 14px;
  transition: all 0.25s linear;
}

#spMenu .list_item a:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222426;
  border-right: 2px solid #222426;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transition: all 0.25s linear;
}

#spMenu .list_item a:hover {
  color: #0068B7;
}

#spMenu .list_item a:hover:after {
  border-bottom-color: #0068B7;
  border-right-color: #0068B7;
}

#spMenu .list_item.pc_only {
  display: none;
}

#spMenu .language {
  color: #828487;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: .05em;
  margin: 80px 0 0;
}

#spMenu .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#spMenu .language li {
  position: relative;
  padding-left: 22px;
  margin-left: 22px;
}

#spMenu .language li:first-child {
  padding-left: 0;
  margin-left: 0;
}

#spMenu .language li:first-child:before {
  display: none;
}

#spMenu .language li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background: #D2D7DA;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#spMenu .language li.active {
  color: #222426;
}

#spMenu .language a {
  display: block;
  transition: all 0.25s linear;
}

#spMenu .language a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#spMenu .site_search:not(li) {
  margin-bottom: 53px;
}

#spMenu .site_search:not(li) .hd {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 17px;
}

#spMenu .site_search:not(li) .keyword {
  position: relative;
}

#spMenu .site_search:not(li) input[type="search"] {
  width: 100%;
  height: 42px;
  background: #fff;
  border: 2px solid #0068B7;
  border-radius: 100px;
  font-size: 1.5rem;
  padding: 5px 50px 5px 20px;
}

#spMenu .site_search:not(li) button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 25px;
  background: url(../img/icon_search.png) no-repeat center center;
  background-size: cover;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  background: url(../img/common/f_bg__pc.png) repeat-x center top;
  background-size: auto 100%;
  color: #fff;
  line-height: 1;
  padding: 260px 30px 0;
}
#footer:after{
	content: "";
	display: block;
	background: #0068B7;
	top: 240px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
  #footer {
    background-image: url(../img/common/f_bg_b__sp.png), url(../img/common/f_bg_t__sp.png);
    background-repeat: repeat-x;
    background-position: center bottom, center top;
    background-size: 767px auto;
    padding: 165px 15px 0;
    margin-top: 30px;
	}
	#footer:after{
		top: 150px;
	}
}

/*#footer:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #0068B7;
}*/

#footer .innerWrap {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #footer .sns {
    float: right;
    margin-top: -18px;
    margin-right: 85px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .sns {
    margin-top: 40px;
  }
}

#footer .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  #footer .sns ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#footer .sns li {
  width: 34px;
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  #footer .sns li {
    width: 50px;
    margin: 0 11px;
  }
}

#footer .sns a {
  display: block;
  transition: all 0.25s linear;
}

#footer .sns a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#footer .sns img {
  width: 100%;
  height: auto;
}

#footer .contact {
  clear: both;
  font-weight: 700;
  max-width: 1224px;
  margin: 63px auto 0;
}

@media only screen and (max-width: 767px) {
  #footer .contact {
    margin-top: 41px;
    padding: 0 15px;
  }
}

#footer .contact .logo {
  max-width: 294px;
  margin: 0 0 14px;
}

@media only screen and (max-width: 767px) {
  #footer .contact .logo {
    max-width: 275px;
    margin-bottom: 21px;
  }
}

#footer .contact .logo img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #footer .contact>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#footer .contact>div>dt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 1.8rem;
  margin: 0 39px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer .contact>div>dt {
    margin: 0 0 18px;
  }
}

#footer .contact>div>dd {
  width: 100%;
  letter-spacing: .04em;
  padding: 3px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer .contact>div>dd>dl>dt {
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  #footer .contact>div>dd>dl>dd>p {
    display: inline-block;
    line-height: 1.66667;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact>div>dd>dl>dd>p {
    display: block;
    font-size: 1.3rem;
    line-height: 1.53846;
  }
}

@media only screen and (min-width: 768px) {
  #footer .contact>div>dd>dl>dd>p:nth-child(1) {
    margin-right: 26px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact>div>dd>dl>dd>p:nth-child(1) {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) {
  #footer .contact>div>dd>dl>dd>p:nth-child(2) {
    margin-right: 16px;
  }
}

#footer_nav {
  max-width: 1224px;
  width: 100%;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.46667;
  letter-spacing: .03em;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #footer_nav {
    padding: 0 15px;
  }
}

#footer_nav .list_menu__inner {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #footer_nav .list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.471%;
    margin-bottom: -69px;
  }
}

#footer_nav .list_item {
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  #footer_nav .list_item {
    width: 18.519%;
    margin-right: 1.45%;
    margin-bottom: 69px;
  }
}

@media only screen and (max-width: 767px) {
  #footer_nav .list_item {
    margin: 39px 0 0;
  }
}

#footer_nav .list_item>*:not(.list_child) {
  font-size: 1.8rem;
}

#footer_nav .list_item>*:not(a) {
  cursor: default;
}

#footer_nav .list_item>.list_child {
  transition: all 0.25s linear;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  #footer_nav .list_item>.list_child {
    margin-top: 13px;
    margin-left: 15px;
  }
}

#footer_nav .list_item>.list_child>* {
  margin: 13px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer_nav .list_item>.list_child>* {
    margin-top: 14px;
  }
}

#footer_nav .list_item>.list_child>*:first-child {
  margin-top: 0;
}

#footer_nav .list_item a {
  transition: all 0.25s linear;
}

#footer_nav .list_item a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#footer_nav .list_item.sp_only:first-child {
  display: none;
}

@media only screen and (max-width: 767px) {
  #footer_nav .list_item.sp_only:first-child+* {
    margin-top: 0;
  }
}

#footer_nav .list_item:last-child {
  width: auto;
}

#footer_nav .list_item.sp_only:nth-last-child(2) {
  width: auto;
}

#footer_nav .list_item.site_search {
  display: none;
}

.footer_bottom {
  border-top: 1px solid #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.53846;
  padding: 18px 28px 15px;
  margin: 27px 0 0;
}

@media only screen and (min-width: 768px) {
  .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .footer_bottom {
    font-size: 1.4rem;
    text-align: center;
    padding: 23px 0 17px;
    margin-top: 23px;
  }
}

.footer_bottom .privacy {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  letter-spacing: .04em;
}

.footer_bottom .privacy a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  transition: all 0.25s linear;
}

.footer_bottom .privacy a:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.footer_bottom .privacy a:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media only screen and (max-width: 767px) {
  .footer_bottom .privacy a:after {
    top: 4px;
  }
}

.footer_bottom .copyright {
  width: 100%;
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
  .footer_bottom .copyright {
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: .04em;
  }
}

.pagetop_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .pagetop_wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }
}

#pagetop {
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 124px;
  z-index: 999;
  width: 62px;
  transition: all 0.25s linear;
}

#pagetop:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    top: 0;
    right: 15px;
    width: 50px;
  }
}

#pagetop img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
.wp_editer,
.entry {
  line-height: 2;
  /*
	*:last-child {
		margin-bottom: 0 !important;
	}
	p,ul,ol,table{
		margin-bottom: 30px;
		@include maxW($maxW: $sp) {
			margin-bottom: 15px;
		}
	}
	.alignleft{
		float:left;
		display: block;
		max-width: 50%;
		margin-right: 50px;
		@include maxW($maxW: $sp) {
			float: none;
			max-width: 100%;
			text-align: center;
			font-weight: normal;
			margin: 0 auto 30px !important;
		}
	}
	.alignright{
		float:right;
		display: block;
		max-width: 50%;
		margin-left: 50px;
		@include maxW($maxW: $sp) {
			float: none;
			max-width: 100%;
			text-align: center;
			font-weight: normal;
			margin: 0 auto 30px !important;
		}
	}
	.aligncenter{
		text-align:center;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	img{
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto 50px;
		@include maxW($maxW: $sp) {
			margin: 30px auto;
		}
		&.alignleft ,
		&.alignright {
			@include minW($minW: $sp) {
				margin-top: 7px;
			}
		}
	}
	table{
		border-top: 1px solid $border-color;
		border-left: 1px solid $border-color;
		th,td{
			border-bottom: 1px solid $border-color;
			border-right: 1px solid $border-color;
			padding:5px 20px;
			text-align:left;
		}
		th{
			background: $border-color2;
			font-weight:700;
		}
	}
	pre {
		white-space: normal;
	}
	.wp-caption{
		max-width: inherit !important;
		width: 100% !important;
		margin: 0 0 32px;
	}
	.wp-caption-text{
		font-size: 80%;
		margin: -20px 0 0;
	}
	em {
		font-style: italic;
	}
	strong {
		font-weight: 700;
	}
	hr {
		height: 1px;
		background: $border-color;
		border: none;
		margin: 60px 0;
	}
	ul , ol {
		list-style-position: inside;
		li {
			list-style: inherit;
			text-indent: -1.3em;
			padding-left: 1.3em;
			margin-top: 15px;
			&:first-child {
				margin-top: 0;
			}
			> ul , > ol {
				margin-top: 15px;
			}
		}
	}
	ul {
		list-style-type: disc;
	}
	ol {
		list-style-type: decimal;
	}
	a {
		color: #4DB2FF;
		text-decoration: underline;
		@include ro;
	}
	blockquote {
		overflow: hidden;
		position: relative;
		display: flex;
		background: $border-color2;
		min-height: 110px;
		text-align: left;
		padding: 25px 50px;
		margin: 0 0 30px;
		@include maxW($maxW: $sp) {
			padding: 25px 30px;
		}
		&:before , &:after {
			position: absolute;
			color: $border-color;
			@include en;
			font-size: 6.0rem;
			line-height: 1.0;
		}
		&:before {
			content: '“';
			top: 18px;
			left: 15px;
			@include maxW($maxW: $sp) {
				top: 12px;
				left: 10px;
			}
		}
		&:after {
			content: '”';
			bottom: -12px;
			right: 15px;
			@include maxW($maxW: $sp) {
				bottom: -15px;
				right: 11px;
			}
		}
		> *:last-child {
			margin-bottom: 0;
		}
	}
	p + {
		h1 , h2 , h3 , h4 , h5 , h6 {
			margin-top: 40px;
		}
	}
	h1 , h2 , h3 , h4 , h5 , h6 {
		font-weight: 700;
		line-height: 1.6;
		margin: 0 0 20px;
		@include maxW($maxW: $sp) {
			margin-bottom: 15px;
		}
	}
	h1 {
		font-size: 200%;
		@include maxW($maxW: $sp) {
			font-size: 160%;
		}
	}
	h2 {
		color: $text-color;
		font-size: 173.3333%;
		margin: 0 0 23px;
		@include maxW($maxW: $sp) {
			font-size: 146%;
			margin-bottom: 20px;
		}
	}
	h3 {
		color: $text-color;
		font-size: 146.6666%;
		border-bottom: 1px solid $text-color;
		padding: 13px 0;
		margin: 0 0 24px;
		@include maxW($maxW: $sp) {
			font-size: 134%;
			padding: 7px 0;
			margin-bottom: 20px;
		}
	}
	h4 {
		position: relative;
		z-index: 0;
		color: #fff;
		font-size: 120%;
		padding: 10px 20px;
		@include maxW($maxW: $sp) {
			font-size: 106%;
			padding: 7px 15px;
		}
		&:before {
			content: '';
			opacity: .65;
			@include absolute;
			z-index: -1;
			background: $txt_color;
		}
	}
	h5 {
		color: $text-color;
		font-size: 120%;
		border-left: 2px solid $text-color;
		padding-left: 15px;
		@include maxW($maxW: $sp) {
			font-size: 106%;
			padding-left: 12px;
		}
	}
	h6 {
		font-size: 120%;
		@include maxW($maxW: $sp) {
			font-size: 106%;
		}
	}
	.js-scrollable {
		table {
			@include maxW($maxW: $sp) {
				min-width: 400px;
			}
		}
	}
	*/
}

.news_txt {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.news_txt .txt,
.wp_editer p,
.entry p,
.wp_editer .wp-block-image,
.entry .wp-block-image,
.wp_editer .wp-block-lazyblock-indentbox,
.entry .wp-block-lazyblock-indentbox,
.wp_editer .wp-block-lazyblock-bgbox,
.entry .wp-block-lazyblock-bgbox,
.wp_editer .wp-block-lazyblock-borderbox,
.entry .wp-block-lazyblock-borderbox {
  margin-bottom: 40px;
}

.wp_editer div.wp-block-lazyblock-indentbox p:last-of-type,
.entry div.wp-block-lazyblock-indentbox p:last-of-type,
.wp_editer div.wp-block-lazyblock-bgbox p:last-of-type,
.entry div.wp-block-lazyblock-bgbox p:last-of-type,
.wp_editer div.wp-block-lazyblock-borderbox p:last-of-type,
.entry div.wp-block-lazyblock-borderbox p:last-of-type {
  margin-bottom: 0;
}

.news_txt .txt strong,
.wp_editer p em,
.entry p em {
  color: red;
  font-weight: inherit;
}

.wp_editer p strong,
.entry p strong {
  font-weight: bold;
}

.news_txt .txt span,
.wp_editer h2,
.entry h2 {
  display: block;
  padding: 5px 10px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  background-color: #8e8e8e;
}

.wp_editer h3,
.entry h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.news_txt .txt span.bgc01 {
  background-color: #69b253;
}

.news_txt .txt span span {
  display: inline-block;
  font-size: 0.8em;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

.news_txt .btn01 {
  margin: auto;
}

.news_txt .btn01 a,
.news_txt .btn01 button {
  background-color: #308916;
  color: #fff;
  text-decoration: none;
}

.news_txt .btn01 a:hover,
.news_txt .btn01 button:hover {
  opacity: 1;
}

.news_title {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .news_title {
    font-size: 1.8rem;
    text-align: left;
  }
}

.news_txt .date {
  display: block;
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.4rem;
}

.news_txt .date_edited {
  margin-bottom: 0;
}

.news_txt .atena {
  display: block;
  margin-bottom: 20px;
}

.news_txt .indent,
.wp_editer .wp-block-lazyblock-indentbox,
.entry .wp-block-lazyblock-indentbox {
  padding-left: 2em;
}

.news_txt .border_box,
.wp_editer .wp-block-lazyblock-borderbox,
.entry .wp-block-lazyblock-borderbox {
  border: 1px solid #ccc;
  padding: 30px;
}

.news_txt a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

.news_txt a:hover {
  opacity: 0.8;
}

.news_txt img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}

.news_txt table {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  line-height: 1.3;
}

.news_txt tr {
  display: block;
  padding: 7px 0;
}

.news_txt td:nth-child(1) {
  display: inline-block;
  width: calc(70% - 5em);
  padding: 0 2em -0px 3em;
}

.news_txt td:nth-child(2n) {
  display: inline-block;
  width: 30%;
}

.news_txt h5 {
  font-size: 1em;
  font-weight: 700;
  display: block;
  padding-left: 2em;
}

.news_txt .news_img_l {
  width: 400px;
  display: inline-block;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .news_txt td:nth-child(1) {
    width: 100%;
    padding: 0;
    font-size: 1.3rem;
  }

  .news_txt td:nth-child(2n) {
    width: 100%;
    text-align: right;
  }

  .news_txt h5 {
    padding-left: 0;
  }
}

/*


WP化
.wp_editer 対応


*/
.wp_editer .has-text-align-center,
.entry .has-text-align-center {
  text-align: center;
}

.wp_editer .has-text-align-right,
.entry .has-text-align-right {
  text-align: right;
}

.wp_editer ol,
.entry ol,
.wp_editer ul,
.entry ul {
  margin-bottom: 40px;
}

.wp_editer ol,
.entry ol {
  padding-left: 1.3em;
}

.wp_editer ol li,
.entry ol li {
  list-style-type: decimal;
  padding-left: 0.5em;
  margin-bottom: 10px;
}

.wp_editer ol p,
.wp_editer li p,
.entry ol p,
.entry li p {
  padding-bottom: 10px;
  line-height: 1.8;
}

.wp_editer h5,
.wp_editer table,
.entry h5,
.entry table {
  padding-left: 0;
}

.wp_editer .txt a,
.entry .txt a {
  display: block;
  max-width: 100%;
  /*	margin: 20px 0 40px;*/
}

.wp_editer .txt a[href^="mailto"],
.entry .txt a[href^="mailto"] {
  display: inline;
}

.wp_editer .txt tr,
.entry .txt tr {
  display: block;
  padding: 7px 0;
}

.wp_editer .txt td:nth-child(1),
.entry .txt td:nth-child(1) {
  display: inline-block;
  width: calc(70% - 2em);
  padding: 0 2em 0 0;
}

.wp_editer .txt td:nth-child(2n),
.entry .txt td:nth-child(2n) {
  display: inline-block;
  width: calc(30% + 1em);
}

.wp_editer .bg_box,
.wp_editer .wp-block-lazyblock-bgbox,
.entry .bg_box,
.entry .wp-block-lazyblock-bgbox {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #e8e8e8;
}

.wp_editer ol.latin li,
.entry ol.latin li {
  list-style-type: lower-latin;
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  font-weight: 500;
  line-height: 1.0;
  padding: 36px 0;
  margin: 48px 0 0;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 30px 15px;
    margin-top: 25px;
  }
}

.wp-pagenavi img {
  width: 12px;
  height: auto;
}

.wp-pagenavi .first img,
.wp-pagenavi .previouspostslink img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wp-pagenavi .first {
  padding-left: 0;
}

.wp-pagenavi .last {
  padding-right: 0;
}

.wp-pagenavi .previouspostslink {
  margin: 0 16px;
}

.wp-pagenavi .nextpostslink {
  margin: 0 16px;
}

.wp-pagenavi>*:not(.current) {
  color: #0068B7;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  margin: 0 16px;
}

.wp-pagenavi .page {
  transition-duration: 0.25s;
}

.wp-pagenavi .page:hover {
  opacity: .8;
  transition-duration: 0.25s;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .page {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■404
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_404 .vi_btn01 {
  margin: 60px auto 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form {
  /*
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	*/
}

.form input,
.form select,
.form textarea,
.form button {
  font-family: "Open Sans", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form input[type="url"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-color: #000;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #828487;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  background: #fff;
}

.form input[type="text"].problem,
.form input[type="tel"].problem,
.form input[type="email"].problem,
.form input[type="password"].problem,
.form input[type="number"].problem,
.form input[type="url"].problem {
  background-color: #fff2f2;
  border: 2px solid #E60012;
}

.form input[type="text"].problem+.mfp_err,
.form input[type="tel"].problem+.mfp_err,
.form input[type="email"].problem+.mfp_err,
.form input[type="password"].problem+.mfp_err,
.form input[type="number"].problem+.mfp_err,
.form input[type="url"].problem+.mfp_err {
  display: block;
}

.form input[type="text"][disabled],
.form input[type="tel"][disabled],
.form input[type="email"][disabled],
.form input[type="password"][disabled],
.form input[type="number"][disabled],
.form input[type="url"][disabled] {
  color: #F7F7F7;
  background-color: #D2D7DA;
  border-color: #F7F7F7;
}

.form input[type="text"][readonly],
.form input[type="tel"][readonly],
.form input[type="email"][readonly],
.form input[type="password"][readonly],
.form input[type="number"][readonly],
.form input[type="url"][readonly] {
  background: none;
  border: none;
  outline: none;
}

.form input[type=time],
.form input[type=date],
.form input[type=month] {
  outline-color: #000;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #828487;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  background: #fff;
}

.form input[type=time].problem,
.form input[type=date].problem,
.form input[type=month].problem {
  background-color: #fff2f2;
  border: 2px solid #E60012;
}

.form input[type=time].problem+.mfp_err,
.form input[type=date].problem+.mfp_err,
.form input[type=month].problem+.mfp_err {
  display: block;
}

.form input[type=time][disabled],
.form input[type=date][disabled],
.form input[type=month][disabled] {
  color: #F7F7F7;
  background-color: #D2D7DA;
  border-color: #F7F7F7;
}

.form input[type=time][readonly],
.form input[type=date][readonly],
.form input[type=month][readonly] {
  background: none;
  border: none;
  outline: none;
}

.form input[type=time]::-webkit-date-and-time-value,
.form input[type=date]::-webkit-date-and-time-value,
.form input[type=month]::-webkit-date-and-time-value {
  text-align: left;
}

.form input[type="number"] {
  padding-right: 0;
}

.form select {
  outline-color: #000;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #828487;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  padding-right: 0;
  text-indent: 15px;
  padding-left: 0;
  padding-right: 0;
}

.form select.problem {
  background-color: #fff2f2;
  border: 2px solid #E60012;
}

.form select.problem+.mfp_err {
  display: block;
}

.form select[disabled] {
  color: #F7F7F7;
  background-color: #D2D7DA;
  border-color: #F7F7F7;
}

.form select[readonly] {
  background: none;
  border: none;
  outline: none;
}

.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-color: #000;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #828487;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  display: block;
  resize: none;
  resize: both;
  height: 178px;
  background: #fff;
}

.form textarea.problem {
  background-color: #fff2f2;
  border: 2px solid #E60012;
}

.form textarea.problem+.mfp_err {
  display: block;
}

.form textarea[disabled] {
  color: #F7F7F7;
  background-color: #D2D7DA;
  border-color: #F7F7F7;
}

.form textarea[readonly] {
  background: none;
  border: none;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .form textarea {
    height: 126px;
  }
}

.form button,
.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.form button:not(.btn_inner):hover,
.form input[type="submit"]:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label {
  cursor: pointer;
}

.form label span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
}

.form label span:before,
.form label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before {
  left: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #828487;
  background: #fff;
  transition: all 0.25s linear;
}

.form label span:after {
  opacity: 0;
  top: 0;
  margin: auto;
  transition: all 0.25s linear;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked+span:after,
.form input[type="radio"]:checked+input+span:after,
.form input[type="checkbox"]:checked+span:after,
.form input[type="checkbox"]:checked+input+span:after {
  opacity: 1;
  transition: all 0.25s linear;
}

.form label input[type="radio"]+span:before,
.form label input[type="radio"]+input+span:before,
.form label input[type="radio"]+span:after,
.form label input[type="radio"]+input+span:after {
  border-radius: 50%;
}

.form label input[type="radio"]+span:after,
.form label input[type="radio"]+input+span:after {
  top: 7px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #000;
}

.form label input[type="checkbox"]+span:after,
.form label input[type="checkbox"]+input+span:after {
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .custombtn label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
  }

  .custombtn label span:before,
  .custombtn label span:after {
    z-index: -1;
  }

  .custombtn label span:after {
    display: none;
  }

  .custombtn label input[type="radio"]+span:before,
  .custombtn label input[type="radio"]+input+span:before,
  .custombtn label input[type="radio"]+span:after,
  .custombtn label input[type="radio"]+input+span:after,
  .custombtn label input[type="checkbox"]+span:before,
  .custombtn label input[type="checkbox"]+input+span:before,
  .custombtn label input[type="checkbox"]+span:after,
  .custombtn label input[type="checkbox"]+input+span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }

  .custombtn label input[type="checkbox"]+span:after,
  .custombtn label input[type="checkbox"]+input+span:after {
    border: none;
    background: #ccc;
    -webkit-transform: none;
    transform: none;
  }

  .custombtn label input[type="radio"]:checked+span,
  .custombtn label input[type="radio"]:checked+input+span,
  .custombtn label input[type="checkbox"]:checked+input+span,
  .custombtn label input[type="checkbox"]:checked+span {
    color: #fff;
  }

  .custombtn label input[type="checkbox"]:checked+input+span:before,
  .custombtn label input[type="checkbox"]:checked+span:before {
    background-color: #6e6e6e;
  }

  .custombtn label input[type="radio"]:checked+span:before,
  .custombtn label input[type="radio"]:checked+input+span:before,
  .custombtn label input[type="checkbox"]:checked+span:before,
  .custombtn label input[type="checkbox"]:checked+input+span:before {
    background-color: #f00;
  }
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select select::-ms-expand {
  display: none;
}

/*--------------------------------------------------
  プレースホルダー
--------------------------------------------------*/
:placeholder-shown {
  color: #D2D7DA !important;
}

::-webkit-input-placeholder {
  color: #D2D7DA !important;
}

:-moz-placeholder {
  opacity: 1;
  color: #D2D7DA !important;
}

::-moz-placeholder {
  opacity: 1;
  color: #D2D7DA !important;
}

:-ms-input-placeholder {
  color: #D2D7DA !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■↓↓↓お問合せフォーム　各サイトごとに自由編集↓↓↓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  メールフォームプロ
--------------------------------------------------*/
/* エラー */
div.mfp_err {
  clear: both;
  color: #E60012;
  line-height: normal;
  text-align: left;
  padding: 0;
  margin: 2px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
  div.mfp_err {
    font-size: 1.3rem;
  }
}

div.mfp_err::before {
  content: '※エラー：';
}

div.mfp_err:empty {
  display: none;
}

.lang_en div.mfp_err::before {
  content: '*error: ';
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.mfp_ng~span::before {
  background-color: #fff2f2 !important;
  border-color: #E60012 !important;
}

/*
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
*/
/* ボタン */
div.mfp_buttons .mfp_element_submit,
div.mfp_buttons .mfp_element_reset,
div.mfp_buttons .mfp_element_button,
div.mfp_buttons button.mfp_next,
div.mfp_buttons button.mfp_prev {
  box-shadow: none;
}

/* テーブル */
#mfp_confirm_table tr {
  background: none;
}

#mfp_confirm_table th,
#mfp_confirm_table td {
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {

  #mfp_confirm_table th,
  #mfp_confirm_table td {
    display: block;
    width: 100%;
  }
}

/*  */
#mfp_warning {
  background-color: #fff2f2;
  border: 2px solid #E60012;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
  border-radius: 0;
  padding: 20px 30px;
  margin-bottom: 40px;
}

#mfp_warning em {
  font-style: italic;
}

#mfp_warning strong,
#mfp_warning b {
  font-weight: 700;
}

#mfp_warning a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

#mfp_warning a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

#mfp_warning a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

#mfp_warning a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

#mfp_warning a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  #mfp_warning a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #mfp_warning.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_warning.sp_center {
    text-align: center;
  }
}

#mfp_warning.center {
  text-align: center;
}

#mfp_warning:not(p)>*:first-child {
  margin-top: 0;
}

#mfp_warning strong {
  font-weight: bold;
}

#mfp_warning p {
  text-align: center;
}

#mfp_warning p strong {
  color: #E60012;
  font-size: 120%;
}

/*--------------------------------------------------
	入力画面
--------------------------------------------------*/
#sec_contact_form .list_input ul+ul {
  margin-top: 15px;
}

#sec_contact_form .list_input li {
  margin: 0 20px 10px 0;
}

.file {
  cursor: pointer;
  transition: all 0.25s linear;
  display: inline-flex;
  align-items: center;
}

.file:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .file {
    flex-wrap: wrap;
  }
}

.file #fileupload {
  position: absolute;
  top: -9999px;
}

.file #filebtn {
  outline-color: #000;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #828487;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 169px;
  border-radius: 100px;
  font-size: 100%;
  font-size: 1.6rem;
  letter-spacing: .05em;
  margin-right: 20px;
}

.file #filebtn.problem {
  background-color: #fff2f2;
  border: 2px solid #E60012;
}

.file #filebtn.problem+.mfp_err {
  display: block;
}

.file #filebtn[disabled] {
  color: #F7F7F7;
  background-color: #D2D7DA;
  border-color: #F7F7F7;
}

.file #filebtn[readonly] {
  background: none;
  border: none;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .file #filebtn {
    width: auto;
    margin-right: 10px;
    padding-left: 17px;
    padding-right: 17px;
  }
}

.file #filename {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .file #filename {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px 0;
    word-break: break-all;
  }
}

.form .form_wrap {
  margin-bottom: 56px;
}

@media only screen and (min-width: 768px) {
  .form .form_wrap>*:not(:first-child) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .form .form_wrap>*:not(:first-child) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .form .form_item {
    display: flex;
  }
}

.form .form_item[hidden] {
  display: none;
}

.form .form_item .item_title {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .form .form_item .item_title {
    flex: 1 0 auto;
    max-width: 321px;
    width: 32.1%;
    padding: 11.5px 96px 11.5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .form .form_item .item_title {
    margin-bottom: 8px;
  }
}

.form .form_item .item_title .required {
  display: inline-block;
  vertical-align: top;
  color: #E60012;
  font-size: 1.5rem;
  line-height: 1.2;
  background: #fff;
  border: 1px solid #E60012;
  border-radius: 100px;
  padding: 3px 12px;
}

@media only screen and (min-width: 768px) {
  .form .form_item .item_title .required {
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .form .form_item .item_title .required {
    margin-left: 10px;
  }
}

.form .form_item .item_title small {
  display: inline-block;
  vertical-align: top;
  font-size: 83.3335%;
}

.form .form_item .item_main {
  width: 100%;
}

.form .form_item .flex {
  display: flex;
}

.form .form_item .flex>* {
  flex: 1;
}

.form .form_item .flex>*:not(input):not(:first-child) {
  margin-left: 21px;
}

@media only screen and (max-width: 767px) {
  .form .form_item .flex>*:not(input):not(:first-child) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .form .form_item div.mfp_err {
    height: 0;
  }
}

.form .form_item .privacy {
  padding: 11.5px 0;
  /*
			.mfp_not_checked {
				span {
					&::before {
						@include errorbox;
					}
				}
			}
			*/
}

.form .form_item .privacy em {
  font-style: italic;
}

.form .form_item .privacy strong,
.form .form_item .privacy b {
  font-weight: 700;
}

.form .form_item .privacy a:not(.btn_inner) {
  color: #0068B7;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.form .form_item .privacy a:not(.btn_inner):hover {
  opacity: .6;
  transition: all 0.25s linear;
}

.form .form_item .privacy a:not(.btn_inner):not([href^="mailto:"])[target="_blank"] {
  position: relative;
  margin-right: 3px;
}

.form .form_item .privacy a:not(.btn_inner):not([href^="mailto:"])[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_blu.png) no-repeat left top;
  background-size: cover;
  margin-left: 2px;
}

.form .form_item .privacy a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 15px;
  background: url(../img/icon_pdf_blu.png) no-repeat left center;
  background-size: 100% auto;
  margin-left: 5px;
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .form .form_item .privacy a:not(.btn_inner):not([href^="mailto:"])[target="_blank"][href$=".pdf"]:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .form .form_item .privacy.pc_center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .form .form_item .privacy.sp_center {
    text-align: center;
  }
}

.form .form_item .privacy.center {
  text-align: center;
}

.form .form_item .privacy:not(p)>*:first-child {
  margin-top: 0;
}

.form .form_item .privacy .check {
  display: inline-block;
  font-size: 1.8rem;
}

.form .form_item .privacy .check span {
  padding: 4px 0 4px 44px;
}

.form .form_item .privacy .check span::before {
  width: 26px;
  height: 26px;
}

.form .form_item .privacy .check span::after {
  top: 3px;
  left: 8px;
  width: 10px;
  height: 16px;
}

.form .form_item .privacy .check .mfp_element_checkbox,
.form .form_item .privacy .check .mfp_element_radio {
  margin: 0;
}

.form .form_item .privacy label {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.form .form_item .privacy .mfp_err:not(:empty) {
  height: auto;
}

.form .form_item .privacy .mfp_err {
  margin-top: 5px;
}

.form .vi_btn02 {
  margin: 80px auto 0;
}

@media only screen and (min-width: 768px) {
  .lang_en .form .form_item .item_title {
    padding-right: 121px;
  }
}

@media only screen and (max-width: 767px) {
  .lang_en .form .form_item .item_title {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .lang_en .form .form_item .required {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*--------------------------------------------------
	確認画面
--------------------------------------------------*/
#mfp_confirm_table {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #mfp_confirm_table {
    margin: 50px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table {
    margin: 35px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table tr {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table tr:not(:first-child) {
    margin-top: 30px;
  }
}

#mfp_confirm_table th {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  #mfp_confirm_table th {
    max-width: 321px;
    width: 32.1%;
    padding: 11.5px 2em 11.5px 0;
  }
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th {
    margin-bottom: 8px;
  }
}

#mfp_confirm_table td {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .03em;
}

@media only screen and (min-width: 768px) {
  #mfp_confirm_table td {
    padding: 11px 0;
  }
}

div.mfp_buttons {
  padding: 0;
}

div.mfp_buttons .vi_btn02 {
  width: 100%;
  margin: 0 auto;
}

div.mfp_buttons .vi_btn01 {
  display: inline-block;
  max-width: inherit;
}

@media only screen and (min-width: 768px) {
  div.mfp_buttons .vi_btn01 {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  div.mfp_buttons .vi_btn01 {
    margin: 20px 0 0;
  }
}

div.mfp_buttons .vi_btn01 .btn_inner {
  display: inline-block;
  min-height: inherit;
  border: none;
  padding: 0;
  transition: all 0.25s linear;
}

div.mfp_buttons .vi_btn01 .btn_inner:hover {
  opacity: .6;
  transition: all 0.25s linear;
}

div.mfp_buttons .vi_btn01 .btn_inner::before {
  display: none;
}

div.mfp_buttons .vi_btn01 .btn_inner span {
  max-width: inherit;
  padding: 0 27px;
}

div.mfp_buttons .vi_btn01 .btn_inner span::after {
  left: 2px;
}






/* 202310 */
body {
  padding-top: 149px;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 59px;
  }
}



.header_top {
  background-color: #0068B7;
  z-index: 2;
  overflow: visible;
  height: 76px;
}
@media only screen and (max-width: 767px) {
  .header_top {
    height: 59px;
  }
}

.header_top .innerWrap {
  height: auto;
  width: 100%;
  display: block;
  height: 100%;
}
.innerWrapTest {
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}
.header_top .innerWrap:before {
  display: none;
}
.header_top .box2 {
  background: transparent;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;

  @media only screen and (max-width: 767px) {
    /* padding-top: 0; */
  }
}

.header_top:before {
  display: none;
}
.header_top .logo {
  left: 30px;
  width: auto;
  bottom: auto;
  right: auto;
  height: auto!important;
  top: 0;
  margin: auto;
  top: 0;
}
.h_hide .header_top .logo {
  top: -20px;
}
.h_hide .show .header_top .logo {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .header_top .logo {
    left: 16px;
  }
}
@media only screen and (max-width: 428px) {
  .header_top .logo {
    left: 12px;
  }
}
.header_top .logo a {
  background-color: #fff;
  display: inline-flex;
}

.header_top .logo img {
  height: 100px;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
@media only screen and (max-width: 767px) {
  .header_top .logo img {
    height: 66px;
  }
}

#header {
  /* overflow: hidden;
  overflow-y: visible; */
}

#header_nav {
  background-color: #fbfbfb;
}

#header_nav .list_wrap {
  margin-left: 0;
  margin-right: 0;
}

/*  */
#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
  background-color: #fff;
}
#spMenuBtn.open .spMenuBtn_bar span,
#spMenuBtn.open .spMenuBtn_bar:before,
#spMenuBtn.open .spMenuBtn_bar:after {
  background-color: #fff;
}



/* include-contact-btn */


.include-contact-btn {
  display: flex;
  align-items: center;
}

.hd-contact-btn-wrap {
  padding-right: clamp(1em, 2em, 3vw);
}

.hd-contact-btn {
  background-color: #fff;
  /* color: #fff; */
  padding: 0.65em .75em;
  border-radius: 80px;
  font-weight: bold;
  font-size: clamp(12px, 14px, 2vw);
  text-align: center;
  
  
  /* border: solid 1px #E60012; */
  /* background-color: rgba(210, 215, 218, .2); */
  /* box-shadow: 0 0 0px 1px rgba(210, 215, 218, .8); */
  display: block;
  transition: box-shadow .3s, background-color .3s;
}
[lang="ja_JP"] .hd-contact-btn {
  letter-spacing: -.1em;
}
.hd-contact-btn:hover {
  cursor: pointer!important;
  box-shadow: 0 0 6px rgba(255, 255, 255, .8);
  background-color: #fff;
}

/*  */
.header_top .countdown {
  color: #fff;
}
.header_top .countdown .num {
  color: #fff;
}

[lang="ja_JP"] .hd-contact-btn[data-lang="en"] {
  display: none;
}
[lang="en"] .hd-contact-btn[data-lang="ja"],
[lang="fr"] .hd-contact-btn[data-lang="ja"] {
  display: none;
}

.header_top .language {
  padding-right: 4em;
  margin-bottom: 0;
  color: #fff;
}
.header_top .language li.active {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/*  */
#header_nav .list_wrap {
  align-items: end;
}
@media only screen and (max-width: 1200px) {
  #header_nav .list_wrap {
    justify-content: end;
  }
}
#header_nav .list_wrap>* {
  margin-left: clamp(10px, 18px, 1.5vw);
  margin-right: clamp(10px, 18px, 1.5vw);
  /* margin-left: 0.5em; */
}
#header_nav .list_item>.list_child {
  padding-top: 30px;
}
#header_nav .list_item>.list_child:before {
  top: 10px!important;
}
#header_nav .list_item>*:not(.list_child) {
  font-size: clamp(.75rem, 1.5rem, 1.5vw);
}

@media only screen and (max-width: 1252px) {
  #header_nav .site_search button {
    transition: all 0.25s linear;
    font-size: 0 !important;
    line-height: 0;
    height: 25px;
  }

  #header_nav .site_search button:hover {
    opacity: .6;
    transition: all 0.25s linear;
  }
}



/* table に 罫線 */
.table-w-auto table,
table.table-w-auto {
  width: auto !important;
}

.wp-block-flexible-table-block-table {
  width: 100%;
  text-align: left;
}
.wp-block-flexible-table-block-table table {
  text-align: left;
  border-spacing: 0;
  display: table !important;
  line-height: 1.5
}

.wp-block-flexible-table-block-table tr {
  display: table-row !important;
}

.wp-block-flexible-table-block-table th {
  background-color: #f7f7f7;
}

.wp-block-flexible-table-block-table th,
.wp-block-flexible-table-block-table td{
  width: auto;
  display: table-cell !important;
  border: solid 1px #ddd;
  padding: .75em !important;
}
/* img */
.wp-block-flexible-table-block-table img {
  height: auto;
}

/* 言語 */

.g-expo-header-lang {
  position: relative;
    width: 100px;
    height: 54px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important
}
.g-expo-header-lang__btn {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  border: 1px solid #282828;
  padding: 0 2.3em 0 1.5em;
  font-size: 12px;
  width: 100px;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
}

.g-expo-header-lang__body {
  position: absolute;
  width: 100px;
  top: 54px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s
}
/* .g-expo-header-lang.-show .g-expo-header-lang__body {
  opacity: 1;
  pointer-events: auto
} */
.g-expo-header-lang:hover  .g-expo-header-lang__body {
   opacity: 1;
   pointer-events: auto
 }

.g-expo-header-lang__body__btn {
  display: block;
  font-size: 12px;
  width: 100%;
  height: 26px;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 10px;
  transition: all .1s;
  color: #282828;
  font-weight: normal;
}
.g-expo-header-lang__body__btn:hover {
  transform: translate(3px);
  opacity: .6
}

.g-expo-header-lang__btn__arrow {
  border: solid #282828;
  border-width: 0 1px 1px 0;
  padding: 3px;
  display: block;
  transform-origin: center center;
  transform: rotate(45deg);
  margin-bottom: 2px;
  position: absolute;
  right: 1em;
  vertical-align: middle
}

/* .g-expo-header-lang.-show .g-expo-header-lang__btn {
  background-color: #fff;
} */
.g-expo-header-lang:hover .g-expo-header-lang__btn__arrow {
  transform: translateY(50%) rotate(225deg)
}

/* ft */

.g-expo-nav-menu-lang {
  position: relative;
  margin-bottom: 3em;
}

.g-expo-nav-menu-lang__btn {
  position: relative;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  border: 1px solid #282828;
  width: 100%;
  height: 9.333333333333334vw;
  background-color: #fff;
}

.g-expo-nav-menu-lang__btn__txt {
  display: block;
  padding-bottom: .15em;
  color: #282828;
  font-size: 3.733333333333334vw;
  font-weight: 700
}

.g-expo-nav-menu-lang__btn__arrow {
  border: solid #282828;
  border-width: 0 1px 1px 0;
  padding: .666666666666667vw;
  display: block;
  transform-origin: center center;
  transform: scaleX(1.4) rotate(45deg);
  margin-bottom: .533333333333333vw;
  position: absolute;
  right: 2em;
  vertical-align: middle
}

/* .g-expo-nav-menu-lang.-show .g-expo-nav-menu-lang__btn__arrow {
  transform: scaleX(1.4) translateY(50%) rotate(225deg)
} */
#ftLanguage:checked ~ [for="ftLanguage"] .g-expo-nav-menu-lang__btn__arrow {
  transform: scaleX(1.4) translateY(50%) rotate(225deg);
}
#ftLanguage:checked ~ .g-expo-nav-menu-lang__body {
  height: auto;
}

.g-expo-nav-menu-lang__body {
  width: 100%;
  height: 0;
  overflow: hidden;
  /* height: auto; */
}

.g-expo-nav-menu-lang__body__btn {
  display: block;
  font-size: 3.733333333333334vw;
  width: 100%;
  height: 9.333333333333334vw;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 5.066666666666666vw;
  margin-top: 1px;
  background-color: #e6ebeb
}

.g-expo-nav-menu-lang__body__btn:first-child {
  margin-top: 0
}



/*-------------------------
sp_scroll
-------------------------*/
.sp_scroll .scroll_area{
	border: 1px solid #D2D7DA;
}
@media only screen and (max-width: 767px) {
	.sp_scroll:before{
		content: "▼横にスクロールしてご覧ください";
		display: block;
		margin-bottom: 5px;
	}
	.sp_scroll .scroll_area{
		overflow-x: auto;
	}
	.sp_scroll table{
		width: 700px;
	}
	.sp_scroll img{
		width: 710px !important;
		max-width: inherit;
		height: auto;
	}
}

/*-------------------------
追従バナー
-------------------------*/
#bnrStop {
	width: 100%;
	height: 0;
	position: static;
	padding-top: 30px;
};

#bnrStop a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#bnrStop #bnr {
	width: 280px;
	height: 107px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 10;
	bottom: -150px;
	transition: all 0.25s linear;
}
#bnrStop #bnr.active{
	bottom: 20px;
}
#bnrStop #bnr img{
	width: 100%;
	height: auto;
}

/* バナー停止時 */
/*#page_by-project .signature-container{
	padding-bottom: 180px !important;
}
@media only screen and (max-width: 767px) {
	#page_by-project .signature-container{
		padding-bottom: 75px !important;
	}
}*/
#bnrStop.stop {
	position: relative;
}
#bnrStop.stop #bnr {
	position: absolute;
	top: auto;
	bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.contents{
		padding-bottom: 80px !important;
	}
	#bnrStop #bnr {
		width: 260px;
		height: 99px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -100px;
	}
	#bnrStop #bnr.active{
		bottom: 10px;
	}
}
