@charset "utf-8";
/* specification.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.specification {
	color: #666666 !important;
	border-bottom: 1px solid #666666;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 特徴　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tokutyo_list {
	width: 450px;
	margin-right: 100px;
	margin-bottom: 100px;
	float: left;
}
.tokutyo_list:nth-child(2n) {
	margin-right: 0px;
}
.tokutyo_list:nth-child(5) {
	margin-left: 275px;
	margin-right: 0px;
}

.tokutyo_list h4 {
	margin-bottom: 36px;
	color: #1B4399;
	padding-left: 110px;
	height: 57px;
	font-size: 34px;
	padding-top: 30px;
}
#toku_01 {
	background-image: url(../images/speci_tokutyo_h4_01.png);
}
#toku_02 {
	background-image: url(../images/speci_tokutyo_h4_02.png);
}
#toku_03 {
	background-image: url(../images/speci_tokutyo_h4_03.png);
}
#toku_04 {
	background-image: url(../images/speci_tokutyo_h4_04.png);
}
#toku_05 {
	background-image: url(../images/speci_tokutyo_h4_05.png);
}


.tokutyo_text {
	margin-left: 40px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スペック　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#spec .row {
	margin-bottom: 150px;
}
.spec_sub_tt {
	color: #1B4399;
	font-size: 27px;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1.4em;
}

#spec_01 .box_left {
	width: 350px;
}


#spec_01 .box_right {
	width: 550px;
}
#spec_02 {
	background-image: url(../images/speci_spec_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#spec_02 .box_left {
	width: 403px;
}
#spec_02 .box_right {
	width: 403px;
}

#spec .box_left img,
#spec .box_right img {
	width: 100%;
	height: auto;
}
.spec_tbl {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
}

.spec_tbl table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.spec_tbl th {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 170px;
	text-align: left;
}

.spec_tbl td {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.machine_pic {
	border: 2px solid #1B4399;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アプリ 利用手順 　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.app_box {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.app_box h4 {
	text-align: center;
	background-color: #FFED5B;
	color: #1B4399;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 27px;
	margin-bottom: 45px;
}
.app_box .box_left {
	width: 280px;
	text-align: right;
}
.app_box .box_right {
	width: 580px;
}
#app_dl {
	margin-top: 80px;
	margin-bottom: 32px;
	background-image: url(../images/speci_app_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#app_dl li {
	margin-bottom: 18px;
}
#app_dl li img {
	width: 135px;
	height: auto;
}
.app_start {
	margin-top: 60px;
	text-align: center;
}
#app_work_flow .row {
	margin-bottom: 80px;
}
#app_work_flow .box_left img {
	width: 150px;
	height: auto;
}
.app_flow_tt {
	color: #1B4399;
	font-size: 27px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アプリ制作      　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#app_use_tbl {
	margin-bottom: 80px;
}

#app_use_tbl th {
	width: 280px;
	text-align: right;
	padding-bottom: 60px;
}
#app_use_tbl td {
	padding-left: 40px;
	color: #1B4399;
	font-size: 27px;
	padding-bottom: 60px;
}
#app_contact_bt {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #1B4399;
}
#app_contact_bt a {
	display: block;
	height: 100px;
	line-height: 100px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1B4399;
	border-radius: 20px;
	font-size: 35px;
}


/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */

@media screen and (max-width: 1000px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.specification {
	color: #ADADAD !important;
	border-bottom-style: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 特徴　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tokutyo_list {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 50px;
	float: none;
}

.tokutyo_list:nth-child(5) {
	margin-left: 0px;
}

.tokutyo_list h4 {
	margin-bottom: 25px;
	padding-left: 70px;
	height: 40px;
	font-size: 24px;
	padding-top: 15px;
	background-size: auto 55px;
	background-repeat: no-repeat;
}

.tokutyo_text {
	margin-left: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スペック　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#spec .row {
	margin-bottom: 70px;
}

.spec_sub_tt {
	font-size: 22px;
	margin-bottom: 40px;
	text-align: left;
}

#spec_01 .box_left {
	width: 100%;
	margin-bottom: 30px;
}


#spec_01 .box_right {
	width: 100%;
}
#spec_02 {
	background-image: none;
}

#spec_02 .box_left {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 120px;
	background-image: url(../images/speci_spec_arrow_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#spec_02 .box_right {
	width: 100%;
}

.spec_tbl {
	width: 100%;
	font-size: 17px;
	line-height: 1.4em;
}


.spec_tbl th {
	padding-left: 10px;
	padding-right: 10px;
	width: 25%;
}

.spec_tbl td {
	padding-left: 10px;
	padding-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アプリ 利用手順 　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.app_box {
	width: 100%;
	margin-bottom: 50px;
}
.app_box h4 {
	margin-bottom: 30px;
	font-size: 22px;
}
.app_box .box_left {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.app_box .box_left img {
	width: 50%;
	height: auto;
}

.app_box .box_right {
	width: 100%;
}
#app_dl {
	margin-top: 0px;
	margin-bottom: 32px;
	background-image: url(../images/speci_app_dl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	text-align: center;
}
#app_dl li {
	margin-bottom: 18px;
}
#app_dl li img {
	width: 200px;
	height: auto;
}
.app_start {
	margin-top: 20px;
}
#app_work_flow .row {
	margin-bottom: 50px;
}
#app_work_flow .box_left img {
	width: 100px;
}

.app_flow_tt {
	font-size: 20px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* アプリ制作      　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#app_use_tbl {
	margin-bottom: 50px;
}

#app_use_tbl th {
	width: 50px;
	text-align: left;
	padding-bottom: 30px;
}

#app_use_tbl th img {
	width: 100%;
	height: auto;
}

#app_use_tbl td {
	padding-left: 30px;
	font-size: 18px;
	padding-bottom: 30px;
}
#app_contact_bt {
	width: 80%;
}
#app_contact_bt a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}

}
