@charset "utf-8";
/* CSS Document */

/*===============================================
●共通
===============================================*/

/* questionBox
---------------------------------------- */
#questionBox .qBoxflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
#questionBox .qBoxflex li {
	width: 49%;
	margin-right: 2%;
	text-align: center;
	line-height: 1.6em;
}
#questionBox .qBoxflex li:nth-child(2n) {
	margin-right: 0;
}
#questionBox .qBoxflex li a {
	display: block;
	text-decoration: none;
	padding: 0.5em 0!important;
	background-color: #0052a4;
	color: #fff;
}
#questionBox .qBoxflex li a span {
	font-size: 0.8em;
	padding-left: 0.4em;
}

/* question
---------------------------------------- */
#question01 .blueBack,
#question02 .blueBack,
#question03 .blueBack,
#question04 .blueBack {
	background-color: #eaf5fc;
	margin-bottom: 1em;
	padding: 1.5em;
	position: relative;
}
#question01 .blueBack h5:before,
#question02 .blueBack h5:before,
#question03 .blueBack h5:before,
#question04 .blueBack h5:before {
	content: 'Q';
	top: 1em;
	left: 1em;
	font-family: "Catamaran", sans-serif;
	border-radius: 1em;
	height: 1.3em;
	width: 1.3em;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
	background-color: #0052a4;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	position: absolute;
}
#question01 .blueBack .answer:before,
#question02 .blueBack .answer:before,
#question03 .blueBack .answer:before,
#question04 .blueBack .answer:before {
	content: 'A';
	top: auto;
	left: 1.1em;
	padding: 0.05em;
	font-family: "Catamaran", sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	color: #0052a4;
	display: inline-block;
	position: absolute;
}
#question02 section p .fontRed,
#question04 section p .fontRed {color: #FF0000}

/* question02
---------------------------------------- */

/* packingWrap */
#packingWrap h6 {
	color: #0E53A3;
	/* font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
	margin-bottom: 1em;
}
#packingWrap h6 span {
	margin-right: 0.2em;
}
#packingWrap h6 svg {
	width: 11px;
	height: 9px;
	fill: #D70111;
}
#packingWrap table thead th:first-child {
	background-color: #0E53A3;
}
#packingWrap table thead th:last-child {
	background-color: #000;
}
#packingWrap table thead th {
	font-size: 1.14em;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#packingWrap table tbody {
	background-color: #fff;
}
#packingWrap table tbody th,
#packingWrap table tbody th ul li {
	font-weight: bold;
}
#packingWrap table tbody th {
	font-size: 1.14em;
}
#packingWrap table td p {
	line-height: 1.5;
}
#packingWrap table td p span {
	display: block;
	font-weight: bold;
	color: #0E53A3;
	margin-bottom: 0.5em;
}
#packingWrap table td .packingFlex small {
	display: block;
}
#difference .paddingM > span {
	display: block;
	font-weight: bold;
}
#difference .paddingM,
#difference .paddingM ul li {line-height: 1.5;}
#difference .paddingM dl {
	display: flex;
	flex-wrap: wrap;
}

/* question04
---------------------------------------- */
#question04 .photowrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#question04 .photowrap li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#question04 .photowrap li:nth-child(even) {margin-right: 0%;}
#question04 .photowrap li:nth-child(n+3) {margin-bottom: 0%;}

#question04 .blueBack .circle01:before,
#question04 .blueBack .circle02:before,
#question04 .blueBack .circle03:before,
#question04 .blueBack .circle04:before {
	top: auto;
	left: 4.5em;
	border-radius: 1em;
	height: 1.35em;
	width: 1.35em;
	text-align: center;
	line-height: 1.4em;
	vertical-align: middle;
	background-color: #F08300;
	font-size: 0.75em;
	color: #fff;
	margin: 0.3em;
	padding: 0.05em;
	display: inline-block;
	position: absolute;
}
#question04 .blueBack .circle01:before {content: '1';}
#question04 .blueBack .circle02:before {content: '2';}
#question04 .blueBack .circle03:before {content: '3';}
#question04 .blueBack .circle04:before {content: '4';}
#question04 .blueFlex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#question04 .blueFlex .sliderImage {
	border-radius: 10px;
	margin-bottom: 0.2em;
}
#question04 .blueFlex .sliderImage img {
	width: 100%;
	border-radius: 10px;
}

