#contents {
	font-family: 'Noto Sans JP',Meiryo,sans-serif;
}
@media only screen and (max-width:1280px) {
	#contents {
		max-width: 95%;
	}
}
#contents p {
	font-size: 16px;
}
.img img {
	max-width: 100%;
	height: auto;
}

.pt80_sph {
	padding-top: 80px;
}
@media only screen and (max-width:690px) {
	.pt80_sph {
		padding-top: 40px;
	}
}

@media only screen and (min-width:768px) {
	.pc-none {
		display: none;
	}
}

/* btn */
/* ---------------------------------------------- */
.btn {
	display: inline-block;
	width: 154px;
}
.btn a {
    width: auto;
    background: url(../image/common/arr01.jpg) no-repeat right center #FFFFFF;
    padding: 0px 30px 0px 5px;
    line-height: 24px;
    height: 24px;
    font-size: 90%;
    display: block;
    text-align: center;
	background-color: #efefef;
}
.col2_btn *:nth-child(n+2) {
	margin-left: 15px;
}
@media only screen and (max-width:690px) {
	.col2_btn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.col2_btn *:nth-child(n+2) {
		margin-top: 15px;
		margin-left: 0;
	}
}

.title_btn {
	position: relative;
}
.title_btn .btn {
	position: absolute;
	right:0;
	bottom:10px;
}
.title_btn .subtitle03 {
	padding-right: 160px;
}
@media only screen and (max-width:690px) {
	.title_btn {
		margin-bottom: 60px;
	}
	.title_btn .btn {
		bottom: -35px;
	}
	.title_btn .subtitle03 {
		padding-right: 0;
	}
}


/* main */
/* ---------------------------------------------- */
.special_main {
	display: flex;
	align-items: center;
}
@media only screen and (max-width:979px) {
	.special_main {
		margin-top: 50px;
	}
}
@media only screen and (max-width:768px) {
	.special_main {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}

.special_main .text {
	width: 55.5%;
	margin-right: -19.75%;
	z-index: 2;
	background-color: #f5f5f5;
	padding:45px;
}
@media only screen and (max-width:1024px) {
	.special_main .text {
		padding:20px;
	}
}
@media only screen and (max-width:768px) {
	.special_main .text {
		width: 100%;
		margin-right: auto;
	}
}

.special_main .text h2 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width:1024px) {
	.special_main .text h2 {
		font-size: 32px;
	}
}
@media only screen and (max-width:767px) {
	.special_main .text h2 {
		font-size: 24px;
	}
}

.special_main .img {
	width: 64.25%;
	margin-left: auto;
	margin-right: 0;
}
@media only screen and (max-width:768px) {
	.special_main .img {
		width: 100%;
	}
}

/* col2_it */
/* ---------------------------------------------- */
.col2_it {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.col2_it .left {
	width: 32.6%;
}
.col2_it .right {
	width: 64.5%;
}

@media only screen and (max-width:690px) {
	.col2_it {
		flex-direction: column-reverse;
	}
	.col2_it .left {
		width: 100%;
		margin-bottom: 20px;
	}
	.col2_it .right {
		width: 100%;
	}
}

/* col5_anchor */
/* ---------------------------------------------- */
.js-fix-wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.js-fix-wrapper.fixed > .local-nav {
	width: 1200px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.col5_anchor {
	display: flex;
}
.col5_anchor li {
	width: calc(20% - 1px);
}
.col5_anchor li:nth-child(n+2) {
	margin-left: 1px;
}
.col5_anchor li a {
	font-size: 18px;
	text-align: center;
	display: block;
	color:#ffffff;
	font-weight: bold;
	padding:15px 0 25px;
	position: relative;
	height: 100%;
}
@media only screen and (max-width:1024px) {
	.col5_anchor li {
		width: auto;
		flex-grow: 1;
	}
}
@media only screen and (max-width:767px) {
	.col5_anchor li a {
		font-size: 14px;
		line-height: 1.2;
	}
}
.col5_anchor li a::after {
	content:"";
	width: 6px;
	height: 6px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	bottom: 13px;
	transform:rotate(45deg);
}
.col5_anchor li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.col5_anchor li.anchor01 a {
	background-color: #4D76B9;
}
.col5_anchor li.anchor02 a {
	background-color: #3AB8A3;
}
.col5_anchor li.anchor03 a {
	background-color: #FF9B06;
}
.col5_anchor li.anchor04 a {
	background-color: #D506FF;
}
.col5_anchor li.anchor05 a {
	background-color: #FF060A;
}

/* col2_catalog */
/* ---------------------------------------------- */
.col2_catalog {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border:1px solid #cccccc;
	padding:40px;
	align-items: center;
}
@media only screen and (max-width:690px) {
	.col2_catalog {
		padding:20px;
	}
}
.col2_catalog .left {
	width: 55.9%;
}
.col2_catalog .right {
	width:38.4%;
	text-align: center;
}

@media only screen and (max-width:690px) {
	.col2_catalog {
		flex-direction: column-reverse;
	}
	.col2_catalog .left {
		width: 100%;
	}
	.col2_catalog .right {
		width:100%;
		margin-bottom: 10px;
	}
}

.title04_catalog {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width:690px) {
	.title04_catalog {
		font-size: 20px;
	}
}

/* col4_catalog */
/* ---------------------------------------------- */
.col4_catalog {
	display: flex;
	flex-wrap: wrap;
}
.col4_catalog > div {
	width: 25%;
	border:1px solid #cccccc;
	padding:15px;
	display: flex;
	flex-direction: column-reverse;
}
.col4_catalog > div .img {
	text-align: center;
	margin-bottom: 20px;
}
.col4_catalog > div .img img {
	width: 205px;
}
.col4_catalog h4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media only screen and (max-width:690px) {
	.col4_catalog > div {
		width: 100%;
		padding:20px;
	}
}

.col4_catalog .col2_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col4_catalog .col2_btn .btn {
	max-width: 130px;
}
.col4_catalog .col2_btn *:nth-child(n+2) {
	margin-left: 0;
}

@media only screen and (max-width:1199px) {
	.col4_catalog .col2_btn {
		flex-direction: column;
		align-items: center;
	}
	.col4_catalog .col2_btn *:nth-child(n+2) {
		margin-top: 10px;
	}
	.col4_catalog .col2_btn .btn {
		max-width: 154px;
	}
}
