@charset "utf-8";
header .header-menu a.trans2 {
    padding-right: 16px;
}
header .header-menu a.trans2::before {
    display: block;
    position: absolute;
    content: "";
    top: unset;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
}
header .header-menu a.trans2:hover::before {
    border-color: #2252C1;
}
header .header-menu a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #2252C1;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.index-page #main{
	height: 720px;
	background: linear-gradient(180deg, #2252C1 0%, #2252C1 20%, #007DD8 72%, #007DD1 100%) 0% 0% no-repeat padding-box;
	background: linear-gradient(rgb(155 185 255) 0%, rgb(176 199 255) 20%, rgb(210 236 255) 72%, rgb(234 247 255) 100%) 0% 0% no-repeat padding-box padding-box;
	overflow-x:hidden;
	padding: 0;
}
#title {
    background: none;
    padding: 0;
}
#pankuzumenu,
#pankuzumenu a{
    color: #303744;
}
.index-page #main .wrapper{
    padding-top: 0;
	height: 580px;
}
.index-page .main-title h1 {
    padding: 16px 40px;
    background: rgb(255 255 255 / 80%);
}
.index-page .main-title h1 img {
    width: 300px;
}

/*====== price plan-list ======*/
.plan-list{
    display: flex;
    justify-content: center;
	margin: 0 auto 40px;
}
.plan-list-label {
    display: flex;
    flex-direction: column;
	width: 40%;
}
.list-label-item.list-label-grid {
	display: grid;
    grid-template-columns: 32% 68%;
    text-align: left;
}
.list-label-item {
    border-top: 1px solid #DAE3ED;
}
.list-label-item:first-child {
    margin: 24px 0;
	border-top: none;
}
.list-label-item:last-child{
	border-bottom: 1px solid #DAE3ED;
}
.list-label-item h6 {
    font-weight: 600;
    color: #737B92;
	padding: 12px 0;
}
h6.list-label-item-title {
    padding-top: 12px;
	margin: 0;
}
h6.list-label-item-subtitle {
    border-top: 1px solid #DAE3ED;
	margin: 0;
}
h6.list-label-item-subtitle:first-child {
	border-top: none;
}
.list-label-item:first-child,
.plan-list-head{
	height: 113px;
}
h6.list-label-item-subtitle,
.plan-item .plan-item-list {
	height: 48px;
}
h6.list-label-item-subtitle.size-l,
.plan-item .plan-item-list.size-l {
    height: 120px;
}
h6.list-label-item-subtitle.size-m,
.plan-item .plan-item-list.size-m {
    height: 80px;
}
.plan-list-inner{
    position: relative;
    margin: 0 4px;
    padding: 20px 0 0;
    border: 1px solid #DAE3ED;
    border-radius: 8px;
    width: 30%;
    overflow: hidden;
    border-top: 8px solid #634eb9;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}
.plan-list-inner.plan-std {
    border-top-color: #2961E2;
}
.plan-list-inner h3 {
    color: #634eb9;
    font-size: 1.625em;
    line-height: 1.25;
	margin-bottom: 20px;
}
.plan-list-inner.plan-std h3 {
    color: #2961E2;
}
.plan-list-inner h3::after{
	display: none;
}
.plan-list-inner p {
    text-align: center;
    line-height: 1.5;
    letter-spacing: -0.0025em;
}
.plan-list .attention {
    display: inline-block;
    font-weight: 700;
    background: #1D56DB;
    padding: 1px 8px 2px;
    margin: -4px 8px 0;
    border-radius: 20px;
    vertical-align: middle;
}
.plan-list .attention p{
    color: #fff;
	font-size: 0.5em;
}
.plan-item {
	margin-top: 20px;
}
.plan-item .plan-item-list {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.plan-item .plan-item-list:nth-child(2n+1) {
    background: #EFF5FF;
}
.plan-item .plan-item-list:last-child {
    padding-bottom: 4px;
}
.plan-item-list h6 {
    font-size: 0.875em;
    font-weight: 600;
    color: #737B92;
    margin-bottom: 8px;
}
.plan-item-list .plan-text {
    font-weight: 600;
    line-height: 1;
	font-size: 1.125em;
}
.plan-item-list .checkon:before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 10px;
    height: 18px;
    border-right: 4px solid #0034ad;
    border-bottom: 4px solid #0034ad;
}
.plan-item-list .checkoff:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    border-bottom: 2px solid #737B92;
}
.plan-text-b {
	position: relative;
    font-weight: 700;
    font-size: 1.25em;
    color: #fff;
    background: #ff557c;
    margin: 20px 12px 0 12px;
    padding: 12px;
    border-radius: 6px;
}
.plan-text-b:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent;
    border-width: 8px 10px;
    border-bottom-color: #ff557c;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 100%;
}
.plan-item-list .option {
    font-weight: 500;
    font-size: 12px;
    color: #0034ad;
    background: #fff;
    border: 1px solid;
    border-radius: 4px;
    padding: 1px 6px 2px;
    line-height: 1.5;
	display: inline-block;
    margin-top: 10px;
}
.plan-item-list .checkon .option {
    margin-top: auto;
    position: absolute;
    right: 32px;
    top: 14px;
}
.plan-info{
	padding: 24px;
    margin: 0 auto 40px;
}
.plan-info p {
    color: #737B92;
    line-height: 1.5;
	letter-spacing: -0.00125em;
}
.plan-include.item-flex.bdr-g {
    margin: 0 auto 60px;
}
.plan-include ul {
    font-weight: 500;
}


