@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 15px; 
	color: #282828;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
a{
  color:#FF7300;
  text-decoration: underline;
 }
a:hover {
  color:#FF7300;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
a img { 
	transition: opacity 0.2s linear; 
}
a:hover img { 
	opacity: 0.8;
}
img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.br-pc { 
  display:none;
}
.pcmenu{
	display:none!important;
}
.tbmenu{
	display:none!important;
}

.br-tb { 
  display:none;
}


.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.al_left{
	text-align: left;
}
.al_right{
	text-align: right;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img{
	width:100%;
}
p{
	margin: 14px 0;
}

/* ヘッダー */
.container{
	max-width: 92%;
	margin: 0 auto;
	padding: 0 ;
  overflow: hidden;
}

/* ナビゲーション */
#head_wrap01{
	background-color: #fff;
	transition: all ease .6s;
	position: fixed;
	height: 64px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}
.nav_bar_pc{
	display:none;
}

.nav_bar_sp{
	width: 100%;
	height: 3px;
}
.nav_bar_sp img{
	vertical-align: top!important;
}

.sp_navi_menu{
	height: 53px;
}
.sp_navi_menu_wrap{
	display:inline-block;
}
.header_logo_sp{
	width: 246px;
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 3;
}
#toggle{
	position: absolute;
	width:24px;
	top: 8px;
	right: 15px;
}

.head_wrap{
	width:100%;
	margin: 0 auto;
}
.g_navi{
}
.header_logo_pc{
	display: none;
}
.nav_bar_border{
	display: none;
}
.nav_bar_tb{
	display: none;
}

#menu {
	display: none;
}
#menu li{
	font-family: 'Open Sans', sans-serif;
	font-weight:700 ;
	font-size: 18px;
	display: block;
	float: none;
	margin: 0px;
	margin:0;
	border-bottom:1px solid #FF7300;
	font-style: italic; /*追加*/

}
#menu li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:  #FF7300;
	display: block;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 14px;
	font-style: italic; /*追加*/

}
#menu li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
 }
 #menu li:last-child{
	font-family: 'Open Sans', sans-serif;
	font-weight:700 ;
	font-size: 18px;
	display: block;
	float: none;
	margin: 0px;
	margin:0;
	border-bottom:none;
	font-style: italic; /*追加*/

}


/* top_mainvisual */
/* メインビジュアル */

