@charset "UTF-8";
/* CSS Document */

#mv h1 .en {
  font-size: 4.14rem!important;
}

.constbox {
	width: 100%!important;
}

.center-link{
	text-align: center;
}

.instagram > .constbox > .tb_col1 > div{
	background-color: var(--color_light_orange) ;
	padding: 2rem;
}

.instagram > .constbox > .tb_col1 > div > ul {
	padding-left: 2rem;
}

.tb_col1 a {
  display: inline-block;
  padding: 10px 20px;
  background: var(--color_orange);
  color: #fff!important;
  text-decoration: none;
  border-radius: 5px;
}

.forum2 {
	background: #fff;
    padding: 20px;
}
.actv_4 > div > p > span {
	font-size: 1.2em;
    color: var(--color_orange);
    font-weight: bold;
}

.actv_4 > div p {
	text-align: left;
}

.you-folks ul {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0 !important;
}

.you-folks ul li {
	display: block;
	list-style: none;
    background-color: var(--color_light_orange2);
    width: 49%;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.material-icons {
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.bg_beige {
	background-color: var(--color_light_orange) !important;
}

.fill_box h2 {
	line-height: 1.4;
    font-size: 2.5rem;
    color: #000;
    text-align: center;
}

.feature-section {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.feature-item {
  background-color: var(--color_light_orange2);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.fill_box {
	text-align: left;
}

.post_content a.round_button {
	margin-bottom: 40px;
}

.c-box-step__flexitems {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2.5rem;
}

.c-box-step__block {
	background-color: #faf6e2;
    position: relative;
    background: #fff;
    width: calc(25% - 24px);
    border: solid 3px var(--color_def);
    margin-right: 2.25rem;
    padding: 4.125rem 1.8125rem 1.8125rem;
    position: relative;
    height: -webkit-fill-available;
}

.c-box-step__number {
	width: 5rem;
    height: 5rem;
    background-color: var(--color_orange);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: solid 3px var(--color_def);
    line-height: 1.2;
    border-radius: 62.5rem;
    position: absolute;
    top: -2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    line-height: 1.3;
    padding-top: 0.8rem;
}

.c-box-step__number small {
	display: block;
    font-size: .875rem;
    letter-spacing: .1em;
    width: 100%;
}

.c-box-step__number span {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.75rem;
    letter-spacing: .05em;
    display: block;
    width: 100%;
}

.c-box-step__title {
	font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .03em;
    min-height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.25rem;
}

.c-box-step__text {
	font-weight: 700;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1.8;
}

.c-box-step__block:after {
	content: "";
    display: block;
    width: .875rem;
    height: 1.4375rem;
    background-image: url(https://www.ikiiki-wp.jp/cms/wp-content/themes/ikiiki/assets/images/img-arrow-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: -1.4rem;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.c-box-step__block:last-child {
	margin-right: 0;
}

.c-box-step__block:last-child:after{
	display: none;
}

.flow {
	background-color: var(--color_light_orange) !important;
	margin-bottom: 4rem;
}

.user_guide ul{
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

@media (max-width: 768px) {
	
	br {
		display: block;
	}
	
	#mv h1 .en {
	  font-size: 2.8rem!important;
	}
	
	#mv h1 {
        font-size: 1.5rem!important;
    }
	
	.instagram > .constbox > .tb_col1 > div > ul {
		padding: 0;
	}
	
	.post_content .layout1 .tit.fill_box {
		margin-bottom: 2rem;
	}
	
	.post_content .layout1 .tit {
		font-size: 1.2rem!important;
	}
	
	.feature-section,.c-box-step__flexitems{
		display: block;
	}
	
	.feature-item {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	
	.before_use > .constbox > .fill_box {
		padding: 0;
	}
	
	.c-box-step__block {
		width: 100%;
		margin-bottom: 7rem;
	}
	
	.c-box-step__block:after {
		background-image: url(https://www.ikiiki-wp.jp/cms/wp-content/themes/ikiiki/assets/images/img-sp-arrow-sm.png);
        left: 50%;
        transform: translateX(-50%);
        top: 120%;
        width: 3rem;
	}
	
	.user_guide {
		padding-bottom: 0!important;
	}
	
	.post_content ul:not(.notype) {
		width: 100%;
	}
	
	.post_content a.round_button {
		margin-bottom: 0;
	}
}











