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

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 th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
	font-weight: 700;
	background: rgba(155, 210, 0, 0.15);
}
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 {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  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;
}
div.mfp_buttons button#mfp_button_send {
	color: #fff;
	font-weight: 600;
	background-color: #7e7e7e;
	border-radius: 25px;
	padding: 17px 0;
	text-align: center;
	min-width: 230px;
	position: relative;
}
div.mfp_buttons button#mfp_button_cancel {
	border: 1px solid #C8C8C8;
	background: #fff;
}*/
.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.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 {
  cursor: pointer;
  outline: none;
}

.mfp_element_reset {
  color: #333;
}

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

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

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  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
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  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 {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic UI", "游ゴシックUI", "Yu Gothic UI Medium", "游ゴシックUI 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;
  position: relative;
  background: white;
  color: #727272;
  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;
}

body a {
  word-break: break-all;
}

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  display: none;
}

@media screen and (max-width: 767px) {
  .menuBtn {
    display: block;
    margin-right: -10px;
  }
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  padding: 11px 9px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  width: 40px;
  height: 22px;
}

#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%;
  height: 2px;
  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 .spMenuBtn_txt {
  display: block;
  width: 40px;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#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%;
  height: 2px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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: 22px;
  height: 18px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #FF6EAD;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  background-color: #FF6EAD;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 9999;
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  top: 0;
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  background-color: #F3EEE4;
  margin-top: 66px;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .inner {
  /*
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative;
        box-sizing: border-box;
    */
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0px 0;
}

#spMenu .spMenu_inner {
  width: 100%;
}

#closeBtn {
  z-index: 9999999;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  outline: none;
}

#closeBtn .closeBtn_bar {
  position: relative;
  width: 22px;
  height: 22px;
}

#closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  content: '';
}

#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#closeBtn .closeBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#closeBtn .closeBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#closeBtn .closeBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#closeBtn .closeBtn_bar span, #closeBtn .closeBtn_bar:before, #closeBtn .closeBtn_bar:after {
  background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-pagination,
.swiper-pagination-clickable,
.swiper-pagination-bullets {
  bottom: 100px;
  z-index: 1000;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #ff6ead;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
  }
}

.blog_card .swiper-container {
  overflow: visible;
}

.blog_card .swiper-button-prev,
.blog_card .swiper-button-next {
  display: none;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}

@media screen and (max-width: 767px) {
  .blog_card .swiper-button-prev,
  .blog_card .swiper-button-next {
    display: block;
  }
}

.blog_card .swiper-button-next {
  background-image: url(../img/ico_slidebtn.png);
}

.blog_card .swiper-button-prev {
  background-image: url(../img/ico_slidebtn.png);
  transform: scale(-1, 1);
}

.blog_card .swiper-button-prev,
.blog_card .swiper-container-rtl .swiper-button-next {
  left: -7px;
  top: 45%;
}

.blog_card .swiper-button-next,
.blog_card .swiper-container-rtl .swiper-button-prev {
  right: -7px;
  top: 45%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■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;
}

/*-------------------------
  記事用
-------------------------*/
.entry {
  word-break: break-all;
}

.entry p, .entry ul, .entry ol, .entry table, .entry .gallery {
  line-height: 2;
  margin-bottom: 50px;
}

.entry p + ul,
.entry p + ol, .entry ul + ul,
.entry ul + ol, .entry ol + ul,
.entry ol + ol, .entry table + ul,
.entry table + ol, .entry .gallery + ul,
.entry .gallery + ol {
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .entry p, .entry ul, .entry ol, .entry table, .entry .gallery {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .entry p + ul,
  .entry p + ol, .entry ul + ul,
  .entry ul + ol, .entry ol + ul,
  .entry ol + ol, .entry table + ul,
  .entry table + ol, .entry .gallery + ul,
  .entry .gallery + ol {
    margin-top: -25px;
  }
}

.entry .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .entry .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.entry .alignright {
  float: right;
  display: block;
  max-width: 50%;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .entry .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entry img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .entry img {
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .entry img.alignleft, .entry img.alignright {
    margin-top: 7px;
  }
}

.entry table {
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}

.entry table th, .entry table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  padding: 5px 20px;
  text-align: left;
}

.entry table th {
  background: #F3F3F3;
  font-weight: 700;
}

.entry pre {
  white-space: normal;
}

.entry em {
  font-style: italic;
}

.entry strong {
  font-weight: 700;
}

.entry hr {
  height: 1px;
  background: #c5c5c5;
  border: none;
  margin: 60px 0;
}

.entry ul, .entry ol {
  list-style-position: inside;
}

.entry ul + p, .entry ol + p {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .entry ul + p, .entry ol + p {
    margin-top: -20px;
  }
}

.entry ul li, .entry ol li {
  list-style: inherit;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 10px;
}

.entry ul li:first-child, .entry ol li:first-child {
  margin-top: 0;
}

.entry ul li > ul, .entry ul li > ol, .entry ol li > ul, .entry ol li > ol {
  margin-top: 10px;
}

.entry ul {
  list-style-type: disc;
}

.entry ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 1.5em;
}

.entry ol li {
  text-indent: 0;
  padding-left: 0;
}

.entry a {
  color: #4DB2FF;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.entry a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.entry blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #F3F3F3;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .entry blockquote {
    padding: 25px 30px;
  }
}

.entry blockquote:before, .entry blockquote:after {
  position: absolute;
  color: #c5c5c5;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 400;
  font-size: 6.0rem;
  line-height: 1.0;
}

.entry blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .entry blockquote:before {
    top: 12px;
    left: 10px;
  }
}

.entry blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .entry blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

.entry blockquote > *:last-child {
  margin-bottom: 0;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: 700;
  margin: 0 0 40px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 15px;
  }
}

.entry h1 {
  font-size: 200%;
  border-left: 11px solid #FF6EAD;
  border-bottom: 1px solid #FF6EAD;
  padding: 0 0 10px 15px;
}

@media screen and (max-width: 767px) {
  .entry h1 {
    font-size: 150%;
    border-left-width: 6px;
    padding-bottom: 7px;
  }
}

.entry h2 {
  font-size: 3rem;
  padding-left: 15px;
  border-left: 11px solid #FF6EAD;
}

@media screen and (max-width: 767px) {
  .entry h2 {
    font-size: 135%;
    margin-bottom: 20px;
    border-width: 6px;
  }
}

.entry h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 27px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry h3 {
    font-size: 125%;
    padding-left: 22px;
    margin-bottom: 15px;
  }
}

.entry h3:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF6EAD;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .entry h3:before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
}

.entry h4 {
  position: relative;
  z-index: 0;
  font-size: 120%;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .entry h4 {
    font-size: 106%;
    padding: 7px 15px;
  }
}

.entry h4:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #FF6EAD;
  opacity: 0.15;
}

.entry h5 {
  color: #727272;
  font-size: 120%;
  border-left: 2px solid rgba(255, 110, 173, 0.5);
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .entry h5 {
    font-size: 106%;
    padding-left: 12px;
  }
}

.entry h6 {
  font-size: 120%;
}

@media screen and (max-width: 767px) {
  .entry h6 {
    font-size: 106%;
  }
}

.entry .gallery {
  overflow: hidden;
  margin: 0 -10px 55px;
}

@media screen and (max-width: 767px) {
  .entry .gallery {
    margin: 0 -3px 30px;
  }
}

.entry .gallery img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.entry .gallery .gallery-caption {
  margin: 10px 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .entry .gallery .gallery-caption {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.entry .gallery .gallery-item {
  float: left;
  margin-top: 20px;
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .entry .gallery .gallery-item {
    padding: 0 3px;
    margin-top: 6px;
  }
}

.entry .gallery .gallery-item + br {
  display: none !important;
  clear: none !important;
}

.entry .gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}

.entry .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-8 .gallery-item {
  width: calc(100% / 8);
}

.entry .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}

.entry .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}

.entry .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-5 .gallery-item {
  width: calc(100% / 5);
}

.entry .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-4 .gallery-item {
  width: calc(100% / 4);
}

.entry .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}

.entry .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-2 {
  margin-left: -20px;
  padding-right: -20px;
}

@media screen and (max-width: 767px) {
  .entry .gallery.gallery-columns-2 {
    margin-left: -5px;
    padding-right: -5px;
  }
}

.entry .gallery.gallery-columns-2 .gallery-item {
  width: calc(100% / 2);
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .entry .gallery.gallery-columns-2 .gallery-item {
    padding: 0 5px;
  }
}

.entry .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n+1) {
  clear: left;
}

.entry .gallery.gallery-columns-1 .gallery-item {
  width: calc(100% / 1);
}

@media screen and (max-width: 767px) {
  .entry .js-scrollable table {
    min-width: 400px;
  }
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 13px 10px;
  padding: 13px 5px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    padding: 10px 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background-color: #7E7E7E;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  background: no-repeat;
  background-position: center center !important;
  background-color: #fff !important;
  background-size: 13px auto;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.25s linear;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-size: 9px auto;
    width: 20px;
  }
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/pagenavi_prev.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/pagenavi_next.png);
}

/*-------------------------
カテゴリー
-------------------------*/
.contents .other_category_box.box.bg02 .inner {
  padding: 0 20px;
}

.contents .other_category_box .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .contents .other_category_box .ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

.contents .other_category_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .contents .other_category_box ul {
    justify-content: flex-start;
  }
}

.contents .other_category_box ul li {
  margin: 0 15px 10px;
}

@media screen and (max-width: 767px) {
  .contents .other_category_box ul li {
    margin: 0 10px 10px 0;
  }
}

.contents .other_category_box ul li a {
  display: inline-block;
  background: #fff;
  border: 2px solid #FF6EAD;
  border-radius: 24px;
  padding: 11px 20px;
}

@media screen and (max-width: 767px) {
  .contents .other_category_box ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contents .other_category_box ul li a:hover,
.contents .other_category_box ul li.current-cat a {
  background: #FF6EAD;
  color: #fff;
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
  form reset
--------------------------------------------------*/
.form input,
.form select,
.form textarea,
.form button {
  font-family: "Yu Gothic UI", "游ゴシックUI", "Yu Gothic UI Medium", "游ゴシックUI 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"],
.form textarea,
.form select {
  outline: none;
  width: 100%;
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 0;
  padding: 10px;
  font-weight: 500;
  color: #727272;
}

.form select {
  outline: none;
  background: transparent;
  width: 100%;
}

.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  resize: both;
  outline: none;
  width: 100% !important;
  height: 200px !important;
  background: transparent;
  border: 1px solid #C8C8C8;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .form textarea {
    height: 150px !important;
  }
}

.form button,
.form input[type="submit"],
.form input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.form button:hover,
.form input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form label {
  cursor: pointer;
}

.form label span {
  position: relative;
  padding: 0 0 0 22px;
  display: inline-block;
}

