@charset "UTF-8";
/* ===================================================
	Services CSS
====================================================== */

/* ---------------------------------------------------
Section Lead
------------------------------------------------------ */
.sec_lead{ text-align: center; padding: 60px 0 10px; max-width: 1100px; width: 90%; margin: 0 auto;}
.sec_lead .tit{ font-size: 34px; padding: 0 0 30px;}
.sec_lead .txt{ font-size: 18px; line-height: 2.1;}

@media screen and (max-width: 600px) {
.sec_lead{ padding: 30px 0 10px; max-width: 90%;}
.sec_lead .tit{ font-size: 24px; padding: 0 0 15px; text-align: left;}
.sec_lead .txt{ font-size: 16px; line-height: 1.7; text-align: left;}
}


/* ---------------------------------------------------
Section Type01
------------------------------------------------------ */
.sec_01{ background: #f5f5f5; display: flex; justify-content: space-between; padding: 100px 0;}
.sec_01:nth-of-type(2n){ background: #fff;}
.sec_01 .box_img{ width: 48%;}
.sec_01 .box_img img{ width: 100%; height: auto;}
.sec_01 .box_txt{ width: 40%; max-width: 560px; margin: 0 auto 0 70px; text-align: right;}
.sec_01 .box_txt .tit_01{ font-size: 30px; font-weight: 700; line-height: 1.5; text-align: left; padding: 0 0 20px;}
.sec_01 .box_txt .txt_01{ font-size: 18px; line-height: 1.6; text-align: left;}
.sec_01 .box_txt .box_in{ background: #fff; padding: 25px; border-radius: 5px; margin: 50px 0; text-align: left;}
.sec_01:nth-of-type(2n) .box_txt .box_in{ background: #f5f5f5;}
.sec_01 .box_txt .tit_02{ font-size: 20px; font-weight: 700; line-height: 1.5; padding: 0 0 10px;}
.sec_01 .box_txt .txt_02{ font-size: 16px; line-height: 1.6;}
.sec_01 .box_txt .logo{ padding: 10px 0 0; text-align: right;}
.sec_01 .box_txt .cmn_btn_01{ font-size: 18px;}

@media screen and (max-width: 600px) {
.sec_01{ flex-direction: column; padding: 30px 5%;}
.sec_01 .box_img{ width: 100%; padding: 0 0 5%;}
.sec_01 .box_txt{ width: 100%; max-width: 100%; margin: 0;}
.sec_01 .box_txt .tit_01{ font-size: 20px; padding: 0 0 10px;}
.sec_01 .box_txt .txt_01{ font-size: 16px; }
.sec_01 .box_txt .box_in{ padding: 5%; border-radius: 5px; margin: 20px 0;}
.sec_01 .box_txt .tit_02{ font-size: 18px; line-height: 1.5; padding: 0 0 10px;}
.sec_01 .box_txt .txt_02{ font-size: 14px; line-height: 1.6;}
.sec_01 .box_txt .logo{ padding: 5px 0 0;}
.sec_01 .box_txt .cmn_btn_01{ font-size: 16px;}
}

