@charset "UTF-8";

/* #main */

#main {
    background: url(../img/main_img.png) 0 0/cover no-repeat;
}

#main h2 {
    text-align: left;
    padding-top: 170px;
    padding-bottom: 85px;
}

#main .login_area {
    background: rgba(128, 128, 128, 0.5);
    padding: 35px 0;
    text-align: center;
}

#main .btn_area a {
    width: 270px;
    text-align: center;
    padding: 15px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
}

#main .btn_area a::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin: auto;
}

#main .btn_area a.login {
    background: #49b7b4;
    box-shadow: 0px 3px #347f7b;
}

#main .btn_area a.login:hover {
    box-shadow: none;
}

/* #news */
#news{
	background: #f4f6f7;
	padding: 36px 0 60px;
}
#news h2 {
	color: #444;
	margin-bottom: 60px;
	font-size: 35px;
	letter-spacing: 0.1em;
}
#news h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 7px;
	position: absolute;
	bottom: -20px;
	left: -6px;
	right: 0;
	margin: auto;
	background: #49b7b4;
}
.list_area > ul li{
	background: #FFF;
	padding: 18px 30px 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
	border-radius: 5px;
	margin-bottom: 10px;
}
.list_area > ul li:last-of-type{
margin-bottom: 0;
}
.list_area > ul li.text_no{
	padding: 18px 30px 12px;
}
.tag{
	display:inline-block;
	font-size: 13px;
	color: #fff;
	background: #d13440;
	padding: 0 15px;
	text-align: center;
	line-height: initial;
	margin-right: 30px;
}
.time{
	display:inline-block;
	font-size: 13px;
	line-height: initial;
	margin-right: 30px;
}
.news_head{
	display: flex;
}
.news_body h3{
	line-height: initial;
	margin-bottom: 20px;
	position: relative;
	top: -3px;
}
.text_no .news_body h3{
	margin-bottom: 0;
}
.news_body{
	flex: 1;
}
.news_body p{
text-align: left;
font-size: 14px;
position: relative;
}
.news_body p:before{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	margin: auto;
	border-bottom: 1px dashed #ccc;
	top: -12px;
	left: -188px;
	right: 0;
}
.text_no .news_body p{
display: none;
}


/* #sentei */

#sentei {
    margin-bottom: 100px;
}

#sentei .p_top {
    font-size: 24px;
    line-height: 1.8rem;
}

#sentei .p_bottom {
    font-size: 40px;
    position: relative;
    font-weight: bold;
    margin: 50px 0;
}

#sentei .p_bottom::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 5px;
    background: #d13440;
    bottom: -60px;
    left: calc(50% - 130px);
}


/* #mimamori */

#mimamori {
    padding-top: 100px;
    margin-bottom: 20px;
}

#mimamori p {
    margin-bottom: 40px;
}

#mimamori .article {
    background: #f4f6f7;
    border-radius: 5px;
    padding: 25px 10px 40px;
    position: relative;
}

#mimamori .article p {
    font-weight: bold;
    font-size: 20px;
}

#mimamori .article span:nth-child(1) img,
#mimamori .article span:nth-child(3) img {
    width: 375px;
    height: auto;
}

#mimamori .article span:nth-child(2) img {
    width: 61px;
    height: 59px;
    margin: 0 30px;
}

#mimamori .bg_green {
    padding-top: 20px;
}


/* #select */

#select {
    padding-top: 100px;
    margin-bottom: 160px;
}

#select h2+p {
    margin-bottom: 100px;
}

#select dl {
    text-align: center;
    padding: 40px 30px;
    box-shadow: 0 0 5px #999;
    flex-basis: auto;
    border-radius: 5px;
    width: 305px;
}

#select dl:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

#select dt {
    font-size: 45px;
    line-height: 45px;
    color: #49b7b4;
    font-weight: bold;
    margin-bottom: 30px;
}

#select dd {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: bold;
}

#select dd p:nth-child(1) {
    margin-bottom: 40px;
}

#select .flex {
    justify-content: space-evenly;
}


/* #plus */

#plus {
    background: #49b7b4;
    color: #fff;
    padding: 60px 0;
}

.section h2.akushu {
    color: #fff;
}

.section h2.akushu span {
    display: inline-block;
    padding: 10px 20px 20px 90px;
    position: relative;
    background: none;
}

#plus h2+p {
    margin-bottom: 30px;
}

#plus .plan {
    background: #fff;
    border-radius: 5px;
    padding: 60px 35px 35px;
    margin-bottom: 85px;
}

#plus .plan h3 {
    color: #444;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
}

#plus .plan h3 span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

#plus .plan h3 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #49b7b4;
    bottom: -45px;
    left: 0;
}

#plus .plan h3 span::after {
    content: "";
    position: absolute;
    bottom: -65px;
    left: calc(50% - 15px);
    border: 8px solid transparent;
    border-top: 13px solid #49b7b4;
}

#plus .plan dl {
    margin-bottom: 10px;
}

#plus .plan dt {
    font-size: 30px;
    font-weight: bold;
    color: #49b7b4;
    margin-bottom: 20px;
    padding-left: 20px;
}

#plus .plan dd {
    color: #444;
    font-size: 18px;
    background: #f4f6f7;
    padding: 25px 20px 25px;
    border-radius: 5px;
}

#plus .plan .img_area {
    text-align: center;
    margin-bottom: 100px;
}

#plus .plan .img_area span {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

#plus .plan dd .flex {
    justify-content: flex-end;
}

#plus .plan dd .flex div:nth-child(1) {
    margin-right: 40px;
    position: relative;
}

#plus .plan .more {
    text-align: right;
}

#plus .plan .more a {
    color: #d13440;
    font-size: 17px;
    padding: 10px 20px;
    text-decoration: none;
}

#plus .plan .more a:hover {
    text-decoration: underline;
}

#plus .plan dd .bottom {
    position: absolute;
    bottom: 0;
}


/* #features */

#features {
    margin-bottom: 80px;
}

#features h2 {
    text-align: left;
    font-size: 45px;
    line-height: 5rem;
    margin-bottom: 100px;
}

#features h2::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 5px;
    background: #d13440;
    bottom: -40px;
    left: 0;
}

#features p {
    text-align: left;
    margin-bottom: 50px;
}

#features p.center a img {
    box-shadow: 0 0 5px #999;
}

#features p.center a:hover img {
    opacity: .7;
    box-shadow: none;
}


/* #price */

#price {
    background: #f4f6f7;
    padding: 60px 0;
}

#price h2 {
    color: #444;
    margin-bottom: 80px;
}

#price h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 7px;
    background: #49b7b4;
    bottom: -40px;
    left: calc(50% - 50px);
}

#price h2+p {
    margin-bottom: 60px;
}

#price span:nth-child(2) img {
    margin: 0 30px;
}

#price span:nth-child(1) img,
#price span:nth-child(2) img {
    margin-top: 80px;
}
#price span:nth-child(3) img{
    width: 385px;
}
#price .kome{
    text-align: left;
    margin-top: 8px;
}
#price .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
        gap: 20px;
}