@charset "utf-8";
/*===========================
add
===========================*/
/*-----------
   色変更   
-----------*/
/* 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: #eee;
  color: #333;
}
table.table2 th {
  background-color: #eee;
  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;
}
.txtBA {
  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(254, 254, 254, .95);
}
.area_flowC .inner_flow .largeTxt {
  color: #0098b9;
  border-bottom: 1px dotted #CCC;
}
.w51 {
  width: 51%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w51 {
    width: 85%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .w51 {
    width: 100%;
    margin: 0 auto;
  }
}
/*交互max*/
.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: #2981c0;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 426px;
  width: 96%;
  margin-top: 0.5em;
}
.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;
  }
}