@charset "utf-8";
/*===========================
add
===========================*/
 .counseling{
	 background-color: #FCEAE3;
	 padding: 5px 10px;
 }



.landing {
	   display: block;
	padding-top:120px;
	margin-top:-120px;
}


@media screen and (max-width: 768px){

.landing {
	   display: block;
	padding-top:20px;
	margin-top:-20px;
}


}




.SNS{
	max-width: 300px;
	margin: 0 auto;
}

.SNS img{
	width: 50px;
}

.SNS2 img{
	width: 100px;
}


@media screen and (max-width: 768px){
	.SNS .lay4Plural2 {
		width: 23.8%;
		float: left;
		margin: 0 auto;
}
}


.catchS{
	font-weight: bold;
	font-size:1.5em
}



/* サブメニュー系*/

.like-btn3 {
	display: block;
	width: 66%;
    margin: 0 auto;
}

.like-btn3 a {
	padding: 5px 6px 5px 14px;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	text-decoration: none;
	width: auto;
	background-color: #FA5519;
	color: #FFF!important;
	margin: 0 0 0 0;
}
.like-btn3 a:hover {
	background-color: #fa8155 !important;
}

.like-btn3 a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 5%;
	box-sizing: border-box;
	width: 6px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}


.sub-menu {
    position: relative;
    z-index: 100;
}

ul.sub-menu li a {
    padding: 0.4em 0;
    margin: 0 1%;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: left;
    width: 31%;
    min-width: 160px;
    background: #FA5519;
    display: block;
    text-decoration: none;
    color: #FFF;
}


@media screen and (max-width: 768px){

.like-btn3 {
	width: 100%;
}

ul.sub-menu li a{
	width: 50%;
	float: none;
	margin: 10px auto;
}

}



ul.ul_flex {
  display: flex;/*これを入れるだけで横並び*/
}

@media screen and (max-width: 768px){
ul.ul_flex ,ul.ul_flex0{
  display: block;
  margin: 0 2em;
}
}


ul.ul_flex li{
width: 100%;
}

ul.ul_flex li:before, ul.ul_flex0 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    margin-top: 0.6em;
    margin-left: -1em;
}


ul.ul_flex.col {
  width: calc(100% / 2);/*3等分*/
}



/*●つき番号リスト*/

ol.marutsuki {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.5em 0.8em;
  border: solid 2px #FA5519;
}
ol.marutsuki li {
  border-bottom: dashed 1px #FA5519;
  position: relative;
  padding: 0.6em 0.5em 0.6em 30px;
  line-height: 2.5em;
}
ol.marutsuki li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #FA5519;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.marutsuki li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}


@media screen and (max-width: 768px){
	ol.marutsuki li {
  line-height: 1.5em;
  padding: 0.6em 0em 0.6em 30px;
}

}


.reform h4{
	background-color: #FCEAE3;
	padding: 5px 20px;
	margin-bottom: 1em;

}

ul.circle5 {
    margin-left: 3%;
    padding-left: 2em;
    margin-top: -1em;
    margin-bottom: 0em;
}

ul.circle5 li {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    float: left;
    padding-top: 0;
    padding-right: 0;
    /* padding-bottom: 0.5em; */
    /* padding-left: 1.8em; */
    margin-right: 35px;
}

ul.circle5 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    margin-top: 0.6em;
    margin-left: -1em;
}

ul.circle5-3 {
    margin-left: 30%;
    padding-left: 2em;
    margin-top: -1em;
    margin-bottom: 0em;
}

@media screen and (max-width: 768px){
	ul.circle5-3 {
    margin-left: 3%;
    padding-left: 2em;
    margin-top: -1em;
    margin-bottom: 0em;
}

}

.catch0{
	font-weight: 700;
	font-size:1.1em
}


/*-----------
   色変更   
-----------*/


/* humberger area*/

.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: #FA5519;
	color: #fff;
}

.slicknav_nav a:hover {
	background: #FA5519; /* オーバー時背景色　*/
    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:2px solid #fa8155;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:2px solid #fa8155;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #fa8155;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #fa8155;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#FCD7CA;
	color:#333;
}

table.table2 th {
	background-color:#FCD7CA;
	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:#F3AC56;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#fa8155;
	border-bottom:1px dotted #CCC;
}




