@charset "utf-8";

/*  step ページ
____________________*/

.definition-desc{
    display: block;
}

.step .step_list {
    margin: 0 20px 10px;
    display: flex;
    flex-wrap: wrap;
}

.step .step_list li{
    margin-bottom: 15px;
    width: calc(25% - 14px);
    margin-right: 13px;
}

.step .step_list li a{
    padding: 5px;
    color: var(--main-text-color);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
}
.step .step_list li:nth-child(4n){
    margin-right: 0;
}
.step .step_list li img{
    width: 35px;
    margin: 5px;
}

.step .step_list li p{
    width: 100%;
    /* font-size: 16px; */
    text-align: center;
    line-height: 1.25;
}
.step .title_special h2 {
	margin-bottom: 15px;
}
.step .title_special p {
    margin-bottom: 25px;
    text-align: left;
}
.step .title_arabesque h2{

}
.step .title_arabesque ul {
    width: 396px;
    margin: 0 auto 19px;
}
.step .title_arabesque ul li{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.step .title_arabesque ul li span{
    display: inline-block;
}

.step .f-l{
    float:left;
}
.step .f-r{
    float: right;
}
.step .clear{
    clear: both;
}

.step .system_01 .f-l{
    width: 65%;
}
.step .system_01 .f-r{
    width: 35%;
    margin-bottom: 20px;
}

.step .float_type1 .f-l{
    width: 47.2%;
}
.step .float_type1 .f-r{
    width: 50.5%;
    text-align: right;
}
.step .float_type1::after{
    content: "";
    display: block;
    clear: both;
}

.step .float_type1 p.f-l{
    margin-bottom: 1em;
}

.step .point_box{
    margin: 12px 0 0;
    padding: 37px 15px 0;
    border: 3px solid #99ADBD;
    border-radius: 5px;
    position: relative;
}
.step .float_type1 .f-l .point_box{
    margin-bottom: 20px;
}
.step .point_box img.point_mark{
    width: 140px;
    position: absolute;
    top: -18px;
    left: 15px;
}
.step .point_box li{
    margin-left: 1.5em;
    margin-bottom: 1em;
    font-size: 12px;
}

.step .point_box li::before{
    content: "■";
    color: #00325A;
    margin-right: 0.5em;
    margin-left: -1.5em;
    display: inline-block;
}
.step ul.kome_list{
    margin-top: 1.5em;
    margin-left: 1.5em;
}
.step ul.kome_list li{
    margin-bottom: 1em;
    font-size: 12px;
}
.step ul.kome_list li::before{
    content: "※";
    margin-right: 0.5em;
    margin-left: -1.5em;
    display: inline-block;
}

.step .definition-list .contact_area .contact_tel dl{
    padding: 0;
    margin-top: 20px;
}

.step .system_04 h4{
    margin: 35px 0 15px;
    color: var(--accent-color);
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.step .system_04 h5{
    margin: 0 0 10px;
    width: 220px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 15px;
    display: inline-block;
}
.step .w430{
    margin-right: 0;
    margin-left: auto;
    width: 430px;
    text-align: left;
}

.step .samll{
    font-size: 12px;
}

#step04 > div.definition-desc > div.float_type1:nth-child(1) > img{
    margin-bottom: 30px;
    max-width: 455px;
}

/*  service ページ
____________________*/
.service{
	
}


/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */
@media screen and (max-width: 1130px){
    #step04 > div > div:nth-child(1) > a{
        width: 40%;
    }
}
@media (max-width:1024px){

/* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */

/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */

@media (max-width:820px){


    #step04 > div.definition-desc > div.float_type1:nth-child(1) a.link_btn{
        width: 40%;
    }

    .safe-system.step .wrapper main .contents .system_section .inner .definition-list #step04 div.definition-desc div.float_type1 div.f-r div.w430{
        width: 100%;
    }

/* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */


/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */

@media screen and (max-width: 767px) {

/*  step ページ(SP)
____________________*/

.step .step_list {
    justify-content: space-between;
}
.step .step_list li {
    width: calc(50% - 7px);
    margin-right: 0;
}
.step .step_list li img{
    width: 30px;
}
.step .step_list li p{
    font-size: 12px;
}

.step .title_arabesque h2{
    color: var(--main-text-color);
    font-family: "M PLUS Rounded 1c", serif;
    font-size: 16px;
}
.step .title_arabesque ul {
    width: 100%;
    margin-bottom: 0;
}

.step .f-l{
    float:none;
}
.step .f-r{
    float: none;
}

.step .system_01 .f-r{
    width: 100%;
    margin-bottom: 0px;
}
.step .system_01 .f-l{
    width: 100%;
}
.step .float_type1 .f-l{
    width: 100%;
}
.step .float_type1 .f-r{
    width: 100%;
}
.step .float_type1 .mtb{
    margin: 15px 0 25px;
}
.step .point_box{
    margin: 25px 0 0;
    padding: 22px 7px 0;
    border-width: 2px;
}
.step .point_box img.point_mark{
    width: 104px;
    top: -12px;
    left: 7px;
}
.step .point_box li{
    font-size: 11px;
}
.step ul.kome_list li{
    font-size: 11px;
}
.step .w430{
    width: 100%;
}
.step .img_step_01{
    margin: 15px auto 0;
    text-align: center;
}
.step .img_step_01 img{
    width: 220px;
}

#step04 > div.definition-desc > div.float_type1:nth-child(1) a.link_btn{
    width: 100%;
}

#step04 > div > div.float_type1:nth-child(7) > div.f-l{
    margin-bottom: 30px;
}

/* service ページ(SP)
____________________*/
.service{
	
}	
	

}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */
