@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;
	margin-right: 0;
}
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 .regrind-text{
	margin-bottom: 40px;
}
body.pc ul.regrind-btn-items{
	display: flex;
	align-items: center;
	justify-content: center;
}
body.pc ul.regrind-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.regrind-btn-items li:last-of-type{
	margin-right: 0;
}
body.pc ul.regrind-btn-items li a{
	color: #fff;
	display: flex;
	align-items: center;
}
body.pc ul.regrind-btn-items li:nth-of-type(1) a{
	margin-left: 26px;
}
body.pc ul.regrind-btn-items li:nth-of-type(2) a{
	margin-left: 19px;
}
body.pc ul.regrind-btn-items li:nth-of-type(3) a{
	margin-left: 26px;
}
body.pc ul.regrind-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 .kito-box h2,
body.pc .catalog-list h2{
	margin-top: 50px;
}
body.pc .block ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
   	margin-bottom: 30px;
}
body.pc .upper-box{
	position: relative;
	margin-top: 1em;
	padding: 1em 2em;
  }
body.pc .ul.box{
	display: flex;
}
body.pc ul.box li:nth-of-type(1) {
	margin-left: 0px;
}
body.pc ul.box li:nth-of-type(2) {
	margin-left: 40px;
}
body.pc ul.box li:nth-of-type(3) {
	margin-left: 40px;
}

body.pc .container-box{
	inline-size: 300px;
	overflow-wrap: break-word;
}
body.pc .container-box h5{
	font-weight: bold;
	font-size: 25px;
}

body.pc .container-box h5{
    margin-top:5px
}
body.pc .container-box h7{
	font-weight: bold;
	color: #ff0000;
}
body.pc .text-area {
	padding: 0em 0.2em 0em 0em;
	border-right: 1px solid #413e3e;
}
body.pc .container-box2{
	inline-size: 300x;
	overflow-wrap: break-word;
}
body.pc .container-box2 h5{
	font-weight: bold;
	font-size: 20px;
}
body.pc .container-box2 h7{
	text-align: center;
}
/* --------------------------------------------------------------------
	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;
	margin-bottom: 0;
	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: 28px;
	color: #666666;
}
body.sp .regrind-text{
	margin-bottom: 25px;
}
body.sp ul.regrind-btn-items{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
body.sp ul.regrind-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.regrind-btn-items li:last-of-type{
	margin-bottom: 20px;
}
body.sp ul.regrind-btn-items li a{
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
}
body.sp ul.regrind-btn-items li:nth-of-type(1) a{
	margin-left: calc(78 / 828 * 100vw);
}
body.sp ul.regrind-btn-items li:nth-of-type(2) a{
	margin-left:  calc(60 / 828 * 100vw);
}
body.sp ul.regrind-btn-items li:nth-of-type(3) a{
	margin-left:  calc(78 / 828 * 100vw);
}
body.sp ul.regrind-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.sp .box{
    background-color: #f0f0f0;
    overflow-y: scroll;
    width: 1000px;
    height: 800px;
 }
 .box::-webkit-scrollbar{
    width: 10px;
 }
 .box::-webkit-scrollbar-track{
    background-color: #ccc;
 }
 .box::-webkit-scrollbar-thumb{
    background-color: #6986e4;
 }
 
body.sp .kito-box h2,
body.sp .catalog-list h2{
	margin-top: 50px;
}
body.sp .block ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 10px;
    margin-bottom: 30px;
}
body.sp .upper-box{
	position: relative;
	margin-top: 1em;
	padding: 1em 2em;
  }
body.sp .ul.container{
	display: flex;
	align-items: center;
	justify-content: center;
}
body.sp .container-box{
	margin-right: 30px;
	inline-size: 330px;
	overflow-wrap: break-word;
}
body.sp .container-box h5{
	font-weight: bold;
	font-size: 25px;
}

body.sp .container-box h5{
    margin-top:5px
}
body.sp .container-box h7{
	font-weight: bold;
	color: #ff0000;
}
body.sp .text-area :after {
    border-right: 1px solid #413e3e;
    margin: 0 25px;
}


