@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;
}
h2 img {
    width:50%;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
body {
    color: rgb(75, 68, 61);
    animation: Anime 2s ease-in alternate;
    background-image: url("../img/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
}
@keyframes Anime {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
    /* PC時はMENUボタンを非表示 */
    #open,#close {
        display: none !important;
    }

    #navi {
        display: block !important;
    }
}

@media screen and (max-width: 768px){
    .header {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .header #open,#close  {
        position: absolute;
        top: 20px;
        right: 12px;
    }
    nav ul {
        flex-direction: column;
    }
    .header li {
        padding-top: 0;
    }
    /* スマホ時はMENUボタンを表示 */
    #open,#close  {
        display: block;
        width: 50px;
        border: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }
}
        
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
}
section {
    margin: 5rem 0;
    padding: 3rem 0;
}
.gray-back {
    background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.1rem;
}
@media(max-width:767px) {
    .catch p {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0.1rem;
    }
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem -1rem 0;
    line-height:50px;
}
.center {
    text-align: center;
    margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
    margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2rem 0;
    background: #fff;
}
.table {
    margin: 4rem 0;
}
.table th {
    width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 16px;
    right: 20px;
}
@media(max-width:767px) {
    #pagetop {
        bottom: 12px;
        right: 12px;
    }
}
#pagetop a {
    display: block;
    background: rgba(255, 255, 255, 0.2);
    color: rgb(100, 92, 83);
    font-weight: 600;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    transition: 0.5s;
    border-radius: 6px;
    border: 1px solid rgb(199, 196, 194);
}
#pagetop a:hover {
    background: rgba(230, 230, 230, 0.3);
    border-color: rgb(158, 150, 144);
    color: rgb(46, 42, 36);
}

    /* 幅768px以下の表示
    -------------------------------------*/
@media screen and (max-width: 768px){
        
    /*ヘッダー
    -------------------------------------*/
    .header-box {
        display: none;
    }	
    /*お問い合わせ
    -------------------------------------*/
    .table th {
        width: 100%;
        display: block;
    }	
    .table td {
        display: block;
    }
}
.buttonp input {
    background-color: #fff;
}
#body1 {
    width:100%;
    text-align:center;
}
.jigu0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background: linear-gradient(135deg, #bfbfbf55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #f3f3f3 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #bfbfbf55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #f3f3f3 25%, #fafafa 25%) 0px 0/ 40px 40px;
  }  
.jigu1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdfbf1;
  z-index: -1;
  background: linear-gradient(135deg, #ffdd6e55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #fff8e3 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ffdd6e55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #fff8e3 25%, #fdfbf1 25%) 0px 0/ 40px 40px;
}
.jigu2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background: linear-gradient(135deg, #b2ff7f55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #f0ffe5 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #b2ff7f55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #f0ffe5 25%, #f8fff4 25%) 0px 0/ 40px 40px;
  }
  .jigu3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background: linear-gradient(135deg, #7cdaff55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #e6f7fd 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #7cdaff55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #e6f7fd 25%, #f4fcff 25%) 0px 0/ 40px 40px;
  }
  .jigu4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background: linear-gradient(135deg, #ff6bbd55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #ffe9f6 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ff6bbd55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #ffe9f6 25%, #fff7fd 25%) 0px 0/ 40px 40px;
  }
  .jigu5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background: linear-gradient(135deg, #ffae6b55 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(225deg, #fff3ea 25%, transparent 25%) -20px 0/ 40px 40px, linear-gradient(315deg, #ffae6b55 25%, transparent 25%) 0px 0/ 40px 40px, linear-gradient(45deg, #fff3ea 25%, #fffbf8 25%) 0px 0/ 40px 40px;
  }

  .mizu0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#f3f3f3 6px, transparent 6px), radial-gradient(#f3f3f3 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: -1;
  background-image:  radial-gradient(#fff8e3 6px, transparent 6px), radial-gradient(#fff8e3 6px, #ffffff 6px);
  background-size: 60px 60px;
  background-position: 0 0,30px 30px;
}
.mizu2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#f0ffe5 6px, transparent 6px), radial-gradient(#f0ffe5 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#e6f7fd 6px, transparent 6px), radial-gradient(#e6f7fd 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#ffe4f4 6px, transparent 6px), radial-gradient(#ffe4f4 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  .mizu5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    background-image:  radial-gradient(#fff2e9 6px, transparent 6px), radial-gradient(#fff2e9 6px, #ffffff 6px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
  }
  
