@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  style.css
 style info :  リセット初期設定,フォーム周りのブラウザのずれを修正
 (このスタイルシートは基本的に変更しない)
=================================================================== */
html {
	overflow-y:scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,
th {
	text-align:left;
}
q:before,
q:after {
	content:'';
}
object,
embed {
	vertical-align:top;
}
hr,
legend {
	display:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	letter-spacing: 0.2rem;
}
img,
abbr,
acronym,
fieldset {
	border:0;
}
ul li {
	list-style-type:none;
}
p {
	margin-bottom:0;
}
a,
label {
	cursor:pointer;
}
img {
	vertical-align:top;
	margin:0;
	padding:0;
}
/* ===================================================================
    common
=================================================================== */
body {
	font-size: 76%;
	font-family: "NotoSansCJKjp", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 980px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: 0.1em;
}
body p {
	line-height: 1.7;
}
.wrapper {
	padding-top: 50px;
}
.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.inner:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
a {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.sp_appear {
  display: none !important;
}
/*----------------------------------------
   #header
----------------------------------------*/
.btn_menu {
  display: none;
}

#header *,
#header::before,
#header::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#header {
	letter-spacing: 0.1em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	-webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background-color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	height: 50px;
}

.header_inner {
	margin: 0 auto;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header_section {
	width: 100%;
	-webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header_section::after {
  display: block;
  content: '';
  clear: both;
}

.header_logo {
  margin-top: 10px;
}
.header_logo img{
	max-width: 190px;
}

.header_section_right {
  float: right;
}
.header_section_right a {
	font-weight: 500;
	width: 160px;
	display: table;
	background: #c30d23;
	text-align: center;
	height: 50px;
	color: #fff;
	font-size: 134%;
	line-height: 1.2;
	text-decoration: none;
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
}
.header_section_right a:hover {
	-webkit-box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.header_section_right a span {
	display: table-cell;
	vertical-align: middle;
}
#header.fixed {
	background: #fff;
	height: 50px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
/* #header.fixed .header_inner {
  padding: 0 20px;
} */
#header.fixed .header_inner {
  padding: 0;
}

/*----------------------------------------
   Navigation
----------------------------------------*/

.navigation {
	display: flex;
	justify-content: space-between;
}
.navigation_item a {
	font-weight: 500;
	text-decoration: none;
	line-height: 50px;
	font-size: 1.2em;
	position: relative;
	display: block;
	overflow: hidden;
}
.navigation_item a::after {
  overflow: hidden;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fff;
  /* background-color: #c30d23; */
  -webkit-transition: bottom 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: bottom 0.6s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.fixed .navigation_item a::after {
	background-color: #c30d23;
}

.navigation_item a:hover::after {
  bottom: 0;
}

#header.fixed .navigation .color_text {
  color: #c30d23;
}

.navigation_item_cta {
	width: calc((374 / 1200) * 100%);
}
.navigation_child {
	display: flex;
}
.navigation_child_item.-demo {
	width: calc((162 / 374) * 100%);
}
.navigation_child_item.-download {
	width: calc((212 / 374) * 100%);
}
.navigation_item .navigation_item_demo,
.navigation_item .navigation_item_download {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.navigation_item .navigation_item_demo {
	background-color: #000;
}
.navigation_item .navigation_item_download {
	background-color: #c20d23;
}

@media screen and (min-width: 1250px) {
  .header_inner {
		padding: 0;
		width: 1250px;
  }
}

@media screen and (max-width: 950px) {
	.header_logo img{
		max-width: 140px;
	}
	.navigation_item a{
		font-size: 1em;
	}
}

/*----------------------------------------
    #footer
----------------------------------------*/

#footer {
  border-top: 1px solid #dddddd;
  position: relative!important;
}

.footer_inner {
  width: 940px;
  margin: 0 auto;
}

.footer_copyright {
	font-family: "Hiragino Kaku Gothic Pro";
  text-align: center;
  border-top: 1px solid #dddddd;
  font-size: 109%;
  padding: 10px 0;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.footer_list {
  padding: 55px 0 75px;
  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;
  font-weight: 500;
}

.footer_list li a {
  text-decoration: none;
}

.footer_list li a:hover {
  text-decoration: underline;
}

.footer_list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer_title {
  font-size: 134%;
  margin-bottom: 25px;
}

.footer_contact {
  display: table;
  line-height: 2;
}

.footer_contact span {
  display: table-cell;
}

.footer_contact span:first-child {
  width: 100px;
}

.footer_list_item.parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_list_sub {
  padding: 0 30px;
  border-left: 1px solid #eee;
}

.footer_list_sub ul {
  margin-top: 10px;
  padding-left: 10px;
}
.footer_list_sub ul > li > a {
  font-size: 100%;
}
.footer_list_sub li a {
  font-size: 109%;
}
.social {
  margin-top: 60px;
}


/*----------------------------------------
    #section_contact
----------------------------------------*/
#section_contact *,
#section_contact *::before,
#section_contact *::after {
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#section_contact {
  padding: 0;
  width: 100%;
  height: 280px;
  background: url(../img/index/bg-contact.jpg) no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  position: static;
}

#section_contact .inner {
  width: 940px;
  height: inherit;
}
.cv_block .o-center {
	text-align: center;
}
.cv_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 0 60px;
  z-index: 1;
}

.cv_block .cv_block_item {
	color: #ffffff;
  font-size: 266%;
  font-weight: bold;
	text-align: center;
}

.cv_block_anchor a {
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  font-weight: bold;
}

.cv_block_anchor a.ico-arrow_right {
  font-size: 134%;
}

.cv_block_anchor a.ico-phone {
  font-size: 184%;
  pointer-events: none;
}

.cv_block_anchor:not(.anchor_phone) a:hover {
  color: #c30d23;
}

.cv_block_anchor .ico-phone:after {
  left: 0;
  content: '';
  display: block;
  position: absolute;
  background: url(../img/ico-phone.png) left center no-repeat;
  background-size: auto 24px;
  width: 20px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.cv_block_anchor .ico-arrow_right:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: #c30d23;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -5px;
  left: 0;
}

.button_cv {
	border: 2px solid #ffffff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  transition: all 0.2s linear 0s, opacity 400ms ease 0s;
  font-size: 24px;
  padding: 25px 25px;
	width: 620px;
	border-radius: 4px;
	font-size: 24px;
}

.button_cv:hover {
  color: #fff;
  -webkit-box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.button_cv:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-top: -4px;
}

.button_online {
  margin-top: 25px;
}

.cv_block_item ul li {
  display: table;
  width: 100%;
}

.cv_block_item ul li p {
  text-align: right;
}

.cv_block_item ul li p,
.cv_block_item ul li .cv_block_anchor {
  display: table-cell;
  vertical-align: middle;
}

.cv_block_item ul li p:first-child {
  width: 300px;
  padding-right: 35px;
}

.cv_block_item ul li:not(:first-child) {
  margin-top: 18px;
}
/*----------------------------------------
    psa_modal
----------------------------------------*/
.opacity_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3200;
	background: url(../img/bg-opacity.png) repeat left top;
}
.modal_area {
	width: 980px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -490px;
	margin-top: -300px;
	z-index: 4000;
	background: #ffffff;
	display: none;
}
.modal_area .modal_header {
	width: 980px;
	position: relative;
}
.modal_area .modal_header h2 {
	font-size: 300%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.modal_area .close_button {
	position: absolute;
	top: 18px;
	right: 17px;
}
.modal_area .modal_inner {
	width: 100%;
}
.modal_area .modal_inner:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
.modal_area .psa_inner .left_area {
	padding-top: 64px;
	padding-left: 50px;
	width: 440px;
	float: left;
}
.modal_area .psa_inner .left_area h3 {
	padding-bottom: 15px;
}
.modal_area .psa_inner p {
	font-size: 117%;
	padding-bottom: 20px;
}
.modal_area .psa_inner .button_area {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 68px;
}
.modal_area .psa_inner .right_area {
	float: right;
	padding-top: 51px;
	padding-right: 37px;
}
/*----------------------------------------
    #form_modal .modal_detail
----------------------------------------*/
#form_modal .modal_detail {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
}
#form_modal .modal_detail p.explain {
	text-align: right;
	margin-bottom: 10px;
}
#form_modal .modal_detail .table_area {
	background: url(../img/lightbox/bg-table_inner.jpg) left top repeat-y;
}
#form_modal .modal_detail .table_top {
	background: url(../img/lightbox/bg-table_top.jpg) left top no-repeat;
	padding-top: 6px;
}
#form_modal .modal_detail .table_bottom {
	background: url(../img/lightbox/bg-table_bottom.jpg) left bottom no-repeat;
	padding-bottom: 6px;
}
#form_modal .modal_detail table {
	width: 898px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}
