div#main > div.contents > .detail > h2 {
margin: 10px 0 30px;
}
div#main > div.contents > .detail h3 {
margin: 40px 0 20px;
}
div#main > div.contents > .detail > p {
text-align: center;
margin: 20px 0;
font-weight: bold;
font-size: 1.33em;
line-height: 1.5;
}
div#main > div.contents > .detail > p img {
margin-bottom: 25px;
}
div#main > div.contents > .detail > p.caption {
font-size: 1.66em;
line-height: 1.6;
}
div#main > div.contents > .detail > p strong,
div#main > div.contents > .detail > p em {
color: #ff008c;
}
div#main > div.contents > .detail ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
div#main > div.contents > .detail ul li {
font-size: 1.33em;
line-height: 1.5;
}
div#main > div.contents > .detail ul li strong {
display: block;
font-size: 1.25em;
}
div#main > div.contents > .detail .flex ul {
display: flex;
justify-content: space-around;
}
div#main > div.contents > .detail .flex ul > li {
flex-basis: 456px;
}
div#main > div.contents > .detail .type h3 {
margin: 0;
}
div#main > div.contents > .detail .type ul {
justify-content: space-around;
overflow: hidden;
}
div#main > div.contents > .detail .type ul li {
flex-basis: 420px;
max-width: 420px;
min-height: 110px;
box-sizing: border-box;
border-top: 1px solid #CCC;
padding: 20px 0 20px 65px;
position: relative;
}
div#main > div.contents > .detail .type ul li:nth-of-type(1),
div#main > div.contents > .detail .type ul li:nth-of-type(2){
border-top: none;
}
div#main > div.contents > .detail .type ul li img {
position: absolute;
left: 0;
top: 25px;
}
div#main > div.contents > .detail .process h3 {
margin-top: 0;
}
div#main > div.contents > .detail .process ul li {
box-sizing: border-box;
padding: 0 0 0 160px;
position: relative;
min-height: 100px;
}
div#main > div.contents > .detail .process ul li span {
display: block;
text-indent: -1em;
padding-left: 1em;
font-size: 0.9em;
}
div#main > div.contents > .detail .process ul li img {
position: absolute;
left: 0;
top: 5px;
}
div#main > div.contents > .detail .process p {
color: #ff008c;
font-size: 1.33em;
line-height: 1.6;
margin: 10px 0;
padding-left:1em;
text-indent: -1em;
}
div#main > div.contents > .detail .size ul {
justify-content: space-around;
}
div#main > div.contents > .detail .size ul li {
text-align: center;
}

