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

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

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

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

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

.takuzi_first_view_img img {
	width: 100%;
}

.takuzi_explanation {
	text-align: center;
    font-weight: 500;
    line-height: 2;
    margin-top: 65px;
}
/* ----- */
.info {
	margin: 20px 0;
	letter-spacing: .1em;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 600;
	color: #E3790E;
}
/* ----- */

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

.takuzi_frow_img {
	text-align: center;
}

.takuzi_frow_img img {
/*	width: 100%;*/
	display: inline-block;
}

.takuzi_frow_boxs {
	display: flex;
    justify-content: center;
    margin: 40px auto 0;
}

.takuzi_frow_box_left {
	width: 300px;
	margin-right: 20px;
}

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

.takuzi_frow_box_right {
	width: 300px;
	margin-left: 20px;
}

.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: 16px;
	display: block;
    padding-top: 10px;
}

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

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

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

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

.takuzi_precautions_text_wrapper {
	padding: 30px 80px;
}

.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;
}

