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

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


/* humberger area*/

.slicknav_btn {
    background-color: #0098b9;  /* MENU背景　*/
}

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

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

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

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


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

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


/* column  */ 

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

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

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

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

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


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

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

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

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

/* table  */ 

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

table.table2 th {
	background-color:#ebfbff;
	color:#333;
}

.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:#0098b9;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#0098b9;;
	margin:0.4em 0;
}



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

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



/* contactBtn */


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

.txtContacBnrPC {
	color:#FFF;
	background-color:#0098b9;
}

/* catch */

h3.h3Catch1 {
	color:#0098b9;
}

h3.h3Catch2 {
	color:#0098b9;
}

/* catchiphrase */

.catch1 {
	color:#0098b9;
}

.catch2 {
	color:#0098b9;
}

.catchS {
	color:#0098b9;
}

/* list */

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

/* flow */


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

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



.underline{
	text-decoration: underline;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.txtstyle3 {
	font-size: 1.6em;
	font-weight: bold;
}
.txtIcon2 {
    background-color: #0098b9;
}
@media only screen and (max-width: 768px) {
.txtBnrInline{
	margin-bottom: 1em;
	}}

.tx-center {
   text-align:center;
}

.btn-animation-02 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #0098b9;
  border: 2px solid #0098b9;
  font-size: 16px;
  color: #0098b9 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  margin-right:auto;
  margin-left:auto;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-02:hover {
  color: #FFF!important;
}

@media screen and (max-width: 768px) {
.btn-animation-02 {
  display: inline-block;
  width: 80%;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 2% 10%;
  border-radius: 4px;
  position: relative;
  box-sizing:border-box;
}
}

.titleWrap a {
  text-decoration:none;
  color:#333;
}
.titleWrap a img{
  vertical-align: middle;
}
.top-bls li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.data {
    margin-left: 15px;
    display: inline-block;
}
.title {
    margin-left: 15px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
.title {
    margin-left: 0;
    display: block;
}
.data {
    margin-left: 0;
    display: block;
    margin-top: 15px;
}
.top-bls li {
    text-align:center;
}
}
