@charset "utf-8";

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    text-decoration: none
}

ins, mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

img {
    max-width: 100%;
    margin: 0;
    padding: 0
}

section>h2 {
    margin-bottom: 3.125%
}



#simulator{
	font-family: 'Yu Gothic','ƒqƒ‰ƒMƒmŠpƒS StdN','Hiragino Kaku Gothic StdN',sans-serif;
	font-weight: 700;
	font-feature-settings: "palt";
	background-color: #eef2f1;
	width: 720px;
	margin: 0 auto;
}
#simulator sub{
	vertical-align: super;
}
#simulator img{
	vertical-align: bottom;
}
#simulator ol,
#simulator ul{
	list-style-type: none;
}
.simulator-step{

	padding: 30px;
}
.simulator-step-box{
	background-color: #fff;
	margin-bottom: 30px;
	padding: 23.5px;
}
.simulator-step-box:last-child{
	margin: 0;
}
.step01_list{
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
  gap: 5px;
}
.step01_list li{
  width: calc(100% / 4);
	cursor: pointer;
}

#number,
#thickness{
	font-size: 26px;
	width: 421px;
	height: 53px;
	margin: 0 20px 0 22px;
	padding: 0 10px;
  font-weight: bold;
}
.simulator-step-box-title{
  margin-bottom: 10px;
}
.simulator-step-box-title img{
	display: block;
}
.simulator-step-box-txt{
	font-size: 26px;
	margin-top: 10px;
}
.step01_list{
  margin-top: 20px;
}

.btn{
	cursor: pointer;
	max-width: 350px;
	margin: 0 auto;
}
.detailBtn{
  margin-top: 12px;
  text-align: right;
}
.detailBtn span{
  display: inline-block;
}
.detailBtn a{
  display: flex;
  align-items: center;
  color: #5a3403;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.detailBtn a:after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #5a3403;
  margin-left: 10px;
}
.detailBtn a:hover{
  text-decoration: underline;
}
#reset{
  margin-top: 30px;
}

.comments{
  text-align: right;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 10px;
}

#result{
  padding: 30px;
}
.result-title{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.result-contents{
  background-color: #fff;
  padding: 30px 30px 20px;
}
.result-contents-box{
  margin-bottom: 40px;
}
.binder-content,
.plug-content{
  margin-bottom: 0;
}
.result-contents dt{
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #8dc701;
  padding: 10px;
}
.result-contents dd{
  font-size: 26px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 2px solid #8dc701;
  border-top: none;
  padding: 7px 0 5px;
}
.result-contents dd span{
  font-size: 196%;
}
.result-contents-box-link{
  text-align: right;
  color: #5a3403;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  padding: 11px 0 10px;
}
.result-contents-box-link a{
  color: inherit;
  text-decoration: none;
  margin-left: 1em;
}

.result-contents-box-link a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #5a3403;
  margin-left: 10px;
}
.result-contents-box-link a:hover{
  text-decoration: underline;
}
.select{
  display: none;
}
.simulatorA .select01{
  display: block;
}
.simulatorB .select03{
  display: block;
}
.simulatorC .select02{
  display: block;
}



/* .simulatorA .step01_list li:nth-child(2),
.simulatorA .step01_list li:nth-child(3),
.simulatorC .step01_list li:nth-child(1),
.simulatorC .step01_list li:nth-child(3),
.simulatorB .step01_list li:nth-child(1),
.simulatorB .step01_list li:nth-child(2){
  opacity: 0.3;
} */
.step01_list li {
  opacity: 1;
  transition: opacity 0.2s;
}

/* 何か選択された後 */
.step01_list.is-selected li {
  opacity: 0.3;
}

/* 選択中 */
.step01_list.is-selected li.active {
  opacity: 1;
}

.input{
  margin-bottom: 25px;
}
.input-title{
  color: #8dc701;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  border-bottom: 2px solid #8dc701;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.input-inner{
  display: flex;
  align-items: center;
}
.input-inner dl{
  display: flex;
  align-items: center;
}
.input-inner dl:first-child{
  margin-right: 30px;
}
.input-inner dl:nth-child(2){
  margin-right: 30px;
}
.input-inner dt,
.input-inner dd{
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.input-inner dt{
  color: #8dc701;
  margin-right: .4em;
}

@media screen and (max-width: 740px){
  #simulator{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
  }
  #simulator *{
    box-sizing: border-box;
  }

  #simulator img{
    max-width: 100%;
  }
  .step01_list li{
    width: 32%;
  }
  .detailBtn a{
    font-size: 14px;
  }
  .simulator-step-box{
    padding: 25px 15px;
  }
  .comments{
    font-size: 16px;
  }
  .simulator-step-box-txt{
    font-size: 16px;
  }
  .simulator-step{
    padding: 0;
  }
  .btn{
    width: 65%;
    margin-top: 30px;
  }
  #number,
  #thickness{
    font-size: 16px;
    line-height: 1.2;
    width: 60%;
    height: auto;
    padding: 5px 10px;
  }

  #result{
    padding: 30px 0 10px;
  }
  .input-title{
    font-size: 16px;
  }
  .input-inner{
    flex-wrap: wrap;
  }
  .input-inner dl{
    width: 100%;
  }
  .input-inner dl:first-child{
    margin: 0;
  }
  .input-inner dt, .input-inner dd{
    font-size: 16px;
  }
  .result-contents{
    padding: 25px 15px 15px;
  }
  .result-contents-box:first-of-type{
    margin-bottom: 30px;
  }
  .result-contents .result-contents-box{
    margin-bottom: 30px;
  }
  .result-contents dt{
    font-size: 16px;
  }
  .result-contents dd{
    font-size: 16px;
  }

  .result-contents-box-link{
    font-size: 14px;
    line-height: 1.5;
  }
  .result-contents-box-link a{
    display: block;

  }

  #reset{
    margin: 20px auto;
  }
  #reset img{
    max-width: 100%;
  }
}

.nuv_name{
  font-size: 14px;
    text-align: center;
}