@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Zen+Maru+Gothic:wght@500&family=Mochiy+Pop+One&display=swap');

/*-----------------------
 全体共通 
-----------------------*/
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
    border-radius: 0;
    font-style: normal;
    box-sizing: border-box;
    -webkit-appearance: none;
}
html {
    font-size: 100%;
}
body {
    font-size: clamp(1.25rem, 0.938rem + 1.04vw, 1.563rem);
    font-family: "M PLUS 2", sans-serif;
    color: #333;
    word-break: break-word;
}
p {
    line-height: 1.8;
}
a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.container {
    max-width: 900px;
    margin: 0 auto;
}
.headline {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
    font-size: clamp(1.563rem, 0.625rem + 3.13vw, 2.5rem);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.headline::before, .headline::after {
    position: relative;
    top: -9px;
    display: inline-block;
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 3px;
    background-color: #59c7cb;
}
.headline::before {
    margin-right: 10px;
}
.headline::after {
    margin-left: 10px;
}
.subhead {
    display: inline-block;
    border: 2px solid #59c7cb;
    border-radius: 30px;
    padding: 5px 25px;
    margin-bottom: 30px;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
    font-size: clamp(1.438rem, 1rem + 1.46vw, 1.875rem);
    letter-spacing: 2px;
    background-color: rgba(89, 199, 203, 0.5);
    background-image: radial-gradient(rgba(89, 199, 203, 0.3) 20%, transparent 0),
                      radial-gradient(rgba(89, 199, 203, 0.3) 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
}
.text_center {
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.438rem, 0.813rem + 2.08vw, 2.063rem);
    letter-spacing: 2px;
}
.text_left {
    text-align: center;
    margin-top: 10px;
}
.large_text {
    font-family: 'Zen Maru Gothic', serif;
    font-size: clamp(1.563rem, 0.938rem + 2.08vw, 2.188rem);
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;  
}
.section_area:not(:last-of-type) {
    margin-bottom: 50px;
}
.fade-up, .fade-down {
    opacity: 0;
    transition: all 1s ease;
}
.fade-in {
    opacity: 0;
    transition: all 1.5s ease;
}
.show {
    opacity: 1;
}
.fade-up {
    transform: translateY(50px);
}
.fade-up.show {
    transform: translateY(0);
}
.fade-down {
    transform: translateY(-30px);
}
.fade-down.show {
    transform: translateY(0);
}
mark {
    background-color: rgb(243, 243, 121);
}
@media screen and (max-width: 960px) {
    .container {
        max-width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .text_left {
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .large_text .br {
        display: none;
    }
}


/*-----------------------
 ヘッダー
-----------------------*/
.head_white {
    padding: 20px 0 50px;
    text-align: center;
}
.head_white p {
    color: #59c7cb;
    font-weight: 700;
    margin-top: 30px;
}
.head_blue {
    color: #fff;
    padding-bottom: 80px;
    background: #59c7cb;
}
.logo {
    width: clamp(200px, 6.25rem + 20.83vw, 300px);
    min-width: 200px;
    margin: 10px 15px 0 0;
}
#lesson-guide, #lesson-guide ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#lesson-guide {
    margin: 25px 0 5px;
} 
#lesson-guide ul:last-of-type .maru:first-child {
    transform: rotate(8deg);
}  
.maru {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #59c7cb;
    width: clamp(60px, 1.25rem + 8.33vw, 100px);
    height: clamp(60px, 1.25rem + 8.33vw, 100px);
    border-radius: 50%;
    line-height: 130%;
    text-align: center;
    font-size: clamp(1.875rem, 6.25vw, 3.75rem);
    font-weight: 500;
    font-family: 'Zen Maru Gothic', serif;
    color: #fff;
    margin: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.start {
    color: #fe7e1c !important;
    font-size: clamp(2.5rem, 1.25rem + 4.17vw, 3.75rem);
    font-family: 'Zen Maru Gothic', serif;
    letter-spacing: 10px;
    margin-top: 0 !important;
    -webkit-text-stroke: 2px #fe7e1c;
    text-stroke: 2px #fe7e1c;
    paint-order: stroke;
}
.img_area {
    position: relative;
    text-align: center;
    height: 650px;
}
.topimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 1s ease-out;
    z-index: 1;
}
.orange, .blue, .pink, .purple {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes yokoyure {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    25% { transform: translate(-50%, -50%) rotate(5deg); }
    75% { transform: translate(-50%, -50%) rotate(-5deg); }
    100% { transform: translate(-50%, -50%) rotate(0deg); }
}
.white_area {
    position: absolute;
    height: 65%;
    width: 100%;
    top: 0;
    background: url(../images/wave.png) left bottom repeat-x;
}
.blue_area {
    position: absolute;
    height: 35%;
    width: 100%;
    bottom: 0;
    background-color: #59c7cb;
}
.title {
    display: inline-block;
    border-bottom: 3px solid #fff;
    margin-bottom: 20px;
    padding: 0 10px;
}
.more_link {
    position: relative;
    display: block;
    width: clamp(235px, 11.875rem + 9.38vw, 280px);
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 30px 0 0 auto;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.more_link:hover {
    opacity: 1;
    transform: translateY(3px);
    box-shadow: none;
}
.more_link::before, .more_link::after {
    display: inline-block;
    content: '';
    position: absolute;
}
.more_link::before {
    top: 55%;
    right: 23px;
    transform: translateY(-55%);
    width: clamp(20px, 0.938rem + 1.04vw, 25px);
    height: clamp(20px, 0.938rem + 1.04vw, 25px);
    background-color: #59c7cb;
    border-radius: 50%;
}
.more_link::after {
    top: 54%;
    right: 32px;
    width: clamp(5px, 0.188rem + 0.42vw, 7px);
    height: clamp(5px, 0.188rem + 0.42vw, 7px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-54%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .more_link::after {
        right: 31px;
    }          
}
@media screen and (min-width: 481px) {
    .head_white .br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #lesson-guide {
        flex-direction: column;
        align-items: flex-start;
    }    
    #lesson-guide ul:last-child {
        margin-left: auto;
    }
    .maru {
        font-size: clamp(2.5rem, 1.25rem + 6.25vw, 3.125rem);
        width: clamp(60px, 1.25rem + 12.5vw, 80px);
        height: clamp(60px, 1.25rem + 12.5vw, 80px);
    }
    .more_link::after {
        right: 30px;
    }          
    .img_area {
        height: 100vw;
    }        
}

/*-----------------------
 メインコンテンツ部分
-----------------------*/
/* sc1 */
#sc1 {
    background-color: #59c7cb;
}
.sc1_white {
    padding: 50px 0 70px;
    margin: 0 20px;
    border-radius: 80px;
    background-color: #fff
}
.sc1_blue {
    position: relative;
    color: #fff;
    padding: 80px 0;
    background: url(../images/fukidashi.png) top center no-repeat;
}
.wavy_line {
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #ee8ca7;
    text-underline-offset: 8px;
}
.big_font {
    position: relative;
    color: #0286d9 !important;
    text-align: center;
    font-weight: 700;
    font-size: clamp(2.188rem, 1.25rem + 3.13vw, 3.125rem);
    font-family: "Mochiy Pop One", sans-serif !important;
    letter-spacing: 5px;
    transform: rotate(-3deg);
    -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
    paint-order: stroke;
}
.white_circle {
    color: #59c7cb;
    margin-top: 80px;
    background: url(../images/circle.png) center / auto no-repeat;
}
.white_circle .container {
    position: relative;
    height: 460px;
}
.white_circle p {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.white_circle img {
    width: 450px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.gallery {
    display: flex;
    gap: 20px;
    margin-top: 150px;
}
.gallery ul {
    display: flex;
    gap: 20px;
}
.gallery ul li img {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.flex {
    display: flex;
    gap: 20px;
    margin: 40px 20px 0;
}
.txt_box {
    width: 50%;
    padding: 20px;
    border-radius: 30px;
    background-color: #eee;
}
@media screen and (min-width: 961px) {
    .sc1_white .text_center .br {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .flex {
        margin: 40px 0 0;
    }   
    .gallery, .gallery ul {
        gap: 10px;
    } 
}
@media screen and (max-width: 767px) {
    .flex {
        flex-direction: column;
    }
    .txt_box {
        width: 100%;
        padding: 20px 15px;
    }    
}
@media screen and (max-width: 480px) {
    .white_circle {
        background-size: cover;
    }
    .white_circle .container {
        height: 100vw;
    }
    .white_circle p {
        top: 50%;
        transform: translate(-50%, -50%);   
    }
    .white_circle img {
        width: 100%;
        bottom: -30px;
    }    
    .gallery, .gallery ul {
        gap: 15px;
    } 
    .gallery {
        flex-direction: column;
    }
    .gallery ul {
        width: 90%;
    }
    .gallery ul:last-child {
        margin-left: auto;
    }
    .sc1_white {
        margin: 0 10px;
    }
    .sc1_white .text_center .br {
        display: none;
    }
}

/* sc2 */
.sc2_white {
    padding: 80px 0 100px;
    background: url(../images/wave-top.png) left bottom repeat-x;
}
.sc2_pink {
    color: #fff;
    padding: 50px 0 70px;
    background-color: #ee8ca7;
}
.mama {
    display: inline-block;
    font-weight: 700;
    font-size: clamp(1.875rem, 1.25rem + 2.08vw, 2.5rem);
    background-image: radial-gradient(circle at center, #fff 30%, transparent 30%); 
    background-position: top right; 
    background-repeat: repeat-x; 
    background-size: 1em 0.3em; 
    padding-top: .2em; 
    transform: rotate(-5deg);
    margin-right: 12px;
    vertical-align: bottom;
}
.sample_img {
    display: block;
    width: 50%;
    margin: 70px auto 100px;
    transform: rotate(5deg);
}
.sample_img::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background: repeating-linear-gradient(
        45deg,
        rgba(89, 199, 203, 0.7),
        rgba(89, 199, 203, 0.7) 5px,
        rgba(255, 255, 255, 0) 5px,
        rgba(255, 255, 255, 0) 10px
    );
    z-index: -1;
}
.publish_list {
    margin-left: 20px;
}
.publish_list li {
    position: relative;
    padding: 0 0 20px 40px;
}
.publish_list li::before, .publish_list li::after {
    display: inline-block;
    content: '';
    position: absolute;
}
.publish_list li::before {
    top: 8px;
    left: 0;
    width: clamp(20px, 0.938rem + 1.04vw, 25px);
    height: clamp(20px, 0.938rem + 1.04vw, 25px);
    background-color: #59c7cb;
    border-radius: 50%;
}
.publish_list li::after {
    top: 16px;
    left: 7px;
    width: clamp(5px, 0.188rem + 0.42vw, 7px);
    height: clamp(5px, 0.188rem + 0.42vw, 7px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.font_bold {
    display: block;
    font-weight: 700;
    color: #ee8ca7;
    margin-bottom: 5px;
}
.month {
    font-size: clamp(1.438rem, 1rem + 1.46vw, 1.875rem);
    font-weight: 700;
}
.slash  {
    display: inline-block;
    position: relative;
    left: -25%;
    font-weight: 700;
    font-size: clamp(1.25rem, 0.938rem + 1.04vw, 1.563rem);
    transform: rotate(-5deg);
    color: #fe7e1c;
}
.amount {
    color: red;
    font-size: clamp(1.688rem, 0.875rem + 2.71vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 8px;
}
.publish_fee {
    margin: 0 0 80px 20px;
}
.publish_fee div {
    display: flex;
    align-items: center;
    gap: 10px 30px;
}
.publish_fee div:not(:last-of-type) {
    margin-bottom: 10px;
}
.publish_fee div dt {
    width: 120px;
    background-color: #59c7cb;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}
.publish_fee div dd {
    width: auto;
    font-weight: 700;
}
.section_area .publish_fee div dd {
    font-size: clamp(1.688rem, 0.875rem + 2.71vw, 2.5rem);
}
.accordion {
    padding: 25px 20px;
    margin: 50px 0;
    border: 2px solid #59c7cb;
    border-radius: 30px;
}
.accordion-content {
    display: none;
    margin-top: 40px;
}
.accordion-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #59c7cb;
    font-family: "M PLUS 2", sans-serif;
    font-size: clamp(1.25rem, 0.938rem + 1.04vw, 1.563rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}
.accordion-header p {
    margin: 0;
    width: 80%;
}
.accordion-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #59c7cb;
    border-right: 3px solid #59c7cb;
    margin-right: 25px;
    transition: 0.4s;
    transform: rotate(135deg);
}
.accordion-header .accordion-arrow.open {
    transform: rotate(315deg); 
}
.index_area:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px dashed #ccc;
}
.index_area .publish_fee {
    margin: 0 0 30px 0;
}
.index_area .publish_fee div dt {
    width: 250px;
}
.index {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
    font-size: clamp(1.25rem, 0.938rem + 1.04vw, 1.563rem);
    margin-bottom: 30px;
    color: #ee8ca7;
    line-height: 1.8;
}
.large_index {
    font-size: clamp(1.438rem, 0.813rem + 2.08vw, 2.063rem);
    background-color: rgba(238, 140, 167, 0.3);
}
.cmt_box {
    position: relative;
    width: 100%;
    margin: 30px auto;
}
.cmt_box p {
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.cmt_box:first-of-type {
    margin-top: 170px;
}
.cmt_box:nth-of-type(2) {
    margin-bottom: 170px;
}
.cmt_box:first-of-type p::before, .cmt_box:nth-of-type(2) p::after {
    display: inline-block;
    content: '';
    position: absolute;
    border: 12px solid transparent;
}
.cmt_box:first-of-type p::before {
    top: -22px;
    left: 45px;
    border-bottom: 12px solid #fff;
}
.cmt_box:nth-of-type(2) p::after {
    bottom: -22px;
    right: 35px;
    border-top: 12px solid #fff;
}
.mama1, .mama2 {
    position: absolute;
    width: 130px;
}
.mama1 {
    top: -150px;
    left: -15px;
}
.mama2 {
    bottom: -150px;
    right: -20px;
}
.bubble {
    position: relative;
    width: 100%;
    color: #333;
    margin-top: 50px;
    background: url(../images/mocomoco.png) center / auto no-repeat;
}
.bubble p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bubble .container {
    position: relative;
    height: 460px;
}
.kira1, .kira2 {
    position: absolute;
    width: clamp(80px, 1.25rem + 12.5vw, 140px);
    height: clamp(80px, 1.25rem + 12.5vw, 140px);
}
.kira1 {
    top: 0;
    left: 0;
}
.kira2 {
    bottom: 0;
    right: 0;
}
.more_btn {
    display: block;
    width: clamp(350px, 12.5rem + 31.257vw, 500px);
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 10px auto 0;
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.375rem, 1.063rem + 1.04vw, 1.688rem);
    letter-spacing: 2px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.more_btn:hover {
    opacity: 1;
    transform: translateY(3px);
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .publish_list li {
        padding-left: 35px;
    }    
    .publish_list li::before {
        top: 7px;
    }    
    .publish_list li::after {
        top: 15px;
        left: 6px;
    }
    .cmt_box p {
        padding: 20px 15px;
    }
    .cmt_box:first-of-type {
        margin-top: 150px;
    }
    .cmt_box:nth-of-type(2) {
        margin-bottom: 150px;
    }
    .cmt_box:first-of-type p::before {
        left: 45px;
    }
    .cmt_box:nth-of-type(2) p::after {
        right: 40px;
    }
    .mama1, .mama2 {
        width: 100px;
    }
    .mama1 {
        top: -120px;
        left: 0;
    }
    .mama2 {
        right: 0;
        bottom: -120px;
    } 
    .kira1 {
        top: 8%;
        left: -5%;
    }
    .kira2 {
        bottom: 8%;
        right: -5%;
    }       
    .index_area .publish_fee div{
        flex-direction: column;
    }
    .index_area .publish_fee div dt {
        width: 100%;
    }
    .index_area .publish_fee div dd {
        text-align: center;
    }
}
@media screen and (min-width: 481px) {
    .month .br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .publish_list {
        margin-left: 10px;
    }    
    .publish_list li::before {
        top: 6px;
    }    
    .publish_list li::after {
        top: 13px;
        left: 5px;
    }  
    .publish_fee {
        margin-left: 0;
    }
    .publish_fee div {
        flex-direction: column;
    }
    .publish_fee div:not(:last-of-type) {
        margin-bottom: 25px;
    }    
    .publish_fee div dt {
        width: 100%;
    }
    .publish_fee div dd {
        text-align: center;
    }
    .sample_img {
        width: 70%;
    }  
    .bubble .br {
        display: none;
    }
    .more_btn {
        width: 100%;
    } 
    .accordion {
        padding: 25px 15px;
    }       
    .slash {
        left: 0;
        transform: rotate(0deg);
        margin-bottom: 10px;
    }
}


/* sc3 */
#sc3 {
    position: relative;
    padding: 130px 0 200px;
    background: url(../images/wave-bottom.png) left top repeat-x;
}
#sc3 p {
    text-align: center;
}
.flow_list {
    margin-bottom: 50px;
}
.flow_list li div {
    position: relative;
    border: 2px solid #59c7cb;
    border-radius: 20px;
    padding: 20px 20px 20px 100px;
    overflow: hidden;
}
.flow_list li div::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(60px, 0.875rem + 2.71vw, 80px);
    height: 100%;
    background-color: #59c7cb;
    color: #fff;
    text-align: center;
    font-size: clamp(1.688rem, 0.875rem + 2.71vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 10px;
}
.flow_list li:first-of-type div::before {
    content: '01';
}
.flow_list li:nth-of-type(2) div::before {
    content: '02';
}
.flow_list li:last-of-type div::before {
    content: '03';
}
.flow_arrow {
    position: relative;
    left: calc(50% - 18px);
    bottom: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #59c7cb;
}
.contact_btn {
    display: block;
    width: clamp(350px, 12.5rem + 31.257vw, 500px);
    color: #fff;
    background-color: #59c7cb;
    border: 1px solid #59c7cb;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 50px auto 0;
    text-align: center;
    font-weight: 500;
    font-size: clamp(1.375rem, 1.063rem + 1.04vw, 1.688rem);
    letter-spacing: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.contact_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #59c7cb;
}
.kids {
    width: 200px;
    position: absolute;
    bottom: -60px;
    right: 15%;
    transform: rotate(15deg);
}
@media screen and (max-width: 960px) {
    .kids {
        bottom: -50px;
        right: 50px;
        transform: rotate(10deg);
    }    
}
@media screen and (max-width: 767px) {
    #sc3 p {
        text-align: left;
    } 
    .flow_list li div {
        padding: 20px 15px 20px 85px;
    }
    .flow_list li div::before {
        padding: 0 5px;
    }
    .kids {
        bottom: -40px;
    }    
}
@media screen and (max-width: 480px) {
    .contact_btn {
        width: 100%;
    }    
    .kids {
        width: 180px;
        bottom: -30px;
    }    
}

/*-----------------------
 フッター
-----------------------*/
.arch {
    overflow: hidden;
}
footer {
    padding: 70px 0 50px;
    margin: 0 -200px;
    background-color: #59c7cb;
    border-radius: 1000px 1000px 0 0 / 300px 300px 0 0;
    color: #fff;
}
footer .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adress {
    margin-top: 20px;
}
.adress div {
    display: flex;
    align-items: flex-start;
    gap: 10px 40px;
    padding: 25px 10px;
}
.adress div:not(:last-of-type) {
    border-bottom: 2px dashed #fff;
}
.adress div dt {
    width: 120px;
    background: #fff;
    border-radius: 10px;
    color: #59c7cb;
    padding: 5px;
    font-weight: 700;
    font-size: clamp(1.125rem, 1rem + 0.42vw, 1.25rem);
    text-align: center;
    letter-spacing: 2px;
}
.text_link {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}
@media screen and (max-width: 480px) {
    .adress div {
        flex-direction: column;
    }
    .adress div dt, .adress div dd {
        width: 100%;
    }
    .adress div dd {
        text-align: center;
    }
}