.boukaTit,.boukatent li, .sliderPdf a  {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.boukatent li, .sliderPdf a {padding-left: 3em;}
.boukaTit {
	padding-left: 2.3em;
	font-weight: bold;
}
.boukatent li, .sliderPdf a {
	background-image: url("../../img/mainframe/arrow.svg");
	background-position: 2.3em center;
	background-repeat: no-repeat;
	background-size: 4px 6px;
}
.linkArrow  {padding-left: 1em;}
.linkArrow {
	background-image: url("../../img/mainframe/arrow.svg");
	background-position: 0.3em center;
	background-repeat: no-repeat;
	background-size: 4px 6px;
}
.sliderPdf a {display: block;}

/* trussWrap */
#trussWrap #trussBox p:first-child {
	display: block;
	font-weight: bold;
}
#trussWrap .photoSection {display: flex;}
#trussWrap .photoSection .crossSection {width: 48%;}
#trussWrap .photoSection .crossSection:first-child {margin-right: 4%;}
#trussWrap .photoSection .crossSection .crossImage img {
	width: 100%;
	border-radius: 10px;
}
#trussWrap  .photoSection .crossSection .crossImage {
	border-radius: 10px;
	margin-bottom: 0.2em;
}

/*===============================================
●画面の横幅が729px以下
===============================================*/
@media screen and (max-width: 729px){

	.telLink {text-decoration: underline;}
	
		/* questionBox
	---------------------------------------- */
	#questionBox .qBoxflex li {
		font-size: 0.85em;
		margin-bottom: 0.5em;
	}
	
	/* question
	---------------------------------------- */
	#question01 section h5,
	#question02 section h5,
	#question03 section h5,
	#question04 section h5 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0.7em;
		padding-left: 1.9em;
		line-height: 1.4em;
	}
	#question01 section .answer,
	#question02 section .answer,
	#question03 section .answer,
	#question04 section .answer,
	#question01 section .paddingL,
	#question02 section .paddingL,
	#question03 section .paddingL,
	#question04 section .paddingL  {
		font-size: 1em;
		font-weight: 500;
		line-height: 1.5em;
	}
	#question01 section .answer,
	#question02 section .answer,
	#question03 section .answer,
	#question04 section .answer {
		padding-left: 2.3em;
	}
	#question01 section .paddingL,
	#question02 section .paddingL,
	#question03 section .paddingL,
	#question04 section .paddingL  {
		padding-left: 3.6em;
	}
	#question01,
	#question02,
	#question03,
	#question04 {margin-bottom: 3em;}
	#questionBox {margin-bottom: 2em;}
	#question04 .blueFlex .characterBox {
		width: 65%;
		margin-right: 5%;
	}
	#question04 .blueFlex .sliderImage {width: 30%;}

	/* question02
	---------------------------------------- */

	/* packingWrap */
	#packingWrap .answer {
		margin-bottom: 1em;
	}
	/* #packingWrap h6,
	#packingWrap #packingBox {
		padding-left: 2.3em;
	} */
	#packingWrap table {
		table-layout: fixed;
	}
	#packingWrap table thead {
		display: none;
	}
	#packingWrap table th,
	#packingWrap table td {
		position: relative;
		display: block;
		padding: 1.7em 1em;
		text-align: center;
	}
	#packingWrap table th {
		border-top: 45px solid #0052A4;
	}
	#packingWrap table td {
		border-top: 45px solid #000;
	}
	#packingWrap table th:before,
	#packingWrap table td:before {
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 1.14em;
		color: #fff;
		font-weight: bold;
	}
	#packingWrap table th:before {
		content: "モデル名";
	}
	#packingWrap table td:before {
		content: "梱包状態";
	}
	#packingWrap table th ul {
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}
	#packingWrap table th ul li {
		padding-left: 1em;
		text-indent: -1em;
	}
	#packingWrap table th ul li:not(:last-child) {
		margin: 0 1em 0.2em 0;
		margin-right: 1em	}
	#packingWrap table tr:not(:last-child) td {
		border-bottom: 25px solid #EBF6FC;
	}
	#packingWrap table td p {
		font-size: 1.07em;
		text-align: center;
		margin-bottom: 1em;
	}
	#packingWrap table td p span {
		font-size: 1.07em;
	}
	#packingWrap table td small {
		margin-bottom: 1.5em;
	}
	#packingWrap table td .packingImage img {
		width: 70%;
	}
	#packingWrap table td .packingImage img.pcNone { display: inline-block;}
	#difference .paddingM  {
		padding-left: 2.3em;
	}
	#difference .paddingM span {margin-bottom: 0.5em;}
	#difference .paddingM ul li span {
		display: block;
		padding-left: 3em;
	}
	#difference .paddingM dl dt {width: 50px;}
	#difference .paddingM dl dd {width: calc(100% - 50px);}

	/* question04
	---------------------------------------- */
	#question04 .photoBox01 {margin-top: 1em;}
	
	.photoBox01 img {width: 100%;}
	#trussWrap #trussBox {margin-bottom: 1em;}
	.weightBox li > span {
		display: inline-block!important;
		padding-left: 0!important;
		width: 7em;
	}
}

