/* BR */

@media screen and (min-width: 680px){   
  .pc { display:inline-block !important; }
  .sp { display:none !important; }
}
@media screen and (max-width: 680px){   
  .pc { display:none !important; }
  .sp { display:block !important; }
}

/* base */
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* Subbox */
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}

.subbox h4 {
  font-size:1.3em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.subbox h5 {
  font-size:1em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}


/* Custam */

.takumi {
	display:inline-block;vertical-align:top;width:30%;
}

.takumi_r {
	display:inline-block;vertical-align:top;width:69%;
}
#topics .block_form dl dt {
	font-weight:bold;
}
#topics .block_form dl {
	margin-bottom: 20px;
}

#topics .block_form .wrap_checkbox input {
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: relative;
	margin-right: 14px;
}

#topics .block_form .wrap_checkbox input {
	width: 28px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display:inline-block;
	position: relative;
	margin-right: 14px;
}

#topics .block_form .wrap_checkbox .txt_checkbox {
	display:inline-block;
	vertical-align:top;
  line-height: 1.8;
	font-weight: bold;
}

.form_agree .form_agree_inner ul li:before {
    content: "※";
    position: absolute;
    left: 0px;
    top: 0px;
}

.form_agree .form_agree_inner ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 22px;
    margin-bottom: 0.6em;
}

.agree_check {
	margin:20px auto;
	text-align:center;
}

#topics .block_form .wrap_radio label {
	position: relative;
}

#topics .block_form .wrap_radio input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

li.wrap_radio {
	width:200px !important;
}

#topics input[type="submit"] {
	cursor: pointer;
}


@media screen and (max-width: 680px){   
	.takumi {
		display:block;
		vertical-align:top;
		width:40%;
    text-align: center;
    margin: 0 auto;
		order: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		-webkit-box-ordinal-group: 1;
	}

	.takumi_r {
		margin-top:20px;
		display:block;
		vertical-align:top;
		width:100%;
		order: 0;
		-ms-flex-order: 0;
		-webkit-order: 0;
		-webkit-box-ordinal-group: 0;
	}

	#topics .block_form .wrap_radio label {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly;
	}

	#topics .block_form .wrap_checkbox .txt_checkbox {
		width:80%;
		text-align:left;
	}
}

.ex {
	font-weight:normal;
}