.bor0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background-image: linear-gradient(0deg, #fafafa 50%, #f3f3f3 50%);
    background-size: 50px 50px;
}
.bor1 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fdfbf1;
    z-index: -1;
    background-image: linear-gradient(0deg, #fdfbf1 50%, #fff8e3 50%);
    background-size: 50px 50px;
}
.bor2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background-image: linear-gradient(0deg, #f8fff4 50%, #f0ffe5 50%);
    background-size: 50px 50px;
}
.bor3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background-image: linear-gradient(0deg, #f4fcff 50%, #e6f7fd 50%);
    background-size: 50px 50px;
}
.bor4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background-image: linear-gradient(0deg, #fff7fd 50%, #ffeaf6 50%);
    background-size: 50px 50px;
}
.bor5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background-image: linear-gradient(0deg, #fffbf8 50%, #fff3ea 50%);
    background-size: 50px 50px;
}

.suto0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background-image: linear-gradient(to right, #f3f3f3, #f3f3f3 15px, #fafafa 15px, #fafafa );
    background-size: 30px 100%;
  }  
.suto1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdfbf1;
  z-index: -1;
  background-image: linear-gradient(to right, #fff8e3, #fff8e3 15px, #fdfbf1 15px, #fdfbf1 );
  background-size: 30px 100%;
}
.suto2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background-image: linear-gradient(to right, #f0ffe5, #f0ffe5 15px, #f8fff4 15px, #f8fff4 );
    background-size: 30px 100%;
  }
  .suto3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background-image: linear-gradient(to right, #e6f7fd, #e6f7fd 15px, #f4fcff 15px, #f4fcff );
    background-size: 30px 100%;
  }
  .suto4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background-image: linear-gradient(to right, #ffeaf6, #ffeaf6 15px, #fff7fd 15px, #fff7fd );
    background-size: 30px 100%;
  }
  .suto5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background-image: linear-gradient(to right, #fff3ea, #fff3ea 15px, #fffbf8 15px, #fffbf8 );
    background-size: 30px 100%;
  }
     
