@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* humberger area*/

.slicknav_btn {
    background-color: #0078b3;  /* MENU背景　*/
}

.slicknav_menu {
    background-color: #f2f2f2;  /* 背景　*/
}

.slicknav_nav li {
    background-color: #0078b3;  /* ナビ色　*/
}

.slicknav_nav a {
    border-bottom: 1px solid #fcfcfc;  /* 下線　*/
}

.slicknav_nav li:first-child {
	border-top: 1px solid #fcfcfc; /* 最初の上線　*/
}


.slicknav_nav .slicknav_row:hover {
	background: #F98D17;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #6078b3; /* オーバー時背景色　*/
    color:  #fff; /* オーバー時文字色　*/
}


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #EBC97A;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#cfe1ea;
	color:#333;
}

table.table2 th {
	background-color:#cfe1ea;
	color:#333;
	font-weight:900;
}

.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}

table.table2 td.tdBgC01 {
	background-color:#FFF;
}

table.table2 td.tdBgC02 {
	background-color:#EEE;
}

table.table2 td.tdBgC03 {
	background-color:#DDD;
}


table.table2 td.tdBgC04 {
	background-color:#CCC;
}


table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
	color: #FFF;
	background:#F59338;
}


ol.liFeature li::before {
	color: #FFF;
	background:#EEB853;
}

/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
	
}



.txtBnr2 a {
	color:#FFF;
	background-color:#e63416;
	margin:0.4em 0;
	padding: 0.5em 2.5em 0.5em 2em;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}

/* catch */

h3.h3Catch1 {
	color:#0078b3;
}

h3.h3Catch2 {
	color:#0078b3;
}

/* catchiphrase */

.catch1 {
	color:#0078b3;
}

.catch2 {
	color:#0078b3;
}

.catchS {
	color:#0078b3;
}

/* list */

ul.liCircle li::before {
	background:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#e63416;
	border-bottom:1px dotted #CCC;
}



/* add */

img{
	max-width: 100%;
	height: auto;
}

.anchor {
	padding-top: 100px;
	margin-top:-100px;
}
@media screen and (max-width: 768px){
	.anchor {
		padding-top: 0;
		margin-top:0;
	}
}

.linkBox{
	display: flex;
	justify-content: center;
}
.linkBox p{
	padding: 0 10px;
}
@media screen and (max-width: 768px){
	.linkBox{
		display: block;
	}
	.linkBox p{
	display: block;
	width: 100%;
    padding: 0;
    margin-bottom: 10px !important;
	}
	.linkBox p a{
		display: block;
		}
}



.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
	}
	.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}
	@media screen and (max-width: 768px){
		.gmap {
			padding-bottom: 55%;
			}
	}


h4{
	padding: 10px;

}


h5{
	background: #cfe1ea;
	padding: 5px 10px;
	border-radius: 3px;
}

.fbox{
	display: flex;
}
.check{
	
}
.check li{
	position: relative;
	padding-left: 25px;
	font-size: 100%;
}
.check li + li{
	margin-top: 0.5em;
}
.check li:before {
	content: "";
	position: absolute;
	top: .35em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 3px;
	height: 7px;
	border-right: 2px solid #0078b3;
	border-bottom: 2px solid #0078b3;
}

.check li:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #0078b3;
	border-radius: 2px;
}

.check--Box{
	border: 2px dotted #0078b3;
	padding: 1em;
}


.check--Box li {
	display: inline-block;
	font-size: 100%;
	/* margin-right: 0.5em; */
	width: 44%;
}

.check--BoxSingle {
	border: 2px dotted #0078b3;
	padding: 1em 1em 1em 3em;
}


.check--BoxSingle li {
	display: block;
	font-size: 100%;
	/* margin-right: 0.5em; */
	width: 100;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
.check--Box li{
		width: 90%;
	}
	
.check--BoxSingle {
	padding: 1em 0.5em 1em 1em;
}

.check--BoxSingle li{
		width: 100%;
	}
}

.inlineBox{
	border: 2px dotted #0078b3;
	padding: 1em;
}
.inlineBox__ttl{
	color: #0078b3;
	font-size: 120%;
}
.inlineBox li{
	display: inline-block;
	margin-right: 0.5em;
}
.inlineBox li:before{
	content: "●";
	color: #0078b3;
	padding-right: 0.2rem;
}

@media screen and (max-width: 768px){
	.check{
		margin-bottom: 1em;
	}
	.fbox{
		display: block;
	}
	.fbox > div{
		width: 100%;
	}
}


@media screen and (max-width: 768px){
.fbox-reverse{
	flex-flow: column-reverse;
	flex-wrap: wrap;
}
.sp-reverse > div{
	width: 100%;
}
}

.riyu{
	display: flex;
	justify-content: space-between;
}

.riyu > div{
	width: 32%;
	
}
.riyu h3{
	line-height: 1.6;
}
.riyu p{
	margin-top: 20px;
}

@media screen and (max-width: 768px){
	.riyu{
		display: block;
	}
	.riyu > div{
		width: 100%;
	}
	.riyu > div + div{
		margin-top: 30px;
		width: 100%;
	}
	table.table3 th {
		white-space: break-spaces;
	}
}


