@charset "utf-8";
body {
  background: #FFFFFF;
  color: #000066;
  font-family: 'Lato', 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
	font-weight: 500;
}
.pankuzu_bg {
  background-color: #eeeeee;
}
.site_wrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 1240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
  }
}
/* header
-------------------------------------------------------------------*/
.header {}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
}
.bg_h1 {
  padding: 5px;
  font-size: 1.2rem;
  background: #000066;
	color: #fff;
	text-align: left;
}
.bg_f1 {
  background: #fff;
  color: #000066;
  padding: 5px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .bg_h1, .bg_f1 {
    padding: 5px 15px;
    font-size: 1.0rem;
  }
}

.head_bd{
	/*min-width: 1500px;*/
	padding: 10px;
}

.area_hd01{
	min-width:1300px;
}
@media screen and (max-width: 1300px) {
  .area_hd01 {
	min-width:100%;
  }
}
@media screen and (max-width: 767px) {
  .area_hd01 {
    padding: 20px 10px 10px;
    box-sizing: border-box;
	min-width:100%;
  }
}

.area_hd01 .left_area {
  float: left;
  width: 290px;
	text-align: center;
}
.area_hd01 .center_area {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 800px;
}
.area_hd01 .right_area {
  float: right;
  width: 300px;
}
@media screen and (max-width: 1300px) {.area_hd01 .left_area {
  float: left;
  width: 180px;
	text-align: center;
}
.area_hd01 .center_area {
    left: 0;
    right: 0;
	margin: 0 auto;
	position: absolute;
}
.area_hd01 .right_area {
  float: right;
  width: 300px;
}
	
}
@media screen and (max-width: 767px) {
  .area_hd01 .left_area {
    width: 45%;
    padding: 0;
  }
  .area_hd01 .right_area {
    width: 145px;
  }
	.area_hd01 .center_area {
 display: none;
	}
}
.tel_area > li {
	display: inline-block;
}
.tel_area li:first-child {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2;
  text-align: center;
	color: #000066;
	box-sizing: border-box;
	padding:0 10px;
}
@media screen and (max-width: 1300px) {
.tel_area li:first-child {
  font-size: 2rem;
	padding:0 10px;
}
	
}
.tel_area li:first-child span{
	background: url("../img/common/ico_tel.png") left center no-repeat;
	padding-left: 25px;
}

.tel_area li:last-child {
}
.sp_hd_area li {
  display: table-cell;
  padding: 0 10px;
}
.mail_hd a {
  background: #222;
  color: #fff;
  padding: 10px 30px;
  width: 100%;
  box-sizing: border-box;
  line-height: 0;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
}
/* navi
-------------------------------------------------------------------

.head_bd{border-left: 5px solid #afda76;clear: both;}
.head_bd ::after {
    position: absolute;
    top: 0px;
    left: -5px;
    z-index: 2;
    content: '';
    width: 5px;
    height: 40px;
    background-color: #475f21;
}
*/
/*.g_nav{
	padding:17px 0;
}
.g_nav li {
	display: inline-block;
  overflow: hidden;
  position: relative;
	border-right: #000066  1px dashed;
}

.g_nav li:last-child {
	border-right:none;
}
.g_nav li a {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 0 10px;
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1300px) {
.g_nav li a {
  padding: 0 15px;
  font-size: 1.5rem;
}
}
.g_nav li a > span {
  display: block;
  font-size: 1.8rem !important;
}
.g_nav li a:after {
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #222;
  position: relative;
  top: 8px;
  margin: auto;
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: .25s ease-out;
}
.g_nav li a:hover:after, .g_nav li.current a:after {
  width: 50%;
}
*/

/*-----------dorpdown-----------------*/
.g_nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
	padding:17px 0;
}

.g_nav > li {
    /*float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);*/
	display: inline-block;
  position: relative;
	border-right: #000066  1px dashed;
}
.g_nav > li:last-child {
	border-right:none;
}
.g_nav > li a {
    display: block;
    color: #000066;
  font-weight: bold;
  padding: 0 10px;
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.2;
}

.g_nav > li a:hover {
    color: #000066;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.g_nav > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	padding: 10px 0;
	background: #000066;
	margin-bottom: 2px;
}
.menu__second-level li a {
	color: #fff;
}
.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
	color: #fff;
	opacity: 0.6;
}

.menu__third-level li a:hover {
}

.menu__fourth-level li a:hover {
}

