@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:500;
	font-size: 16px; 
	color: #282828;
	line-height: 2;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
a{
  color:#E67E22;
  text-decoration: underline;
 }
a:hover {
  color:#E67E22;
	-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-pc { 
	 display:none;
}
.spmenu{
}
.pcmenu{
	display:none!important;
}
.pc_spmenu{
	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-bottom: 32px;
}



/* ヘッダー */
.container{
	max-width: 95%;
	margin: 0 auto;
	padding: 0 ;
  overflow: hidden;
}

/* ナビゲーション */
#head_wrap01{
	background-color: #F08853;
	width:100%;
	transition: all ease .6s;
	position: fixed;
	height: 76px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}

.sp_navi_menu{
	height: 76px;
}
.sp_navi_menu_wrap{
	position: relative;
}
.header_logo_sp{
	width: 206px;
	position: absolute;
	left: 10px;
	z-index: 3;
}
#toggle{
	position: absolute;
	width:77px;
	right:0;
}
#toggle a img{
	opacity: 1;
}

.head_wrap{
	width:100%;
	margin: 0 auto;
	box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
.header_logo_pc{
	display: none;
}
.header_no_pc{
	display: none;
}
.header_no_sp{
	background-color: #282828;
	border-radius: 100vh;
	padding: 6px 12px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	position: absolute;
	top:5px;
	left: 72px;	
	z-index: 4;
}
#menu {
	display: none;
}
#menu li{
	border-bottom:1px solid #E67E22;
}
#menu li a {
	font-weight:700;
	display: block;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	padding: 14px;
	color:  #282828;
}
#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{
	border-bottom:none;
}