.top_mainvisual{
	margin-top: 64px;
	width:100%;
  background-image: url("../img/top_main_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 398px;
	position: relative;
}
.top_main_ttl02_wrap{
	position: absolute;
  top: 60px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	background:rgba(255,255,255,0.7);
	padding:10px;	
	width: 305px;
	height: 96px;
	z-index: 1;
}
p.top_main_ttl02_1{
	font-weight: 700;
	color:#FF7300;
	font-size: 17px;
	line-height: 1.1;
	text-shadow: 3px 3px 6px #fff; 	
  display: block;
  margin: 0;
  text-align:center;
}
p.top_main_ttl02_2{
	position: absolute;
	color:#FF7300;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	text-shadow: 3px 3px 6px #fff; 	
	margin: 0 0 0 6px;
	font-style: italic; /*追加*/
}
.top_main_ttl02_2:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 48px;/*画像の幅*/
  height: 45px;/*画像の高さ*/
  background-image: url("../img/top_main_f_icon02.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
p.top_main_ttl02_3{
	font-weight: 700;
	color:#FF7300;
	font-size: 20px;
	line-height: 1.2;
  text-shadow: 0px 0px 6px #fff; 	
  display: block;
	margin: 6px 0 0 156px;
}
.tm_s{
	font-size: 18px;
	font-weight: 700;
	color:#FF7300;
	margin: 0;
	text-shadow: 3px 3px 6px #fff; 
	display: block;	
}
p.top_main_ttl01{
	position: absolute;
  top: 39%;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 253px;
}
.top_main_ttl01{
  position: relative;
	font-weight: 700;
	color:#fff;
	font-size: 28px;
	line-height: 1.2;
  text-shadow: 0px 0px 8px #444444; 
  padding-left:1.8em;
	text-indent:-1.8em;
}
.top_main_ttl01:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 48px;/*画像の高さ*/
  background-image: url(../img/top_main_icon.png);
  background-size: contain;
  vertical-align: middle;
}
.top_main_dotte01{
	position: absolute;
	top:0;
	left:0;	
	width: 170px;	
}
.top_main_dotte02{
	position: absolute;
	bottom:0;
	right:0;	
	width: 154px;	
}
/* メインビジュアル */
/* top_mainvisual */


.top_sec01{
	max-width:100%;
	margin: 30px auto 0;
}
.top_sec01_wrap{
	width:100%;
}
.top_sec01_contents_1{
	width:100%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 263px;
  background-image: url('../img/top_sec01_back01.jpg');
  background-size: cover; 
  background-position:50% 50%;
  position: relative;
  margin-top: 8px;
}
.top_sec01_contents_2{
	width:100%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 263px;
  background-image: url('../img/top_sec01_back02.jpg');
  background-size: cover; 
  background-position:50% 50%;
  position: relative;
    margin-top: 8px;

}
.top_sec01_contents_3{
	width:100%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 263px;
  background-image: url('../img/top_sec01_back03.jpg');
  background-size: cover; 
  background-position:50% 50%;
  position: relative;
    margin-top: 8px;

}
.bg{
	width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
}
.bg:hover{
  background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	-webkit-transition: all 0.3s ease;
	        -moz-transition: all 0.3s ease;
	        -o-transition: all 0.3s ease;
	        transition: all  0.3s ease;
}
.top_sec01_ttl01 {
	position: absolute;
	width: 222px;
	top:50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	z-index: 1;
	padding-bottom: 27px;
	border-bottom:4px solid #FF7300;
  text-shadow: 0px 0px 6px #696969; 

}
.top_sec01_ttl02 {
	position: absolute;
	width: 244px;
	top:50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	z-index: 1;
	padding-bottom: 27px;
	border-bottom:4px solid #FF7300;
  text-shadow: 0px 0px 6px #696969; 

}
.top_sec01_ttl03 {
	position: absolute;
	width: 110px;
	top:70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	z-index: 1;
	padding-bottom: 27px;
	border-bottom:4px solid #FF7300;
  text-shadow: 0px 0px 6px #696969; 
}
.top_sec01_txt{
	position: absolute;
	width: 352px;
	top:150px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	z-index: 1;
	margin: 0;
}
.top_sec01_txt02{
	position: absolute;
	width: 352px;
	top:130px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	z-index: 1;
	margin: 0;
}

/* todropin_button */

.common_btn_or_wrap {
	max-width: 92%;
	margin: 0 auto;
}
.common_btn_or a {
	position: relative;    
	margin: 40px auto;
	font-family: 'Noto Sans JP', sans-serif;
	background-color:#FF7300;
	padding: 10px;
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	transition: all .4s;
	overflow: hidden;
	display: table;
	vertical-align: middle;
	text-decoration:none;
	text-align: center;
}
.common_btn_or_icon{
	display: table-cell;
	width: 10%;
	padding-right: 0px;
	vertical-align: middle;
}
.common_btn_or_sub{
	display: table-cell;
	width: 90%;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	vertical-align: middle;
}
.common_btn_or_ttl{
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.4;
	color: #fff;
	transition: all .4s;
	vertical-align: middle;
}
.common_btn_or a:hover {
	background-color: #FC933D;
	color:#fff;
}

/* top_sec01_tw */
.top_sec01_tw{
	max-width:100%;
	margin: 80px auto 0;
}
.tw_btn_wrap {
	margin: 5px auto;
	width: 100%;
}
.tw_btn_f{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 23px;
	color: #FF7300;
	font-style: italic; /*追加*/
	vertical-align: middle;
	text-align: center;
	line-height: 1;
}
.tw_btn_b{
	width: 100%;
	margin: 30px 0;
}

.tw_btn a {
	width: 300px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-color:#000;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 15px 5px;
	display: block;
	text-decoration:none;margin: 0 auto;
}
.tw_btn a:hover {
	opacity: 0.7;
	color:#fff;
}
.tw_btn a::before {
 content: url('../img/X_logo.png');
  display: inline-block;
  width: 18px;
  margin-right: 15px;
  vertical-align: middle;
}

/* top_sec01_news */
.top_sec01_news{
	max-width:100%;
	margin: 45px auto 0;
}
.top_sec01_news_wrap{
	max-width:100%;
	margin: 0 auto;
	border: 4px solid #FF7300;
	padding: 8px;
}
.top_sec01_news_ttl{
	width: 100%;
  font-size: 17px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;	
  padding-bottom: 15px;
  border-bottom: 2px solid #FF7300;
}
.top_sec01_news_txt{
	font-size: 18px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;	
}

/* top_sec02 */
.top_sec02{
	max-width:100%;
	margin: 30px auto 0;
}
.top_sec02_ttl_wrap{
	margin-top: 30px;
	width:100%;
	height: 214px;
	position: relative;	
}
.top_sec02_ttl_back{
	position: absolute;
	width: 180px;
	height: 214px;
	top:0px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);	
}
.top_sec02_ttl {
	position: absolute;
	width: 100%;
	top:20px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;	
}
.top_common_txt{
	margin-top: 20px;
	text-align: center;	
}
.top_sec02_txt02{
	text-align: center;	
	font-size: 18px;
	font-weight: 700;
	color: #FF7300;
	position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top_sec02_txt02:before {
  content: '';
  position: absolute;
  bottom: -7px;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF7300;
}

/* top_sec03 */
.top_sec03{
	max-width:100%;
	margin: 80px auto 0;
}
.top_common_ttl{
	color: #FF7300;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	padding-bottom: 6px;	
	border-bottom: solid 4px #FF7300;
  position: relative;
}
.top_common_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #003B82;
  bottom: -4px;
  width: 23%;
}

.top_sec03_wrap{
	width:100%;
	margin: 20px 0;
}
.top_sec03_contents_1{
	width:100%;	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 225px;
  background-image: url('../img/top_sec03_back01.jpg');
  background-size: cover; 
  background-position:50% 0%;
  position: relative;
  margin-top: 8px;
}
.top_sec03_contents_2{
	width:100%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 225px;
  background-image: url('../img/top_sec03_back02.jpg');
  background-size: cover; 
  background-position:50% 0%;
  position: relative;
  margin-top: 8px;
}
.bg02{
	width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
}
.bg02:hover{
  background-color: rgba(0, 0, 0, 0);
	width: 100%;
	-webkit-transition: all 0.3s ease;
	        -moz-transition: all 0.3s ease;
	        -o-transition: all 0.3s ease;
	        transition: all  0.3s ease;
}
.top_sec03_Img01 {
	width: 331px;
	height: 144px;
	margin: 0 auto;
  position: relative;
  margin-top:40px;
  background-color: #fff;
  border-radius: 10px;
}
.top_sec03_Img01 p {
  position: absolute;
  top:92px;
  left: 30px;
 }
