#contents.responsive .four-block-area .inner,
#contents.responsive .two-block-area .inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
}

#contents.responsive .four-block-area .inner .box,
#contents.responsive .two-block-area .inner .box {
	width: 44%;
	margin-bottom: 25px;
}
#contents.responsive .four-block-area .inner .box.long {
	width: 100%;
	margin-bottom: 25px;
}
#contents.responsive .four-block-area .inner .box h5 {
	font-size: 16px;
}

#contents.responsive .four-block-area .inner .box img {
	width: 100%;
}
#contents.responsive .two-block-area .inner .box img {
	width: 100%;
	max-width: 370px;
}
#contents.responsive .two-block-area .inner .box .box-inner {
	border: solid 1px #ccc;
	margin-top: 10px;
	padding: 5px 5px 10px;
}
#contents.responsive .two-block-area .inner .box p .strong {
	font-weight: bold;
}
#contents.responsive .two-block-area .inner .box p .red {
	color: #f00;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	#contents.responsive .four-block-area .inner .box,
	#contents.responsive .two-block-area .inner .box {
		width: 90%;
	}

	#contents.responsive .two-block-area .inner .box:first-of-type {
		margin-bottom: 50px;
	}

	#contents.responsive p br {
		display: block;
	}
}



.okiniiri {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.okiniiri p.left {
	width: 35%;
}

.okiniiri p.right {
	width: 55%;
}
.okiniiri p img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.okiniiri p.left {
		width: 90%;
	}
	.okiniiri p.right {
		width: 90%;
		margin-top: 30px;
	}
}



.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%;
	}
}


.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%;
}

.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;
}
#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) {
	.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;
	}
	.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;
	}
}

.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: 650px
	}

	/*表のスライダー*/
	/*.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;
	}
}
