@charset "UTF-8";
/* CSS Document */
a:focus, *:focus { outline:none; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
見出しの設定<h2>〜<h5>
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#h2_titletable {
	width:950px;
	height:100px;
	border:0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
}

#h2_titletable br {
	display:none;
}

#h2_title {
	width:950px;
	height:100px;
	border:0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
}

#h2_title br {
	display:none;
}

#h2_title #page_title {
	color:#ffffff;
	font-size:30px;
	line-height:100px;
}

#h3_02,.h3_02 {
	border-bottom:solid #BB1200 3px;
	margin-top:50px;
}



.h4_01,.h4_04,.h4_03{ 
    font-size: 1.2em;
	background: #b10000;
	color: #FFF;
	padding:7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
}

.h4_02{
	border:solid 3px #ffffff;
	border-radius: 15px;
	box-shadow: 2px 2px 1px #666;
	padding: 7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
	font-size:20px;
	background: #c3000f;
	color:#FFF;
}
.h4_02 a,.h4_02 a:hover,.h4_02 a:visited{
	color:#fff;
}

.h4_05{
	background: #069;
	border:solid 3px #afeeee;
	border-radius: 15px;
	box-shadow: 2px 2px 1px #666;
	text-shadow: 1px 1px 1px #666;
	color: #FFF;
	padding: 7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
	font-size:1.2em;
}
.h4_06,.h4_07{
	border-radius: 4px;
	padding: 5px 15px;
    font-size: 1.15em;
	border: 3px solid #b10000;
	color: #333333;
	margin-top: 15px;
	margin-bottom:15px;
}
.h4_08{
	border:solid 3px #006699;
	border-radius: 15px;
	box-shadow: 2px 2px 1px #666;
	text-shadow: 1px 1px 1px #666;
	padding:7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
	font-size:20px;
}

.h4_09,.h4_10{
	border:solid 3px #b10000;
	border-radius: 5px;
	padding: 7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
	background:#fff;
}

.h4_11{
	border:solid 3px #deb8e6;
	border-radius: 15px;
	box-shadow: 2px 2px 1px #666;
	text-shadow: 1px 1px 1px #666;
	padding: 7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
	font-size:20px;
	background:#400b36;
	color:#fff;
}

.h4_12{
	border:solid 3px #400b36;
	border-radius: 15px;
	box-shadow: 2px 2px 1px #666;
	text-shadow: 1px 1px 1px #666;
	padding: 7px 15px;
	margin-top: 15px;
	margin-bottom:15px;
	font-size:16px;
	background:#fff;
}
.h4_13{
	border-radius: 4px;
	padding: 5px 15px;
    font-size: 1.3em;
	border: 3px solid navy;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom:15px;
    background: navy;
}
h4.h4_14 {
  position: relative;
  padding: .5em 0em .2em 3em;
  border-bottom: 2px solid #bf0a00;
font-size:1.2em;
}
h4.h4_14::before,
h4.h4_14::after {
  position: absolute;
  content: ' ';
  border-radius: 100%
}
h4.h4_14::before {
  top: .4em;
  left: .4em;
  z-index: 2;
  width: 25px;
  height: 25px;
  background: rgba(88, 136, 24, .5);
}
h4.h4_14::after {
  top: 1em;
  left: 1em;
  width: 20px;
  height: 20px;
  background: rgba(230, 188, 5, .5);
}
.h4_navy{
font-size: 1.2em;
background: navy;
color: #FFF;
padding: 7px 15px;
margin-top: 15px;
margin-bottom: 15px;
}
.h4_heading1 {
	position: relative;
	padding-top: 30px;
        padding-left:30px;
	font-size: 26px;
	border-bottom: 1px solid rgba(191,10,98,1);
}

.h4_heading1 span {
	position: relative;
	z-index: 2;
}
.h4_heading1::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(191,10,0,0.1);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
.h4_heading2 {
	position: relative;
	padding-top: 25px;
        padding-left:25px;
	font-size: 24px;
	border-bottom: 1px solid rgba(5,62,98,1);
}

.h4_heading2 span {
	position: relative;
	z-index: 2;
}

.h4_heading2::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.1);
	font-size: 35px;
	text-transform: uppercase;
	z-index: 1;
}

.h4_heading3 {
	position: relative;
        padding-left:20px;
	font-size: 2em;
    color: #000;
}

.h4_heading3 span {
    color: rgba(148,108,69,1);
font-style:Italic;
padding-left:20px;
}
.h4_heading3::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	right: 0;
	color: rgba(148,108,69,0.2);
	font-size: 0.9em;
	text-transform: uppercase;
	z-index: 1;
}

.h4_heading4 {
	position: relative;
        padding-left:20px;
        padding-top:20px;
	font-size: 18px;
    color: #000;
	border-bottom: 5px solid rgba(148,108,69,1);
}

.h4_heading4 span {
	position: relative;
	z-index: 2;
}


.h4_heading4::before {
	content: attr(data-en);
	position: absolute;
	bottom: 0;
	right: 0;
	color: rgba(148,108,69,0.2);
	font-size: 1.2em;
	text-transform: uppercase;
	z-index: 1;
}
.h4_heading5 {
	position: relative;
        padding-left:20px;
	font-size: 2em;
    color: #000;
}

.h4_heading5 span {
    color: rgba(148,108,69,1);
font-style:Italic;
padding-left:20px;
}

.h4_heading6 {
	position: relative;
        padding-left:20px;
        padding-top:20px;
	font-size: 18px;
    color: #000;
	border-bottom: 5px solid rgba(148,108,69,1);
}

.h4_heading6 span {
	position: relative;
	z-index: 2;
}

.h4_centerline-brown {
  position: relative;
  padding: 0;
font-size:2em;
color:rgba(148,108,69,1)
}

.h4_centerline-brown:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: rgba(148,108,69,1);
}

.h4_centerline-brown span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}

.h4_centerline {
  position: relative;
  padding: 0;
font-size:2em;
color:#000;
}

.h4_centerline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
margin-bottom:20px;    
}

.h4_centerline span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}


.h4_centerline-brown {
  position: relative;
  padding: 0;
font-size:2em;
color:rgba(148,108,69,1);
margin-bottom:20px;    
}

.h4_centerline-brown:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: rgba(148,108,69,1);
}

.h4_centerline-brown span {
  position: relative;
  padding: 0 0.5em;
  background: #fff;
}

.h5_02{
	border: dashed 2px #c3000f;
	border-radius:5px;
	padding:5px 10px;
	font-size:16px;
	text-align: center;
	margin:0 20px 20px;
} 

.h5_02_2{
	border: dashed 2px #c3000f;
	border-radius:5px;
	padding:5px 10px;
	font-size:16px;
	margin:0 20px 20px;
} 

.h5_03{
	border-bottom: solid 3px #c3000f;
	padding: 5px 0 3px 15px;
	font-size: 17px;
	margin-bottom:10px;
	
}

.h5_04{
	border-bottom: solid 3px #CC3300;
	padding: 5px 0 3px 15px;
	font-size: 18px;
	margin-bottom:10px;
	
}

.h5_05{
	border-bottom: solid 3px #b10000;
	padding: 5px 0 3px 15px;
	font-size: 1.2em;
    margin-top: 20px;
	margin-bottom:14px;
	
}
.h5_06{
	border-bottom: solid 3px navy;
	padding: 5px 0 3px 15px;
	font-size: 1.1em;
    margin-top: 20px;
	margin-bottom:14px;
	
}

.h5_07{
	border-bottom: solid 2px #007b43;
	padding: 5px 0 3px 15px;
	font-size: 18px;
	margin-bottom:10px;
	
}
.h5_08 {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.5rem 0.5rem 120px;
  border: solid 2px #999;
}
.h5_08:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  transform: rotate(25deg);
  background: #999;
}
.h5_08 span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 26px;
	padding-left: 16px;
	color: #fff;
}
.h5_8 {
  position: relative;
  padding-bottom: .5em;
  margin-bottom:15px;
  border-bottom: 4px solid #ccc;
font-size:1.2em;
}
.h5_8::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}	

/*共済：代理店*/
.h4_oshirase{
	border:solid 1px #000;
	padding:5px;
	margin-bottom:30px;
	background: #ffffff; /* Old browsers */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#e5e5e5 100%); /* W3C */
	box-shadow: 1px 1px 1px #CCCCCC;
	text-align:center;	
}

.h5_dairi{
	border-bottom: solid 2px #02533B;
	padding: 5px 0 3px 30px;
	font-size: 18px;
	height:45px;
	line-height:50px;
	margin-bottom:10px;
	background:url(../../../../../../wp_img/button/dairiten.jpg) no-repeat ;
	text-indent:3em;
	
}



.h5_genre{
	border-bottom: solid 2px #000;
	padding: 0 0 3px 20px;
	font-size: 14px;
	height:38px;
	line-height:50px;
	margin-bottom:10px;
	background:url(../../../../../../wp_img/button/genre.jpg) no-repeat ;
	text-indent:3em;
	
}
.h5_shikaku{
	border-bottom: solid 2px #000;
	padding: 0 0 3px 60px;
	font-size: 14px;
	height:35px;
	margin-bottom:10px;
	background:url(../../../../../../wp_img/button/shikaku.jpg) no-repeat top left ;
	line-height: 2em;
}

.h5_recommend{
	border-bottom: solid 2px #000;
	padding: 0 0 3px 60px;
	font-size: 16px;
	margin-bottom:10px;
	background:url(../../../../../wp-content/uploads/2018/03/recommend.png) no-repeat top left ;
	line-height:2em;
}