a .top_sec03_Img01 p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
 }
.top_sec03_att{
	width: 90%;
	margin: 0 auto;
 border: 1px solid #FF7300;
 padding: 8px 10px;
 font-size: 14px;
 font-weight: 500;
 color:#FF7300;
 text-align: left;	 
}
.top_sec03_att p{
 margin: 0;	 
}

 
/* top_every */
.top_every{
	max-width:100%;
	margin: 80px auto 0;
}
.top_every_logo{
	width:277px;
	margin: 35px auto 30px;
}
.top_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 15px 0;
}
.top_every_left01{
	float: left;
	width: 27%;
	text-align: center;
}
.top_every_left01 img{
	width: 90px;
}
.top_every_left02{
	float: left;
	width: 24%;
	text-align: center;
}
.top_every_left02 img{
	width: 90px;
	margin-top: 20px;
}
.top_every_right{
	float: right;
	width: 73%;
}
.top_every_ttl{
	font-size: 15px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.top_every_txt_sp{
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;	
	margin: 15px 0 0;
}
.common_btn_wh_wrap {
	margin: 0 auto;
}
.common_btn_wh_wrap a {
	margin: 50px auto 15px;
	max-width: 500px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.4;
	background-color:#fff;
	font-size: 17px;
	color:#FF7300;
	text-align: center;
	padding: 10px 0;
	display: block;
	border-radius: 10px;
	text-decoration:none;
	border: 1px solid #FF7300;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.common_btn_wh_wrap a:hover {
	background-color: #FC933D;
	color:#fff;
	border: 1px solid #FC933D;
}

/* top_sec04 */
.top_sec04{
	max-width:100%;
	margin: 80px auto 0;
}
.top_sec04_wrap{
	background-color: #FFF6D8;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 30px 0;
}
.top_sec04_wrap li{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
	margin: 18px 0;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.top_sec04_wrap li:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../img/top_sec04_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
.top_sec04_kansen{
	max-width:100%;
	margin: 50px auto 0;	
}
.top_sec04_kansen_border{
	border: 1px solid #FF7300;
	padding: 15px;
	width:100%;	
}
.top_sec04_kansen_txt{
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin: 0;
}
.top_kansen_ttl{
	width: 100%;
	font-size: 18px;
	line-height: 1.4;
	font-weight:700;
	color: #fff;
	text-align: center;
	background-color: #FF7300;
	padding: 7px 10px;	
}
.top_sec04_kansen_wrp{
	width:100%;	
}
.top_kansen_ttl02{
	font-size: 16px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	border-bottom: 1px solid #FF7300;
}
.top_sec04_kansen_cont02 p{
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0;
}
.top_sec04_kansen_cont01{
	width: 85%;
	margin: 20px auto 0;
}
.top_sec04_kansen_cont02{
	width: 100%;
	margin: 20px auto 0;
}
.top_sec04_subttl_wrap{
  text-align: center;
  margin: 50px auto 90px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FF7300;
}
.top_sec04_subttl{
	width: 100%;
  font-size: 16px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.4;
  display: inline;
}

/* top_sec05 */
.top_sec05{
	max-width:100%;
	margin: 80px auto 0;
}
.top_sec05_ill{
	width: 90%;
	margin: 40px auto;
}
.top_sec05_wrap{
	width:100%;	
}
.top_sec05_ph{
	width: 100%;
	margin: 30px 0;
}
.top_sec05_ph02{
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.top_sec05_ph p,.top_sec05_ph02 p{
	font-size: 13px;
	margin: 0 0 15px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.5;
}
.top_sec05_ph p span,.top_sec05_ph02 p span{
	font-size: 13px;
	font-weight: 700;
	color:#FF7300;
}


/* 下部ボタン */
.common_btn_wrap {
	margin: 0 auto;
}

.common_btn a {
	position: relative;    
	margin: 40px auto;
	max-width:90%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-color:#FF7300;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 22px 0;
	display: block;
	border-radius: 8px;
	text-decoration:none;

}
.common_btn a:before {
	position: absolute;
	content: '';
	top:50%;
	transform:translateY(-50%);
	left:10px;
  width: 33px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url("../img/button_icon.png");
  background-size: contain;
  transition: 0.3s ease-in-out;
}
.common_btn a:hover {
	background-color: #FC933D;
	color:#fff;
}


/* about_mainvisual */
/* メインビジュアル */
.about_mainvisual{
	margin-top: 64px;
	width:100%;
  background-image: url("../img/about_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 145px;
	position: relative;
}
.bg_main{
	width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
}
.common_main_ttl01{
	position: absolute;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	color: #fff;
	line-height: 1.2;
  top: 20px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 0px 0px 6px #696969; 
  font-style: italic; /*追加*/
  text-align: center;
}
.common_main_ttl02{
	position: absolute;
	width: 92%;
	font-weight: 700;
	color:#fff;
	font-size: 16px;
	line-height: 1.2;
  top: 78px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 0px 0px 6px #696969; 
  text-align: center;
}

/* メインビジュアル */
/* about_mainvisual */

.about_sec01{
	max-width:100%;
	margin: 50px auto 0;
}
.common_ttl_or{
	font-size: 21px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	border-bottom: 4px solid #FF7300;
	width: 100%;
}
.about_txt{
	margin-top: 28px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
}
.about_txt02{
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.7;
}
.about_txt03{
	margin-top: 50px;
	font-size: 17px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.4;
}

.about_sec01_every_logo{
	width:277px;
	margin: 45px auto 30px;
}
.about_sec01_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 15px 0;
}
.about_sec01_every_left{
	float: left;
	width: 30%;
	text-align: center;
}
.about_sec01_every_left img{
	width: 96px;
}
.about_sec01_every_right{
	float: right;
	width: 68%;
}
.about_sec01_every_ttl{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.about_sec01_every_txt_sp{
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;	
	margin: 15px 0 0;
}

.about_ill{
	width: 90%;
	margin: 40px auto;
}
.about_sec01_ph_wrap{
	display: flex;
  flex-wrap: wrap;
  width:100%;
}
.about_sec01_ph{
	width: 47%;
	margin: 4px;
}
.price_ttl_or{
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #FF7300;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-style: italic; /*追加*/
}
.price_wrap{
  width:100%;
  margin-top: 30px;
}
.price_right{
	width: 100%;
	margin: 20px 0;
	position: relative;
}
.price_left{
	width: 100%;
	margin: 20px 0;
}
.price_right p.about_price_txt {
  position: absolute;
  top:92px;
  left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.price_s_ttl_or{
	font-size: 17px;
	font-weight: 700;
	color:#FF7300;
	margin-bottom: 5px;
}
table.price_tbl_or{
	width: 100%;	
}
.price_tbl_or tr{
	border: 1px solid #FFB87F;
}
.price_tbl_or th{
	padding: 6px 15px;
  vertical-align: middle;
  font-weight: 400;
  width: 40%;
}
.price_tbl_or td{
  padding: 6px 15px;
  vertical-align: middle;
  width: 60%;
}
.about_sec01_caution{
	border: 1px solid #FF7300;
	padding: 0 0 10px;
	margin-top:40px;
}
.about_sec01_price_txt{
	font-size: 15px;
  font-weight: 700;
  color: #FF7300;
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.6;
}
.about_sec01_price_txt02{
	display: block;
	text-align: center;
	margin: 20px;
}
.about_sec01_price_txt02 a{
	font-size: 15px;
  font-weight: 700;
	text-decoration: underline;
	color: #282828;
	
}
.about_sec01_price_txt02 span{
	 color: #FF7300;
	 padding-right: 0.5em;
}
.about_sec02{
	max-width:100%;
	margin: 80px auto 0;
}
.about_sec02_txt {
  font-size: 15px;
  font-weight: 700;
  color: #FF7300;
  text-align: center;
  letter-spacing: 0px;
}
.about_sec02_every_logo{
	width:345px;
	margin: 50px auto 20px;
}
.about_sec02_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 15px 0;
}
.about_sec02_every_left{
	float: left;
	width: 30%;
	text-align: center;
}
.about_sec02_every_left img{
	width: 96px;
	margin-top: 15px;
}
.about_sec02_every_right{
	float: right;
	width: 68%;
}
.about_sec02_every_ttl{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.about_sec02_every_txt_sp{
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;	
	margin: 15px 0 0;
}
.about_ph{
	width: 100%;
}
.about_sec02_price_txt{
	font-size: 15px;
  font-weight: 700;
  color: #FF7300;
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.4;
}

.about_sec03{
	max-width:100%;
	margin: 80px auto 0;
}
.common_ttl_bl{
	 font-size: 22px;
  font-weight: 700;
	color: #003B82;
	text-align: center;
	border-bottom: 4px solid #003B82;
	width: 100%;
}
.price_ttl_bl{
	margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #003B82;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-style: italic; /*追加*/
}
.about_sec03_txt{
	text-align: left;
}
.price_right p.about_price_txt_vcl {
  position: absolute;
  top:100px;
  left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.price_s_ttl_bl{
	font-size: 17px;
	font-weight: 700;
	color:#003B82;
	margin-bottom: 5px;
}
table.price_tbl_bl{
	width: 100%;	
}
.price_tbl_bl tr{
	border:1px solid #003B82;
}
.price_tbl_bl th{
	padding: 6px 15px;
	vertical-align: middle;
	font-weight: 400;
	width: 40%;
}
.price_tbl_bl td{
	padding: 6px 15px;
	vertical-align: middle;
	width: 60%;
}
.about_sec03_price_txt{
	font-size: 14px;
	padding-left: 0px;
	margin-top: 30px;
}

table.price_tbl_bl_op{
	width: 100%;	
}
.price_tbl_bl_op tr{
	border:1px solid #003B82;
}
.price_tbl_bl_op th{
	padding: 6px 15px;
	vertical-align: middle;
	font-weight: 400;
	width: 65%;
}
.price_tbl_bl_op td{
	padding: 6px 15px;
	vertical-align: middle;
	width: 35%;
}



.about_sec03_price_txt{
	font-size: 14px;
	padding-left: 0px;
	margin-top: 30px;
}
.about_sec03_vcl_optin{
	margin-top: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #003B82;
	line-height: 1;
	font-style: italic; /*追加*/
	position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 100%;
  text-align: center;
 }

.about_sec03_vcl_optin:before,
.about_sec03_vcl_optin:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 2px;
  background-color: #003B82;
}
.about_sec03_vcl_optin:before {
  left:0;
}
.about_sec03_vcl_optin:after {
  right: 0;
}
.about_sec03_vcl_optin_subttl{
	font-size: 20px;
	font-weight: 700;
	color: #003B82;
	text-align: center;
}
.about_sec03_vcl_optin_line01{
	border-bottom: 1px solid #003B82;
	width: 100%;
	margin: 30px auto 0;
}
.about_sec03_vcl_optin_line02{
	border-bottom: 1px solid #003B82;
	width: 100%;
	margin: 0 auto 30px;
}
.price_s_ttl_bl02{
	font-size: 18px;
	font-weight: 700;
	color:#003B82;
	margin-bottom: 5px;

}

.vcl_optin_wrap{
	display: flex;
  flex-wrap: wrap;
  width:100%;
  padding: 30px 0px;
}
.vcl_optin_right{
	width: 100%;
	margin:  0;
}
.vcl_optin_left{
	width: 100%;
	margin: 15px 0 0;
}
.vcl_optin_left p{
	margin: 0;
}
.vcl_optin_left p span{
	font-weight: 700;
	color: #003B82;
}
.optin_Img{
	border: 1px solid #003B82;
}
.price_option_wrap{
	width:100%;
}
.price_option_right{
	width: 100%;
	margin: 0;
}
.price_option_left{
	width: 100%;
	margin: 10px 0 20px;
}
.price_option_ttl_wrap{
	border: 2px solid #003B82;
	border-radius: 10px;
	padding: 0 20px;
}
.price_option_ttl{
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	color: #003B82;
	line-height: 0.7;
	font-style: italic; /*追加*/
}
.price_option_ttl02{
	font-size: 14px;
	font-weight: 700;
	color: #003B82;	
	line-height: 0.7;
}




.about_sec04{
	max-width:100%;
	margin: 80px auto 0;
}
.about_sec04_back{
	background-color: #FF7300;
	width: 100%;
	padding: 20px 0;
}
.about_sec04_wrap{
	display: table;
	width: 100%;
}
.about_sec04_left{
	display: table-cell;
	width: 85%;
	vertical-align: top;
}
.about_sec04_right{
	display: table-cell;
	width: 11%;
	vertical-align: top;
	text-align: right;
}

.sec04_ttl_eng{
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	color: #fff;
	border-bottom: 4px solid #fff;
	margin: 0;
	line-height: 1;
	padding-bottom: 10px;
	font-style: italic; /*追加*/
}
.sec04_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	margin: 10px 0 0;
}
.about_sec04_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 40px 0 50px;
}
.about_sec04_every_left{
	float: left;
	width: 24%;
	text-align: center;
}
.about_sec04_every_left img{
	width: 90px;
	margin-top: 20px;
}
.about_sec04_every_right{
	float: right;
	width: 73%;
}
.about_sec04_every_ttl{
	font-size: 15px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.about_sec04_every_txt_sp{
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;
	margin: 15px 0 0;
}

table.allprice_tbl_or01{
	width: 100%;	
}
.allprice_tbl_or01 tr{
	border: 1px solid #FFB87F;
}
.allprice_tbl_or01 th{
	padding: 6px 15px;
	vertical-align: middle;
	font-weight: 400;
	width: 65%;
}
.allprice_tbl_or01 td{
	padding: 6px 15px;
	vertical-align: middle;
	width: 35%;
}
table.allprice_tbl_or02{
	width: 100%;
	background-color: #FAE8D8;
	margin-top:20px;
}
.allprice_tbl_or02 tr{
	border:2px solid #FF7300;
}
.allprice_tbl_or02 th{
	padding: 6px 15px;
	vertical-align: middle;
	font-weight: 700;
	width: 65%;
}
.allprice_tbl_or02 td{
	padding: 6px 15px;
	vertical-align: middle;
	width: 35%;
	font-weight: 700;
}
.price_right02{
	width: 100%;
}
.price_left02{
	width: 100%;
}
.allprice_or_ttl01{
	border-right: 1px solid #fff;
	background-color: #FF7300;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
}
.allprice_or_ttl02{
	border: 1px solid #fff;
	background-color: #FF7300;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 700;
}
td.allprice_or_cell02{
	padding: 6px 15px;
	vertical-align: middle;
	font-weight: 700;
}
.allprice_vtl_ttl{
	background-color: #003B82;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	padding: 8px;	
	margin-top:34px;
}
.allprice_vtl_wrap{
	border: 1px solid #003B82;
	padding: 10px;
}
.allprice_vtl_txt{
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 5px;
}
.allprice_vtl_wrap ul{
	width: 100%;
	margin: 0 auto;
}
.allprice_vtl_wrap li{
	font-size: 15px;
	font-weight: 700;
	color: #003B82;
	padding-left:1.5em;
	text-indent:-1.5em;
	position: relative;
}
.allprice_vtl_wrap li:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 11px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url("../img/about_sec04_icon_blue.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

table.allprice_tbl_bl01{
	width: 100%;
	height: auto;
	background-color: #EBEFF5;	
}
.allprice_tbl_bl01 tr{
	border:2px solid #003B82;
}
.allprice_tbl_bl01 th{
	padding: 6px 15px;
  vertical-align: middle;
  font-weight: 700;
  width: 65%;
}
.allprice_tbl_bl01 td{
	padding: 6px 15px;
  vertical-align: middle;
  font-weight: 700;
  width: 35%;
}
table.allprice_tbl_bl02{
	width: 100%;
	height: auto;
	background-color: #EBEFF5;	
}
.allprice_tbl_bl02 tr{
	border-left:2px solid #003B82;
	border-right:2px solid #003B82;
	border-bottom:2px solid #003B82;
}
.allprice_tbl_bl02 th{
	padding: 6px 15px;
  vertical-align: middle;
  font-weight: 700;
  width: 65%;
}
.allprice_tbl_bl02 td{
	padding: 6px 15px;
  vertical-align: middle;
  font-weight: 700;
  width: 35%;
}


.allprice_vcl_option_ttl{
	color: #003B82;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-top:24px;
}
.allprice_vcl_option_txt{
	text-align: left;
}

table.allprice_tbl_bl03{
	width: 100%;
	background-color: #EBEFF5;	
}
.allprice_tbl_bl03 tr{
	border:2px solid #003B82;
}
.allprice_tbl_bl03 th{
	padding: 6px 15px;
  vertical-align: middle;
  width: 65%;
	font-weight: 700;
}
.allprice_tbl_bl03 td{
	padding: 6px 15px;
  vertical-align: middle;
  width: 35%;
	font-weight: 700;
}
table.allprice_tbl_bl03 span{
	margin-top: 5px;
	display: block;
}
table.allprice_tbl_bl03 span.long{
	margin-top: 5px;
		display: block;
}



.about_sec05{
	max-width:100%;
	margin: 80px auto 0;
}
.sec05_ttl{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	background-color: #FF7300;
	width: 100%;
	padding: 10px 0 10px 25px;
	border-left:48px solid #003B82;
}

.moshikomi_ttl_or01{
	background-color: #FF7300;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	padding: 8px;	
	margin-top:40px;
}
.moshikomi_ttl_bl01{
	background-color: #003B82;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 8px;	
	margin-top:40px;
}
.moshikomi_ttl_or{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color:#FF7300;
	border-bottom: 1px solid #FF7300;
	width: 100%;
	margin: 20px 0 15px;
}
.moshikomi_ttl_bl{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color:#003B82;
	border-bottom: 1px solid #003B82;
	width: 100%;
	margin: 20px 0 15px;
}
.allprice_vtl_wrap ul{
	width: 100%;
	margin: 0 auto;
}
.moshikomi_or li{
	font-size: 15px;
	position: relative;
}
.moshikomi_or li:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 11px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url("../img/about_sec04_icon_ora.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
.moshikomi_bl li{
	font-size: 15px;
	position: relative;
}
.moshikomi_bl li:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 11px;/*画像の幅*/
  height: 16px;/*画像の高さ*/
  background-image: url("../img/about_sec04_icon_blue.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
.moshikomi_or_inn,.moshikomi_bl_inn{
	margin-top:10px;
	padding-left: 3em;
}
.or{
	font-weight: 700;
	color:#FF7300;
}
.bl{
	font-weight: 700;
	color:#003B82;
}

/* dropin_mainvisual */
/* メインビジュアル */
.dropin_mainvisual{
	margin-top: 64px;
	width:100%;
  background-image: url("../img/dropin_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 145px;
	position: relative;
}
/* メインビジュアル */
/* dropin_mainvisual */

.common_main_ttl03{
	position: absolute;
	font-weight: 700;
	color:#fff;
	font-size: 26px;
	line-height: 1.3;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  text-shadow: 0px 0px 6px #696969; 
  width: 252px;
  text-align: center;
}

.dropin_main_txt{
	margin-top: 28px;
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
}
.dropin_btn_wh_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin: 30px 0 0;
	column-gap: 15px;
	row-gap: 3px;
	align-items: center;

}
.dropin_btn_wh {
		width: 47.8%;
		position: relative;
		height: 75px;	
}
.dropin_btn_wh i{
	position: absolute;
	font-size: 20px;
	left:8px;
	top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.dropin_btn_wh a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	background-color:#fff;
	font-size: 14px;
	color:#FF7300;
	width: 100%;
	text-align: center;
	display: block;
	padding: 5px;
	border-radius: 10px;
	text-decoration:none;
	border: 1px solid #FF7300;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.dropin_btn_wh a.pd20 {
	padding: 22px 0;
}
.dropin_btn_wh a.pd15 {
	padding: 15px 0;
}
.dropin_btn_wh a:hover {
	background-color: #FC933D;
	color:#fff;
	border: 1px solid #FC933D;
}

.dropin_sec01{
	max-width:100%;
	margin: 70px auto 0;
}
.dropin_ttl{
	border-bottom: 4px solid #FF7300;
	width: 100%;
	height: 54px;
	display: table;
}
.dropin_ttl span.step{
	display: table-cell;
	width:23%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 0px 5px;
	background-color: #FF7300;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	vertical-align: middle;
	text-align: center; 
}
.dropin_ttl span.step_txt{
	display: table-cell;
	width: 77%;
	font-size: 18px;
	font-weight: 700;
	color: #FF7300;
	line-height: 1.3;
	padding-left: 6px;
	padding-bottom: 5px;
	vertical-align: middle; 
}
.dropin_txt{
	font-size: 14px; 
	margin: 0;
}
.dropin_sec01_wrap{
	width: 86%;
	height: 438px;
	margin: 45px auto 0;
	position: relative;
}
.dropin_qr{
	width: 250px;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.dropin_qrill{
	width: 120px;
	position: absolute;
	bottom: 0;
	left:0;
}



.dropin_sec02{
	max-width:100%;
	margin: 40px auto 0;
}
.dropin_innerttl{
	font-size: 15px; 
	font-weight: 700;	
	margin: 0;
}
.dropin_common_wrap{
	width: 100%;
	margin-top: 30px;	
}
.dropin_left{
	float: left;
	width: 50%;	
  padding-right: 5px;
 }
.dropin_right{	
	float: right;
	width: 50%;
  padding-left: 5px;
}
.dropin_inner01{
  width: 100%;	
  padding-right: 0px;
}
.dropin_inner02{
	margin-top: 20px;
  width: 100%;
}
.space{
	font-size: 14px; 
	margin: 0;
}
.bold{
	font-size: 14px; 
	font-weight: 700;	
}
.bold_or{
	font-size: 14px; 
	font-weight: 700;	
	color: #FF7300;
}
.dropin_subttl{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;	
	color: #FF7300;
	text-align: center;
	margin: 8px 0;
}
.dropin_sec03{
	max-width:100%;
	margin: 70px auto 0;
}
.dropin_sec04{
	max-width:100%;
	margin: 70px auto 0;
}
.dropin_sec05{
	max-width:100%;
	margin: 70px auto 0;
}
.dropin_sec06{
	max-width:100%;
	margin: 70px auto 0;
}
.dropin_sec07{
	max-width:100%;
	margin: 70px auto 0;
}
.dropin_txt_or{
	font-size: 17px; 
	font-weight: 700;	
	color: #FF7300;
	line-height: 1.5;
	margin: 26px 0 0 0;
}


/* access_mainvisual */
/* メインビジュアル */
.access_mainvisual{
	margin-top: 64px;
	width:100%;
  background-image: url("../img/access_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 145px;
	position: relative;
}
/* メインビジュアル */
/* access_mainvisual */

.access_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.access_txt{
	text-align: center;
	line-height: 1.7;
}
.ggl_map{
	margin: 30px 0;
}
.access_sec01_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	background-color: #FFEAD9;
}
.access_sec01_ttl{
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.6;
	padding-top: 0px;
}
.access_sec01_txt{
	width: 100%;
	margin-top: 5px;
}
.access_sec01_txt p{
	margin: 0;
}

.access_sec01_map_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#003B82;
	text-align: center;
	margin: 40px 0 15px;
}
.access_sec01_map{
	width: 100%;
	margin: 0 auto;	
}
.access_sec01_ph_wrap{
	width: 100%;
	margin: 40px auto;
}
.access_sec01_ph_right{
	width: 100%;
	margin-top: 8px;
}
.access_sec01_ph_left{
	width: 100%;
	margin-top: 8px;
}
.access_pr_wrap{
	background-color:#FF7300;
	border-radius: 10px;
	padding: 10px;
	width: 100%; 
}
.access_pr_wrap p{
	font-weight: 700;
	font-size: 15px;
	color:#fff;
	margin: 0;
	text-align: center;
}
.access_sec02{
	max-width:100%;
	margin: 80px auto 0;
}
.access_sec02 table{
	width: 100%;
	margin: 40px auto ;
}
.access_sec02 table tr{
	border: 1px solid #FFB87F;
}
.access_sec02 table th{
	padding: 15px 10px;
	background-color: #FFEAD9;
	font-weight: 400;
	width: 38%;
	vertical-align: middle;
}
.access_sec02 table td{
	padding: 15px 10px;
	width: 62%;
	vertical-align: middle;
}

/* faq_mainvisual */
/* メインビジュアル */
.faq_mainvisual{
	margin-top: 64px;
	width:100%;
  background-image: url("../img/faq_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:75% 50%;
  z-index: 1;
  overflow: hidden;
	height: 145px;
	position: relative;
}

/* メインビジュアル */
/* faq_mainvisual */

.faq_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.faq_wrap{
	width: 100%;
	margin-bottom: 35px;
}


.q_wrap{
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.q_icon{
	display: table-cell;
	width: 20%;
}
.q_icon p{
	width: 48px;
	height: 48px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1;
	padding: 10px;
	background-color: #FF7300;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.q_cont{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}
.q_cont p{
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	color: #FF7300;
}

.a_wrap{
	width: 100%;
	display: table;
}
.a_icon{
	display: table-cell;
	width: 20%;
}
.a_icon p{
	width: 48px;
	height: 48px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1;
	padding: 10px;
	background-color: #003B82;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.a_cont{
	display: table-cell;
	width: 80%;
		vertical-align: top;

}
.a_cont p{
	margin: 0;
}

/* terms */
.terms_sec01{
	max-width:100%;
	margin: 97px auto 0;
	display: block;
}
.common_subttl_or{
	font-size: 18px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF7300;
	width: 100%;
	margin-bottom: 30px;
}
.terms_sec02{
	max-width:100%;
	margin: 30px auto 0;
	display: block;
}
.terms_sec03{
	max-width:100%;
	margin: 60px auto 0;
	display: block;
}
.terms_mainttl_or{
	font-size: 18px;
	font-weight: 700;
	color: #FF7300;
	margin: 20px 0 5px;
	line-height: 1.4;
}
.terms_sec01 p,.terms_sec02 p,.terms_sec03 p{
	margin: 0;
}
.terms_sec01 li,.terms_sec02 li,.terms_sec03 li{
	padding-left:1em;
	text-indent:-1em;
}
.terms_sec01 span,.terms_sec02 span,.terms_sec03 span{
	color: #FF7300;
	margin-right: 0.25em;
}
.terms_txt{
	margin-top: 26px!important;
}
.terms_indent_sp li{
	padding-left:4em;
	text-indent:-4em;
}


/* contact_mainvisual */
/* メインビジュアル */

.contact_mainvisual{
	margin-top: 64px;
	width:100%;
  background-image: url("../img/contact_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 145px;
	position: relative;
}
/* メインビジュアル */
/* contact_mainvisual */


.contact_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.contact_txt{
	text-align: center;
	line-height: 1.7;
}


.contact_sec01 table{
	margin: 40px auto 0;
	width: 100%;
}
.contact_sec01 tr{
	border-top:1px solid #FFB87F;
	border-bottom:1px solid #FFB87F;
}
.contact_sec01 th{
	width: 100%;
	padding: 1.5em 0;
	vertical-align: middle;
	font-weight: 400;
	display: block;	
}
.contact_sec01 td{
	width: 100%;
	padding: 0 0 1.5em;
	vertical-align: middle;
	display: block;	
}
.contact_sec01 tr.privacy{
	border-top:1px solid #FFB87F;
	border-bottom:none;
}
.contact_sec01 tr.date_1{
	border: none;
}
.contact_sec01 th.date_1_2{
	width: 100%;
	padding: 1.5em 0 0;
	vertical-align: middle;
	font-weight: 400;
	}
.contact_sec01 th.date_1_1{
	width: 100%;
	padding: 1.5em 0 1em;
	vertical-align: middle;
	font-weight: 400;
	}
.contact_sec01 td.date_1_1{
	width: 100%;
	padding: 0 0 1.5em;
	vertical-align: middle;
}
.contact_sec01 tr.privacy td{
	font-size: 13px;
}

.required{
  font-size:13px;
  padding: 2px 10px;
  background:#DB3131;
  color: #fff;
  margin-left: 1em;
  border-radius: 4px;
}
.contactform td p.fot30,.contactform th p.fot30{
	font-size: 14px;
}

.contact_privacy{
	text-align: center;
	margin: 40px 0;
}
.frm_button_wrp{
	width: 100%;
	text-align: center;
	margin: 60px 0 30px;
}

.frm_button{
color:#fff;
font-weight: 700;
font-size: 16px;
background-color: #FF7300;
padding: 22px 28px;
margin: 0 auto;
display: inline-block;
text-decoration: none;
 border-radius: 8px;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
margin: 0 5px;
line-height: 1;
}
.frm_button a{
	text-decoration: none;
	color: #fff;
	line-height: 1;
}
.frm_button:hover{
opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
.use_icon{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}


.contactform input[type="text"],
.contactform textarea{
  width: 100%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 16px;
}
select{
  width: 95%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 16px;
}
.contactform td.date_1_1 input[type="text"]{
	width: 45%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08)!important;
	font-size: 16px;
}

.contactform td.date_1_1 input[type="date"]{
	width: 45%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08)!important;
	font-size: 16px;
}

.date_ttl{
	font-size: 20px;
}


.contact_sec01 h4{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin:0 0 40px ;
}
.contact_sec01 p.error_messe{
	 color:#DB3131;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
}




/* footer01 */
.footer01{
	max-width:100%;
	margin: 110px 0 0;
	background-color: #FF7300;
	padding: 10px 0 0;
}
.foot_wrp{
	width:100%;
}
.foot_logo{
	width: 243px;
	margin: 0 auto;
}
.foot_info{
	width:100%;
	margin: 15px auto 0;
}
ul.foot_info01 li{
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin-left: 0;
	text-align: center;
}
ul.foot_info01 li a{
	text-decoration: none;
	color: #fff;
}
ul.foot_info02{
	text-align: center;
	margin: 20px 0;
}
ul.foot_info02 li{
	display: inline;
	margin-left: 1em;
}				

ul.foot_info02 li.tw_follow{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 27px;
	color: #fff;
	font-style: italic; /*追加*/
}
ul.foot_info02 li.tw_icon img{
	width: 48px;	
}
ul.foot_terms_wrap{
	width:100%;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
}
ul.foot_terms_wrap li{
	display: inline;
	padding-right: 1em;
	line-height: 1;
}
ul.foot_terms_wrap li + li{
	padding-left: 1em;
  border-left: 1px solid #fff;
}
ul.foot_terms_wrap li a{	
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.footer_copy{
	width:100%;
	background-color: #FF7300;
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 10px 0;
	text-align:center;
	letter-spacing: 1px;
	margin: 0;
}

/*トップへ戻るボタン*/
.page_top {
	position: fixed;
	bottom: 0;
	right: 15px;
	padding-bottom: 15px;
	z-index: 1000;

}
body {
  position: relative;/*トップへ戻るボタンに必要な様です*/

}
