@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: 16px; 
	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;
}
.br-sp { 
  display:none;
}
.br-tb { 
  display:none;
}
.spmenu{
	display:none!important;
}
.tbmenu{
	display:none!important;
}


.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: 1000px;
	margin: 0 auto;
	padding: 0;
 	overflow: hidden;
}

/* ナビゲーション */
#head_wrap01{
	background-color: #fff;
	width:100%;
	transition: all ease .6s;
	position: fixed;
	height: 84px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}
.nav_bar_border{
	width: 100%;
	height: 3px;
	background-color: #003B82;
}
.nav_bar_pc{
	width: 1280px;
	height: 3px;
	margin: 0 auto;
}
.nav_bar_pc img{
	vertical-align: top!important;
}
.sp_navi_menu{
	display:none;
}
.nav_bar_sp{
	display: none;
}
.nav_bar_tb{
	display: none;
}
.head_wrap{
	width:1060px;	
	margin: 0 auto;
}
.g_navi{
}
.header_logo_pc{
	width:530px;
	padding: 18px 0 24px;
	float: left;
}
.header_logo_pc img{
	width:349px;
}

#menu {
	display: inline-block;
	padding: 0px 0 0;
	vertical-align: bottom;	
	width:380px;
	float: right;
}
#menu li{
	font-family: 'Open Sans', sans-serif;
	font-weight:700 ;
	font-size: 16px;
	float: left;
	display: block;
	margin: 20px;
	font-style: italic; /*追加*/
}
#menu li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:  #FF7300;
	display: block;
	text-decoration: none;
	position: relative;
  display: inline-block;
  text-decoration: none;
  font-style: italic; /*追加*/
}
#menu li a:hover {
	color:  #003B82;
-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}


/* top_mainvisual */
/* メインビジュアル */

.top_mainvisual{
	margin-top: 84px;
	width:100%;
  background-image: url("../img/top_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 583px;
	position: relative;
}
.top_main_ttl02_wrap{
	position: absolute;
  top: 158px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	background:rgba(255,255,255,0.7);
	padding:15px;	
	width: 642px;
	height: 136px;
}
p.top_main_ttl02_1{
	font-weight: 700;
	color:#FF7300;
	font-size: 26px;
	line-height: 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: 70px;
	line-height: 1.2;
	text-shadow: 3px 3px 6px #fff; 	
	margin: 0 0 0 52px;
	font-style: italic; /*追加*/
}
.top_main_ttl02_2:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 70px;/*画像の幅*/
  height: 66px;/*画像の高さ*/
  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: 32px;
	line-height: 2.4;
  text-shadow: 0px 0px 6px #fff; 	
  display: block;
	margin: 0 0 0 265px;
}
.tm_s{
	font-size: 26px;
	font-weight: 700;
	color:#FF7300;
	margin: 0;
	text-shadow: 3px 3px 6px #fff; 	
}

p.top_main_ttl01{
	position: absolute;
  top: 315px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top_main_ttl01{
  position: relative;
	font-weight: 700;
	color:#fff;
	font-size: 43px;
	line-height: 1.2;
  text-shadow: 0px 0px 6px #696969; 
}
.top_main_ttl01:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 76px;/*画像の幅*/
  height: 72px;/*画像の高さ*/
  background-image: url("../img/top_main_icon.png");
  background-size: contain;
  vertical-align: middle;
}
.top_main_dotte01{
	position: absolute;
	top:0;
	left:0;		
}
.top_main_dotte02{
	position: absolute;
	bottom:0;
	right:0;		
}

/* メインビジュアル */
/* top_mainvisual */


/* top_sec01 */


.top_sec01{
	max-width:100%;
	margin: 30px auto 0;
}
.top_sec01_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.top_sec01_contents_1{
	width:33.333%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 300px;
  background-image: url('../img/top_sec01_back01.jpg');
  background-size: cover; 
  background-position:50% 50%;
  position: relative;
}
.top_sec01_contents_2{
	width:33.333%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 300px;
  background-image: url('../img/top_sec01_back02.jpg');
  background-size: cover; 
  background-position:50% 50%;
  position: relative;
}
.top_sec01_contents_3{
	width:33.333%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 300px;
  background-image: url('../img/top_sec01_back03.jpg');
  background-size: cover; 
  background-position:50% 50%;
  position: relative;
}
.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:53px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 24px;
	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:64px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 24px;
	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:83px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 24px;
	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:170px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	z-index: 1;
	margin: 0;
}
.top_sec01_txt02{
	position: absolute;
	width: 352px;
	top:152px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	z-index: 1;
	margin: 0;
}