.h5_point{
	border-bottom: solid 2px #000;
	padding: 0 0 3px 60px;
	font-size: 16px;
	margin-bottom:10px;
	background:url(../../../../../wp-content/uploads/2018/12/point.png) no-repeat bottom -15px left;
	line-height:2em;
	
}

.h5_bg_red{
	padding:5px;
	background: #c3000f;
	color: #ffffff;
    margin-bottom: 15px;
}
.h5_bg_red a{
	color:#ffffff;
}
.h5_bg_red a:hover{
	color: #CCC;
}
.h5_bg_o{
	padding:5px;
	background: #F90;
	margin-bottom:10px;
}

.h5_bg_y{
	padding:5px;
	background: #FC0;
	margin-bottom:10px;    
}

.h5_bg_white{
	padding:5px 10px;
	font-size:17px;
	border-top: solid 1px #CC0000;
	margin-bottom:15px;
	background: -moz-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
	border-left:solid 1px #cccccc;
	border-right:solid 1px #F3FAFB;
	border-bottom:solid 1px #F3FAFB;
	box-shadow: 1px 1px 1px #CCCCCC;

}

.h5_bg_white2{
	padding: 10px 20px;
	font-size: 18px;
	border-left: solid 15px #CC0000;
	border-bottom: solid 2px #CC0000;
	border-right:solid 2px #CC0000;
	border-top:solid 2px #CC0000;
	margin-bottom:15px;
	background: -moz-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
	box-shadow: 1px 1px 1px #CCCCCC;

}

.h5_bg_white3{
	padding: 10px 20px;
	font-size: 16px;
	border-left: solid 15px #999;
	border-bottom: solid 2px #999;
	border-right:solid 2px #999;
	border-top:solid 2px #999;
	margin-bottom:15px;
	background: -moz-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
	box-shadow: 1px 1px 1px #CCCCCC;

}

.h5_bg_white4{
	padding:5px 10px;
	font-size:16px;
	border-top: solid 1px #0099FF;
	margin-bottom:10px;
	background: -moz-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
	border-left:solid 1px #cccccc;
	border-right:solid 1px #F3FAFB;
	border-bottom:solid 1px #F3FAFB;
	box-shadow: 1px 1px 1px #CCCCCC;

}
.h5_bg_white5{
	padding:5px 10px;
	font-size:16px;
	border-top: solid 1px #F90;
	margin-bottom:10px;
	background: -moz-linear-gradient(#ededed, #fff);
	background: linear-gradient(#ededed, #fff);
	border-left:solid 1px #cccccc;
	border-right:solid 1px #F3FAFB;
	border-bottom:solid 1px #F3FAFB;
	box-shadow: 1px 1px 1px #CCCCCC;

}

h6.h6_01 {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.5rem 1.2rem 130px;
  border-bottom: 3px solid #333333;
}

h6.h6_01:before {
position: absolute;
top: -150%;
left: -160px;
width: 400px;
height: 300%;
content: '';
-webkit-transform: rotate(75deg);
transform: rotate(75deg);
background: #333333;
}

h6.h6_01 span {
  font-size: 40px;
  font-size: 1.4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
固定ページ２階層(h4)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.red_line{
}

/*　↓　タイトル17文字まで　 */
.red_line{
    font-size: 1.3em;
    margin: 35px 0 20px;
    padding: 5px 5px 5px 18px;
    border-left: 5px solid #b10000;
}
/*　↓　タイトル17文字以上（red_line4と同じ）　 */
.red_line1{
    font-size: 1.3em;
    margin: 35px 0 20px;
    padding: 5px 5px 5px 18px;
    border-left: 5px solid #b10000;
}
.red_line2{
    font-size: 1.3em;
    margin: 35px 0 20px;
    padding: 5px 5px 5px 18px;
    border-left: 5px solid #b10000;
}


.red_line4{
    font-size: 1.3em;
    margin: 35px 0 20px;
    padding: 5px 5px 5px 18px;
    border-left: 5px solid #b10000;
}







.li_out,ol.li_out{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	padding:3px;

}
.li_out li{
	margin-bottom:15px;
}
table ul.li_out,ol.li_out{
	margin-top:10px;
	margin-left:10px;
	padding:3px;
	margin-bottom:0px;

}


.li_out li,ol.li_out li{
	margin-bottom:10px;
	margin-left:15px;
	padding-left:0px;
	list-style: outside ;
}

.margintop10 {
	margin-top:10px;
}

#main
    {
     margin-left:auto;    
     margin-right:auto;   
     text-align:left;     
     width:950px;   
    }
    
.sidemenu {
background-color:#FFFFFF;
}

.sidemenu ul {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type: none;
}

.sidemenu li {
height:100%;
margin:0px 0px 0px 0px;
padding:11px 5px 11px 20px;
background: url(../../../../../../wp_img/ko_menu.png) no-repeat 0 1px;
font-weight:bold;
list-style-type: none;
}

.sidemenu ul.children li.page_item{
	font-size:0.9em;
}

#page_sidebar {
width:200px;
height:100%;
margin:20px 0px 20px 0px;
float:left;
clear:both;
}
#flow{
	line-height:1em;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	border-radius: 5px 5px 0 0;
	background:#c6de4e; 

}
#page_honbun {
width:685px;
height:100%;
margin:20px 0px 20px 20px;
padding:20px;
float:left;
background-color:#FFFFFF;
border:solid #CCCCCC 1px;
}

#pankuzu_page {
margin-bottom:20px;
}
#box_honbun{
	width:650px;
	margin:10px auto;
}

#backline {
margin-top:50px;
clear:both;
}


#leftbox {
	width:200px;
	float:left;
	margin:35px 0px 20px 0px;
}

#centerbox {
	width:510px;
	float:left;
	margin:35px 20px 20px 20px;
}

#rightbox {
	width:200px;
	float:left;
	margin:28px 0px 20px 0px;
}

#footer {
	clear:both;
	padding:0px;
	margin-top:20px;
	background-position: top;
	background-image: url("../../../../../../wp_img/footer_bg.png");
	background-repeat:repeat-x;
	width:100%;
	height:100px;
	background-color:#ffffff;
}


.a_red a{
/*	font-weight: bold;
*/	color:#900;
}

.a_red a:hover{
	font-weight: bold;
	color:#c3000f;
}
/*　ヘッダー設定　*/
#top01
	{
	width:450px;
	height:70px;
	float:left;
	}

#top02
	{
	width:500px;
	height:70px;
	float:left;
	}

#top02_01
	{
	width:500px;
	height:40px;
	}

#top02_02
	{
	width:500px;
	height:30px;
	}


#top03
	{
	width:950px;
	height:45px;
	float:left;
	}

#top04
	{
	width:950px;
	height:25px;
	float:left;
	display:table;
	}

#logo
	{
	margin:20px 0px 5px 10px;
	float:left;
	}

#t_menu
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.t_menu_li
	{
	margin:10px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	list-style:none;
	}

#h_menu
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.h_menu_li
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

.h_menu_kensaku_li
	{
	margin:7px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

#float_moji
	{
	float:left;
	}

#moji_image {
	float:left;
	margin:15px 0px 0px 15px;
}

#size_menu
	{
	margin:2px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	float:left;
	}

#size_menu_li02
	{
	margin:6px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

#size_menu_li03
	{
	margin:3px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

#size_menu_li04
	{
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style:none;
	}

#h_u_menu
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

.h_u_menu_li
	{
	margin:5px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	float:left;
	}

.h_u_menu_li01
	{
	margin:5px 0px 0px 445px;
	padding:0px 0px 0px 0px;
	float:left;
	}

#h_l_menu
	{
	width:400px;
	display:table;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	list-style:none;
	}

.h_l_menu_li
	{
	margin:5px 0px 0px 10px;
	padding:5px 0px 0px 5px;
	display:table-cell;
	}

#h_r_menu
	{
	width:550px;
	display:table;
	margin:0px 15px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

.h_r_menu_li
	{
	margin:5px 0px 0px 10px;
	padding:5px 0px 0px 5px;
	display:table-cell;
}

#form_box
	{
	margin-right:10px;
	padding:3px 6px 0px;
	background-color:#dddddd;
	float:right;
	height:24px;
	font-size:12px;
	border:solid 1px #aaa;
	border-radius:3px;
	}

#form_g
	{
	width:160px;
	height:18px;
	border: solid 1px #aaaaaa;
	}

#form_b
	{
	width:85px;
	height:22px;
	border: solid 1px #ffffff;
	box-shadow:none;
	}



/* サイドメニュー[福商の活動] */

#fukushonokatsudo {
background-color:#FFFFFF;
width:198px;
height:100%;
margin:0px 0px 0px 0px;
border-bottom:solid 1px #cccccc;
border-right:solid 1px #cccccc;
border-left:solid 1px #cccccc;
}


.thumbnail {
float:left;
width:50px;
margin:10px 5px 5px 10px;
}

.katsudotitle {
/* font-size:13px; */
margin:10px 10px 5px 0px;
float:left;
width:123px;
line-height:18px;
font-size: 13px;
}


.honbun {
/* font-size:11px; */
margin:0px 10px 0px 10px;
line-height:20px;
clear:both;
}

.day {
/* font-size:10px; */
margin:5px 10px 0px 10px;
clear:both;
color:#777777;
}

.katsudo_line {
margin:10px 10px 0px 10px;
}



/* フッター */

#footerbox{
	width:950px;
	margin:0 auto;
}

#gotop{
	float:right;
	margin-right:17px;
}

