@import url("/common/css/slick.css");

#bodywrap{
	width: 1050px;
	margin: 0 auto;
}

#bodywrap .title{
	text-align: center;
}

#bodywrap .title h2{
	font-size: 26px;
	margin-bottom: 20px;
}

#bodywrap .title .lead{
}

#search-select{
	width: 740px;
	margin: 0 auto 100px;
}

#search-select h3{
	position: relative;
	text-align: center;
}

#search-select h3 span{
	display: inline-block;
	background-color: #fff;
	font-size: 15px;
	color: #FF4B7D;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

#search-select h3::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #666;
	top: 9px;
}

#search-select h4{
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	color: #FF4B7D;
}

#cg1 h4{
	background: url('img/st-icon01.svg') no-repeat left center;
}
#cg2 h4{
	background: url('img/st-icon02.svg') no-repeat left center;
}
#cg3 h4{
	background: url('img/st-icon03.svg') no-repeat left center;
}

#search-select ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

#search-select ul li{
	display: inline-block;
	width: 33%;
	margin-bottom: 1rem;
}

#search-select ul.wide li{
	width: 50%;
}

#search-select .box{
	margin-bottom: 30px;
}



label.radio_text input[type="radio"]{
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    margin: 0px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    outline: none;
}

/*Radio Check*/
label.radio_text{
	position      : relative;
	cursor        : pointer;
	display       : inline-block;
	overflow      : hidden;
	box-sizing    : border-box;
}
label.radio_text {
	min-height   : calc(18px + 5px);
	margin-right : calc(18px + 5px);
	padding-left : calc(18px + 5px);
	line-height  : calc(18px + 5px);
}

/** before after **/
label.radio_text:before, label.radio_text:after{
	content  : '';
	position : absolute;
	box-sizing : border-box;
}
label.radio:before, label.radio_text:before{
	border-radius    : 100%;
}
label.radio_text:before, label.radio_text:after{
	top              : 0px;
	bottom           : 0px;
	margin-top       : auto;
	margin-bottom    : auto;
}
label.radio_text:before {
	width         : 18px;
	height        : 18px;
	border        : 1px solid #666666;
	left          : 0px;
	z-index       : 3;
}
label.radio_text:after {
	width            : 10px;
	height           : 10px;
	border-radius    : 100%;
	left             : calc(((18px/2) - (10px) / 2));
	background-color : #F9708C;
	z-index          : 1;
}
label.radio input[type="radio"], label.radio_text input[type="radio"]{
	left       : calc(18px * -1);
	width      : 18px;
	height     : 18px;
	top           : 0px;
	bottom        : 0px;
	margin-top    : auto;
	margin-bottom : auto;
	border-radius : 100%;
}
label.radio_text input[type="radio"] {
	box-shadow : 18px 0px #FFF;
}
label.radio_text input[type="radio"]:checked{
	box-shadow : none;
}
label.radio_text input[type="radio"]:focus{
	opacity: 0.2;
}

label.radio_text input[type="radio"]:focus {
	box-shadow : 18px 0px #FFF;
}


#search-select .tc{
	text-align: center;
}

.submit{
	position: relative;
	background-color: #F9DA4C;
	line-height: 100%;
	outline: none;
	text-align: center;
	border: none;
	max-width: 276px;
	padding: 12px;
	font-size: 20px;
	margin: 0 auto;
	cursor: pointer;
}

.submit::before{
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}


/* Result */
#result{
	display: none;
}

.items h3{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.items h3 span{
	display: inline-block;
	margin-right: 10px;
	font-family: 'Lato';
	font-weight: bold;
	font-size: 25px;
}

.items .item{
	margin-bottom: 50px;
	display: flex;
}

.items .item .image{
	width: 235px;
}

.items .item .text{
	flex: 1;
	padding-left: 35px;
	text-align: left;
}

.items .item .text .res-title{
	font-size: 20px;
	font-weight: bold;
}

.items .item .text .description{
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 30px;
}

.items .item .text ul{
	display: flex;
	justify-content: center;
	padding: 0;
	list-style: none;
}

.items .item .text ul li{
	width: 120px;
	margin: 0 8px;
	text-align: center;
	color: #F9708C;
	border: 2px solid #F9708C;
	line-height: 100%;
	padding: 10px 10px 8px;
	font-weight: bold;
}

.items .item .text ul li span{
	font-size: 20px;
	vertical-align: -1px;
}

#noitem{
	display: none;
}

#noitem p.lead{
	text-align: center;
	font-size: 20px;
	margin-bottom: 100px;
}

#slider{
	position: relative;
}

#slider .box{
	width: 160px;
	margin: 0 10px;
}

#slider .box span{
	display: block;
	text-align: center;
	margin-top: 12px;
}

#slider .slick-list{
	width: 720px;
	margin: 0 auto;
}

#slider .slick-arrow{
	position: absolute;
	border: none;
	background: none;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 200%;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

#slider .slick-prev{
	left: 15px;
}

#slider .slick-next{
	right: 15px;
}

#slider .slick-prev::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
}

#slider .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