.form label span:before, .form label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.form label span:before {
  /*bottom: 0;*/
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #7e7e7e;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

.form label span:after {
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s 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;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s 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:before,
.form label input[type="radio"] + input + span:before {
  background-color: #fff;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #058049;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  top: 6px;
  /*bottom: 2px;*/
  bottom: auto;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #058049;
  border-right: 2px solid #058049;
  -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: #7e7e7e;
    -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: #C8C8C8;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■↓↓↓お問い合わせフォーム　各サイトごとに自由編集↓↓↓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
コンタクトフォームセブン
--------------------------------------------------*/
/* エラー */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 20px;
}

/*フォーム*/
.form_item {
  display: flex;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .form_item {
    display: block;
    margin-bottom: 20px;
  }
}

.form_item .item_title, .form_item .item_main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form_item .item_title {
  position: relative;
  flex: 1 0 auto;
  width: 270px;
  padding: 0;
  background: rgba(155, 210, 0, 0.15);
  padding: 20px 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .form_item .item_title {
    width: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

.form_item .item_title .required {
  font-size: 1.1rem;
  color: #fff;
  margin-left: 10px;
  background: #ff0000;
  padding: 2px 10px;
  border-radius: 3px;
}

.form_item .item_main {
  width: 100%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .form_item .item_main {
    padding-left: 0;
  }
}

.form_item .item_main .list_input,
.form_item .item_main .wpcf7-radio,
.form_item .item_main .wpcf7-checkbox {
  overflow: hidden;
}

.form_item .item_main .list_input li,
.form_item .item_main .list_input .wpcf7-list-item,
.form_item .item_main .wpcf7-radio li,
.form_item .item_main .wpcf7-radio .wpcf7-list-item,
.form_item .item_main .wpcf7-checkbox li,
.form_item .item_main .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.form_item .item_main .consent .wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 0;
}

/*ボタン*/
.form input[type="submit"],
.form input[type="button"] {
  color: #fff;
  font-weight: 600;
  background: url(../img/ico_arrow.png) no-repeat right 20px center #058049 !important;
  border-radius: 25px;
  padding: 14px 0;
  text-align: center;
  width: 230px;
  height: 50px;
  position: relative;
  display: block;
  transition: 0.3s;
  font-size: 1.5rem;
}

.form input[type="submit"].wpcf7-previous,
.form input[type="button"].wpcf7-previous {
  background: url(../img/ico_arrow_l.png) no-repeat left 20px center #7e7e7e !important;
}

.form input[type="submit"]:hover,
.form input[type="button"]:hover {
  opacity: 0.7;
}

.form ul.btn_area {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .form ul.btn_area {
    margin-top: 40px;
    display: block;
  }
}

.form ul.btn_area li {
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form ul.btn_area li + li {
    margin-top: 10px;
  }
  .form ul.btn_area li input {
    margin: 0 auto;
  }
}

/*--------------------------------------------------
	確認画面
--------------------------------------------------*/
#mfp_phase_confirm_inner h4 {
  margin-bottom: 20px;
}

#mfp_confirm_table {
  width: 100%;
  line-height: 1.6;
}

#mfp_confirm_table tr {
  border-bottom: 10px solid #fff;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table tr {
    border-bottom: none;
  }
}

#mfp_confirm_table th, #mfp_confirm_table td {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th, #mfp_confirm_table td {
    display: block;
  }
}

#mfp_confirm_table th {
  width: 230px;
  background: rgba(155, 210, 0, 0.15);
  padding: 20px 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table th {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

#mfp_confirm_table td {
  padding-left: 20px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #mfp_confirm_table td {
    padding: 0 0 20px;
  }
}

/*--------------------------------------------------
	入力画面
--------------------------------------------------*/
#sec_contact_form .list_input ul + ul {
  margin-top: 15px;
}

#sec_contact_form .list_input li {
  margin: 0 20px 10px 0;
}

#sec_contact_form #mfp_phase_confirm h4 {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_form #mfp_phase_confirm h4 {
    margin: 0 0 50px;
  }
}

/*--------------------------------------------------
	サンクスページ
--------------------------------------------------*/
#sec_contact_thanks {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks {
    text-align: left;
    padding: 0;
  }
}

#sec_contact_thanks .innerWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .innerWrap {
    display: block;
    min-height: inherit;
  }
}

#sec_contact_thanks .title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks .title {
    text-align: left;
  }
}

#sec_contact_thanks p + p {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  #sec_contact_thanks p + p {
    margin-top: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.inner {
  width: 1220px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

a, button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, button:hover {
  opacity: 0.7;
}

a.sp_click, button.sp_click {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a.sp_click, button.sp_click {
    pointer-events: inherit;
  }
}

.box,
.article {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .box,
  .article {
    padding: 45px 0;
  }
}

.bg01 {
  background-color: #fff;
}

.bg02 {
  background-color: rgba(255, 110, 173, 0.05);
}

.bg03 {
  background-color: rgba(155, 210, 0, 0.05);
}

.bg04 {
  background-color: rgba(97, 201, 255, 0.05);
}

.bg05 {
  background-color: rgba(255, 179, 0, 0.05);
}

.bg06 {
  background: #FF6EAD;
}

.bg01 .ttl_inner::after {
  background-color: #DBDBDB;
}

.bg02 .ttl_inner::after,
.ttl_inner.color01::after {
  background-color: #FF6EAD;
}

.bg03 .ttl_inner::after {
  background-color: #9BD200;
}

.bg04 .ttl_inner::after {
  background-color: #61C9FF;
}

.bg05 .ttl_inner::after {
  background-color: #FFB300;
}

.ttl {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ttl {
    margin-bottom: 35px;
  }
}

.ttl .ttl_inner {
  font-size: 4rem;
  text-align: center;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl .ttl_inner {
    font-size: 2.4rem;
    line-height: 1.30769;
  }
}

.ttl .ttl_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.btn {
  font-size: 1.5rem;
}

.btn.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .btn.left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.btn.left a, .btn.left button {
  color: #fff;
  font-weight: 600;
  background-color: #7e7e7e;
  border-radius: 25px;
  padding: 17px 0;
  text-align: center;
  max-width: 230px;
  width: 230px;
  position: relative;
  margin-bottom: 27px;
}

.btn.left a::after, .btn.left button::after {
  content: url(../img/ico_arrow.png);
  position: absolute;
  right: 20px;
}

.btn.left a.long, .btn.left button.long {
  max-width: 280px;
  width: 280px;
}

.btn.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.center a, .btn.center button {
  color: #fff;
  font-weight: 600;
  background-color: #7e7e7e;
  border-radius: 25px;
  padding: 17px 0;
  text-align: center;
  min-width: 230px;
  position: relative;
}

.btn.center a::after, .btn.center button::after {
  content: url(../img/ico_arrow.png);
  position: absolute;
  right: 20px;
}

.btn.no_ico a:after, .btn.no_ico button:after {
  content: none;
}

.btn.pdf a::after {
  content: "";
  background: url(../img/ico_pdf02.png);
  background-size: 100% auto;
  width: 23px;
  height: 21px;
  top: 50%;
  margin-top: -10px;
}

.btn button.mfp_element_submit {
  padding: 14px 0;
}

.btn button.mfp_element_submit:after {
  top: 17px;
}

.btn button.mfp_element_submit span {
  font-size: 1.5rem;
}

.hd02 {
  border-left: 11px solid #FF6EAD;
  padding-left: 15px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .hd02 {
    font-size: 2.1rem;
    border-width: 6px;
    margin-bottom: 20px;
  }
}

.hd02.color01 {
  border-color: #FF6EAD;
}

.hd02.color03 {
  border-color: #9BD200;
}

.hd02.color04 {
  border-color: #61C9FF;
}

.hd02.color05 {
  border-color: #FFB300;
}

.hd02.color06 {
  border-color: #058049;
}

.hd03 {
  text-align: center;
  color: #fff;
  background: #FF6EAD;
  font-size: 3rem;
  line-height: 1.5;
  padding: 9px 15px;
  margin-bottom: 35px;
}

.hd03 .small {
  font-size: 1.8rem;
  margin-right: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .hd03 {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
  .hd03 .small {
    font-size: 1.4rem;
    display: block;
    margin: 0;
  }
}

.hd03.color01 {
  background: #FF6EAD;
}

.hd03.color03 {
  background: #9BD200;
}

.hd03.color04 {
  background: #61C9FF;
}

.hd03.color05 {
  background: #FFB300;
}

.hd03.color06 {
  background: #058049;
}

.hd04 {
  border-bottom: 3px solid #FF6EAD;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .hd04 {
    font-size: 1.8rem;
    border-width: 2px;
    padding-bottom: 15px;
  }
}

.hd04.big {
  font-size: 4rem;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .hd04.big {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.hd04.color01 {
  border-color: #FF6EAD;
}

.hd04.color03 {
  border-color: #9BD200;
}

.hd04.color04 {
  border-color: #61C9FF;
}

.hd04.color05 {
  border-color: #FFB300;
}

.hd04.color06 {
  border-color: #058049;
}

.hd05 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .hd05 {
    font-size: 1.8rem;
    padding-left: 23px;
  }
}

.hd05:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF6EAD;
  position: absolute;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 767px) {
  .hd05:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}

.hd05.color01:before {
  background: #FF6EAD;
}

.hd05.color03:before {
  background: #9BD200;
}

.hd05.color04:before {
  background: #61C9FF;
}

.hd05.color05:before {
  background: #FFB300;
}

.hd05.color06:before {
  background: #058049;
}

.hd06 {
  text-align: center;
  line-height: 1.7;
  font-size: 4rem;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .hd06 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.hd06 span {
  border-bottom: 3px solid #FF6EAD;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .hd06 span {
    border-bottom-width: 2px;
  }
  .hd06 span br.spCont {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .hd06 span .small {
    font-size: 70%;
    border: none;
  }
}

.hd06.color01 span {
  border-color: #FF6EAD;
}

.hd06.color03 span {
  border-color: #9BD200;
}

.hd06.color04 span {
  border-color: #61C9FF;
}

.hd06.color05 span {
  border-color: #FFB300;
}

.hd06.color06 span {
  border-color: #058049;
}

h1.hd06 {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  h1.hd06 {
    padding-top: 0;
  }
}

.bnr_type_btn {
  border: 2px solid #FF6EAD;
  text-align: center;
  margin-top: 20px;
}

.bnr_type_btn a {
  display: block;
  padding: 20px;
  position: relative;
  font-weight: bold;
  color: #FF6EAD;
}

.bnr_type_btn a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #FF6EAD;
  border-top: 1px solid #FF6EAD;
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
  position: absolute;
  right: 10px;
  top: 50%;
}

.bnr_type_btn.color04 {
  border-color: #61C9FF;
}

.bnr_type_btn.color04 a {
  color: #61C9FF;
}

.bnr_type_btn.color04 a:before {
  border-color: #61C9FF;
}

.table01 {
  width: 100%;
}

.table01 th, .table01 td, .table01 .th, .table01 .td {
  padding: 7px 15px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .table01 th, .table01 td, .table01 .th, .table01 .td {
    display: block;
    border-bottom: none;
    padding: 5px 10px;
  }
}

.table01 th, .table01 .th {
  text-align: center;
  font-weight: 700;
  line-height: 1.66667;
  width: 145px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .table01 th, .table01 .th {
    width: 100%;
  }
}

.table01 td, .table01 .td {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .table01 td, .table01 .td {
    padding-bottom: 15px;
  }
}

.table01 td a:not(.tel), .table01 .td a:not(.tel) {
  text-decoration: underline;
  color: #61C9FF;
}

.table01 td a.pdf, .table01 .td a.pdf {
  background: url(../img/ico_pdf02.png) no-repeat right bottom 4px;
  background-size: 23px auto;
  padding-right: 30px;
  min-height: 21px;
  display: inline-block;
}

.table01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .table01 li {
    display: block;
  }
}

.table01 li .th, .table01 li .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .table01 li .th, .table01 li .td {
    display: block;
  }
}

.table01 li .th {
  text-align: center;
}

.table01 li .td {
  width: calc(100% - 145px);
}

@media screen and (max-width: 767px) {
  .table01 li .td {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table01 tr:last-of-type td, .table01 tr:last-of-type .td,
  .table01 li:last-of-type td,
  .table01 li:last-of-type .td {
    padding-bottom: 0;
  }
}

.table01.color04 th, .table01.color04 .th {
  background: rgba(97, 201, 255, 0.2);
}

.table01.color05 th, .table01.color05 .th {
  background: rgba(255, 179, 0, 0.2);
}

.table02 {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
}

.table02 th, .table02 td {
  border-bottom: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  vertical-align: middle;
  padding: 15px 10px;
}

.table02 th.center, .table02 td.center {
  text-align: center;
}

.table02 th {
  font-weight: 700;
}

.table02.color04 th {
  background: rgba(97, 201, 255, 0.2);
}

.table02.color05 th {
  background: rgba(255, 179, 0, 0.2);
}

#bread {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  #bread {
    font-size: 1.1rem;
  }
}