#footermenu{
	float:left;
	width:750px;
	margin-top:20px;
	padding:0px;
}

#footermenu_ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.footermenu_li{
	float:left;
	margin-left:10px;
}

#copyright {
	float:left;
	clear:both;
	text-align:left;
	font-size:12px;
	width:750px;
	height:20px;
	margin:20px 0px 20px 10px;
	padding:0px;
	color:#B21B00;
}


/*　追加css　*/
/* 子階層の設定　*/
/*#komokuitiran{
	margin: 0 auto;
}


p.sub_t{
	display:none;
}

#box1{
	width: 650px;
	margin: 0 20px 30px 30px;
	box-shadow: 3px 3px 2px 2px #666;
}
*/
.table_none tr,.table_none th,.table_none td{
	border: none;
}


/*　cleafix 回り込み解除　*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
    overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear{
	clear:both;
}


#box-a{
  width: 600px;
  float: right;
}

#box-b{
  width: 200px;
  float: left;
}



/* fontの設定 */
.red{
	color: #c3000f;
}

.blue{
	color: #00F;
}
.sblue{
	color:#0099CC;
}

.green{
	color: #090;
}
.green2{
	color: #060;
}

.gray{
	color: #666;
}

.orange{
	color: #F60;
}

.white{
	color: #fff;
}

.black{
	color: #000;
}
.yellow{
	color:#FF0;
	}
	.ygreen{
		color:#b2d823;
}

.navy{
	color:navy;
	}
.brown{
    color:#866629;
}

.text_left{
	text-align: left;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align: right;
}





/*  social bookmarkの設定 */
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 10px 0 20px 0 !important;
    margin: 10px !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 20px;
    margin: 0;
    vertical-align: top !important;
}

.hatena-bookmark-button-frame{
	margin-bottom: 5px;
}

/* input 可変 */
/* input buttonのマウスオーバー時のアウトラインを消す */
input{
	outline: none;
	width: auto;
	max-width: 550px;
	box-sizing: border-box;
	border:solid 1px #b3b3b3;
}
input#zip,input#zip2,input#zip2_1,input#zip2_2,input#zip3_1,input#zip3_2,input#zip4_1,input#zip4_2,input#zip5_1,input#zip5_2,input#zip6_1,input#zip6_2,input#pref,input#pref2,input#pref3,input#pref4,input#pref5,input#pref6,input#addr1,input#addr2_1,input#addr3_1,input#addr4_1,input#addr5_1,input#addr6_1{
	box-sizing: content-box;
	width: auto;
}
input[type="button"] {
	cursor: pointer;
}
textarea{
	width: 90%;
	border:solid 1px #b3b3b3;
}

/*  リスト設定　*/

/*マーカーなし*/
.con .page_box ul.ul_none{
	list-style: none;
}

.con .page_box ul li.ul_none{
	list-style: none;
}
.con .page_box ul.ul_none li{
    margin-left: 0;
}

/*マーカー白丸*/
.ul_ci li{
	list-style: circle;
        list-style-position: inside;
}

.ul_sq li{
	list-style: square;
        list-style-position: inside;
}
.ul_new li{
	list-style-image:url(../../../../../../wp_img/button/new.jpg);
	list-style-position:outside;
	margin-left:30px;

}
/************************************************
*	リストスタイル 								*
************************************************/
ul.ul_disc{
	list-style:disc!important;
}
ul.ul_circle{
	list-style: circle!important;
}
ul.ul_square{
	list-style: square!important;
}
/*アスタリスク(※)付きリスト*/
ul.ul_asterisk li {
  list-style-type: none!important;
  text-indent: -1.5em;
}
ul.ul_asterisk li:before {
  display: inline;
  content: "※ ";
padding-right: 5px;	
}
/*アスタリスク(＊)付きリスト*/
ul.ul_asterisk2{
	padding-left: 20px;
}
ul.ul_asterisk2 li {
  list-style-type: none!important;
  text-indent: -1.5em;
}
ul.ul_asterisk2 li:before {
  display: inline;
  content: "＊ ";
padding-right: 5px;	
}
/* 括弧()付き数字リスト*/
ol.ol_brackets {
	margin-left: 2em!important; /* サイトに合せて調整 */
}
ol.ol_brackets li {
	list-style-type: none!important;
	counter-increment: cnt;
	position: relative;
}
ol.ol_brackets li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -2em; /* サイトに合せて調整 */
	width: 1.5em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 5px;
}
/*丸付き○数字リスト*/
ol.ol_circled{
 	margin-left: 1em!important; 
  counter-reset: my-counter;
  list-style: none!important;
}
ol.ol_circled li {
  line-height: 1.2em!important;
  padding-left: 1em;
  position: relative;
}
ol.ol_circled li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-left: -1em; /* サイトに合せて調整 */
	width: 1.5em; /* サイトに合せて調整 */
  height:1.5em;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
padding-right: 1px;
padding-bottom: 1px;
}
/*菱形マーカーリスト*/
ul.rhombus{
  padding: 0;
}
ul.rhombus li{
  position: relative;
  padding: 0.5em 1em 0.5em 2em;
  margin-bottom:5px;
  font-weight: 400;
  list-style: none!important;
}
ul.rhombus li:after,
ul.rhombus li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.rhombus li:before{
  top: 0.7em;
  left: 0em;
  width: 14px;
  height: 14px;
  border:2px solid rgba(0,119,175,0.5);
}
ul.rhombus li:after{
  top: 0.9em;
  left: 0.5em;
  width: 16px;
  height: 16px;
  background: rgba(0,119,175,0.3);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
/*菱形マーカーリスト（赤）*/
ul.rhombus2{
  padding: 0;
}
ul.rhombus2 li{
  position: relative;
  padding: 0.5em 1em 0.5em 2em;
  margin-bottom:5px;
  font-weight: 400;
  list-style: none!important;
}
ul.rhombus2 li:after,
ul.rhombus2 li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.rhombus2 li:before{
  top: 0.7em;
  left: 0em;
  width: 14px;
  height: 14px;
  border:2px solid rgba(178,34,34,0.5);
}
ul.rhombus2 li:after{
  top: 0.9em;
  left: 0.5em;
  width: 16px;
  height: 16px;
  background: rgba(178,34,34,0.3);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
/*○▶︎リストマーク*/
ul.ul_circle1{
  counter-reset:list;
  list-style-type:none!important;
  padding:0;
}
ul.ul_circle1 li{
  position:relative;
  padding: 0 0 0 25px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  line-height: 30px;
}
ul.ul_circle1 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #bf0a00;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.ul_circle1 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ul_img1{
	/*list-style: url(../../../../../../wp_img/list/pin2.png);*/
	list-style-position:outside;
}
.ul_img1 li{
	font-size: 15px;
	font-weight: bold;
	margin-top:15px;
        list-style-position: inside;
}
.ul_img2 li{
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
        list-style-position: inside;
}

.ul_img2{
	list-style: url(../../../../../../wp_img/list/pin.png);
        list-style-position: inside;
}

.ul_arrow1 li{
	list-style: url(../../../../../../wp_img/button/arrow_2.gif);

}
.ul_arrow2 li{
	list-style: url(../../../../../../wp_img/button/arrow_3.gif);
}
.ul_arrow3 li{
	list-style: url(../../../../../../wp_img/button/arrow_4.gif);
}
.ul_arrow4 li{
	list-style: url(../../../../../../wp_img/button/arrow_red.png);

}
.ul_arrow5 li{
	list-style: url(../../../../../../wp_img/button/list_mark_pink.png);
	margin-left:30px;
}
.ul_arrow6 li{
	list-style: url(../../../../../../wp_img/button/list_mark_blue.png);
}

.ul_arrow7 li{
	list-style: url(../../../../../../wp_img/button/list_mark_green.png);
}


.ul_img1 ul li,.ul_img2  ul li{
	font-weight: normal;
	font-size:0.9em;
}
.ul_rugby li{
	list-style: url(../../../../../wp-content/uploads/2019/07/ruby.jpg);
}
.ul_img3 li{
	font-size: 14px;
	margin-top:10px;
}

.ul_img3{
	list-style: url(../../../../../../wp_img/list/pin.png);
    list-style-position: inside;
}
.ul_img4{
	list-style: url(../../../../../../wp_img/list/pin2.png);
    list-style-position: inside;
}
.ul_img_pink > li,.li_img_pink{
	list-style: url(../../../../../../wp_img/button/li_pink.png);
}
.ul_img_blue > li,.li_img_blue{
	list-style: url(../../../../../../wp_img/button/li_blue.png);
}
.ul_img_green > li,.li_img_green{
	list-style: url(../../../../../../wp_img/button/li_green.png);
}
.ul_img_yellow > li,.li_img_yellow{
	list-style: url(../../../../../../wp_img/button/li_yellow.png);
}
.ul_img_red > li,.li_img_red{
	list-style: url(../../../../../../wp_img/button/li_red.png);
}
.ul_img_red > li,.li_img_blue2{
	list-style: url(../../../../../../wp_img/button/li_blue2.png);
}
.ul_img_red > li,.li_img_green2{
	list-style: url(../../../../../../wp_img/button/li_green2.png);
}
.ul_img4 li{
	font-size: 14px;
	margin-top:5px;
}

li.li_img1{
	list-style:none;
	font-size: 15px;
	margin:10px;
	height:65px;
	line-height:65px;
	background:url(../../../../../../wp_img/button/tag-1.jpg) no-repeat;
	padding:0px 5px 0 100px;
}
li.li_img2{
	list-style:none;
	font-size: 15px;
	margin:10px;
	height:70px;
	background:url(../../../../../../wp_img/button/tag-4.jpg) no-repeat;
	padding:15px 5px 0 100px;
}
li.li_img3{
	list-style:none;
	font-size: 15px;
	margin:10px;
	height:90px;
	background:url(../../../../../../wp_img/button/tag-5.jpg) no-repeat;
	padding:15px 5px 0 100px;
}
li.li_img4{
	list-style:none;
	font-size: 15px;
	margin:10px;
	height:185px;
	background:url(../../../../../../wp_img/button/tag-2.jpg) no-repeat;
	padding:15px 30px 0 100px;
}
li.li_img5{
	list-style:none;
	font-size: 15px;
	margin:10px;
	height:220px;
	background:url(../../../../../../wp_img/button/tag-3.jpg) no-repeat;
	padding:15px 30px 0px 100px;
}
li.li_img6{
	list-style:none;
	font-size: 15px;
	margin:10px;
	height:280px;
	background:url(../../../../../../wp_img/button/tag-6.jpg) no-repeat;
	padding:15px 30px 0px 100px;
}



.ul_link li{
	font-size:15px;
	line-height:1.2em;
	list-style: url(../../../../../../wp_img/button/link_list.png);
	list-style-position:inside;
}


.ol_lo_ro{
	list-style: lower-roman;
}

.ol_up_ro{
	list-style: upper-roman;
}
.ol_lo_al{
	list-style: lower-alpha;
}
.ol_up_al{
	list-style: upper-alpha;
}
.ol_01{
	list-style: decimal-leading-zero;
}






#page_honbun ul,#page_honbun ol{
	list-style-position: inside;
}
#page_honbun ul.out,#page_honbun ol.out{
	list-style-position: outside;
}
#page_honbun .wp-post-image{
	border-radius:5px;
	box-shadow: 2px 2px 2px #999999;
}