/* todropin_button */

.common_btn_or_wrap {
	margin: 0 auto;
}
.common_btn_or a {
	position: relative;    
	margin: 60px auto;
	font-family: 'Noto Sans JP', sans-serif;
	background-color:#FF7300;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	max-width: 910px;
	width: 100%;
	box-sizing: border-box;
	transition: all .4s;
	overflow: hidden;
	display: table;
	vertical-align: middle;
	text-decoration:none;
}
.common_btn_or_icon{
	display: table-cell;
	width: 8%;
	padding-right: 10px;
	vertical-align: middle;
}
.common_btn_or_sub{
	display: table-cell;
	width: 40%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	vertical-align: middle;
}
.common_btn_or_ttl{
	display: table-cell;
	width: 43%;
	font-size: 23px;
	font-weight: 700;
	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: 120px auto 0;
}
.tw_btn_wrap {
	margin: 30px auto;
	width: 45%;
	display: flex;
	flex-wrap: wrap;
}
.tw_btn_f{
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 33px;
	color: #FF7300;
	font-style: italic; /*追加*/
	vertical-align: middle;
}
.tw_btn_b{
	width: 50%;
}

.tw_btn a {
	width: 300px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-color:#000;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 2px 18px 4px;
	display: block;
	text-decoration:none;
}
.tw_btn a:hover {
	opacity: 0.7;
	color:#fff;
}
.tw_btn a::before {
 content: url('../img/X_logo.png');
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

/* top_sec01_news */
.top_sec01_news{
	max-width:100%;
	margin: 60px auto 0;
}
.top_sec01_news_wrap{
	max-width:72%;
	margin: 0 auto;
	border: 5px solid #FF7300;
	padding: 25px 40px;
}
.top_sec01_news_ttl{
	width: 100%;
  font-size: 21px;
  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: 21px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;	
}

/* top_sec02 */
.top_sec02{
	max-width:100%;
	margin: 40px auto 0;
}
.top_sec02_ttl_wrap{
	margin-top: 30px;
	width:100%;
	height: 214px;
	position: relative;	
}
.top_sec02_ttl_back{
	position: absolute;
	width: 180px;
	top:0px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);	
}
.top_sec02_ttl {
	position: absolute;
	width: 100%;
	top:36px;
	left: 50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 22px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;	
}
.top_common_txt{
	margin-top: 27px;
	text-align: center;	
}
.top_sec02_txt02{
	text-align: center;	
	font-size: 21px;
	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: 120px auto 0;
}
.top_common_ttl{
	color: #FF7300;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 6px;	
	border-bottom: solid 5px #FF7300;
  position: relative;
}
.top_common_ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #003B82;
  bottom: -5px;
  width: 23%;
}

.top_sec03_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin: 30px 0;
}
.top_sec03_contents_1{
	width:50%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 320px;
  background-image: url('../img/top_sec03_back01.jpg');
  background-size: cover; 
  background-position:50% 0%;
  position: relative;
}
.top_sec03_contents_2{
	width:50%;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
  z-index: 2; 
	height: 320px;
  background-image: url('../img/top_sec03_back02.jpg');
  background-size: cover; 
  background-position:50% 0%;
  position: relative;
}
.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: 470px;
	height: 204px;
	margin: 0 auto;
  position: relative;
  margin-top:58px;
  background-color: #fff;
  border-radius: 10px;
}
.top_sec03_Img01 p {
  position: absolute;
  top:125px;
  left: 48px;
 }
a .top_sec03_Img01 p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
 }
 .top_sec03_att{
	 border: 1px solid #FF7300;
	 padding: 0px 25px;
	 font-size: 16px;
	 font-weight: 500;
	 color:#FF7300;
	 text-align: center;	 
 }
 
 
 