#bread li:not(:last-of-type):after {
  content: "－";
  margin: 0 1em;
}

#hd_area {
  background: #FF6EAD;
  color: #fff;
  padding: 56px 0;
  line-height: 1.8;
  min-height: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hd_area.color01 {
  background: #FF6EAD;
}

#hd_area.color03 {
  background: #9BD200;
}

#hd_area.color04 {
  background: #61C9FF;
}

#hd_area.color05 {
  background: #FFB300;
}

#hd_area.color06 {
  background: #058049;
}

@media screen and (max-width: 767px) {
  #hd_area {
    padding: 30px 0;
    min-height: 80px;
  }
}

#hd_area h1 {
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #hd_area h1 {
    font-size: 2.4rem;
  }
}

#hd_area p {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.anchor_area {
  padding-top: 25px;
  padding-bottom: 20px;
}

.anchor_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anchor_area ul li {
  margin: 0 30px 10px 0;
}

@media screen and (max-width: 767px) {
  .anchor_area ul li {
    margin: 0 10px 10px 0;
  }
}

.anchor_area ul li a {
  padding: 11px 19px 11px 40px;
  border: 2px solid #FF6EAD;
  border-radius: 24px;
  background: url(../img/ico_anchor.png) no-repeat left 15px center #fff;
  background-size: 13px auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .anchor_area ul li a {
    font-size: 1.3rem;
    padding-left: 32px;
    padding-right: 15px;
    background-position: left 12px center;
  }
}

.anchor_area ul li a:hover {
  color: #fff;
  background-color: #FF6EAD;
  background-image: url(../img/ico_anchor_w.png);
  opacity: 1;
}

.anchor_area ul.color03 li a {
  border-color: #9BD200;
  background-image: url(../img/ico_anchor03.png);
}

.anchor_area ul.color03 li a:hover {
  background-color: #9BD200;
  background-image: url(../img/ico_anchor_w.png);
}

.anchor_area ul.color04 li a {
  border-color: #61C9FF;
  background-image: url(../img/ico_anchor04.png);
}

.anchor_area ul.color04 li a:hover {
  background-color: #61C9FF;
  background-image: url(../img/ico_anchor_w.png);
}

img.mfp-img {
  padding: 10px 10px 40px !important;
  background: #fff !important;
}

.mfp-bottom-bar {
  margin-top: -30px !important;
  left: 10px !important;
  width: calc(100% - 20px) !important;
}

.mfp-title {
  color: #727272 !important;
}

.mfp-counter {
  right: 30px;
  color: #727272 !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  position: relative;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: none !important;
}

@media screen and (max-width: 767px) {
  .mfp-arrow {
    opacity: 1 !important;
  }
}

button.mfp-arrow.mfp-arrow-left {
  background: url(../img/ico_popup_l.png) no-repeat left 10px center;
  background-size: 40px auto;
}

button.mfp-arrow.mfp-arrow-right {
  background: url(../img/ico_popup_r.png) no-repeat right 10px center;
  background-size: 40px auto;
}

.pdf_btn_list {
  /*max-width: 965px;*/
  padding: 0 15px;
  margin: 0 auto -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pdf_btn_list {
    margin-bottom: -15px;
  }
}

.pdf_btn_list:after {
  content: "";
  display: block;
  width: 31.1%;
}

@media screen and (max-width: 767px) {
  .pdf_btn_list:after {
    content: none;
  }
}

.pdf_btn_list li {
  width: 32.5%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pdf_btn_list li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.pdf_btn_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/ico_pdf.png) no-repeat left top 2px;
  background-size: 27px auto;
  padding: 4px 0 4px 40px;
  /*padding: 12px 10px 12px 55px;
			border: 1px solid $primary_color;
			border-radius: 35px;
			height: 100%;*/
}

@media screen and (max-width: 767px) {
  .pdf_btn_list li a {
    background-position: left top 1px;
  }
}

.pdf_btn_list.color01 li a {
  border-color: #FF6EAD;
}

.pdf_btn_list.color03 li a {
  border-color: #9BD200;
}

.pdf_btn_list.color04 li a {
  border-color: #61C9FF;
}

.pdf_btn_list.color05 li a {
  border-color: #FFB300;
}

.pdf_btn_list.color06 li a {
  border-color: #058049;
}

.hd03 + .pdf_btn_list {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .hd03 + .pdf_btn_list {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sp_scroll:before {
    content: "▼ スクロールをしてご確認ください。";
    display: block;
    font-size: 1.3rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .sp_scroll .scroll_area {
    overflow: hidden;
    overflow-x: scroll;
  }
  .sp_scroll table th {
    white-space: nowrap;
  }
}

header {
  background-color: #fff;
  padding: 10px 0 25px;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  header {
    padding: 13px 0 13px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

header .header_top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  header .header_top {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  header .header_top .logo {
    width: 230px;
  }
}

header .header_top .logo a img {
  width: 100%;
}

header .header_top .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  header .header_top .inquiry {
    display: none;
  }
}

header .header_top .inquiry .header_inq {
  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;
  padding: 11px 20px 11px 43px;
  font-weight: 600;
  color: #61c9ff;
  border: 2px solid #61C9FF;
  border-radius: 20px;
  margin-right: 25px;
  position: relative;
}

header .header_top .inquiry .header_inq::before {
  content: url(../img/ico_mail.png);
  position: absolute;
  left: 17px;
}

header .header_top .inquiry .tel .fd {
  font-size: 3rem;
  font-weight: 600;
  color: #ff6ead;
  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;
}

header .header_top .inquiry .tel .fd a:hover {
  opacity: 1;
}

header .header_top .inquiry .tel .txt {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 5px;
}

header .header_bottom {
  color: #212121;
}

@media screen and (max-width: 767px) {
  header .header_bottom {
    display: none;
  }
}

header .header_bottom .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
}

@media screen and (max-width: 1100px) {
  header .header_bottom .gnav {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  header .header_bottom .gnav {
    font-size: 1.8rem;
  }
}

header #spMenu .sp_anchor_box .anchor {
  border-bottom: 1px solid #CCC4B3;
  color: #000;
  font-size: 2rem;
  padding: 20px;
}

header #spMenu .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

header #spMenu .inquiry .header_inq {
  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;
  padding: 11px 43px;
  font-weight: 600;
  color: #61c9ff;
  border: 2px solid #61C9FF;
  border-radius: 20px;
  margin-right: 0;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px;
}

header #spMenu .inquiry .header_inq::before {
  content: url(../img/ico_mail.png);
  position: absolute;
  left: 17px;
}

header #spMenu .inquiry .tel .fd {
  font-size: 3.8rem;
  font-weight: 600;
  color: #ff6ead;
  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;
}

header #spMenu .inquiry .tel .fd img {
  height: 2.8rem;
  margin-top: 3px;
}

header #spMenu .inquiry .tel .fd a:hover {
  opacity: 1;
}

header #spMenu .inquiry .tel .txt {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px;
}

#coutainer {
  position: relative;
}

.contents {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents {
    margin-top: 66px;
  }
}

.contents .mv {
  height: 488px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents .mv {
    height: 390px;
  }
}

.contents .mv .mv_inner {
  z-index: 1;
  height: 100%;
}

.contents .mv .mv_inner .swiper-container {
  height: 488px;
}

@media screen and (max-width: 767px) {
  .contents .mv .mv_inner .swiper-container {
    height: 390px;
  }
}

.contents .mv .mv_inner .swiper-container .swiper-wrapper .swiper-slide img {
  min-height: 480px;
}

@media screen and (max-width: 767px) {
  .contents .mv .mv_inner .swiper-container .swiper-wrapper .swiper-slide img {
    min-height: 390px;
  }
}

.contents .mv .mv_inner .mv_over {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.contents .mv .mv_inner .mv_over svg {
  width: 100%;
}

.contents .mv .read {
  position: absolute;
  top: 130px;
  left: calc(50% - 300px);
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .contents .mv .read {
    width: 100%;
    padding: 0 10px;
    left: 0;
  }
}

.contents .mv .read img {
  width: 100%;
}

.contents .explanation {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .contents .explanation {
    padding: 40px 0;
  }
}

.contents .explanation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEA72), to(#FFFFFF));
  background: linear-gradient(#FFEA72, #FFFFFF);
}

@media screen and (max-width: 767px) {
  .contents .explanation::before {
    height: 60px;
  }
}

.contents .explanation .read {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contents .explanation .read {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.contents .explanation figure img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.contents .emergency {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff6ead;
  padding: 24px 0;
}

.contents .emergency .em_box {
  padding: 17px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .contents .emergency .em_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contents .emergency .em_box .tip {
  min-width: 140px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff6ead;
  padding: 8px 18px 8px 36px;
  border-radius: 15px;
  margin-right: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents .emergency .em_box .tip {
    margin-bottom: 15px;
  }
}

.contents .emergency .em_box .tip::before {
  content: url(../img/ico_notice.png);
  position: absolute;
  left: 12px;
  top: 5px;
}

.contents .emergency .em_box .emlist {
  position: relative;
}

.contents .emergency .em_box .emlist .em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0 0;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-right: 80px;
}

@media screen and (max-width: 767px) {
  .contents .emergency .em_box .emlist .em {
    padding-right: 15px;
  }
}

.contents .emergency .em_box .emlist .em:nth-child(n + 2) {
  display: none;
}

.contents .emergency .em_box .emlist .em .date {
  font-size: 1.2rem;
  margin-right: 30px;
  margin-top: 3px;
}

.contents .emergency .em_box .emlist .em .title {
  line-height: 1.5;
  text-decoration: underline;
}

.contents .emergency .em_open {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff6ead;
  position: absolute;
  top: 15px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .contents .emergency .em_open {
    width: 30px;
    height: 30px;
  }
}

.contents .emergency .em_open:hover {
  cursor: pointer;
  opacity: 0.7;
}

.contents .emergency .em_open::before, .contents .emergency .em_open::after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .contents .emergency .em_open::before, .contents .emergency .em_open::after {
    width: 16px;
  }
}

.contents .emergency .em_open::after {
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 4px;
}

@media screen and (max-width: 767px) {
  .contents .emergency .em_open::after {
    height: 16px;
  }
}

.contents .emergency.open .em_open::after {
  height: 0;
}

.contents .box.bg02 .inner {
  padding: 0;
}

.contents .box #keyword {
  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: 880px;
  margin: 0 auto 70px auto;
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .contents .box #keyword {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px;
  }
}

.contents .box #keyword p {
  width: 120px;
  color: #444;
  margin-right: 15px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .contents .box #keyword p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.contents .box #keyword input {
  width: 750px;
  padding: 15px 10px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 1px 6px #ccc;
  box-shadow: 0 1px 6px #ccc;
}

@media screen and (max-width: 767px) {
  .contents .box #keyword input {
    width: 100%;
  }
}

.contents .box #keyword button {
  position: absolute;
  right: 30px;
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .contents .box #keyword button {
    top: 37px;
    right: 30px;
  }
}

.contents .box h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 20px;
  text-indent: 2.5em;
  position: relative;
}

.contents .box h3::before {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #ff6ead;
}

@media screen and (max-width: 767px) {
  .contents .box h3::before {
    left: 20px;
  }
}

.contents .box .slidewrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .contents .box .slidewrap {
    padding: 0 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .contents .box .slide02 {
    padding: 0 20px;
  }
}