#verisign{
	width:200px;
	margin: 15px auto;
	text-align: center;
}
#verisign p{
	display: block;
	width:180px;
	margin:5px auto;
	font-size: 12px;
	line-height:14px;
}
#verisign img{
	margin: 0 auto;
	width:130px;
}

/* 取り消し線 */
.line_through{
	text-decoration:line-through;
}

/*　囲み線　*/
.border_p_red{
	border: solid 2px #c3000f;
	color:#c3000f;
	padding:5px;	
	border-radius:5px;
	font-size:105%;	

}

.border_p_blue{
	border: solid 2px #003399;
	color:#003399;
	padding:5px;	
	border-radius:5px;	
	font-size:105%;	
    display: inline-block;
}

.border_p_green{
	border: solid 2px #006633;
	color:#006633;
	padding:5px;
	border-radius:5px;	
	font-size:105%;	
}
/*　塗りつぶし　*/
.bg_p_red{
	background:#c3000f;
	padding:5px;	
	border-radius:5px;
	font-size:105%;	
	color:#fff;
	font-weight: bold;
	margin-top:15px;
	line-height:30px;

}


.con .page_box .bg_p_red a{
	color: #FFF;
}

.bg_p_blue{
	background:#003399;
	padding:5px;	
	border-radius:5px;
	font-size:105%;	
	color:#fff;
}
.bg_p_blue a{
	color: #FFF;
}


.bg_p_green{
	background:#38ac36;
	padding:15px;	
	border-radius:5px;
	font-size:125%;	
	color:#fff;
	font-weight: bold;
	margin-top:15px;
	line-height:50px;
}
.bg_p_white,.bg_p_white2{
	background: #ffffff; /* Old browsers */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#e5e5e5 100%); /* W3C */
}
.bg_p_white a{
	color: #c3000f;
}

.bg_p_white2 a{
	color: #003;
}
.bg_p_white2 a:hover{
	color: #c3000f;
	text-decoration: none;
}


