@charset "utf-8";

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {
#ig-oneflow #wrap{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	letter-spacing: 0.06em;
}
#ig-oneflow #wrap #contents{
	width: 100%;
	margin: 0 auto;
}
#ig-oneflow #wrap #contents picture{
	display: block;
}
.punctuation-mark{
	display: inline;
}

/* ファーストビューエリア */
.of--firstview__wrap{
	width: 100%;
	min-width: 1000px;
	margin: 0 auto 60px;
	padding: 16px 0;
}
.of--firstview__inr{
	max-width: 1240px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.of--firstview__left{
	width: 560px;
}
.of--firstview__ttl{
	margin-bottom: 48px;
}
.of--firstview__ttl h1{
	font-size: 62px;
	line-height: 1.48;
	color: #343434;
	letter-spacing: 0;
}
.of--firstview__btn .of--btn__demo{
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	padding: 22px 50px 22px 33px;
	background: #EA0029;
	position: relative;
	border-radius: 40px;
}
.of--firstview__btn .of--btn__demo::before{
	content: "";
	background: url("../../ig-oneflow/img/of-fv-icon-white.svg");
	width: 22px;
	height: 22px;
	position: absolute;
	top: 19px;
	right: 16px;
}
.of--firstview__btn .of--btn__introduction{
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #343434;
	padding: 22px 50px 22px 33px;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	border-radius: 40px;
}
.of--firstview__btn .of--btn__introduction::before{
	content: "";
	background: url("../../ig-oneflow/img/of-fv-icon-black.svg");
	width: 22px;
	height: 22px;
	position: absolute;
	top: 19px;
	right: 16px;
}
.of--firstview__btn .of--btn__demo:hover,
.of--firstview__btn .of--btn__introduction:hover{
	text-decoration: underline !important;
}

.of--firstview__right{
	width: 644px;
	height: 530px;
}
.of--firstview__right .of--firstview__image{
	width: 644px;
	height: 530px;
}



/* IG OneFlowとは */
#of--info{
	margin-bottom: 46px;
}
#of--info h2{
	text-align: center;
	margin-bottom: 24px;
}
.of--info__inr{
	text-align: center;
}
.of--info__inr h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: 18px
}
.of--info__inr p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0 auto 13px;
	width: 640px;
}
.of--info__inr p + p{
	margin-bottom: 50px;
}
.of--worries{
	max-width: 1280px;
	min-width: 1000px;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 60px 0 40px;
	margin: 0 auto;
}
.of--worries__inr h4{
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	margin: 0 auto 18px;
	background: #fff;
	text-align: center;
	padding: 24px 88px 23px 88px;
}
.of--worries__inr ul{
	width: 850px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.of--worries__inr ul li.of--worries01{
	width: 415px;
	text-align: center;
}
.of--worries__inr ul li.of--worries02{
	width: 403px;
	text-align: center;
}
.of--worries__inr ul li p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	width: 415px;
	text-align: center;
}