.contents .box .card_box {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .box .card_box .card {
  width: calc((100% - 72px)/3);
  height: auto;
}

@media screen and (max-width: 767px) {
  .contents .box .card_box .card {
    width: 100%;
  }
}

.contents .box .card_box .card a {
  height: 100%;
}

.contents .box .card_box .card a, .contents .box .card_box .card .card_wrap {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  border-radius: 6px;
  padding: 25px;
}

.contents .box .card_box .card a .category, .contents .box .card_box .card .card_wrap .category {
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 600;
}

.contents .box .card_box .card a .category.cat01, .contents .box .card_box .card .card_wrap .category.cat01 {
  background-color: #FF6EAD;
}

.contents .box .card_box .card a .category.cat02, .contents .box .card_box .card .card_wrap .category.cat02 {
  background-color: #9BD200;
}

.contents .box .card_box .card a .category.cat03, .contents .box .card_box .card .card_wrap .category.cat03 {
  background-color: #61C9FF;
}

.contents .box .card_box .card a .figure, .contents .box .card_box .card .card_wrap .figure {
  overflow: hidden;
  display: block;
}

.contents .box .card_box .card a .figure img, .contents .box .card_box .card .card_wrap .figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contents .box .card_box .card a .date, .contents .box .card_box .card .card_wrap .date {
  display: block;
  padding: 21px 0 16px 0;
  font-size: 1.4rem;
}

.contents .box .card_box .card a .title, .contents .box .card_box .card .card_wrap .title {
  line-height: 1.4;
  font-weight: 600;
}

.contents .box .card_box.normal_card_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents .box .card_box.normal_card_box:after {
  content: "";
  display: block;
  width: calc((100% - 72px)/3);
}

.contents .box .card_box.normal_card_box li {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .contents .box .card_box.normal_card_box li:last-of-type {
    margin-bottom: 0;
  }
}

.contents .card_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .card_box02 .card {
  width: calc((100% - 40px)/2);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card {
    width: 100%;
  }
}

.contents .card_box02 .card .card_wrap {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  border-radius: 6px;
  padding: 40px 25px 25px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap {
    padding-top: 25px;
  }
}

.contents .card_box02 .card .card_wrap .ttl {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap .ttl {
    margin-bottom: 25px;
  }
}

.contents .card_box02 .card .card_wrap .ttl .ttl_inner {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap .ttl .ttl_inner {
    font-size: 2.2rem;
  }
}

.contents .card_box02 .card .card_wrap .ttl02 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap .ttl02 {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

.contents .card_box02 .card .card_wrap .figure {
  overflow: hidden;
}

.contents .card_box02 .card .card_wrap .figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contents .card_box02 .card .card_wrap .txt {
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap .txt {
    margin-top: 20px;
  }
}

.contents .card_box02 .card .card_wrap .ttl02 + .txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap .ttl02 + .txt {
    margin-top: 10px;
  }
}

.contents .card_box02 .card .card_wrap .btn_area {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents .card_box02 .card .card_wrap .btn_area .btn {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contents .card_box02 .card .card_wrap .btn_area .btn {
    margin-top: 15px;
  }
}

.contents .card_box02 .card .card_wrap .btn_area.btn_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents .card_box02 .card .card_wrap .btn_area.btn_sb .btn {
  width: auto;
}

@media only screen and (max-width: 1120px) {
  .contents .card_box02 .card .card_wrap .btn_area.btn_sb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents .card_box02 .card .card_wrap .btn_area.btn_sb .btn {
    width: 100%;
  }
}

.contents .box.standard:nth-child(2n) .figure {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .contents .box.standard:nth-child(2n) .figure {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.contents .box .df_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contents .box .df_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contents .box .df_box .figure {
  margin-right: 40px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media screen and (max-width: 767px) {
  .contents .box .df_box .figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .contents .box .df_box .figure img {
    width: 100%;
  }
}

.contents .box .df_box .info .title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.68182;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contents .box .df_box .info .title {
    font-size: 1.8rem;
  }
}

.contents .box .df_box .info .txt {
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .contents .box .df_box .info .txt {
    margin-bottom: 40px;
  }
}

.contents .box .searchlist .search {
  margin-bottom: 30px;
  position: relative;
}

.contents .box .searchlist .search .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.contents .box .searchlist .search .search_open {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ff6ead;
  position: absolute;
  top: -5px;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .contents .box .searchlist .search .search_open {
    width: 30px;
    height: 30px;
  }
}

.contents .box .searchlist .search .search_open:hover {
  cursor: pointer;
  opacity: 0.7;
}

.contents .box .searchlist .search .search_open::before, .contents .box .searchlist .search .search_open::after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .contents .box .searchlist .search .search_open::before, .contents .box .searchlist .search .search_open::after {
    width: 16px;
  }
}

.contents .box .searchlist .search .search_open::after {
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 4px;
}

@media screen and (max-width: 767px) {
  .contents .box .searchlist .search .search_open::after {
    height: 16px;
  }
}

.contents .box .searchlist .search .search_open.open::after {
  height: 0;
}

.contents .box .searchlist .search .search_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .contents .box .searchlist .search .search_label {
    display: none;
  }
  .contents .box .searchlist .search .search_label.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contents .box .searchlist .search .search_label input {
  display: none;
}

.contents .box .searchlist .search .search_label input:checked + label {
  background-color: #FFE2EF;
}

.contents .box .searchlist .search .search_label input:checked + label .checkbox::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 9px;
  margin-top: -9px;
  top: 60%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #7E7E7E;
}

.contents .box .searchlist .search .search_label label {
  width: calc((100% - 70px)/3);
  margin-bottom: 25px;
  margin: 0 35px 25px 0;
  padding: 20px;
  border: 1px solid #CCC;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents .box .searchlist .search .search_label label:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contents .box .searchlist .search .search_label label {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.contents .box .searchlist .search .search_label label .left {
  margin-right: 11px;
}

.contents .box .searchlist .search .search_label label .left .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #9A9A9A;
  background-color: #fff;
  position: relative;
}

.contents .box .searchlist .search .search_label label .center {
  margin-right: 10px;
  width: 100%;
}

.contents .box .searchlist .search .search_label label .center .name {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 3px 0 15px;
  line-height: 1.33333;
}

.contents .box .searchlist .search .search_label label .center .txt {
  font-size: 1.5rem;
  line-height: 1.53333;
}

.contents .box .searchlist .search .search_label label .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents .box .searchlist .search .search_label label .right img {
  width: 79px;
  height: auto;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  opacity: 0;
  transition: all 0.25s linear;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 60px;
  }
  #pagetop img {
    width: 50px;
    height: auto;
  }
}

#pagetop.scrolltop {
  opacity: 1;
}

footer {
  background-color: #F3EEE4;
  padding: 80px 0 0 0;
}

footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer_top .left {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  footer .footer_top .left {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

footer .footer_top .left .logo {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  footer .footer_top .left .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer_top .left .inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_top .left .inquiry .footer_inq {
  display: inline-block;
  text-align: center;
  width: 215px;
  padding: 11px 0 11px 20px;
  font-weight: 600;
  color: #61c9ff;
  border: 2px solid #61C9FF;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

footer .footer_top .left .inquiry .footer_inq::before {
  content: url(../img/ico_mail.png);
  position: absolute;
  left: 17px;
}

footer .footer_top .left .inquiry .tel {
  margin: 25px 0;
}

footer .footer_top .left .inquiry .tel .fd {
  font-size: 3rem;
  font-weight: 600;
  color: #ff6ead;
  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;
}

@media screen and (max-width: 767px) {
  footer .footer_top .left .inquiry .tel .fd {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_top .left .inquiry .tel .fd img {
    height: 3rem;
    margin-top: 4px;
  }
}

footer .footer_top .left .inquiry .tel .fd a:hover {
  opacity: 1;
}

footer .footer_top .left .inquiry .tel .txt {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

footer .footer_top .left .character {
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  footer .footer_top .left .character {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer_top .left .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer_top .left .link a {
  display: block;
  width: 260px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 25px;
  font-weight: 600;
  position: relative;
  text-align: center;
}

footer .footer_top .left .link a::after {
  content: url(../img/ico_blank.png);
  position: absolute;
  right: 15px;
  top: 9px;
}

footer .footer_top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer .footer_top .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer_top .right .fnav {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 260px;
  margin-left: 40px;
  width: calc(50% - 40px);
}

@media screen and (max-width: 767px) {
  footer .footer_top .right .fnav {
    margin-left: 0;
    max-width: inherit;
    width: 100%;
  }
}

footer .footer_top .right .fnav .nav {
  margin: 0 0 20px 0;
}

footer .footer_top .right .fnav .nav .title {
  margin-bottom: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  footer .footer_top .right .fnav .nav .title {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_top .right .fnav .nav .fnav_sub {
    padding-left: 10px;
  }
}

footer .footer_top .right .fnav .nav .fnav_sub .nav_sub a {
  display: block;
  padding: 5px 0;
  line-height: 1.3;
}

footer .footer_bottom {
  margin-top: 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  footer .footer_bottom {
    margin-bottom: 40px;
  }
}

footer .footer_bottom .link {
  border-bottom: 1px solid #E0E0E0;
  padding: 27px 10px;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .link {
    padding-left: 5px;
    padding-right: 5px;
  }
}

footer .footer_bottom .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #333;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .link ul {
    font-size: 1.3rem;
  }
}

footer .footer_bottom .link ul li {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .link ul li {
    margin: 0 7px;
  }
}

footer .footer_bottom .link ul a {
  display: inline-block;
}

footer .footer_bottom .link ul a.blank {
  background: url(../img/ico_blank02.png) no-repeat right center;
  background-size: 12px auto;
  padding-right: 22px;
}

@media only screen and (max-width: 767px) {
  footer .footer_bottom .link ul a.blank {
    background-position: right top 2px;
    background-size: 11px auto;
    padding-right: 17px;
  }
}

footer .footer_bottom .copy {
  width: 1220px;
  padding: 15px 20px 20px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
}

footer .sp_fix {
  display: none;
}

@media screen and (max-width: 767px) {
  footer .sp_fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  footer .sp_fix .fix_inq {
    width: 40%;
    background-color: #61c9ff;
    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;
  }
  footer .sp_fix .fix_inq a {
    display: block;
    width: 80%;
    max-width: 109px;
  }
  footer .sp_fix .fix_inq a img {
    width: 100%;
  }
  footer .sp_fix .fix_tel {
    padding: 6px 0;
    width: 60%;
    background-color: #ff6ead;
    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;
  }
  footer .sp_fix .fix_tel a {
    display: block;
    width: 90%;
    max-width: 150px;
  }
  footer .sp_fix .fix_tel a img {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■slide03
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.blog_card .slide03_wrap .slide03 {
  padding: 6px 20px 0;
  overflow: hidden;
}

.blog_card .slide03_wrap .swiper-button-prev,
.blog_card .slide03_wrap .swiper-button-next {
  display: block;
}

@media screen and (max-width: 767px) {
  .blog_card .slide03_wrap .swiper-button-prev {
    left: 13px;
  }
  .blog_card .slide03_wrap .swiper-button-next {
    right: 13px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■news_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.news_list {
  border-top: 1px solid #BEBEBE;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .news_list {
    margin-bottom: 25px;
  }
}

.news_list > li {
  border-bottom: 1px solid #BEBEBE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
}

@media screen and (max-width: 767px) {
  .news_list > li {
    padding: 20px 0;
  }
}

.news_list .date {
  width: 85px;
  font-size: 1.2rem;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .news_list .date {
    padding-top: 5px;
    width: 75px;
  }
}

.news_list .txt_area {
  width: calc(100% - 85px);
}

@media screen and (max-width: 767px) {
  .news_list .txt_area {
    width: calc(100% - 75px);
  }
}

.news_list .txt_area .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .news_list .txt_area .category {
    margin-bottom: 8px;
  }
}

.news_list .txt_area .category li {
  margin: 0 5px 5px 0;
  color: #fff;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  .news_list .txt_area .category li {
    font-size: 1.3rem;
    padding: 5px 15px;
  }
}

.news_list .txt_area p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .news_list .txt_area p {
    margin-left: -75px;
  }
}

.news_list .txt_area p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .news_list.no_category > li {
    display: block;
  }
  .news_list.no_category .txt_area {
    width: 100%;
    margin-top: 5px;
  }
  .news_list.no_category .txt_area p {
    margin-left: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■qanda_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.qanda_list li {
  border: 2px solid #C8C8C8;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 25px;
  position: relative;
}

.qanda_list li .post-edit-link {
  position: absolute;
  top: 10px;
  left: 10px;
}

.qanda_list li:last-of-type {
  margin-bottom: 0;
}

.qanda_list li .q_txt {
  background: url(../img/qanda/ico_q.png) no-repeat left 16px top 20px;
  background-size: 28px auto;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  padding: 17px 60px 17px 65px;
  position: relative;
  transition: all 0.25s linear;
}

.qanda_list li .q_txt:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media screen and (max-width: 767px) {
  .qanda_list li .q_txt {
    background-size: 24px auto;
    font-size: 1.8rem;
    padding-left: 55px;
    padding-right: 50px;
  }
}

.qanda_list li .q_txt:hover {
  cursor: pointer;
}

.qanda_list li .q_txt .btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 20px;
}

.qanda_list li .q_txt .btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.qanda_list li .q_txt .btn span:before, .qanda_list li .q_txt .btn span:after {
  content: "";
  display: block;
  background: #7E7E7E;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.qanda_list li .q_txt .btn span:after {
  width: 4px;
  height: 100%;
  left: 50%;
  top: 50%;
  margin: 0;
  transition: all 0.25s linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qanda_list li .q_txt.active .btn span:after {
  transition: all 0.25s linear;
  height: 0;
}

.qanda_list li .a_txt {
  background: url(../img/qanda/ico_a.png) no-repeat left 70px top 20px;
  background-size: 28px auto;
  line-height: 2;
  padding: 10px 20px 40px 118px;
}

.qanda_list li .a_txt p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .qanda_list li .a_txt {
    background-position: left 30px top 5px;
    background-size: 24px auto;
    font-size: 1.4rem;
    padding: 5px 20px 20px 70px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■column2_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.column2_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .column2_block {
    display: block;
  }
}

.column2_block .main_cont {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .column2_block .main_cont {
    width: 100%;
  }
}

.column2_block .main_cont .ttl {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 35px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .column2_block .main_cont .ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

.column2_block #side_menu {
  width: 270px;
  background: #058049;
  padding: 18px 20px;
}

@media screen and (max-width: 767px) {
  .column2_block #side_menu {
    width: 100%;
    margin-top: 20px;
  }
}

.column2_block #side_menu.color04 {
  background: #61C9FF;
}

.column2_block #side_menu .ttl {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  border-bottom: 2px solid #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.column2_block #side_menu .ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
}

.column2_block #side_menu ul li {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
}

.column2_block #side_menu ul li:last-of-type {
  margin-bottom: 0;
}

.column2_block #side_menu ul li a {
  display: block;
  padding: 13px 15px;
}

.column2_block #side_menu ul li.current-cat {
  font-weight: 700;
}

.column2_block #side_menu ul + .ttl {
  margin-top: 23px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■normal_box
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.normal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .normal_box {
    display: block;
  }
}

