/* ===================
    PRODUCT Edu STYLE
	LATEST UPDATE : 2023/06/16
	AUTHER : YAMAGISHI TAE
/* =================== 
Edu_page
-Edu_CatchCopy
-Edu_Feature
-Edu_AppList
-Edu_QandA
-Edu_Quotation
=====================================*/
.Edu_page{
    width: 100%;
    max-width: 640px;
    height: auto;
    line-height: 1.5;
    padding: 0;
    margin: 0, 20px, 0, 0;
    float: left;
    box-sizing: border-box;
}

:root{
    --Edu01:#163E15;
    --Edu02:#C9D6C8;
    --Edu03:#FFB62C;
    --Edu04:#E5EFE4;
}

.Edu_page h1{
    width: 90%;
    height: auto;
    margin:auto; 
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}
.Edu_page h2{
    width: 90%;
    height: auto;
    margin:auto; 
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: var(--Edu01);
    border:none;
}
.Edu_page h3{
    width: 90%;
    margin: 10px auto 20px; 
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: var(--Edu01);
}
.Edu_page h4{
    width: 90%;
    margin: 10px auto;  
    font-size: 14px;
    text-align: center;
}
.Edu_page p{
    font-size: 14px;
    margin: 0;
}

.Edu_page a{
    font-weight: bold;
}
.nb{
    white-space: nowrap;
}
.sub_txt{
    font-size: 0.7em;
    font-weight: normal;
    word-wrap: break-word;
}

.Edu_page ul{
    margin: 0;
    padding-inline-start: 1em;
}
section:nth-child(odd){
    background-color: var(--Edu02);
}
.Edu_page section{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.marker{
    background:linear-gradient(transparent 70%, var(--Edu03) 70%);
}

.Edu_inquiry_btn{
    display: block;
    width: 80%;
    min-width: 150px;
    max-width: 250px;
    box-sizing: border-box;
    margin: 40px auto;
    padding: 0.7em 1em;
    color: #fff;
    border: solid 3px var(--Edu03);
    background-color: var(--Edu03);
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.Edu_inquiry_btn:hover {
    color: var(--Edu03);
    border: solid 3px var(--Edu03);
    background: #fff;
    box-shadow: none;
    text-decoration: none;
  }

/* Edu_TOP_box */
.Edu_TOP_box{
    width: 100%;
    min-width: 320px;
    aspect-ratio: 2/1;
    background-color: var(--Edu02);
    overflow: hidden;
    position: relative;
}

.Edu_TOP_txt_box{
    width: 60%;
    height: 50%;
    max-height: 320px;
    position: absolute;
    left: 5%;
    top: 7%;
    text-align: center;
    z-index: 10;
}
.Edu_TOP_txt_box p{
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff,  1px -1px 0 #fff,
    1px 0 0 #fff, -1px  0 0 #fff,
    0 1px 0 #fff,  0 -1px 0 #fff;
}
.Edu_TOP_txt_01{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.Edu_TOP_txt_01-01{
    font-size: 1.2em;
    font-weight: bold;
    color: var(--Edu01);
    text-shadow: none;
}
.Edu_TOP_txt_02{
    font-size: 10px;
}
.Edu_TOP_logo{
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.Edu_TOP_txt_03{
    font-size: 10px;
    color: #000;
    margin: 5px auto 0;
}
.Edu_TOP_img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.Edu_TOP_btn01{
    display: block;
    margin: 10px auto;
}
.Edu_TOP_btn02{
    display: none;
}

/* Edu_CatchCopy */
#Edu_CatchCopy{
    text-align: center;
}
.Edu_CatchCopy h1 span{
     font-size: 24px;
}
.Edu_logo_img{
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

/* Edu_Feature */
.Edu_Feature_FlexBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Edu_Feature_FlexItem{
    width: 180px;
    height: auto;
    min-height: 260px;
    padding: 16px;
    margin: 8px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.Edu_Feature_FlexItem p{
    font-size: 12px;
    text-align: left;
}
.Edu_Feature_Item_icon{
    width: 50px;
    height: auto;
    margin: 10px auto;
}
.Edu_Feature_footnote{
    width: auto;
    color: #fff;
}
/* Edu_AppList */
#Edu_AppList{
    padding-left: 10px;
    padding-right: 10px;
}

.Edu_AppList_table_box{
    width: 100%;
    min-width: 250px;
    display: flex;
    flex-wrap: nowrap;
}

table{
    width: 100%;
    margin: 0;
    border-spacing:  0;
    border-collapse: collapse;
}
.comparison-table{
    width: 15%;
    border-collapse:  collapse;
    font-weight: bold;
}
.other-table{
    width: 20%;
    border-collapse:  collapse;
    font-size: 10px;
}
.Edu-table{
    width: 25%;
    box-sizing:content-box;
    border: solid 6px var(--Edu01);
    border-collapse:  collapse;    
    font-weight: bold;
    overflow: hidden;
}

thead{
    background-color:  var(--Edu02);    /* 背景色指定 */
}

tr:nth-child(even) {
    background-color:  var(--Edu04);    /* 背景色指定 */
}

th{
    height: auto;
    box-sizing: border-box;
    padding: 10px 3px;
}
tr th{
    font-size: 11px;
}

td{
    height: auto;
    min-height: 70px;
    box-sizing: border-box;
    padding: 10px 5px;;
    font-size: 12px;
    word-wrap: break-word;
}
td li{
    list-style:none;
}
.Edu_AppList_logo{
    width: 100%
}
.Edu_icon_check{
    width: 15%;
    height: auto;
}

th.Edu_Edu-table_txt{
    color: #fff;
    background-color: var(--Edu01);
    font-size: 1.3em;
    font-weight: bold;
}

td.Edu_comparison-table_txt{
    font-weight: bold;
}
td.Edu_comparison-table_txt_annotation{
    padding: 0 0 0 18px;
}
td.Edu_comparison-table_txt_annotation:dir(rtl) {
    padding: 0 21px 0 0;
}
td.Edu_Edu-table_txt{
    font-size: 1.3em;
    font-weight: bold;
}

.Edu_AppList_annotation{
    margin: 5px 0;
}

/* Edu_QandA */
.Edu_QandA_box{
    margin: 30px auto 0;
}

.Edu_QandA_Q{
    font-size:14px;
    font-weight: bold;
    padding: 0 18px;
}
.Edu_QandA_Abox{
    width: 100%;
    box-sizing:border-box;/* widthの数値で表示する（合算しない） */
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    margin: 10px auto 0;
}

.Edu_QandA_Abox p{
    font-size:14px;
}
.Edu_QandA_A01{
    margin: 0;
}
.Edu_QandA_A02{
    margin: 0;
}

.Edu_QandA_A02 ul li{
    list-style:disc;
}

/* Edu_inquiry */
#Edu_inquiry p{
    width: 100%;
    margin: auto;
    text-align: center;
}