@charset "UTF-8";

.mod-mainContentContainer{
	font-size: 1rem;
}

#contents h1 span{
	font-size: 1.125rem;
	color: #333;
}
#contents p{
	margin-left: 0;
}

#modelLists{
	display: none;
}

#contents .annotation{
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

#contents .faq-title {
	border-bottom: none !important;
	color: #333333 !important;
	font-size: 1rem !important;
}

#contents section{
	margin-top: 3em;
}

#contents .btnArea{
	display: flex;
	margin: 2em 0 3em;
	padding: 0 0 0 1em;
}

#step2{
	display: none;
}

#contents .btnArea button {
	width: 100%;
	max-width: 260px;
	margin: 0 1em 0 0;
	padding: 1em;
	border: 1px solid #575757;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #FFF;
	color: #000000;
}

#contents .btnArea button:hover, #contents .btnArea button:focus, #contents .btnArea button.changeColor{
	background-color: #575757;
	color: #FFF;
}

#contents .selectArea select {
	display: block;
	width: calc(100% - 2em);
	max-width: 380px;
	margin: 10px 1em 2em;
	padding: 0.5em;
	border: 1px solid #575757;
	border-radius: 0;
	background-color: #fff;
	color: #000;
}

#contents .selectArea label{
	display: block;
	font-size: 0.938rem;
}

#contents .opt_hide{
	display: none;
}

#showTbl{
	display: none;
}

#showTbl p.al_right{
	margin-bottom:0;
	font-size: 0.875rem;
	text-align: right;
}
#modelTbl {
	width: calc(100% - 5px);
	margin-bottom: 1.5em !important;
}
#modelTbl thead th{
	width: 20%;
	padding: 5px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #eee;
}

#modelTbl thead th.choice_carrier{
	font-size: 0.875rem;
}

#modelTbl thead th span{
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 0.875rem;
}

#modelTbl button{
	display: block;
	margin: 0 auto;
	background: #eee;
	font: unset;
	font-family: unset;
}

#modelTbl thead th .al_center + button{
	padding-top: 5px;
}

#modelTbl tbody th,
#modelTbl tbody td{
	width: 20%;
	padding: 5px;
	text-align: center;
	line-height: 1.5;
	font-size: 0.875rem;
	vertical-align: middle;
}

#modelTbl thead th,
#modelTbl tbody td{
	border: 1px solid #ccc;
}

#modelTbl tbody th{
	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
}

#modelTbl tbody tr{
	display: none;
}

#modelTbl tbody tr.active{
	display: table-row;
}

#showDetail {
	display: block;
	max-width: 380px;
	width: calc(100% - 2em);
	margin: 2em 1em;
	padding: 0.7em 1em;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	color: #000;
}

#showDetail:hover,
#showDetail:focus{
	opacity: 0.7;
}

#modelTbl th button.modalOpen > span.textLink{
	display: inline-block;
	color: #43677e;
	font-weight: normal;
	font-size: 0.813rem;
}

#contents .modalArea .textLink{
	display: inline-block;
	margin-top: 10px;
}

#contents .btn02{
	text-align: center;
	margin:3em 0;
}
@media (min-width: 641px){
	#modelTbl tbody th{
		padding: 20px 0;
	}
	
	#modelTbl thead th > span,
	#modelTbl thead th .al_center{
		height: 2.72rem;
	}
	#modelTbl thead th .al_center{
		margin: 0;
		padding-top: 14px;
	}
	#contents .modalArea{
		width: 54%;
	}
}

@media (min-width: 641px){
	#modelTbl thead th:not(:first-child){
		width: 130px;
	}
	#modelTbl tbody th{
		padding: 20px 0;
	}
	
	#modelTbl thead th > span,
	#modelTbl thead th .al_center{
		height: 2.72rem;
	}
	#modelTbl thead th .al_center{
		margin: 0;
		padding-top: 14px;
	}
	#contents .modalArea{
		width: 54%;
	}
}

@media (max-width: 640px){
	#contents h1 + p{
		margin-left: 5px;
	}
	
	#contents .device_area .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#contents .btnArea{
		padding: 0;
	}
	#contents .btnArea button[aria-selected="false"] {
		min-width: 130px;
	}

	#contents .selectArea {
		padding: 0 5px;
	}
	
	#contents .selectArea select{
		max-width: 100%;
		margin: 10px auto 2em auto
	}
	
	#contents .btnArea button {
		margin: 0 1em 0 0;
	}
	
	#contents .tableArea{
		padding: 0;
	}

	#modelTbl {
		padding: 10px;
		writing-mode : vertical-lr;
	}
	
	#modelTbl thead th:first-child{
		width: 40% !important;
	}
	
	#modelTbl thead th,
	#modelTbl tbody th,
	#modelTbl tbody td{
		padding: 10px;
		min-height: 5em;
	}
	
	#modelTbl tbody th{
		border: 1px solid #ccc;
	}
	
	#modelTbl thead th > div {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 8em;
	}
	#modelTbl thead th.choice_carrier,
	#modelTbl tbody td,
	#modelTbl thead th > div > button,
	#modelTbl thead th > div > span,
	#modelTbl tbody th > span{
		writing-mode: horizontal-tb;
	}
	#modelTbl button span.textLink{
		-moz-writing-mode: horizontal-tb;
	}

	
	#modelTbl tbody th > span {
		display: inline-table;
		height: 1em;
	}

	#modelTbl tbody td a {
		display: block;
	}

	#modelTbl thead th span,
	#modelTbl tbody th > span,
	#modelTbl tbody td{
		font-size:0.813rem !important;
	}
	
	#modelTbl button{
		display: block;
		margin: 0 auto;
	}
	#modelTbl thead th .al_center + button{
		padding-top: 0;
	}

	
	
	#modelTbl thead th span,
	#modelTbl tbody th > span,
	#modelTbl tbody td{
		font-size:0.813rem !important;
	}
	
	#showDetail{
		width: 100%;
		margin-left: 0;
	}

}

@media (max-width: 375px){
	#contents .btnArea{
		flex-direction: column;
	}
	
	#contents .btnArea button{
		margin: 1em 0;
		min-width: 100% !important;
	}
		
	#contents .selectArea {
		padding: 0 5px 0 0;
	}
	
	#contents .device_area .notice_gray_b {
		margin-left: 0;
	}
	
	#showDetail{
		max-width: 100%;
	}

	#modelTbl{
		width: 100%;
		margin-right: 0;
	}
	
	#modelTbl thead th{
		padding: 5px;
		min-height: 6em;
	}
	
	#modelTbl button.modalOpen > span.textLink {
		font-size: 0.813rem;
	}
	#contents .tableArea .stylen{
		padding-right: 5px;
	}
	.onlymobile2,
	.onlypc.min{
		display: block !important;
	}
}

@media (max-width: 320px){
	.mod-mainContentContainer {
		padding: 0 5px;
	}
	
	#modelTbl {
		padding: 0;
	}
	#modelTbl tbody th{
		padding: 10px 2px;
	}
	#modelTbl thead th > div {
		min-width: 8em;
	}
}