@charset "UTF-8";
/* CSS Document */

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

}

#sp_header {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}



.takuzi_title {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-top: 24px;
}

.takuzi_title_text {
	font-size: 28px;
	text-align: center;
	color: #f4a21f;
	font-weight: 600;
}

.takuzi_first_view {
	display: flex;
    margin: 25px auto 0;
    max-width: 1020px;
}

.takuzi_first_view_left img {
	width: 100%;
    position: relative;
    bottom: 33px;
    right: 15%;
}

.takuzi_first_view_img {
	text-align: center;
}

.takuzi_first_view_img img {
	width: 90%;
}

.takuzi_explanation {
	text-align: center;
    font-weight: 500;
    line-height: 2;
    margin-top: 25px;
}

/* ----- */
.info {
    margin: 4.2vw 0;
	font-size: 4.8vw;
}
/* ----- */

.takuzi_frow {
	text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 2;
    margin-top: 25px;
}

.takuzi_frow_img {
	text-align: center;
}

.takuzi_frow_img img {
/*	width: 100%;*/
	display: none;
}

.takuzi_frow_boxs {
	display: flex;
    justify-content: center;
	flex-direction: column;
	margin: 0;
}

.takuzi_frow_boxs_img {
	text-align: center;
	margin: 25px 0;
}

.takuzi_frow_boxs_img img {
	width: 30%;
}

.takuzi_frow_box_left {
	width: 300px;
    padding: 0 15px;
    margin: 0 auto;
}

.takuzi_frow_box_center {
	width: 300px;
    padding: 0 15px;
    margin: 0 auto;
}

.takuzi_frow_box_right {
	width: 300px;
    padding: 0 15px;
    margin: 0 auto;
}

.takuzi_frow_box_title {
	border-bottom: 1px solid #231815;
    text-align: center;
    font-size: 28px;
    padding-bottom: 10px;
    color: #f4a21f;
}

.takuzi_frow_box_text {
	font-size: 21px;
	padding: 10px;
}

.takuzi_small {
	font-size: 14px;
	display: block;
    padding-top: 10px;
}

.takuzi_precautions {
	margin-top: 50px;
    background-color: #e8e8e8;
	padding-bottom: 80px;
}

.takuzi_precautions_title {
	text-align: center;
    padding: 80px 10px 0;
    font-size: 22px;
}

.takuzi_precautions_title p {
	border-bottom: 3px solid rgba(0,0,0,0.3);
	width: auto;
    margin: 0 auto;
	font-weight: 600;
}

.takuzi_precautions_text {
	width: 100%;
    margin: 50px auto 0;
    background-color: white;
}

.takuzi_precautions_text_wrapper {
	padding: 30px 20px;
}

.takuzi_precautions_text_wrapper p {
	border-bottom: 1px dashed;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.ten {
	color: #f4a21f;
    font-size: 25px;
    position: relative;
    top: 5px;
}