.normal_box + .normal_box {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .normal_box + .normal_box {
    margin-top: 55px;
  }
}

.normal_box .figure {
  display: block;
  width: 33.3%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .normal_box .figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

.normal_box .figure img {
  max-width: 100%;
  height: auto;
}

.normal_box .txt_area {
  width: 63.9%;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area {
    width: 100%;
  }
}

.normal_box .txt_area .hd04 .small {
  font-size: 1.7rem;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .hd04 .small {
    display: block;
    font-size: 1.3rem;
    margin-right: 0;
  }
}

.normal_box .txt_area .facility_info {
  line-height: 1.6;
  margin-bottom: 20px;
}

.normal_box .txt_area .facility_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.normal_box .txt_area .facility_info li .info_ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .normal_box .txt_area .facility_info li.tel a {
    pointer-events: none;
  }
}

.normal_box .txt_area .txt {
  line-height: 2;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .txt {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.normal_box .txt_area .service {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .service {
    margin-bottom: 30px;
  }
}

.normal_box .txt_area .service .ttl {
  font-weight: 700;
  font-size: 2rem;
  color: #61C9FF;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .service .ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.normal_box .txt_area .service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .service ul {
    margin-bottom: -10px;
  }
}

.normal_box .txt_area .service ul li {
  margin: 0 23px 15px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .service ul li {
    margin: 0 10px 10px 0;
    font-size: 1.4rem;
  }
}

.normal_box .txt_area .service ul li a {
  display: block;
  color: #fff;
  font-weight: 700;
  background: #61C9FF;
  min-width: 138px;
  border-radius: 25px;
  padding: 5px 13px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.normal_box .txt_area .service ul li a img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.normal_box .txt_area .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.normal_box .txt_area .btn_area li {
  margin: 0 55px 10px 0;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .btn_area li {
    width: 100%;
    margin-right: 0;
  }
}

.normal_box .txt_area .btn.center {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .normal_box .txt_area .btn.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■search_result
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.search_result li {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 42px;
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .search_result li {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}

.search_result li a {
  display: block;
}

.search_result li .txt {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .search_result li .txt {
    line-height: 1.8;
  }
}

.search_result li .marker {
  background: #FFF701;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_details
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_details .hd_area .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_details .hd_area .other_category_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page_details .hd_area .other_category_box {
    margin-bottom: 20px;
  }
}

.page_details .hd_area .other_category_box ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page_details .hd_area .other_category_box ul li {
  margin: 0 30px 10px 0;
}

@media screen and (max-width: 767px) {
  .page_details .hd_area .other_category_box ul li {
    margin-right: 10px;
    font-size: 1.2rem;
  }
  .page_details .hd_area .other_category_box ul li a {
    padding: 8px 12px;
  }
}

.page_details .hd_area .date {
  font-size: 1.2rem;
  margin-top: 10px;
}

.page_details .hd_area h1 {
  font-size: 4rem;
  border-bottom: 3px solid #FF6EAD;
  padding-bottom: 8px;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page_details .hd_area h1 {
    font-size: 2.4rem;
    border-bottom-width: 2px;
    margin-bottom: 25px;
  }
}

.page_details .entry {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page_details .entry {
    margin-top: 20px;
  }
}

.page_details .article .btn {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .page_details .article .btn {
    margin-top: 35px;
  }
}

.page_details .article .btn a:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .article #side_menu {
    margin-top: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_blog
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_blog h1.ttl + .h1p {
  margin-top: -25px;
}

@media screen and (max-width: 767px) {
  #page_blog h1.ttl + .h1p {
    margin-top: -10px;
  }
}

#page_blog .h1p {
  line-height: 1.8;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #page_blog .h1p {
    margin-bottom: 20px;
  }
}

#page_blog .keyword_area.box {
  padding: 25px 0;
}

#page_blog .keyword_area.box.bg06 p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #page_blog .keyword_area.box.bg06 .inner {
    padding: 0;
  }
}

#page_blog .keyword_area.box #keyword {
  margin-bottom: 0;
  width: auto;
  max-width: 920px;
}

/*page_index*/
#page_blog.page_index .main .box.bg02:nth-of-type(2n) {
  background: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_news
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_news .column2_block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#page_news .news_list .cat01 {
  background: #FF6EAD;
}

#page_news .news_list .cat02 {
  background: #ccc;
}

#page_news .news_list .cat03 {
  background: #9BD200;
}

#page_news .news_list .cat04 {
  background: #61C9FF;
}

#page_news .news_list .cat05 {
  background: #FFB300;
}

#page_news .news_list .cat06 {
  background: #058049;
}

/*page_details*/
#page_news.page_details .other_category_box ul li {
  color: #fff;
  border-radius: 24px;
  transition: all 0.25s linear;
  /*a{
			border-color: $primary_color;
			background: $primary_color;
			@include ro;
		}
		&.cat01 a{
			border-color: $primary_color;
			background: $primary_color;
		}
		&.cat02 a{
			border-color: #ccc;
			background: #ccc;
		}
		&.cat03 a{
			border-color: $color03;
			background: $color03;
		}
		&.cat04 a{
			border-color: $color04;
			background: $color04;
		}
		&.cat05 a{
			border-color: $color05;
			background: $color05;
		}
		&.cat06 a{
			border-color: $color06;
			background: $color06;
		}*/
}

#page_news.page_details .other_category_box ul li:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#page_news.page_details .other_category_box ul li a {
  border: none;
  background: none;
  padding: 13px 22px;
}

@media screen and (max-width: 767px) {
  #page_news.page_details .other_category_box ul li a {
    padding: 10px 14px;
  }
}

#page_news.page_details .other_category_box ul li.cat01 {
  background: #FF6EAD;
}

#page_news.page_details .hd_area h1,
#page_news.page_details .entry h1,
#page_news.page_details .entry h2 {
  border-color: #058049;
}

#page_news.page_details .entry h3:before,
#page_news.page_details .entry h4:before {
  background-color: #058049;
}

#page_news.page_details .entry h5 {
  border-color: rgba(5, 128, 73, 0.5);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_qanda
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_qanda .intro {
  padding-top: 50px;
  padding-bottom: 50px;
  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;
}

@media screen and (max-width: 767px) {
  #page_qanda .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 500px) {
  #page_qanda .intro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #page_qanda .intro .character img {
    width: 90px;
    height: auto;
  }
}

#page_qanda .intro .txt_area {
  background: #fff;
  border: 2px solid #C2C2C2;
  border-radius: 17px;
  margin-left: 5px;
  padding: 17px 18px 20px 18px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #page_qanda .intro .txt_area {
    width: calc(100% - 95px);
    padding: 15px;
  }
}

#page_qanda .intro .txt_area:before {
  content: "";
  display: block;
  width: 26px;
  height: 18px;
  background: url(../img/qanda/fukidashi.png) no-repeat;
  background-size: 26px auto;
  position: absolute;
  top: 65px;
  left: -23px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #page_qanda .intro .txt_area:before {
    top: 55px;
  }
}

#page_qanda .intro .txt_area .txt {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 14px;
}

#page_qanda .intro .btn.center {
  margin: 0 10px;
}

#page_qanda .intro .btn.center.spCont {
  display: none;
}

@media screen and (max-width: 767px) {
  #page_qanda .intro .btn.center {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  #page_qanda .intro .btn.center {
    width: 100%;
    margin-top: 20px;
  }
  #page_qanda .intro .btn.center.pcCont {
    display: none;
  }
  #page_qanda .intro .btn.center.spCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#page_qanda .intro .btn.center a {
  min-width: inherit;
  background-color: #FF6EAD;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page_qanda .intro .btn.center a {
    max-width: 440px;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 35px;
  }
}

#page_qanda .box.bg03 {
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  #page_qanda .box.bg03 {
    padding-top: 30px;
  }
}

#page_qanda .box.bg03 .anchor_area {
  padding-top: 0;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #page_qanda .box.bg03 .anchor_area {
    padding-bottom: 20px;
  }
}

#page_qanda .block:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #page_qanda .block:not(:last-of-type) {
    margin-bottom: 55px;
  }
}

#page_qanda .block02:not(:last-of-type) {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #page_qanda .block02:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_facility
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_facility .hd03 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #page_facility .hd03 {
    margin-bottom: 30px;
  }
}

#page_facility .box .block:not(:last-of-type) {
  margin-bottom: 128px;
}

@media screen and (max-width: 767px) {
  #page_facility .box .block:not(:last-of-type) {
    margin-bottom: 75px;
  }
}

#page_facility #service_search {
  padding-bottom: 0;
}

