/*基本の背景・箱*/




.defo {
    width: 100%;
    margin: 0px auto;
    padding: 100px 0px;
}


/*基本の文字・太さ・大きさ*/

.defo h1 {
    font-size: 6rem;
    letter-spacing: 0.3rem;
    color: #0063dc;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bg_orange {
    background-color: #f0f0f0;
    color: #000;
}


.bg_blue {
    background-color: #4f2ae9;
    color: #fff;
}

.bg_blue h1 {
    color: #fff;
}



.defo h2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: 1rem;
    line-height: 1.4;
}


.defo h3 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.7rem;
}

.defo h4 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.7rem;
}


.defo p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2.0;
}


.defo a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2.0;
    color: #000;
}

.defo th {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2.0;
}

.defo td {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 2.0;
}

p.right {
    text-align: right;
}

.last {
    padding-top: 80px;
}


/*フレックスボックス1*/

.flex_box1 {
    max-width: 1200px;
    background:#f0f0f0 ;
    margin: 0px auto 40px;
    padding: 0 px;
    display: flex;
    align-items: center;
}

.flex_box1_text1 {
    width:50%;
    padding: 40px;
}

.flex_box1_text1 h2 {
    padding: 0 0 40px;
}

.flex_box1_text1 p {
    padding: 0px;
}

.flex_box1_img {
    width: 50%;
}

.flex_box1_img img {
    max-width: 100%;
}



/*フレックスボックス2*/

.flex_box2 {
    max-width: 1200px;
    background:#f0f0f0 ;
    margin: 0px auto;
    padding: 0 px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.flex_box2_text1 {
    width:50%;
    padding: 40px;
}

.flex_box2_text1 h2 {
    padding: 0 0 40px;
}

.flex_box2_text1 p {
    padding: 0px;
}


.flex_box2_img {
    width: 50%;
}

.flex_box2_img img {
    max-width: 100%;
}


/*フレックスボックスのボタン*/
.btn{
    width: 100%;
    text-align: center;
    margin: 80px auto 0;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    border: solid 1px #000;
    border-radius: 3px;
    transition: .4s;
}

a.btn{
    color: #000;
}

.btn:hover {
    background: #000;
    color: #fff;

}



/*フレックスボックス3*/
.flex_box3 {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 40px;
    display: flex;
    align-items: flex-start;
}

.flex_box3_text1 {
    width: 560px;
}

.flex_box3_text1 h1 {
    margin-bottom: 40px;
}

.flex_box3_text1 h2 {
    margin-bottom: 40px;
}

.flex_box3_text1 p {
    padding-right: 20px;
}


.flex_box3_img {
    width: 560px;
    margin: 0 auto;
}

.flex_box3_img img {
    max-width: 100%;
}


.flex_box3_map {
    width: 560px;
    margin: 0 auto;
}

.flex_box3_map img {
    max-width: 100%;
}


/*センター揃いのボックス1*/
.center_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.center_box_text1 {
    max-width: 1200px;
}

.center_box_text1 h1 {
    margin-bottom: 80px;
}

.center_box_text1 h2 {
    margin-bottom: 40px;
}

.center_box_text1 p {
    width: 720px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
}

.center_box_img {
    max-width: 1200px;
    margin: 0 auto;
}

.center_box_img img {
    max-width: 100%;
}

.mt{margin-top: 80px}




/*フロー*/

.flow_box {
    max-width: 1200px;
    margin: 0 auto 20px;
    border: 1px solid #E95513;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flow_box_left {
    width: 20%;
    background: #E95513;
    padding: 30px 10px;
}

.flow_box_left h3 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
}

.flow_box_left h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.flow_box_center {
    width: 30%;
    padding: 10px;
}

.flow_box_center img {
    width: 100%;
    padding: 0px;

}


.flow_box_right {
    width: 50%;
}

.flow_box_right p {
    padding: 0 0 0 20px;
    text-align: left;
}




/*スライダー*/
.slide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px 0;

}

.slide img {
    width: 94%;
    margin: 30px 0px 0;
}


/*テーブル*/
.defo_table {
    margin: 0 auto 60px;
}

.defo_table table {
    width: 100%;
}

.defo_table th {
    min-width: 25%;
    border-bottom: solid 1px #000;
    padding: 40px 0;
    text-align: center;
    vertical-align: middle;
}

.defo_table td {
    width: 75%;
    border-bottom: solid 1px #000;
    text-align: left;
    padding: 40px 0 40px 30px;
}



/*インフォのテキスト*/
.info_text h3 {
    max-width: 66px;
    background: #fff;
    margin-bottom: 10px;
    color: #000;
    padding: 5px 10px;
}

.info_text h1 {
    margin-bottom: 30px;
}

.btn_mail {
    text-align: center;
    margin: 0 auto 30px;
    display: inline-block;
    padding: 10px 180px;
    text-decoration: none;
    border: solid 1px #000;
    border-radius: 3px;
    transition: .4s;
}

a.btn_mail {
    color: #000;
}

.btn_mail:hover {
    background: #000;
    color: #fff;

}