.reku0 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fafafa;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #f3f3f3 25%, transparent 25%, transparent 75%, #f3f3f3 75%, #f3f3f3), repeating-linear-gradient(45deg, #f3f3f3 25%, #fafafa 25%, #fafafa 75%, #f3f3f3 75%, #f3f3f3);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku1 {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdfbf1;
  z-index: -1;
  background-image:  repeating-linear-gradient(45deg, #fff8e3 25%, transparent 25%, transparent 75%, #fff8e3 75%, #fff8e3), repeating-linear-gradient(45deg, #fff8e3 25%, #fdfbf1 25%, #fdfbf1 75%, #fff8e3 75%, #fff8e3);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}
.reku2 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f8fff4;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #f0ffe5 25%, transparent 25%, transparent 75%, #f0ffe5 75%, #f0ffe5), repeating-linear-gradient(45deg, #f0ffe5 25%, #f8fff4 25%, #f8fff4 75%, #f0ffe5 75%, #f0ffe5);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku3 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f4fcff;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #e6f7fd 25%, transparent 25%, transparent 75%, #e6f7fd 75%, #e6f7fd), repeating-linear-gradient(45deg, #e6f7fd 25%, #f4fcff 25%, #f4fcff 75%, #e6f7fd 75%, #e6f7fd);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku4 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff7fd;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #ffeaf6 25%, transparent 25%, transparent 75%, #ffeaf6 75%, #ffeaf6), repeating-linear-gradient(45deg, #ffeaf6 25%, #fff7fd 25%, #fff7fd 75%, #ffeaf6 75%, #ffeaf6);
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
  }
  .reku5 {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffbf8;
    z-index: -1;
    background-image:  repeating-linear-gradient(45deg, #fef7f2 25%, transparent 25%, transparent 75%, #fef7f2 75%, #fef7f2), repeating-linear-gradient(45deg, #fef7f2 25%, #fffbf8 25%, #fffbf8 75%, #fef7f2 75%, #fef7f2);
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
  }
.sp_mode {
    width: 100%;
}
.pc_mode {
    width: 100%;
    max-width:1650px;
    text-align:center;
    margin:0 auto;
    padding:auto;
}
.fixed_img {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0.1;
}
.header_hidden {
    visibility: hidden;
}
header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
    margin: 0 auto;
}
.header_right {
    width: 30%;
    box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%;
}
.header_left {
    width: 60%;
    margin: 60px auto 0;
    box-sizing: border-box;
    border-radius: 30px;
}
.header_left img {
    border-radius: 10px;
}
.header_right img {
    display: block;
    margin: 60px auto;
    width: 95%;
    max-width: 270px;
}
/* .menus {
    display: flex;
    flex-wrap: wrap;
} */
.header_right p {
    width: fit-content;
    height: 40px;
    margin: 0 auto 25px;
    padding: 0 0 0 0;
}
.header_right p:last-child {
    margin-bottom: 0;
}
.header_right p a {
    height: 40px;
    border: none;
    line-height: 40px;
    color: rgb(75, 68, 61);
    cursor: pointer;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    position: relative;
}
.header_right p a::before {
    background: rgb(75, 68, 61);
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .5s;
}
.header_right p a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.header_right p a:hover {
    color: rgb(106, 57, 6);
}
@media(min-width:1350px) {
    .header_right img {
        margin: 72px auto;
    }
    .header_right p {
        margin: 0 auto 30px;
    }
    .header_right p:last-child {
        margin-bottom: 0;
    }    
}
@media(min-width:1500px) {
    .header_right img {
        margin: 80px auto;
    }
    .header_right p {
        margin: 0 auto 36px;
    }
    .header_right p:last-child {
        margin-bottom: 0;
    }    
}
@media(min-width:768px) {
    header .container {
        display: none;
    }
}
.bx-wrapper {
    background-color: transparent!important;
    margin: 0px auto!important;
    box-sizing: border-box!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-wrapper img {
    display: block!important;
    margin: 0px auto!important;
}
.catch {
    margin: 40px auto 120px;
}
.catch h2 {
    font-size: 32px;
    font-family: serif;
    /* font-style: oblique; */
    font-weight: bold;
    color: rgb(100, 92, 83);
    margin-bottom: 25px;
}
.br {
    display: none;
}
.italic {
    color: #444;
    font-style: italic;
}
@media(max-width:767px) {
    .br {
        display: inline;
    }
}
.item_content {
    width: 72%;
    max-width: 720px;
    margin: 0 auto 120px;
    padding: 0 0 20px 0;
}
.item_content img {
    border-radius: 50%;
}
.item_content h2 {
    width: 96%;
    margin: 0 auto 20px;
    text-align: left;
    font-weight: 600;
    color: rgb(100, 92, 83);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2%;
    border-bottom: 2px solid rgb(100, 92, 83);
    font-size: 28px;
}
.item_content .container {
    width: 100%;
    margin: 0 auto;
}
@media(max-width:767px) {
    .item_content img {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .container.second_menu {
        display: none;
    }
    .row.reverse {
        flex-direction: row-reverse;
    }
    .row .col.span-4.widespan {
        flex: 0 0 60.6666666667%;
        max-width: 60.6666666667%;
    }
}
.to_store {
    display: block;
    width: fit-content;
    padding: 0 8px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 100px;
    box-sizing: border-box;
    border: 1px solid rgb(199, 196, 194);
    color: rgb(75, 68, 61);
    transition: 0.5s;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: 0.4s;
}
.to_store:hover {
    background: rgba(230, 230, 230, 0.3);
    border-color: rgb(158, 150, 144);
    color: rgb(46, 42, 36);
}

th, td {
    border-bottom: none;
}
.table th {
    width: 27%;
}
label {
    font-weight: 600;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
.button {
    border: 2px solid rgb(100, 92, 83);
    border-radius: 2px;
}
.buttonp input {
    border: 2px solid rgb(199, 196, 194);
    font-weight: 600;
    color: rgb(100, 92, 83);
    background: rgba(255, 255, 255, 0.3);
    transition: 0.4s;
    border-radius: 2px;
}
.buttonp input:hover {
    border-color: rgb(173, 165, 157);
    color: rgb(46, 42, 36);
    background: rgba(230, 230, 230, 0.3);
}
.footer {
    height: 30px;
}
@media(max-width: 767px) {
    form {
        margin-bottom: 0;
    }
    .title p {
        width: 40%;
        font-size: 14px;
        text-align: center;
        padding-top: 28px;
    }
    .title h2 {
        width: 60%;
        font-size: 34px;
        padding-top: 16px;
        text-align: center;
    }
    .title .header_hidden {
        display: none;
    }
    header {
        display: block;
        margin-top: 0;
    }
    .header_right {
        width: 100%;
    }
    .header_right img {
        width: 50%;
        margin: 10px auto;
    }
    .menus {
        display: none;
    }
    .header_left {
        width: 100%;
        margin-top: 40px;
    }
    /* header .container {
        display: none;
        padding: 0;
    } */
    .container.second_menu {
        width: 100%;
        padding: 0;
    }
    .second_menu li a {
        color: rgb(106, 57, 6);
    }
    .item_content {
        width: 94%;
    }
    .item_content h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .table th {
        width: 60%;
    }
    .table td {
        padding-left: 0;
    }
    .to_store {
        text-align: center;
    }
    .item_content h2 {
        font-size: 24px;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
    }
    .catch {
        margin: 40px auto 40px;
    }
    .catch h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}
ul,li {
    margin-bottom: 0;
    list-style: none;
}
@media(min-width:768px) {
    .reverse .col {
        margin-left: 0;
        margin-right: 4%;
    }
}
form {
    margin-bottom: 0;
}
.content {
    background: rgba(232, 230, 228, 0.9);
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 80px;
}
.content.second {
    background: rgba(199, 196, 194, 0.9);
    /* margin-bottom: 80px; */
}
.content.third {
    background: rgba(232, 230, 228, 0.9);
    margin-bottom: 80px;
}

.content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    color: rgb(100, 92, 83);
    text-align: center;
}
/* .content.second h2 {
    color: #444;
} */
.content_box {
    width: 100%;
    max-width: 1520px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.content_box.reverse {
    flex-direction: row-reverse;
}
.content_box.last {
    margin-bottom: 0;
}
.content_left {
    width: 45%;
}
.images {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.images img {
    width: 70%;
    border-radius: 5px;
}
.images img:first-child,
.images img:nth-child(2) {
    margin-bottom: 20px;
}
.content_right {
    width: 50%;
}
.content_right p {
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    line-height: 2;
    color: rgb(75, 68, 61);
}
.content.second .content_right p {
    padding-top: 10px;
}
/* @media(min-width:1630px) {
    .content_right p {
        padding-top: 100px;
        font-size: 18px;
    }

} */
@media(max-width:767px) {
    main {
        margin-top: 4rem;
    }
    .slider img {
        border-radius: 0;
    }
    .content {
        display: block;
        padding-bottom: 60px;
    }
    .content h2 {
        font-size: 28px;
    }
    .content_box {
        display: block;
    }
    .content_left {
        width: 100%;
    }
    .content.second .content_box {
        text-align: center;
    }
    .content_right {
        width: 100%;
    }
    .content_right p {
        padding-top: 0;
        padding-left: 0.5%;
        padding-right: 0.5%;
        font-size: 14px;
    }
    h3 {
        text-align: center;
        font-size: 21px;
    }
}
.footer {
    margin-bottom: 10px;
}
.to_trading_law {
    display: block;
    padding: 2px 12px;
    margin: 0 auto;
    border-radius: 6px;
    width: fit-content;
    color: rgb(100, );
    font-weight: 600;
    transition: 0.5s;
    position: relative;
}
.to_trading_law:hover {
    color: rgb(100, 92, 83);
}