/*===============================================
●画面の横幅が730px以上
===============================================*/
@media screen and (min-width: 730px) {
	
	/* questionBox
	---------------------------------------- */
	#questionBox .qBoxflex li {
		font-size: 1.15em;
		margin-bottom: 1em;
	}
	
	/* question
	---------------------------------------- */
	#question01 section h5,
	#question02 section h5,
	#question03 section h5,
	#question04 section h5 {
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 0.7em;
		padding-left: 1.9em;
		line-height: 1.3em;
	}
	#question01 section .answer,
	#question02 section .answer,
	#question03 section .answer,
	#question04 section .answer,
	#question01 section .paddingL,
	#question02 section .paddingL,
	#question03 section .paddingL,
	#question04 section .paddingL,
	#difference .paddingM {
		font-size: 1.1em;
		font-weight: 500;
		line-height: 1.5em;
	}
	#question01 section .answer,
	#question02 section .answer,
	#question03 section .answer,
	#question04 section .answer {
		padding-left: 2.3em;
	}
	#question01 section .paddingL,
	#question02 section .paddingL,
	#question03 section .paddingL,
	#question04 section .paddingL {
		padding-left: 3.7em;
	}
	#question01,
	#question02,
	#question03,
	#question04,
	#questionBox {
		margin-bottom: 4.5em;
	}

	/* question02
	---------------------------------------- */

	/* packingWrap */
	#packingWrap .answer {
		margin-bottom: 2.27em;
	}
	#packingWrap h6 {
		font-size: 1.29em;
	}
	#packingWrap h6 span {
		vertical-align: 2px;
	}
	#packingWrap table {
		width: 100%;
		margin-bottom: 1em;
	}
	#packingWrap table th {
		vertical-align: middle;
	}
	#packingWrap table thead th:first-child,
	#packingWrap table tbody th {
		width: 31.5%;
		padding: 0 3%;
	}
	#packingWrap table thead th:last-child,
	#packingWrap table td {
		width: 100%;
		padding: 1em 5.5%;
	}
	#packingWrap table thead th {
		padding: 1em 0;
	}
	#packingWrap table th,
	#packingWrap table td {
		border: 1px solid #E1E1E1;
	}
	#packingWrap table th ul li {
		padding-left: 1em;
		text-indent: -1em;
	}
	#packingWrap table th ul li:not(:last-child) {
		margin-bottom: 0.5em;
	}
	#packingWrap table td .packingState {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#packingWrap table td p {
		font-size: 1.14em;
	}
	#packingWrap table td .packingFlex p {
		margin-bottom: 1.5em;
	}
	#packingWrap table td .packingFlex small {
		font-size: 0.86em;
		max-width: 200px;
	}
	#difference .qaWrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#difference.qaWrap {align-items: flex-end;}
	#difference .paddingM {
		padding-left: 2.3em;
	}
	#difference .paddingM dl dt {width: 45px;}
	#difference .paddingM dl dd {width: calc(100% - 45px);}
	
	/* question04
	---------------------------------------- */
	#question04 .qaWrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	#question04 .characterBox {width: 60%;}
	#question04 .blueFlex .characterBox {width: 81%;}
	#question04 .photoBox01 {
		width: 40%;
		margin-left: 2em;
	}
	#question04 .videoBox {width: 39%;}
	#question04 .blueFlex .sliderImage {width: 19%;}
	
	/* trussWrap */
	#trussWrap #trussBox {width: 60%;}
	#trussWrap .photoSection {
		width: 40%;
		margin-left: 2em;
	}

	.weightBox li > span {
		display: inline-block;
		width: 7em;
	}
}

/*===============================================
●画面の横幅が960px以上
===============================================*/
@media screen and (min-width: 960px) {

	#difference .paddingM dl dt {width: 55px;}
	#difference .paddingM dl dd {width: calc(100% - 55px);}
}

/*===============================================
●IE専用
===============================================*/
@media all and (-ms-high-contrast: none) {
	#packingWrap table th ul {
		display: block;
	}
}