.bg_p_green a{
	color: #FFF;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
box設定
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*横幅にpaddingとborderを含める*/
.boxsizing {
	box-sizing: border-box;
}

/*　サイズ　*/
.box_50{
    box-sizing: border-box;
	width:50px;
}
.box_100{
    box-sizing: border-box;
	width:100px;
}
.box_150{
    box-sizing: border-box;
	width:150px;
}
.box_200{
    box-sizing: border-box;
	width:200px;
}
.box_250{
    box-sizing: border-box;
	width:250px;
}
.box_290{
    box-sizing: border-box;
	width:290px;
	height:200px;
}
.box_300{
    box-sizing: border-box;
	width:300px;
}
.box_350{
	width:350px;
}
.box_400{
	width:400px;
	border-radius: 5px;
}
.box_450{
	width:450px;
}
.box_500{
	width:500px;
}
.box_550{
	width:550px;
}
.box_600{
	width:600px;
	
}
.box_650{
	width:650px;
}

.box_700{
	width:700px;
}
.box_600,.box_650,.box_700{
    width: 100%;
}

/*　横並び・中央　*/
.left_box{
	float:left;
}
.right_box{
	float: right;
}
.center_box{
	margin: 0 auto;
    display: block!important;
}
.di_table{
	display:table;
}
.di_tablecell{
	display:table-cell;
}


/*　背景色　*/
/*　白　*/
.bg_white{
	background: #fff;
}
/*　黄色　*/

.bg_yellow1{
	background:#ffffe6;
	
}
.bg_yellow2{
	background:#fafa98;
}
.bg_yellow3{
	background:#efdb00;
	color: #fff;
}

/*　赤　*/
.bg_red1{
	background:#efd7d7;
}
.bg_red2{
	background:#f0c0c0;
}
.bg_red3{
	background:#c3000f;
	color: #fff;

}
.bg_red{
	background:#c3000f;
	color: #fff;
	border:solid 1px #000;

}


/*　青　*/
.bg_blue1{
	background:#d7dbef;
}
.bg_blue2{
	background:#5f77ef;
}
.bg_blue3{
	background:#0027ef;	
	color: #fff;

}

/*　水色　*/
.bg_sblue1{
	background:#bfe7ef;
}
.bg_sblue2{
	background:#77dbef;
}
.bg_sblue3{
	background:#00c7ef;	
	color: #fff;
}
.bg_sblue4{
	background: #d6f9ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6f9ff 0%,#9ee8fa 100%); /* W3C */
	
}

/*　緑　*/
.bg_green1{
	background:#c8fac8;
}
.bg_green2{
	background:#66cc77;
}
.bg_green3{
	background:#007f15;	
	color: #fff;
}

/*　黄緑　*/
.bg_ygreen1{
	background:#dbeb92;
}
.bg_ygreen2{
	background:#b2d823;
}
.bg_ygreen3{
	background:#a0bf09;	
	color: #fff;
}

/*　オレンジ　*/
.bg_orange1{
	background:#ffe4b2;
}
.bg_orange2{
	background:#ffc34c;
}
.bg_orange3{
	background:#ffaa00;	
	color: #fff;
}

/*　グレー　*/
.bg_gray{
	background:#e6e6e6;
}

.bg_gray1{
	background:#eeeeee;
}
.bg_gray2{
	background:#ccc;
}
.bg_gray3{
	background: #555;
	color:#ffffff;
}


/*　紺　*/
.bg_navy1{
	background:#c7eafc;
}

.bg_navy2{
	background:#83abdf;
}
.bg_navy3{
	background:navy;
	color:#fff;
}



/*　ピンク　*/
.bg_pink1{
	background:#FEC6C9;
}
.bg_pink2{
	background:#FDA3A7;
}
.bg_pink3{
	background:#EB6EA0;
	color:#ffffff;
}


/*　紫　*/
.bg_violet1{
	background:#dccfe6;
}

.bg_violet2{
	background:#7700cc;
}
.bg_violet3{
	background:#4b0082;
	color:#fff;
}

/*蛍光ペン*/
/*赤*/
.marker-red{
background: linear-gradient(transparent 50%, #ff9999 0%);
}
/*ビンク*/
.marker-pink{
background:linear-gradient(transparent 50%, #ffccff 0%);
}
/*紫*/
.marker-purple{
background:linear-gradient(transparent 40%, #cc99ff 0%);
}
/*青*/
.marker-blue{
background:linear-gradient(transparent 40%, #66ccff 0%);
}
/*水色*/
.marker-sblue{
background:linear-gradient(transparent 40%, #99ffff 0%);
}
/*エメラルドグリーン*/
.marker-emerald{
background:linear-gradient(transparent 40%, #66ffcc 0%);
}
/*黄色*/
.marker-yellow{
background:linear-gradient(transparent 40%, #ffff66 0%);
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
余白設定
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*外余白(全体)*/
.con .ma_0{
	margin:0px;
}
.con .ma_5{
	margin:5px;
}
.con .ma_10{
	margin:10px;
}
.con .ma_15{
	margin:15px;
}
.con .ma_20{
	margin:20px;
}
.con .ma_25{
	margin:25px;
}
.con .ma_30{
	margin:30px;
}
/*外余白(上)*/
.con .ma_t_10{
	margin-top:10px;
}
.con .ma_t_20{
	margin-top:20px;
}

/*外余白(下)*/
.con .ma_b_0{
	margin-bottom:0px!important;
}

.con .ma_b_10{
	margin-bottom:10px;
}
.con .ma_b_15{
	margin-bottom:15px;
}
.con .ma_b_20{
	margin-bottom:20px;
}
.con .ma_b_30{
	margin-bottom:30px;
}
.con .ma_b_40{
	margin-bottom:40px;
}
.con .ma_b_50{
	margin-bottom:50px;
}
.con .ma_b_100{
	margin-bottom:100px;
}
.con .ma_b_120{
	margin-bottom:120px;
}
.con .ma_b_150{
	margin-bottom:150px;
}

.ma_t_0{
	margin-top:0!important;
}

/*外余白(左)*/

.ma_l_0{
	margin-left:0px!important;
}
.ma_l_5{
	margin-left:5px;
}

.ma_l_10{
	margin-left:10px;
}
.ma_l_20{
	margin-left:20px;
}
.ma_l_30{
	margin-left:30px;
}
.ma_l_40{
	margin-left:40px;
}
.ma_l_50{
	margin-left:50px;
}
.ma_l_60{
	margin-left:60px;
}
.ma_l_70{
	margin-left:70px;
}
.ma_l_80{
	margin-left:80px;
}
.ma_l_90{
	margin-left:90px;
}
.ma_l_100{
	margin-left:100px;
}


/*外余白(右)*/

.ma_r_0{
	margin-right:0px!important;
}
.ma_r_10{
	margin-right:10px;
}
.ma_r_15{
	margin-right:15px;
}
.ma_r_20{
	margin-right:20px;
}
.ma_r_30{
	margin-right:30px;
}
.ma_r_40{
	margin-right:40px;
}
.ma_r_50{
	margin-right:50px;
}

/*外余白（左右）
)*/

.ma_lr_5{
	margin-left:5px;
	margin-right:5px;
}
.ma_lr_10{
	margin-left:10px;
	margin-right:10px;
}
.ma_lr_15{
	margin-left:15px;
	margin-right:15px;
}
.ma_lr_20{
	margin-left:20px;
	margin-right:20px;
}
.ma_lr_25{
	margin-left:25px;
	margin-right:25px;
}
.ma_lr_30{
	margin-left:30px;
	margin-right:30px;
}


/*内余白(全体)*/
.pa_5{
	padding:5px;
}
.pa_10{
	padding:10px;
}
.pa_15{
	padding:15px;
}
.pa_20{
	padding:20px;
}
.pa_25{
	padding:25px;
}
.pa_30{
	padding:30px;
}
/*内余白(上)*/
.pa_t_5{
	padding-top:5px;
}

.pa_t_10{
	padding-top:10px;
}
.pa_t_15{
	padding-top:15px;
}
.pa_t_20{
	padding-top:20px;
}
.pa_t_30{
	padding-top:30px;
}
.pa_t_40{
	padding-top:40px;
}
.pa_t_50{
	padding-top:50px;
}
/*内余白(下)*/

.pa_b_10{
	padding-bottom:10px;
}
.pa_b_20{
	padding-bottom:20px;
}
.pa_b_25{
	padding-bottom:25px;
}

.pa_b_30{
	padding-bottom:30px;
}

/*内余白(左)*/

.pa_l_10{
	padding-left:10px;
}
.pa_l_20{
	padding-left:20px;
}
.pa_l_30{
	padding-left:30px;
}
.pa_l_40{
	padding-left:40px;
}
.pa_l_50{
	padding-left:50px;
}
.pa_l_60{
	padding-left:60px;
}
.pa_l_70{
	padding-left:70px;
}
.pa_l_80{
	padding-left:80px;
}
.pa_l_90{
	padding-left:90px;
}
.pa_l_100{
	padding-left:100px;
}

/*内余白(右)*/

.pa_r_10{
	padding-right:10px;
}
.pa_r_20{
	padding-right:20px;
}
.pa_r_30{
	padding-right:30px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
デコレーション
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.radius_none{
	border-radius:unset;
}

.radius_5{
	border-radius:5px;
}

.radius_10{
	border-radius:10px;
}

.radius_15{
	border-radius:15px;
}

.box_shadow{
	
}
.t_shadow{
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	
}


.border_solid{
	border:solid 1px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.border_solid2{
	border:solid 3px;
}
.border_solid5{
	border:solid 5px;

}


.border_red1{
	border: solid 1px #c3000f;
}

.border_gray1{
	border: solid 1px #999999;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.border_orange1{
	border: solid 1px #FF6600;
    padding: 10px;
}

.border_blue1{
	border: solid 1px #003399 ;
}

.border_sblue1{
	border: solid 1px #0099CC;
}

.border_red2{
	border: solid 3px #c3000f;
}
.border_red3{
	border: solid 3px #c3000f;
}
.border_red3{
	border: solid 5px #c3000f;
}


.border_gray2{
	border: solid 3px #999999;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.border_gray5{
	border: solid 5px #999999;
}

.border_orange2{
	border: solid 3px #FF6600;
}

.border_blue2{
	border: solid 3px #003399;
}
.border_sblue2{
	border: solid 3px #0099CC;
}

.border_pink1{
	border:solid 1px #ed7c9b;
}
.border_pink2{
	border:solid 3px #ed7c9b;
}

.border_green1{
	border:solid 1px #007f15;
}

.border_green2{
	border:solid 3px #007f15;
}

.border_brown1{
    border:solid 1px #866629;
}
.border_brown2{
    border:solid 3px #866629;
}


.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
　　ツールチップ設定
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.tiplink{
	cursor:pointer;
}

.tip{
	border:solid 1px #666666;
	border-radius:5px;
	background:#C00;
	color:#fff;
	box-shadow:3px 3px 2px #999;
	font-size:small;
	padding:5px;
	position:absolute;
	display:none; 
	width:300px;
	text-align:left;
}

.tiplink2{
	cursor:pointer;
}

.tip2{
	border:solid 2px #666666;
	border-radius:5px;
	background:#fff;
	box-shadow:5px 5px 4px #333;
	font-size:small;
	font-weight:bold;
	padding:5px;
	position:absolute;
	display:none; 
	width:300px;
	text-align:left;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
　　flexbox
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.flex{
	display: -webkit-flex; /* Safari */
	display:flex;
	flex-wrap: wrap;
}

.flex_between,.flex_between2{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;

}
.flex_box{
    	display: -webkit-flex; /* Safari */
	display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.flex_box2{
    	display: -webkit-flex; /* Safari */
	display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;

}

.flex_wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.flex_start{
    align-items: flex-start;
}
.flex_end{
    align-items: flex-end;
}

.flex_reverse{
	flex-direction: row-reverse;
}
.flex_between3 > div{
    align-items: stretch;
}

/*　.flex_between2 はスマホ回り込み解除用　*/

.flex_between > img {
  align-items: center;  /* 上下中央揃え */
}

.flex_around{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-around;/*--- safari（PC）用 ---*/
    justify-content:space-around;
}
 
.flex_around > a > img {
  align-items: center;  /* 上下中央揃え */
		border-radius: 0;
		border:solid 1px #666;
}

.flex_around div{
	vertical-align: middle;
}

 /*二重取り消し線*/
.doubleline {
background-image:url(../../../../../wp-content/uploads/2019/05/doubleLine_black.png);
background-repeat:repeat-x;
background-position: center;
}
 /*下線*/
.under_line{
	border-bottom: solid 2px;
	line-height: 1.6rem;
	
}
.under_line_red{
	border-bottom: solid 2px #bf0a00;
	line-height: 1.6rem;
	
}
.iframe_center{

    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

ol.ol_out{
    padding: 10px;
}
ol.ol_out li{
    padding: 10px;
    border-bottom: 1px dotted #dddddd;
}
ol.ol_out li.li_none{
    list-style-type: none;
    border: none;
}
.table_border_01{
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.table_border_01 th,.table_border_01 td{
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    padding: 3px;
}
.text_center th,.text_center td{
	text-align:center;
}
.text_center th.text_left,.text_center td.text_left{
	text-align:left;
}
.text_center th.text_right,.text_center td.text_right{
	text-align:right;
}
.ul_list_01 {
    margin: 0 0 0 30px;
}
.ul_list_01 li{
    list-style-type: circle;
    padding: 5px;
}
.ol_list_01 {
    margin: 0 0 0 30px;
}
.ol_list_01 li{
    padding: 5px;
}
table.table01{
    width: 100%!important;
    background: #ffffff;
}
table thead{
background:#e8f0c0;
}
#seller_box table tbody tr:hover{
  background-color: #ffffe6;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
テーブル設定　検定
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
table.table02,table.table03,table.table04 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
　table-layout: fixed;
  color: #000;

}

table.table02 tr,table.table03 tr,table.table04 tr {
  background-color: #fff;
  padding: .35em;
  border: 1px solid #666;
}
table.table02 thead,table.table03 thead,table.table04 thead{
  border-bottom: 5px solid navy;
}

table.table02 tr:last-child{
  /* border: none; */
}
table.table02 th,table.table03 th,table.table04 th{
text-align:center;
}
.th01{width:10%;background:#eee}
.th02{width:16%;background:#eee}
.th03{width:40%;background:#eee}
.th04{width:12%;background:#eee}
.th05{width:12%;background:#eee}
.th06{width:auto;background:#eee}

table.table02 th,table.table02 td,table.table03 th,
table.table03 td,table.table04 th,
table.table04 td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #666;
}
table.table02 th:last-child,
table.table02 td:last-child,table.table03 th:last-child,
table.table03 td:last-child,table.table04 th:last-child,
table.table04 td:last-child{
/*   border: none; */
}
.table02 tbody th,.table03 tbody th,.table04 tbody th {
    color: navy;
background:#efefef;
}
.table02 .txt,.table03 .txt,.table4 .txt{
   text-align: left;
   font-size: .85em;
}



/************************************************
*　テーブル設定　カレンダー							*
************************************************/
.table-calender{
    width: 100%!important;
    background: #ffffff;
}   
.table-calender th{
    background:navy;
    color:#fff;
text-align:center;  
}       
.table-calender th,.table-calender td{
padding:10px;
border:solid 1px #999;
}


a:link {
	color: #333;
	text-decoration: none;
}
a.red {
	color:#c3000f;
	text-decoration: underline;
}
a.white {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color:#999;
}
a:visited.red {
	color:#c3000f;
}

/*2019,10,08以降追加*/
.con{
    font-size: 1.2em;}
.con p,.con li,.con dt,.con dd{
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
/*1文字空ける*/
.indent
 {
         text-indent: 1em;
 }

 .con .page_box li{
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.con .page_box li li{
	font-size: 1em;
/*	line-height: 1em;*/
	margin-bottom: 10px;
}
#barwalk .box_450{
	width: 550px;
}
#news .box_550{
	width: 90%;
}
img.size-news_thumbnail{
border:solid 1px #bbb;
box-shadow:2px 2px 2px #ccc;
}
/*　オレンジ　*/
.page_box .bg_orange1{
	background:#ffe4b2;
}
.page_box .bg_orange2{
	background:#ffc34c;

}

#release_box .box_600{
	position:relative;
	z-index:1;
}
#release_box .box_600 a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
/*	text-indent:-999px; */
	padding:10px 0 0 20px;
	z-index:2;
}

#release_box h4{
	font-size:1.1em;
	line-height:1.1em;
}
#release_box h4 a{
	color:#333;
	text-decoration:underline;
}
#release_box .box_550{
	width:100%;
}
#release_box .text_box{
	width:80%;
}
#support_box .box_600{
   width: calc((100% / 3) - 10px);
   margin: 0 10px 20px 0; }

#support_box .box_600 img{
	margin: 0 0 20px;
	width:100%;
	height: auto;
	
}
#support_box .box_600 .under_line{
	border-bottom: solid 2px;
	line-height: 1.6rem;
	
}
#support_box .text_box h4{font-size:1.3em;background: #aaaaaa;color:#ffffff;}
#support_box .text_box h4 a{color:#ffffff;}


.page_box .font_8{ font-size:0.7em;}
.page_box .font_9{ font-size:0.8em;}
.page_box .font_10{ font-size:1em;}
.page_box .font_11{ font-size:1.1em;}
.page_box .font_12{ font-size:1.2em;}
.page_box .font_14{ font-size:1.4em;}
.page_box .font_16{ font-size:1.8em;}
.page_box .font_18{ font-size:2.2em;}
.page_box .font_20{ font-size:2.4em;}
.page_box .font_22{ font-size:2.6em;}
.page_box .font_24{ font-size:2.8em;}

.youtube{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page_box .box100{
    box-sizing: border-box;
	width: 100%;
}
.page_box .box10{
    box-sizing: border-box;
	width: 10%;
}
.page_box .box20{
    box-sizing: border-box;
	width: 20%;
}
.page_box .box30{
    box-sizing: border-box;
	width: 30%;
}
.page_box .box40{
    box-sizing: border-box;
	width: 40%;
}
.page_box .box50{
    box-sizing: border-box;
	width: 50%;
}.page_box .box60{
    box-sizing: border-box;
	width: 60%;
}
.page_box .box70{
    box-sizing: border-box;
	width: 70%;
}
.page_box .box80{
    box-sizing: border-box;
	width: 80%;
}
.page_box .box90{
    box-sizing: border-box;
	width: 90%;
}
.page_box .box5{
    box-sizing: border-box;
	width: 5%;
}
.page_box .box15{
    box-sizing: border-box;
	width: 15%;
}
.page_box .box25{
    box-sizing: border-box;
	width: 25%;
}
.page_box .box30{
    box-sizing: border-box;
	width: 30%;
}
.page_box .box33{
    box-sizing: border-box;
/*	width: calc((100% - 30px) / 3); */
    width: calc((100% - 5px) / 3);
}
.page_box .box35{
    box-sizing: border-box;
	width: 35%;
}
.page_box .box45{
    box-sizing: border-box;
	width: 45%;
}
.page_box .box55{
    box-sizing: border-box;
	width: 55%;
}
.page_box .box65{
    box-sizing: border-box;
	width: 65%;
}
.page_box .box75{
    box-sizing: border-box;
	width: 75%;
}
.page_box .box85{
    box-sizing: border-box;
	width: 85%;
}
.page_box .box95{
    box-sizing: border-box;
	width: 95%;
}

#sp{display:none;}



.page_box a.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #67265d;/*背景色*/
  border-bottom: solid 2px #3f2666;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 4px 0 rgba(255,255,255,0.2), 0 4px 0px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin-bottom: 10px;
}
.page_box a.btn-square-pop:active {
  border-bottom: solid 2px #3f2666;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
}
.page_box a.btn-square-pop-current {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #996b91;/*背景色*/
  border-bottom: solid 2px #67265d;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 4px 0 rgba(255,255,255,0.2), 0 4px 0px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  margin-bottom: 10px;
}
current
a.btn-square-pop-current:active {
  border-bottom: solid 2px #3f2666;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
}

.page_box dd{
	margin-left: 30px;
}
.event_box .box_550{
	width:90%;
	margin-left: 40px;
}
.event_box h4{
	font-size: 1.2em;
	
}

.boki_kouza_box .box_500{
    width:75%;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
緊急掲載（TOP固定ページ掲載）
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*
#emergency{
width: 100%;
max-width: 1200px;
min-width: 980px;
margin:0px auto 30px;
}
#emergency #emergency_message{
width: 80%;
margin:0px auto;
box-sizing:border-box;
padding:30px;
border:solid 3px #ccc;
font-size:1.3em;
background:#fff;
}
*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
緊急掲載（TOP新着）
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#emergency_box{
    width:100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
#emergency_box h3{
    width:100%;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.emergency_response{
    width: calc((100% / 3) - 20px);
    margin:0px 10px 30px; 
    padding:5px 0px;
    text-align:center; 
    font-size:1.6em; 
    border:solid 1px #fff;
    background: #fff;
}
.emergency_response a{
    color:#bf0a00;
    display: block;
}
.emergency_response a:hover,.emergency_response a:visited{
    color:#bf0a00;
}
.emergency_response2{
    width: calc((100% / 4) - 20px);
    margin:0px 10px 30px; 
    padding:5px 0px;
    text-align:center; 
    font-size:1.2em; 
    border:solid 1px #fff;
}
.emergency_response2 a{
    color:#fff;
    display: block;
}
.emergency_response2 a:hover,.emergency_response2 a:visited{
    color:#fff;
}

.emergency_response3{
	width:63%;
	margin: 0 10px 30px;
	color: #fff;
	font-size: 1.1em;
    font-weight: 400;
}
.emergency_response4{
    width: calc((100% / 5) - 20px);
    margin:0px 10px 30px; 
    padding:5px 0px;
    text-align:center; 
    font-size:0.9em; 
    border:solid 1px #fff;
}
.emergency_response4 a{
    color:#fff;
    display: block;
    text-decoration: none;
}
.emergency_response4 a:hover,.emergency_response4 a:visited{
    color:#fff;
    text-decoration: none;
}

.emergency_response5{
    width: calc((100% / 5) - 20px);
    margin:0px 10px 30px; 
    padding:0px;
    color:#fff;
    text-align:center;
}
.emergency_response5 div{
	   text-align:center; 
    font-size:0.9em; 
    border:solid 1px #fff;
}
.emergency_response5 div a{
    color:#fff;
    display: block;
    text-decoration: none;
}
.emergency_response5 div a:hover,.emergency_response5 div a:visited{
    color:#fff;
    text-decoration: none;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
　span.css-br　で改行挿入
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    .css-br::after {
      content: "\A" ;
      white-space: pre;
    }
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
　span.sp-br　（PC用改行解除）
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    .sp-br::after {
      content: "" ;
    }
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
　小規模事業者補助金ページ用
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.step_box .balloon1,.step_box .balloon2,.step_box .balloon2_2,.step_box .balloon5{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px;
  width: 100%;
  color: #000;
  background: #ffe7e6;
border:solid 3px #bf0a00;
}
.step_box .balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px;
  width: 35%;
  color: #000;
  background: #ffe7e6;
border:solid 3px #bf0a00;
}
.step_box .balloon3_2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px;
  width: 60%;
  color: #000;
  background: #eee;
    border:dashed 3px #999;
}
.step_box .balloon3_3 {
  position: relative;
  display: inline-block;
  margin: 1.5em auto 2em;
  padding: 10px;
  width: 100%;
  color: #bf0a00;
    text-align: center;
}
.step_box .balloon4 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px;
  width: 100%;
  color: #000;
}
.step_box .balloon1:before,.step_box .balloon3:before,.step_box .balloon4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #bf0a00;
}

.step_box .balloon3_3:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 62%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #bf0a00;
}
.step_box .balloon3_2:before {
  content: "";
  position: absolute;
  top: 102%;
  left: 60%;
  margin-left: -34px;
  border: 34px solid transparent;
  border-top: 34px solid #aaa;
}

.step_box .balloon2:before,.step_box .balloon2_2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #bf0a00;
}

.step_box .balloon2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #bf0a00;
}
.step_box .balloon2_2:after {
  content: "";
  position: absolute;
  top: 102%;
  left: 75%;
  margin-left: -34px;
  border: 34px solid transparent;
  border-top: 34px solid #aaa;
}

.step_box .balloon1 h5,.step_box .balloon2 h5,.step_box .balloon2_2 h5,.step_box .balloon3 h5,.step_box .balloon5 h5{
background:#00367c;
color:#fff;
padding:10px;
text-align:center;
font-size:1.1em;
}
.step_box .balloon4 h5{
color:#000;
padding:10px;
text-align:center;
font-size:1.8em;
}
.step_box .balloon1 p ,.step_box .balloon2 p,.step_box .balloon2_2 p,.step_box .balloon3 p,.step_box .balloon5 p{
  margin: 0;
  padding: 20px;
　font-size:0.8em;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
　小規模事業者補助金（低感染リスク型）ページ用
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.low-risk .step_box .balloon1:before,.low-risk .step_box .balloon3:before,.low-risk .step_box .balloon3_3:before,.low-risk .step_box .balloon4:before {
  content: "";
  position: absolute;
  top: 100%!important;
  left: 50%;
  margin-left: -35px;
  border: 35px solid transparent;
  border-top: 35px solid #bf0a00;
}

.low-risk .step_box .balloon2::before, .low-risk .step_box .balloon2_2::before {

    content: "";
    position: absolute;
    top: 100%;
    left: 20%!important;
    margin-left: -35px;
    border: 35px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 35px;
    border-top: 35px solid #bf0a00;

}
.low-risk .step_box .balloon2_2::after {
    content: "";
    position: absolute;
    top: 102%!important;
    left: 75%;
    margin-left: -34px;
    border: 34px solid transparent;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 34px;
    border-top: 34px solid #aaa;
}

/*　コロナ特設ページ　申し込みフォーム用　*/

.page_box #ft-contects0{
        text-align: center;
        color: #333;
    }
.page_box #ft-contects0 img#ft-logo{
  	margin: 0 auto 10px; 
}
.page_box address{
    margin-bottom: 25px;
}
.page_box .ft-contents{
  	margin: 20px 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
align-items: center;    
}

.page_box .ft-cont{
	width: calc((100% / 3) - 20px);
	text-align: center;
    align-items: center;
}
.page_box .ft-cont img{
    width:90%;
    max-width:300px;
  	margin: 0 auto 20px; 
}
.page_box .ft-cont p,.ft-cont address{
	font-size: 1em;
  	line-height: 0.9em;
	padding: 0 30px;
	text-align: center;
    	color: #333;
  	margin: 0 0 20px;
}
.page_box .ft-cont p a{
    	color: #333;
}
/*　貸会議室（レストラン街）　2020,08,11　*/
#restaurant_box .shop_box{
    width:45%;
    box-sizing: border-box;
    margin: 10px 10px 30px;
    border: solid 2px #000;
    padding: 0;
}
#restaurant_box h4,#restaurant_box h4 a{
    background: #fff;
    padding: 10px;
    font-size: 1.2em;
    color: #bf0a00;
}
#restaurant_box img.shop_img{
  width: 100%;
  height: auto;
    max-height: 250px;
  object-fit: cover; 
}
#restaurant_box table{
    width:95%;
    margin:10px;
    border:solid 1px;
}
#restaurant_box table th,#restaurant_box table td{
    border:solid 1px;
    padding:10px;
}
#restaurant_box table th{
    background:#eee;
    width:30%;
    text-align:center;
}