/* top_mainvisual */
/* メインビジュアル */
.top_mainvisual{
	margin-top: 76px;
	width:100%;
  background-image: url("../img/top_main_back.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 0%;
  overflow: hidden;
	height: 80vh;
	position: relative;
}
.top_main_ttl_wrap{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	background:rgba(242,128,70,0.8);
	padding:50px 30px 40px;	
	width: 678px;
	height: auto;
	border-radius: 10px;
}
.top_main_ttl_border{
	width: 100%;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	padding: 20px 0;
	position: relative;
}
p.top_main_ttl01{
	font-weight: 900;
	color:#fff;
	font-size: 28px;
	line-height: 1.4;
  margin: 0;
  text-align:center;
  letter-spacing: 1px;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.top_main_icon{
	position: absolute;
	width: 68px;
	left:0;
	top:33px;	
}
p.top_main_ttl01 span{
	font-weight: 900;
	color:#fff;
	font-size: 34px;
	  letter-spacing: 1px;
}
p.top_main_ttl02{
	font-weight: 500;
	color:#fff;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6;
	text-align: center;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	margin: 20px 0 0;
}

/* メインビジュアル */
/* top_mainvisual */



/* top_sec01 */
.top_sec01{
	max-width:100%;
	margin: 40px auto 0;
}
.top_sec01_wrap01{
	width:100%;
	background-color: #FDF2E8;
	padding: 40px 20px 30px;
	margin: 0 auto;
}
.top_sec01_common_ttl_txt{
	display: table-cell;
	font-size: 27px;
	font-weight: 900;
	color:#E67E22;
	letter-spacing: 0px;
	line-height: 1.3;
	vertical-align: middle;
}
/* 共通タイトル */
.common_ttl_wrap{
	margin: 0 auto;
	width: fit-content;	
}
.common_ttl{
	max-width:100%;
	display: table;
}
.common_ttl_icon{
	display: table-cell;
	padding: 0 10px 0 20px;
	vertical-align: middle;
}
.common_ttl_txt{
	display: table-cell;
	font-size: 27px;
	font-weight: 900;
	color:#E67E22;
	letter-spacing: 0.5px;
	line-height: 1.3;
	vertical-align: middle;
}
.common_ttl_line{
	width: fit-content;
}

.common_ttl02_wrap{
	text-align: center;
	margin-top: 40px;
}
.common_ttl02{
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color:#E67E22;
	border-bottom: 1px solid #E67E22;
	padding-bottom: 10px;	
}
/* 共通タイトル */


.top_sec01_inn_wrap{
	margin: 60px auto 0;
}
.top_sec01_left{
	width: 59.4%;
	float:left;
	letter-spacing: 1px;
}
.top_sec01_right{
	width: 38.3%;
	float:right;
}


/* top_sec02 */
.top_sec02{
	max-width:100%;
	margin: 40px auto 0;
}
.gray_area{
	width: 100%;
	background-color: #F2F2F2;
	padding: 80px 0;
}
.common_orange_border{
	width: 100%;
	background-color: #fff;
	border: 4px solid #E67E22;
	border-radius: 30px;
	padding: 40px 40px;	
}
.top_sec02_right{
	width: 67.2%;
	float:right;
}
.top_sec02_right p{
	margin: 0;
	letter-spacing: 1px;
}
.top_sec02_wrap{
	margin: 40px auto 0;
}
.top_sec02_left{
	width: 27.7%;
	float:left;
}

/* 共通ボタン */
.common_button_wrap {
	text-align: center;
}
.common_button a {
	margin: 70px auto 38px;
	font-weight: 700;
	background-color:#44581C;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	padding: 23px 60px;
	display: inline-block;
	border-radius: 10px;
	text-decoration:none;
	cursor: pointer;
}
.common_button i {
	margin-left: 1em;
}
.common_button a:hover {
	opacity: 0.8;
}


/* top_sec03 */
.top_sec03{
	max-width:100%;
	margin: 70px auto 0;
}
.top_sec03_wrap{
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.top_sec03_inn{
	width: 30.4%;
	display: table;	
	margin: 10px;
	border: 1px solid #E67E22;
	padding: 15px 10px;
	border-radius: 10px;
	height: 126px;
}
.top_sec03_left{
	width: 71%;
	display: table-cell;	
	vertical-align: middle;
}
.top_sec03_ttl{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
.top_sec03_right{
	width: 29%;
	display: table-cell;	
	vertical-align: middle;
}
.caption{
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	line-height: 1.6;
	margin: 10px 0 0;
}

/* top_sec04 */
.top_sec04{
	max-width:100%;
	margin: 70px auto 0;
}
.top_sec04_wrap{
	margin: 40px 0 0;
}
.top_sec04_left{
	width: 60%;
	float:left;
}
.top_sec04_left p span{
	color:#6BB21A;
	font-weight: 700;
}
.top_sec04_right{
	width: 36.8%;
	float:right;
}
.top_sec04_wrap02{
	margin: 0px 0 0;	
}
.top_sec04_left02{
	width: 48.5%;
	float:left;
}
.top_sec04_left02 p span{
	color:#6BB21A;
	font-size: 18px;
	font-weight: 700;
}
.top_sec04_right02{
	width: 48.5%;
	float:right;
}
.top_sec04_left_inn{
	border: 1px solid #6BB21A;
	padding: 15px;
	border-radius: 5px;
	height: 239px;
}
.top_sec04_left_inn_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	line-height: 1.8;
	text-align: center;
	background-color: #6BB21A;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}
.top_sec04_left_inn p{
	line-height: 1.8;
	margin: 20px 0 0;
}
.top_sec04_left_inn02{
	border: 1px solid #6BB21A;
	padding: 15px;
	border-radius: 5px;
	background-color: #F0F7E7;
	margin-top: 25px;
	height: 122px;
}
.top_sec04_left_inn02 p {
	line-height: 1.8;
	margin: 0;
	text-align: center;
}
.top_sec04_right_inn{
	border: 1px solid #E67E22;
	padding: 15px;
	border-radius: 5px;
	height: 239px;
}
.top_sec04_right_inn_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	line-height: 1.8;
	text-align: center;
	background-color: #E67E22;	
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}
.top_sec04_right_inn p{
	line-height: 1.8;
	margin: 20px 0 0;
}
.top_sec04_right_inn02{
	padding: 40px 31px;
	border-radius: 5px;
	background-color: #686868;
	margin-top: 25px;
	height: 122px;
}
.top_sec04_right_inn02 p {
	line-height: 1.8;
	margin: 0;
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 18px;
}
.advice{
	background-color: #F8F257;	
	width: 100%;
	padding: 20px;
	display: table;
	margin-top: 28px
}
.advice_left{
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}
.advice_right{
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	margin-left: 10px;
}
.acvice_txt{
	margin: 0;
	font-weight: 700;
	line-height: 1.8;
}

/* top_sec05 */
.top_sec05{
	max-width:100%;
	margin: 70px auto 0;
}
.top_sec05_wrap{
	margin-top: 40px;
}
.top_sec05_inn_wrap{
	margin-top: 40px;	
	position: relative;
}
ul.top_sec05_inn{
	width: 100%;
	border: 1px solid #6BB21A;
	
}
ul.top_sec05_inn li{
	border-bottom: 1px solid #6BB21A;
	padding: 14px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding-left: 120px;
}
ul.top_sec05_inn li:last-child{
	border-bottom: none;
}
ul.top_sec05_inn li span{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color:#6BB21A;
}
.top_sec05_arrow{
	width:125px;
	height: 115px;	
  background-image: url("../img/top_sec05_arrow_pc.png");
	background-repeat: no-repeat;
	position: absolute;
	background-position-x: 100%;
	top:0;
	left:0;	
}
.top_sec05_arrow_ttl{
	font-weight: 700;
	font-size: 17px;
	color:#fff;
	text-align: center;
	margin-top: 20px;
	line-height: 1.4;
}
/* top_sec06 */
.top_sec06{
	max-width:100%;
	margin: 70px auto 0;
}
.top_sec06_wrap{
	margin-top: 40px;
}
.top_sec06_wrap p{
	margin:0px;
}

/* common_mainvisual */
/* 下層メインビジュアル */
.common_mainvisual{
	margin-top: 76px;
	width:100%;
  background-image: url("../img/common_main_back_pc.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 70%;
  overflow: hidden;
	height: 175px;
	position: relative;
}
.common_main_ttl{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-size: 28px;
	font-weight: 900;
	color:#E67E22;	
	letter-spacing: 1px;
	line-height: 1.8;
	border-bottom: 4px solid #E67E22;
	white-space: nowrap;
}
/* 下層メインビジュアル */
/* common_mainvisual */


/* breadcrumbs */
/* パンくずリスト */
#breadcrumbs{
	width: 95%;
	margin: 0 auto;
}
#breadcrumbs ul{
	font-size: 14px;
	font-weight: 400;
	margin: 20px 0;
}
#breadcrumbs i{
	color:#E67E22;		
}
#breadcrumbs ul li{
	display: inline-block;
	margin: 0 0.25em;
}
/* breadcrumbs */
/* パンくずリスト */