/* IG OneFlowなら */
#of--merit{
	margin-bottom: 72px;
}
#of--merit h2{
	text-align: center;
	margin-bottom: 24px;
}
.of--merit__inr{
	text-align: center;
}
.of--merit__inr h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .1em;
	margin-bottom: 18px
}
.of--merit__tab .tab--list{
	width: 860px;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.of--merit__tab .tab--list .tab--list__item{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;  
	padding: 25px 0 24px;
	border-radius: 18px;
	box-sizing: border-box;
	width: 420px;
}
.of--merit__tab .tab--list .tab--list__item.active{
	color: #fff;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__pink{
	background: #fff;
	border: 3px solid #ff7777;
	color: #ff7777;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__pink.active{
	background: #FF7777;
	color: #fff;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__blue{
	background: #fff;
	border: 3px solid #4DA9FF;
	color: #4DA9FF;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__blue.active{
	background: #4DA9FF;
	color: #fff;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__pink:hover,
.of--merit__tab .tab--list .tab--list__item.tab--list__blue:hover{
	cursor: pointer;
}
.of--merit__tab .tab--contents{
	width: 960px;
	margin: 0 auto;
}
.of--merit__tab .tab--contents .tab--contents__item{
	width: calc(100% - 40px);
	border-radius: 18px;
	padding: 20px;
}
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__pink,
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__blue{
	display: none;
}
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__pink.show,
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__blue.show{
	display: block;
}
.of--merit__tab .tab--contents .tab--contents__item div ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 20px;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li{
	width: 450px;
	border-radius: 18px;
	background: #fff;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl{
	width: 410px;
	margin: 0 auto;
	padding: 22px 20px;
	text-align: left;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dt{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dt span{
	width: 90px;
	text-align: center;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dt span.item-ttl{
	width: 320px;
	text-align: left;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dd{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .05em;
}
.of--merit__tab .tab--contents__pink {
	background: #FFD4D4;
}
.of--merit__tab .tab--contents__blue {
	background: #AFD8FF;
}


/* コンバージョンポイント */
.of--cv{
	width: 100%;
	min-width: 1000px;
	padding-top: 140px;
	height: 240px;
	background: url("../../ig-oneflow/img/of-cv-point-bg.png");
	background-size: cover;
	margin-bottom: 64px;
}
.of--cv__inr{
	text-align: center;
}
.of--cv__inr h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 26px;
	color: #fff;
}
.of--cv__inr a{
	background: #fff;
	width: 420px;
	border-radius: 4px;
	text-align: center;
	color: #323232;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05em;
	display: block;
	padding: 24px 0px;
    margin: 0 auto;
}
.of--cv__inr a:hover{
	background: #323232;
	color: #fff;
}


/* IG OneFlowが選ばれる理由 */
#of--choice{
	margin-bottom: 80px;
}
#of--choice h2{
	text-align: center;
	margin-bottom: 32px;
}
.of--choice__inr{
	width: 880px;
	margin: 0 auto;
}
.of--choice__inr .of--choice01,
.of--choice__inr .of--choice02,
.of--choice__inr .of--choice03{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.of--choice__inr .of--choice01,
.of--choice__inr .of--choice02{
	margin-bottom: 64px;
}
.of--choice__inr .of--choice02{
	flex-direction: row-reverse;
}
.of--choice01__img,
.of--choice02__img,
.of--choice03__img{
	width: 410px;
}
.of--choice01__txt,
.of--choice02__txt,
.of--choice03__txt{
	width: 420px;
}
.of--choice__inr h3{
	font-size: 32px;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: .05em;
	margin-bottom: 16px
}
#of--choice .of--choice__inr p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0 auto 8px;
}


/* IG OneFlowの機能 */
#of--feature{
	margin-bottom: 72px;
}
#of--feature h2{
	text-align: center;
	margin-bottom: 24px;
}
.of--feature__inr{
	max-width: 1430px;
	min-width: 1000px;
	margin: 0 auto;
}
.of--feature__itembox{
	width: calc(100% - 40px);
	border-radius: 18px;
	padding: 20px;
	background: #FFD4D4;
	margin-bottom: 24px;
}
.of--feature__itemlist{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 20px;
}
.of--feature__itemlist li{
	width: 450px;
	border-radius: 18px;
	background: #fff;
}
.of--feature__itemlist li dl{
	width: 410px;
	margin: 0 auto;
	padding: 22px 20px;
	text-align: left;
}
.of--feature__itemlist li dl dt{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.of--feature__itemlist li dl dt span{
	width: 90px;
	text-align: center;
}
.of--feature__itemlist li dl dd{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .05em;
}
.of--feature__tab .tab--contents__pink {
	background: #FFD4D4;
}

#of--feature .of--feature__attention {
	width: 860px;
	margin: 0 auto;
}
#of--feature .of--feature__attention p{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .05em;
	position: relative;
	padding-left: 24px;
}
#of--feature .of--feature__attention p::before{
	content: "※";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}