#page_facility #service_search .search_wrap {
  border: 2px solid #C8C8C8;
  border-radius: 6px;
  padding: 13px 17px;
}

#page_facility #service_search .ac_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.25s linear;
}

#page_facility #service_search .ac_btn:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#page_facility #service_search .ac_btn:hover {
  cursor: pointer;
}

#page_facility #service_search .ac_btn p {
  font-size: 2rem;
  font-weight: 700;
  background: url(../img/ico_search@2x.png) no-repeat left center;
  background-size: 36px auto;
  padding: 10px 0 10px 58px;
}

@media screen and (max-width: 767px) {
  #page_facility #service_search .ac_btn p {
    background-size: 30px auto;
    padding-left: 40px;
  }
}

#page_facility #service_search .ac_btn .btn {
  width: 20px;
  height: 20px;
}

#page_facility #service_search .ac_btn .btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#page_facility #service_search .ac_btn .btn span:before, #page_facility #service_search .ac_btn .btn span:after {
  content: "";
  display: block;
  background: #7E7E7E;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

#page_facility #service_search .ac_btn .btn span:after {
  width: 4px;
  height: 100%;
  left: 50%;
  top: 50%;
  margin: 0;
  transition: all 0.25s linear;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page_facility #service_search .ac_btn.active .btn span:after {
  transition: all 0.25s linear;
  height: 0;
}

#page_facility #service_search .ac_box {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #page_facility #service_search .ac_box {
    padding-top: 20px;
  }
}

#page_facility #service_search .ac_box .btn.center {
  margin-bottom: 40px;
  display: none;
}

@media screen and (max-width: 767px) {
  #page_facility #service_search .ac_box .btn.center {
    margin-bottom: 10px;
  }
}

#page_facility .facilities, #page_facility .normal_box {
  display: none;
}

#page_facility .facilities.show {
  display: block;
}

#page_facility .normal_box.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #page_facility .normal_box.show {
    display: block;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_facility_detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_facility_detail a[href^="tel:"]:hover {
  opacity: 1;
}

#page_facility_detail .facility_name {
  text-align: left;
  font-weight: 700;
  padding: 16px 35px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .facility_name {
    padding: 10px 15px;
  }
}

#page_facility_detail .block,
#page_facility_detail #greeting_sec {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .block,
  #page_facility_detail #greeting_sec {
    margin-bottom: 40px;
  }
}

#page_facility_detail .block .hd03,
#page_facility_detail #greeting_sec .hd03 {
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .block .hd03,
  #page_facility_detail #greeting_sec .hd03 {
    font-size: 1.9rem;
  }
}

#page_facility_detail .block .read_txt {
  line-height: 2;
  margin-bottom: 23px;
}

@media only screen and (max-width: 920px) {
  #page_facility_detail .column2_block {
    display: block;
  }
  #page_facility_detail .column2_block .main_cont {
    width: 100%;
  }
  #page_facility_detail .column2_block #side_menu {
    width: 100%;
    margin-bottom: 45px;
  }
}

/*intro_sec*/
#page_facility_detail #intro_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec {
    display: block;
  }
}

#page_facility_detail #intro_sec .img {
  width: 47.6%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

#page_facility_detail #intro_sec .img:after {
  content: "";
  display: block;
  padding-top: 76%;
}

#page_facility_detail #intro_sec .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#page_facility_detail #intro_sec .txt_area {
  width: 50%;
  max-width: 395px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec .txt_area {
    width: 100%;
    max-width: inherit;
  }
}

#page_facility_detail #intro_sec .facility_info {
  line-height: 1.6;
  margin-bottom: 20px;
}

#page_facility_detail #intro_sec .facility_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page_facility_detail #intro_sec .facility_info li .info_ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  #page_facility_detail #intro_sec .facility_info li.tel a {
    pointer-events: none;
  }
}

#page_facility_detail #intro_sec .service .ttl {
  color: #61C9FF;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec .service .ttl {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}

#page_facility_detail #intro_sec ul.ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px 28px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec ul.ico {
    margin: 0 -5px 15px;
  }
}

#page_facility_detail #intro_sec ul.ico li {
  margin: 0 5px 8px;
  /*&:only-of-type{
					margin-left: auto;
					margin-right: auto;
				}*/
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec ul.ico li {
    margin: 0 5px 5px;
    font-size: 1.3rem;
  }
}

#page_facility_detail #intro_sec ul.ico li a, #page_facility_detail #intro_sec ul.ico li span {
  border: 2px solid #61C9FF;
  padding: 3px 10px 3px 5px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #61C9FF;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec ul.ico li a, #page_facility_detail #intro_sec ul.ico li span {
    padding-right: 10px;
  }
}

#page_facility_detail #intro_sec ul.ico li img {
  width: 28px;
  height: auto;
  margin-right: 5px;
}

#page_facility_detail #intro_sec .contact,
#page_facility_detail #intro_sec .vacancy {
  max-width: 315px;
  margin: 0 auto;
  line-height: 1.3;
}

#page_facility_detail #intro_sec .contact {
  text-align: center;
  margin-bottom: 25px;
}

#page_facility_detail #intro_sec .contact .hd {
  font-weight: 700;
  margin-bottom: 6px;
}

#page_facility_detail #intro_sec .contact .tel {
  color: #FF6EAD;
  font-weight: 700;
  font-size: 3.2rem;
}

#page_facility_detail #intro_sec .contact .tel.freedial a {
  padding-left: 43px;
  background: url(../img/ico_freedial.png) no-repeat left center;
}

#page_facility_detail #intro_sec .contact .time {
  font-size: 1.4rem;
}

#page_facility_detail #intro_sec .contact .btn {
  margin: 18px auto 0;
  max-width: 260px;
}

#page_facility_detail #intro_sec .contact .btn a {
  display: block;
  background: #61C9FF;
  color: #fff;
  font-weight: 600;
  border-radius: 24px;
  padding: 11px;
}

#page_facility_detail #intro_sec .contact .btn a span {
  padding-left: 26px;
  background: url(../img/ico_mail_w.png) no-repeat left center;
  background-size: 17px auto;
}

#page_facility_detail #intro_sec .vacancy {
  border: 4px solid #61C9FF;
  padding: 12px 27px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_sec .vacancy {
    border-width: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_facility_detail #intro_sec .vacancy .txt {
  font-weight: 700;
  font-size: 2rem;
}

#page_facility_detail #intro_sec .vacancy .update {
  margin-top: 12px;
}

/*anchor_area*/
#page_facility_detail .anchor_area {
  background: rgba(97, 201, 255, 0.2);
  padding: 18px 5px 3px 25px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .anchor_area {
    padding: 15px 5px 5px 15px;
    margin-bottom: 30px;
  }
}

#page_facility_detail .anchor_area ul li {
  margin: 0 20px 15px 0;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .anchor_area ul li {
    margin: 0 10px 10px 0;
  }
}

/*intro_txt*/
#page_facility_detail #intro_txt {
  line-height: 2;
}

#page_facility_detail #intro_txt .catch {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #intro_txt .catch {
    font-size: 2.1rem;
  }
}

/*greeting_sec*/
#page_facility_detail #greeting_sec .greeting_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #greeting_sec .greeting_area {
    display: block;
  }
}

#page_facility_detail #greeting_sec .img_area {
  width: 216px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #greeting_sec .img_area {
    width: auto;
    max-width: 216px;
    margin: 0 auto 15px;
  }
}

#page_facility_detail #greeting_sec .img_area img {
  width: 100%;
  height: auto;
}

#page_facility_detail #greeting_sec .img_area .name {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #greeting_sec .img_area .name {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}

#page_facility_detail #greeting_sec .img_area + .txt_area {
  width: calc(100% - 216px);
  max-width: 625px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #greeting_sec .img_area + .txt_area {
    width: 100%;
  }
}

#page_facility_detail #greeting_sec .txt_area {
  padding-left: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #page_facility_detail #greeting_sec .txt_area {
    width: 100%;
    max-width: inherit;
    padding-left: 0;
  }
}

/*facility_photo*/
#page_facility_detail .facility_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .facility_photo {
    margin-bottom: -20px;
  }
}

#page_facility_detail .facility_photo li {
  width: 47.67%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .facility_photo li {
    width: 48.5% !important;
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

#page_facility_detail .facility_photo.type3:after {
  content: "";
  display: block;
  width: 32%;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .facility_photo.type3:after {
    content: none;
  }
}

#page_facility_detail .facility_photo.type3 li {
  width: 32%;
}

#page_facility_detail .facility_photo .img {
  position: relative;
}

#page_facility_detail .facility_photo .img:after {
  content: "";
  display: block;
  padding-top: 59%;
}

#page_facility_detail .facility_photo .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#page_facility_detail .facility_photo .txt {
  margin-top: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .facility_photo .txt {
    margin-top: 8px;
  }
}

/*map_area,access*/
#page_facility_detail .map_area {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .map_area {
    margin-bottom: 20px;
  }
}

#page_facility_detail .map_area iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .map_area iframe {
    height: 250px;
  }
}

#page_facility_detail .access .txt,
#page_facility_detail .list_type .txt {
  padding-left: 27px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .access .txt,
  #page_facility_detail .list_type .txt {
    padding-left: 23px;
    line-height: 1.7;
  }
}

#page_facility_detail .access ul.txt li,
#page_facility_detail .list_type ul.txt li {
  text-indent: -1em;
  padding-left: 1em;
}

#page_facility_detail .access > li:not(:last-of-type),
#page_facility_detail .list_type > li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .access > li:not(:last-of-type),
  #page_facility_detail .list_type > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

/*partner*/
#page_facility_detail .partner .partner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page_facility_detail .partner .partner_list li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

#page_facility_detail .partner .partner_list li.full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .partner .partner_list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}

#page_facility_detail .partner .partner_list li:last-of-type {
  margin-bottom: 0;
}

#page_facility_detail .partner .partner_list .img {
  width: 176px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .partner .partner_list .img {
    width: 100%;
    margin-bottom: 10px;
  }
}

#page_facility_detail .partner .partner_list .img:before {
  content: "";
  display: block;
  padding-top: 63%;
}

#page_facility_detail .partner .partner_list .img img {
  position: absolute;
  top: 0;
  left: 0;
}

#page_facility_detail .partner .partner_list .img + .txt_area {
  width: calc(100% - 176px);
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .partner .partner_list .img + .txt_area {
    width: 100%;
  }
}

#page_facility_detail .partner .partner_list .txt_area {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .partner .partner_list .txt_area {
    width: 100%;
    padding-left: 0;
  }
}

#page_facility_detail .partner .partner_list .txt_area .info {
  line-height: 1.8;
  padding-left: 27px;
}

@media screen and (max-width: 767px) {
  #page_facility_detail .partner .partner_list .txt_area .info {
    padding-left: 23px;
  }
}

#page_facility_detail .partner .partner_list .txt_area .medical {
  margin-top: 15px;
  background: rgba(97, 201, 255, 0.2);
  padding: 10px 15px;
  line-height: 1.8;
}

/*price_table*/
ul.table01 .td {
  padding-right: 0;
}

ul.table01 .td li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.table01 .price_table {
  border-left: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  width: 100%;
}

ul.table01 .price_table th, ul.table01 .price_table td {
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  line-height: 1.5;
  padding: 8px 5px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 767px) {
  ul.table01 .price_table th, ul.table01 .price_table td {
    font-size: 1.3rem;
    display: table-cell;
    white-space: nowrap;
  }
}

ul.table01 .price_table th {
  font-weight: 400;
  background: rgba(114, 114, 114, 0.1);
}

ul.table01 .price_table tbody th {
  width: 140px;
  white-space: nowrap;
}

ul.table01 .price_table tbody td {
  text-align: right;
}

ul.table01 .sp_scroll {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  ul.table01 .sp_scroll {
    margin: 13px 0;
  }
}

/*btn.pdf*/
#page_facility_detail .btn.pdf a {
  background: #FF6EAD;
}

