@charset "utf-8";

body {
    min-width: 1400px;
}

header img {
    width: 100%;
}

header {
    /* background-color: #5F8FC5; */

}
header img {
    vertical-align: bottom;
}
.border-blue ul {
    padding: 20px;
}
.header-sub {
    background-color: #5F8FC5;
    /* 左上 右上 右下 左下 */
    /* border-radius: 0 0 20% 20%; */
    border-bottom-right-radius: 50% 50px;
    border-bottom-left-radius: 50% 50px;
}

.font-rem3 {
    font-size: 3rem;
    text-align: center;
    padding: 30px 0 10px 0;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.text-align {
    text-align: center;
    padding: 30px 0 50px 0;
}

.text-align2 {
    text-align: center;
    padding: 60px 0 50px 0;
}

.border-ander {
    text-decoration: underline;
}

.border-ander a {
    color: #fff;
}
.border-ander a:visited {
    color: #fff;
}
.bk-color {
    background-color: #BADCF4;
}

.main-sec {
    background-color: #BADCF4;
}

.flex01 {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 50px;
}

.flex02 {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 50px;
}

.flex-left img {
    width: 100%;
}

.flex-right img {
    width: 100%;
}

.merit {
    /* margin: 0 auto; */
    padding: 50px;
}

.p-tile {
    background-color: #004A85;
    border-radius: 100px;
    padding: 10px 0;
    color:#fff;
    font-size: 1.7rem;
    font-weight: bold;
    width: 800px;
    text-align: center;
    margin: -25px auto 0 auto;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}

.border-blue {
    border: 7px solid #004A85;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
}

.border-blue ul li {
    padding: 10px 0 10px 15px;
    font-size: 1.5rem;
    /* font-weight: bold; */
    line-height: 1.1;
}

.border-black ul {
    padding: 20px;
}

.section03 img {
    width: 100%;
}

.flex-00 {
    width: 90%;
    margin: 0 auto;
}

.flex-00 img {
    width: 100%;
}

.section03 {
    background-color: #BADCF4;
}

.section04 {
    border-radius: 0 0 -50px -50px;
    background-color: #BADCF4;
}

.section05 {
    background-image: url("../images/ordermade/bk01.png");
    background-size: 100% 100%;
    margin: -30px 0 0 0;
    padding-bottom: 50px;
}

.font-whigth {
    /* font-weight: bold; */
    font-size: 1.5rem;
    margin: 15px 0 0 0;
    color: #fff;
    line-height: 1.5;
}

.img-width {
    width: 75%;
}

.img-width img {
    width: 100%;
    vertical-align: top;
}


.section06 {
    background-image: url("../images/ordermade/bk02.png");
    /* background-size: cover; */
}

.border-black {
    border: 7px solid #595757;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.border-black ul {
    width: 50%;
}

.border-black li {
    list-style: inherit;
    list-style-type: disc;
    padding: 5px 5px 5px 5px;
    margin-left: 5px;
    list-style-position: inside;
    font-size: 1.2rem;
    line-height: 1.2;
}

.flex-row {
    display: flex;
}

.text-rigth {
    text-align: right;
    font-weight: bold;
    font-size: 1.2rem;
    padding-right: 10px;
    margin-top: 30px;
}
.section06 {
    padding-bottom: 50px;
}

.imgclass img {
    width: 100%;
    vertical-align: top;
}

/*
アニメーション
 */
 .top-anime-right.scrollin {
     opacity: 1;
     transform: translate(0);
 }
.top-anime-right {
    /*左から右にフェードイン*/
    opacity: 0;
    transform: translateX(100px);
    transition: all 2s;
}

 .right-anime.scrollin {
     opacity: 1;
     transform: translate(0);
 }
.right-anime {
    /*左から右にフェードイン*/
    opacity: 0;
    transform: translateX(-100px);
    transition: all 2s;
}


.top-anime-left.scrollin {
    opacity: 1;
    transform: translate(0);
}
.top-anime-left {
   /*左から右にフェードイン*/
   opacity: 0;
   transform: translateX(-100px);
   transition: all 2s;
}

.bottom-anime.scrollin {
    opacity: 1;
    transform: translate(0);
}
.bottom-anime {
   /*左から右にフェードイン*/
   opacity: 0;
   transform: translateY(200px);
   transition: all 3s;
}
