@charset "UTF-8";

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}
.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;
    margin-bottom: 10px;
    width: 40%;
}
.taR{
    margin-right: 1%;
    text-align: right;
}
table.searchtable {
   border-collapse: collapse;
    margin: auto;
    width: 100%;
}
th.searchtabletitle {
    width: 20%;
    font-weight: normal;
    background: aliceblue;
    border: 1px solid #ccc;
}
td.spbr {
    border: 1px solid #ccc;
}
a:link {
    color: #1c7fbd;
	text-decoration: underline;
}
a:visited {
    color: #1c7fbd;
}
a:hover,
a:active {
	text-decoration: none;
}
.taC{
    text-align: center;
}
.fcR{
	color: red;
}
.fcB{
    color: #0093c6;
}
.fcY {
    color: yellow;
}
.mp20{
    padding-bottom: 20px;
}
.fsS{
    font-size: 10px;
}
.fwb{
    font-weight: bold;
}
.fsL{
    font-size: 20px;
}
.m0{
    margin: 0 !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt60{
    margin-top: 60px !important;
}

.marker {
 
    background-color: #ff9;
 
}


/*初期設定
----------------------------------------------------*/
body{
    margin: auto;
}
@media screen and (min-width:640px) {
    #wrapper{
        width: auto;
        padding: 0 0 0 0;
        overflow: hidden;
        color: #222;
        background: #fff;
        margin: auto;
    }
    #content {
        margin:0 auto;
        /* width: 660px; */
        padding: 0;
        text-align: left;
        background-color: #fff;
    }
}
@media screen and (max-width:640px) {
    #wrapper{
        width: 100%;
        padding: 0 0 0 0;
        overflow: hidden;
        color: #222;
        background: #fff;
    }
    #content {
        margin:0 auto;
        width: 100%;
        text-align: left;
        background-color: #fff;
        color: #000;
    }
    .w90{
        width: 95% !important;
        margin: auto;
    }
    .fsS{
        font-size: 8px;
    }
}
img.pics {
	width: 100%;
}

/*layout
----------------------------------------------------*/