.column80p {
	width: 80% !important;
	margin: 0 auto 20px auto;
	padding: 2em 3em;
}
@media screen and (max-width: 768px){
	.column80p {
		width: 100%;
		padding: 0;
	
		
	}
	.spleft{
		text-align: left !important;
	}
}
.txtBnrInline a {
	color: #FFF;
	background-color: #0078b3;
}

.c2_itemWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.c2_item{
	width: 48%;
}
@media screen and (max-width: 768px){
	.c2_item{
		width: 100%;
	}
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:49%;
  margin:0 1% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:49%;
  margin:0 1% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li {
    width: calc( ( 100% - 60px ) / 3 );
    margin-right: 30px;
}
.flex-3col > li:nth-child(3n) {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}

.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
/*===========================
spacer
===========================*/


.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;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !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;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy01 {
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 800;
    line-height: 1.4em;
    color: #E0625E;
	text-align:center;
}
.catchcopy02 {
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
@media only screen and (max-width: 768px) {
.catchcopy01 {
    font-size: 1.3rem;
	text-align:left;
}
.catchcopy02 {
    font-size: 1.0rem;
}

}

.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 6%;
} 
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-db {
    padding: 2em;
    margin: 0em 0;
	background-color: #fff;
    border: solid 3px #8fc9f6;
    box-sizing: border-box;
	border-radius:9px;
	box-shadow: 0 0 0 2px #ededed;
}
.circle-wrap01 {
  width: 100%;
  margin:0 auto;
  background-image:url(../img/content/bg-circle01.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.circle-in01{
  width: 94%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
	/*
	background-color: #407a9f;
    border: solid 3px #407a9f;
	*/
    box-sizing: border-box;
	box-shadow: 0 0 0 0px #ededed;
	border-radius: 50%;
	color:#fff;
	margin:0 auto;
}
.circle-in02{
  width: 100%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
	background-color: #c7c34d;
    border: solid 3px #c7c34d;
    box-sizing: border-box;
	box-shadow: 0 0 0 2px #ededed;
	border-radius: 50%;
	color:#fff;
}
.circle-in03{
  width: 100%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
	background-color: #4dc784;
    border: solid 3px #4dc784;
    box-sizing: border-box;
	border-radius: 50%;
	color:#fff;
}
.catch01 {
    padding: .5em .75em;
    background-color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 800 !important;
    text-align: center !important;
	width:90%;
	margin:0 auto;
	color:#333;
}
@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}
.box-db {
    padding: 1.2rem;
    margin: 0em 0;
    border: double 5px #2F73A7;
    box-sizing: border-box;
	border-radius:9px;
}
.circle{
  width: 100%;
  margin:0 auto;
}
.circle-in01{
  width: 50%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
    box-sizing: border-box;
	border-radius: 50%;
	color:#fff;
	font-size:0.7rem;
	margin:0 auto;
}
.circle-in02{
  width: 100%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
	background-color: #c7c34d;
    border: solid 3px #c7c34d;
    box-sizing: border-box;
	box-shadow: 0 0 0 2px #ededed;
	border-radius: 50%;
	color:#fff;
}
.circle-in03{
  width: 100%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
	background-color: #4dc784;
    border: solid 3px #4dc784;
    box-sizing: border-box;
	box-shadow: 0 0 0 2px #ededed;
	border-radius: 50%;
	color:#fff;
}
.catch01 {
    padding: .5em .75em;
	width:80%;
}
.catch01.catch05 {
    padding: .5em .75em;
	width:80%;
	font-size:0.9em;
}
}
@media only screen and (max-width: 460px) {
.circle-in01{
  width: 60%;
    padding: 1em 1em 1em;
    margin: 0em 0;
    box-sizing: border-box;
	border-radius: 50%;
	color:#fff;
	font-size:0.7rem;
	margin:0 auto;
}
}
@media only screen and (max-width: 360px) {
.circle-in01{
  width: 60%;
  padding-top: 100%;
    padding: 2em;
    margin: 0em 0;
    box-sizing: border-box;
	border-radius: 50%;
	color:#fff;
	font-size:0.7rem;
	margin:0 auto;
}
}


ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}



ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col li,ul.circle-3col li {
    width:90%;
}
}
.table1 {
    width:100%;
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 6%;
} 
.wrap-h5 {
  width:86%;
  margin:4% auto 6%;
} 

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60,.res-img50,.res-img40,.res-img30,.res-img20{
     width:100% !important;
	height:auto !important;  
}
.wrap-h5 {
  width:80%;
  margin:4% auto 6%;
} 

}
@media only screen and (max-width: 400px) {
.wrap-h5 {
  width:70%;
  margin:4% auto 6%;
} 

}
.table2 .th-01,.table2 .th-02{
	padding:0.7em;
	font-weight:bold;
}
.table2 .th-01 {
    width:60%;
	text-align:center;
}
.table2 .th-02 {
    width:40%;
	text-align:center;
}
.table2 td {
	text-align:center;   
}
.table2.table-01 th {
	width:30%;
}
.table2.table-01 td {
	width:70%;
	text-align:left;
}

@media only screen and (max-width: 768px) {
.table2 .th-01,.th-02,td,.table2.table-01 th,.table2.table-01 td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

}



@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.h4-ttl {
    font-weight:bold;
    background-color: #fff;
	padding: 10px 9px 6px;
	border-bottom: 2px #0078b3 solid;
}
.catchNum {
    font-size:120%;
	font-weight:800;
}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 2px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