/* toku_sec01 */
.toku_sec01{
	max-width:100%;
	margin: 50px auto 0;
}
.toku_sec01_wrap{
	margin-top: 40px;	
}
.toku_sec01_wrap p{
	margin: 0px;	
}

/* toku_sec02 */
.toku_sec02{
	max-width: 100%;
  margin: 70px auto 0;
}
.toku_sec02_wrap{
	margin-top: 40px;	
}
.toku_sec02_wrap p{
	margin: 0px;	
}

.toku_sec02_wrap{
	margin: 40px 0 0;	
}
.toku_sec02_left{
	width: 48.5%;
	float:left;
}
.toku_sec02_right{
	width: 48.5%;
	float:right;
}
.toku_sec02_left_inn{
	border: 1px solid #6BB21A;
	padding: 15px;
	border-radius: 5px;
	height: 210px;
}
.toku_sec02_left_inn_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	line-height: 1.8;
	text-align: center;
	background-color: #6BB21A;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}
.toku_sec02_left_inn p{
	line-height: 1.8;
	margin: 20px 0 0;
}
.toku_sec02_left_inn_ttl02{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	line-height: 1.8;
	text-align: center;
	background-color: #6BB21A;
	width: 100%;
	padding: 5px;	
	margin: 30px 0 0;
}