#header{
	height: 45px;
	border-bottom: 1px solid #eee;
 position: relative;
	background-color: #F48EA1;

}
p{
    font-size: 16px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

/*footer*/
img.pics{
    width: 100%;
    display: block;
}
.marker{
    background: linear-gradient(transparent 50%, #ffff66 50%);
}

@media screen and (min-width:640px) {
    .pc{
        display: block !important;
    }
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
/*====================================================================
slick
====================================================================*/


.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    
}
.sliderArea.w300 {
    max-width: 300px;
}
.slick-slide {
    margin: 0 5px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}
button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.prev-arrow{
    left: 15px;
    width: 0;
    height: 0;
    z-index: 99;
    border-left: 0 solid transparent;
    border-right: 15px solid #000379;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.next-arrow{
    right: 15px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #000379;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.point_inner{
    width: 100%;
    background: #edf6ff;
    padding: 10px 10px 40px 10px;
    border-bottom: 5px solid #01037a;
    margin-bottom: 40px;
}
p.point01_icon{
    position:relative;
     line-height: 1.4em;
    padding-left: 2.5em;
    margin-bottom: 0;
}
p.point01_icon:before{
    position: absolute;
    left: 10px;
top:-2px;
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../img/point01_icon.png) no-repeat;
    background-size: contain;
}
p.point02_icon{
    position:relative;
     line-height: 1.4em;
    padding-left: 2.5em;
    margin-bottom: 0;
}
p.point02_icon:before{
    position: absolute;
    left: 10px;
top:-2px;
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../img/point02_icon.png) no-repeat;
    background-size: contain;
}
p.point03_icon{
    position:relative;
     line-height: 1.4em;
    padding-left: 2.5em;
    margin-bottom: 0;
}
p.point03_icon:before{
    position: absolute;
    left: 10px;
top:-2px;
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../img/point03_icon.png) no-repeat;
    background-size: contain;
}
p.point04_icon{
    position:relative;
     line-height: 1.4em;
    padding-left: 2.5em;
    margin-bottom: 0;
}
p.point04_icon:before{
    position: absolute;
    left: 10px;
top:-2px;
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../img/point04_icon.png) no-repeat;
    background-size: contain;
}
p.point05_icon{
    position:relative;
     line-height: 1.4em;
    padding-left: 2.5em;
    margin-bottom: 0;
}
p.point05_icon:before{
    position: absolute;
    left: 10px;
top:-2px;
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../img/point05_icon.png) no-repeat;
    background-size: contain;
}
p.point06_icon{
    position:relative;
     line-height: 1.4em;
    padding-left: 2.5em;
    margin-bottom: 0;
}
p.point06_icon:before{
    position: absolute;
    left: 10px;
top:-2px;
    content: "";
    width: 1.4em;
    height: 1.4em;
    background: url(../img/point06_icon.png) no-repeat;
    background-size: contain;
}
.features{
    width:98%;
    background: #fff;
    margin: auto;
    padding: 15px 15px 30px;
    margin-top: 30px;
}
.features p{
    margin-bottom: 3px;
}
@media screen and (max-width:640px) {
.features p{
    font-size: 12px;
    margin-bottom: 2px;
    }
    .red_features span{
        background: #e31010;
        padding: 6px 15px;
        color: #fff;
        border-radius: 50px;
        margin-right: 10px;
    }
    .ora_features span{
        background: #ffa800;
        padding: 6px 15px;
        color: #fff;
        border-radius: 50px;
        margin-right: 10px;
    }
    .pur_features span{
        background: #fb00ff;
        padding: 6px 15px;
        color: #fff;
        border-radius: 50px;
        margin-right: 10px;
    }

    h2.mokuji_title{
        margin: auto;
        background: #1a74c8;
        margin-top: 40px;
        text-align: center;
        color: #fff;
        padding: 10px;
        width: 95%;
    }
    .mokuzi_naiyou p{
        margin-left: 20px;
        padding-left: 15px;
        border-left: 5px solid #090b46;
        margin-bottom: 10px;
        font-size: 14px;
    }
img.btn{
    width: 80%;
    display: block;
    margin: auto;
}

img.btn2{
    width: 95%;
    display: block;
    margin: auto;
}

}
.features_box{
    display: flex;
    flex-wrap: wrap;
}
.features h2 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    color: #01037a;
    margin-bottom: 5px;
    margin-top: 10px
}

.features h2:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #01037a;
}

.features h2 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}
@media screen and (min-width:640px) {
.red_features span{
    background: #e31010;
    padding: 8px 20px;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
    }
    .ora_features span{
        background: #ffa800;
        padding: 8px 20px;
        color: #fff;
        border-radius: 50px;
        margin-right: 10px;
    }
    .pur_features span{
        background: #fb00ff;
        padding: 8px 20px;
        color: #fff;
        border-radius: 50px;
        margin-right: 10px;
    }

    h2.mokuji_title{
        margin: 0;
        background: #1a74c8;
        margin: 40px 0 0;
        text-align: center;
        color: #fff;
        padding: 10px;
    }
    .mokuzi_naiyou p{
        margin-left: 40px;
        padding-left: 15px;
        border-left: 5px solid #090b46;
        margin-bottom: 10px
    }
img.btn{
    width: 50%;
    display: block;
    margin: auto;
}

img.btn2{
    width: 80%;
    display: block;
    margin: auto;
}

}
.btn_toptext{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #01037a;
    margin-bottom: 0;
    margin-top: 30px;
}

.mokuji, .news_com {
    padding: 15px 20px;
    border: 2px solid #1a74c8;
}
.mokuji h3{
    font-size: 17px;
    font-weight: normal;
}
.mokuzi_naiyou a{
    color: #000;
}
.top_title02{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 100%;
    margin-top: 30px;
}
.balloon1-right {
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 18px 15px;
    min-width: 120px;
    max-width: 100%;
    border-radius: 10px;
    color: #555;
    font-size: 16px;
    background: #e0edff;
    box-shadow: 2px 4px 3px rgb(0 0 0 / 11%);
    width: 80%;
}

/*accordion*/

