@charset "UTF-8";
.flex {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: space-between;
 justify-content: space-between;
}
*{
	box-sizing: border-box;
}

#areaRika-eton {}
#areaRika-eton h2 {
    background-color: #EE86B4;
}
.area_inner {
    background-color: #fff;
    padding: 38px 40px;
    border-radius: 13px;
}
#sec01 {
    margin-bottom: 30px;
}
#sec01 .main_img {
    background-color: #FBE2ED;
    border-radius: 14px;
    text-align: center;
    padding: 30px 0 41px;
}
#sec01 .main_img p {
}
#sec01 .main_img img {}

#sec02 {
	background: url(../rika-eton/img/bg_img.png) center top repeat-y;
	border: 3px solid #EE86B4;
	border-radius: 14px;
	padding: 55px 68px 60px;
}
#sec02 .sec02_01 {
    margin-bottom: 28px;
}
#sec02 .sec02_01_img {
    width: 35%;
    margin-right: 2%;
}
#sec02 .sec02_01_img img {
    width: 100%;
    max-width: 294px;
}
#sec02 .sec02_01_txt {
    width: 63%;
}
#sec02 .sec02_01_tit {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.8;
    color: #E50069;
    margin-bottom: 30px;
}
#sec02 .sec02_01_p {
    margin-bottom: 10px;
}
#sec02 .sec02_01_img2 {}
#sec02 .sec02_01_img2 img {}
#sec02 .sec02_01_p2 {
    margin-bottom: 60px;
    padding-left: 20px;
}
#sec02 .size {
    border: 6px solid #E5E5E5;
    border-radius: 14px;
    background-color: #fff;
    padding: 75px 45px 56px;
    margin-bottom: 75px;
    position: relative;
}
#sec02 .size h3 {
    text-align: center;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
}
#sec02 .size h3 img {}
#sec02 .size .size_01 {
    margin-bottom: 42px;
    justify-content: center;
}
#sec02 .size .size_01 > p:nth-child(1) {
    margin-right: 5px;
}
#sec02 .size .size_01 > p:nth-child(1) img {
}
#sec02 .size .size_01 > div {}
#sec02 .size .size_01 > div > p {
    margin-bottom: 25px;
    font-size: 16px;
}
#sec02 .size .size_01 > div ul {}
#sec02 .size .size_01 > div ul li {
    background-color: #E4721D;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
    margin-right: 6px;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
#sec02 .size .size_01 > p:nth-child(3) {}
#sec02 .size .size_01 > p:nth-child(3) img {}
#sec02 .size .size_02 {
    padding: 0 5px;
}
#sec02 .size .size_02 .size_table01 {
    width: 47%;
}
#sec02 .size .size_02 .size_table02 {
    width: 47%;
}
#sec02 .size .size_02 h4 {
    border-left: 8px solid #EE86B4;
    line-height: 24px;
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

table.table01 {}
table.table01 {
    width: 100%;
    border-left: 1px solid #ccc;
}
table.table01 tr {
    border-bottom: 1px solid #ccc;
}
table.table01 tr:first-child {
    border-bottom: none;
}
table.table01 tr:first-child th {
    background-color: #F186B5;
    color: #fff;
    width: 20%;
}
table.table01 th,
table.table01 td {
    border-right: 1px solid #ccc;
    text-align: center;
    font-weight: normal;
    line-height: 32px;
}

#sec02 .size .size_02 table {}
#sec02 .size .size_02 table tr {}
#sec02 .size .size_02 table tr:first-child {}
#sec02 .size .size_02 table tr:first-child th {}
#sec02 .size .size_02 table th,
#sec02 .size .size_02 table td {}
#sec02 .size .size_02 table th {}
#sec02 .size .size_02 table td {}
#sec02 .size .size_02 .size_table01 table {}
#sec02 .size .size_02 .size_table02 table {}
#sec02 .size .size_02 .size_table02 table:first-child {
    margin-bottom: 33px;
}

