@charset "utf-8";
body {
  background: #FFFFFF;
  color: #000000;
 /* font-family: 'Lato', 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height:1.6;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
body {
   font-size: 1.4rem;
	}
}
.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 0;
  font-size: 1.2rem;
  background: #f8f8f8;
}
.bg_f1 {
  background: #583c32;
  color: #fff;
  padding: 5px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .bg_h1, .bg_f1 {
    padding: 5px 15px;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 767px) {
  .area_hd01 {
    padding: 20px 10px 10px;
    box-sizing: border-box;
  }
}


@media screen and (max-width: 767px) {
  .area_hd01 .left_area {
    width: 45%;
    padding: 0;
	  float: left;
  }
  .area_hd01 .right_area {
    width: 145px;
	  float: right;
  }
}
.tel_area > li {
  float: left;
  margin-right: 5%;
}
.tel_area li:first-child {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  width: 55%;
  padding: 6px 0;
}
.tel_area li:last-child {
  width: 40%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
.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;
}
.ico_freedial {
    background: url(../img/common/ico_dial.webp) left center no-repeat;
    padding-left: 30px;
	color: #fff !important;
}
/* navi
-------------------------------------------------------------------

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 100px;
  height: 90px;
  cursor: pointer;
  text-align: center;
	background: #333366;
}
@media screen and (max-width: 767px) {
	.hamburger {
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 50px;
  height: 50px;
}
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 40px;
  height  : 2px ;
  left    : 0;
	right: 0;
	margin: 0 auto;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
	.hamburger span {
  width   : 35px;
  height  : 2px ;
}
}
.hamburger span:nth-child(1) {
  top: 25px;
}
@media screen and (max-width: 767px) {
.hamburger span:nth-child(1) {
  top: 15px;
}
}
.hamburger span:nth-child(2) {
  top: 40px;
}
@media screen and (max-width: 767px) {
.hamburger span:nth-child(2) {
  top: 25px;
}
}
.hamburger span:nth-child(3) {
  top: 55px;
}
@media screen and (max-width: 767px) {
.hamburger span:nth-child(3) {
  top: 35px;
}
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 30px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.hamburger.active span:nth-child(1) {
  top : 22px;
}
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
@media screen and (max-width: 767px) {
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 22px;
}
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background:#333366;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
	height: 100vh;
	display: none;
	box-sizing: border-box;
	padding: 40px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#636394;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
	display: block;

}







.g_nav li {
  float: left;
  width:-webkit-calc(100% / 7);
	width:calc(100% / 7);
  overflow: hidden;
  position: relative;
}
.g_nav li a {
  display: block;
  position: relative;
  font-weight: bold;
  padding: 0 0 20px;
  overflow: hidden;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.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%;
}
/*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: #333366;
  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: #333366 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: #181715;
  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: 100%;
  -webkit-appearance: none;
}
.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;
  font-size: 1.2rem;
  color: #fff !important;
  background-color: #333366;
}
.column_ico li {}
.column_ico li a {
  background: #333366;
  color: #fff;
  display: block;
  padding: 3px 5px;
}
.top_column_fig_area {
	float: left;
	width: 35%;
}
@media screen and (max-width: 767px) {
.top_column_fig_area {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
}

.txt_area_column {
  height: 120px;
  position: relative;
}
.column_txt {
float: right;
	width: 60%;
}
@media screen and (max-width: 767px) {
.column_txt {
float: none;
	width: 100%;
}
/*  .column_top > li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }*/
}
.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_ft01 {
	background: url(../img/common/ft_line.jpg) left top repeat-x, #f7f7f7;
	padding: 100px 0 70px;
	margin-top:60px;
}
@media screen and (max-width : 760px ) {
.bg_ft01 {
	background: url(../img/common/ft_line.jpg) left top repeat-x, #f7f7f7;
	background-size:200px;
	padding: 50px 15px 30px;
	margin-top:20px;
}
}
.area_ft01 .left_area {
	float: left;
	width: 520px;
}
.area_ft01 .right_area {
	float: right;
	width: 520px;
}

@media screen and (max-width : 760px ) {
.area_ft01 .left_area {
	float: none;
	width: 100%;
	margin-bottom:20px;
}
.area_ft01 .right_area {
	float: none;
	width: 100%;
}
}
/*----------------------------------------------------
  table
----------------------------------------------------*/
.ft_table{
	width:100%;
	border-bottom:#d5d9e2 1px solid;	
	}
.ft_table th {
	border-top:#d5d9e2 1px solid;
	border-left:#d5d9e2 1px solid;
	font-weight:bold;
	padding:15px;
	text-align:center;
}
.ft_table td {
	text-align: center;
	border-top:#d5d9e2 1px solid;
	border-left:#d5d9e2 1px solid;
	font-weight:bold;
	padding:10px;
	vertical-align:middle;
	}
