@charset "UTF-8";

html,
body {
width: 100%;
margin: 0;
padding: 0;
font-size: 62.5%;
}
body {
width: 100%;
margin: 0;
color: #000;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: 500;
}
body.home,
body.page-front2 {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/bg.png);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}
.pc {
display: none !important;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
p {
font-size: 16px;
font-size: 1.6rem;
}
a {
text-decoration: none;
color: inherit;
}
img {
max-width: 100%;
}
ul li,
ol li {
line-height: 1.8;
font-size: 16px;
margin-left: 1.5em;
}
.mb0 {
margin-bottom: 0 !important;
}
.fadein {
opacity: 0;
-webkit-transform: translate(0, 100px);
transform: translate(0, 100px);
-webkit-transition: all 1s;
transition: all 1s;
}
.fadein.active {
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.header {
width: 100%;
height: 50px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: sticky;
top: 0;
z-index: 10;
}
.header h1 {
width: 45%;
height: auto;
padding-top: 5px;
}
.header h1 img {
max-height: 40px;
}
.header .sp-tel {
width: 50px;
height: 50px;
border-left: 1px solid #8b7e72;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 50px;
}
.header .sp-tel img {
width: 21.5px;
}
.main-image {
width: 100%;
height: auto;
overflow: hidden;
position: relative;
z-index: 9;
margin-bottom: 20px;
}
.main-image img.main {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.main-image .main-txt {
width: 90%;
position: absolute;
z-index: 10;
top: 24%;
left: 5%;
} .mv-image .txt {
text-align: left;
width: 100%;
margin: 0 auto;
padding: 26px 4% 0;
height: 41vw;
background-color: rgb(209 197 175 / 0.47);
}
.mv-image .txt p.copy {
font-size: 6vw;
margin-bottom: 10px;
font-weight: bold;
}
.mv-image .txt p.sub {
font-size: 4.3vw;
font-weight: bold;
}
.mv-image .mv-slider {
width: 100%; height: auto;
margin-bottom: 60px;
}
.mv-image .mv-slider .slick-list {
overflow: hidden;
}
.mv-image .mv-slider .slick-list li{
margin-left: 0 !important;
}
.home .slick-dots,
.page-front2 .slick-dots{
text-align: center;
bottom: -30px;
}
.home .slick-dots li button:before,
.page-front2 .slick-dots li button:before{
font-size: 14px;
}
.main-under {
width: 92%;
margin: 0 auto;
}
.main-under .wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.main-under .wrap .small {
width: 48%;
position: relative;
margin-bottom: 20px;
}
.main-under .wrap .small p {
color: #fff;
position: absolute;
top: 2vw;
right: 4.5vw;
font-size: 27px;
font-weight: normal;
}
.main-under .experience {
width: 100%;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/bg_sp.png);
background-size: cover;
background-repeat: no-repeat;
padding: 30px 6% 40px;
border-radius: 10px;
}
.main-under .experience .cont {
text-align: center;
}
.main-under .experience .cont h2 {
font-size: 2.6rem;
color: #fff;
}
.main-under .experience .cont h2 span {
font-size: 2.1rem;
}
.main-under .experience .cont p {
font-size: 1.6rem;
color: #fff;
margin: 14px 0 33px;
}
.main-under .experience .for-detail {
margin-bottom: 0px;
}
.main-under .experience .for-detail a {
background-color: #fff;
color: #8b7e72;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-w-arrow.svg);
margin-bottom: 0;
}
.main-under .experience .works-wrap .works-box {
text-decoration: none;
margin-bottom: 30px;
display: block;
transition: .2s;
}
.main-under .experience .works-wrap .works-box:hover {
opacity: .7;
}
.main-under .experience .works-wrap .works-box .works-info {
margin-bottom: 8px;
}
.main-under .experience .works-wrap .works-box .works-info .data {
background: #e6e0d6;
padding: 5px 10px;
}
.main-under .experience .works-wrap .works-box .works-info .data p {
font-size: 1.4rem;
font-weight: bold;
}
.main-under .works-info .image {
aspect-ratio: 240 / 158;
overflow: hidden;
}
.main-under .works-info .image>img {
object-fit: cover;
width: 100%;
height: 100%;
}
.main-under .experience .works-wrap .works-box .works-title {
font-size: 1.4rem;
color: #fff;
}
.main-contents h2 {
font-size: 30px;
font-size: 3rem;
line-height: 1;
text-align: center;
margin-bottom: 24px;
}
.event {
width: 90%;
padding: 60px 0 0;
margin: 0 auto 70px;
}
.event .event-wrap {
width: 100%;
margin: 0 auto;
background-color: #fff;
padding: 0;
}
.top-concept .top-concept-wrap {
width: 92%;
margin: 0 auto;
}
.top-concept .top-concept-wrap .h2-wrap {
width: 100%;
margin-bottom: 20px;
}
.top-concept .top-concept-wrap .h2-wrap h2 {
font-size: 16px;
font-size: 1.6rem;
border-bottom: 1px dotted #000;
padding: 5px;
display: inline-block;
margin-bottom: 10px;
}
.top-concept .top-concept-wrap .h2-wrap .sub {
font-size: 33px;
font-size: 3.3rem;
font-weight: 700;
}
.top-concept .top-concept-wrap .text {
width: 100%;
}
.top-concept .top-concept-wrap .text p {
font-size: 18px;
font-size: 1.8rem;
font-weight: normal;
margin-bottom: 40px;
}
.top-concept .top-concept-wrap .text p span {
font-weight: bold;
}
.top-concept .top-concept-wrap .text p.push {
font-size: 22px;
font-size: 2.2rem;
font-weight: bold;
}
.top-concept .concept-item {
width: 92%;
margin: 0 auto 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.top-concept .concept-item p {
width: 50%;
height: 45vw;
position: relative;
text-align: center;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.2;
background-size: cover;
font-weight: bold;
}
.top-concept .concept-item p:nth-of-type(1) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item01.png);
padding-top: 18vw;
}
.top-concept .concept-item p:nth-of-type(2) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item02.png);
padding-top: 16vw;
}
.top-concept .concept-item p:nth-of-type(3) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item03.png);
padding-top: 18vw;
}
.top-concept .concept-item p:nth-of-type(4) {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/concept-item04.png);
padding-top: 16vw;
}
.for-detail {
margin-bottom: 45px;
}
.main-contents .wp-block-buttons>.wp-block-button,
body.page .submit-btn,
body.single-modelhouse .submit-btn {
width: 100%;
margin: 45px auto;
}
.for-detail a,
.main-contents .wp-block-buttons>.wp-block-button a,
body.page .submit-btn input,
body.single-modelhouse .submit-btn input {
display: block;
width: 90%;
height: 60px;
margin: 0 auto 43px;
text-align: center;
border-radius: 30px;
color: #fff;
text-decoration: none;
background-color: #8b7e72;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 4vw;
-webkit-box-shadow: 0 7px 0 #796d62;
box-shadow: 0 7px 0 #796d62;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-arrow.svg);
background-repeat: no-repeat;
background-size: 20px auto;
background-position: 94% center;
-webkit-transition: 0.3s;
transition: 0.3s;
font-weight: bold;
}
body.page .submit-btn input,
body.single-modelhouse .submit-btn input {
border: none;
}
.for-detail a:hover {
background-color: #b7a492;
-webkit-box-shadow: 0 7px 0 #a3907f;
box-shadow: 0 7px 0 #a3907f;
background-position: 96% center;
}
.biz-info-top {
width: 100%;
height: 37px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-topwave-sp.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center bottom;
}
.biz-info {
padding: 30px 0;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-bg-sp.png);
background-repeat: repeat;
background-position: center top;
}
.biz-info .biz-info-wrap {
width: 100%;
margin: 0 auto 40px;
}
.biz-info .biz-info-wrap .box {
width: 100%;
height: auto;
background-size: contain;
background-repeat: no-repeat;
padding: 70px 6% 0;
text-align: center;
}
.biz-info .biz-info-wrap .box .box-top {
width: 100%;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/box-top.png);
height: 12vw;
background-size: cover;
}
.biz-info .biz-info-wrap .box .box-contents {
background-color: #fff;
padding: 3% 4% 1%;
}
.biz-info .biz-info-wrap .box .box-contents h3 {
font-size: 25px;
font-size: 2.5rem;
margin-bottom: 16px;
}
.biz-info .biz-info-wrap .box .box-contents p {
font-size: 16px;
margin-bottom: 35px;
font-weight: normal;
line-height: 1.8;
}
.biz-info .biz-info-wrap .box .box-contents p span {
font-weight: bold;
}
.biz-info .biz-info-wrap .box .box-contents p.cap {
margin-bottom: 20px;
}
.biz-info .biz-info-wrap .box .box-contents .for-detail a {
margin-bottom: 30px;
}
.biz-info-bottom {
width: 100%;
height: 38px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/biz-info-bottomwave-sp.png);
background-repeat: repeat-x;
background-position: center top;
background-size: contain;
}
.modelhouse-info {
width: 90%;
margin: 80px auto 0;
}
.modelhouse-info .image {
width: 100%;
height: auto;
overflow: hidden;
}
.modelhouse-info .text {
width: 100%;
height: auto;
background-color: #8b7e72;
text-align: center;
padding: 8% 6%;
color: #fff;
}
.modelhouse-info .text .zeal-logo {
margin-bottom: 20px;
}
.modelhouse-info .text .zeal-logo img {
width: 51px;
margin: 0 auto;
}
.modelhouse-info .text h3 {
font-size: 25px;
font-size: 2.5rem;
margin-bottom: 20px;
}
.modelhouse-info .text p {
text-align: left;
line-height: 1.8;
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 20px;
font-weight: 500;
}
.modelhouse-info .text .for-detail {
margin-bottom: 10px;
}
.modelhouse-info .text .for-detail a {
background-color: #fff;
color: #8b7e72;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-w-arrow.svg);
margin-bottom: 0;
}
.result-voice {
width: 90%;
margin: 0 auto;
padding: 80px 0 0;
}
.result-voice p.intro {
text-align: center;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
margin-bottom: 23px;
line-height: 1.8;
}
.result-voice p.intro span {
font-weight: bold;
}
.result-voice .result-wrap {
width: 100%;
margin: 0 auto;
}
.result-voice .result-wrap .box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 40px;
}
.result-voice .result-wrap .box a {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-decoration: none;
background-color: #fff;
}
.result-voice .result-wrap .box a .image {
width: 100%;
height: auto;
overflow: hidden;
}
.result-voice .result-wrap .box a .image img {
width: 100%;
height: auto;
}
.result-voice .result-wrap .box a .text {
padding: 0 23px 20px;
}
.result-voice .result-wrap .box a .text .data {
border-left: 4px solid #8b7e72;
padding: 10px 16px 3px;
margin-bottom: 15px;
}
.result-voice .result-wrap .box a .text .data p {
font-size: 18px;
font-size: 1.8rem;
text-align: left;
font-weight: bold;
}
.result-voice .result-wrap .box a .text .data p:nth-of-type(1) {
margin-bottom: 3px;
}
.result-voice .result-wrap .box a .text p.title {
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
}
.result-voice .result-wrap .box a:hover {
color: #8b7e72;
}
.result-voice .result-wrap .box a:hover .image {
opacity: 0.7;
}
.result-voice .for-detail {
margin-bottom: 68px;
}
.result-voice p.cap {
text-align: center;
font-weight: normal;
margin-bottom: 32px;
line-height: 1.8;
}
.result-voice p.cap span {
font-weight: bold;
}
.flow-faq {
position: relative;
padding: 60px 0;
overflow-x: hidden;
}
.flow-faq img.flow-faq-bg {
position: absolute;
right: 10%; top: 14%;
z-index: 1;
}
.flow-faq img.area-bg {
position: absolute;
left: 30%;
top: 208vw;
z-index: 9;
}
.flow-faq .wrap {
width: 100%;
margin: 0 auto;
}
.flow-faq .wrap .box {
width: 90%;
margin: 0 auto 60px;
position: relative;
z-index: 9;
}
.flow-faq .wrap .box h2 {
font-size: 28px;
font-size: 2.8rem;
text-align: center;
margin-bottom: 20px;
}
.flow-faq .wrap .box img {
position: relative;
z-index: 9;
margin-bottom: 20px;
}
.flow-faq .wrap .box .text {
width: 100%;
height: auto;
font-size: 16px;
font-size: 1.6rem;
position: relative;
z-index: 10;
line-height: 1.8;
font-weight: normal;
margin-bottom: 20px;
}
.flow-faq .wrap .box .for-detail {
position: relative;
z-index: 10;
}
.company-staff {
width: 100%;
margin: 0 auto 100px;
}
.company-staff .box {
width: 100%;
margin: 0 auto;
height: 75vw;
padding-top: 60px;
background-size: contain;
background-repeat: no-repeat;
}
.company-staff .box h2 {
margin-bottom: 24px;
}
.company-staff .box p {
text-align: center;
margin-bottom: 24px;
font-weight: normal;
line-height: 1.8;
}
.company-staff .top-company {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/top-company-bg-sp.png);
color: #fff;
}
.company-staff .top-company .for-detail a {
width: 80%;
margin: 0 auto;
background-color: #fff;
color: #8b7e72;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-w-arrow.svg);
}
.company-staff .top-staff {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/top-staff-bg-sp.png);
}
.company-staff .top-staff .for-detail a {
width: 80%;
}
.bg-wrap {
width: 100%;
overflow: hidden;
position: relative;
}
.top-news {
width: 100%;
margin: 0 auto 60px;
}
.top-news .wrap {
margin-bottom: 24px;
}
.top-news .wrap h2 {
width: 100%;
text-align: center;
padding-top: 20px;
}
.top-news .wrap .news-list {
width: 90%;
margin: 0 auto;
}
.top-news .wrap .news-list dl {
width: 100%;
padding: 20px 0;
border-bottom: 1px dotted #000;
}
.top-news .wrap .news-list dl dt {
font-size: 16px;
font-size: 1.6rem;
margin-right: 20px;
padding: 10px 0;
}
.top-news .wrap .news-list dl dt span {
padding: 5px;
border: 2px solid #8b7e72;
color: #8b7e72;
margin-left: 20px;
font-size: 14px;
font-size: 1.4rem;
}
.top-news .wrap .news-list dl dd {
font-size: 16px;
font-size: 1.6rem;
}
.top-news .wrap .news-list dl dd a {
text-decoration: none;
}
.top-news .wrap .news-list dl dd a:hover {
color: #b7a492;
}
.top-news .wrap .news-list dl:nth-last-of-type(1) {
border-bottom: none;
}
.area {
width: 100%;
height: auto;
margin: 0 auto 80px;
background-color: #fff;
padding: 10% 6%;
position: relative;
z-index: 10;
border-radius: 40px 0 40px 0;
-webkit-box-shadow: 0 0 28px #e4e4e4;
box-shadow: 0 0 28px #e4e4e4;
}
.area h2 {
font-size: 25px;
font-size: 2.5rem;
}
.area p {
width: 100%;
margin: 0 auto 20px;
font-weight: 500;
}
.corona {
width: 90%;
margin: 0 auto 60px;
}
.corona h2 {
line-height: 1.5;
}
.corona h2 .br {
display: block;
}
.corona p.intro {
text-align: center;
margin: 0 auto 30px;
}
.corona p.intro span {
display: inline-block;
text-align: left;
font-weight: normal;
line-height: 1.8;
}
.corona .wrap {
width: 100%;
margin: 0 auto 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.corona .wrap p {
width: 30%;
margin: 0 1% 20px;
}
.corona .image-wrap {
width: 100%;
margin: 0 auto;
}
.corona .image-wrap div {
text-align: center;
margin-bottom: 40px;
}
.corona .image-wrap div p {
font-size: 20px;
font-size: 2rem;
margin-bottom: 24px;
}
.corona .image-wrap div p.title {
margin-bottom: 16px;
font-weight: bold;
} .u-header {
width: 100%;
height: 50px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #F8F5EE;
position: sticky;
top: 0;
z-index: 10;
}
.u-header .u-logo {
width: 45%;
height: auto;
padding-top: 5px;
}
.u-header .u-logo img {
max-height: 40px;
}
.u-header .sp-tel {
width: 50px;
height: 50px;
border-left: 1px solid #8b7e72;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 50px;
}
.u-header .sp-tel img {
width: 21.5px;
}
.u-main {
width: 100%;
height: 170px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/h1_bg-sp.png);
background-size: cover;
background-repeat: repeat-x;
color: #fff;
}
.u-main .inner {
width: 90%;
height: 170px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
}
.u-main .inner h1 {
font-size: 25px;
font-size: 2.5rem;
line-height: 1.3;
}
.single-main {
background-color: #fff;
padding: 50px 0;
}
.single-main .inner {
width: 90%;
margin: 0 auto;
}
.single-main .inner h1 {
font-size: 25px;
font-size: 2.5rem;
line-height: 1.3;
}
body:not(.home) .main-contents {
background-color: #fff;
}
ol.breadcrumbs {
width: 90%;
padding: 14px 0;
margin: 0 auto 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
ol.breadcrumbs li {
list-style: none;
text-indent: 0;
margin-left: 5px;
}
ol.breadcrumbs li::before {
content: none;
margin-left: 0;
}
ol.breadcrumbs li:nth-of-type(1),
ol.breadcrumbs li:nth-of-type(2) {
white-space: nowrap;
}
ol.breadcrumbs li:nth-of-type(3) {
width: 100%;
}
ol.breadcrumbs li::after {
content: ">";
font-size: 10px;
padding: 0 2px;
}
ol.breadcrumbs li a {
font-size: 14px;
font-size: 1.4rem;
color: #BF7939;
}
ol.breadcrumbs li span {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
content: none;
}
.u-contents {
width: 92%;
margin: 0 auto;
padding-bottom: 60px;
}
.u-contents p {
margin-bottom: 16px;
}
.u-contents a {
color: #BF7939;
}
.u-contents .date {
font-size: 14px;
margin-bottom: 24px;
}
.u-contents h2 {
font-size: 24px;
font-size: 2.4rem;
padding-bottom: 24px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/h2-under-sp.png);
background-size: 67px auto;
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
margin-top: 80px;
margin-bottom: 24px;
line-height: 1.3;
}
.u-contents h2:first-child {
margin-top: 0;
}
.u-contents h3 {
font-size: 24px;
font-size: 2.4rem;
padding: 4px 10px;
border-bottom: 3px solid #BF7939;
margin-top: 30px;
margin-bottom: 20px;
line-height: 1.3;
}
.u-contents h4 {
font-size: 19px;
font-size: 1.9rem;
padding: 2px 10px;
border-left: 4px solid #BF7939;
margin-top: 40px;
margin-bottom: 24px;
}
.u-contents h5 {
font-size: 16px;
font-size: 1.6rem;
color: #BF7939;
margin-top: 32px;
margin-bottom: 16px;
}
.u-contents ul {
margin: 24px 0;
}
.u-contents ul li {
list-style-type: none;
text-indent: -2.5rem;
margin-left: 1.5em;
}
.u-contents ul li:before {
content: "・";
color: #BF7939;
margin-right: 0px;
font-size: 25px;
line-height: 1;
padding: 0;
vertical-align: sub;
}
.u-contents ol {
list-style-type: none;
counter-reset: count 0;
margin: 24px 0;
}
.u-contents ol li {
text-indent: -2.1rem;
margin-left: 1.5em;
}
.u-contents ol li:before {
content: counter(count) ". ";
counter-increment: count 1;
color: #BF7939;
padding-left: 5px;
}
.u-contents blockquote {
padding: 25px 50px;
background-color: #F8F5EE;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/icon-blockquote.png);
background-repeat: no-repeat;
background-position: 15px 15px;
margin: 40px auto;
}
.u-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
background-color: #F8F5EE;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
padding: 12px 10px 11px;
border-color: #DEDEDE;
}
.u-contents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
font-size: 16px;
font-size: 1.6rem;
padding: 12px 10px 11px;
font-weight: normal;
border-color: #DEDEDE;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.is-sticky-first-column tr>:first-child {
position: initial !important;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.is-sticky-first-column tr>th:first-child {
left: 0;
position: sticky !important;
z-index: 1;
}
.u-contents .for-list {
margin-bottom: 45px;
}
.u-contents .for-list a {
display: block;
width: 90%;
height: 60px;
margin: 0 auto 43px;
text-align: center;
border-radius: 30px;
color: #fff;
text-decoration: none;
background-color: #8b7e72;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 4vw;
-webkit-box-shadow: 0 7px 0 #796d62;
box-shadow: 0 7px 0 #796d62;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-arrow.svg);
background-repeat: no-repeat;
background-size: 20px auto;
background-position: 94% center;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.u-contents .for-list a:hover {
background-color: #b7a492;
-webkit-box-shadow: 0 7px 0 #a3907f;
box-shadow: 0 7px 0 #a3907f;
background-position: 96% center;
}
.u-contents p a {
color: #BF7939;
transition: .2s;
text-decoration: underline;
}
.u-contents p a:hover {
opacity: .7;
}
.cat ul {
margin: 0 auto 40px;
display: flex;
}
.cat ul li {
list-style-type: none;
}
.cat ul li::before {
content: none;
margin-right: 0;
}
.cat ul li a {
padding: 5px 10px;
border: 1px solid #8b7e72;
color: #8b7e72;
margin-right: 10px;
text-decoration: none;
}
.news-list {
width: 90%;
margin: 0 auto;
}
.news-list dl {
width: 100%;
padding: 20px 0;
border-bottom: 1px dotted #000;
}
.news-list dl dt {
font-size: 16px;
font-size: 1.6rem;
margin-right: 20px;
padding: 10px 0;
}
.news-list dl dt span {
padding: 5px;
border: 2px solid #8b7e72;
color: #8b7e72;
margin-left: 20px;
font-size: 14px;
font-size: 1.4rem;
}
.news-list dl dd {
font-size: 16px;
font-size: 1.6rem;
}
.news-list dl dd a {
text-decoration: none;
color: #8b7e72;
}
.news-list dl:nth-last-of-type(1) {
border-bottom: none;
} .single-works .u-contents {
width: 90%;
margin: 0 auto;
}
.single-works .wrap {
width: 100%;
margin: 0 auto 100px;
}
.works-slider {
margin-bottom: 60px;
}
.single-works .slider {
width: 100%;
height: 60vw;
overflow: hidden;
}
.slick-img img {
height: 60vw;
width: auto;
margin: 0 auto;
}
.single-works .container {
margin: 30px auto 120px;
max-width: 100%;
width: 100%;
}
.single-works .container img {
height: auto;
width: 100%;
}
.single-works .slick-next {
right: -15px;
z-index: 900;
}
.single-works .slick-prev {
left: -15px;
z-index: 900;
}
.single-works .slick-prev:before,
.single-works .slick-next:before {
color: #333;
}
.single-works .thumbnail.slick-slider {
height: 20vw;
background-color: #333;
}
.single-works .thumbnail.slick-slider img {
max-height: 20vw;
width: auto;
margin: 0 auto;
}
.point {
width: 100%;
margin-bottom: 80px;
}
.point h2 {
margin-bottom: 24px;
}
.point .text {
padding: 20px;
background-color: #F8F5EE;
font-size: 16px;
}
.detail {
width: 100%;
margin-bottom: 100px;
}
.detail h2 {
margin-bottom: 24px;
}
.detail .text {
font-size: 16px;
}
.detail .text dl {
display: flex;
border-bottom: 1px dotted #ccc;
}
.detail .text dl:nth-last-of-type(1) {
border-bottom: none;
}
.detail .text dt {
font-size: 16px;
font-weight: bold;
padding: 5px 0;
width: 30%;
}
.detail .text dd {
font-size: 16px;
padding: 5px 0;
width: 70%;
}
.customer-voice h2 {
margin-bottom: 24px;
}
.customer-voice h3 {
margin-bottom: 16px;
}
.customer-voice .wrap .text {
width: 100%;
}
.customer-voice .wrap .text h3 {
margin-top: 0;
padding-left: 0;
}
.customer-voice .wrap .text p {
margin-bottom: 32px;
}
.customer-voice .wrap .image {
width: 100%;
margin: 0 auto;
}
.customer-voice .wrap .image img {
width: 100%;
height: auto;
}
.cv-top {
width: 100%;
height: 37px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/cv-top-wave-sp.png);
background-size: contain;
background-repeat: repeat-x;
background-position: center bottom;
}
.cv {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/common/cv-bg-sp.png);
padding-bottom: 20px;
}
.cv p.intro {
text-align: center;
font-size: 30px;
font-size: 3rem;
margin-bottom: 50px;
padding-top: 35px;
font-weight: bold;
}
.cv p.intro span.br {
display: block;
}
.cv .wrap {
width: 90%;
margin: 0 auto;
}
.cv .wrap .box {
width: 100%;
position: relative;
background-color: #fff;
padding: 24px 20px 20px;
text-align: center;
margin-bottom: 40px;
}
.cv .wrap .box a {
text-decoration: none;
display: block;
}
.cv .wrap .box img.icon {
position: absolute;
width: 30px;
height: 30px;
top: -15px;
left: 50%;
margin-left: -15px;
}
.cv .wrap .box p.title {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 10px;
line-height: 1;
font-weight: bold;
}
.cv .wrap .box p.main {
font-size: 28px;
font-size: 2.8rem;
margin-bottom: 10px;
line-height: 1;
font-weight: bold;
}
.cv .wrap .box p.cap {
font-weight: normal;
font-size: 14px;
font-size: 1.4rem;
}
.cv .wrap .box .main-wrap p.main {
line-height: 1.2;
margin-bottom: 10px;
}
.cv .wrap .box:nth-of-type(1) a {
pointer-events: none;
}
footer {
background-color: #8b7e72;
position: relative;
overflow: hidden;
}
footer .inner {
width: 100%;
margin: 0 auto;
padding-top: 30px;
position: relative;
z-index: 10;
}
footer .inner small {
font-size: 14px;
font-size: 1.4rem;
color: #fff;
text-align: center;
display: block;
margin-bottom: 24px;
}
#page_top {
position: fixed;
bottom: -200px;
right: 10px;
width: 48px;
height: 48px;
border-radius: 24px;
background: rgba(191, 127, 63, 0.8);
z-index: 9999;
}
#page_top a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 48px;
height: 48px;
font-size: 16px;
font-size: 1.6rem;
color: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} main .wp-pagenavi {
margin: 40px auto;
}
main .wp-pagenavi span,
main .wp-pagenavi a {
padding: 15px 19px;
font-size: 16px;
font-size: 1.6rem;
line-height: 1;
}
main .wp-pagenavi span.current,
main .wp-pagenavi span:hover,
main .wp-pagenavi a.current,
main .wp-pagenavi a:hover {
background-color: #444;
color: #fff;
border-radius: 5px;
}
main .wp-pagenavi span.extend,
main .wp-pagenavi a.extend {
display: none;
}
main .wp-pagenavi span.pages,
main .wp-pagenavi span.first,
main .wp-pagenavi span.last,
main .wp-pagenavi a.pages,
main .wp-pagenavi a.first,
main .wp-pagenavi a.last {
font-size: 13px;
font-size: 1.3rem;
padding: 15px 10px;
}
.next-prev {
margin: 40px auto;
}
.next-prev .prev {
float: left;
max-width: 44%;
}
.next-prev .prev a {
display: inline-block;
background-color: #8b7e72;
padding: 2% 2% 1.5% 2em;
border-radius: 10px;
text-indent: -0.8em;
color: #fff;
font-size: 13px;
}
.next-prev .prev::after {
content: "";
display: block;
clear: both;
font-size: 0;
line-height: 0;
}
.next-prev .next {
float: right;
max-width: 44%;
}
.next-prev .next a {
display: inline-block;
background-color: #8b7e72;
padding: 2%;
border-radius: 10px;
text-align: right;
padding: 2% 1.5em 2% 2%;
border-radius: 10px;
text-indent: 1em;
color: #fff;
font-size: 13px;
}
.next-prev::after {
content: "";
display: block;
clear: both;
font-size: 0;
line-height: 0;
}
.ftr-fix {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: sticky;
bottom: -200px;
z-index: 9999;
}
.ftr-fix a {
width: 50%;
height: 84px;
text-align: center;
font-size: 16px;
color: #fff;
font-weight: bold;
line-height: 1.2;
font-size: 16px;
font-size: 1.6rem;
border-radius: 20px 20px 0 0;
padding-top: 5px;
}
.ftr-fix a span.br {
display: block;
}
.ftr-fix a img {
zoom: 0.5;
margin: 0 auto 10px;
}
.ftr-fix a:nth-of-type(1) {
background-color: #4d8cc7;
-webkit-box-shadow: 0 -4px 0 #326a9f;
box-shadow: 0 -4px 0 #326a9f;
}
.ftr-fix a:nth-of-type(2) {
background-color: #f19c00;
-webkit-box-shadow: 0 -4px 0 #c68101;
box-shadow: 0 -4px 0 #c68101;
}
.ftr-fix a:nth-of-type(3) {
background-color: #06c755;
-webkit-box-shadow: 0 -4px 0 #009f41;
box-shadow: 0 -4px 0 #009f41;
} .not-found-wrap {
width: 90%;
margin: 24px auto 40px;
}
.not-found-wrap p.not-found {
font-size: 15px;
text-align: center;
}
.not-found-wrap p.not-found span {
margin-bottom: 24px;
display: block;
}
.not-found-wrap p.not-found>a {
text-decoration: underline;
color: #BF7939;
}
.not-found-wrap .for-top {
text-align: center;
margin: 60px auto;
}
.not-found-wrap .for-top a {
display: block;
width: 90%;
height: 60px;
margin: 0 auto 43px;
text-align: center;
border-radius: 30px;
color: #fff;
text-decoration: none;
background-color: #8b7e72;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
font-size: 4vw;
-webkit-box-shadow: 0 7px 0 #796d62;
box-shadow: 0 7px 0 #796d62;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/top/icon-btn-arrow.svg);
background-repeat: no-repeat;
background-size: 20px auto;
background-position: 94% center;
-webkit-transition: 0.3s;
transition: 0.3s;
} body.page table.form-table,
body.single-modelhouse table.form-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 60px;
}
body.page table.form-table tr,
body.single-modelhouse table.form-table tr {
border-top: 1px solid #dedede;
display: flex;
flex-direction: column;
}
body.page table.form-table tr:nth-last-of-type(1),
body.single-modelhouse table.form-table tr:nth-last-of-type(1) {
border-bottom: 1px solid #dedede;
}
body.page table.form-table th,
body.single-modelhouse table.form-table th {
color: #000;
display: flex;
padding: 23px 0 0;
}
body.page table.form-table th.th-layout02,
body.single-modelhouse table.form-table th.th-layout02 {
display: block;
text-align: left;
}
body.page table.form-table th.th-layout02> :last-child,
body.single-modelhouse table.form-table th.th-layout02> :last-child {
margin-bottom: 0;
}
body.page table.form-table th span.form-title,
body.single-modelhouse table.form-table th span.form-title {
font-weight: bold;
font-size: 1.6rem;
}
body.page table.form-table th span.required,
body.single-modelhouse table.form-table th span.required,
body.page .form-calendar-list .required,
body.single-modelhouse table.form-table .form-calendar-list .required {
background: #D51313;
color: #fff;
padding: 2px 8px;
border-radius: 4px;
font-size: 1.4rem;
display: inline-block;
margin-right: 10px;
}
body.page table.form-table th span.optional,
body.single-modelhouse table.form-table th span.optional,
body.page .form-calendar-list .optional,
body.single-modelhouse table.form-table .form-calendar-list .optional {
background: #ADACAC;
color: #fff;
padding: 2px 8px;
border-radius: 4px;
font-size: 1.4rem;
display: inline-block;
margin-right: 10px;
}
body.page table.form-table .form-text,
body.single-modelhouse table.form-table .form-text {
color: #444;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
}
body.page table.form-table .th-layout02-title,
body.single-modelhouse table.form-table .th-layout02-title {
margin-bottom: 10px;
}
body.page table.form-table td,
body.single-modelhouse table.form-table td,
body.page table.form-table th,
body.single-modelhouse table.form-table th {
background: none;
}
body.page table.form-table td,
body.single-modelhouse table.form-table td {
color: #9E9E9E;
padding: 20px 10px;
}
body.page table.form-table td p.table-inner-row,
body.single-modelhouse table.form-table td p.table-inner-row {
margin-bottom: 8px;
}
body.page table.form-table td p.placeholder,
body.single-modelhouse table.form-table td p.placeholder {
margin-bottom: 0;
}
body.page table.form-table input,
body.single-modelhouse table.form-table input {
width: 80%;
}
body.page table.form-table textarea,
body.single-modelhouse table.form-table textarea {
width: 100%;
}
body.page table.form-table input,
body.single-modelhouse table.form-table input,
body.page table.form-table textarea,
body.single-modelhouse table.form-table textarea {
border: 1px solid #dedede;
line-height: 1.6;
padding: 2px 5px;
font-size: 1.6rem
}
body.page .privacy-policy-wrap,
body.single-modelhouse .privacy-policy-wrap {
border: 1px solid #BAB9B9;
height: 280px;
padding: 20px 20px;
overflow-y: scroll;
margin-bottom: 18px;
}
body.page .privacy-policy-wrap h2,
body.single-modelhouse .privacy-policy-wrap h2 {
font-size: 1.6rem;
font-size: 16px;
font-weight: bold;
margin-bottom: 1em;
padding-bottom: 0;
background-image: none;
margin-top: 32px;
}
body.page .privacy-policy-wrap h3,
body.single-modelhouse .privacy-policy-wrap h3 {
font-size: 1.4rem;
font-size: 14px;
font-weight: bold;
margin-bottom: 1em;
padding-bottom: 0;
background-image: none;
margin-top: 32px;
border-bottom: none;
}
body.page .privacy-policy-wrap p,
body.single-modelhouse .privacy-policy-wrap p {
margin-bottom: 1em;
font-size: 1.4rem;
font-size: 14px;
}
body.page .privacy-policy-wrap ul li a,
body.single-modelhouse .privacy-policy-wrap ul li a {
font-size: 1.4rem;
font-size: 14px;
}
body.page .privacy-check,
body.single-modelhouse .privacy-check {
display: flex;
justify-content: center;
align-items: flex-start;
margin-bottom: 18px;
flex-wrap: wrap;
}
body.page .privacy-check span.required,
body.single-modelhouse .privacy-check span.required {
flex-shrink: 0;
background: #D51313;
color: #fff;
padding: 2px 8px;
border-radius: 4px;
font-size: 1.4rem;
display: inline-block;
width: 44px;
margin-right: 10px;
}
.privacy-error {
text-align: center;
}
body.page .privacy-check span.mwform-checkbox-field,
body.single-modelhouse .privacy-check span.mwform-checkbox-field {
display: block;
width: calc(100% - 54px);
}
body.page .privacy-check span.mwform-checkbox-field label,
body.single-modelhouse .privacy-check span.mwform-checkbox-field label {
display: flex;
align-items: flex-start;
}
body.page .privacy-check span.mwform-checkbox-field label input,
body.single-modelhouse .privacy-check span.mwform-checkbox-field label input {
margin-top: 4px;
}
body.page .privacy-check span.mwform-checkbox-field label span.mwform-checkbox-field-text,
body.single-modelhouse .privacy-check span.mwform-checkbox-field label span.mwform-checkbox-field-text {
font-size: 1.5rem;
}
body.page .privacy-check span.error,
body.single-modelhouse .privacy-check span.error {
font-size: 1.5rem;
}
body.page table.form-table span.mwform-checkbox-field,
body.single-modelhouse table.form-table span.mwform-checkbox-field {
display: inline-block;
}
body.page table.form-table input[type="checkbox"],
body.single-modelhouse table.form-table input[type="checkbox"] {
width: auto;
}
.mw_wp_form .form-table .horizontal-item+.horizontal-item {
margin-left: 0;
margin-right: 10px;
}
form h2:nth-of-type(1) {
margin-bottom: 40px;
}
form {
margin-top: 40px;
}
.page .mw_wp_form .error,
.single-modelhouse .mw_wp_form .error {
font-size: 16px;
} .wp-block-flexible-table-block-table a {
color: #BF7939;
transition: .2s;
text-decoration: underline;
}
.wp-block-flexible-table-block-table a:hover {
opacity: .7;
}
.main-contents .more-wrap {
padding: 30px 4% 48px;
margin: 20px 0;
outline: 1px dashed #707070;
outline-offset: -10px;
}
.main-contents .more-wrap p {
margin-bottom: 0;
}
.main-contents .more-wrap .wp-block-buttons>.wp-block-button {
margin: 20px auto 0;
}
.main-contents .more-wrap .wp-block-buttons>.wp-block-button a {
margin: 0 auto;
}
.main-contents .more-wrap.mw-type01 {
margin-top: 40px;
}
.company-table2 {
font-size: 1.6rem;
}
.company-table2 tbody {
display: block;
}
.company-table2 tr {
display: flex;
flex-direction: column;
}
.wp-block-table.company-table2 td {
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #DEDEDE;
vertical-align: baseline;
}
.wp-block-columns.company-wrap01 {
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/bg_company.png);
padding: 60px 0;
background-size: contain;
margin-bottom: 100px;
}
.mincho {
font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}
.company-wrap01 h2 {
font-size: 24px;
font-size: 2.4rem;
padding-bottom: 24px;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/h2-under-sp.png);
background-size: 67px auto;
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
line-height: 1.3;
width: 92%;
margin: 80px auto 24px;
}
.company-wrap01 h2:nth-of-type(1) {
margin-top: 0;
}
.company-wrap01 figure,
.company-wrap01 p {
width: 92%;
margin: 0 auto;
margin-bottom: 16px;
} body.page-flow {
background: #FFF7EB;
}
.flow-contents {
background: #FFF7EB;
padding-top: 100px;
}
.flow-contents .flow-box {
position: relative;
box-shadow: 0 5px rgba(0, 0, 0, 0.1);
margin-bottom: 100px;
}
.flow-contents .flow-box::before {
content: "";
width: 32px;
height: 17px;
background: #BF7939;
position: absolute;
display: block;
bottom: -58px;
right: calc(50% - 16px);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow-box.last-box::before {
content: none;
}
.flow-contents .flow-box h2 {
background: #BF7939;
color: #fff;
text-align: center;
font-size: 2.4rem;
padding: 24px 0;
position: relative;
margin-bottom: 0;
}
.flow-contents .flow-box h3 {
background: #F8F5EE;
padding: 8px 26px;
border: none;
font-size: 2rem;
margin: 10px 0;
position: relative;
}
.flow-contents .flow-box h3::before {
content: "";
width: 4px;
height: 26px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 13px);
left: 13px;
}
.flow-contents .flow-box .sub-t {
position: absolute;
top: -78px;
left: 4vw;
}
.flow-contents .flow-box .flow-cont {
background: #fff;
padding: 40px 5vw;
}
.flow-contents .flow-box .duration {
color: #BF7939;
border: 2px solid #BF7939;
padding: 20px 5vw 13px;
position: relative;
}
.flow-contents .flow-box .duration .d-title {
background: #BF7939;
color: #fff;
padding: 0 20px;
border-radius: 20px;
position: absolute;
top: -18px;
}
.flow-contents .flow-box ul,
.flow-contents .flow-box ol {
margin: 16px 0;
}
.flow-contents .flow-box .list-type01 {
background: #F8F5EE;
padding: 9px 3vw;
font-weight: bold;
}
.flow-contents .flow-box .list-type02 {
background: #F8F5EE;
padding: 8px 4vw;
}
.flow-contents .flow-box .list-type02 dl {
font-size: 1.6rem;
margin: 12px 0;
}
.flow-contents .flow-box .list-type02 dl dt {
font-weight: bold;
margin-bottom: 6px;
}
.flow-contents .flow-box .list-type02 dl dd {}
.text-center {
text-align: center;
}
.const-wrap {
background: #F8F5EE;
padding: 3vw;
margin-bottom: 24px;
}
.const-wrap .const-box {
display: flex;
background: #fff;
position: relative;
margin-bottom: 23px;
flex-direction: column;
}
.const-wrap .const-box::before {
content: "";
width: 15px;
height: 8px;
background: #BF7939;
position: absolute;
display: block;
bottom: -8px;
left: calc(50% - 7.5px);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.const-wrap .const-box:last-child {
margin-bottom: 0;
}
.const-wrap .const-box:last-child:before {
content: none;
}
.const-wrap .const-box img {
width: 100%;
}
.const-wrap .const-box p {
padding: 3vw;
margin-bottom: 0;
}
.const-wrap .const-box p.vertical-flex {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.toc-area {
margin: 32px 0;
}
.toc-area .toc-btn {
background: #F8F5EE;
margin-bottom: 0;
padding: 9px 17px;
border-top: 1px solid #444444;
border-bottom: 1px solid #444444;
position: relative;
cursor: pointer;
transition: .2s;
}
.toc-area .toc-btn:hover {
opacity: .7;
}
.toc-area .toc-btn::before {
content: "";
width: 24px;
height: 1px;
background: #707070;
position: absolute;
display: block;
top: 50%;
right: 10px;
}
.toc-area .toc-btn::after {
content: "";
width: 1px;
height: 24px;
background: #707070;
position: absolute;
display: block;
top: calc(50% - 12px);
right: 21px;
}
.toc-btn.active::after {
content: none;
}
.toc-list a {
font-size: 1.6rem;
text-decoration: none;
display: block;
padding: 9px 17px;
border-bottom: 1px solid #444444;
transition: .2s;
position: relative;
}
.toc-list a:hover {
opacity: .7;
}
.toc-list a::before {
content: "";
width: 13px;
height: 9px;
background: #444;
position: absolute;
display: block;
top: calc(50% - 4.5px);
right: 10px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
} .reform-box.first-rb {
margin: 30px 0 80px;
}
.u-contents .reform-box {
padding: 0 5% 30px;
margin: 40px 0;
}
.reform-box h3 {
border-bottom: none;
background: #BF7939;
color: #fff;
margin-top: -32px;
padding: 8px 16px;
font-size: 2.5rem;
position: relative;
display: flex;
align-items: center;
margin-left: -5%;
}
.reform-box h3::before {
content: "";
width: 19px;
height: 32px;
background: #955C27;
position: absolute;
display: block;
top: 0;
right: -19px;
clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
.reform-box h4 {
margin-top: 30px;
margin-bottom: 10px;
background: #fff;
border-left: none;
position: relative;
padding: 6px 22px;
}
.reform-box h4::before {
content: "";
width: 4px;
height: 24px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 12px);
left: 11px;
}
.reform-box .wp-block-columns {
flex-direction: column-reverse;
}
.refflow-contents {
background: #FFF7EB;
padding-top: 100px;
}
.wp-block-columns .refflow-box {
margin-bottom: 50px;
position: relative;
box-shadow: 0 5px rgba(0, 0, 0, 0.1);
padding-bottom: 40px;
}
.refflow-box::before {
content: "";
width: 32px;
height: 17px;
background: #BF7939;
position: absolute;
display: block;
bottom: -39px;
left: calc(50% - 16px);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.refflow-box.ref-box-last::before {
content: none;
}
.refflow-box h3 {
margin-top: 0;
padding: 0;
display: flex;
border-bottom: none;
align-items: center;
margin-bottom: 16px;
}
.refflow-box h3 div {
padding-left: 10px;
}
.refflow-box h3 div span {
display: inline;
text-indent: 10px;
margin: 0;
}
.refflow-box h3 div img {
display: inline;
margin-left: 13px;
}
.refflow-box h3 span {
margin: 0 10px;
}
.refflow-box h3 img:last-child {
margin-bottom: -5px;
}
.refflow-box p {
margin-left: 30px;
}
.refflow-box .wp-block-columns {
margin-bottom: 0;
}
.main-contents .wp-block-buttons>.wp-block-button.outside-btn a {
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/outside-w.png);
background-size: 23px 21px;
padding: 0 50px;
}
.u-contents h2.pana-h2 {
background: #BF7939;
color: #fff;
text-align: center;
font-size: 2.4rem;
padding: 24px;
margin-bottom: 0;
margin-top: 112px;
}
.pana-cont {
padding: 30px 5%;
}
.pana-cont h3 {
font-size: 1.8rem;
border-bottom: none;
margin: 32px 0 16px;
padding: 0;
}
.da-box.first-da {
margin: 10px 0 40px;
}
.u-contents .da-box {
padding: 0 0 30px;
margin: 40px 0;
}
.da-box h4 {
border-bottom: none;
background: #FBBE4D;
color: #fff;
margin-top: -24.5px;
padding: 8px 16px 8px 52px;
font-size: 1.8rem;
position: relative;
display: flex;
align-items: center;
border-left: none;
width: 90%;
}
.da-box h4::before {
content: "";
width: 19px;
height: 24.5px;
background: #D69315;
position: absolute;
display: block;
top: 0;
right: -19px;
clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
.da-box h4::after {
content: "";
width: 29px;
height: 24px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon-crown.png);
position: absolute;
display: block;
top: calc(50% - 12px);
left: 12px;
}
.main-contents .pana-cont .wp-block-buttons>.wp-block-button {
margin: -25px auto 0px;
}
.da-box p:first-of-type {
font-size: 2.0rem;
margin-bottom: 0;
margin-top: 16px;
}
.da-box .wp-block-column .wp-block-columns {
padding: 0 5% 20px;
}
.page-reform .reform-box .wp-block-columns .wp-block-image {
margin: 20px 0;
} .p-staff__tab {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 60px;
}
.p-staff__type {
width: 49%;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #BF7939;
white-space: nowrap;
display: inline-block;
line-height: 1.8;
padding: 0 1em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 20px;
color: #BF7939;
font-weight: bold;
} .u-contents ul li.p-staff__type:before {
content: none;
}
.p-staff__type.current {
background-color: #BF7939;
color: #ffffff;
}
.p-staff__list.is-invisible {
display: none;
}
.p-staff__item:not(:last-of-type) {
margin-bottom: 60px;
}
.u-contents ul li.p-staff__item {
text-indent: 0;
margin-left: 0;
}
.u-contents ul li.p-staff__item:before {
content: none;
}
.p-staff-item__ttl {
display: flex;
flex-direction: column;
}
.p-staff-item__ttl span {
font-size: 1.2rem;
line-height: 1;
}
.p-staff-item__wrapper .p-staff-item__pic img {
margin: 0 auto;
}
.p-staff-item__wrapper .p-staff-item__copy .class {
background: #BF7939;
color: #fff;
padding: 3px 10px;
border-radius: 5px;
font-size: 2.0rem;
font-weight: bold;
}
.p-staff-item__table {
border-collapse: collapse;
width: 100%;
}
.p-staff-item__table th,
.p-staff-item__table td {
border-bottom: 1px solid #DEDEDE;
padding: 8px 0;
}
.p-staff-item__table th {
width: 32%;
vertical-align: initial;
}
.p-staff-item__table td {
width: 68%;
}
p.p-staff-item__subttl {
margin-top: 30px;
margin-bottom: 10px;
background: #F8F5EE;
border-left: none;
position: relative;
padding: 6px 22px;
font-size: 2.0rem;
font-weight: bold;
}
p.p-staff-item__subttl::before {
content: "";
width: 4px;
height: 24px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 12px);
left: 11px;
}
.p-aligncenter {
text-align: center;
font-weight: bold;
}
.lead-p {
font-size: 1.8rem;
} .about-contents {
padding: 70px 0;
}
.bg-colored {
background: #FFF7EB;
}
.about-contents .u-contents {
padding-bottom: 0;
}
.about-box h3 {
margin-top: 0;
}
.about-box h2 {
font-size: 24px;
font-size: 2.4rem;
padding: 4px 10px 15px;
border-bottom: 3px solid #BF7939;
margin-top: 30px;
margin-bottom: 20px;
line-height: 1.3;
background: none;
}
.wp-block-columns.about-end {
outline: 1px dashed #707070;
outline-offset: -10px;
margin-bottom: 0;
}
.main-contents .about-end .wp-block-buttons>.wp-block-button {
margin: 0;
}
.main-contents .about-end .wp-block-buttons>.wp-block-button a {
margin: 0 auto 60px;
}
.main-contents .about-end p {
margin-top: 32px;
}
.ab04-sub {
padding: 5%;
}
.ab04-sub h3 {
margin: 0;
font-size: 1.6rem;
border-left: none;
padding-left: 25px;
margin-bottom: 5px;
position: relative;
border-bottom: none;
}
.ab04-sub h3::before {
content: "";
width: 16px;
height: 16px;
background: #BF7939;
position: absolute;
top: calc(50% - 8px);
left: 0;
border-radius: 10px;
}
.ab04-sub p {
margin-bottom: 30px;
}
.ab04-sub p:last-child {
margin-bottom: 0;
} .wp-block-column.new-box {
outline: 1px dashed #707070;
outline-offset: -10px;
margin-bottom: 0;
padding: 15px;
}
.main-contents .new-box .wp-block-buttons>.wp-block-button {
margin: 0;
}
.main-contents .new-box .wp-block-buttons>.wp-block-button a {
margin: 0 auto 60px;
}
.main-contents .new-box p {
margin-top: 32px;
}
.irohaie-list {
position: relative;
margin: 32px 0 !important;
}
.irohaie-list::before {
content: "";
width: 24.5px;
height: 24.5px;
background: #fff;
position: absolute;
display: block;
top: 0;
left: 0;
clip-path: polygon(0 0, 100% 0, 0 100%);
z-index: 1;
}
.irohaie-list::after {
content: "";
width: 24.5px;
height: 24.5px;
background: #fff;
position: absolute;
display: block;
bottom: 0;
right: 0;
clip-path: polygon(0 100%, 100% 0, 100% 100%);
z-index: 1;
}
.irohaie-list figure {
position: absolute;
z-index: 1;
}
.irohaie-list figure:first-child {
top: -17px;
left: 10px;
width: 31px;
height: auto;
}
.irohaie-list figure:last-child {
left: calc(50% - 17px);
}
.irohaie-list ul {
position: relative;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 30px 8% !important;
}
.irohaie-list ul::before {
content: "";
width: 42.5px;
height: 42.5px;
background: none;
border-top: 2px solid #DBD4CE;
border-right: 2px solid #DBD4CE;
position: absolute;
display: block;
top: 0;
right: 0;
}
.irohaie-list ul::after {
content: "";
width: 42.5px;
height: 42.5px;
background: none;
border-bottom: 2px solid #DBD4CE;
border-left: 2px solid #DBD4CE;
position: absolute;
display: block;
bottom: 0;
left: 0;
}
.irohaie-list ul li {
font-weight: bold;
font-size: 1.6rem;
}
.irohaie-list ul li:before {
content: none;
}
.u-contents h3.irohaie-h3 {
border-bottom: none;
background: #BF7939;
color: #fff;
text-align: center;
border-radius: 5px;
position: relative;
padding: 10px 0;
font-size: 2.6rem;
margin-top: 100px;
}
.u-contents h3.irohaie-h3::before {
content: "";
width: 17px;
height: 15px;
background: #BF7939;
position: absolute;
display: block;
bottom: -14px;
left: calc(50% - 8.5px);
clip-path: polygon(0 0, 100% 0, 50% 50%);
}
.irohaie-list2 ul {
margin: 0;
padding: 30px 5%;
}
.caseafter-box {
padding: 30px 20px;
}
.caseafter-box p {
font-size: 1.8rem;
}
.u-contents .rem18 {
font-size: 1.8rem;
}
.irohaie-endp {
font-size: 1.8rem;
background-size: 200% 0.6em;
background-repeat: repeat-x;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 247, 235) 50%);
background-position: left -100% bottom -5px;
display: inline;
}
.irohaie-endp .i-brown {
color: #BF7939;
}
.page-newcon h4 {
margin-top: 60px;
} .u-contents h3.faq-h3.wp-block-heading {
display: flex;
align-items: center;
padding: 7px 50px 7px 10px;
position: relative;
}
.u-contents h3.faq-h3.wp-block-heading::before {
content: "";
width: 30px;
height: 20px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 10px);
right: 10px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.u-contents h3.faq-h3.wp-block-heading.active::before {
content: "";
width: 30px;
height: 20px;
background: #BF7939;
position: absolute;
display: block;
top: calc(50% - 10px);
right: 10px;
clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
.u-contents .faq-a {
display: none;
} .page-modelhouse .u-contents {
padding: 0 4%;
width: 100%;
overflow: hidden;
}
.modelhouse-section-lv1 {
position: relative;
z-index: 1;
}
.main-contents .modelhouse-section-lv1+.modelhouse-section-lv1 {
margin-top: 88px;
}
.modelhouse-section-lv1::after {
content: '';
display: block;
position: absolute;
top: 9em;
left: -10%;
width: 120%;
height: 640px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/modelhouse-bg.png) no-repeat 0 0 / 100% auto;
z-index: -1;
}
.modelhouse-media {
margin-bottom: 50px;
}
.modelhouse-media02 {
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.modelhouse-media-frame> :first-child,
.modelhouse-media-detail> :first-child,
.modelhouse-media02-frame> :first-child,
.modelhouse-media02-detail> :first-child {
margin-top: 0;
}
.modelhouse-media-frame> :last-child,
.modelhouse-media-detail> :last-child,
.modelhouse-media02-frame> :last-child,
.modelhouse-media02-detail> :last-child {
margin-bottom: 0;
}
.modelhouse-media-frame {
flex-shrink: 0;
margin-bottom: 30px;
}
.modelhouse-media-detail> :last-child {
margin-bottom: 0;
}
.modelhouse-media02-frame {
flex-shrink: 0;
}
.modelhouse-media02-detail {
flex-grow: 1;
margin-left: 18px;
}
.modelhouse-figure {
margin-bottom: 20px;
}
.modelhouse-figure>figcaption {
margin-top: 7px;
line-height: 1.5;
font-size: 1.4rem;
}
.modelhouse-slider-wrap {
margin-bottom: 20px;
}
.modelhouse-thumbnail .slick-arrow {
height: 100%;
}
.modelhouse-thumbnail .slick-arrow::before {
content: '';
display: block;
width: 12px;
height: 17px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon-modelhouse-arrow.png) no-repeat 0 0 / 100% auto;
opacity: 1;
}
.modelhouse-thumbnail .slick-arrow:hover::before {
opacity: 0.7;
}
.modelhouse-thumbnail .slick-prev {
left: 0;
}
.modelhouse-thumbnail .slick-next {
right: 0;
}
.modelhouse-thumbnail .slick-prev:before {
margin-right: auto;
transform: rotate(180deg);
}
.modelhouse-thumbnail .slick-next:before {
margin-left: auto;
}
.modelhouse-slider {
margin: 0 0 20px;
}
.slick-initialized .slick-slide.modelhouse-slider-img {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.modelhouse-slider-img img {
margin: 0 auto;
width: auto;
height: 60vw;
}
.modelhouse-thumbnail {
margin-top: 20px;
padding-inline: 30px;
}
.modelhouse-thumbnail-img {
position: relative;
margin-inline: 1px;
}
.modelhouse-thumbnail-img::after {
content: '';
display: block;
position: absolute;
bottom: 5px;
right: 5px;
width: 24px;
height: 24px;
background: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon_search.svg);
}
.slick-initialized .slick-slide.modelhouse-thumbnail-img {
width: calc(33.33% - 2px);
height: 20vw;
background-color: #333;
}
.modelhouse-thumbnail-img img {
margin: 0 auto;
width: auto;
height: 100%;
}
.modelhouse-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
margin: 0 auto;
padding: 10px 15px;
width: 100%;
line-height: 1.6;
font-size: 1.5rem;
font-weight: bold;
background: #FBBE4D;
border: none;
border-radius: 10px;
box-shadow: 0 5px 0 0 #D69329;
cursor: pointer;
transition: opacity 0.3s;
}
.modelhouse-button:hover {
opacity: 0.7;
}
.u-contents .modelhouse-button-wrap {
margin-top: 0;
padding: 0;
}
.modelhouse-button-wrap>li {
margin-bottom: 17px;
}
.modelhouse-button-wrap>li:last-child {
margin-bottom: 0;
}
.modelhouse-button-wrap>li:before {
display: none;
}
.modelhouse-spec-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 30px;
}
.modelhouse-spec {
width: 100%;
}
.modelhouse-spec dt {
padding: 10px 15px;
line-height: 1.8;
font-size: 1.6rem;
font-weight: bold;
background-color: #F8F5EE;
}
.modelhouse-spec dd {
padding: 10px 15px;
line-height: 1.8;
font-size: 1.6rem;
}
.modelhouse-box-wrap {
margin-bottom: 30px;
}
.main-contents .modelhouse-box-wrap+.wp-block-buttons>.wp-block-button {
margin-top: 0;
}
.main-contents .modelhouse-section-lv1>.wp-block-buttons:last-child>.wp-block-button,
.main-contents .modelhouse-section-lv1>.wp-block-buttons:last-child>.wp-block-button a {
margin-bottom: 0;
}
.modelhouse-box {
margin-bottom: 24px;
}
.u-contents .modelhouse-box-heading {
line-height: 1.38;
text-align: center;
color: #fff;
font-size: 2.6rem;
font-weight: bold;
background-color: #BF7939;
border-radius: 5px 5px 0 0;
}
.modelhouse-box>.modelhouse-box-heading {
margin: 0;
}
.modelhouse-box-body {
padding: 15px;
background-color: #f8f5ee;
}
.modelhouse-box-body> :first-child {
margin-top: 0;
}
.modelhouse-box-body> :last-child {
margin-bottom: 0;
}
.modelhouse-box-body p {
font-size: 1.6rem;
line-height: 1.5;
}
.modelhouse-note {
padding-left: 1em;
line-height: 1.7;
text-indent: -1em;
color: #444444;
font-size: 1.4rem;
}
.modelhouse-label {
display: inline-block;
position: relative;
top: -0.4em;
margin-right: 14px;
padding: 4px 13px;
line-height: 1.8;
font-size: 1.4rem;
background-color: #EEE5D8;
}
.modelhouse-disabled-button {
margin: 0 auto 40px;
padding: 20px 15px 19px;
text-align: center;
font-size: 1.8rem;
max-width: 304px;
width: 100%;
background-color: #EEE5D8;
}
.u-contents .modelhouse-read {
margin-bottom: 25px;
font-size: 1.8rem;
font-weight: bold;
} .modal.micromodal-modal {
display: none;
position: relative;
z-index: 10000;
}
.modal.micromodal-modal.is-open {
display: block;
}
.modal.micromodal-modal .modal__content {
margin: 10px 0 0;
width: 100%;
min-width: auto;
}
.micromodal-modal .modal__container {
padding: 15px;
width: 92%;
}
.micromodal-modal .modal__close {
margin-left: auto;
}
.youtube {
position: relative;
padding-top: 56.25%;
width: 100%;
height: 0;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.form-calendar-list> :last-child {
margin-bottom: 0;
}
.form-calendar-list-item {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.form-calendar-list-item .error {
margin-top: 5px;
}
.form-calendar-list>.form-calendar-list-item:last-child {
margin-bottom: 0;
}
.form-calendar-list-item label {
color: #444;
font-size: 1.4rem;
width: calc(100% - 80px);
}
body.page table.form-table .form-calendar,
body.single-modelhouse table.form-table .form-calendar {
margin: 10px 0 10px 0;
width: 100%;
}
body.page table.form-table .form-select,
body.single-modelhouse table.form-table .form-select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
margin: 10px 0 0 0;
padding: 2px 20px 2px 5px;
width: 100%;
line-height: 1.6;
font-size: 1.6rem;
background: #fff url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/icon-arrow-down.png) right 7px top 50%/7px auto no-repeat;
border: 1px solid #dedede;
border-radius: 0;
}
.form-select:hover {
cursor: pointer;
}
.form-checkbox-wrap {
display: flex;
flex-wrap: wrap;
}
.mwform-checkbox-field {
margin: 0 30px 13px 0;
}
.mw_wp_form .horizontal-item+.horizontal-item.mwform-checkbox-field {
margin-left: 0;
}
body.page table.form-table .form-checkbox-wrap .form-checkbox,
body.single-modelhouse table.form-table .form-checkbox-wrap .form-checkbox {
margin-right: 10px;
}
body.page table.form-table .form-checkbox-wrap label:hover,
body.single-modelhouse table.form-table .form-checkbox-wrap label:hover {
cursor: pointer;
}
.form-checkbox-wrap label {
color: #444;
font-size: 1.4rem;
}
#ui-datepicker-div {
max-width: 320px;
width: 90%;
}
#ui-datepicker-div * {
font-size: 1.4rem;
}
.works-slider>.slider {
touch-action: auto !important;
} .page-link {
margin-top: 40px;
}
.page-link a {
display: block;
flex-wrap: wrap;
text-decoration: none;
border: 1px solid #444;
width: 92%;
height: auto;
border-radius: 10px;
margin: 0 auto 16px;
font-size: 24px;
font-weight: bold;
color: #444;
text-align: center;
line-height: 1.3;
padding: 10px 0;
}
.page-link a span {
font-size: 18px;
display: block;
width: 100%;
}
h2.h2-image {
margin-top: 80px;
padding: 0;
background-image: none;
}
h2.h2-image figure {
display: block !important;
}
h2.h2-image figure img {
margin: 0 auto;
}
.page-id-1237 h3 {
margin-top: 60px;
padding: 4px 0;
}
.page-id-1237 h3 span {
display: block;
font-size: 16px;
margin-top: 10px;
}
p.nondesign-data {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 0 auto 24px;
height: auto;
padding: 10px;
line-height: 1.3;
font-size: 17px;
}
.wp-element-caption {
font-size: 14px;
}
.nondesign-recommend {
width: 100%;
height: auto;
background-image: url(//www.zeal-ie.com/wpcms/wp-content/themes/default/assets/img/page/recommend-bg.png);
background-size: cover;
padding: 10% 4% 10%;
margin-top: 40px;
}
.nondesign-recommend p.title {
text-align: center;
font-size: 24px;
font-weight: bold;
margin: 0 auto 15px;
line-height: 1;
}
.sp-left {
text-align: left !important;
}
.wp-block-image.size-full img {
width: 100%;
height: auto;
}
.non-cv {
padding: 40px 4% 1px;
background-color: #E9E4D9;
margin-top: 80px;
}
.non-cv>p.title {
font-size: 26px;
font-weight: bold;
line-height: 1.3;
text-align: center;
margin: 0;
}
.non-cv p.title span {
font-size: 17px;
}
.non-cv .wrap {
width: 100%;
margin: 52px auto 0;
}
.non-cv .wrap .box {
width: 100%;
position: relative;
background-color: #fff;
padding: 24px 20px 20px;
text-align: center;
margin-bottom: 40px;
}
.non-cv .wrap .box a {
text-decoration: none;
display: block;
transition: .2s;
color: #444;
}
.non-cv .wrap .box a:hover {
opacity: .7;
}
.non-cv .wrap .box img.icon {
position: absolute;
width: 30px;
height: 30px;
top: -15px;
left: 50%;
margin-left: -15px;
}
.non-cv .wrap .box p.title {
font-size: 18px;
font-size: 1.8rem;
margin-bottom: 10px;
line-height: 1;
font-weight: bold;
}
.non-cv .wrap .box p.main {
font-size: 3rem;
margin-bottom: 0;
line-height: 1;
font-weight: bold;
text-align: center;
}
.non-cv .wrap .box p.main span.br {
display: block;
}
.non-cv .wrap .box p.cap {
font-weight: normal;
font-size: 14px;
font-size: 1.4rem;
}
.non-cv .wrap .box p.cap span.br {
display: block;
}
.non-cv .wrap .box .main-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.non-cv .wrap .box:nth-of-type(1) a {
pointer-events: none;
}
.unsta-lineup{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 40px auto 20px;
}
.unsta-lineup .box{
width: 48%;
margin-bottom: 30px;
color: #444;
}
.unsta-lineup .box p{
font-size: 18px;
line-height: 1.4;
padding-left: 14px;
border-left: 4px solid #BF7939;
margin: 5px 0 0;
color: #444;
font-weight: bold;
}