/* top_every */
.top_every{
	max-width:100%;
	margin: 120px auto 0;
}
.top_every_logo{
	width:420px;
	margin: 50px auto 40px;
}
.top_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 20px 0;
}
.top_every_left01{
	float: left;
	width: 18%;
	text-align: center;
}
.top_every_left01 img{
	width: 113px;
}
.top_every_left02{
	float: left;
	width: 18%;
	text-align: center;
}
.top_every_left02 img{
	width: 113px;
	margin-top: 20px;
}
.top_every_right{
	float: right;
	width: 82%;
}
.top_every_ttl{
	font-size: 21px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.top_every_txt_pc{
	font-size: 17px;
	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: 70px auto 30px;
	max-width: 710px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1;
	background-color:#fff;
	font-size: 22px;
	color:#FF7300;
	text-align: center;
	padding: 24px 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: 120px auto 0;
}
.top_sec04_wrap{
	background-color: #FFF6D8;
	padding: 15px 50px;
	border-radius: 20px;
	margin: 30px 0;
}
.top_sec04_wrap li{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
	margin: 25px 0;
	padding-left:1.5em;
	text-indent:-1.5em;
}
.top_sec04_wrap li:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 17px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-image: url("../img/top_sec04_icon.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
.top_sec04_subttl_wrap{
  text-align: center;
  margin: 60px auto 130px;

}
.top_sec04_subttl{
	width: 100%;
  font-size: 21px;
  color: #FF7300;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #FF7300;
  display: inline;
}
.top_sec04_kansen{
	max-width:100%;
	margin: 76px auto 0;	
}
.top_sec04_kansen_border{
	border: 1px solid #FF7300;
	padding: 10px 10px 15px 10px;
	width:100%;	
}
.top_sec04_kansen_txt{
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.top_kansen_ttl{
	width: 100%;
	font-size: 20px;
	font-weight:700;
	color: #fff;
	text-align: center;
	background-color: #FF7300;
	padding: 7px 10px;	
}
.top_sec04_kansen_wrp{
	display: flex;
	flex-wrap: wrap;
	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: 22%;
	margin: 0 13px;
}
.top_sec04_kansen_cont02{
	width: 35%;	
	margin: 0 13px;
}


/* top_sec05 */
.top_sec05{
	max-width:100%;
	margin: 120px auto 0;
}
.top_sec05_ill{
	width: 54.7%;
	margin: 50px auto;
}
.top_sec05_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;	
}
.top_sec05_ph{
	width: 48%;
	margin: 20px 10px;
}
.top_sec05_ph02{
	width: 31.3%;
	margin: 20px 10px;
	text-align: center;
}

.top_sec05_ph p,.top_sec05_ph02 p{
	font-size: 15px;
	margin: 0 0 16px;
	letter-spacing: 0px;
	text-align: center;
}
.top_sec05_ph p span,.top_sec05_ph02 p span{
	font-size: 16px;
	font-weight: 700;
	color:#FF7300;
}


/* 下部ボタン */
.common_btn_wrap {
	margin: 0 auto;
}

.common_btn a {
	position: relative;    
	margin: 90px auto;
	max-width: 410px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-color:#FF7300;
	font-size: 18px;
	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: 43px;/*画像の幅*/
  height: 65px;/*画像の高さ*/
  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: 84px;
	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: 207px;
	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: 46px;
	color: #fff;
	line-height: 1.2;
  top: 40px;
	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;
	font-weight: 700;
	color:#fff;
	font-size: 22px;
	line-height: 1.2;
  top: 114px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 0px 0px 6px #696969; 
}

/* メインビジュアル */
/* about_mainvisual */

.about_sec01{
	max-width:100%;
	margin: 90px auto 0;
}
.common_ttl_or{
	font-size: 25px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	border-bottom: 4px solid #FF7300;
	width: 100%;
}
.about_txt{
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
}
.about_txt02{
	margin-top: 5px;
	font-size: 17px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.7;
}
.about_txt03{
	margin-top: 50px;
	font-size: 24px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.4;
}

.about_sec01_every_logo{
	width:420px;
	margin: 50px auto 40px;
}
.about_sec01_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 20px 0;
}
.about_sec01_every_left{
	float: left;
	width: 24%;
	text-align: center;
}
.about_sec01_every_left img{
	width: 123px;
}
.about_sec01_every_right{
	float: right;
	width: 76%;
}
.about_sec01_every_ttl{
	font-size: 22px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.about_sec01_every_txt_pc{
	font-size: 17px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;
	margin: 15px 0 0;	
}

.about_ill{
	width: 54.7%;
	margin: 46px auto;
}
.about_sec01_ph_wrap{
	display: flex;
  flex-wrap: wrap;
  width:100%;
}
.about_sec01_ph{
	width: 23%;
	margin: 0px 10px;
}
.price_ttl_or{
	margin-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #FF7300;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	font-style: italic; /*追加*/
}
.price_wrap{
	display: flex;
  flex-wrap: wrap;
  width:100%;
  margin-top: 40px;
}
.price_right{
	width: 47%;
	margin: 0 15px;
	position: relative;
}
.price_left{
	width: 46%;
	margin: 0 15px;
}
.price_right p.about_price_txt {
  position: absolute;
  top:125px;
  left: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.price_s_ttl_or{
	font-size: 18px;
	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 20px;
	font-weight: 400;
	vertical-align: middle;
	width: 50%;
}
.price_tbl_or td{
	padding: 6px 20px;
	vertical-align: middle;
	width: 50%;
}
.about_sec01_caution{
	border: 1px solid #FF7300;
	padding: 0 0 10px;
	margin-top:50px;
}



.about_sec01_price_txt{
	font-size: 16px;
  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: 120px auto 0;
}
.about_sec02_txt {
  font-size: 18px;
  font-weight: 700;
  color: #FF7300;
  text-align: center;
}

.about_sec02_every_logo{
	width:525px;
	margin: 70px auto 60px;
}
.about_sec02_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 20px 0;
}
.about_sec02_every_left{
	float: left;
	width: 24%;
	text-align: center;
}
.about_sec02_every_left img{
	width: 123px;
}
.about_sec02_every_right{
	float: right;
	width: 76%;
}
.about_sec02_every_ttl{
	font-size: 22px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.about_sec02_every_txt_pc{
	font-size: 17px;
	color: #fff;
	line-height: 1.6;
	font-weight: 500;	
	margin: 15px 0 0;
}

.about_ph{
	width: 100%;
}
.about_sec02_price_txt{
	font-size: 16px;
  font-weight: 700;
  color: #FF7300;
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.4;
}

.about_sec03{
	max-width:100%;
	margin: 120px auto 0;
}
.common_ttl_bl{
	font-size: 25px;
	font-weight: 700;
	color: #003B82;
	text-align: center;
	border-bottom: 4px solid #003B82;
	width: 100%;
}
.price_ttl_bl{
	margin-top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	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: center;
}
.price_right p.about_price_txt_vcl {
  position: absolute;
  top:125px;
  left: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.price_s_ttl_bl{
	font-size: 18px;
	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: 14px 20px;
  font-weight: 400;
  vertical-align: middle;
  width: 50%;
  line-height: 1.6;
}
.price_tbl_bl td{
  padding: 6px 20px;
  vertical-align: middle;
  width: 50%;
}

table.price_tbl_bl_op{
	width: 100%;	
}
.price_tbl_bl_op tr{
	border:1px solid #003B82;
}
.price_tbl_bl_op th{
  padding: 14px 20px;
  font-weight: 400;
  vertical-align: middle;
  width: 70%;
  line-height: 1.6;
}
.price_tbl_bl_op td{
  padding: 6px 20px;
  vertical-align: middle;
  width: 30%;
}




.about_sec03_price_txt{
	font-size: 14px;
	padding-left: 15px;
	margin-top: 30px;
}

.about_sec03_vcl_optin{
	margin-top: 35px;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	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: 40%;
  height: 3px;
  background-color: #003B82;
}
.about_sec03_vcl_optin:before {
  left:0;
}
.about_sec03_vcl_optin:after {
  right: 0;
}
.about_sec03_vcl_optin_subttl{
	font-size: 22px;
	font-weight: 700;
	color: #003B82;
	text-align: center;
}
.about_sec03_vcl_optin_line01{
	border-bottom: 1px solid #003B82;
	width: 60%;
	margin: 40px auto 0;
}
.about_sec03_vcl_optin_line02{
	border-bottom: 1px solid #003B82;
	width: 60%;
	margin: 0 auto 40px;
}
.price_s_ttl_bl02{
	font-size: 18px;
	font-weight: 700;
	color:#003B82;
	margin-bottom: 5px;
	text-align: center;
}
.vcl_optin_wrap{
	display: flex;
  flex-wrap: wrap;
  width:100%;
  padding: 25px 0px;
}
.vcl_optin_right{
	width: 47%;
	margin: 0 15px;
}
.vcl_optin_left{
	width: 46%;
	margin: 0 15px;
}
.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{
	display: flex;
  flex-wrap: wrap;
  width:100%;
  margin-top: 15px;
}
.price_option_right{
	width: 47%;
	margin: 0 15px;
}
.price_option_left{
	width: 46%;
	margin: 0 15px;
}
.price_option_ttl_wrap{
	border: 3px solid #003B82;
	border-radius: 10px;
	padding: 0 30px;
}
.price_option_ttl{
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #003B82;
	line-height: 0.7;
	font-style: italic; /*追加*/
}
.price_option_ttl02{
	font-size: 18px;
	font-weight: 700;
	color: #003B82;	
	line-height: 0.7;
}
	
.about_sec04{
	max-width:100%;
	margin: 120px auto 0;
}
.about_sec04_back{
	background-color: #FF7300;
	width: 100%;
	padding: 40px 0;
}
.about_sec04_wrap{
	display: table;
	width: 75%;
}
.about_sec04_left{
	display: table-cell;
	width: 40%;
	vertical-align: top;
}
.about_sec04_right{
	display: table-cell;
	width: 1.5%;
	vertical-align: top;
	text-align: right;
}
.about_sec04_right img{	
	width: 76px;	
	padding: 10px;
}
.sec04_ttl_eng{
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	color: #fff;
	border-bottom: 4px solid #fff;
	margin: 0;
	line-height: 1;
	padding: 10px;
	font-style: italic; /*追加*/
}
.sec04_ttl{
	font-size: 25px;
	font-weight: 700;
	color:#fff;
	margin: 10px 0 0;
}

.about_sec04_every_wrap{
	padding: 15px;
	background-color:#FF7300; 
	border-radius: 10px;
	margin: 50px 0 10px;
}
.about_sec04_every_left{
	float: left;
	width: 18%;
	text-align: center;
}
.about_sec04_every_left img{
	width: 113px;
	margin-top: 30px;
}
.about_sec04_every_right{
	float: right;
	width: 82%;
}
.about_sec04_every_ttl{
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	padding-bottom: 14px;
	font-weight: 700;
	border-bottom: 2px solid #fff;
}
.about_sec04_every_txt_pc{
	font-size: 17px;
	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: 7px 20px;
  font-weight: 400;
  vertical-align: middle;
  width: 70%;
}
.allprice_tbl_or01 td{
  padding: 7px 20px;
  vertical-align: middle;
  width: 30%;
}
table.allprice_tbl_or02{
	width: 100%;
	background-color: #FAE8D8;	
}
.allprice_tbl_or02 tr{
	border:2px solid #FF7300;
}
.allprice_tbl_or02 th{
  padding: 6px 20px;
  vertical-align: middle;
  width: 70%;
	font-weight: 700;
}
.allprice_tbl_or02 td{
  padding: 6px 20px;
  vertical-align: middle;
  width: 30%;
	font-weight: 700;
}
.price_right02{
	width: 50%;
}
.price_left02{
	width: 50%;
}
.allprice_or_ttl01{
	border-right: 1px solid #fff;
	background-color: #FF7300;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.allprice_or_ttl02{
	border: 1px solid #fff;
	background-color: #FF7300;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
td.allprice_or_cell02{
	padding: 8px 20px;
	vertical-align: middle;
	font-weight: 700;
}
.allprice_vtl_ttl{
	background-color: #003B82;
	color: #fff;
	text-align: center;
	font-size: 18px;
	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: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}
.allprice_vtl_wrap ul{
	width: 450px;
	margin: 0 auto;
}
.allprice_vtl_wrap li{
	font-size: 16px;
	font-weight: 700;
	color: #003B82;
	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: 102px;
	background-color: #EBEFF5;	
}
.allprice_tbl_bl01 tr{
	border:2px solid #003B82;
}
.allprice_tbl_bl01 th{
  padding: 6px 20px;
  vertical-align: middle;
  width: 70%;
	font-weight: 700;
}
.allprice_tbl_bl01 td{
  padding: 6px 20px;
  vertical-align: middle;
  width: 30%;
	font-weight: 700;
}
table.allprice_tbl_bl02{
	width: 100%;
	height: 102px;
	background-color: #EBEFF5;	
}
.allprice_tbl_bl02 tr{
	border-top:2px solid #003B82;
	border-right:2px solid #003B82;
	border-bottom:2px solid #003B82;
}
.allprice_tbl_bl02 th{
  padding: 6px 20px;
  vertical-align: middle;
  width: 70%;
	font-weight: 700;
}
.allprice_tbl_bl02 td{
  padding: 6px 20px;
  vertical-align: middle;
  width: 30%;
	font-weight: 700;
}

.allprice_vcl_option_ttl{
	color: #003B82;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin-top:24px;
}
.allprice_vcl_option_txt{
	text-align: center;
}

table.allprice_tbl_bl03{
	width: 100%;
	background-color: #EBEFF5;	
}
.allprice_tbl_bl03 tr{
	border:2px solid #003B82;
}
.allprice_tbl_bl03 th{
  padding: 6px 20px;
  vertical-align: middle;
  width: 80%;
	font-weight: 700;
}
.allprice_tbl_bl03 td{
  padding: 6px 20px;
  vertical-align: middle;
  width: 20%;
	font-weight: 700;
}
table.allprice_tbl_bl03 span{
	margin-left: 100px;
}
table.allprice_tbl_bl03 span.long{
	margin-left: 90px;
}







.about_sec05{
	max-width:100%;
	margin: 80px auto 0;
}
.sec05_ttl{
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	background-color: #FF7300;
	width: 100%;
	padding: 10px 0 10px 200px;
	border-left:200px solid #003B82;
}

.moshikomi_ttl_or01{
	background-color: #FF7300;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 8px;	
	margin-top:34px;
}
.moshikomi_ttl_bl01{
	background-color: #003B82;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 8px;	
	margin-top:34px;
}
.moshikomi_ttl_or{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color:#FF7300;
	border-bottom: 1px solid #FF7300;
	width: 100%;
	margin: 40px 0 30px;
}
.moshikomi_ttl_bl{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color:#003B82;
	border-bottom: 1px solid #003B82;
	width: 100%;
	margin: 40px 0 30px;
}
.allprice_vtl_wrap ul{
	width: 450px;
	margin: 0 auto;
}
.moshikomi_or li{
	font-size: 16px;
	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: 16px;
	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{
	padding-left: 3em;
}
.or{
	font-weight: 700;
	color:#FF7300;
}
.bl{
	font-weight: 700;
	color:#003B82;
}


/* dropin_mainvisual */
/* メインビジュアル */
.dropin_mainvisual{
	margin-top: 84px;
	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: 207px;
	position: relative;
}

/* メインビジュアル */
/* dropin_mainvisual */
.common_main_ttl03{
	position: absolute;
	font-weight: 700;
	color:#fff;
	font-size: 40px;
	line-height: 1.2;
  top: 74px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-shadow: 0px 0px 6px #696969; 
}

.dropin_main_txt{
	margin-top: 70px;
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
}
.dropin_btn_wh_wrap{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin: 50px 0 10px;
	column-gap: 20px;
	row-gap: 20px;
}
.dropin_btn_wh {
		width: 32%;
		position: relative;
}
.dropin_btn_wh i{
	position: absolute;
	font-size: 30px;
	left:15px;
	top: 50%;
    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;
	background-color:#fff;
	font-size: 17px;
	color:#FF7300;
	text-align: center;
	display: block;
	padding: 22px;
	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: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%;
	display: table;
}
.dropin_ttl span.step{
	display: table-cell;
	width: 5%;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	padding: 0px 16px;
	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: 95%;
	font-size: 25px;
	font-weight: 700;
	color: #FF7300;
	line-height: 1.7;
	padding-left: 28px;
	padding-bottom: 5px;
	vertical-align: middle;
}
.dropin_txt{
	font-size: 15px; 
	margin: 0;
}
.dropin_sec01_wrap{
	width: 80%;
	height: 420px;
	margin: 60px auto 0;
	position: relative;
}
.dropin_qr{
	width: 342px;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.dropin_qrill{
	width: 161px;
	position: absolute;
	bottom: 0;
	left:0;

}


.dropin_sec02{
	max-width:100%;
	margin: 80px auto 0;
}
.dropin_innerttl{
	font-size: 15px; 
	font-weight: 700;	
	margin: 0;
}
.dropin_common_wrap{
	width: 100%;
	margin-top: 40px;	
}
.dropin_left{
	float: left;
	width: 50%;	
	display: flex;
  flex-wrap: nowrap;
  padding-right: 10px;
}
.dropin_right{	
	float: right;
	width: 50%;
	display: flex;
  flex-wrap: nowrap;
  padding-left: 10px;
}
.dropin_inner01{
  width: 42%;	
  padding-right: 10px;
}
.dropin_inner02{
  width: 58%;	
}
.bold{
	font-size: 15px; 
	font-weight: 700;	
}
.bold_or{
	font-size: 15px; 
	font-weight: 700;	
	color: #FF7300;
}
.dropin_subttl{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;	
	color: #FF7300;
	text-align: center;
	margin: 10px 0;
}
.dropin_sec03{
	max-width:100%;
	margin: 120px auto 0;
}
.dropin_sec04{
	max-width:100%;
	margin: 120px auto 0;
}
.dropin_sec05{
	max-width:100%;
	margin: 120px auto 0;
}
.dropin_sec06{
	max-width:100%;
	margin: 120px auto 0;
}
.dropin_sec07{
	max-width:100%;
	margin: 120px auto 0;
}
.dropin_txt_or{
	font-size: 20px; 
	font-weight: 700;	
	color: #FF7300;
	line-height: 1.5;
	margin: 34px 0 0 0;
}




/* access_mainvisual */
/* メインビジュアル */
.access_mainvisual{
	margin-top: 84px;
	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: 207px;
	position: relative;
}
/* メインビジュアル */
/* access_mainvisual */

.access_sec01{
	max-width:100%;
	margin: 70px auto 0;
}
.access_txt{
	text-align: center;
	line-height: 1.7;
}
.ggl_map{
	margin: 40px 0;
}
.access_sec01_wrap{
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	background-color: #FFEAD9;
	display: flex;
  flex-wrap: nowrap;
}
.access_sec01_ttl{
	width: 40%;
	font-size: 18px;
	font-weight: 700;
	color: #FF7300;
	text-align: center;
	line-height: 1.6;
	padding-top: 40px;
}
.access_sec01_txt{
	width: 60%;
}

.access_sec01_map_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#003B82;
	text-align: center;
	margin: 80px 0 20px;
}
.access_sec01_map{
	width: 72%;
	margin: 0 auto;	
}
.access_sec01_ph_wrap{
	width: 90%;
	margin: 50px auto;
	display: flex;
  flex-wrap: nowrap;
}
.access_sec01_ph_right{
	width: 50%;
}
.access_sec01_ph_left{
	width: 50%;
}
.access_pr_wrap{
	background-color:#FF7300;
	border-radius: 10px;
	padding: 20px;
	width: 100%; 
}
.access_pr_wrap p{
	font-weight: 700;
	font-size: 18px;
	color:#fff;
	margin: 0;
	text-align: center;
}
.access_sec02{
	max-width:100%;
	margin: 120px auto 0;
}
.access_sec02 table{
	width: 90%;
	margin: 50px auto 0;
}
.access_sec02 table tr{
	border: 1px solid #FFB87F;
}
.access_sec02 table th{
	padding: 15px 20px;
	background-color: #FFEAD9;
	font-weight: 400;
	width: 30%;
	vertical-align: middle;
}
.access_sec02 table td{
	padding: 15px 20px;
	width: 70%;
	vertical-align: middle;
}

/* faq_mainvisual */
/* メインビジュアル */
.faq_mainvisual{
	margin-top: 84px;
	width:100%;
  background-image: url("../img/faq_main.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 1;
  overflow: hidden;
	height: 207px;
	position: relative;
}
/* メインビジュアル */
/* faq_mainvisual */

.faq_sec01{
	max-width:100%;
	margin: 90px auto 0;
}
.faq_wrap{
	width: 100%;
	margin-bottom: 60px;
}


.q_wrap{
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.q_icon{
	display: table-cell;
	width: 7%;
}
.q_icon p{
	width: 52px;
	height: 52px;
	font-size: 30px;
	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: 93%;
	vertical-align: middle;
}
.q_cont p{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #FF7300;
}

.a_wrap{
	width: 100%;
	display: table;
}
.a_icon{
	display: table-cell;
	width: 7%;
}
.a_icon p{
	width: 52px;
	height: 52px;
	font-size: 30px;
	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: 93%;
		vertical-align: top;

}
.a_cont p{
	margin: 0;
}

/* terms */
.terms_sec01{
	max-width:100%;
	margin: 124px auto 0;
	display: block;
}
.common_subttl_or{
	font-size: 20px;
	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: 40px auto 0;
	display: block;
}
.terms_sec03{
	max-width:100%;
	margin: 80px auto 0;
	display: block;
}
.terms_mainttl_or{
	font-size: 20px;
	font-weight: 700;
	color: #FF7300;
	margin: 20px 0 10px;
	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: 30px!important;
}
.terms_indent_sp li{
	margin: 0;
}



/* contact_mainvisual */
/* メインビジュアル */

.contact_mainvisual{
	margin-top: 84px;
	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: 207px;
	position: relative;
}
/* メインビジュアル */
/* contact_mainvisual */

.contact_sec01{
	max-width:100%;
	margin: 70px auto 0;
}
.contact_txt{
	text-align: center;
	line-height: 1.7;
}


.contact_sec01 table{
	margin: 40px auto 0;
	width: 95%;
}
.contact_sec01 tr{
	border-top:1px solid #FFB87F;
	border-bottom:1px solid #FFB87F;
}
.contact_sec01 th{
	width: 28%;
	padding: 28px 20px;
	vertical-align: middle;
	font-weight: 400;	
}
.contact_sec01 td{
	width: 72%;
	padding: 28px 20px;
	vertical-align: middle;

}
.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: 28%;
	padding: 15px 20px 0;
	vertical-align: middle;
	font-weight: 400;
	}
.contact_sec01 th.date_1_1{
	width: 28%;
	padding: 15px 20px;
	vertical-align: middle;
	font-weight: 400;
	}
.contact_sec01 td.date_1_1{
	width: 72%;
	padding: 15px 20px;
	vertical-align: middle;
}
.contact_sec01 tr.privacy td{
	font-size: 14px;
}
.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: 80px 0;
}

.frm_button{
color:#fff;
font-weight: 700;
font-size: 18px;
background-color: #FF7300;
padding: 27px 120px;
margin: 0 auto;
display: inline-block;
text-decoration: none;
 border-radius: 8px;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
margin: 0 20px;
}
.frm_button a{
	text-decoration: none;
	color: #fff;
}
.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: 51%;
  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 .date_1_1 input[type="text"]{
	width: 26%;
  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 .date_1_1 input[type="date"]{
	width: 26%;
  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: 22px;
}

.contact_sec01 h4{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin:0 0 40px ;
}
.contact_sec01 p.error_messe{
	 color:#DB3131;
}


/* footer01 */
.footer01{
	max-width:100%;
	margin: 80px 0 0;
	background-color: #FF7300;
	padding: 20px 0 0;
}
.foot_wrp{
	width:90%;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}
.foot_logo{
	width: 35%;
}
.foot_info{
	width:65%;
	margin: 0 30px;
}
ul.foot_info01 li{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	display: inline;
	margin-left: 1em;
}
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:90%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}
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 15px;
	text-align:center;
	letter-spacing: 1px;
	margin: 0;
}

/*トップへ戻るボタン*/
.page_top {
	position: fixed;
	bottom: 0;
	right: 35px;
	padding-bottom: 35px;
	z-index: 1000;

}
body {
  position: relative;/*トップへ戻るボタンに必要な様です*/

}