.ft_table td img{
	vertical-align:middle;
	}
.ft_table .first{
	border-left:none !important;
	}
.ft_table td:first-child {
	text-align: left;
}

@media only screen and (max-width: 800px) {
.ft_table {
	display: block;
	width: 100%;
	overflow-x:scroll;
}
}
/*
------------------------------------------------*/



.ft_list li {
	float: left;
	width: 210px;
	box-sizing: border-box;
}
@media screen and (max-width : 760px ) {
.ft_list li {
	float:none;
	width:100%;
	box-sizing: border-box;
}
}
.ft_list li:nth-child(1) {
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	text-align: center;
	padding: 10px;
	margin-right: 20px;
}
@media screen and (max-width : 760px ) {
.ft_list li:nth-child(1) {
	margin-right: 0;
	margin-bottom:10px;
}
}
.ft_list li:nth-child(2) {
	background: #fff;
	text-align: center;
}
.ft_list li:nth-child(2) a {
	padding: 15px 10px;
	display: block;
}

.bg_ft02 {
	background: #333366;
	padding: 35px 40px;
}

@media screen and (max-width : 767px ) {
	.bg_ft02 {padding: 20px 20px;}
}

.ico_arrow {
	background: url(../img/common/ico_arrow_off.webp) right center no-repeat;
	padding-right: 15px;
}

.bg_ft03{
	background:#fff;
	padding:50px 0;
	}
@media only screen and (max-width: 800px) {
.bg_ft03{
	background:#fff;
	padding:30px 15px;
	}
	}
.area_ft02 .left_area {
	float: left;
	width: 860px;
}
.area_ft02 .right_area {
	float: right;
	width: 180px;
}

@media screen and (max-width : 760px ) {
.area_ft02 .left_area {
	float: none;
	width: 100%;
}
.area_ft02 .right_area {
	float: none;
	width: 100%;
}
}

/*f_nav
----------------------------------------*/
.f_menu01{
	border-bottom:#000000 1px dotted;
	padding-bottom:10px;
	margin-bottom:15px;
	font-weight:bold;
	}
.f_menu02{
	background:url(../img/common/ico_arrow_off.webp) left center no-repeat;
	padding-left:15px;
	font-weight:bold;
	margin-bottom:15px;		}
.f_menu03{
	padding-left:15px;

	}
.f_menu03 li{
	background:url(../img/common/ico_nav.gif) left center no-repeat;
	padding-left:15px;
	margin-bottom:10px;	
	}
.f_nav{
	width:25%;
	float:left;
	margin-bottom:30px;
	}
@media screen and (max-width : 760px ) {
.f_nav{
	width:50%;
	float:left;
	margin-bottom:15px;
	padding:0 5px;
	box-sizing:border-box;
	}
}
.f_menu04 li{
	margin-bottom:15px;
	}
.f_menu04 li span{
	background:url(../img/common/ico_arrow_off.webp) left center no-repeat;
	padding-left:15px;
	font-weight:bold;
	}

@media screen and (max-width : 760px ) {

.f_menu04 li{
	float:left;
	width:50%;
	padding:0 5px;
	box-sizing:border-box;
	}	
}

.bg_copy {
	background: #333366;
	padding: 5px;
}

/*voice　追記
--------------------------------*/
.list_area li .voice_ba li{
	float:left;
	width:48%;
	margin-right:4%;
    border-bottom:none;
    padding-bottom:0;
    margin-bottom: 15px;	
	}
.list_area li .voice_ba li:last-child{
	margin-right:0;
	}
.voice_ttl{
    font-size: 20px;
    margin-bottom: 25px;
    font-family: "Kokoro";
    font-weight: bold;
    border-left: #3f3e88 5px solid;
    padding-left: 15px;
	}
.bg_voice_detail {
	background:#f7f7f7;
	padding:30px;
	box-sizing:border-box;
	}
@media screen and (max-width : 760px ) {
.bg_voice_detail {
	padding:15px;
	}
}
.f_blue{
	color:#3f3e88 ;
	}
.voice_ttl02 {
font-size:18px;
font-family: "Kokoro";
font-weight:bold;
margin-bottom:20px;

}



.kakko {
position: relative;
line-height: 1.4;
padding:20px 15px;
display: inline-block;
background:#fff;
}

.kakko:before,.kakko:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

.kakko:before{
  border-left: solid 1px #3f3e88;
  border-top: solid 1px #3f3e88;
  top:0;
  left: 0;
}

.kakko:after{
  border-right: solid 1px #3f3e88;
  border-bottom: solid 1px #3f3e88;
  bottom:0;
  right: 0;
}


