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

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


/* humberger area*/

.slicknav_menu .slicknav_menutxt {  /* MENU文字色　*/
	color: #fff;
}

.slicknav_btn {
    background-color: #1a54a5;  /* MENU背景　*/
}

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

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

.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: #DEEAF6; /* オーバー時背景色　*/
    color:  #1a54a5; /* オーバー時文字色　*/
}


/* column  */ 

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

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

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

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

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


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

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

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

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

/* table  */ 

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

table.table2 th {
	background-color:#FEEDD3;
	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:#EA8E1E;
}



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



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

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



/* contactBtn */


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

.txtContacBnrPC {
	color:#FFF;
	background-color:#1a54a5;
}

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#1a54a5;
}

.catch2 {
	color:#1a54a5;
}

.catchS {
	color:#1a54a5;
}

/* list */

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

/* flow */


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

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




/* Custom Css */
#mainCatch p span{
  font-size: 2em;
}




/* column-layout03 */
.content_column {
  max-width: 100%;
}

.column-layout03 {
  background: #f6f6f6;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column-layout03-item {
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
}

.column-layout03-title {
  font-size: 20px;
  font-weight: bold;
  color: #1a54a5;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 426px;
  width: 96%;
  margin-top: 0.5em;
  text-align: center;
}

.column-layout03-text {
  margin: 0 auto;
  max-width: 426px;
  width: 96%;
}

.column-layout03-text {
  line-height: 1.6em;
}

.column-layout03-text p {
  font-size: 14px;
  line-height: 2.1;
}

.column-layout03-image {
  height: auto;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}


@media only screen and (max-width: 768px) {
  .column-layout03-wrapper {
    background: #f6f6f6;
    padding: 6.89655% 6.11111% 0;
  }

  .column-layout03:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column-layout03 {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .column-layout03-wrapper .column-layout03-content {
    padding-left: 0;
    padding-right: 0;
  }

  .column-layout03-item:first-child {
    margin-right: 0;
  }

  .column-layout03-item {
    width: 100%;
  }

  .column-layout03-content {
    background: #f6f6f6;
    padding: 30px 6.11111%;
  }

  .column-layout03-title {
    font-size: 18px;
    margin-bottom: 0.77778em;
    width: 100%;
    max-width: initial;
  }

  .column-layout03-text {
    width: 100%;
    max-width: initial;
  }

  .column-layout03-text p {
    font-size: 13px;
    line-height: 2;
  }

  .w80 {
    width: 100%;
    margin: 0 auto;
  }

  .vis3 .catch {
    margin-left: 0% !important;
  }

  .halfsz {
    width: 100%;
    display: block;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100% !important;
    box-sizing: border-box;
    overflow-x: scroll;
  }
}


img.flow-img {
   width: 20%;
 }
@media only screen and (max-width: 600px) {
img.flow-img {
   width: 30%;
 }}

.bgcolor1.bgcolor-no-bPad{
  padding-bottom: 0;
}


.mgtM {
  margin-top: 40px;
}

 /* index_wp */
 
.index_wp ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

.index_wp .thumbnail {
    display: inline-block;
	vertical-align:middle;
	line-height:150px;

}
.index_wp .data {
    margin-left: 20px;
    display: inline-block;
	vertical-align:middle;
	line-height:150px;

}
.index_wp .title {
    margin-left: 20px;
	display: inline-block;
	vertical-align:middle;
	line-height:150px;
}


@media only screen and (max-width: 600px) {
.index_wp .thumbnail {
	display: block;
	margin-bottom:10px;
}

.index_wp .data {
    margin-left: 0;
	display: block;
	line-height:1.2em;
	margin-bottom:5px;
}
.index_wp .title {
    margin-left: 0;
	display: block;
	line-height:1.2em;
	margin-bottom:10px;
}

