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

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


/* humberger area*/

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

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

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

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

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

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


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

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

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

.column2_60p {
	border:3px double #EBC97A;
	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(210,193,0,.3);
	color:#333;
}

table.table2 th {
	background-color:rgba(210,193,0,.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:#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:#EA8E1E;
}

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

/* catch */

h3.h3Catch1 {
	color:#EEA011;
}

h3.h3Catch2 {
	color:#EEA011;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catchS {
	color:#EEA011;
}

/* list */

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

/* flow */


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

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

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}

.title-type1 {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
	font-size: 1.2em;
  padding: 0.2em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #d2c100;/*背景色*/
  vertical-align: middle;
  border-radius: 1em;/*左側の角を丸く*/
    padding-left:1.8em;
text-indent:-1.8em;
}

.title-type1:before {
  content: '●';
  color: #fff;
  margin-right: 8px;
    padding-left: 0.5em;
}
.title-type1 + p {
	padding-left:2em;
	box-sizing: border-box;
}

.img-type1 img {
	border-radius: 10px;
}

.box-type1 {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.box-type1 li {
	width: 48%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.box-type1 li:not(:last-of-type) {
	border: 4px solid #d2c100;
	border-radius: 10px;
	padding: 1em;
}
.box-type1 li dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d2c100;
    color: #fff;
    font-size: 1.6em;
    margin-bottom: 10px;
}
.box-type1 li dd {
    text-align: center;
    color: #d2c100;
    font-size: 1.6em;
    margin-bottom: 15px;
}
.box-type2 {
	background-color:rgba(210,193,0,.3);
	border-radius: 10px;
	padding: 1em;
}

.li-type1 {
	width: 50%;
	margin: auto;
}
.li-type1 li {
	background-color: #d2c100;
	color: #fff;
	font-size: 1.2em;
	border-radius: 5px;
	padding: 0.5em 1em;
	margin-bottom: 3em;
	display: flex;
	align-items: center;
	position: relative;
}
.li-type1 li:not(:last-of-type)::before {
	font-family: "Font Awesome 5 Free";
	content:  '\f0ab';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -1.5em;
	text-align: center;
	color: #d2c100;
	font-size: 1.5em;
	font-weight: 700;
}
.li-type1 li span {
	width: 100px;
	display: block;
	background-color: #fff;
	color: #000;
	border-radius: 4px;
	padding: 0.2em 1em;
	margin-right: 20px;
}

@media screen and (max-width:600px){
	.box-type1 {
		flex-direction: column;
	}
	.li-type1 ,
	.box-type1 li {
		width: 100%;
	}
	.li-type1 li {
		font-size: 1.0em;
		padding: 0.3em 1em;
	}
	.li-type1 li span {
		width: 60px;
		padding: 0.1em 1em;
	}
}

/* wp */
.btn2 {
  margin-top: 5px;
}
.btn2 a {
  text-align: center;
  text-decoration: none;
  color: #FFF !important;
  position: relative;
  display: inline-block;
  padding: 0 1em;
  line-height: 30px;
  background: #D5BE9C;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-shadow: 1px 1px 5px #333;
}
.btn2 a:hover {
    background-color: #D5BE9C;
}

.tx-center {
  text-align: center
}
.tx-left {
  text-align: left;
}
.tx-right {
  text-align: right;
}
.tx_marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
  display: inline;
}
.titleWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
}
.thumbnail {
    float: left;
}
.thumbnail img {
    width: 100px!important;
}
.data {
    margin-left: 20px;
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
}
.title {
    margin-left: 20px;
    display: inline-block;
}
@media screen and (max-width: 480px) {
.thumbnail {
    float: none;
    text-align: center;
}
.data {
    float: none;
}
.title {
    margin-left: 20px;
    display: block;
}
}
.blog li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

/*===========================
spacer
===========================*/
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}