@charset "UTF-8";

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    background-color: #faf8f5;
}

p , h1 , h2 , h3{
    	line-height: 1.7;
	margin-top:20px;
}
b{
    font-weight:bold;
}
img{
	width: 100%;
	vertical-align: top;
	margin-top:20px;
}

a {
    color: #115bac;
    /*text-decoration: none;*/
}

a:hover {
    opacity: 0.7;
}

/*装飾*/
.taC{
	text-align: center;
}
.fsL{
    font-size:1.1em;
    font-weight: bold;
}
.fsLL{
    font-size:1.5em;
    font-weight: bold;
}
.fsS{
    font-size: 0.8em;
}
.fsSS{
    font-size: 0.5em;
}
.fcR{
    color: #dd3939;
}

.fcB{
    color: #0553b9;
}

.fcY{
    color: #ffff66;
}

.fcG{
    color: #c1c1c1;
}

.fcO{
    color: #ff4c00;
}

.marker{
    background:linear-gradient(transparent 60%, #ff6 60%);
}
.fwB{
	font-weight: bold;
}

.fo-up{
    font-size: 200%;
}
/*余白*/
.mt0{
	margin-top: 0;
}
.mt1{
	margin-top: 1%;
}
.mt2{
	margin-top: 2% !important;
}


.mt5{
	margin-top: 5%;
}

.mb1{
	margin-bottom: 1%;
}

.mb2{
	margin-bottom: 2%;
}

.mb5{
	margin-bottom: 5%;
}

.pb5{
	padding-bottom: 5%;
}

/*揃え*/
.taC{
    text-align: center;
}

.taL{
    text-align: left;
}

.taR{
    text-align: right !important;
}

/*文字サイズ*/
.tyu{
    font-size: 70%;
    text-align: right;
    color: #999;
    margin: 5px 0;
}

.big{
    font-size: 120%;
}


/*表示非表示*/
.pc{
    display: block;
}

.sp{
    display: none;
}

footer {
    padding: 5% 2% 6%;
    text-align: center;
    background-color: #ff7b2f;
    color: #fff;
	font-size: 13px;
}

footer a {
    color: #fff;
}

#content {
	width: 700px;
	margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(206 206 206 / 50%);
}

#content02{
    text-align: left;
    margin: 0 auto;
	padding: 2%;
}
h1{
    margin: 0;
}

h2{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin: 8% 0 2%;
    background-color: #ff7b2f;
    padding: 2% 2% 2% 3%;
    text-align: center;
    line-height: 1.5;
}

h3{
    font-size: 20px;
    font-weight: bold;
    margin: 1% 0;
    padding: 1% 1% 1% 2%;
}

/*余白*/
@media screen and (max-width: 767px) {
.mt1{
	margin-top: 10px;
}

.mt2{
	margin-top: 20px;
}


.mb1{
	margin-bottom: 10px;
}

.mb2{
	margin-bottom: 20px;
}

.pc{
    display: none;
}

.sp{
    display: block;
}

#content {
    width: 100%;
}
	
#content02{
	padding-top: 0;
}

footer {
    padding: 10% 2%;
	font-size: 14px;
}

h2{
    font-size: 18px;
    margin: 30px 0 25px;
    padding: 2% 2% 2% 3%;
}
}


/*-----MV-----*/
.mv{
    margin-top: 0;
}




/*-----検索-----*/
.sear .btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
    margin: 13px auto 20px;
    display: block;
    width: 55%;
}
.sear .index_search {
    border-collapse: collapse;
    width: 90%;
    background: #fff;
    font-size: 1em;
}
.sear .searchtable .searchcenter {
    text-align: center;
}

.sear table{
    margin: 0 auto 2%;
}

