@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

.guitrigger{
    display: flex;
    flex-direction: column;
    margin:0 auto;
    width:1024px;
    margin-bottom:50px;
}
.guidance_cont{
    width:100%;
    height:auto;
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    padding:40px 0;
}

.gui_span{
    color:#1d2dc8;
    font-size:1.2rem;
}
.guidance_cont p{
    margin-top:2rem;
}
.gui_table{
    width:520px;
    height:50px;
    border-collapse: collapse;
}
.gui_table ul{
    margin-left:-30px;
}
th{
    background:#1d2dc8;
    border:1px solid #1d2dc8;
    color:#fff;
    width:200px;
}
td{
    background:#fff;
    border:1px solid #1d2dc8; 
    padding-left:1rem;
}
.month{
    margin-bottom:40px;
}
.gui_r{
    margin-top:20px;
    display: flex;
    width:100%;
    margin-left:20px;
}
.pc_gui{
    width:100%;
    height:auto;
}
.sp_gui{
    display: none;
}
.nyukai_taiken{
	display: flex;
	align-items: center;
}
.nyukawrap{
	display: flex;
	flex-direction: column;
	width:calc(50% - 10px);
}
.nyukawrap .ryokin_cate{
	margin-bottom:20px;
}
.priceimg{
	width:calc(50% - 10px);
}
.priceimg img{
	width:100%;
}
.yasusa{
	line-height: 2;
}
.largeline{
	font-size: 1.8rem;
	font-weight: 700;
	background: linear-gradient(transparent 70%, #ffeeb9 70%);
}
.b_txt{
	font-weight: 700;
}