@media screen and (max-width: 769px) {
	.index-page .main-item {
        height: 634px;
		padding-top: 36px;
    }
	.index-page .main-img {
		bottom: 19%;
	}
	.index-page .main-title h1 img {
		width: 100%;
	}
	.index-page .main-record-sub {
		bottom: 14%;
	}
	.index-page .sec-cont .wrapper .wrapper {
		padding: 40px 0 0;
	}
	
	h5.lineup-title {
        padding: 32px 0 0;
    }
	
	/*======plan-list======*/
	.plan-list-label.pc{
		display: none;
	}
	
	h5.list-label-item-subtitle,
	.plan-item .plan-item-list {
		height: 90px;
		justify-content: flex-start;
		padding: 12px 6px;
	}
	h5.list-label-item-subtitle.size-l,
	.plan-item .plan-item-list.size-l {
		height: 180px;
	}
	h5.list-label-item-subtitle.size-m,
	.plan-item .plan-item-list.size-m {
		height: 148px;
	}
	.plan-item .plan-item-list.op{
		height: 124px;
	}
	.plan-item .plan-item-list.op .option {
		top: 54px;
		right: 27%;
	}
	.plan-item-list .checkon:before {
	    top: 32px;
	}
	.plan-item-list .checkoff:before {
    	top: 40px;
	}
	.plan-item .plan-item-list.op .checkon:before {
		top: 64px;
	}
	.plan-list-inner {
		margin: 0 4px;
		padding: 24px 0 0;
		width: 50%;
	}
	.plan-list-inner h3 {
		font-size: 1.25em;
	}
	.plan-list-inner p {
		letter-spacing: -0.0125em;
	}
	.plan-item-list h5 {
		line-height: 1.25;
	}
	.plan-item-list .plan-text {
		font-size: 0.875em;
		line-height: 1.25;
		margin-bottom: 8px;
	}	
	.plan-text-b {
		font-size: 1em;
		line-height: 1.25;
		margin: 8px;
	}
	.plan-text-b .fs {
		display: block;
	}
	.attention p {
		font-size: 0.125em;
		line-height: 1;
	}
	.plan-list {
		margin-bottom: 40px;
	}
	.plan-info .img {
		width: 80%;
	}
	.plan-info p {
		font-size: 0.75em;
	}
	.plan-include {
		flex-direction: column;
		padding: 24px 16px;
		margin-bottom: 40px;
	}
	.plan-include.item-flex.bdr-g {
		margin-bottom: 24px;
	}
	.plan-include h4 {
		margin: 0 0 8px 0;
		font-size: 1em;
	}
	.plan-include ul {
		margin-left: 32px;
		line-height: 1.25;
	}
	.plan-include ul li:before {
		top: 7px;
		width: 4px;
		height: 10px;
	}

}
