@charset"utf-8";

/* ここから */

div#luxy {
    background-color: rgb(243, 243, 243);
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 3fr 1fr;
    grid-template-areas:
    "hero hero hero"
    "footer footer footer";
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho","Noto Serif JP",serif;
}

div#mainContent{
    grid-area: hero;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(243, 243, 243);
}

#header {
    margin: 20px 0 0 70%;
    padding-bottom: 20px;
}

#article {
    margin-top: 20px;
}

h1 {
    letter-spacing: 5px;
    font-size: 2em;
    padding: 60px 80px 80px 80px;
    text-align: center;
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho","Noto Serif JP",serif;
}

/* ここまで画面共通部 */

/* ここから */

section {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: 1fr 3fr 1fr;
}

div.section1 {
    grid-row: 1;
    grid-column: 2;
    text-align: center;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 60px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

div.section2 {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 60px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

div.section3 {
    grid-row: 3;
    grid-column: 2;
    text-align: center;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 60px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

div.section4 {
    grid-row: 4;
    grid-column: 2;
    text-align: center;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 60px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

div.section5 {
    grid-row: 5;
    grid-column: 2;
    text-align: center;
    margin-bottom: 60px;
    background-color: #fff;
    padding: 60px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

h2 {
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 20px;
}

img {
    background-color: cadetblue;
    border-radius: 100%;
}

/* ここまでセクション設定 */


div.section2 div {
    margin-bottom: 60px;
    padding: 20px;
    border: dotted 1px #777;
}

p.txtAlerm1, p.txtAlerm2, p.txtAlerm3 {
    color: red;
    font-size: 14px;
    text-align: center;
}

p.txtAlerm2 {
    margin-top: 20px;
}

h2.process {
    margin-bottom: 100px;
}

div.section5 img {
    width: 50px;
}

div.process1, div.process2, div.process3, div.process4 {
    margin-bottom: 100px;
}

/* div.section5 figure {
    margin-bottom: 30px;
} */

div.mailContent {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
}

div.mailContent div{
    width: 30%;
    border: 1px solid #777;
    box-sizing: border-box;
    font-size: 14px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.mailContent div.content1{
    float: left;
}

div.mailContent div.content2 {
    float: left;
    margin: 0 5% 0 5%;
}

div.mailContent div.content3{
    float: right;
}

div.mailContent p{
    box-sizing: border-box;
    padding: 0px 20px;
    font-weight: bold;
}

p.txtSection1 {
    margin-bottom: 30px;
}

p.txtSection2 {
    margin-bottom: 30px;
}

div.process1 div.area {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    font-size: 20px;
    font-weight: bold;
    color: cadetblue;
    padding-bottom: 15px;
    margin-bottom: 100px;
    border-bottom: 1px solid;
}

div.process1 p.title1 {
    grid-column: 3;
    display: flex;
    align-items: center;
    text-align: left;
}

div.process1 figure {
    grid-column: 1;
    text-align: right;
}

div.process2 div {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    font-size: 20px;
    font-weight: bold;
    color: cadetblue;
    padding-bottom: 15px;
    margin-bottom: 100px;
    border-bottom: 1px solid;
}

div.process2 p.title2 {
    grid-column: 3;
    display: flex;
    align-items: center;
    text-align: left;
}

div.process2 figure {
    grid-column: 1;
    text-align: right;
}

div.process3 div {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    font-size: 20px;
    font-weight: bold;
    color: cadetblue;
    padding-bottom: 15px;
    margin-bottom: 100px;
    border-bottom: 1px solid;
}

div.process3 p.title3 {
    grid-column: 3;
    display: flex;
    align-items: center;
    text-align: left;
}

div.process3 figure {
    grid-column: 1;
    text-align: right;
}

div.process4 div {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    font-size: 20px;
    font-weight: bold;
    color: cadetblue;
    padding-bottom: 15px;
    margin-bottom: 100px;
    border-bottom: 1px solid;
}

div.process4 p.title4 {
    grid-column: 3;
    display: flex;
    align-items: center;
    text-align: left;
}

div.process4 figure {
    grid-column: 1;
    text-align: right;
}


div.process5 div {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    font-size: 20px;
    font-weight: bold;
    color: cadetblue;
    padding-bottom: 15px;
    margin-bottom: 100px;
    border-bottom: 1px solid;
}


div.process5 p.title5 {
    grid-column: 3;
    display: flex;
    align-items: center;
    text-align: left;
}

div.process5 figure {
    grid-column: 1;
    text-align: right;
}

div.process5 {
    margin-bottom: 40px;
}

p.txtSection5 {
    margin-bottom: 20px;
}

/* ここから */

/* 1200px以下に適用されるCSS（タブレット用） */
@media (max-width: 1200px)
{
    #header {
        margin: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden;
    }

    div.navToggle {
        float: right;
    }

    section.mainSection {
        grid-template-columns: 1fr;
    }

    ul.footerArea {
        width: 100%;
    }

    div.adress {
        width: 80%;
    }
}

/* 770px以下に適用されるCSS（タブレット用） */
@media (max-width: 770px)
{
    ul.footerArea {
        width: 100%;
    }

    div.adress {
        width: 100%;
    }

    a.footerScroll {
        top: 40px;
        bottom: auto;
    }

    div.mailContent div{
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    div.mailContent div.content1, div.mailContent div.content2, div.mailContent div.content3 {
        float: none;
    }
}

/* 770px以下に適用されるCSS（タブレット用） */
@media (max-width: 650px)
{
    div.mailContent div{
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    div.mailContent div.content1, div.mailContent div.content2, div.mailContent div.content3 {
        float: none;
    }
}

/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {

    /* ここから */

    #header {
        margin: 0 !important;
        padding-bottom: 0 !important;
        overflow: hidden;
    }

    div.navToggle {
        float: right;
    }

    h1 {
        padding: 80px 80px 80px 80px;
    }

    h3 {
        font-size: 18px;
    }
    
    
    /* ここまでヘッダー */

    /* ここから */
    section {
        display: grid;
        grid-template-rows: repeat(5, auto);
        grid-template-columns: 1fr;
    }

    div.section1 {
        grid-row: 1;
        grid-column: 1;
        text-align: center;
        margin-bottom: 60px;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
    }
    
    div.section2 {
        grid-row: 2;
        grid-column: 1;
        margin-bottom: 60px;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
    }
    
    div.section3 {
        grid-row: 3;
        grid-column: 1;
        text-align: center;
        margin-bottom: 60px;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
    }
    
    div.section4 {
        grid-row: 4;
        grid-column: 1;
        text-align: center;
        margin-bottom: 60px;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
    }
    
    div.section5 {
        grid-row: 5;
        grid-column: 1;
        text-align: center;
        margin-bottom: 60px;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
    }

    /* ここまでセクション設定 */

    div.mailContent div{
        width: 100%;
        margin: 0 0 20px 0 !important;
    }

    div.mailContent div.content1, div.mailContent div.content2, div.mailContent div.content3 {
        float: none;
    }

    .txtSection3 {
        font-size: 15px;
    }

    .txtSection1, .txtSection2, .txtSection4, .txtSection5, .txtSection6 {
        font-size: 15px;
        text-align: left;
    }

    .txtAlerm1, .txtAlerm2, .txtAlerm3 {
        text-align: left !important;
    }

    /* ここから */

    div.process1 div.area {
        display: block;
    }
    
    div.process1 p.title1 {
        text-align: center;
        display: block !important;
    }
    
    div.process1 figure {
        text-align: center;
        margin-bottom: 10px;
    }

    div.process2 div {
        display: block;
    }
    
    div.process2 p.title2 {
        text-align: center;
        display: block !important;
    }
    
    div.process2 figure {
        text-align: center;
        margin-bottom: 10px;
    }

    div.process3 div {
        display: block;
    }
    
    div.process3 p.title3 {
        text-align: center;
        display: block !important;
    }
    
    div.process3 figure {
        text-align: center;
        margin-bottom: 10px;
    }

    div.process4 div {
        display: block;
    }
    
    div.process4 p.title4 {
        text-align: center;
        display: block !important;
    }
    
    div.process4 figure {
        text-align: center;
        margin-bottom: 10px;
    }

    div.process5 div {
        display: block;
    }
    
    div.process5 p.title5 {
        text-align: center;
        display: block !important;
    }
    
    div.process5 figure {
        text-align: center;
        margin-bottom: 10px;
    }

    div.process5 {
        margin-bottom: 80px;
    }

    /* ここまでsection5 */
}

/* ここまでレスポンシブ */