/* 下矢印 */
/*.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

.g_nav > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 10;
}

li.menu__single:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}


/*sp_nev
-------------------------*/
.close {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
}
.button-toggle {}
@media screen and (max-width : 767px) {
  .button-toggle {}
}
@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
  }
  .menu a {
    display: block;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 15px;
  }
}
.active {}
/* contents
-------------------------------------------------------------------*/
.content_area {
  margin-bottom: 30px;
}
.content_area .main_area {
  float: left;
  width: 900px;
  box-sizing: border-box;
}
.content_area .side_area {
  float: right;
  width: 240px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content_area .main_area {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .content_area .side_area {
    float: none;
    width: 100%;
  }
}
.side_ttl {
  background: #000066;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 10px;
}
ul.cate li {
  margin-bottom: 5px;
}
ul.cate li a {
  text-decoration: underline;
}
ul.cate li:before {
  content: "＞";
}
.article_list li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.article_list li:last-child {
  background: none;
  margin-bottom: 0;
}
.side_txt_area {
  padding: 20px;
  border: #000066 1px solid;
  border-top: none;
}
.btn_pink a {
  border: #ff6357 1px solid;
  font-size: 1.4rem;
  color: #ff6357;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  background: #fff;
}
.btn_green a {
  background: url(../img/common/arrow_03.png) no-repeat right 10px center #fff;
  border: #181715 1px solid;
  font-size: 1.8rem;
  color: #181715;
  display: block;
  text-align: center;
  padding: 20px 30px;
  line-height: 1; /*	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.btn_green a:hover {
  color: #fff;
  background: url(../img/common/arrow_04.jpg) no-repeat right 10px center #181715;
}
.btn_green_2 a {
  background: url(../img/common/arrow_04.png) no-repeat right 10px center #181715;
  border: #181715 1px solid;
  font-size: 1.8rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 30px;
  line-height: 1; /*	font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
.btn_green_2 a:hover {
  color: #181715;
  background: url(../img/common/arrow_03.png) no-repeat right 10px center #fff;
}
.bg_top_area {
  background: url(../img/common/bg_area_01.png) no-repeat center top #fef6e6;
}
.bg_top_area_02 {
  background: url(../img/common/bg_area_01.png) no-repeat center top #cc8f8f;
}
.bg_top_area_03 {
  background: url(../img/common/bg_area_01.png) no-repeat center top #ffffff;
}
.ico_tel_in {
  display: block;
}
.btn_black a, .btn_black input {
  border: #333 1px solid;
  font-size: 1.4rem;
  color: #333;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  background: #fff;
}
.btn_black_02 a, .btn_black_02 input {
  background: #000066;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  border: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  width: 400px;
  -webkit-appearance: none;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.btn_black_02 a, .btn_black_02 input {
		width:100%;
	}
}
.btn_black_02 input:hover {
  cursor: pointer;
  opacity: 0.7;
}
.txt_area01 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  background: #fff;
}
.txt_area01:before, .txt_area01:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.txt_area01:before {
  left: 7px;
}
.txt_area01:after {
  right: 7px;
}
.txt_area02 {
  background-color: #fff;
  border: 1px solid #181715;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .txt_area02 {
    padding: 15px 20px;
  }
}
.txt_area02_tit {
  color: #181715;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.txt_side01 {
  border-bottom: #222 1px solid;
  border-top: #222 1px solid;
  text-align: center;
}
/*
.txt_area02:before,
.txt_area02:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

.txt_area02:before{
  border-left: solid 1px #ccc;
  border-top: solid 1px #ccc;
  top:0;
  left: 0;
}


.txt_area02:after{
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  bottom:0;
  right: 0;
}

*/



.icon_list li, .post-categories li, .news_ico {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  margin: 0 5px 5px 0;
  line-height: 1;
  font-size: 1.2rem;
  /* padding: 2px 10px; */
  box-sizing: border-box;
}
.icon_list li.important, .post-categories li.important, .news_ico {
  color: #fff;
  background: #b7ad02;
}
.icon_list li.news, .post-categories li.news {
  border: #f5a53c 1px solid;
  background-color: #fff;
  color: #f5a53c;
}
.icon_list li, .post-categories li { /*	border: #c85554 1px solid;*/ /* background-color: #583c32; */ color: #fff;
}
.icon_list li a, .post-categories li a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #000066 !important;
  background-color: #3a1c0c;
}
.icon_list li.cat_01 a{
  color: #fff !important;
  background-color: #000066;
}
.icon_list li.cat_02 a{
  color: #fff !important;
  background-color: #00528B;
}
.icon_list li.cat_03 a{
  color: #fff !important;
  background-color: #83A58E;
}
.icon_list li.cat_04 a{
  color: #fff !important;
  background-color: #B8BD38;
}
.icon_list li.cat_05 a{
  color: #fff !important;
  background-color: #EF8A8E;
}
.icon_list li.cat_06 a{
  color: #fff !important;
  background-color:#FF8E48;
}



.column_ico li {}
.column_ico li a {
  background: #fff;
  color: #000066;
	border: #000066 1px solid;
  display: block;
}
.top_column_fig_area {}


.txt_area_column {
  height: 120px;
  position: relative;
}
.column_txt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_top > li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .column_tit {
    background-position: left 0 top 3px;
    padding: 0 0 5px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaaaaa;
    min-height: auto;
  }
  .column_top .top_column_fig_area {
    float: left;
    width: 30%;
  }
  .column_top .column_fig {}
  .column_top .column_txt {
    width: 65%;
    float: right;
  }
  .column_top .txt_area_column {
    height: auto;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }
}
.seminar_btn {
  background: url(../img/common/arrow_02.png)no-repeat left center;
  position: absolute;
  right: 0;
  bottom: 5px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .seminar_btn {
    position: relative;
    overflow: hidden;
    float: right;
    margin: 10px 0;
    clear: both;
  }
}

