@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	overflow-x: hidden;
}
.radio {
	position: absolute;
	opacity: 0;
	margin: 0;
	visibility: hidden;
	width: 0;
}
#container {
	line-height: 1.5;

}
input:focus {
	border: 1px solid #a4afb7;
	color: #4d4f5c;
}
img {
	width: 100%;
}

h4 span {font-size: 12px;
	font-weight: 300;
	padding-left: 10px;

}

label{
	width:100%;
}

.none{display: none!important;}

.radiosel {
	position: relative;
	display: inline-block;
}

.radiosel label span {
	display: block;
}

.radiosel label {
	display: inline-block;
	background: #fff;
	border: 1px solid #d7dae2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	padding: 7px 10px;
	text-align: center;
	font-size: 12px;
	cursor: pointer !important;
	line-height: 13px;
}

.radiosel2 {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(219, 219, 219, 0.56);
	/*	padding-bottom: 8px;*/
}

.radiosel2:last-child {
	border-bottom: none;

}

.radiosel2 label:not(.btndisable) {
	cursor: pointer !important;
}
.radiosel label:not(.btndisable):hover,
.radiosel2 label:not(.btndisable):hover {
	opacity: .7;
}
.radiosel3 input label:not(.btndisable):hover,
.radiosel4 input label:not(.btndisable):hover {
	opacity: .8;
}
.radiosel input[type="radio"]:checked + label {
	background: #003e7a;
	border: 1px solid #003e7a;
	color: #fff;
}
.radiosel2 input[type="radio"]:checked + label {
	color: #094ac6;
}

.radiosel2 input[type="radio"]:checked + div {
	color: #094ac6;
}


.radiosel3 {
	display: flex !iportant;
	width: calc(97%/2);
	display: block;
}

.radiosel3 {
	margin-bottom: 30px;
}

.radiosel3 label {
	flex-direction: column;
	display: block;
}


.imagebox.selected{
	border: 3px solid #003e7a !important;
}

.radiosel3 input[type="radio"]:checked + p +a+ .imagebox {
	border: 3px solid #003e7a !important;
}

.radiosel3 input[type="radio"]:checked + p + .imagebox {
	border: 3px solid #003e7a !important;
}
/*


.radiosel4 input[type="radio"]:checked + p + .imagebox {
	border: 3px solid #003e7a !important;
}
*/



.bold {
	font-weight: 600!important;
}

.radiosel3 p {
	display: contents;
}
.radiosel3 input[type="radio"]:checked + p {
	color: #094ac6;
}
.radiosel4 input[type="radio"]:checked + p {
	color: #094ac6;
}

.radiosel5 input[type="radio"]:checked + .title3 {
	color: #094ac6;
}

.radiosel4::has(.btndisable) {
	cursor: default;
}

.radiosel4 {
	width: calc(97%/3);
	display: inline-grid;
}

.radiosel3 label:not(.btndisable):hover,
.radiosel4 label:not(.btndisable):hover,
.radiosel5 label:not(.btndisable):hover{
	opacity: .7;
	cursor: pointer;
}

.radiosel5 p {
	display: contents;
}
.radiosel5 {
	display: flex !important;
}

.radiosel5 {
	margin-bottom: 30px;
}

.radiosel6 p {
	display: contents;
}
.radiosel6 {
	display: flex !iportant;
}

.radiosel6 {
	margin-bottom: 30px;
}

.turiken{
	width:100%;
}

.pp2{
	font-size : x-large;
}

.img1{max-width: 550px;
    margin: auto;
    display: flex;
}