#form_modal .modal_detail table thead {
	border-radius: 3px;
}
#form_modal .modal_detail table thead th {
	border-left: 1px solid #afafaf;
	text-align: center;
	padding: 4px 0 7px 0;
	font-size: 117%;
	background: #eeeeee;
}
#form_modal .modal_detail table th.activity {
	border-left: none;
}
#form_modal .modal_detail table th.price {
	width: 152px;
}
#form_modal .modal_detail table th.people {
	width: 202px;
}
#form_modal .modal_detail table th.subtotal {
	width: 201px;
}
#form_modal .modal_detail table td {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	padding: 6px 0;
	font-size: 117%;
	vertical-align: middle;
}
#form_modal .modal_detail table td dl.input_dl:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#form_modal .modal_detail table td dl.input_dl {
	width: 120px;
	margin-left: 60px;
}
#form_modal .modal_detail table td dl.input_dl dt {
	float: left;
	width: 70px;
}
#form_modal .modal_detail table td dl.input_dl dd {
	float: left;
	padding-top: 3px;
	width: 50px;
	text-align: left;
}
#form_modal .modal_detail table td .tips {
	width: 100%;
	display: block;
}
#form_modal .modal_detail table td.function {
	text-align: left;
	position: relative;
	padding: 6px 10px;
	border-left: none;
}
#form_modal .modal_detail table td.function a {
	display: block;
	position: absolute;
	width: 50px;
	top: 7px;
	right: 10px;
}
#form_modal .modal_detail table td.function.first {
	width: 320px;
}
#form_modal .modal_detail table td.function.first a {
	top: 17px;
}
#form_modal .modal_detail table td input.text {
	background: url(../img/lightbox/bg-input02.jpg) left top no-repeat;
	border: none;
	width: 64px;
	height: 15px;
	line-height: 15px;
	font-size: 92%;
	padding: 7px 3px 6px 3px;
	color: #555555;
	text-align: center;

}
#form_modal .modal_detail table td.error input.text {
	background: url(../img/lightbox/bg-input02_error.jpg) left top no-repeat;
}
#form_modal .modal_detail table td span {
	font-size: 76%;
}
#form_modal .modal_detail table td.total {
	text-align: right;
	padding-right: 19px;
	font-weight: 500;
	border-left: none;
	background: #eeeeee;
	padding: 10px 6px 6px 0;
}
#form_modal .modal_detail .data {
	width: 827px;
	margin: 30px auto 0 auto;
	font-size: 117%;
}
#form_modal .modal_detail .data:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#form_modal .modal_detail .data dl.data_left {
	float: left;
	width: 369px;
}
#form_modal .modal_detail .data dl.data_right {
	float: right;
	width: 424px;
}
#form_modal .modal_detail .data dl:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#form_modal .modal_detail .data dl dt {
	width: 52px;
	float: left;
	text-align: right;
}
#form_modal .modal_detail .data dl.data_right dt {
	width: 110px;
}
#form_modal .modal_detail .data dl dd {
	width: 300px;
	float: right;
	padding-bottom: 23px;
 *padding-bottom: 19px;
}
#form_modal .modal_detail .data dl dd.error {
	padding-bottom: 5px;
 *padding-bottom: 8px;
	color: #c30d23;
	font-size: 92%;
}
#form_modal .modal_detail .data dl.last_line dd,
#form_modal .modal_detail .data dl.last_line dd.error {
	padding-bottom: 0;
}
#form_modal .modal_detail .data dl dd input {
	background: url(../img/lightbox/bg-input01.jpg) left top no-repeat;
	border: none;
	width: 290px;
	font-size: 92%;
	padding: 8px 5px 7px 5px;
	color: #555555;
}
#form_modal .modal_detail .data dl dd.error input {
	background: url(../img/lightbox/bg-input01_error.jpg) left top no-repeat;
	border: none;
	width: 290px;
	font-size: 92%;
	padding: 7px 5px 7px 5px;
	color: #555555;
}
#form_modal .modal_detail .consent {
	width: 392px;
	margin: 37px auto 0 auto;
	font-size: 117%;
}
#form_modal .modal_detail .consent p.check_error {
	font-size: 86%;
	padding-left: 27px;
	color: #c30d23;
}
#form_modal .modal_detail .consent label.check {
	display: inline-block;
}
#form_modal .modal_detail .consent label #agree_button {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 14px;
}
#form_modal .modal_detail .consent label .checkbox_image {
	background: url(../img/lightbox/btn-checkbox_off.gif) no-repeat left top;
}
#form_modal .modal_detail .consent label .checkbox_image_error {
	background: url(../img/lightbox/btn-checkbox_error_off.gif) no-repeat left top;
}
#form_modal .modal_detail .consent label .checkbox_image_on {
	background: url(../img/lightbox/btn-checkbox_on.gif) no-repeat left top;
}
#form_modal .modal_detail .consent label input.checkbox {
	height: 20px;
	vertical-align: middle;
	width: 20px;
	display: none;
}
#form_modal .modal_detail .consent label a {
	color: #333333;
}
#form_modal .modal_detail .consent label a:hover {
	text-decoration: none;
}
#form_modal .modal_detail .btn {
	width: 382px;
	margin: 22px auto 0 auto;
	text-align: left;
}
/*  #form_modal .modal_detail_other
----------------------------------------*/
#form_modal .modal_detail_other {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	display: none;
}
#form_modal .modal_detail_other h3 {
	color: #c30d23;
	font-size: 217%;
	text-align: center;
	font-weight: normal;
	margin: 15px 0;
}
#form_modal .modal_detail_other h3 span {
	display: block;
	font-size: 58%;
}
#form_modal .modal_detail_other .reforma {
	background: #eeeeee;
	margin-bottom: 18px;
}
#form_modal .modal_detail_other .reforma_top {
	background: url(../img/lightbox/bg-reforma_top.gif) no-repeat left top;
}
#form_modal .modal_detail_other .reforma_bottom {
	padding: 8px 15px;
	font-size: 117%;
	background: url(../img/lightbox/bg-reforma_bottom.gif) no-repeat left bottom;
}
#form_modal .modal_detail_other .step {
	background: url(../img/lightbox/bg-step_center.gif) repeat-y;
	margin-top: 20px;
	margin-bottom: 15px;
}
#form_modal .modal_detail_other .step_top {
	background: url(../img/lightbox/bg-step_top.gif) no-repeat left top;
}
#form_modal .modal_detail_other .step_bottom {
	padding-bottom: 5px;
	background: url(../img/lightbox/bg-step_bottom.gif) no-repeat left bottom;
}
#form_modal .modal_detail_other .step_bottom {
	width: 100%;
}
#form_modal .modal_detail_other .step_bottom:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#form_modal .modal_detail_other .step_bottom div {
	width: 250px;
	float: left;
	padding: 15px;
	font-size: 117%;
	margin-right: 40px;
}
#form_modal .modal_detail_other .step_bottom div.none {
	margin-right: 0;
}
#form_modal .modal_detail_other .step_bottom dl dt {
	margin-bottom: 5px;
}
#form_modal .modal_detail_other .txt_area dt {
	font-size: 117%;
	font-weight: 500;
}
#form_modal .modal_detail_other .txt_area dd {
	font-size: 117%;
}
#form_modal .modal_detail_other .txt_area dd span {
	font-size: 84%;
	display: block;
	margin-top: 15px;
}
#form_modal .modal_detail_other .btn {
	width: 260px;
	margin: 22px auto 0 auto;
	text-align: left;
}
/*  #form_modal .popup_top
----------------------------------------*/
#form_modal .popup_top {
	background: url(../img/lightbox/bg-popup_top.png) no-repeat left top;
	padding-top: 5px;
	z-index: 9999;
	position: absolute;
	top: -140px;
	left: 272px;
	width: 478px;
	display: none;
}
#form_modal .first_popup {
	top: -175px;
 *top: -135px;
}
#form_modal .second_popup {
	top: -185px;
 *top: -135px;
}
#form_modal .third_popup {
	top: -145px;
 *top: -115px;
}
#form_modal .forth_popup {
	top: -145px;
 *top: -135px;
}
#form_modal .fifth_popup {
	top: -145px;
 *top: -115px;
}
#form_modal .popup_bottom {
	background: url(../img/lightbox/bg-popup_bottom.png) no-repeat left bottom;
	padding-bottom: 15px;
}
#form_modal .popup {
	background: url(../img/lightbox/bg-popup_center.png) repeat-y;
	padding: 5px 15px 10px 15px;
}
#form_modal .popup dl dt {
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 1px solid #c30d23;
}
#form_modal .popup dl dd {
	padding-top: 5px;
	font-size: 84%;
}
#form_modal .popup dl dd.tag {
	background: #eeeeee;
	padding: 5px 0 5px 15px;
	margin-top: 10px;
}
#form_modal .popup dl dd span {
	display: inline-block;
	font-size: 100%;
	font-weight: 500;
	padding: 3px 15px;
	background: url(../img/lightbox/ico-yes.png) no-repeat left center;
}
#form_modal .modal_bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#form_modal #form_error {
	display: none;
}

#page_top {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	right: 0;
	z-index: 2000;
}
#u_0_6 {
	display: none!important;
}
.modal_area .submit_area {
  height: 60px;
  padding-top: 22px;
}



/* ===================================================================
    add style for sp
=================================================================== */
.footer_sp {
	display: none;
}
.only_sp {
	display: none;
}

.recaptcha {
  margin-top: 40px;
  text-align: center;
}

.recaptcha > .g-recaptcha {
  display: inline-block;
}


/* ===================================================================
   logo_list
=================================================================== */
.list_logo,
.bnr_bottom ul,
.main_banner ul {
	display: grid;
}

.list_logo li,
.bnr_bottom ul li,
.main_banner ul li {
  text-align: center;
  /* float: left; */
  border: 1px solid #edeeee;
  text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
  background: #fff;
}

.list_logo li a,
.bnr_bottom ul li a,
.main_banner ul li a {
  padding-top: 100%;
  height: 0;
  display: block;
  background: center center / 80% no-repeat;
}

.list_logo li.loo_min_image a,
.bnr_bottom ul li.loo_min_image a,
.main_banner ul li.loo_min_image a {
  background: center center / 65% no-repeat;
}