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

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


/* humberger area*/

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

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

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

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

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

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


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

.slicknav_nav a:hover {
	background: #dd443b; /* オーバー時背景色　*/
    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 #dd443b;
	background: rgba(255,255,255,.9);
}

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

.column2_60p {
	border:3px double #dd443b;
	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:#FBEAE9;
	color:#333;
}

table.table2 th {
	background-color:#FBEAE9;
	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:#dd443b!important;
}


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

/* buttons */

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



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



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

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



/* contactBtn */


.txtContacBnr a {
	color: #FFF;
    background-color: #dd443b;
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#dd443b!important;
}

.catch2 {
	color:#dd443b!important;
}

.catchS {
	color:#dd443b!important;
}

/* list */

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

/* flow */


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

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

/*強調文字（太文字）*/
.font_0{
    font-weight: bold;
}
/*強調文字（大文字）*/
.font_1{
    font-weight: bold;
    font-size: 1.5rem!important;
}
/*強調文字（色）*/
.font_2 {
    color: #dd443b!important;
    font-weight: bold;
}
/*強調文字（色+大文字）*/
.font_3 {
    color: #dd443b!important;
    font-weight: bold;
    font-size: 1.5rem!important;
    line-height: 1.5;
}
/*画像枠*/
.bd{
    border: 1px #ddd solid;
}
/*画像サイズ*/
.wd80{
  width:80%!important;
}
.wd60{
  width:60%!important;
}
.sp-br {
  display: none;
}
.text-wrap{
  width: 60%;
  margin: 0 auto;
}
/*インデント */
.txt-indent {
    padding-left: 1em;
    text-indent: -1em;
}
/*背景色タイトル */
.bg-color {
  background: #FBEAE9;
  padding: 0.5em;
  /* color: #fff; */
}
.tx-right {
	text-align: right!important;
}
.sns_list {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.sns_list li{
	display:inline-block;
	    margin-right: 15px;
}
ul.sns_list li:last-child {
	margin-right: 0;
}
ul.sns_list li img{
	width: 46px;
	height: auto;
}
ul.sns_list li .youtube-img {
	width: 120px;
}
.li-flex {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto 20px!important;
}
.img-txt {
	display: block;
}
@media screen and (max-width: 768px) {
.sp-br {
  display: block;
}
.wd80{
    width:100%!important;
}
.wd60{
  width:100%!important;
}
.font_3 {
  font-size: 1.1rem!important;
}
.text-wrap{
  width: 100%;
}
}
.btn-animation-02 {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #dd443b;
  border: 2px solid #dd443b;
  font-size: 16px;
  color: #dd443b !important;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}

.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;
	color:#333 !important;
}
.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;
}
}
.tx-center {
    text-align: center;
}