.btnbase {
	display: block;
	color: #fff;
	background: #003e7a;
	border: 1px solid #003e7a;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
.btnbase:hover {
	background: #1fc2c1;
	border: 1px solid #1fc2c1;
	color: #003e7a;
	transition: 1s;
}
.btndisable {
	opacity: 0.2;
	cursor: default !importnant;
	flex-direction: column;
	display: block;
}

/*
.btndisable{
	cursor: default!important;
display: block;}
*/
/*
.btndisable img{opacity: .5}
*/

.heroestimate_inner {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	padding-right: 300px;
	width: 100%;
	max-width: 1000px;
}
.heroestimate_box {
	padding: 0 0 10px 0 !important;
	width: 100%;
}
.heroestimate_box_top {
	padding-top: 20px;
}
.heroestimate_elm2 {
	font-size: 18px;
	line-height: 20px;

}
.heroestimate_act > div:first-child {
	margin-left: auto;
}
.heroestimate_elm {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
.heroestimate_elm2 {
	display: flex;
/*	width: 100%;*/
	flex-direction: column;
	padding-top: 10px;
	line-height: 30px;
}
.heroestimate_elm > div {
	margin-right: 10px;
}
.heroestimate_fix {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/*	margin: 30px 10px;*/
	padding: 50px 20px 10px 20px;
	width: 300px;
	z-index: 1;
	overflow-y: scroll;
/*	height: 700px;*/
}
.pfix {
	position: fixed;
}

.pfix2 {
	bottom: 0;
	top: auto;
	right: 0;
}
.bcpos {
	display: flex;
	flex-direction: column;
}
.list {
	display: inline;
}
/*
.rearegi.radiosel2:last-child {
	border-bottom: none;
}
*/
.btndisable:hover {
	opacity: .2;
}

.heroestimate_elm3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.imagebox {
	margin-top: 10px;
	border: 1px solid #c6c6c6;
	border-radius: 10px;
	padding: 10px;
}

.img_box{border: 1px solid #dbdbdb;
padding: 10px;
	margin-left: 15px;
	margin: auto;
    min-width: 320px;
}

.img_inner{position: relative;
max-width: 300px;
}
	.img_inner::before{
content: "\f00e";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    color: #fff;
    background: #003e7a;
    padding: 3px 10px;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
}


.imagebox .img1 {
	max-height: 230px;
	object-fit: contain;
	padding-bottom: 10px;
	display: flex;
}
.imagebox .img2 {
	max-height: 110px;
	object-fit: contain;
	padding-bottom: 10px;
	display: flex;
}
.imagebox .blank {
	height: 164px;
	display: block;
}

.price {
		font-weight: 600;
	font-size: 120%;
	text-align: right;
}
.price br{
   display: none;
}
.price span {
	font-size: 80%;
	padding-left: 6px !important;
	color: #8d8d8d !important;
	font-weight: 300;
	padding-bottom: 2px;
}
.table {
	display: inline-flex;
	width: 96%;
	padding-left: 10px;
	font-size: 13px;
}
.productlogo img{
max-width: 104px;
	height: 20px;
object-fit: contain;
    vertical-align: middle;
    display: inline-table;

}
.table div:first-child {
	display: flex;
	width: 25%;
}
.table div:nth-child(2) {
	display: flex;
	width: 40%;
}
.table div:nth-child(3) {
	display: flex;
	width: 53%;
}

.set{width: 50%;}
.red{	padding-left: 10px;
	color: #d00f0f;
	font-size: 13px;
	line-height: 18px;
    margin-bottom: 10px;}

.radiosel2 .attention {
	padding-left: 30px;
	color: #d00f0f;
	font-size: 11px;
	margin-top: -5px !important;
	line-height: 18px;
    margin-bottom: 10px;
}
.radiosel2 .attention br{
display: none;
}
.table2 {
	display: inline-flex;
	width: 96%;
	padding-left: 10px;
	font-size: 12px;
}
.table2 div:first-child {
	display: flex;
	width: 30%;
}
.table2 div:nth-child(2) {
	display: flex;
	width: 20%;
}
.table2 div:nth-child(3) {
	display: flex;
	width: 50%;
}
.heroestimate_fix_txt {
	background: #003e7a;
	border: 1px solid #003e7a;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
	text-align: center;
}
.heroestimate_fix_box {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #003e7a;
	color: #333;
	line-height: 30px;
	padding: 6px 10px;
}
.heroestimate_fix_box > div:first-child {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 25px;
}
.heroestimate_fix_box > div:last-child {
	font-size: 18px;
	padding-left: 5px;
}

#meisai{    line-height: 26px;}

#meisai .m1 div,
#meisai .m2 div,
#meisai .m3 div,
#meisai .m4 div,
#meisai .m5 div,
#meisai .m6 div,
#meisai .m7 div,
#meisai .m8 div,
#meisai .m9 div,
#meisai .m10 div,
#meisai .m11 div,
#meisai .m12 div,
#meisai .m13 div,
#meisai .m14 div,
#meisai .m15 div,
#meisai .m16 div,
#meisai .m17 div {
	display: flex;
	font-size: 11px;
	line-height: 12px;
}
#meisai .m2 div div:first-child,
#meisai .m3 div div:first-child,
#meisai .m4 div div:first-child,
#meisai .m5 div div:first-child,
#meisai .m6 div div:first-child,
#meisai .m7 div div:first-child,
#meisai .m8 div div:first-child,
#meisai .m10 div div:first-child,
#meisai .m11 div div:first-child,
#meisai .m12 div div:first-child,
#meisai .m13 div div:first-child,
#meisai .m14 div div:first-child,
#meisai .m15 div div:first-child {
	width: 50%;
	display: flex;
}

