@media screen and (min-width: 768px) {
	.ml120pc {
	margin-left: 120px !important;
}
}
#contents .detailSection.section01 .main .detailGroup .detail .summary .ttl {
	position: relative;
}
sup.abso {
    position: absolute;
    top: -7px;
    right: -45px;
    width: 80px;
}
@media screen and (max-width: 767px) {
	sup.abso {
		position: relative;
		top: 0;
		right: 0;
		width: auto;
	}
}

.pl75 {
	padding-left: 75px !important;
}
#smartpanel {
	position: relative;
}
img.smartpanel {
	position: absolute;
	top: -15px;
	width: 60px;
	filter: drop-shadow(3px 1px 2px #999);
}

.item-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-area .item {
    width: 28%;
		position: relative;
}

.item-area .item img {
    width: 100%;
}
@media screen and (max-width: 640px) {
	.item-area .item {
	    width: 100%;
	    margin-bottom:30px;
	    border-bottom: dotted 1px #ddd;
	    padding-bottom:20px;
	}
	.item-area .item:last-child {
	    border-bottom: none;
	    padding-bottom:0;
	}
}

/* feature_7.htm */
.hyouka_wrap {
    clear: both;
}

.hyouka_inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.hyouka_box2 {
    width: 330px;
    float: left;
    border: 1px solid #c0d4f5;
    border-radius: 1em;
    background-color: #fff;
    padding: 10px 30px;
}

.hyouka_box2 p.ttl {
    font-size: 23px;
    color: #3366cc;
    font-weight: bold;
}

.hyouka_box2 p.ttl2 {
    font-size: 20px;
    color: #3399ff;
    font-weight: 700;
}

.hyouka_box2.last {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .hyouka_box2:first-child {
        margin-right: 5px;
    }

    .hyouka_box2:last-child {
        margin-left: 5px;
    }
}

@media screen and (max-width: 640px) {
    .hyouka_box2:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .hyouka_box2:last-child {
        margin-left: 0;
    }

    .hyouka_inner {
        flex-wrap: wrap;
    }

    .hyouka_box2 {
        width: 100%;
        padding: 10px;
    }
}


.item-area.arrow .item {
    width: 30%;
    position: relative;
}

.item-area.arrow .item:nth-of-type(1)::after,
.item-area.arrow .item:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: 0;
    margin: auto;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #6ca3de;
}

.item-area.twoblock {
	justify-content: space-around;
}
.item-area.twoblock .item {
    width: 50%;
    position: relative;
		display: flex;
    align-items: center;
    justify-content: center;
		flex-wrap: wrap;
}
.item-area.twoblock .item p {
	width: 100%;
}


#contents.responsive .item-area.twoblock .item img {
    max-width: 350px;
}

.item-area.arrow.twoblock .item:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 0;
    margin: auto;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #6ca3de;
		z-index: 1;
}
.item-area.arrow.twoblock .item:nth-of-type(2)::after {
    content: none
}

@media screen and (max-width: 640px) {
    #contents.responsive .item-area.arrow .item {
        width: 100%;
        max-width: 400px;
        margin: auto;
        margin-bottom: 30px;
        border-bottom: none;
        padding-bottom: 30px;
    }

    .item-area.arrow .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .item-area.arrow .item:nth-of-type(1)::after, .item-area.arrow .item:nth-of-type(2)::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -12px;
        margin: auto;
        right: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #6ca3de transparent transparent transparent;
    }

		.item-area.twoblock .item {
			width: 100%;
			margin: 0 auto 30px;
			    border-bottom: none;

		}
		.item-area.twoblock .item img {
			width: 100%;
		}
		.item-area.arrow.twoblock .item:nth-of-type(1)::after {
			content: "";
			position: absolute;
			top: auto;
			bottom: -12px;
			margin: auto;
			right: 0;
			left: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 20px 20px 0 20px;
			border-color: #6ca3de transparent transparent transparent;
    }
}


.tblMod01 th, .tblMod01 td {
    padding: 15px 14px;
}



.youtube-movie {
    position: relative;
}
.youtube-movie p.dammy {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 100%;
    background: #00000054;
    color: #f00;
    margin: auto;
    bottom: 0;
    right: 0;
    font-size: 60px!important;
    line-height: 5;
}
@media screen and (max-width: 767px) {
	.youtube-movie p.dammy {
	    width: 100%;
	}
}

.contents-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.btn-support {
    color: #666;
    margin-right: 20px;
}

p.btn-support:after {
content: ">>>";
margin-left: 20px;
}

.pc-mR200 {
	margin-right: 200px
}
@media screen and (max-width: 767px) {
	.contents-flex {
	   flex-wrap: wrap;
	}
	p.btn-support {
	    margin-right: 0;
			padding-bottom: 10px;
			width: 100%;
    text-align: center;
	}
	p.btn-support:after {
	content: none;
	}
	.pc-mR200 {
		margin-right: 0;
	}
}


@media screen and (max-width: 480px) {
.table-scroll {
	display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
}

.table-scroll table.app-soft {
    width: 700px
}

/*表のスライダー*/
/*.outer {
    border-bottom:solid 1px #c0c0c0;
}*/
.outer .table-scroll::-webkit-scrollbar {
    height: 15px;
}

.outer .table-scroll::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.outer .table-scroll::-webkit-scrollbar-thumb {
    background: #9E9E9E;
}

.outer .table-scroll {
    /* IE用スクロールバーカラー */
    scrollbar-base-color:#9E9E9E; }


}
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movieArea {
	width:560px;
	margin:0 auto;
}
@media screen and (max-width: 767px){
.movieArea {
	width:100%;
	height:auto;
}
}