/*blog 追記
-------------------------------------*/
.cat_area li {
    border-bottom: none;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 0;
	padding-bottom:0;
}
.ttl_blog_article {
    font-size:22px;
    border-bottom: #ccc 2px solid;
    margin-bottom: 15px;
	padding-bottom:10px;
    font-weight: bold;
	font-family: "Kokoro";
	
}
.blog_img{
	margin-bottom:20px;
	}
	
/*contact　追記
------------------------------------------------------*/
.border_double {
    border: #aaaaaa double 3px;
    padding: 15px;
}
.free_dial{
	background: url(../img/common/free_dial.png) left 25px no-repeat;
	background-size:50px;
	padding-left: 65px;
	font-family: "Kokoro";
	font-size:45px;
	font-weight:bold;
	color:#3f3e88;
	line-height:1;
}
.free_dial a{
	color:#3f3e88;
}
@media screen and (max-width : 760px ) {
.free_dial{
	background: url(../img/common/free_dial.png) left 20px no-repeat;
	background-size:30px;
	padding-left: 40px;
	font-size:35px;
}
}

.contact_tel{
	background: url(../img/common/tel.png) left 20px no-repeat;
	background-size:40px;
	padding-left: 55px;
	font-family: "Kokoro";
	font-size:45px;
	font-weight:bold;
	color:#3f3e88;
	line-height:1;
}
@media screen and (max-width : 760px ) {
.contact_tel{
	background: url(../img/common/tel.png) left 15px no-repeat;
	background-size:30px;
	padding-left: 40px;
	font-size:35px;
}
}
.contact_tel a{
	color:#3f3e88;
}
.tel_area{
	border:#ccc 1px solid;
	padding:20px;
	text-align:center;
	}

.tel_area li{
	display:inline-block;
    border-right: #ccc 1px solid;
    padding-right: 20px;
    margin-right: 20px;	
	}
@media screen and (max-width : 760px ) {
.tel_area li{
	display:block;
    border-right:none;
    padding-right:0;
    margin-right: 0;	
    margin-bottom: 10px;	
	}
}
.tel_area li:last-child{
    border-right:none;
    padding-right: 0;
    margin-right: 0;	
	}


/*contact: form;*/
.form_detail, .form_box dl {
	border-bottom: 1px solid #ccc;
	display: table;
}
.form_detail dt, .form_detail dd, .form_box dl dt, .form_box dl dd {
	padding: 20px;
	box-sizing: border-box;
	display: table-cell;
}
.form_detail dt, .form_box dl dt {
	width: 199px;
	font-weight: bold;
	color: #fff;
	background: #333366;
	vertical-align: top;
}
.form_detail dd, .form_box dl dd {
	width: 610px;
	background: #FFFFFF;
}

@media screen and (max-width : 760px ) {
.form_detail, .form_box dl {
	display: block;
}
.form_detail dt, .form_detail dd, .form_box dl dt, .form_box dl dd {
	padding: 10px;
	box-sizing: border-box;
}
.form_detail dt, .form_box dl dt {
	display: block;
	width: 100%;
	font-weight: bold;
}
.form_detail dd, .form_box dl dd {
	display: block;
	width: 100%;
	background: #FFFFFF;
}
}
.w_book {
	width: 50px;
	margin: 0 5px;
}
.book_indent {
	padding-left: 1em;
	margin-bottom: 10px;
}
.book_indent a {
	color: #3f66b0;
}
.comment {
	width: 100%;
	height: 200px;
}
textarea{
	padding:5px;
	}
.btn_confirm, .btn_submit, .btn_back {
	font-size: 18px;
	font-weight: bold;
	background: #333366;
	width: 35%;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
    border: none;
    text-shadow: none;	
}
.btn_back a{color: #fff;}
@media screen and (max-width : 760px ) {
.btn_confirm, .btn_submit, .btn_back {
	width: 75%;
}
}
button {
	font-size: 18px;
	font-weight: bold;
	background: #333366;
	width: 35%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 20px;
	display: block;
}

@media screen and (max-width : 760px ) {
button {
	width: 70%;
}
}
.btn_confirm a {
	color: #fff;
	padding: 20px;
	display: block;
}
input[type="text"] {
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
input[type="email"] {
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
select {
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

@media screen and (max-width : 760px ) {
.btn_confirm a {
	padding: 10px;
}
}
.mw_wp_form_input .step2 {
	display: none;
}
.flow .flow_ttl {
	font-size: 24px;
}
.sendmail {
	border: none;
	background: #333366;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 40%;
	cursor: pointer;
}
.form_contact{
	border-top:#ccc 1px solid;
	border-right:#ccc 1px solid;
	}
.btn_top{
	position:fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
}
@media screen and (max-width: 767px) {
.btn_top{
	width: 35px;
}
}
/*ggmap
--------------------------------*/
  .ggmap iframe
	  {
		  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%;
  }
}