/*　貸会議室（館内のご紹介）　2021,04,19　*/

.object-fit_cover {
  object-fit: cover;
}

.img-box {
  margin: 2%;
}
.img-box img {
  width: 279px;
max-width: 279px;
  height: 186px;
  min-height: 186px;
  border: 2px solid #ccc;
  background: #eee;
}
/*創業支援*/	
/*共通設定*/	
#support_box a:link,.sogyo_box a:link{
font-weight:600;
text-decoration:underline;
color:#069;
}
#support_box a:link,#support_box a:hover,#support_box a:visited{
color:#069;
}
.ribbon-wrapper a,.ribbon-wrapper a:hover,.ribbon-wrapper a:visited{
color:#fff;
}
#support_box h3.h3_1 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
}
#support_box h3.h3_1::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #00367c;
  border-radius: 4px;
}
#support_box h4.h4_1 {
  position: relative;
  padding: 1em;
  background-color: #5287cc;
font-size:1.2em;
color:#fff;
}
#support_box h4.h4_1::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #ddd #ddd;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
#support_box h4.h4_2 {
  position: relative;
  padding: .5em .8em .2em 3.2em;
  border-bottom: 1px solid #004266;
font-size:1.4em;
}
#support_box h4.h4_2::before,
#support_box h4.h4_2::after {
  position: absolute;
  content: ' ';
  border-radius: 100%
}
#support_box h4.h4_2::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(0, 99, 153, .5);
}
#support_box h4.h4_2::after {
  top: .7em;
  left: .7em;
  width: 25px;
  height: 25px;
  background: rgba(0, 133, 204, .5);
}

