/* Newsletter style

   developer:   yhechler
   requires:    /common/framework/css/framework.ja.css
                /common/framework/css/form-gui.ja.css
   ========================================================================== */

/** main */

main {
    margin-bottom: 6.25em;
}

main * {
    color: #535353;
    font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', Arial, sans-serif;
}

main p.information {
    font-size: 21px;
    font-weight: 300;
    line-height: 31px;
}

main p.information+ul li {
    color: #8a8a8a;
    display: list-item;
    font-size: 15px;
    list-style-type: square;
    margin-left: 1.2rem;
    padding: .04rem 0 0.4rem;
}

main a {
    color: #dd1600;
    text-decoration: none;
}

main a:hover {
    color: #fe0000;
}

.page-width {
    margin: 0 auto;
    max-width: 56.25rem;
}

.page-padding {
    margin: 3rem 0 0;
    padding: 0 1rem;
}

h1.heading {
    color: #dd1100;
    font-size: 32px;
    font-weight: 400;
}

h1.heading+span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 0.875rem 0 45px 0;
}

.two-columns .thumb-wrapper:first-child {
    margin-bottom: 3.25rem;
}

.two-columns .thumb-wrapper:not(:last-child) {
    margin-right: 1.5rem;
}

.thumb-wrapper {
    display: inline-block;
    max-width: 16.5rem;
    width: 100%;
}

.thumb-wrapper:not(:last-child) {
    margin-right: 1.25rem;
}

.thumb-wrapper img:first-child {
    margin: 0 auto;
    max-width: 207px;
    width: 100%;
}

.thumb-wrapper span {
    margin-bottom: 0.75rem;
}

.thumb-wrapper,
.desc-wrapper {
    font-size: 13px;
    line-height: 22px;
}

.thumb-wrapper span,
.desc-wrapper span {
    display: block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.desc-wrapper span {
    margin-bottom: 8px;
    margin-top: 3.75rem;
    text-align: left;
}

.image-wrapper {
    background: #dcdcdc;
    margin: 0 0 0.4375rem 0;
    padding: 27px 27px 0 27px;
    position: relative;
}

.image-wrapper img {
    display: block;
}

.image-wrapper img:nth-child(2n) {
    bottom: 10px;
    position: absolute;
    right: 5px;
}

.image-wrapper #magnify-hover {
    bottom: 10px;
    display: none;
    position: absolute;
    right: 5px;
    z-index: 99;
}

.image-wrapper:hover #magnify-hover {
    display: inline;
}

#email-address {
    max-width: 34.25rem;
    width: 100%;
}

#_form-gui {
    margin-top: 3.125rem;
}

label#is-a-label {
    margin: 1.5875rem 0 0 0;
}

#_form-gui label {
    font-size: 15px;
}

#_form-gui #submit {
    margin: 0.4375rem 0 2rem 0;
}

.padding-top-for-mobile {
    border-top: 1px solid #ddd;
    margin-top: 1rem;
    padding-top: 1rem;
}

.consent-msg {
    color: #737373;
    font-size: 13px;
    line-height: 21px;
}

/* error */

#thank-you,
#processing-error {
    display: none;
}

#thank-you h2,
#processing-error h2 {
    color: #dd1600;
    font-size: 30px;
    font-weight: 400;
    margin-top: 4rem;
}

#processing-error p {
    font-size: 21px;
    font-weight: 300;
}

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
    .padding-top-for-mobile {
        padding-top: 1.25rem;
    }
}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
    .page-padding {
        padding: 0 1.875rem;
    }
    .thumb-wrapper {
        max-width: 18.0rem;
    }
    .thumb-wrapper:first-child {
        margin-right: 4.9vw;
    }
    .thumb-wrapper:nth-child(2n) {
        margin-right: 0;
    }
    .thumb-wrapper:nth-child(3n) {
        margin-top: 2.8125rem;
    }
}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    .page-padding {
        padding: 0 0.9375rem;
    }
    .thumb-wrapper {
        margin: 0 auto 3.125rem auto;
        max-width: unset;
    }
    .thumb-wrapper:nth-child(3n) {
        margin-top: 0;
    }
    .thumb-wrapper span {
        margin: 0 0 7px 0;
        text-align: left;
    }
    .thumb-wrapper a {
        color: #535353;
    }
    .thumb-wrapper a:hover span {
        color: #dd1100;
    }
	.thumb-wrapper p  a:hover {
		color: #fe0000;
	}
	.thumb-wrapper p a {
		color: #dd1600;
	}
    .thumb-wrapper:not(:last-child) {
        margin-right: 0;
    }
    .image-wrapper img {
        height: auto;
        max-width: 8.6875rem;
        width: 100%;
    }
    .image-wrapper {
        background: none;
        margin: 0;
        padding: 0 1rem 0 0;
    }
    #_form-gui {
        margin-top: 0;
    }
    .padding-top-for-mobile {
        padding-top: 0.7rem;
    }
}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}

/* printer styles
   ========================================================================== */

@media print {}