/* footer
-------------------------------------------------------------------*/
.bg_contact {
  position: relative;
	background: url("../img/common/bg_contact.png") center top no-repeat;
	padding: 60px;
	color: #fff !important;
	height: 350px;
}
.bg_contact.entry {
  position: relative;
	background: url("../img/common/bg_entry.png") center top no-repeat;
}
@media screen and (max-width: 767px) {
.bg_contact {
	padding: 20px;
	height: auto;
	    background-size: cover;
}
	.bg_contact .f_24{
		font-size:1.6rem !important;
	}
}
.posi_04{
	position: absolute;
	right: 60px;
	top: 40px;
}
@media screen and (max-width: 767px) {
.posi_04{
	width: 70px;
	right: 10px;
	top: 50px;
}
}
.posi_05{
	position: absolute;
	right: 215px;
	top: -80px;
}
@media screen and (max-width: 767px) {
	.posi_05{
		width: 110px;
	right: 25px;
	top: -30px;
}
}
.txt_contact01{
	color: #fff;
	font-size: 6rem;
	font-weight: bold;
	letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
	.txt_contact01{
	font-size: 3.2rem;
		line-height: 1.1;
}
}
.txt_contact02 > li{
	border:#fff 1px solid;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.txt_contact02 > li{
	padding: 5px 10px;
}
}
.col_contact .left_area{
	float:left;
	width: 30%;
}
@media screen and (max-width: 767px) {
.col_contact .left_area{
	float:none;
	width: 100%;
}
}
.col_contact .right_area{
	float:left;
	width: 40%;
}
@media screen and (max-width: 767px) {
.col_contact .right_area{
	float:none;
	width: 100%;
}
}

.con_tel_box {
  font-size: 5.5rem;
  font-weight: bold;
	line-height: 1.1;
	background: url("../img/common/ico_tel02.png") left center no-repeat;
	padding-left: 50px;
}
@media screen and (max-width: 767px) {
.con_tel_box {
  font-size: 3.0rem;
	background-size: 20px;
	padding-left: 25px;
}
.con_tel_box a{
	color: #fff;
}	
}
.mail_side {
}
.mail_side a {
  font-size: 2.4rem;
  background-color: #000066;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
.mail_side a {
  font-size: 1.5rem;
  padding: 10px;
}
}
.mail_side .googlefont_01 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .mail_side {
    margin-top: 0;
  }
}
.ft_contact_tit {
  position: relative;
  margin-bottom: 20px;
}
.ft_contact_tit h2 {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ft_contact_tit h2::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -3px;
  width: 4%;
  height: 5px;
  overflow: hidden;
  background-color: #fff;
}
.ft_contact_en {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ft_contact_tit h2::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -3px;
    width: 10%;
    height: 5px;
    overflow: hidden;
    background-color: #fff;
  }
}
.footer {
	background: url("../img/common/bg_nami_04.jpg") center top no-repeat,#000066;
	color: #fff;
	padding: 100px 0 0;
position: relative;
}
@media screen and (max-width: 767px) {
.footer {
	background-size: contain;
		padding: 50px 0 0;
}
}
.ft_area {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ft_area {
    padding: 25px 15px;
  }
}
.ft_area .left_area {
  float: left;
  width: 615px;
}
.ft_area .right_area {
  float: right;
  width: 315px;
}
@media screen and (max-width: 767px) {
  .ft_area .left_area {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .ft_area .right_area {
    float: none;
    width: 100%;
  }
}
.ft_nav{
	text-align:center;
	padding: 60px 0;
}
@media screen and (max-width: 767px) {
	.ft_nav{
	padding: 30px 0;
}
}
.ft_nav li {
	display: inline-block;
    padding: 0 25px;
	border-right: #fff 1px solid;
	line-height: 1;
}
@media screen and (max-width: 767px) {
  .ft_nav li {
    width: 50%;
	  display: block;
	  float: left;
    padding: 5px;
    box-sizing: border-box;
	  	border-right: none;
	  font-size: 1.4rem !important; 

  }
}
.ft_nav li:last-child {
	border-right: none;
}
.ft_nav li a{
	color: #fff;
}
.btn_top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 2;
}
@media screen and (max-width: 767px) {
.btn_top {
	width: 50px;
	top: -15px;
}
}

