#waraningyou {
  width: 100%;
  aspect-ratio: 3/4;
}

#kugi {
    font-weight: 600;
}

#kugi_num {
    margin: 0 2px;
    font-size: 24px;
    color: #c00000;
}

#name_waraningyou {
    display: inline-block;
    width: calc(100% - 80px);
    padding: 11px 7px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #c00000;
    border: 2px solid #e71010;
}

#write_name {
    display: inline-block;
    width: 70px;
    padding: 6px 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #888;
    cursor: pointer;
    border-radius: 3px;
}

#save_waraningyou {
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #888;
    cursor: pointer;
    border-radius: 3px;
    background: url("../img/content/icon_save.png") no-repeat right 10px top 10px;
    background-size: 26px;
}

#reset_waraningyou {
    text-align: right;
    font-size: 18px;
}

#reset_waraningyou_text {
    text-decoration: underline;
    cursor: pointer;
}

#ama_link_waraningyou {
    display: block;
    font-size: 18px;
    text-decoration: underline;
}

#file {
    margin-bottom: 10px;
}

#file_copy {
    text-align: center;
    font-weight: bold;
    color: #777;
}

#file_label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  color: #fff;
  background: url("../img/content/icon_file_image.png") no-repeat right 10px top 10px;
  background-size: 26px;
  background-color: #f76;
  border: 2px solid #e71010;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000;
  transition: opacity 0.3s ease;
}

#file_label:hover {
  opacity: 0.7;
}

#image {
  display: none;
}

#image_none {
  text-align: center;
}

#btnSubmit {
    display: none;
}

.effect {
    margin-bottom: 6px;
}

.effect_name {
    display: inline-block;
    width: 70px;
    font-weight: 600;
    color: #ed7600;
}

.effect_caution {
    color: #c00000;
}

.effect_area {
    display: inline-block;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    margin: auto;
    width: 84px;
    background: #fff;
}

.effect_area input[type="checkbox"] {
    display: none;
}

.effect_area label {
    display: block;
    box-sizing: border-box;
    height: 38px;
    border: 2px solid #666;
    border-radius: 21px;
    background: #fff;
}

.effect_area input[type="checkbox"]:checked+label {
    border-color: #ed7600;
}

.effect_area label span:after {
    content: "OFF";
    padding: 0 0 0 25px;
    color: #666;
}

.effect_area input[type="checkbox"]:checked+label span:after {
    content: "ON";
    padding: 0 25px 0 0;
    color: #ed7600;
}

.effect_area .swImg {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #666;
    top: 4px;
    left: 4px;
    border-radius: 17px;
    transition: .2s;
}

.effect_area input[type="checkbox"]:checked~.swImg {
    transform: translateX(46px);
    background: #ed7600;
}

#waraningyou_sample {
    margin-bottom: 10px;
    text-align: center;
}

#waraningyou_sample_img {
    width: 200px;
}

#faq_box {
	font-size: 14px;
}

.faq_box_qustion {
	position: relative;
	margin-bottom: 6px;
	padding-left: 20px;
}

.faq_box_qustion::before {
	content: "Q.";
    position: absolute;
	top: 0;
	left: 0;
}

.faq_box_answer {
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 6px 20px;
	border-bottom: 1px solid #ddd;
}

.faq_box_answer::before {
	content: "A.";
    position: absolute;
	top: 0;
	left: 0;
}

.faq_box_answer .card_blog {
	margin-top: 0;
}

.faq_box_qustion_ads {
	padding: 6px 9px;
    background: #F28DEA;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.faq_box_answer_ads {
	margin-bottom: 20px;
	padding: 6px 9px;
	background: #fff;
    border: 1px solid #F28DEA;
    border-radius: 0 0 5px 5px;
}

.faq_box_answer_link {
	font-weight: 700;
	text-decoration: none;
}
