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

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


/* humberger area*/

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

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

.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: #f77871;
	color: #fff;
}

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


/* table  */ 

table.table3 th {
	background-color:#753a21;
	color:#fff;
}

table.table2 th {
	background-color:#753a21;
	color:#fff;
}

.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:#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:#733a20;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#733a20;
}

/* catch */

h3.h3Catch1 {
	color:#dd443b;
}

h3.h3Catch2 {
	color:#dd443b;
}

/* catchiphrase */
.catch1 {
	font-size:2.8em;
	margin-bottom:0.6em;
	line-height:1.8em;
	color:#dd443b;
}

.catch2 {
	font-size:2em;
	margin-bottom:0.5em;
	line-height:1.8em;
	color:#dd443b;
}

.catchS {
	font-size:1.2em;
	margin-bottom:0.5em;
	color:#dd443b;
}

.catchSblack {
	font-size:1.2em;
	margin-bottom:0.5em;
	color:#333;
}

/* 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;
}


 /* 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 .data {
    margin-left: 0;
	display: block;
	line-height:1.2em;
}
.index_wp .title {
    margin-left: 0;
	display: block;
	line-height:1.2em;
}
}
/*交互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: #dd443b;
    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;
	}
	
}
.pd0{
	padding-left: 0;
	padding-right: 0;
}
.ls{
	letter-spacing: -0.01em;
}
.mgb5px{
	margin-bottom: 5px;
}
h2:after {

    background-color: #dd443b;

}
.fcOrange {
    color: #733a20;
}
.txtIcon3 {

    background-color: #733a20;

}
.column2_80p {

	border: 3px double #df443b;}
@media screen and (max-width: 768px){
.catch2, .catch2Red, .catch2YG {
    font-size: 1.4em;
    line-height: 1.4em;
}
	.h2sp{
		padding: 0 10px;
	}
	}
.fs180p {
    font-size: 180% !important;
    line-height: 1.4em !important;
}
@media screen and (max-width: 400px){
	.fs180p {
    font-size: 150% !important;
    line-height: 1.4em !important;
}
}
#pageTitleTxt h1 {
    color: #fff;
	text-shadow: 0 0 1px #670703, 0 0 2px #670703, 0 0 4px #ef2a22, 0 0 6px #ef2a22, 0 0 8px #ef2a22, 0 0 10px #ef2a22, 0 0 12px #ef2a22, 0 0 14px #ef2a22, 0 0 16px #ef2a22, 0 0 18px #ef2a22;
}

/*固定ページ　サブナビ*/
.subnav{
	max-width: 100%;
}
.subnav ul {
	display: flex;
	justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.subnav ul li {
  flex: 1;
}
.subnav ul li a{

  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;

}
.subnav ul li a:hover {
  opacity: 0.6;
}

.subnav ul li:last-child a {
  border-right: 1px solid #ccc;
}