@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.point h3{
	font-size: 3.0em;
	color: #79156A;
}

.point table td p {
	order: 2px solid #EEE2F6;
    border-radius: 10px;
    margin-right: 10px;
    width: 90%;
    padding: 10px;
    display: inline-block;
    background: #EEE2F6;
    color: #9F4A9A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

/*================== ○○○○.html =================*/

@media only screen and (max-width: 768px){
.FLX2 .box {
    width: 20%;
}
}


@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){

.point h3{
	font-size: 1.4em;
	color: #79156A;
}

.point table td p {
	order: 2px solid #EEE2F6;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    display: inline-block;
    background: #EEE2F6;
    color: #9F4A9A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.FLX2 .box {
    width: 33%;
}

}