﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	カタログ一覧
-------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
ol li,
ul li{
	list-style: none;
	margin: 0;
}
table{
	border-collapse: collapse;
}
/* --------------------------------------------------------------------
	pc
-------------------------------------------------------------------- */
body.pc .sp-only{
	display: none;
}
body.pc div.container_ div.contents_ div.mainframe_{
	width: 1000px;
}
body.pc h1,
body.pc h2 {
	margin: auto auto 20px auto;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding:0 30px;
	background-color: #456fa7;
	display: flex;
	height: 66px;
	margin-bottom: 0;
	align-items: center;
	margin-bottom: 40px;
}
body.pc h3{
	font-size: 18px;
	color: #073f8a;
	margin-bottom: 18px;
	font-weight: bold;
}
body.pc .padding-wrapper p,
body.pc .padding-wrapper li{
	line-height: 28px;
	color: #666666;
}
body.pc .catalog-text{
	margin-bottom: 40px;
}
body.pc ul.catalog-btn-items{
	display: flex;
	align-items: center;
	justify-content: center;
}
body.pc ul.catalog-btn-items li{
	display: flex;
    align-items: center;
    background-color: #083f8b;
    color: #fff;
    border-bottom: 1px solid #849fc5;
    height: 40px;
	margin-right: 18px;
	width: 230px;
	position: relative;
}
body.pc ul.catalog-btn-items li:last-of-type{
	margin-right: 0;
}
body.pc ul.catalog-btn-items li a{
	color: #fff;
	display: flex;
	align-items: center;
}
body.pc ul.catalog-btn-items li:nth-of-type(1) a{
	margin-left: 52px;
}
body.pc ul.catalog-btn-items li:nth-of-type(2) a{
	margin-left: 25px;
}
body.pc ul.catalog-btn-items li a:after{
	content: '';
    background-image: url(../../img/usr/icon/icon_arrow_white_circle_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
	transform: rotate(90deg);
	position: absolute;
	right: 12px;
}
body.pc .cominix h2,
body.pc .catalog-list h2{
	margin-top: 50px;
}
body.pc .cominix ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.pc .cominix ul li{
	width: 220px;
	margin-right: 40px;
}
body.pc .cominix ul li:last-of-type{
	margin-right: 0;
}
body.pc .cominix ul li img{
	width: 100%;
	height: auto;
}

body.pc .catalog-list ul{
	display: flex;
	flex-wrap: wrap;
}
body.pc .catalog-list ul li{
	width: 220px;
	margin-right: 40px;
}
body.pc .catalog-list ul li:nth-of-type(4n){
	margin-right: 0;
}
body.pc .catalog-list ul li:nth-of-type(n+5){
	margin-top: 40px;
}
body.pc .catalog-list ul li a{
	display: block;
	margin-bottom: 22px;
}
body.pc .catalog-list ul li img{
	width: 100%;
	height: auto;
}

/* --------------------------------------------------------------------
	sp
-------------------------------------------------------------------- */
body.sp .pc-only{
	display: none;
}
body.sp * {
	font-size: calc(30 / 828 * 100vw);
}
body.sp .navitopicpath_{
	padding: 0 calc(60 / 828 * 100vw);
}
body.sp h1,
body.sp h2 {
	margin: auto auto 20px auto;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding:0 30px;
	background-color: #456fa7;
	display: flex;
	height: 50px;
	align-items: center;
	margin-bottom: 25px;
}
body.sp h3{
	font-size: 18px;
	color: #073f8a;
	margin-bottom: 18px;
	font-weight: bold;
}
body.sp .padding-wrapper p,
body.sp .padding-wrapper li{
	line-height: 26.25px;
	color: #666666;
}
body.sp .catalog-text{
	margin-bottom: 25px;
}
body.sp ul.catalog-btn-items{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
body.sp ul.catalog-btn-items li{
	display: flex;
    align-items: center;
    background-color: #083f8b;
    color: #fff;
    border-bottom: 1px solid #849fc5;
    height: 47.5px;
	width: calc(483 / 828 * 100vw);
	position: relative;
}
body.sp ul.catalog-btn-items li:nth-of-type(1){
	margin-bottom: 12.5px;
}
body.sp ul.catalog-btn-items li a{
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
}

body.sp ul.catalog-btn-items li:nth-of-type(1) a{
	margin-left: calc(105 / 828 * 100vw);
}
body.sp ul.catalog-btn-items li:nth-of-type(2) a{
	margin-left: calc(49 / 828 * 100vw);
}
body.sp ul.catalog-btn-items li a:after{
	content: '';
    background-image: url(../../img/usr/icon/icon_arrow_white_circle_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
	transform: rotate(90deg);
	position: absolute;
	right: calc(22 / 828 * 100vw);
}
body.sp .cominix h2,
body.sp .catalog-list h2{
	margin-top: 50px;
}
body.sp .cominix ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.sp .cominix ul li{
	width: calc(349 / 828 * 100vw);
	margin-right: calc(3 / 828 * 100vw);
}
body.sp .cominix ul li:last-of-type{
	margin-right: 0;
}
body.sp .cominix ul li img{
	width: 80%;
	height: auto;
	display:flex;
}

body.sp .catalog-list ul{
	display: flex;
	flex-wrap: wrap;
}
body.sp .catalog-list ul li{
	width: calc(349 / 828 * 100vw);
	margin-right: calc(30 / 828 * 100vw);
}
body.sp .catalog-list ul li:nth-of-type(2n){
	margin-right: 0;
}
body.sp .catalog-list ul li:nth-of-type(n+3){
	margin-top: 26px;
}
body.sp .catalog-list ul li a{
	display: block;
	margin-bottom: 17px;
}
body.sp .catalog-list ul li img{
	width: 100%;
	height: auto;
}