/* よくある質問 */
#faq {
	width: 768px;
	margin: 0 auto 80px;
	margin-bottom: 80px;
}
#faq h2{
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 30px;
}
.faq__inr{
	width: 100%;
}
.faq__inr ul li {
	margin-bottom: 26px;
	border-radius: 18px;
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}
.faq__inr ul li div dl dt{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #fff;
	background: #FF7777;
	position: relative;
	padding: 32px 50px 28px 50px;
	border-radius: 18px 18px 0 0;
}
.faq__inr ul li div dl dt::before{
	content: "Q.";
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 28px;
	left: 20px;
}
.faq__inr ul li div dl dd{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
	padding: 32px 50px 28px 50px;
	letter-spacing: .05em;
}
.faq__inr ul li div dl dd::before{
	content: "A.";
	font-size: 20px;
	position: absolute;
	top: 28px;
	left: 20px;
}
.faq__inr ul li div dl dd a{
	color: #EA0029;
	border-bottom: 1px solid #EA0029;
}
.faq__inr ul li div dl dd a:hover{
	border: none;
}

/* お問い合わせ */
#contact {
	width: 480px;
	margin: 0 auto 80px;
}
#contact h2{
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 30px;
}
.contact__inr{
	width: 100%;
}
.form__section{
	margin-bottom: 24px;
}
.form__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.form__box input {
	font-size: 16px;
	width: 100%;
	height: 50px;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.form__box.form__box-choice label,
.form__entry-check label {
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	height: 50px;
	display: block;
	line-height: 50px;
	padding-left: 12px;
	border: 1px solid #ddd;
}
.form__box.form__box-choice label:hover,
.form__entry-check label:hover {
	background: #d7d7d7;
}
.form__box.form__box-choice label input {
	font-size: 16px;
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-top: -4px;
	margin-right: 8px;
}
.form__box div{
	font-size: 16px;
}
.form__box div + div{
	margin-top: 8px;
}
.form__entry{
	font-size: 16px;
	line-height: 1.6;
}
.form__entry-text{
	margin-bottom: 8px;
}
.form__entry-text a{
	border-bottom: 1px solid #EA0029;
	color: #EA0029;
}
.form__entry-text a:hover{
	border: none;
}
.form__entry-btn input{
	background: #1870bc;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 6px;
}
.form__entry-btn input:hover{
	background: #0c3169;
}
input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
}
input[type="checkbox"]:checked {
	background: #EA0029;
	border-radius: 3px;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 5px;
	transform: rotate(50deg);
	width: 3px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
.form__entry-check label input {
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius: 15px;
	margin-top: -4px;
	margin-right: 8px;
}
input[type="radio"]:checked {
	background: #EA0029;
}
input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	content: '';
}



}

@media screen and (min-width:769px) and (max-width:1280px){
/* ファーストビューエリア */
.of--firstview__wrap{
	width: 980px;
	margin: 0 auto 60px;
	padding: 16px 0;
}
.of--firstview__left{
	width: 480px;
}
.of--firstview__ttl{
	margin-bottom: 32px;
}
.of--firstview__ttl h1{
	font-size: 48px;
}
.of--firstview__right{
	width: 500px;
	height: auto;
}
.of--firstview__right .of--firstview__image{
	width: 500px;
	height: auto;
}
.of--firstview__right .of--firstview__image img{
	width: 100%;
	height: auto;
}


}

@media screen and (min-width:1280px) and (max-width:1420px){
.of--feature__inr {
	max-width: 1280px;
}
.of--feature__itemlist li {
    width: 400px;
}
.of--feature__itemlist li dl {
	width: 360px;
}
}

@media screen and (min-width:769px) and (max-width:1280px){
.of--feature__inr {
	max-width: 1000px;
}
.of--feature__itemlist li {
	width: 470px;
}
.of--feature__itemlist li dl {
	width: 430px;
}
}
	