.sear .index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
.sear .searchtable,.sear .searchtable tr,.sear .searchtable td,.sear .searchtable th {
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.sear table.index_search.mb20.searchtable {
    padding: 5px 10px 5px 10px;
    text-align: center;
	border: 1px solid #ccc;
}
.sear table.index_search.mb20.searchtable td {
    border: 1px solid #afafaf;
}
.sear table.index_search.mb20.searchtable th {
    border: 1px solid #afafaf;
}
.sear .searchtable .searchbutton {
    background-color: #FF6D46;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
}
.sear .index_search th {
    border-collapse: collapse;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
    padding: 10px;
    line-height: 1.4;
    border-right: 1px solid #ccc;
}
.sear .index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
.sear .searchtable .searchbutton {
    background-color: #FF6D46;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin: 10px auto;
}

/* 比較表　小 */
.comparison table {
    border-collapse: collapse;
    margin: 2% auto 0;
    padding: 0;
    max-width: 650px;
    width: 90%;
    table-layout: fixed;
    line-height: 1.5;
    font-weight: bold;
  }
  .comparison tbody{
    vertical-align: middle;
  }
  
  .comparison  table tr {
    background-color: #e8e9e9;
    padding: .35em;
    border-bottom: 2px solid #fff;
  }
  .comparison table th,
  .comparison table td {
    padding: 1em 1em 1em 20px;
    border-right: 2px solid #fff;
  }
  .comparison table td{
    text-align: center;
  }
  .comparison table th {
    font-size: .85em;
  }
  .comparison table thead tr{
    background-color: #f6a000;
    color:#fff;
  }
  .comparison table tbody th {
      background: #f66f00;
      color: #fff;
      vertical-align: middle;
      text-align: center;
  }
  .comparison td.non {
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .comparison table {
        line-height: 1.3;
        width: 100%;
    }
    .comparison table th, .comparison table td{
        padding: 2%;
    }
    .fsS{
        font-size: 0.5em;
    }
  }



/*----------表----------*/
.ranktable{
    margin-top: 4%;
}
.ranktable h2{
    position: relative;
    margin: 8% 0 1%;
}
.ranktable h2::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #2181c7;
}
.bgY {
background-color: #fffde8 !important;
}

.comparison-table a:hover {
        text-decoration: underline;
}

.comparison-table{
        width: 99%;
        word-wrap: break-word;
}

.comparison-table table{
        width: 100%;
        table-layout: fixed;
}

.comparison-table td,.comparison-table th{
        vertical-align: top;
        line-height: 1.3;
}

.comparison-table th{
        text-align: center;
        background-color: #ee9300;
        color: #fff;
        padding: 1.5% 5px;
        font-weight: bold;
	    display: table-cell;
        vertical-align: middle;
	    font-size: 85%;
	    z-index: 100;
        border-bottom: 1px solid #fff;
}

.comparison-table td{
        text-align: center;
        border-right: 2px dotted #eee;
        border-bottom: 2px dotted #eee;
        padding: 1.5%;
        background-color: #fff;
        line-height: 1.2;
        vertical-align: middle;
}
.comparison-table td:last-child{
        border-right: none;
}

.comparison-table td img{
        width: 100%;
        margin-top: 0;
}
.img_link{
    font-size: 0.8em;
}
.comparison-table td.bgO{
    background: #efc700;
    color: #fff;
    font-weight: bold;
}
.comparison-table td.bgB{
    background: #4899d4;
    color: #fff;
    font-weight: bold;
}
.comparison-table td.bgB a{
    color: #fff;
}
.comparison-table .bgC{
    background: #ddf1ff;
}
.comparison-table th.bgC{
    background: #ddf1ff;
    border-bottom: 0px solid #ddf1ff;
}
.comparison-table td.bgC{
    background: #ddf1ff;
    padding: 0;
}
.comparison-table .pa0{
    padding: 0;
}
.comparison-table td.co{
    background-color: #fff8e9;
}

/*◎〇▲×*/
.comparison-table td.berry::before{
        content: "◎";
        font-weight: bold;
        color: #ff3a3a;
        font-size: 250%;
}

.comparison-table td.good::before{
        content: "〇";
        color: #9de6f3;
        font-size: 250%;
}

.comparison-table td.usually::before{
        content: "△";
        font-weight: bold;
        color: #ffe20f;
        font-size: 250%;
}

.comparison-table td.not::before{
        content: "×";
        font-weight: bold;
        color: #636363;
    font-size: 250%;
}

.tab-btn{
    background-color: #d84911;
    padding: 8%;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #e58863;
}

.tab-btn:hover {
    opacity: 0.7;
}

a.tab-a:hover {
    text-decoration: none;
}

/*表　SP*/
@media (max-width: 767px) { 
    .comparison-table{
        overflow-x: scroll;
    }
.comparison-table table{
	    width: 650px;
        display: block;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
}
	.comparison-table td{
        width : calc(100%/6);
        white-space: normal;
        padding-top: 2%;
}
	.comparison-table th{
		padding: 8px;
        position: sticky;
        left: 0;
        z-index: 5;
        max-width: 90px;
        width: 4%;
}
}
.comparison-table tr:first-child td{
    padding: 1.5% 1%;
}
.comparison-table tr:last-child td{
    padding-top: 0;
}
.comparison-table{
        width: 98%;
        margin: 0 auto;
        border: solid 4px #ff7b2f;
}
.comparison-table.under th{
    left: 20px;
    right: 17px;
}