#page_facility_detail .btn.pdf a::after {
  background-image: url(../img/ico_pdf02_w.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_examination.page_index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_examination.page_index .card_box02 .card .card_wrap .figure img {
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_examination.page_detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_examination.page_detail h1 + .read_txt {
  line-height: 1.8;
  margin-bottom: 20px;
}

#page_examination.page_detail .box {
  padding: 35px 0;
}

#page_examination.page_detail .box .txt {
  line-height: 2;
}

#page_examination.page_detail .box .txt strong {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .box .txt strong {
    font-size: 1.6rem;
  }
}

#page_examination.page_detail .box ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

#page_examination.page_detail .box .link {
  padding-top: 5px;
  display: inline-block;
}

#page_examination.page_detail .box .link a {
  text-decoration: underline;
  color: #61C9FF;
}

#page_examination.page_detail .step_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area li {
    display: block;
    margin-bottom: 25px;
  }
}

#page_examination.page_detail .step_area li:last-of-type {
  margin-bottom: 0;
}

#page_examination.page_detail .step_area .img {
  width: 235px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .img {
    margin: 0 auto 15px;
  }
}

#page_examination.page_detail .step_area .img img {
  max-width: 212px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .img img {
    max-width: 200px;
  }
}

#page_examination.page_detail .step_area .img + .right {
  width: calc(100% - 235px);
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .img + .right {
    width: 100%;
  }
}

#page_examination.page_detail .step_area .step_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page_examination.page_detail .step_area .step_inner + .step_inner {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .step_inner + .step_inner {
    margin-bottom: 25px;
  }
}

#page_examination.page_detail .step_area .step {
  width: 86px;
  text-align: center;
  background: #FFB300;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 14px;
  padding: 3px 5px 7px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .step {
    width: 80px;
    padding-top: 2px;
  }
  #page_examination.page_detail .step_area .step img {
    width: auto;
    height: 11px;
  }
}

#page_examination.page_detail .step_area .txt_area {
  width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .txt_area {
    width: calc(100% - 95px);
  }
}

#page_examination.page_detail .step_area .txt_area .ttl {
  line-height: 1.5;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  padding: 0;
  text-indent: 0;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .txt_area .ttl {
    font-size: 1.8rem;
    margin: 2px 0 10px;
  }
}

#page_examination.page_detail .step_area .txt_area .ttl:before {
  content: none;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .step_area .txt_area .txt {
    margin-left: -100px;
  }
}

#page_examination.page_detail .step_area .txt_area .btn {
  margin: 25px 0 10px;
}

#page_examination.page_detail .step_area .txt_area .btn a {
  margin-bottom: 0;
}

#page_examination.page_detail .table02.price td {
  text-align: right;
}

#page_examination.page_detail .txt + .sp_scroll,
#page_examination.page_detail .sp_scroll + .txt {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .txt + .sp_scroll,
  #page_examination.page_detail .sp_scroll + .txt {
    margin-top: 20px;
  }
}

#page_examination.page_detail .case_box {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .case_box {
    margin-bottom: 40px;
  }
}

#page_examination.page_detail .case_box:last-of-type {
  margin-bottom: 0;
}

#page_examination.page_detail .case_box .img {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #page_examination.page_detail .case_box .img {
    margin-top: 25px;
  }
}

#page_examination.page_detail .case_box .img img {
  max-width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_service.page_index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_service.page_index .card .btn.center a {
  min-width: 250px;
}

#page_service.page_index .card_box02 .card .card_wrap .figure img {
  height: auto;
}

#page_service.page_index .news_txt {
  text-align: center;
  font-size: 120%;
  padding: 20px;
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #61C9FF;
}

@media screen and (max-width: 767px) {
  #page_service.page_index .news_txt {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 110%;
  }
}

#page_service.page_index .bnr_type_btn {
  width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_service.page_service_details
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_service.page_service_details {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details {
    padding-bottom: 40px;
  }
}

#page_service.page_service_details .box {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .box {
    padding: 25px 0;
  }
}

#page_service.page_service_details .box strong {
  font-weight: 700;
}

#page_service.page_service_details .box .box {
  padding-top: 0;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .box .box {
    padding-bottom: 30px;
  }
}

#page_service.page_service_details .txt {
  line-height: 2;
}

#page_service.page_service_details .list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}

#page_service.page_service_details .txt + .list,
#page_service.page_service_details .list + div,
#page_service.page_service_details p + .sp_scroll {
  margin-top: 10px;
}

#page_service.page_service_details .price_table tbody th {
  width: 230px;
}

#page_service.page_service_details .pr_txt {
  font-weight: 700;
  margin-top: 25px;
  font-size: 2rem;
  padding-left: 28px;
  color: #FF6EAD;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .pr_txt {
    font-size: 1.8rem;
    padding-left: 0;
  }
}

/*intro_area*/
#page_service.page_service_details #intro_area {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details #intro_area {
    margin-bottom: 40px;
  }
}

#page_service.page_service_details #intro_area .btn {
  margin-top: 30px;
}

#page_service.page_service_details .intro {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .intro {
    margin-bottom: 20px;
  }
}

#page_service.page_service_details .intro .img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .intro .img {
    margin-top: 20px;
  }
}

#page_service.page_service_details .intro .img.center {
  text-align: center;
}

#page_service.page_service_details .intro .img img {
  max-width: 100%;
  height: auto;
}

/*intro_area*/
#page_service.page_service_details .support_area {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .support_area {
    margin-top: 20px;
  }
}

#page_service.page_service_details .support_area ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}

/*concept_area*/
#page_service.page_service_details .concept_area {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .concept_area {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}

#page_service.page_service_details .concept_area ul + .hd02 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .concept_area ul + .hd02 {
    margin-top: 35px;
  }
}

#page_service.page_service_details .concept_area p + p,
#page_service.page_service_details .concept_area .txt_img + p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .concept_area p + p,
  #page_service.page_service_details .concept_area .txt_img + p {
    margin-top: 25px;
  }
}

#page_service.page_service_details .concept_area .img.center {
  margin-top: 30px;
  text-align: center;
}

#page_service.page_service_details .concept_area .img.center img {
  max-width: 100%;
  height: auto;
}

#page_service.page_service_details .concept_area .txt_img .img {
  background: #fff;
  padding: 10px;
}

#page_service.page_service_details .concept_area ul li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 20px;
  position: relative;
  padding-left: 27px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .concept_area ul li {
    font-size: 1.8rem;
    padding-left: 23px;
    margin-bottom: 20px;
  }
}

#page_service.page_service_details .concept_area ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #61C9FF;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .concept_area ul li:before {
    width: 14px;
    height: 14px;
    top: 8px;
  }
}

#page_service.page_service_details .concept_area ul li:last-of-type {
  margin-bottom: 0;
}

#page_service.page_service_details .concept_area ul li .txt {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 5px 0 0 -27px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .concept_area ul li .txt {
    margin-left: -23px;
  }
}

/*detail_area*/
#page_service.page_service_details .detail_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 34px;
}

#page_service.page_service_details .detail_area li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .detail_area li {
    display: block;
    margin-bottom: 25px;
  }
}

#page_service.page_service_details .detail_area li .img {
  width: 212px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .detail_area li .img {
    width: 232px;
    margin: 0 auto 15px;
  }
}

#page_service.page_service_details .detail_area li .img img {
  width: 100%;
  height: auto;
}

#page_service.page_service_details .detail_area li .txt_area {
  width: calc(100% - 212px);
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .detail_area li .txt_area {
    width: 100%;
    padding: 0;
  }
}

/*step_area*/
#page_service.page_service_details .step_area > li {
  margin-bottom: 35px;
}

#page_service.page_service_details .step_area > li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .step_area > li {
    margin-bottom: 25px;
  }
}

#page_service.page_service_details .step_area > li .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.3;
  margin-bottom: 10px;
}

#page_service.page_service_details .step_area > li .hd .step {
  width: 96px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid #61C9FF;
  border-radius: 24px;
  padding: 7px 3px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .step_area > li .hd .step {
    font-size: 1.6rem;
    width: 80px;
    padding: 4px 3px;
  }
}

#page_service.page_service_details .step_area > li .hd .ttl {
  width: calc(100% - 96px);
  font-weight: 700;
  font-size: 2rem;
  padding: 8px 0 0 15px;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .step_area > li .hd .ttl {
    width: calc(100% - 80px);
    padding-top: 3px;
  }
}

#page_service.page_service_details .step_area > li .txt_area {
  padding-left: calc(96px + 15px);
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .step_area > li .txt_area {
    padding-left: 0;
  }
}

#page_service.page_service_details .step_area > li .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  line-height: 1;
}

#page_service.page_service_details .step_area > li .btn_area li {
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_service.page_service_details .step_area > li .btn_area li {
    width: 100%;
    margin: 0 0 10px;
  }
}

/*price_box*/
#page_service.page_service_details .price_box p + table,
#page_service.page_service_details .price_box p + .sp_scroll {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box p + table,
  #page_service.page_service_details .price_box p + .sp_scroll {
    margin-top: 15px;
  }
}

#page_service.page_service_details .price_box table + ul,
#page_service.page_service_details .price_box table + p,
#page_service.page_service_details .price_box .sp_scroll + ul,
#page_service.page_service_details .price_box .sp_scroll + p,
#page_service.page_service_details .price_box ul + p {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box table + ul,
  #page_service.page_service_details .price_box table + p,
  #page_service.page_service_details .price_box .sp_scroll + ul,
  #page_service.page_service_details .price_box .sp_scroll + p,
  #page_service.page_service_details .price_box ul + p {
    margin-top: 15px;
  }
}

#page_service.page_service_details .price_box .table02 {
  width: auto;
}

#page_service.page_service_details .price_box .table02 th, #page_service.page_service_details .price_box .table02 td {
  min-width: 198px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box .table02 th, #page_service.page_service_details .price_box .table02 td {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#page_service.page_service_details .price_box .table02 tr.border {
  border-top: 3px solid #D8D8D8;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box .table02 th {
    width: 90px;
  }
}

#page_service.page_service_details .price_box .table02 td {
  text-align: right;
  padding-right: 20px;
  padding-left: 20px;
}

#page_service.page_service_details .price_box .table02 td.left {
  text-align: left;
}

#page_service.page_service_details .price_box .table02 td.time {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box .sp_scroll table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box .sp_scroll table td {
    white-space: nowrap;
  }
}

#page_service.page_service_details .price_box + .price_box {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .price_box + .price_box {
    margin-top: 25px;
  }
}

/*facility_block*/
#page_service.page_service_details #facility_block {
  margin-top: 35px;
}

/*txt_img*/
#page_service.page_service_details .txt_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .txt_img {
    display: block;
  }
}

#page_service.page_service_details .txt_img .img {
  width: 385px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .txt_img .img {
    width: 100%;
  }
}

#page_service.page_service_details .txt_img .img img {
  max-width: 100%;
  height: auto;
}

#page_service.page_service_details .txt_img .txt_area {
  width: calc(100% - 385px);
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  #page_service.page_service_details .txt_img .txt_area {
    width: 100%;
    padding: 20px 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_contact
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_contact .form, #page_contact #mfp_phase_confirm {
  max-width: 1000px;
  margin: 0 auto;
}

#page_contact .item_main {
  padding-top: 5px;
  padding-bottom: 5px;
}

#page_contact .item_main .sub_ttl {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

#page_contact .item_main ul + .sub_ttl,
#page_contact .item_main p + .sub_ttl {
  margin-top: 20px;
}

#page_contact .item_main .info {
  margin-top: 5px;
  width: 100%;
}

#page_contact .item_main input {
  max-width: 500px;
}

#page_contact .item_main input.short {
  max-width: 100px;
}

#page_contact .item_main a {
  text-decoration: underline;
}

#page_contact .item_main .other {
  width: 100%;
}