.foot_btn > ul {position: relative;text-align: left;display: table;width: 100%;}
.foot_btn > ul > li{display: table-cell;padding: 10px;vertical-align: middle;}
.foot_btn > ul > li.f_tel{padding: 10px 10px 0 10px;
    line-height: 1.1;display: none;}
.foot_btn > ul > li.f_mail{padding: 15px 10px 0px 10px;display: none;}
    
.f_tel a,.f_tel span{display: none;}
.f_mail a{display: none;}
.f_btn {/*position: absolute;right: 5px;bottom: 5px;*/text-align: right;}
@media screen and (max-width: 767px) {

.foot_btn{
	background: #fff;
	width: 100%;
	}
.foot_btn > ul > li.f_tel{display: table-cell;}
.foot_btn > ul > li.f_mail{display: table-cell;}

.f_tel a{display: inline-block;font-size: 1.8rem;color: #333;font-weight: bold;}
.f_tel span{display: inline-block;}
.f_mail a{display: inline-block;font-size: 1.6rem;color: #333;font-weight: bold;}
.f_btn {  text-align: right;padding: 5px !important;position: relative;}
.f_btn img{width: 40px;}/**/

}


@media screen and (max-width: 330px) {
.f_tel a{display: inline-block;font-size: 1.6rem;color: #333;font-weight: bold;}
.f_mail a{display: inline-block;font-size: 1.4rem;color: #333;font-weight: bold;}
}


.btn_top a:hover *, .btn_top2 a:hover * {
	opacity: 0.35;
}



/*ggmap
--------------------------------*/
  .ggmap iframe
	  {width: 100%;
		  border:none;
	  }
@media screen and (max-width: 767px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.border_double {
  border: #aaaaaa double 3px;
  padding: 15px;
}
.ico_f01 {
  background: url(../img/common/ico_f01.png) left center no-repeat;
  padding-left: 20px;
}
.ico_f02 {
  background: url(../img/common/ico_f02.png) left center no-repeat;
  padding-left: 20px;
}
.ico_f03 {
  background: url(../img/common/ico_f03.png) left center no-repeat;
  padding-left: 20px;
}
.list_f01 li {
  border-top: #ccc 1px dotted;
  padding-top: 15px;
  margin-top: 15px;
  width: 33.3333%;
  float: left;
  font-size: 85.7% !important;
}
.slider_txt {
  position: absolute;
  bottom: 190px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .slider_txt {
    bottom: 50px;
  }
}
.access_detail {
  display: table;
  clear: both;
  width: 100%;
}
.access_detail dt {
  display: table-cell;
  width: 15%;
}
.access_detail dd {
  display: table-cell;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .access_detail, .access_detail dt, .access_detail dd {
    display: block;
    width: 100%;
  }
  .access_detail dt {
    background: #f2f2f2;
  }
}
.bg_movie {
  background: url(../img/top/bg_top_01.png) left top no-repeat, url(../img/top/bg_top_02.png) right bottom no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bg_movie {
    padding: 30px 0;
    background-size: 50%;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .li_link_bnr img {
    width: 100%;
  }
}

/* リキャプチャ非表示 */

.grecaptcha-badge { visibility: hidden; }
.recaptcha_txt {padding: 30px 0;width: 720px;max-width: 100%;margin: auto;font-size: 1.4rem;}
.recaptcha_txt a{border-bottom: 1px solid #333;}
@media screen and (max-width : 767px) {
	.recaptcha_txt {font-size: 1.2rem;}
}