@charset "UTF-8";
/* CSS Document */

.sp { display: none;}





/* label*/
.item_block_flex { width: 80%; margin: 0 10%;}

.item_span_tit, .item_span_tit1, .item_span_tit2, .item_span_tit3, .item_span_tit4, .item_span_tit5, .item_span_tit6 { margin-right: 5px;}


.radio_content.type2 fieldset { border: none;}

.radio_content.type2 fieldset .tag_txt.ml {
    margin-left: 0;
	width: 170px;
	text-align: center;
	font-weight: normal;
	font-size: 120%;
}

.radio_content.type2 fieldset .tag_txt {
    margin-left: 0;
	width: 172px;
	text-align: center;
	font-weight: normal;
	font-size: 110%;
}

.radio_content.type2.mt_type01 {
    padding-top: 1rem;
}

.radio_content.secount fieldset .radio-inline__label {
    width: 155px;
}

.radio_content.type2 {
    margin-bottom: 1rem;
    display: flex;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.7rem 0rem;
    margin-left: 4px;
    border-radius: 3px;
    transition: all .2s;
    border: solid 3px #ccc;
    font-size: 21px;
    width: calc(100% / 3.4);
    text-align: center;
    background: #fff;
    letter-spacing: -1px;
}




@media all and (max-width: 750px) {

	.pc { display: none;}
	.sp { display: block;}
}