/* cta */
.cta {
	width:100%;
	margin: auto 0;
}
/*アニメーション*/
.shuffling {
    animation-duration: 1.4s!important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s!important;
    -webkit-animation-name: shuffling;
    -moz-animation-name: shuffling;
    -o-animation-name: shuffling;
    animation-name: shuffling;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-moz-keyframes shuffling {
    0% {-moz-transform: skewX(9deg);}
    10% {-moz-transform: skewX(-8deg);}
    20% {-moz-transform: skewX(7deg);}
    30% {-moz-transform: skewX(-6deg);}
    40% {-moz-transform: skewX(5deg);}
    50% {-moz-transform: skewX(-4deg);}
    60% {-moz-transform: skewX(3deg);}
    70% {-moz-transform: skewX(-2deg);}
    80% {-moz-transform: skewX(1deg);}
    90% {-moz-transform: skewX(0deg);}
    100% {-moz-transform: skewX(0deg);}
}
@-o-keyframes shuffling {
    0% {-o-transform: skewX(9deg);}
    10% {-o-transform: skewX(-8deg);}
    20% {-o-transform: skewX(7deg);}
    30% {-o-transform: skewX(-6deg);}
    40% {-o-transform: skewX(5deg);}
    50% {-o-transform: skewX(-4deg);}
    60% {-o-transform: skewX(3deg);}
    70% {-o-transform: skewX(-2deg);}
    80% {-o-transform: skewX(1deg);}
    90% {-o-transform: skewX(0deg);}
    100% {-o-transform: skewX(0deg);}
}
@-webkit-keyframes shuffling {
    0% {-webkit-transform: skewX(9deg);}
    10% {-webkit-transform: skewX(-8deg);}
    20% {-webkit-transform: skewX(7deg);}
    30% {-webkit-transform: skewX(-6deg);}
    40% {-webkit-transform: skewX(5deg);}
    50% {-webkit-transform: skewX(-4deg);}
    60% {-webkit-transform: skewX(3deg);}
    70% {-webkit-transform: skewX(-2deg);}
    80% {-webkit-transform: skewX(1deg);}
    90% {-webkit-transform: skewX(0deg);}
    100% {-webkit-transform: skewX(0deg);}
}
@keyframes shuffling {
    0% {transform: skewX(9deg);}
    10% {transform: skewX(-8deg);}
    20% {transform: skewX(7deg);}
    30% {transform: skewX(-6deg);}
    40% {transform: skewX(5deg);}
    50% {transform: skewX(-4deg);}
    60% {transform: skewX(3deg);}
    70% {transform: skewX(-2deg);}
    80% {transform: skewX(1deg);}
    90% {transform: skewX(0deg);}
    100% {transform: skewX(0deg);}
}


/*voice*/
.voice{
    background-color: #fff;
    margin: 1% 0;
    line-height: 1.6;
    /*border: 1px solid #cfcfcf;*/
}
.voice_list{
    background: #fff8e9;
    border: solid 2px #fb7000;
    padding: 2%;
    border-radius: 10px;
}
.voice_list li::before{
    content: '♡';
    padding-right: 1%;
}

.voice_coments{
    background: #ffdfd2;
    padding: 2%;
    border-radius: 10px;
    width: 93%;
    margin: 3% 0 0 auto;
    position: relative;
}
.voice_coments::before{
    content: "";
    position: absolute;
    top: 20%;
    left: -39px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 29px solid #ffdfd2;
}
.diF{
    display: flex;
    align-items: flex-start; /* 追加 */
}
.diF img{
    width: 10%;
    margin-top: 0;
}

/* ★星の色 */
.co_yellow{
    color: #fe5b25;
    padding-left: 2%;
}
.co_Gray{
    color: #747474;
}

/* 息子のコメント */
.balloon{
    display: flex;
}
.balloon_icon{
    width: 10%;
}
.balloon_text{
    background: #ffdfd2;
    width: 85%;
    text-align: center;
    padding: 3% 0 0;
    border-radius: 10px;
    margin-left: 4%;
    position: relative;
}
.balloon_text::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 29px solid #ffdfd2;
}
@media (max-width: 767px) {
    .voice_coments::before{
        content: "";
        position: absolute;
        top: 20%;
        left: -24px;
        margin-top: -15px;
        border: 12px solid transparent;
        border-right: 14px solid #ffdfd2;
        z-index: 0;
    }
    .balloon_icon{
        width: 20%;
    }

    .balloon_text{
        padding: 7% 0 0;
    }
    .balloon_text::before{
        left: -24px;
    }
}

.under_arrow{
    width: 60%;
    margin: 0 auto;
    display: block;
}



/* 2位商材以下のボタンデザイン */

.other_cta{
    background: #00a236;
    padding:4%;
    border-radius:50px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    border:solid 3px #fff;
    width: 80%;
    margin: 5% auto;
    box-shadow: #ccc 0px 6px 4px;
    margin-bottom: 20px;
}
.other_cta a{
    color:#fff;
}


@media (max-width: 767px) {
    .school-table{
        width: 90%;
        line-height: 1.2;
    }
    .school-table td{
        padding: 10px 1%;
        font-size: 0.9em;
    }
    .other_cta{
        padding: 6%;
    }
}    