@charset "utf-8";

/* ===== ■ feature ================================================== */

/* ----- common -------------------------------------------------- */

#content_container {
	width: 100%;
	padding: 540px 0 0;
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: center top;
}
@media(max-width:1039px){
#content_container {
	padding: 400px 0 0;
	background-size: 1418px auto;
}
}
@media(max-width:767px){
#content_container {
	padding: 332px 0 0;
	background-size: 1182px auto;
}
}
@media(max-width:639px){
#content_container {
	padding: 800px 0 0;
	background-size: auto;
}
}

.content_box {
	margin: 45px 25px 90px;
	border: 1px solid #000;
}
@media(max-width:767px){
.content_box {
	margin: 30px 0 60px;
	border: none;
	border-top: 1px solid #000;
}
}
#content .content_box:last-of-type {
	margin-bottom: 0 !important;
}

.content_box .tab {
	position: relative;
	top: -45px;
	left: -1px;
	height: 45px;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: left top;
}
@media(max-width:767px){
.content_box .tab {
	top: -30px;
	left: 0;
	height: 30px;
	background-size: contain;
	background-position: 20px top;
}
}
.content_box .tab p {
	padding: 15px 25px 0;
	font-size: 20px;
	line-height: 1.0em;
}
@media(max-width:767px){
.content_box .tab p {
	padding: 10px 20px 0 40px;
	font-size: 15px;
}
}
.content_box_strongpoint .tab p {
	letter-spacing: 1.0em;
}
.content_box_factorymanager .tab p {
	letter-spacing: 0em;
}
@media(max-width:767px){
.content_box_factorymanager .tab p {
	padding: 10px 20px 0 30px;
	font-size: 14px;
}
}
.content_box_series .tab p {
	letter-spacing: 0.2em;
}

.content_box .body {
	padding: 0 0 5px;
	text-align: center;
}

.content_box .column {
	position: relative;
	top: -20px;
}
@media(max-width:1039px) {
.content_box .column {
	display: inline-block;
	margin: 0 auto;
}
}
@media(max-width:767px){
.content_box .column {
	top: 0;
}
}

.content_box .column .part {
	float: left;
}
@media(max-width:767px){
.content_box .column .part {
	float: none;
}
}

.content_box .column1 .part {
	float: none;
	width: calc( 100% - 50px );
	margin: 0 auto;
	padding-top: 25px;
}
@media(max-width:1039px) {
.content_box .column1 {
	display: block;
	margin: 0 auto;
}
}

.content_box .column2 .part {
	width: 435px;
	padding: 25px 29px 0 29px;
	border-right: 1px dotted #000;
}
@media(max-width:1039px) {
.content_box .column2 .part {
	width: 310px;
	padding: 25px 24px 0 24px;
}
}
@media(max-width:767px){
.content_box .column2 .part {
	width: 435px;
	max-width: 435px;
	margin: 0 auto;
	border-right: none;
}
}
.content_box .column2 .part:nth-child(2) {
	border-right: none;
}

.content_box .column3 .part {
	width: 278px;
	padding: 25px 25px 0 25px;
	border-right: 1px dotted #000;
}

/*
.content_box .column3 .part {
	width: 270px;
	padding: 25px 29px 0 29px;
	border-right: 1px dotted #000;
}
*/

@media(max-width:1039px) {
.content_box .column3 .part {
	width: 190px;
	padding: 25px 24px 0 24px;
}
}
@media(max-width:767px){
.content_box .column3 .part {
	width: 435px;
	max-width: 435px;
	margin: 0 auto;
	border-right: none;
}
}
.content_box .column3 .part:nth-child(3) {
	border-right: none;
}

.content_box .column:first-child .part {
	padding-top: 0 !important;
}
@media(max-width:767px){
.content_box .column:first-child .part:first-child {
	padding-top: 0 !important;
}
.content_box .column:first-child .part {
	padding-top: 25px !important;
}
}

@media(max-width:767px){
.content_box .column .part {
	border-left: none;
}
}

@media(max-width:639px){
.content_box .column .part,
.content_box .column:first-child .part,
.content_box .column:first-child .part:first-child {
	width: calc( 100% - 50px );
	padding: 25px 0 0 0;
}
}

@media(max-width:480px){
.content_box .column .part,
.content_box .column:first-child .part,
.content_box .column:first-child .part:first-child {
	width: calc( 100% - 40px );
}
}

.content_box .column .part_noborder {
	border-right: none !important;
}


.content_box .column .part .copy {
	background-color: #505050;
}

.content_box .column .part .copy p {
	padding: 8px 10px 5px;
	font-size: 17px;
	line-height: 1.3em;
	color: #fff;
}

.content_box .column .part .name {
	padding-top: 15px;
}

.content_box .column .part .common_name {
	font-size: 14px;
	line-height: 1.5em;
}

.content_box .column .part .proper_name {
	font-size: 19px;
	line-height: 1.2em;
}

.content_box .column .part .logo {
	text-align: center
}
.content_box .column .part .logo img {
	max-width: 100%;
}

.content_box .column .part .model {
	background-color: #505050;
}

.content_box .column .part .model p {
	padding: 5px 10px 3px;
	font-size: 16px;
	line-height: 1.3em;
	color: #fff;
	text-align: center
}

.content_box .column .part .kakou {
	background-color: #dcdddd;
}

.content_box .column .part .kakou p {
	padding: 7px 10px 5px;
	font-size: 16px;
	line-height: 1.3em;
}

.content_box .column .part .kakou_name {
	padding: 12px 0 0;
	font-size: 17px;
	color: rgba(0,111,188,1);
	line-height: 1.2em;
}

.size {
	margin: 8px 0 0;
}

.size th {
	padding: 3px 15px 2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: normal;
}

.size td {
	padding: 3px 20px 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 12px;
	line-height: 1.0em;
}

.content_box_series ul.tag {
	padding: 5px 0;
}

.content_box_series ul.tag li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.content_box_series ul.tag li a {
	display: inline-block;
	padding: 3px 10px 2px;
	font-size: 12px;
	color: rgba(0,111,188,1);
	line-height: 1.0em;
	border: 1px solid rgba(0,111,188,1);
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
}
.content_box_series ul.tag li a:hover {
	background-color: rgba(0,111,188,0.1);
	text-decoration: none;
}


.content_box .column .part .detail p.text {
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.5em;
}

.content_box .column .part .detail ul.text-list {
	padding: 5px 0;
	list-style-position: inside;
	list-style-type: disc;
}

.content_box .column .part .detail ul.text-list li {
	font-size: 14px;
	line-height: 1.5em;
}

.content_box .column .part .detail p.image {
	padding-top: 15px;
	text-align: center;
}
.content_box .column .part .detail p.image img {
	max-width: 100%;
}
.content_box .column .part .detail p.image img.image_w60 {
	max-width: 60%;
}


.btn_space {
	height: 40px;
}

a.btn_catalog {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 270px;
	background-color: #00a0ca;
	padding: 5px 0 3px;
	font-size: 13px;
	line-height: 1.0em;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
a.btn_catalog:hover {
	background-color: rgba(0,111,188,1);
}
@media(max-width:1039px) {
a.btn_catalog {
	width: 190px;
}
}
@media(max-width:767px){
a.btn_catalog {
	position: relative;
	width: 100%;
	bottom: 30px;
}
}