#sec02 .price {
    border: 6px solid #E5E5E5;
    border-radius: 14px;
    background-color: #fff;
    padding: 20px 50px 44px;
    position: relative;
}
#sec02 .price h3 {
    text-align: center;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
}
#sec02 .price h3 img {}
#sec02 .price small {
    text-align: right;
    display: block;
    margin-bottom: 14px;
}
#sec02 .price .price_01 {}
#sec02 .price .price_table01 {
    width: 47%;
    margin-top: 20px;
}
#sec02 .price .price_table02 {
    width: 47%;
}
#sec02 .price .price_01 h4 {
    border-left: 8px solid #EE86B4;
    line-height: 24px;
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: 0.1em;
}
#sec02 .price .price_01 table {}
#sec02 .price .price_01 table tr {}
#sec02 .price .price_01 table th,
#sec02 .price .price_01 table td {}
#sec02 .price .price_01 table th {
    width: 50%;
}
#sec02 .price .price_01 table td {}

@media screen and (max-width:999px) {
	#areaRika-eton {}
	#areaRika-eton h2 {}
	.area_inner {
    padding: 35px 5%;
}
	#sec01 {}
	#sec01 .main_img {}
	#sec01 .main_img p {
    width: 80%;
    margin: 0 auto;
}
	#sec01 .main_img img {}

	#sec02 {
    padding: 40px 4.5% 40px;
}
	#sec02 .sec02_01 {}
	#sec02 .sec02_01_img {
}
	#sec02 .sec02_01_img img {
    width: 95%;
}
	#sec02 .sec02_01_txt {}
	#sec02 .sec02_01_tit {
    font-size: 22px;
}
	#sec02 .sec02_01_p {}
	#sec02 .sec02_01_img2 {}
	#sec02 .sec02_01_img2 img {}
	#sec02 .sec02_01_p2 {}
	#sec02 .size {
    padding: 50px 5% 40px;
}
	#sec02 .size h3 {}
	#sec02 .size h3 img {}
	#sec02 .size .size_01 {}
	#sec02 .size .size_01 > p:nth-child(1) {
    margin: 0 0 10px;
}
	#sec02 .size .size_01 > p:nth-child(1) img {}
	#sec02 .size .size_01 > div {
    margin-bottom: 20px;
}
	#sec02 .size .size_01 > div > p {}
	#sec02 .size .size_01 > div ul {}
	#sec02 .size .size_01 > div ul li {}
	#sec02 .size .size_01 > p:nth-child(3) {}
	#sec02 .size .size_01 > p:nth-child(3) img {}
	#sec02 .size .size_02 {
    padding: 0;
}
	#sec02 .size .size_02 .size_table01 {
    width: 100%;
    margin-bottom: 33px;
}
	#sec02 .size .size_02 .size_table02 {
    width: 100%;
    padding: 0;
}
	#sec02 .size .size_02 h4 {}

	table.table01 {}
	table.table01 {}
	table.table01 tr {}
	table.table01 tr:first-child {}
	table.table01 tr:first-child th {}
	table.table01 th,
	table.table01 td {}

	#sec02 .size .size_02 table {}
	#sec02 .size .size_02 table tr {}
	#sec02 .size .size_02 table tr:first-child {}
	#sec02 .size .size_02 table tr:first-child th {}
	#sec02 .size .size_02 table th,
	#sec02 .size .size_02 table td {}
	#sec02 .size .size_02 table th {}
	#sec02 .size .size_02 table td {}
	#sec02 .size .size_02 .size_table01 table {}
	#sec02 .size .size_02 .size_table02 table {}
	#sec02 .size .size_02 .size_table02 table:first-child {}

	#sec02 .price {
    padding: 60px 5% 40px;
}
	#sec02 .price h3 {}
	#sec02 .price h3 img {}
	#sec02 .price small {}
	#sec02 .price .price_01 {}
	#sec02 .price .price_table01 {
    width: 100%;
    margin-bottom: 33px;
}
	#sec02 .price .price_table02 {
    width: 100%;
}
	#sec02 .price .price_01 h4 {}
	#sec02 .price .price_01 table {}
	#sec02 .price .price_01 table tr {}
	#sec02 .price .price_01 table th,
	#sec02 .price .price_01 table td {}
	#sec02 .price .price_01 table th {}
	#sec02 .price .price_01 table td {}
	
}
@media screen and (max-width:699px) {
	#areaRika-eton {}
	#areaRika-eton h2 {}
	.area_inner {
    padding: 25px 2%;
}
	#sec01 {
    margin-bottom: 20px;
}
	#sec01 .main_img {
    padding: 20px 0 20px;
}
	#sec01 .main_img p {}
	#sec01 .main_img img {}

	#sec02 {
    padding: 30px 4% 30px;
}
	#sec02 .sec02_01 {}
	#sec02 .sec02_01_img {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
}
	#sec02 .sec02_01_img img {
    width: 80%;
    max-width: 200px;
}
	#sec02 .sec02_01_txt {
    width: 100%;
}
	#sec02 .sec02_01_tit {
    font-size: 16px;
    margin-bottom: 15px;
}
	#sec02 .sec02_01_p {}
	#sec02 .sec02_01_img2 {}
	#sec02 .sec02_01_img2 img {}
	#sec02 .sec02_01_p2 {
    padding: 0;
}
	#sec02 .size {
    padding: 30px 3% 30px;
}
	#sec02 .size h3 {}
	#sec02 .size h3 img {
		-webkit-transform: scale(0.75);
    transform: scale(0.75);
}
	#sec02 .size .size_01 {
    margin-bottom: 30px;
}
	#sec02 .size .size_01 > p:nth-child(1) {
    width: 80%;
    max-width: 150px;
}
	#sec02 .size .size_01 > p:nth-child(1) img {}
	#sec02 .size .size_01 > div {
    width: 100%;
    margin-bottom: 10px;
}
	#sec02 .size .size_01 > div > p {
    font-size: 13px;
}
	#sec02 .size .size_01 > div ul {
    justify-content: center;
}
	#sec02 .size .size_01 > div ul li {
    min-width: 50px;
    margin: 0 1% 5px;
    font-size: 10px;
}
	#sec02 .size .size_01 > p:nth-child(3) {}
	#sec02 .size .size_01 > p:nth-child(3) img {}
	#sec02 .size .size_02 {}
	#sec02 .size .size_02 .size_table01 {}
	#sec02 .size .size_02 .size_table02 {}
	#sec02 .size .size_02 h4 {
    font-size: 15px;
    line-height: 20px;
    border-width: 4px;
    padding-left: 6px;
}

	table.table01 {}
	table.table01 {}
	table.table01 tr {}
	table.table01 tr:first-child {}
	table.table01 tr:first-child th {}
	table.table01 th,
	table.table01 td {
    font-size: 12px;
}

	#sec02 .size .size_02 table {}
	#sec02 .size .size_02 table tr {}
	#sec02 .size .size_02 table tr:first-child {}
	#sec02 .size .size_02 table tr:first-child th {}
	#sec02 .size .size_02 table th,
	#sec02 .size .size_02 table td {}
	#sec02 .size .size_02 table th {}
	#sec02 .size .size_02 table td {}
	#sec02 .size .size_02 .size_table01 table {}
	#sec02 .size .size_02 .size_table02 table {}
	#sec02 .size .size_02 .size_table02 table:first-child {}

	#sec02 .price {
    padding: 55px 3% 30px;
}
	#sec02 .price h3 {}
	#sec02 .price h3 img {
		-webkit-transform: scale(0.75);
    transform: scale(0.75);
}
	#sec02 .price small {
    margin-bottom: 8px;
    font-size: 12px;
}
	#sec02 .price .price_01 {}
	#sec02 .price .price_table01 {}
	#sec02 .price .price_table02 {}
	#sec02 .price .price_01 h4 {
    font-size: 15px;
    line-height: 20px;
    border-width: 4px;
    padding-left: 6px;
}
	#sec02 .price .price_01 table {}
	#sec02 .price .price_01 table tr {}
	#sec02 .price .price_01 table th,
	#sec02 .price .price_01 table td {}
	#sec02 .price .price_01 table th {}
	#sec02 .price .price_01 table td {}
}
@media screen and (max-width:374px) {
	#sec02 .size h3 {
    top: -35px;
}
	#sec02 .price h3 {
    top: -35px;
}
}