#support_box h5.h5_1 {
  position: relative;
  padding-bottom: .5em;
  margin-bottom:15px;
  border-bottom: 4px solid #ccc;
font-size:1.2em;
}
#support_box h5.h5_1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}	

#support_box thead th,#support_box tbody th{
 background:#5287cc;
color:#fff;
}
#support_box th,#support_box td{
text-align:center;
font-size:1.1em;}
#support_box thead th,#support_box tbody th{
 background:#5287cc;
color:#fff;
}
#support_box th,#support_box td{
text-align:center;
font-size:1.1em;}
#support_box td{
text-align:left;
font-size:1.1em;}
#support_box th.text_left{
text-align:left;
font-size:1.1em;}
#support_box td.text_center{
text-align:center;
font-size:1.1em;}
.balloon1,.balloon2,.balloon5{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  width: 100%;
  color: #555;
  background: #e0edff;
border:solid 3px #00367c;
}
.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  width: 48%;
  color: #555;
  background: #e0edff;
border:solid 3px #00367c;
}
.balloon4 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  width: 100%;
  color: #555;
}

.balloon1:before,.balloon3:before,.balloon4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #00367c;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #00367c;
}

.balloon2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #00367c;
}

.balloon1 h5,.balloon2 h5,.balloon3 h5,.balloon5 h5{
background:#00367c;
color:#fff;
padding:10px;
text-align:center;
font-size:1.1em;
}
.balloon4 h5{
color:#000;
padding:10px;
text-align:center;
font-size:1.8em;
}
.balloon1 p ,.balloon2 p,.balloon3 p,.balloon5 p{
  margin: 0;
  padding: 20px;
　font-size:0.8em;
}

#support_box .border_box{
padding:20px;
border:dashed 1px #999;
}
	
	
	
	
		
/*創業TOP*/	
.sogyo_box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/01/sogyo_01.jpg) right top no-repeat;
}
#support_box a:link,.sogyo_box a:link{
font-weight:600;
text-decoration:underline;
color:#069;
}
#support_box a:link,#support_box a:hover,#support_box a:visited{
color:#069;
}

#sogyo_text_box{
width:100%;
height:auto;
padding:30px 150px 30px 30px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0.2) 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0) 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.2) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#sogyo_text_box .navy{
color:navy;
}
#sogyo_text_box .green{
color:forestgreen;
}


#sogyo_menu,#sogyo_menu2,#sogyo_menu3{
display:flex;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-o-justify-content: flex-start;
justify-content: flex-start;

}
#sogyo_menu2,#sogyo_menu3{
display:flex;
flex-wrap: wrap;


}

#sogyo_menu .menu2{
width: 97% ;
border: solid 2px  #999999;
margin-right: 20px;
margin-bottom: 20px;
position: relative;
}
#sogyo_menu button,.button02
{color:#454545;background:#052e4d;border-width:2px;border-style: solid;border-color: #454545;position:relative;margin:0.2em;display:inline-block;transition:all 0.3s ease-in-out;text-align:center;
font-family:comfortaa;font-weight:bold}
#sogyo_menu button:before, #sogyo_menu button:after {content:'';display:block;position:absolute;border-color:#052e4d;box-sizing:border-box;border-style:solid;width:1em;height:1em;transition:all 0.3s ease-in-out}
#sogyo_menu button:before {top:-6px;left:-6px;border-width:2px 0 0 2px;z-index:5;}
#sogyo_menu button:after {bottom:-6px;right:-6px;border-width:0 2px 2px 0;}
#sogyo_menu button:hover:before, #sogyo_menu button:hover:after {width:calc(95% + 12px);
  height:calc(95% + 12px);border-color:rgba(5,46,77,1)}
#sogyo_menu button:hover {color:#353535;background-color:#fff;border-color:#052e4d}

#sogyo_menu button{
width:95%;
margin-right: 10px;
margin-bottom: 20px;
position: relative;
}

#sogyo_menu .button02{width: calc(50% - 10px);
margin-right: 20px;
margin-bottom: 30px;
position: relative;
}
.borderless button {border-color:rgba(5,46,77,1);color:#999}
.borderless button:hover {border-color:rgba(5,46,77,1);background-color:transparent;color:rgba(5,46,77,1)}
.borderless button:before, .borderless button:after {border-color:transparent;}
.borderless button:hover:before, .borderless button:hover:after {width:calc(100% + 12px); height:calc(100% + 12px);border-color:rgba(5,46,77,1)}

.borderless button:hover img{opacity: 0.7;}

#sogyo_menu3 a.link_btn01{width: calc(((100% - 10px ) / 4) - 10px);margin:20px 5px;}
#sogyo_menu3 a.link_btn02{width: calc(((100% - 5px ) / 2) - 10px);margin:20px 5px;}
#sogyo_menu3 img{
width:95%;
/*
margin-right: 20px;
*/
position: relative;
transition: 1s ;
}
#sogyo_menu3 button img{
margin:0;
}
#sogyo_menu3 button.button02 {
margin-bottom: 20px;
}
#sogyo_menu3 img:hover{
 opacity: 0.6 ;
}
	
	
/*創業融資*/
.financing_box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/01/financing_bg.jpg) left top no-repeat;
}
#financing_text_box{
width:100%;
height:auto;
padding:50px 50px 50px 350px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
	