.close {
    display: none;
    margin:0 auto;
}
.OaC_btn {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 50%;
    padding: 1.2%;
    text-decoration: none;
    background: #1a74c8;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.OaC_btn:last-letter{
    font-size:12px;
    vertical-align:middle;
}



@media screen and (max-width:640px) {
.top_title02 img{
    width: 100%;
    margin-top: 10px;
}

img.w50{
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.balloon1-right:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 14px solid #e0edff;
}

.balloon1-left:before {
    content: "";
    position: absolute;
    top: 20%;
    right: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 14px solid #fff;
}
.balloon2-left:before {
    content: "";
    position: absolute;
    top: 20%;
    right: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 14px solid #f0f8ff;
}
}

@media screen and (min-width:640px) {
.top_title02 img{
    width: 49%;
}

img.w50{
    width: 50%;
    margin: auto;
    margin-top: 30px;
}
.balloon1-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 14px solid #e0edff;
}

.balloon1-left:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 14px solid #e0edff;
}
.balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -15px;
    border: 10px solid transparent;
    border-right: 14px solid #e0edff;
}

}

.balloon1-right p {
    padding: 0;
}

.balloon1-top {
    position: relative;
    display: inline-block;
    margin: 28px 0 0 0;
    padding: 18px 15px;
    min-width: 120px;
    max-width: 100%;
    border-radius: 10px;
    color: #555;
    font-size: 16px;
    background: #e0edff;
    box-shadow: 2px 4px 3px rgb(0 0 0 / 11%);
}

.balloon1-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 100%;
    margin-top: -24px;
    border: 10px solid transparent;
    border-bottom: 14px solid #fff;
}

.balloon1-top p {
    padding: 0;
}

.balloon1-left {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    border-radius: 10px;
    color: #555;
    font-size: 16px;
    background: #fff;
    /* box-shadow: 2px 4px 3px rgb(0 0 0 / 11%); */
    width: 80%;
}
.balloon1-left p {
    padding: 0;
}
.balloon2-left {
    position: relative;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    border-radius: 10px;
    color: #555;
    font-size: 16px;
    background: #f0f8ff;
    /* box-shadow: 2px 4px 3px rgb(0 0 0 / 11%); */
    width: 80%;
}
.balloon2-left p {
    padding: 0;
}

.comment img{
    margin: auto;
    margin-top: 0;
 width: 16%;
}
.comment{
    display: flex;
    width: 100%;
    align-items:flex-start;
    justify-content:space-between;
    margin: 30px 0 20px;
}

.checkpoint_title{
    background: #090b46;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
}
.checkpoint{
    display: flex;
    justify-content: space-between;
}
.checkpoint01{
    width: 49%;
}
.checkpoint p:nth-child(2){
    padding: 10px;
    margin: 0;
    background: #e0edff;
}
.checkpoint01_title{
    position:relative;
    padding-left:2.4em;
    font-weight: bold;
    color: #090b46;
    margin: 10px;
}
.checkpoint01_title:before{
    position:absolute;
    left:0;
    content:"";
    display:inline-block;
    width:1.7em;
    height:2em;
    background:url(../img/check_icon.png) no-repeat;
    background-size:contain;
}