.toku_sec02_left_inn_block{
	height: 80px;
	border: 1px solid #6BB21A;
	padding: 10px;
	border-radius: 5px;
	background-color: #F0F7E7;;
	margin-bottom: 5px;
	width: 100%;
	display: table;
	height: 118px;
}
.toku_sec02_left_inn_l{
	display: table-cell;
	width: 28.5%;	
	vertical-align: top;
}
.toku_sec02_left_inn_ttl03{
	display: inline-block;
	width: 126px;
	background-color: #6BB21A;
	padding: 5px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	color:#fff;
	text-align: center;
	border-radius: 100vh;
}
.toku_sec02_left_inn_r{
	display: table-cell;
	width: 70%;
	padding-left: 10px;
	vertical-align: top;
}
.toku_sec02_left_inn_r p {	
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.toku_sec02_left_inn_r p span{
	color:#6BB21A;
	font-size: 16px;
	font-weight: 700;
}

.toku_sec02_right_inn{
	border: 1px solid #E67E22;
	padding: 15px;
	border-radius: 5px;	
	height: 210px;
}
.toku_sec02_right_inn_ttl{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	line-height: 1.8;
	text-align: center;
	background-color: #E67E22;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
}
.toku_sec02_right_inn p{
	line-height: 1.8;
	margin: 20px 0 0;
}
.toku_sec02_right_inn_ttl02{
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	line-height: 1.8;
	text-align: center;
	background-color: #E67E22;
	width: 100%;
	padding: 5px;	
	margin: 30px 0 0;
}
.toku_sec02_right_inn_block{
	height: 80px;
	padding: 10px;
	border-radius: 5px;
	background-color: #FCF1E7;
	margin-bottom: 10px;
	width: 100%;
	display: table;
	height: 118px;
}
.toku_sec02_right_inn_l{
	display: table-cell;
	width: 28.5%;	
	vertical-align: top;
}
.toku_sec02_right_inn_ttl03{
	display: inline-block;
	width: 126px;
	background-color: #E67E22;
	padding: 5px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	color:#fff;
	text-align: center;
	border-radius: 100vh;
}
.toku_sec02_right_inn_r{
	display: table-cell;
	width: 70%;
	padding-left: 10px;
	vertical-align: top;
}
.toku_sec02_right_inn_r p {	
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.toku_sec02_right_inn_r p span{
	color:#E67E22;
	font-size: 16px;
	font-weight: 700;
}

/* toku_sec03 */
.toku_sec03{
	max-width:100%;
	margin: 70px auto 0;
}
.toku_sec03_wrap{
	margin-top: 40px;	
}
.toku_sec03_wrap p{
	margin: 0px;	
}
.toku_sec03_inn_wrap{
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.toku_sec03_inn{
	width: 30.4%;
	display: table;	
	margin: 10px;
	border: 1px solid #E67E22;
	padding: 15px 10px;
	border-radius: 10px;
	height: 126px;
}
.toku_sec03_left{
	width: 71%;
	display: table-cell;	
	vertical-align: middle;
}
.toku_sec03_ttl{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}
.toku_sec03_right{
	width: 29%;
	display: table-cell;	
	vertical-align: middle;
}

/* toku_sec04 */
.toku_sec04{
	max-width:100%;
	margin: 70px auto 0;
}
.toku_sec04_wrap{
	margin-top: 40px;	
}
.toku_sec04_wrap p{
	margin: 0px;	
}

.toku_sec04_t{
	margin-top: 40px;
}
.toku_sec04_t th{
	background-color: #E67E22;
	border: 2px solid #fff;
	font-size:18px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	padding: 10px;
	vertical-align: middle;
}
.toku_sec04_ttl_d{
	width: 20%;
	font-size:16px;
	font-weight: 900;
	text-align: center;
	background-color: #F9E4D2;
	border: 2px solid #fff;
	line-height: 1.4;
	padding: 10px 20px;
	vertical-align: middle;
}
.d_orange{
	width: 40%;
	background-color: #F9E4D2;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 20px;
		vertical-align: middle;
}
.toku_sec04_ttl_l{
	width: 20%;
	font-size:16px;
	font-weight: 900;
	text-align: center;
	background-color: #FCF1E7;
	border: 2px solid #fff;
	line-height: 1.4;
	padding: 10px 20px;
	vertical-align: middle;
}
.l_orange{
	width: 40%;
	background-color: #FCF1E7;
	border: 2px solid #fff;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 20px;
	vertical-align: middle;
} 
 
/* toku_sec05 */
.toku_sec05{
	max-width:100%;
	margin: 70px auto 0;
}
.toku_sec05_wrap{
	margin-top: 40px;	
}
.toku_sec05_wrap p{
	margin: 0px;	
}

.toku_sec05_wrap02{
	margin: 40px 0 0;	
}
.toku_sec05_left{
	float:none;
	width: 100%;
	border: 2px solid #6BB21A;
}
.toku_sec05_right{
	margin: 30px 0 0;	
	float:none;
	width: 100%;
	border: 2px solid #6BB21A;
}
.toku_sec05_w{
	padding: 15px;
	height: auto;
	background-color: #fff;
	text-align: center;
}
.common_ttl03{
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color:#6BB21A;
	border-bottom: 1px solid #6BB21A;
	padding-bottom: 10px;	
}
.toku_sec05_d_green{
	background-color: #E4F1D5;
	padding: 10px 30px;
	text-indent:-1em;
	border-top:2px solid #fff;
}
.toku_sec05_l_green{
	background-color: #F0F7E7;
	padding: 10px 30px;
	text-indent:-1em;
	border-top:2px solid #fff;
}

.toku_sec05_d_green span,
.toku_sec05_l_green span{
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color:#6BB21A;
	line-height: 1;
}
.h_adjust{
	height: auto;
}

/* toku_sec06 */

.toku_sec06{
	max-width:100%;
	margin: 70px auto 0;
}
.toku_sec06_wrap{
	margin-top: 50px;	
}
.toku_sec06_wrap p{
	margin: 0px;	
}
.toku_sec06_wrap p span{
	color:#6BB21A;
	font-weight: 700;
	font-size: 18px;
}
.common_button_wrap02 {
	margin: 0 auto;
}
.common_button02 a {
	margin: 50px auto 10px;
	width: 390px;
	text-align: center;
	font-weight: 700;
	background-color:#44581C;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	padding: 23px 60px;
	display: block;
	border-radius: 10px;
	text-decoration:none;
	cursor: pointer;
}
.common_button02 i {
	margin-left: 1em;
}
.common_button02 a:hover {
	opacity: 0.8;

}

/* toku_sec07 */

.toku_sec07{
	max-width:100%;
	margin: 70px auto 0;
}
.toku_sec07_wrap{
	margin-top: 40px;	
}
.toku_sec07_wrap p{
	margin: 0px;	
}
.toku_sec07_wrap02{
	margin-top: 30px;	
}

/* toku_sec08 */
.toku_sec08{
	max-width:100%;
	margin: 70px auto 0;
}
.toku_sec08_wrap{
	margin-top: 50px;	
}
.toku_sec08_orange_border{
	width: 100%;
	background-color: #fff;
	border: 4px solid #E67E22;
	border-radius: 30px;
	padding: 20px 40px 25px;		
}
.toku_sec08_ttl{	
	font-weight: 900;
	font-size: 23px;
	color:#E67E22;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-left: 45px;
	text-indent:-45px;
}
.toku_sec08_ttl span{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	background-color: #E67E22;
	border-radius: 100vh;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;	
	line-height: 1.6;
	padding-left: 35px;
	text-indent:-35px;
}
.toku_sec08_orange_back{
	background-color: #FCF1E7;
	border-radius: 10px;
	padding: 15px 25px;	
}
.toku_sec08_subttl{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color:#E67E22;
	text-align: center;
	margin-bottom: 5px;
}
.toku_sec08_orange_back p{
	margin: 0;
}
.toku_sec08_orange_back p span{
	color:#6BB21A;
	font-weight: 700;
	font-size: 18px;
}
.toku_sec08_arrow{
	width: 100px;
	margin: 18px auto;
}
.common_ttl03_wrap{
	text-align: center;
	margin: 40px 0 10px;
}
.toku_sec08_white_back{
	background-color: #fff;
	padding: 10px 15px;	
	margin-top:15px;	
}
.toku_sec08_white_back li,
.toku_sec08_white_back li{
	padding-left:1em;
	text-indent:-1em;
}
.toku_sec08_white_back_wrap{
	margin-top:15px;
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.toku_sec08_white_back_left{
	width: 47.5%;
	background-color: #fff;
	padding: 10px 15px;	
}
.toku_sec08_white_back_right{
	width: 47.5%;
	background-color: #fff;
	padding: 10px 15px;	
	margin-left: 20px;
}
.orange{
	color:#E67E22;
	font-weight: 700;
}
.toku_sec08_white_back_left li,
.toku_sec08_white_back_right li{
	padding-left:1em;
	text-indent:-1em;
}

/* biz_sec01 */
.biz_sec01{
	max-width:100%;
	margin: 50px auto 0;
}
.biz_sec01_wrap{
	margin-top: 40px;	
}
.biz_sec01_ill{
	width: 83%;
	margin: 50px auto;
}

/* biz_sec02 */
.biz_sec02{
	max-width:100%;
	margin: 70px auto 0;
}
.biz_sec02_wrap{
	margin-top: 40px;	
}
.biz_sec02_left{
	float:none;
	width: 100%;
}
.biz_sec02_right{
	float:none;
	width: 100%;
}
.biz_sec02_left p{
	margin: 10px 0 25px;
}
.biz_sec02_ill{
	width: 50%;
	margin: 40px auto;
}
.biz_sec02_txt{
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color:#E67E22;
	margin: 0;
}

/* biz_sec03 */
.biz_sec03{
	max-width:100%;
	margin: 70px auto 0;
}
.biz_sec03_wrap{
	margin-top: 40px;	
}
.biz_sec03_wrap p{
	margin: 0px;	
}
.biz_sec03_wrap02{
	margin-top: 30px;		
	display: flex;
	flex-wrap: wrap;
	width:100%;
}
.biz_sec03_inn{
	width: 47%;
	background-color: #fff;
	border: 1px solid #6BB21A;
	border-radius: 10px;
	margin: 10px;
	height: auto;
}
.biz_sec03_inn_back{
	background-color: #F0F7E7;
	padding: 15px;
	width: 100%;
	border-radius: 10px 10px 0px 0px;	
}
.biz_sec03_inn_ttl{	
	font-weight: 900;
	font-size: 20px;
	color:#6BB21A;
	line-height: 1.4;	
	padding-left:45px;
	text-indent:-45px;
}
.biz_sec03_inn_ttl span{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	background-color: #6BB21A;
	border-radius: 100vh;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;	
	padding-left: 35px;
	text-indent:-35px;
}
.biz_sec03_inn_wrap{
	width: 100%;
	padding: 20px 25px;		
}
.biz_sec03_left{
	float:left;
	width:67%;
}
.biz_sec03_right{
	float:right;
	width:23.6%;
	padding-top: 45px;
}
.biz_sec03_left p{
	margin: 0px;	
}
.biz_sec03_left p span{
	color: #6BB21A;
}

/* biz_sec04 */
.biz_sec04{
	max-width:100%;
	margin: 70px auto 0;
}
.biz_sec04_txt{
	margin-top: 36px;	
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}
.biz_sec04_wrap p{
	margin: 0px;	
}
.biz_sec04_btn_wrap {
	
}
.pdf_button a {
	margin: 50px auto 0;
	width: 410px;
	text-align: center;
	font-weight: 700;
	background-color:#E67E22;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	padding: 30px 10px;
	display: block;
	border-radius: 10px;
	text-decoration:none;
	cursor: pointer;
}
.pdf_button img{
	width: 35px;
	margin-right: 20px;
	vertical-align: middle;
}
.pdf_button a:hover {
	opacity: 0.8;
}
.excel_button a {
	margin: 50px auto 0;
	width: 410px;
	text-align: center;
	font-weight: 700;
	background-color:#6BB21A;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	padding: 30px 10px;
	display: block;
	border-radius: 10px;
	text-decoration:none;
	cursor: pointer;
}
.excel_button img{
	width: 42px;
	margin-right: 25px;
	vertical-align: middle;
}
.excel_button a:hover {
	opacity: 0.8;
}
.biz_sec04_orange_back{
	width: 100%;
	background-color: #FCF1E7;
	padding: 25px 40px 40px;	
	text-align: center;
	margin-top: 20px;
}
.biz_sec04_ttl{	
	font-weight: 900;
	font-size: 25px;
	color:#E67E22;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 4px solid #E67E22;
	display: inline-block;
}
.biz_sec04_wrap{
	margin: 40px 0 0;
}
.biz_sec04_left{
	float:left;
	width: 46%;
}
.biz_sec04_right{
	float:right;
	width: 49%;	
}
.biz_sec04_right p{
	text-align: left;
	margin-bottom: 15px;
}
.telmail{
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	color:#E67E22;
	text-decoration: underline;
}
.telmail img{
	width: 35px;
	margin-right: 20px;
	vertical-align: middle;
}

/* com_sec01 */
.com_sec01{
	max-width:100%;
	margin: 50px auto 0;
}
.com_sec01_t a{
color: #282828;
}
.com_sec01_t{
	width: 100%;
	margin: 0 auto;
	letter-spacing: 1px;
}
.com_sec01_t th{
	width: 17.5%;
	background-color: #F8D8BC;
	border: 1px solid #939393;
	font-size:16px;
	font-weight: 700;
	text-align: center;
	padding: 14px;
	vertical-align: middle;
}
.com_sec01_t td.com_l_orange{
	width: 82.5%;
	background-color: #FCF1E7;
	border: 1px solid #939393;
	font-size: 16px;
	padding: 14px 50px;
	vertical-align: middle;
} 
.com_sec01_t td{
	width: 82.5%;
	background-color: #fff;
	border: 1px solid #939393;
	font-size: 16px;
	padding: 14px 50px;
	vertical-align: middle;
}



/* contact_sec01 */

.contact_sec01{
	max-width:100%;
	margin: 50px auto 0;
}
.contact_sec01_txt01{
	text-align: center;
}
.contact_orange_border{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border: 4px solid #E67E22;
	border-radius: 30px;
	padding: 20px 20px 30px;	
}
.contact_sec01_ttl{
	font-weight: 700;
	font-size: 20px;
	color:#E67E22;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4;
}
.contact_sec01_wrap{
	text-align: center;
}
.contact_sec01_logo{
	width: 167px;
	display: inline-block;
	margin-top: 10px;
}
.contact_sec01_txt02{
	font-size: 18px;
	display: inline-block;
	margin: 0 0 18px;
}

table.contactform{
	margin: 40px auto 0;
	width: 95%;
}
table.contactform tr{
}
table.contactform th{
	width: 25%;
	padding: 20px 20px;
	vertical-align: middle;
	font-weight: 400;	
}
table.contactform td{
	width: 75%;
	padding: 20px 20px;
	vertical-align: middle;
	font-weight: 400;	
}
table.contactform tr.privacy{
	border-top:1px solid #E67E22;	
	border-bottom:none;
	font-weight: 400;	
}
.required{
  font-size:13px;
  padding: 2px 10px;
  background:#DB3131;
  color: #fff;
  margin-left: 1em;
  border-radius: 4px;
}
.contact_privacy{
	text-align: center;
	margin: 40px 0;
}

.contact_sec01_ttl_kakunin{
	font-weight: 700;
	font-size: 27px;
	color:#E67E22;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4;
}
table.formTable{
	margin: 40px auto 0;
	width: 95%;
}
table.formTable tr{
	width: 100%;
	border-top: 1px solid #E67E22;
	border-bottom: 1px solid #E67E22;
	
}
table.formTable th{
	width: 30%;
	padding: 20px 20px;
	vertical-align: middle;
	font-weight: 400;	
}
table.formTable td{
	width: 70%;
	padding: 20px 20px;
	vertical-align: middle;
	font-weight: 400;	
}

.frm_button_wrp{
	width: 100%;
	text-align: center;
	margin: 50px 0 38px;
}

.frm_button{
	margin: 20px;
	width: 390px;
	text-align: center;
	font-weight: 700;
	background-color:#6BB21A;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	padding: 23px 60px;
	display: inline-block;
	border-radius: 10px;
	text-decoration:none;
	cursor: pointer;
	border: none;
}
.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;
}

.frm_button02{
	margin: 20px;
	width: 390px;
	text-align: center;
	font-weight: 700;
	background-color:#E67E22;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #fff;
	padding: 23px 60px;
	display: inline-block;
	border-radius: 10px;
	text-decoration:none;
	cursor: pointer;
	border: none;
}
.frm_button02 a{
	text-decoration: none;
	color: #fff;
}
.frm_button02: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: 30%;
  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;
}


.contact_sec01 h4{
	font-size: 17px;
	font-weight: 700;
	color:#E67E22;
	text-align: center;
	margin:0 0 40px ;
}
.contact_sec01 p.error_messe{
	 color:#DB3131;
	 margin-bottom: 27px;
}


/* footer01 */
.footer01{
	max-width:100%;
	margin: 100px 0 0;
	background-color: #F08853;
	padding: 5px 0;
}
.foot_wrp{
	width:100%;
}
.foot_logo{
	float:left;
	width: 38%;
}
.foot_logo img{
	width: 280px;
}
.foot_no{
	background-color: #282828;
	border-radius: 100vh;
	padding: 8px 14px;
	margin: 5px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	z-index: 4;	
	display: inline-block;
		text-align: center;
}
.foot_menu{
	float:right;
	width:52%;
	margin: 15px 0;
}
.foot_menu li{
	font-size: 15px;
	line-height: 2.6;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-left: 50px;

}
.foot_menu li a{
	text-decoration: none;
	color: #fff;
}
.footer_copy{
	width:100%;
	background-color: #F08853;
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 0 0 10px;
	text-align:center;
	letter-spacing: 1px;
	line-height: 1.6;
	margin: 0;
}

/*トップへ戻るボタン*/
.page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	padding-bottom: 22px;
	z-index: 1000;

}
body {
  position: relative;/*トップへ戻るボタンに必要な様です*/

}