/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:768px) {
img {
	vertical-align: top;
}
#header{
	padding-bottom: 5%;
}
#ig-oneflow #wrap{
	width: 100%;
	letter-spacing: 0.06em;
}
#ig-oneflow #wrap #contents{
	width: 100%;
	margin: 0 auto 10%;
}
#ig-oneflow #wrap #contents p{
	line-height: 1.6;
	font-size: 16px;
}

/* ファーストビューエリア */
.of--firstview__wrap{
	width: 94%;
	margin: 0 auto 10%;
}
.of--firstview__inr{
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.of--firstview__left{
	width: 100%;
}
.of--firstview__ttl{
	margin-bottom: 5%;
}
.of--firstview__ttl h1{
	font-size: 34px;
	line-height: 1.4;
	color: #343434;
	letter-spacing: -0.01em;
	text-align: center;
	font-weight: bold;
}
.of--firstview__btn{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.of--firstview__btn .of--btn__demo{
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	padding: 8% 0;
	background: #EA0029;
	position: relative;
	border-radius: 40px;
	width: 100%;
	margin: 0 auto 4%;
}
.of--firstview__btn .of--btn__demo::before{
	content: "";
	background: url("../../ig-oneflow/img/of-fv-icon-white.svg");
	background-size: contain;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 31%;
	right: 6%;
}
.of--firstview__btn .of--btn__introduction{
	display: block;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #343434;
	padding: 8% 0;
	background: #fff;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
	border-radius: 40px;
	width: 100%;
	margin: 0 auto 4%;
}
.of--firstview__btn .of--btn__introduction::before{
	content: "";
	background: url("../../ig-oneflow/img/of-fv-icon-black.svg");
	background-size: contain;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 31%;
	right: 6%;
}
.of--firstview__right{
	width: 100%;
	height: auto;
	margin-bottom: 4%;
}
.of--firstview__right .of--firstview__image{
	width: 100%;
	height: auto;
}


/* IG OneFlowとは */
#of--info{
	margin-bottom: 10%;
}
#of--info h2{
	text-align: center;
	width: 90%;
	margin: 0 auto 5%;
}
.of--info__inr{
	text-align: center;
}
.of--info__inr h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .01em;
	width: 90%;
	margin: 0 auto 5%;
}
.of--info__inr p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0 auto 3%;
	width: 90%;
}
.of--info__inr p + p{
	margin-bottom: 10%;
}
.of--worries{
	width: 100%;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 10% 0 10%;
	margin: 0 auto;
}
.of--worries__inr h4{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
	margin: 0 auto 4%;
	background: #fff;
	text-align: center;
	padding: 5%;
	width: 80%;
}
.of--worries__inr ul{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.of--worries__inr ul li.of--worries01{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.of--worries__inr ul li.of--worries02{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.of--worries__inr ul li p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 0;
}





/* IG OneFlowなら */
#of--merit{
	margin-bottom: 10%;
}
#of--merit h2{
	text-align: center;
	width: 90%;
	margin: 0 auto 6%;
}
.of--merit__inr{
	text-align: center;
}
.of--merit__inr h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .01em;
	width: 90%;
	margin: 0 auto 5%;
}
.of--merit__tab .tab--list{
	width: 90%;
	margin: 0 auto 3%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 2%;
}
.of--merit__tab .tab--list .tab--list__item{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;  
	padding: 4% 0 4%;
	border-radius: 8px;
	box-sizing: border-box;
	width: 49%;
}
.of--merit__tab .tab--list .tab--list__item.active{
	color: #fff;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__pink{
	background: #fff;
	border: 3px solid #ff7777;
	color: #ff7777;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__pink.active{
	background: #FF7777;
	color: #fff;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__blue{
	background: #fff;
	border: 3px solid #4DA9FF;
	color: #4DA9FF;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__blue.active{
	background: #4DA9FF;
	color: #fff;
}
.of--merit__tab .tab--list .tab--list__item.tab--list__pink:hover,
.of--merit__tab .tab--list .tab--list__item.tab--list__blue:hover{
	cursor: pointer;
}
.of--merit__tab .tab--contents{
	width: 90%;
	margin: 0 auto;
}
.of--merit__tab .tab--contents .tab--contents__item{
	border-radius: 18px;
}
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__pink,
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__blue{
	display: none;
}
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__pink.show,
.of--merit__tab .tab--contents .tab--contents__item.tab--contents__blue.show{
	display: block;
	padding: 5%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 16px;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li{
	width: 100%;
	border-radius: 18px;
	margin: 0 auto;
	background: #fff;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl{
	width: calc(100% - 10%);
	margin: 0 auto;
	padding: 6% 5%;
	text-align: left;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dt{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dt span{
	width: 24%;
	text-align: center;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li dl dt span.item-ttl{
	width: 76%;
	text-align: left;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item01 dl dt span img{
	width: 48%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item02 dl dt span img{
	width: 72%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item03 dl dt span img{
	width: 66%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item04 dl dt span img{
	width: 68%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item05 dl dt span img{
	width: 60%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item06 dl dt span img{
	width: 58%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item07 dl dt span img{
	width: 70%;
}
.of--merit__tab .tab--contents .tab--contents__item div ul li.tab--contents__item08 dl dt span img{
	width: 60%;
}



.of--merit__tab .tab--contents .tab--contents__item div ul li dl dd{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .05em;
}
.of--merit__tab .tab--contents__pink {
	background: #FFD4D4;
}
.of--merit__tab .tab--contents__blue {
	background: #AFD8FF;
}


/* コンバージョンポイント */
.of--cv{
	width: 100%;
	padding: 15% 0;
	background: url("../../ig-oneflow/img/sp/of-cv-point-bg.png");
	background-size: cover;
	margin-bottom: 10%;
}
.of--cv__inr{
	text-align: center;
}
.of--cv__inr h2{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 26px;
	color: #fff;
	width: 90%;
	margin: 0 auto 5%;
}
.of--cv__inr a{
	background: #fff;
	width: 90%;
	border-radius: 4px;
	text-align: center;
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	display: block;
	padding: 24px 0px;
    margin: 0 auto;
	line-height: 1.5;
}

/* IG OneFlowが選ばれる理由 */
#of--choice{
	margin-bottom: 10%;
}
#of--choice h2{
	text-align: center;
	width: 90%;
	margin: 0 auto 1%;
}
.of--choice__inr{
	width: 90%;
	margin: 0 auto;
}
.of--choice__inr .of--choice01,
.of--choice__inr .of--choice02,
.of--choice__inr .of--choice03{
}
.of--choice__inr .of--choice01,
.of--choice__inr .of--choice02{
	margin-bottom: 10%;
}
.of--choice__inr .of--choice02{
	flex-direction: row-reverse;
}
.of--choice01__img,
.of--choice02__img,
.of--choice03__img{
	width: 100%;
	margin-bottom: 5%;
}
.of--choice01__txt,
.of--choice02__txt,
.of--choice03__txt{
	width: 100%;
}
.of--choice__inr h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .01em;
	margin-bottom: 3%;
}
#of--choice .of--choice__inr p{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0 auto 3%;
}



/* IG OneFlowの機能 */
#of--feature{
	margin-bottom: 10%;
}
#of--feature h2{
	text-align: center;
	width: 90%;
	margin: 0 auto 5%;
}
.of--feature__inr{
	width: 90%;
	margin: 0 auto;
}
.of--feature__itembox{
	width: calc(100% - 40px);
	border-radius: 18px;
	padding: 20px;
	background: #FFD4D4;
	margin-bottom: 24px;
}
.of--feature__itemlist{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-items: stretch;
	row-gap: 20px;
}
.of--feature__itemlist li{
	width: 100%;
	border-radius: 18px;
	background: #fff;
}
.of--feature__itemlist li dl{
	width: calc(100% - 10%);
	margin: 0 auto;
	padding: 6% 5%;
	text-align: left;
}
.of--feature__itemlist li dl dt{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.of--feature__itemlist li dl dt span{
	width: 24%;
	text-align: center;
}
.of--feature__itemlist li.of--feature__item01 dl dt span img{
	width: 80%;
}
.of--feature__itemlist li.of--feature__item02 dl dt span img{
	width: 68%;
}
.of--feature__itemlist li.of--feature__item03 dl dt span img{
	width: 80%;
}
.of--feature__itemlist li.of--feature__item04 dl dt span img{
	width: 65%;
}
.of--feature__itemlist li.of--feature__item05 dl dt span img{
	width: 70%;
}
.of--feature__itemlist li.of--feature__item06 dl dt span img{
	width: 60%;
}
.of--feature__itemlist li dl dd{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .05em;
}
.of--feature__tab .tab--contents__pink {
	background: #FFD4D4;
}
#of--feature .of--feature__attention {
	width: 100%;
	margin: 0 auto;
}
#ig-oneflow #wrap #contents #of--feature .of--feature__attention p{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .05em;
	position: relative;
	padding-left: 24px;
}
#of--feature .of--feature__attention p::before{
	content: "※";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}





/* よくある質問 */
#faq {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10% 0;
}
#faq h2{
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 5%;
}
.faq__inr{
	width: 100%;
	margin: 0 auto;
}
.faq__inr ul li {
	margin-bottom: 16px;
	border-radius: 18px;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
}
.faq__inr ul li:last-child{
	margin-bottom: 0;
}
.faq__inr ul li div dl dt{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	background: #FF7777;
	position: relative;
	padding: 8% 8% 8% 16%;
	border-radius: 18px 18px 0 0;
}
.faq__inr ul li div dl dt::before{
	content: "Q.";
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 22px;
	left: 6%;
}
.faq__inr ul li div dl dd{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
	padding: 8% 8% 8% 16%;
}
.faq__inr ul li div dl dd::before{
	content: "A.";
	font-size: 20px;
	position: absolute;
	top: 22px;
	left: 6%;
}

/* お問い合わせ */
#contact {
	width: 90%;
	margin: 0 auto 10%;
}
#contact h2{
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: .08em;
	text-align: center;
	margin-bottom: 5%;
}
.contact__inr{
	width: 100%;
	margin: 0 auto;
}
.form__section{
	margin-bottom: 3%;
}
.form__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1%;
}
.form__box input {
	font-size: 16px;
	width: 100%;
	height: 50px;
	padding: 5px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.form__box.form__box-choice label,
.form__entry-check label {
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	height: 50px;
	display: block;
	line-height: 50px;
	padding-left: 12px;
	border: 1px solid #ddd;
}
.form__box.form__box-choice label input {
	font-size: 16px;
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-top: -4px;
	margin-right: 8px;
}
.form__box div{
	font-size: 16px;
}
.form__box div + div{
	margin-top: 8px;
}
.form__entry{
	font-size: 16px;
	line-height: 1.6;
}
.form__section.form__section-privacy{
	margin-bottom: 6%;
}
.form__entry .form__entry-text{
	margin-bottom: 1%;
}
.form__entry-text a{
	border-bottom: 1px solid #EA0029;
	color: #EA0029;
	display: inline;
}
.form__entry-btn input{
	background: #1870bc;
	width: 100%;
	padding: 8% 0;
	color: #fff;
	border: none;
	font-size: 18px;
	border-radius: 6px;
}
input[type="checkbox"], input[type="radio"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
}
input[type="checkbox"]:checked {
	background: #EA0029;
	border-radius: 3px;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 5px;
	transform: rotate(50deg);
	width: 3px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
.form__entry-check label input {
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius: 15px;
	margin-top: -4px;
	margin-right: 8px;
}
input[type="radio"]:checked {
	background: #EA0029;
}
input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	content: '';
}




}