.sbsc{
	width: 100%!important;
padding-top:5px;
}
#meisai h3 {
	background: #f0f0f0;
	color: #234962;
	font-weight: 500;
	padding: 0px 5px;
	margin: 8px 0;
	font-size: 12px
}
.radiosel img {
	width: 200px;
}

.help{border: 1px solid #3d55b6;
    padding: 2px 3px;
    border-radius: 3px;
    margin-left: 5px;
    color: #3d55b6;
	font-size:12px;
}

.help:hover{opacity:1;
background: #e5feff;}

/*
.radiosel img {
    position: absolute;
    top: -100px;
    right: -60px;
    display: none;
    width: 120px;
    z-index: 1;
}
*/
/*
.radiosel:hover img {
    display: block;
    transition: 2s;
}
*/
h3.title {
	background: #e1f0ff;
	color: #074369;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #518bc4;
	border-radius: 5px;
	
}
.title2 {
	display: flex;
	font-weight: 500;
	font-size: 13px;
	background: rgba(240, 240, 240, 0.81);
	padding: 5px 5px;
	    padding-left: 20px;
    text-indent: -15px;
    list-style-type: disc;
    list-style-position: inside;

}

.title2 h4{
	font-size: 12px;
font-weight: 500;
	width: 165px;
}


.title2 h4::before {
	content: "■";
	padding-right: 4px;
	color: #646464;
}

.title2 div{
width: 70%
}

.title2 span{font-size: 12px;}


h5 {
	background: #ededed;
	padding: 2px 5px;
	font-weight: 400;
	margin-top: 5px;
}
.set ul {
	margin-top: 10px;
}
.set li {
	font-size: 12px;
	list-style: inside;
}
.plus::before {
	content: "+";
	padding-right: 4px;
}
.wd1 {
	width: 80% !important;
}

.textarea input{width: 100%;
padding: 8px;
margin: 15px 0 20px 0;
}

.fancybox__content{max-width: 1010px;}


.fancybox__content h4{
    font-size: 13px;
    font-weight: 300;
    margin: 8px 0 10px;
}

.title3{font-size: 1.6rem;	
    line-height: 22px;
	margin-bottom: 5px;

}
/*modal*/
.modal{width: 90%!important;}

.fancybox__content {
    margin: 0env(safe-area-inset-right, 0px) 0env(safe-area-inset-left, 0px);
	padding: 10px!important;}

/* 0014980 add */
.description2{
	font-size : small;
}

/*tablet*/

@media screen and (max-width:955px) {
	.radiosel2 .attention  br{
display: block;
}
	.radiosel label {margin-bottom: 5px;}
	
		.radiosel2 .attention {
	margin-top: 0px !important;
padding-left: 10px;
}
	.radiosel2 {
		width: 98%;
			display: flex;
	}
		.price {
    text-align: left;
}
	
			.price br{
   display: block;
}


input[type="radio"]{
	  width: 13px;
  height: 20px;
  top: 4px;
  position: relative;
	
	}
	.list{display: block;
	width: 100%;
	}
	
element.style {
    padding-left: 11px;
}
.table {
    display: inline-flex;
	  flex-wrap: wrap;
	width: 100%;}
.table2 {
    display: inline-flex;
	  flex-wrap: wrap;
	width: 94%;}

.table div:first-child {
	display: inline;
	width: 35%;
}
.table div:nth-child(2) {
	display: inline;
	width: 50%;
}
.table div:nth-child(3) {
	display: inline;
	width: 50%;
}
	.table div:nth-child(4) {
	display: inline;
	width: 10%;
}
	
	.table2 div:first-child {
	display: inline;
	width: 45%;
}
.table2 div:nth-child(2) {
	display: inline;
	width: 50%;
}
	.table2 div:nth-child(3) {
	display: inline;
	width: 100%;
}
}

/*************************************************************************************/
/*Sp Layout*/
/*************************************************************************************/
@media screen and (max-width:767px) {

	.price {
    text-align: left;
}
	.list{    width: 100%;}
		
	.wd1 {
    width: 100% !important;
}
	
	
	.productlogo img {
    max-width: 70px;
    height: 14px;
	}
	
	.title2 div {
    width: 50%;
}
	.title2 span {
    font-size: 11px;
}

i.fas.fa-external-link-alt.fa-sm {
    font-size: 12px;
}
	
	.radiosel4 {
		width: 85%;
		margin: auto;
		display: flex;
	}
	.heroestimate_inner {
		padding: 40px 0;
		padding-left: 0;
	}
	.heroestimate_box > div:first-child {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.heroestimate_fix {
		max-height: 114px;
		box-shadow: -1px 0px 7px 3px #0000001a;
		position: sticky;
		bottom: 0;
		top: auto;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #333;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		margin: 0 auto;
		padding: 1.302vw;
		width: 100%;
		overflow-y: hidden;
		  transition: 300ms;
	}
/*
	
	.pfix{    position: sticky;
max-height: 110px;
}
*/
	
	.pfix3{position: relative!important;
		      max-height: inherit!important;
		border-bottom: none;
				box-shadow: none;
/*height:1100px;*/
	}
	
	.heroestimate_elm3 {
		display: block;
	}
	.radiosel3 {
		width: 85%;
		display: block;
		margin: 10px auto;
	}
	
		.radiosel5 {
		width: 85%;
		display: block;
		margin: 10px auto;
	}
	
	.set{width: 85%;}
/*	.imagebox .img_inner{display: contents; position: relative;} */

	
	.imagebox .img2 {
		max-height: 90px;}
	
	.heroestimate_fix > div:first-child {
		width: 30vw;
	}
	.heroestimate_fix > div:last-child {
		width: 75vw;
		margin: auto;
	}
	.table {
display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
	}
	.table div:nth-child(2) {
	display: inline;
		width: 50%;
	}
	.table div:nth-child(3) {
	display: inline;
		width: 100%;
	}
}
@media screen and (max-width:599px) {
	.heroestimate_fix_txt {
		font-size: 2rem;
		line-height: 3rem;
	}
	.heroestimate_fix_box > div:first-child {
		font-size: 2rem;
	}
	.heroestimate_fix_box > div:last-child {
		font-size: 1rem;
		padding-left: 0.5rem;
	}
}
