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

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


/* humberger area*/

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

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

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

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

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

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


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

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


/* column  */ 

.column1_100p {
	border:1px solid #ef6c70;
	background: rgba(255,255,255,.9);
    border-radius: 8px;
}

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

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

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

.column2_60p {
	border:3px double #ef6c70;
	background: rgba(255,255,255,.9);
    border-radius: 8px;
}


.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(239,108,112,.3);
	color:#333;
}

table.table2 th {
	background-color:rgba(239,108,112,.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:#ef6c70;
}



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



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

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



/* contactBtn */


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

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

/* catch */

h3.h3Catch1 {
	color:#ef6c70;
}

h3.h3Catch2 {
	color:#ef6c70;
}

/* catchiphrase */

.catch1 {
	color:#ef6c70;
}

.catch2 {
	color:#ef6c70;
}

.catchS {
	color:#ef6c70;
}

/* list */

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

/* flow */


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

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

.radius img {
    border-radius: 8px;
}
.title-type1 {
	background-color: #ef6c70; /* 背景色 */
	color: #fff; /* 文字色 */
    font-weight: 700;
    font-size: 1.4em;
	overflow: hidden;
	padding: 0.5em 1em; /* 余白 */
	position: relative;
    z-index: 0;
    border-radius: 4px;
    margin-bottom: 1em;
}
.title-type1:before {
	background-color: #fff; /* 大きな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.3; /* 大きな円の不透明度 */
	position: absolute;
	top: -20px;
	left: 0px;
	width: 200px; /* 大きな円の幅 */
	height: 200px; /* 大きな円の高さ */
    z-index: -1;
}
.title-type1:after {
	background-color: #fff; /* 小さな円の色 */
	border-radius: 50%;
	content: '';
	display: block;
	opacity: 0.3; /* 小さな円の不透明度 */
	position: absolute;
	bottom: -50px;
	left: 180px;
	width: 100px; /* 小さな円の幅 */
	height: 100px; /* 小さな円の高さ */
    z-index: -1;
}
.step{
      width:340px;
  list-style-type: none;
  padding:0;
    margin: 0 auto 0;
}
.step * ,
.li-type1 * {
    box-sizing: border-box;
}
.step li{
  position: relative;
  background: #ef6c70;
    width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 23px;
  text-align:left;
  color: #fff;
    font-size: 1.2em;
    z-index: 0;
    border-radius: 5px;
}
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -17px;
  right: 15px;
  border-style: solid;
  border-color: #ef6c70 transparent transparent transparent;
  border-width: 18px 40px 0 40px;
  z-index: -1;
}
.step li.is-current{
  background: #6caaef;
}
.step li.is-current:after{
  border-color: #6caaef transparent transparent transparent;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.li-type1 {
    display: flex;
    flex-wrap: wrap;
}
.li-type1 li {
    width: 50%;
}
.dl-type1 {
    display: flex;
    flex-wrap: wrap;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 150px;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 15px;
    background-color:rgba(239,108,112,.1);
    display: flex;
    align-items: center;
}
.dl-type1 dd {
    width: calc(100% - 150px);
    padding: 10px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
.area_flowC img {
    width: 150px;
    height: auto;
}

@media screen and (max-width:640px){
    .column1_100p {
	padding: 2em 1em;
}
    .title-type1 {
        font-size: 1.1em;
    }
    .step {
        width: 100%;
    }
    .step li {
        font-size: 1em;
    }
    .step li:after{
  bottom: calc(-17 / 640 * 100vw);
  right: calc(20 / 640 * 100vw);
  border-width: calc(18 / 640 * 100vw) calc(40 / 640 * 100vw) 0 calc(40 / 640 * 100vw);
}
    .li-type1 li {
        width: 100%;
    }
        .dl-type1 dt ,
    .dl-type1 dd{
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
.area_flowC img {
    width: 100px;
    height: auto;
}
}