.fluffy {
    animation: fluffy1 1.4s ease infinite;
}
@keyframes fluffy1{
    0% {
        transform: skewX(
            9deg
        );
    }
    10% {
        transform: skewX(
            -8deg
        );
    }
    20% {
        transform: skewX(
            7deg
        );
    }
    30% {
        transform: skewX(
            -6deg
        );
    }
    40% {
        transform: skewX(
            5deg
        );
    }
    50% {
        transform: skewX(
            -5deg
        );
    }
    60% {
        transform: skewX(
            3deg
        );
    }
    70% {
        transform: skewX(
            -2deg
        );
    }
    80% {
        transform: skewX(
            1deg
        );
    }
    90% {
        transform: skewX(
            0deg
        );
    }
    100% {
        transform: skewX(0);
    }
}
@media screen and (max-width:640px) {
    h5{
        position: relative;
        background: #ff9000;
        color: #fff;
        padding: 15px 10px 13px 75px;
        font-size: 19px;
        margin: 50px 0 0;
        line-height: 1.4;
    }
h5:before{
    position: absolute;
    left: 10px;
    bottom: 10px;
    content: "";
    width: 3em;
    height: 3em;
    background-size: contain;
    }
    .news{
        position: relative;
        background: #e31010;
        color: #fff;
        padding: 15px 0 15px 45px;
        font-size: 19px;
        margin: 0;
        line-height: 1.4;
        text-align: center;
    }
.news:before{
    position: absolute;
    left: 8px;
    bottom: 9px;
    content: "";
    width: 3.5em;
    height: 2.5em;
    background: url(../img/news.png) no-repeat;
    background-size: contain;
    }
    h6{
        background: #ff9000;
        color: #fff;
        padding: 12px 10px 12px 20px;
        font-size: 19px;
        margin: 50px 0 0;
        border-left: 8px solid #ca171e;
    }
}
@media screen and (min-width:640px) {
    h5{
        position: relative;
        background: #ff9000;
        color: #fff;
        padding: 15px 10px 15px 90px;
        font-size: 21px;
        margin: 50px 0 0;
    }
/* h5:before{
    position: absolute;
    left: 10px;
    bottom: 9px;
    content: "";
    width: 3em;
    height: 3em;
    background: url(../img/point_icon.png) no-repeat;
    background-size: contain;
    } */
    .news{
        position: relative;
        background: #e31010;
        color: #fff;
        padding: 15px 0;
        font-size: 21px;
        margin: 50px 0 0;
        text-align: center;
    }
.news:before{
    position: absolute;
    left: 59px;
    bottom: 6px;
    content: "";
    width: 5em;
    height: 3.5em;
    background: url(../img/news.png) no-repeat;
    background-size: contain;
    }
    h6{
        background: #ff9000;
        color: #fff;
        padding: 12px 10px 12px 20px;
        font-size: 21px;
        margin: 50px 0 0;
        border-left: 8px solid #ca171e;
    }
}
.btn_s{
    background: #01037a;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.choose {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 20px;
}
footer{
    background: #01037a;
}
@media screen and (min-width:640px) {
.footer_box{
    width: 700px;
    margin: auto;
    padding: 20px;
    color: #fff;
}
}
@media screen and (max-width:640px) {
.footer_box{
    width: 100%;
    margin: auto;
    padding: 20px;
    color: #fff;
}
}
.footer_box a{
    color: #fff;
}
.footer_box p{
    font-size: 12px;
    text-align: center;
}


.menu__item {
  background: #ffa800;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
}
.menu__item__link {
    color: #fff;
    display: block;
    /* line-height: 40px; */
    padding: 20px;
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.menu__item__link:after {
content: '▼';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 60px;
    position: absolute;
    right: 20px;
    /* left: 30px; */
    text-align: center;
    top: 8px;
    /* width: 60px; */
    color: #fff;
}
.menu__item__link.on:after {
  content: '▲';
}
 
.submenu {
  background: #fff;
  display: none;
  cursor: pointer;
}
.submenu__item {
  border-bottom: 1px solid #5200b7;
  color: #222;
  padding: 1rem;
}
ul.menu {
    padding: 0;
}
ul.submenu {
    padding: 20px 0;
    /* margin-top: 20px; */
}




.hikaku_kasou ul {
    border: solid 2px #01037a;
    padding: 0.5em;
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px
}
.hikaku_kasou li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 40px;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
.hikaku_kasou li:last-of-type {
    border-bottom: none;
}
.hikaku_kasou ul li:before {
    /*リスト内のアイコン*/
    font-family: "Font Awesome 5 Free";
    content: "●";/*アイコン種類*/
    position: absolute;
    left : 20px; /*左端からのアイコンまで*/
    color: #01037a; /*アイコン色*/
}
.hikaku_kasou ul li:after {
    /*タイトルタブ*/
    background: #01037a;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "部門別比較";/*タブの文字*/
    letter-spacing: 0.05em;/*字間*/
}
.hikaku_kasou a{
    color: #000;
}

#acMenu_dt{
display:none;
}
#acMenu2_dt,#acMenu3_dt,#acMenu4_dt{
display:none;
}

