@charset "UTF-8";

#kobetsu #main4 {
	border-bottom: none;
}

#kobetsu #main4 .let {
	position: absolute;
	top: 30px;
	right: 0;
	width: 440px;
	z-index: -1;
}



.selectoc {
	padding: 0 0 60px 0;
}
.selectoc .innerplate {
	width: 1100px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 10px 10px 0 0;
}

.selectoc .innerplate h2 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 40px;
}

.selectoc .tabmenu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 480px;
	margin: 0 auto 20px;
}

.selectoc .tabmenu button {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 20px;
	width: 220px;
	box-sizing: border-box;
}

.selectoc .tabmenu li:first-child button {
	background: #22AE73;
}

.selectoc .tabmenu li:last-child button {
	background: #00f;
}

.selectoc .tabmenu button:hover {
	opacity: .8;
}
.det h3 {
	font-size: 3rem;
	margin-bottom: 10px;
}
.det h3+p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: bold;
}
.det h3+p span {
	color: #ff0;
}
.det ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.det li {
	width: 240px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.det li h4 span {
	font-size: 1.6rem;
	display: block;
	margin-bottom: 10px;
}
.det li h4 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.det .tc1 {
	background: #22AE73;
	padding: 30px;
	border-radius: 20px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}

.det .tc2 {
	background: #00f;
	padding: 30px;
	border-radius: 20px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}
.det div a {
	display: block;
	background: #ff0;
	color: #00f;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 10px;
	margin-top: 20px;
}
.det div a:hover {
	opacity: .8;
}








/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {




#kobetsu #main4 {
	width: 86%;
	border-top: none;
	border-bottom: none;
	padding: 20px 0 20px;
	margin: 0 auto 20px auto;
}
#kobetsu #main4 h2 {
	font-feature-settings: "palt";
}

#kobetsu #main4 .let {
	position: absolute;
	top: 30px;
	right: 0;
	width: 240px;
}


.selectoc .innerplate {
	width: 100%;
	background: none;
	padding: 30px;
	border-radius: 0;
	box-sizing: border-box;
}

.selectoc .innerplate h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}

.selectoc .tabmenu {
	width: 100%;
	margin: 0 auto 20px;
}

.selectoc .tabmenu li {
	width: 48%;
	margin-bottom: 15px;
}

.selectoc .tabmenu button {
	display: block;
	font-size: 2rem;
	width: 100%;
}



.det h3 {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.det h3+p {
	font-size: 1.6rem;
	line-height: 1.6;
}
.det li {
	width: 100%;
}


.det div a {
	font-size: 2.4rem;
}




}