#page_contact .item_main .other input[type=text] {
  max-width: 200px;
}

#page_contact .item_main .relation_radio .wpcf7-list-item.last {
  width: 100%;
}

#page_contact .item_main .relation_radio .wpcf7-list-item.last input[type=text] {
  max-width: 200px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #page_contact .item_main .relation_radio .wpcf7-list-item.last input[type=text] {
    max-width: 150px;
  }
}

#page_contact .item_main .wpcf7-form-control-wrap {
  width: 100%;
}

#page_contact .form_wrap + .hd05 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #page_contact .form_wrap + .hd05 {
    margin-top: 30px;
  }
}

/*サンクスページ*/
.page_thank .box {
  text-align: center;
  font-size: 120%;
  line-height: 2;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .page_thank .box {
    font-size: 110%;
    text-align: left;
    min-height: 400px;
  }
}

.page_thank .box .title {
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_thank .box .title {
    text-align: center;
    font-size: 140%;
  }
}

.page_thank .box p + p {
  margin-top: 10px;
}

/*確認ページ*/
#page_contact select#place_check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  border: none;
  padding: 0;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_support
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_support #news_area {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #page_support #news_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#page_support #news_area .news_wrap {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  #page_support #news_area .news_wrap {
    padding: 25px 20px;
  }
}

#page_support #news_area .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  #page_support #news_area .hd {
    margin-bottom: 20px;
  }
}

#page_support #news_area .hd .hd02 {
  margin-bottom: 0;
}

#page_support #news_area .hd .btn {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  #page_support #news_area .hd .btn {
    margin-left: 14px;
  }
}

#page_support #news_area .hd .btn a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: url(../img/ico_arrow02.png) no-repeat left 15px center #7E7E7E;
  background-size: 7px auto;
  padding: 11px 30px 11px 35px;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
  #page_support #news_area .hd .btn a {
    background-position: left 12px center;
    background-size: 6px auto;
    font-size: 1.3rem;
    padding: 8px 15px 8px 24px;
  }
}

#page_support #news_area .news_list {
  margin-bottom: 0;
}

#page_support #news_area .btn.center {
  display: none;
}

@media screen and (max-width: 767px) {
  #page_support #news_area .btn.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_support_details
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_support_details #read_txt {
  margin-bottom: 55px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page_support_details #read_txt {
    margin-bottom: 45px;
  }
}

.page_support_details #read_txt ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

.page_support_details .step_area > li {
  margin-bottom: 30px;
}

.page_support_details .step_area .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page_support_details .step_area .hd .step {
  width: 86px;
  margin-right: 14px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  color: #fff;
  background: #9BD200;
  border-radius: 14px;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .hd .step {
    font-size: 1.5rem;
    width: 70px;
  }
}

.page_support_details .step_area .hd .ttl {
  width: calc(100% - 100px);
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .hd .ttl {
    width: calc(100% - 85px);
    font-size: 1.8rem;
  }
}

.page_support_details .step_area .txt_area {
  padding-left: 100px;
  margin-top: 7px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area {
    width: 100%;
    padding-left: 0;
    margin-top: 3px;
  }
}

.page_support_details .step_area .txt_area .read {
  margin-bottom: 20px;
}

.page_support_details .step_area .txt_area .sub_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 25px 0 13px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .sub_ttl {
    font-size: 1.8rem;
  }
}

.page_support_details .step_area .txt_area .link_list {
  margin-bottom: 34px;
}

.page_support_details .step_area .txt_area .link_list li {
  line-height: 1.6;
  margin-bottom: 11px;
}

.page_support_details .step_area .txt_area .link_list li:last-of-type {
  margin-bottom: 0;
}

.page_support_details .step_area .txt_area .link_list a {
  display: inline-block;
  color: #61C9FF;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.page_support_details .step_area .txt_area .link_list a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.page_support_details .step_area .txt_area .link_list.pdf a {
  background: url(../img/ico_pdf02.png) no-repeat left 5px;
  background-size: 23px auto;
  padding-left: 28px;
}

.page_support_details .step_area .txt_area .step_details_box {
  overflow: hidden;
}

.page_support_details .step_area .txt_area .step_details_box + .step_details_box {
  margin-top: 35px;
}

.page_support_details .step_area .txt_area .step_details_box .hd05 {
  margin-bottom: 15px;
}

.page_support_details .step_area .txt_area .step_details_box .step_details {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .step_details_box .step_details {
    margin-bottom: -25px;
  }
}

.page_support_details .step_area .txt_area .step_details_box .step_details > li {
  width: 27.5%;
  margin: 0 2.77% 40px 0;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .step_details_box .step_details > li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.page_support_details .step_area .txt_area .step_details_box .ttl_area {
  background: rgba(155, 210, 0, 0.2);
  font-weight: 700;
  line-height: 1.6;
  padding: 12px 7px 12px 15px;
  margin-bottom: 15px;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .step_details_box .ttl_area {
    min-height: inherit !important;
  }
}

.page_support_details .step_area .txt_area .step_details_box .ttl_area p {
  text-indent: -1em;
  padding-left: 1em;
}

.page_support_details .step_area .txt_area .step_details_box .ttl_area.line3 {
  min-height: 98px;
}

.page_support_details .step_area .txt_area .step_details_box .img_area {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .step_details_box .img_area {
    padding: 0 15px;
  }
}

.page_support_details .step_area .txt_area .step_details_box .img_area img {
  max-width: 100%;
  height: auto;
}

.page_support_details .step_area .txt_area .step_details_box .img_area .txt {
  line-height: 1.6;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .step_details_box .img_area .txt {
    margin-bottom: 20px;
  }
}

.page_support_details .step_area .txt_area .step_details_box .img_area + .ttl_area {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page_support_details .step_area .txt_area .step_details_box .img_area + .ttl_area {
    margin-top: 30px;
  }
}

.page_support_details .info_area {
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page_support_details .info_area {
    margin-top: 45px;
  }
}

.page_support_details .info_area .kome li {
  text-indent: -1em;
  padding-left: 1em;
}

.page_support_details .btn.center {
  margin-top: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_line
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_line .step_area .txt_area .step_details_box .step_details > li.step2_3 {
  margin-right: 0;
  width: 39.25%;
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_3 .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_3 .img_area .img {
  width: 48.8%;
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_3 .img_area .img:nth-of-type(2) {
  width: 45.7%;
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 {
  width: 69.16%;
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area .img {
  width: 30.92%;
}

@media screen and (max-width: 767px) {
  .page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area .img {
    width: calc(50% - 5px);
  }
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area .img:nth-of-type(1) {
  width: 32.5%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area .img:nth-of-type(1) {
    width: 100%;
    margin: 0 0 20px;
  }
  .page_line .step_area .txt_area .step_details_box .step_details > li.step2_4 .img_area .img:nth-of-type(1) img {
    width: 50%;
    height: auto;
  }
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_5 {
  width: 28.05%;
  margin-right: 0;
}

.page_line .step_area .txt_area .step_details_box .step_details > li.step2_4-2 {
  width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_zoom
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_zoom .step_area .contact_btn {
  margin-top: -8px;
}

.page_zoom .step_area .contact_btn a {
  background: url(../img/ico_mail_w.png) no-repeat left 24px center #61C9FF;
  background-size: 17px auto;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 12px 23px 12px 53px;
  border-radius: 24px;
  line-height: 1.1;
}

.page_zoom .step_area .mail_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .page_zoom .step_area .mail_area img {
    width: 90px;
    height: auto;
  }
}

.page_zoom .step_area .mail_area .txt {
  line-height: 1.33333;
  border: 2px solid #9BD200;
  border-radius: 5px;
  background: #fff;
  padding: 12px;
  position: relative;
  margin-left: 23px;
}

.page_zoom .step_area .mail_area .txt:before {
  content: "";
  display: block;
  background: url(../img/support/zoom/step3_fukidashi.png) no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 45px;
  left: -16px;
}

.page_zoom .step_area .enter_room_step {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page_zoom .step_area .enter_room_step {
    margin-bottom: 35px;
  }
}

.page_zoom .step_area .enter_room_step ul {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_zoom .step_area .enter_room_step ul li + li {
  margin-left: 35px;
}

@media screen and (max-width: 767px) {
  .page_zoom .step_area .enter_room_step ul li + li {
    margin-left: 15px;
  }
}

.page_zoom .step_area .enter_room_step ul li img {
  max-width: 100%;
  height: auto;
}

.page_zoom .step_area .wait_txt {
  max-width: 215px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.71429;
  padding: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_online_tour
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
  .page_online_tour #intro_area {
    margin-bottom: 0 !important;
  }
}

.page_online_tour .step_area .txt_area {
  line-height: 2;
}

.page_online_tour .step_area .txt_area .read {
  margin-bottom: 20px;
}

.page_online_tour .step_area .txt_area .sub_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 25px 0 13px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .sub_ttl {
    font-size: 1.8rem;
  }
}

.page_online_tour .step_area .txt_area .link_list {
  /*margin-bottom: 34px;*/
}

.page_online_tour .step_area .txt_area .link_list li {
  line-height: 1.6;
  margin-bottom: 11px;
}

.page_online_tour .step_area .txt_area .link_list li:last-of-type {
  margin-bottom: 0;
}

.page_online_tour .step_area .txt_area .link_list a {
  display: inline-block;
  color: #61C9FF;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.page_online_tour .step_area .txt_area .link_list a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.page_online_tour .step_area .txt_area .link_list.pdf a {
  background: url(../img/ico_pdf02.png) no-repeat left 5px;
  background-size: 23px auto;
  padding-left: 28px;
}

.page_online_tour .step_area .txt_area .step_details_box {
  overflow: hidden;
}

.page_online_tour .step_area .txt_area .step_details_box + .step_details_box {
  margin-top: 35px;
}

.page_online_tour .step_area .txt_area .step_details_box .hd05 {
  margin-bottom: 15px;
}

.page_online_tour .step_area .txt_area .step_details_box .step_details {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .step_details_box .step_details {
    margin-bottom: -25px;
  }
}

.page_online_tour .step_area .txt_area .step_details_box .step_details > li {
  width: 27.5%;
  margin: 0 2.77% 40px 0;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .step_details_box .step_details > li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.page_online_tour .step_area .txt_area .step_details_box .ttl_area {
  background: rgba(97, 201, 255, 0.2);
  font-weight: 700;
  line-height: 1.6;
  padding: 12px 7px 12px 15px;
  margin-bottom: 15px;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .step_details_box .ttl_area {
    min-height: inherit !important;
  }
}

.page_online_tour .step_area .txt_area .step_details_box .ttl_area p {
  text-indent: -1em;
  padding-left: 1em;
}

.page_online_tour .step_area .txt_area .step_details_box .ttl_area.line3 {
  min-height: 98px;
}

.page_online_tour .step_area .txt_area .step_details_box .img_area {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .step_details_box .img_area {
    padding: 0 15px;
  }
}

.page_online_tour .step_area .txt_area .step_details_box .img_area img {
  max-width: 100%;
  height: auto;
}

.page_online_tour .step_area .txt_area .step_details_box .img_area .txt {
  line-height: 1.6;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .step_details_box .img_area .txt {
    margin-bottom: 20px;
  }
}

.page_online_tour .step_area .txt_area .step_details_box .img_area + .ttl_area {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page_online_tour .step_area .txt_area .step_details_box .img_area + .ttl_area {
    margin-top: 30px;
  }
}

.page_online_tour .block + .block {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .page_online_tour .block + .block {
    margin-top: 30px;
  }
}

.page_online_tour .block + .block .read_txt {
  line-height: 2;
}

.page_online_tour .info_area {
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page_online_tour .info_area {
    margin-top: 45px;
  }
}

.page_online_tour .info_area .kome li {
  text-indent: -1em;
  padding-left: 1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_line
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_line
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_line
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