.movie_bnr{
    margin: 30px auto 10px;
}
.yt_tag{
    width: 100%;
    height: 380px;
}
@media screen and (max-width:760px){
    .yt_tag{
        height: 210px;
    }
}

#page_top{
    width: 70px;
    height: 70px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #01037a;
    opacity: 0.8;
    border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  height: 90px;
  text-decoration: none;
}


#page_top a::before{
    content: 'TOP';
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 19px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
content: 'ページ';
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 33px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 760px) {
.toRankTable, .rankTable {
    width: 100%;;
    margin-right: auto;
    margin-left: auto;
}
.rankTable table td {
    width: 20%;
    position: relative;
    padding: 15px 0;
    margin: 0;
    font-size: 15px;
    vertical-align: top;
    border-right: 2px dotted #eee;
    background-color: #fff;
    text-align: center;
}
}
.rankTable table th {
    width: 680px;
    position: absolute;
    z-index: 5;
    background-color: #36468b;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}
.over {
    overflow-x: scroll;
}
.rankTable table tr {
    display: table-row;
    width: 100%;
    height: 30px;
}
@media screen and (max-width: 760px){
.rankTable table {
    box-sizing: border-box;
    width: 600px;
    height: auto;
    text-align: left;
}
.rankTable tbody {
    box-sizing: border-box;
    width: 100%;
    display: table-row-group;
}
.rankTable table td {
    border-right: 2px dotted #eee;
    padding: 15px 5px 5px;
    font-size: 15px;
    vertical-align: top;
    text-align: center;
    width: 20%;
}
.rankTable table th {
    width: 95%;
    z-index: 5;
    background-color: #01037a;
}
}

.toRankTable {
    background: linear-gradient(to bottom, #aee0f1 0%, #afd5ff 100%);
    text-align: center;
    padding: 20px 0;
    color: #205888;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.rankTable {
    border: 10px solid #afd5ff;
    border-top: none;
    background-color: #fff;
}
/*#cead58 */
.rankTable table {
    border-collapse: collapse;
}
.rankTable tr td:first-child {
    background-color: #fffde8;
}
.rankTable tr:nth-child(2) td, .rankTable tr:nth-child(21) td {
    padding-bottom: 0;
    padding-top: 0;
}
.rankTable tr:nth-child(3) td, .rankTable tr:last-child td {
    vertical-align: top;
    padding-top: 0;
}
.rankTable table td a {
    color: #700201;
    text-decoration: none;
}
.rankTable table tr:nth-last-child(2) td img {
    height: 110px;
}
.rankTable tr:nth-child(4) td img {
    height: 100px;
}
.rankTable tr:nth-child(3) td img {
    height: 150px;
}
.rankTable tr:nth-child(2) td img {
    height: 110px;
    width: 134px;
}
.rankTable tr:nth-child(1) td img {
       height: 50px;
    margin-bottom: 0;
    margin-top: 0;
}
.rankTable table td img {
    height: 50px;
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 10px auto;
}
.swipe {
    text-align: center;
    background-color: #cead58;
    color: #fff;
    display: block;
    width: 700px;
    margin: 0 auto 90px;
    z-index: 1;
    position: relative;
}
.last{ 
    margin-bottom: 0;
}
.rankTable table tr td:first-child .site_btn {
    background-color: #ff8a14;
    box-shadow: 2px 2px 0 #a75502;
}
.rankTable table tr td:first-child .detail_btn {
    background-color: #418cdd;
    box-shadow: 2px 2px 0 #36468b;
}
.site_btn {
   display: block;
    width: 90%;
    margin: 5px auto;
    background-color: #8FBD27;
    padding: 10px 2px 7px;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #5e8013;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
}
.insta h3 {
    margin-top: 30px;
    color: #fff;
    padding: 1rem 1rem;
    background-image: linear-gradient(to left, #FFDD83 0%, #F26939 20%, #CF2E92 40%, #4C64D3 100%);
}

.new {
    margin: -6px auto;
    color: red;
}
@media screen and (max-width:640px) {
.rankTable tr:nth-child(2) td img {
    height: 110px;
    width: 107px;
}
.swipe {
    width: 100%;
    margin: 0 auto;
}
.new { font-size:13px;}
}
.point {
    margin: 3% auto 5%;
}
.comment {
    display: flex;
    width: 95%;
    margin: 10px auto 15px;
}
.comment img {
    width: 20%;
    margin-right: 2%;
}

 /* --- BOXの定義 -------------------------------------------------*/
 .box {
    position      : relative;            /* タイトル用に親要素定義  */
    box-sizing    : border-box;          /* 罫線・余白も含む大きさ  */
    margin        : 3% auto;    /* BOXの位置               */
    max-width     : 96%;               /* BOXの最大横幅           */
    background    : #c9e8ff;                /* BOXの背景色             */
    padding: 20px 10px 20px 160px; /* BOX内の余白             */
    border        : 3px solid #c9e8ff;;
       /* BOXの枠線               */
    border-radius : 11px;                /* BOXの角丸               */
  }
   /* --- タイトル部分の定義 ----------------------------------------*/
  .box::before {
    position      : absolute;          /* 親からの相対位置の定義  */
    display       : inline-block;      /* インラインボックス定義  */
    box-sizing    : border-box;        /* 罫線・余白も含む大きさ  */
    line-height   : 1;                 /* 1行の高さを初期化       */
    background    : #3e8eca;;           /* タイトル背景色          */
    color         : #ffffff;           /* タイトルの文字色        */
    content       : attr(title);       /* タイトルに[title]を表示 */
    font-weight   : bold;              /* タイトルは太字          */
    padding       : 11px 15px;          /* タイトル内の余白        */
    top           : -3px;              /* 枠線分上を指定          */
    left          : -3px;              /* 枠線分左を指定          */
    border-radius : 11px 0;            /* タイトルの角丸          */
    font-size     : 15px;              /* タイトルの文字サイズ    */
  }

.crown {
    background-color: #1a74c8;
    background: linear-gradient(175deg,#3d93ce 0%, #392b74 100%);
    color: #FFFFFF;
    height: 80px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.crown img {
    margin-right: 2%;
}
.crown p {
    font-size: 1.0em;
}

 /* タブ
 ----------------------------------------------------------------------- */

 /*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 700px;
    margin: 0 auto;}

  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/5);
    height: 50px;
    border-bottom: 3px solid #3a5d9f;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  input[name="tab_item2"] {
    display: none;
  }
  input[name="tab_item3"] {
    display: none;
  }
  input[name="tab_item4"] {
    display: none;
  }
  input[name="tab_item5"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 30px 30px 0;
    clear: both;
    overflow: hidden;
  }

  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content,
  #breath:checked ~ #breath_content,
  #point:checked ~ #point_content,
  #koala_com:checked ~ #koala_com_content,
  #koala_hanpatsu:checked ~ #koala_hanpatsu_content,
  #koala_atsumi:checked ~ #koala_atsumi_content,
  #koala_tsuuki:checked ~ #koala_tsuuki_content,
  #koala_point:checked ~ #koala_point_content,
  #air_com:checked ~ #air_com_content,
  #air_hanpatsu:checked ~ #air_hanpatsu_content,
  #air_atsumi:checked ~ #air_atsumi_content,
  #air_tsuuki:checked ~ #air_tsuuki_content,
  #air_point:checked ~ #air_point_content,
  #true_com:checked ~ #true_com_content,
  #true_hanpatsu:checked ~ #true_hanpatsu_content,
  #true_atsumi:checked ~ #true_atsumi_content,
  #true_tsuuki:checked ~ #true_tsuuki_content,
  #true_point:checked ~ #true_point_content,
  #mani_com:checked ~ #mani_com_content,
  #mani_hanpatsu:checked ~ #mani_hanpatsu_content,
  #mani_atsumi:checked ~ #mani_atsumi_content,
  #mani_tsuuki:checked ~ #mani_tsuuki_content,
  #mani_point:checked ~ #mani_point_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #3a5d9f;
    color: #fff;
  }

  .score img{
    padding: 0 8%;
  }

  .detail_btn {
    background-color: #36468b;
    color: #fff;
    padding: 10px 2px 7px;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #0b0331;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    width: 90%;
    margin: 0 auto 15%;
  }
  .point_sec {
    padding: 2%;
  }
  .bgbl {
    background-color: aliceblue;
    padding: 2%;
  }
.cta_offsite01 {
    margin: 5% auto;
    padding: 2%;
    display: block;
    font-weight: bold;
    color: #fff!important;
    text-decoration: none!important;
    width: 50%;
    border-radius: 100px;
    background-color: #ff8a14;
    background-image: linear-gradient(180deg, #ff8a14 0%, #fc7a00 100%);
    box-shadow: 5px 6px 20px -5px rgba(0,0,0,0.3019859813084112);
}
.cta_offsite02 {
    margin: 5% auto;
    padding: 2%;
    display: block;
    font-weight: bold;
    color: #fff!important;
    text-decoration: none!important;
    width: 50%;
    border-radius: 100px;
    background-color: #25e44f;
    background-image: linear-gradient(180deg, #25e44f 0%, #16a036 100%);
    box-shadow: 5px 6px 20px -5px rgba(0,0,0,0.3019859813084112);
}
.info table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.info th {
    color: #fff;
    background-color: #b39451;
    border-right: 2px solid #fff;
    border-top: 2px solid #b39451;
    padding: 1%;
}
.info th:first-child {
    border-left: 2px solid #b39451;
}
.info th:last-child {
    border-right: 2px solid #b39451;
}
.info td {
    border-bottom: 2px solid #b39451;
    border-left: 2px solid #b39451;
    border-right: 2px solid #b39451;
    padding: 1%;
    background-color: #fffcf9;
    color: #26334c;
}
.info_graph {
    border: 2px solid #daedf3;
}
.campaign_ttl {
    background-color: goldenrod;
    color: #fff;
    padding: 1%;
}
.news {
    background: linear-gradient(175deg, #bbeeff 0%, #9bb2ed 100%);
    color: #204388;
}
.bottom_con_ttl {
    background: linear-gradient(175deg, #bbeeff 0%, #9bb2ed 100%);
    color: #204388;
    padding: 8%;
    text-align: center;
    margin: auto;
}

video {
    width: 100%;
}

@media (max-width: 767px) {
    .toRankTable{
        margin-top: -6%;
    }
    .box {
        margin: auto;
        padding: 40px 0 20px;
        padding-top: 40px;
        text-align: center;
    }
    .box::before {
        padding: 8px 15px;
    }
    .tabs {
        padding-bottom: 15px;
    }
    .tab_item {
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
    .tab_content {
        padding: 15px 15px 0;
      }
    .cta_offsite01, .cta_offsite02 {
        width: 75%;
        padding: 3%;
        margin-bottom: 12%;
    }
}
.campaign {
    background-color: #fff8e7;
    padding-bottom: 8%;
}

.bottom_table table {
    width: 100%;
}
.bottom_table tr:first-child td {
    padding: 10px 0 0!important;
}

.last_sougou tr:nth-child(3) td, .last_sougou tr:last-child td {
    vertical-align: top;
    padding-top: 15px;
}

.searchtabletitle {
    white-space:nowrap;
}

.rankTable .cr img {
    width: 50%;
}
.bottom_table .cr img {
    width: 32%;
}

.rankTable tr:first-child td {
    padding: 0;
}

@media (min-width: 767px) {
    .rankTable_first {
        margin-top: -3.5%;
        z-index: -1;
    }
    .first_rank_ttl {
        z-index: 2;
        position: relative;
    }
    .rankTable tr:nth-child(1) td img {
        margin-bottom: -5px;
        margin-top: 10px;
    }
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #fff;/*背景色*/
}
.box3 p {
    margin: 0;
    padding: 0;
}
.point .num1,.point .num2,.point .num3 {
    width: 22%;
    left: 1%;
    position: absolute;
}
.point .num1 {
    margin-top: -75%;
}
.point .num2,.point .num3 {
    margin-top: -71%;
}

.point {
    border: 1.5px solid #0f3a78;
    border-top: none;
}
.box26 {
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #3a5d9f;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #3a5d9f;
    font-weight: bold;
}
.box26 p {
    margin: 0;
    padding: 0;
}

@media screen and (min-width:640px) {
    .rankTable {
        width: 700px;
    }
    .first_rank_ttl {
        margin: 0 auto;
        width: 700px!important;
    }
    .btn_s {
        width: 300px;
        margin: auto;
    }
    .choice {
        /* display: flex;
        padding: 0 12.5% 5%; */
        background-color: aliceblue;
        margin: auto;
        margin-top: -3%;
    }
    .point {
        position: relative;
    }
    .choice .taR,.choice_ff .taR {
        margin-right: 2%;
    }
    .choice .bgbl,.choice_ff .point_sec {
        width: 60%;
        max-width: 700px;
        margin: auto;
    }
    .point .num1 {
        margin-top: -78.0%;
        width: 22%;
        left: -1.5%;
    }
    .point .num2{
        margin-top: -75.0%;
        width: 22%;
        left: -1.5%;
    }
    .point .num3 {
        margin-top: -75.0%;
        width: 22%;
        left: -1.5%;
    }
    .box3 {
        width: 700px;
        margin: 0 auto;
    }
    .box {
        padding: 20px 10px 20px 90px;
    }
    .point {
        min-height: 630px;
    }
    .w90 {
        width: 700px!important;
        margin: auto;
    }
    .sliderArea {
        max-width: 30%;
    }
    .detail {
        display: flex;
        margin: auto;
        max-width: 1400px;
        width: 70%;
    }
    .detail .w90 {
        width: 100%!important;
    }
    .detail01{
        margin-right: 1%;
    }
    .kumo .detail02 {
        margin-top: 2% ;
    }
    .cta_offsite01, .cta_offsite02 {
        margin: 3% auto;
        padding: 1.0%;
        width: 35%;
        font-size: 1.5rem;
    }
    .crown {
        height: 100px;
    }
    .box26 {
        margin-top: 2%;
    }
    .campaign {
        padding-bottom: 3%;
    }
    .news {
        margin: 0;
    }
    .news:before {
        left: 30%;
    }
    .rankTable table {
        border-collapse: collapse;
        width: 100%;
    }
    .toRankTable {
        width: 700px;
    }
    .bottom_con_ttl {
        padding: 3%;
    }
    .rankTable tr:nth-child(1) td img {
        margin-bottom: 10px;
    }
    .bottom_table tr:last-child td {
        padding-bottom: 10px;
    }

    .balloon1-left:before {
        border-right: 14px solid #fff;
        top: 15%;
    }
    .balloon2-left:before {
        border-right: 14px solid #f0f8ff;
        top: 25%;
    }
    .taR{
        margin-right: 1%;
        margin: auto;
    }
    .kumo_top {
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,248,255,1)40%);
        padding-bottom: 3%;
    }
   .choose dd {
    width: 700px;
   }
}
footer {
        margin-top: 3%;
    }
    
    
.to_contents {
    width: 700px;
    margin: auto;
}

.toc {
    padding: 1em 1em 1em 2em;
    border-left: double #afd5ff 5px;
}
.toc div {
    display: flex;
    align-items: center;
    margin: 0;
    color: #36468b;
    font-weight: 600;
    font-size: 1.2em;
}
.toc div::before {
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-right: 5px;
    border-radius: 50%;
    background: #36468b url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 1em;
    content: '';
}
.toc ol {
    list-style-type: circle;
    margin: 0;
    padding: 0 1.2em;
    overflow: hidden;
}
.toc ol .komi {
    list-style-type: disc;
}
.toc > ol {
    margin-top: 15px;
}
.toc ol ol {
    margin-top: 5px;
}
.toc li {
    padding: 5px 0;
    font-weight: 600;
}
.toc ol ol li {
    font-weight: 500;
    font-size: .9em;
}
.toc a {
    color: #555;
    text-decoration: none;
}

@media screen and (max-width:640px) {
    .toc {
        padding: 1em;
        margin-bottom: 10px;
    }
}