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

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


/* humberger area*/

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

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

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

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

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

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


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

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


/* column  */ 

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

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

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

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

.column2_60p {
	border:3px double #fa8155;
	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:rgba(250,129,85,.3);
	color:#333;
}

table.table2 th {
	background-color:rgba(250,129,85,.3);
	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:#fa8155;
}



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



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

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



/* contactBtn */


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

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

/* catch */

h3.h3Catch1 {
	color:#fa8155;
}

h3.h3Catch2 {
	color:#fa8155;
}

/* catchiphrase */

.catch1 {
	color:#fa8155;
}

.catch2 {
	color:#fa8155;
}

.catchS {
	color:#fa8155;
}

/* list */

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

/* flow */


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

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



.column-layout03 {
    background-color:rgba(250,129,85,.1);
    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: 1.6em;
	font-weight: bold;
	color: #fa8155;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 426px;
    width: 96%;
	position: relative;
	padding-bottom: 0.3em;
}
.column-layout03-title::before {
	content:  '';
	width: 60px;
	height: 1px;
	background-color: #fa8155;
	position: absolute;
	left: 0;
	bottom: 0;
}
.column-layout03-text {
    margin: 0 auto;
    max-width: 426px;
    width: 96%;
}

.column-layout03-text {
    line-height: 1.6em;
}
.column-layout03-text p {
    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;
}
.link-type1 {
	width: 60%;
	margin: auto;
}
.link-type1 li {
	box-sizing: border-box;
	margin-bottom: 0.7em;
	font-size: 1.2em;
}
.link-type1 li a {
	display: block;
	padding: 0.5em 0;
	background-color: #fa8155;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.link-type1 li a i {
	position: absolute;
	top: 1.0em;
	right: 1.0em;
	transition: all 0.3s ease;
}
.link-type1 li:hover a i {
	right: 0.8em;
}
.title-type1 {
	background-color: #fa8155;
	color: #fff;
	padding: 0.4em 1.0em;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.title-type2 {
	font-size: 1.4em;
	text-align: left;
}
.title-type2::before {
	content:  '●';
	color: #fa8155;
	font-size: 1.2em;
	margin-right: 0.2em;
}
.title-type3 {
	color: #fa8155;
	font-weight: 700;
	font-size: 1.2em;
	border-bottom: 1px dotted #fa8155;
}
.li-type1 {
	display: flex;
    flex-wrap: wrap;
}
.li-type1 li {
	width: 50%;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px){
	.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-item{
		width: 100%;
	}
	.column-layout03-content {
		background-color:rgba(250,129,85,.1);
		padding: 2em 1.5em;
	}
	.column-layout03-title {
		font-size: 1.2em;
		margin-bottom: 0.77778em;
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text{
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text p {
		line-height: 2;
	}
}
@media screen and (max-width:640px){
	.title-type2 {
		font-size: 1.2em;
	}
	.li-type1 li {
		width: 100%;
	}
	.link-type1 {
		width: 100%;
	}
	.link-type1 li {
		font-size: 1.0em;
	}
}

/* blog ここから */
.blog dl dt {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 1em;
}
.blog dl dd:first-of-type {
  border-top: 1px solid #B7B7B7;
}
.blog dl dd {
  padding-left: 8em;
  border-bottom: 1px solid #B7B7B7;
}
.blog dl dd a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
.blog dl dd a::after {
  display: block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  transform: rotate(45deg); /* 右向きの場合 */
}
@media (max-width: 480px) {
  .blog dl dt {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 1em;
  }
  .blog dl dd:first-of-type {
    border-top: 1px solid #B7B7B7;
  }
  .blog dl dd {
    padding-left: 6.5em;
    border-bottom: 1px solid #B7B7B7;
  }
  .blog dl dd a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 1px #fa8155;
  border-right: solid 1px #fa8155;
  margin: 0;
  position: absolute; /* 2 */
  top: 43%; /* 3 */
  transform: translate(0, -50%);
  right: 20px;
}
.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
.arrow.arrow-left::before {
  transform: rotate(-135deg);
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}
/* blog ここまで */