@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt80	{ margin-top:80px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb60	{ margin-bottom:60px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml4	{ margin-left:5px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.B	{ font-weight:bold!important; }
.blue	{ color:#2c8ed2!important; }
.gray	{ color:#777!important; }
.red	{ color:#e6002d!important; }
.black	{ color:#000000!important; }
.white	{ color:#ffffff!important; }
.pink{
	color:#e4007f!important;
}

main .textRed {
	color: #ff0000 !important;
	font-weight: 400;
	padding-right: 3px;
	padding-left: 3px;
}

#size .img-item .img {
	width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.max-178 {
	max-width: 178px;
}
.max-465 {
	max-width: 465px;
}
.max-519 {
	max-width: 519px;
}
.max-600 {
	max-width: 600px;
}
.max-900 {
	max-width: 900px;
}
.max-1080 {
	max-width: 1080px;
}
.sub-item .ttle_p {
	margin-top:20px
}




table.table-spec th.percent-01 {
	width: 18% !important;
	padding-right: 10px;
}

table.table-spec th.percent-02 {
	width: 32% !important;
	background-color: #f8f8f8;
	padding-right: 10px;
	padding-left: 10px;
}
table.table-spec td.percent-03 {
	width: 50% !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


table.table-spec th.percent-01 sup, table.table-spec th.percent-02 sup {
	font-weight: normal;		
}




.container_block {
	display: flex;
	padding-top: -40px;
	padding-bottom: 20px;
}
.container_block .contents_l {
	width: 48%;
}
.container_block .contents_r {
	flex: 1;
	width: 48%;
	margin-left: 4%;
}


.container_block .contents_3 {
	flex: 1;
	width: 32%;
	margin-right: 2%;
}

.container_block .contents_3:nth-child(3) {
	margin-right: 0%;
}


.star.caption {
	margin-top: 30px;
	margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.star.caption a {
	color: #2b7bcf;	
}


sup { white-space: nowrap;}


.understanding {
	font-size:85%;	
}

.img {
	margin-top:20px;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	justify-content: center !important;
}

table.ecotn {
	width: 100%;
	max-width: 450px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 1.3rem;
	line-height: 1.4;
}
table.ecotn th, table.ecotn td {
	border: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
table.ecotn td {
 text-align: center;
 vertical-align: middle;
}
table.ecotn td.eco {
	padding-right: 8px !important;
	padding-left: 8px !important;
}
table.ecotn img {
	width: 100%;
	max-width: 35px;
}

table.ecotn span {
	font-size: 116%;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: 400;
}


a.b_line {
	color:#287bcf;
}

a.b_line:hover {
	text-decoration: underline;
	color:#2b7bcf;
}

 @media (max-width: 767px) {
.container_block {
 display: block;
}
.container_block .contents_l {
 width: 100%;
}
.container_block .contents_r {
 width: 100%;
 margin-left: 0%;
 margin-top: 1rem;
}

.container_block .contents_3 {
  width: 100%;
  margin-right: 0%;
  margin-top: 1rem;
}

.img {
	margin-top:10px;
}
}


@media only screen and (min-width: 501px) {
.pc-500 {
display: block;
}
.sp-500 {
display: none;
}
}
 @media only screen and (max-width: 500px) {
.img {
 margin-top:30px;
}
.pc-500 {
display: none;
}
.sp-500 {
display: block;
}
}
@media only screen and (min-width: 701px) {
.pc-700 {
display: block;
}
.sp-700 {
display: none;
}
}
@media only screen and (max-width: 700px) {
.pc-700 {
display: none;
}
.sp-700 {
display: block;
}
}