/*事業計画の策定*/
	
.business-plan-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/03/business_plan_bg2.jpg) left top no-repeat;
}
#business_plan_text_box{
width:100%;
height:auto;
padding:50px 400px 50px 30px; 
margin-bottom:20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0.2) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.2) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.2) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}	

/*事業形態（個人事業主・法人）*/		
.business_form_box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/03/sogyo_business_form.jpg) right top no-repeat;
}

#business_form_text_box{
width:100%;
height:auto;
padding:50px 400px 50px 40px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0.2) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.2) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#business_form_text_box .navy{
color:navy;
}
#business_form_text_box .green{
color:forestgreen;
}
	
/*創業に伴う届出*/	
.notification-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/02/notification_bg.jpg) left top no-repeat;
}
.notification-box #financing_text_box{
width:100%;
height:auto;
padding:50px 50px 50px 350px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/*許認可等手続き*/	
.permission-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/02/permission_bg.png) right top no-repeat;
}
#permission_text_box{
width:100%;
height:auto;
padding:50px 400px 50px 40px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0.2) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,0.2) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
	
/*経理・決算・確定申告*/
.tax-return-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/02/tax_return_bg.jpg) left top no-repeat;
}
#tax-return_text_box{
width:100%;
height:auto;
padding:30px 50px 30px 250px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
	
/*従業員の雇用*/
.employment-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/03/employment_bg2.jpg) left top no-repeat;
}
#employment_text_box{
width:100%;
height:auto;
padding:50px 500px 50px 30px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.2) 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.2) 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.2) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}	
	
/*補助金・助成金*/
.subsidies-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2020/02/subsidies_bg.jpg) left top no-repeat;
}
#subsidies_text_box{
width:100%;
height:auto;
padding:50px 300px 50px 30px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/*創業マインドセミナー*/
.mind-seminar-box{
 position: relative;
 width:100%;
background:url(https://www.fukunet.or.jp/wp-content/uploads/2022/04/mind-seminar_bg-1.jpg) left top no-repeat;
}
#mind-seminar-box_text_box{
width:100%;
height:auto;
padding:50px 50px 50px 350px; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/*申込フォームの全角・半角設定（※非推奨）*/
input[type="text"]{ime-mode: active;}
input#zip,input#zip2,input.insert,input.num{ime-mode:inactive;}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
画像のサイズ設定
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.img_100{
width:100%;
height:auto;
}

.img_95{
width:95%;
height:auto;
}
.img_90{
width:90%;
height:auto;
}
.img_85{
width:85%;
height:auto;
}
.img_80{
width:80%;
height:auto;
}
.img_75{
width:75%;
height:auto;
}
.img_70{
width:70%;
height:auto;
}
.img_65{
width:65%;
height:auto;
}
.img_60{
width:60%;
height:auto;
}
.img_55{
width:55%;
height:auto;
}
.img_50{
width:50%;
height:auto;
}
.img_45{
width:45%;
height:auto;
}
.img_40{
width:40%;
height:auto;
}
.img_35{
width:35%;
height:auto;
}
.img_30{
width:30%;
height:auto;
}
.img_25{
width:25%;
height:auto;
}
.img_20{
width:20%;
height:auto;
}
.img_15{
width:15%;
height:auto;
}
.img_10{
width:10%;
height:auto;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
画像のトリミング
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
img.fit{
    object-fit: cover;
}
img.object-fit {
  width: 100%!important;
  max-width: 100%!important;
  object-fit: cover;
}
/*　トリミングなし　*/
.item_img{
width:100%;
object-fit: unset!important;
height:100%!important;
max-height:100%!important;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
画像の回転設定
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.rotate45 {
   transform: rotate( -45deg );
}
.rotate90 {
   transform: rotate( -90deg );
}
.rotate135 {
   transform: rotate( -135deg );
}
.rotate180 {
   transform: rotate( -180deg );
}
.rotate270 {
   transform: rotate( -270deg );
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
パソコンスクール
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.conditions {
  background: #ffff;
  padding: 0px; }
  .conditions .conditions_title {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px; }
    .conditions .conditions_title:first-child {
      margin-top: 0; }
    .conditions .conditions_title::before {
      content: "●";
      margin-right: 10px;
      color: #b10000; }
  .conditions .conditions_text {
    margin: 10px 0 0 28px;
    font-size: 1em; }
.table_none2 tr.tr_under-line{
	border-bottom: solid 1px #ccc;
	
} 
.table_none2 tr.tr_under-line th, .table_none2 tr.tr_under-line td,.table_none2 tr:last-child th{
	padding: 20px 30px;
	font-size: 1.15em;
}
.table_none2 tr:last-child td{
	padding: 40px 30px 0 0;
	font-size: 1.15em;
}

/************************************************
*	申し込みフォーム　最下部エラー表示								*
************************************************/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
border-color: #bf0a00 !important;
font-size: 1.5rem !important;
color:#bf0a00;
font-weight: bold;
margin-bottom: 100px;
background: #ff9;
}

/************************************************
*	枠文字・テキスト								*
************************************************/
.free{
	position:relative;
	padding: 20px 15px 10px;
	font-size:1.2rem;
	margin:20px 0 30px;
}
.free::after{
	position: absolute;
	top: -18px;
	left: 10px;
	background: #fff;
	font-size: 20px;
	padding: 0 10px;
}

/************************************************
*	reCaptcha by BestWebSoft　
reCAPTCHAバッジ(ロゴ)非表示、メッセージ（日本語設定）表示設定*
************************************************/
.google-captcha-notice{
	text-align: center!important;
	font-size: 0.9rem;
}

/************************************************
*	タブ								*
************************************************/
section.type_a{
	display: flex;
	flex-wrap: wrap;
}
section.type_a::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: #191970;
}
section.type_a .tablabel {	/* タブ */
	margin-right: 3px;
	padding: 10px 20px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #444;
	background: #ccc;
	transition: .5s ;
	cursor: pointer;
font-size:1.3rem;
}
section.type_a .tablabel:nth-last-of-type(1){ margin-right: 0; }
section.type_a input {		/* ラジオボタン非表示 */
	display: none;
}
section.type_a .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
border-bottom: 2px solid #ccc;
border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
}
/*アクティブ設定*/
section.type_a input:checked + .tablabel {
	color: #fff;
	background: #191970;
}
section.type_a input:checked + .tablabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}
/************************************************
*	吹き出し								*
************************************************/
.arrow_box1{
    position:relative;
    width:auto;
    background:#B4E1E6;
    padding:10px;
    text-align:left;
    border:3px solid #4C4C4C;
    color:#1D1D1D;
    font-size:13px;
    font-weight:bold;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}
.arrow_box1:after,.arrow_box1:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:48%;
}
.arrow_box1:after{
    border-color: rgba(180, 225, 230, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:19px;
    border-right-width:19px;
    margin-top: -5px;
    border-right-color:#B4E1E6;
}
.arrow_box1:before{
    border-color: rgba(76, 76, 76, 0);
    border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:26px;
    border-right-width:26px;
    margin-top: -7px;
    margin-right: 2px;
    border-right-color:#4C4C4C;
}
/************************************************
*	デジタルツール								*
************************************************/
/*一覧ページ　ロゴ画像サイズ・配置設定*/
.dt-img-box{
width:100%;
margin-bottom:20px;
height:100px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.dt-img{
max-width:100%;
max-height:100px;
}
/*一覧ページ　リンクボタン デザイン*/
.btn {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 1.5rem 2.5rem 1.5rem 6rem;
  transition: all 0.3s;
font-size:1rem;
margin-bottom:5px;
font-weight:600;

}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn:before {
  width: 0.6rem;
  height: 0.6rem;
  left: 1.7rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
color:#fff!important;
}
.btn:after {
  left: 0;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
border:solid #2285b1 3px;
background:#2285b1;
}
.btn span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
color:#2285b1!important;
}
.btn:hover {
    padding: 1.5rem 2.5rem 1.5rem 6rem;

}
.btn:hover span {
  color: #2285b1;
}
.btn:hover:before {
  left: rem;
  border-top: solid 2px #2285b1;
  border-right: solid 2px #2285b1;
}
.btn:hover:after {
  right: 0;
  width: 100%;
background:#ffffe6;
}

/*詳細ページ　ロゴ画像サイズ設定・配置設定*/
.dt-logo-img{
margin:20px auto;
max-width:90%;
max-height:250px;
text-align:center;
}
/*タイムスケジュール*/
.timeline {
    width: 100%;
    margin: 0px auto;
    font-size:1rem;
}

.timeline-list {
    padding: 20px 0;
background:#fff;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
background:#fff;
margin-left:5px!important;}

.timeline-list-item .date{
    width: 28%;
    padding: 0 0 0 10px;
    color: #888888;
    font-weight: bold;}

.timeline-list-item .date p.time01{
    font-size:1.1rem;
    margint-bottom:10px;
}

.timeline-list-item .content {
    position: relative;
    width: 72%;
    padding: 0 20px 30px 10px;
    border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
content: "";
position: absolute;
top: 7px;
left: -5px;
width: 10px;
height: 10px;
background-color: #00c2bc;
border-radius: 5px;
}

