@charset "utf-8";
/* main
=========================================*/
.container{
	background-color:#fff;
}
.main-section-title {
	margin-top: 50px;
}
　
/*ここまで削除禁止　スタイル追加はこの下へ
=========================================*/

.main-section-title {
    margin-top: 50px;
}
.bannar-menu ul {
    overflow: hidden;
	margin-bottom: 100px;
}
.bannar-menu li {
    display: inline-block;
    margin: 10px 15px 10px 0;
}
.bannar-menu li.last {
    display: inline-block;
    margin: 10px 0 10px 0;
}
.main-head-text2 p{
	font-size:117%;
	line-height:1.9;
}
.main-head-text2 {
    float: left;
    width: 500px;
}
.small-text{
	font-size:80%;
}
.text-contents{
	background-color:#FDE7C5;
	padding:20px;
}
.text-contents ul{
	background-color:#fff;
	padding:30px;
}
.text-contents li{
	margin-bottom:30px;	
}
.text-contents li.last{
	margin-bottom:0;	
}
.img-bottom{
	margin-bottom:20px;
}
.main-head-text p {
    font-size: 117%;
    line-height: 1.9;
    margin-bottom: 25px;
}
.main-head-text p.last{
	margin-bottom:20px;
}
.main-contents-table td.subtitle {
    background-color:#EBEBEB;
}
td {
    font-size: 117%;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: solid 2px #ccc;
}
table {
    width: 720px;
    padding: 0 10px;
    border-collapse: collapse;
}
.main-contents-table p{
	font-size: 117%;
	line-height:1.9;
}
.main-caution-box{
	margin-top:50px;
}
.main-caution-box img{
	margin-bottom:20px;
}
.main-caution-box p{
	font-size: 117%;
	text-indent:-1em;
	padding-left:1em;
}

.main-section-num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #0E0253;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	margin-right: 10px;
}
.intro_box {
	background: #E8E8E8;
	padding: 20px;
	width: 100%;
	margin: 0 auto 20px;
}
.intro_box p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
	span {
		color: #0E0253;
	}
}
.intro_box--main {
	width: 100%;
	padding: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.intro_txt {
	font-size: 14px;
}
.img_flex {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}
.border_img {
	max-width: 278px;
	width: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0E0253;
}
.img_flex-right {
	width: 420px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 117%;
	line-height: 1.9;
}
.analytics_flex--txt {
	width: 100%;
	padding: 20px;
	background: #E8E8E8;
}
.analytics_flex--headline {
	font-size: 18px;
	color: #0E0253;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px;
}
.analytics_flex--list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
	margin-top: 20px;
}
.analytics_flex--list li {
	width: calc(50% - 10px);
	font-size: 14px;
	text-indent: -14px;
	padding-left: 14px;
	margin-bottom: 3px;
}
.analytics_flow {
	width: 100%;
	padding: 20px;
	background: #E8E8E8;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 32px 24px;
	& li {
		max-width: 210px;
		width: 100%;
		min-height: 230px;
		padding: 50px 20px 20px;
		margin: 20px 0 0;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
.analytics_flow--title {
	font-size: 18px;
	font-weight: bold;
	color: #0E0253;
	text-align: center;
}
/* 数字付きBOX */
.num_box {
	padding: 36px 18px 18px;
	background: #fff;
	position: relative;
	&::before {
		content: "";
		width: 48px;
		height: 48px;
		background: #0E0253;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: auto;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
	}
	&:nth-child(1)::before {content: "01";}
	&:nth-child(2)::before {content: "02";}
	&:nth-child(3)::before {content: "03";}
	&:nth-child(4)::before {content: "04";}
	&:nth-child(5)::before {content: "05";}
	&:nth-child(6)::before {content: "06";}
	&:nth-child(7)::before {content: "07";}
	&:nth-child(8)::before {content: "08";}
}

/* 矢印を追加する場合 */
.num_box--arrow {
  &::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -18px;
		background: #0E0253;
		height: calc(28px / 2 * tan(60deg));
		width: 12px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
	&:last-child::after {
		content: none;
	}
}
/* 注意書き */
.note_list {
	margin-top: 10px;
}
.note_list li {
	font-size: 14px;
	text-indent: -14px;
	padding-left: 14px;
}

.analytics_flex--price {
	max-width: 340px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	& dd {
		width: 80px;
		font-size: 16px;
	}
	& dt {
		width: calc(100% - 80px);
	}
	& span {
		font-size: 16px;
		font-weight: bold;
	}
}
.analytics_flex--headline {
	font-size: 18px;
	color: #0E0253;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px;
}
.analytics_flex--right{
	max-width: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.analytics_flex--point {
    max-width: 340px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto 0;
		& li {
        padding: 5px 8px;
        border: 1px solid #0E0253;
        color: #0E0253;
        background: #fff;
        font-size: 14px;
    }
}