@charset "UTF-8";
 #serviceHeader {
padding-bottom: 20px;
text-align: center;
background: #00b8ee;
}
#serviceHeader:before {
display: none;
}
#serviceMain .intro {
background: #00b8ee;
position: relative;
}
#serviceMain .intro h2 {
text-align: center;
padding-bottom: 2vw;
font-family: "Rounded Mplus 1c";
font-weight: 700;
font-size: 36px;
font-size: 3.6rem;
letter-spacing: -1px;
text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}
#serviceMain .intro .introList {
width: 100%;
background: #fff;
padding-bottom: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#serviceMain .intro .introList li {
height: 100px;
margin: 0 2vw;
padding-top: 30px;
font-family: "NotoSansJP", sans-serif;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.4;
font-weight: 500;
text-align: center;
background: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/shizuku_flat.svg) no-repeat center top -1px;
background-size: auto 100px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
#serviceMain .intro > div {
padding: 90px 0 20px;
position: relative;
}
#serviceMain .intro > div:before {
content: "";
width: 100%;
height: 70px;
background: #fff url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/city.svg) repeat-x center top;
background-size: auto 80px;
position: absolute;
top: 0;
left: 0;
}
#serviceMain .intro > div p {
font-family: "NotoSansJP", sans-serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 1px;
color: #1a2d78;
text-align: center;
background: #00b8ee;
text-shadow: 0 0 3px #fff100, 0 0 3px #fff100, 0 0 3px #fff100, 0 0 3px #fff100, 0 0 3px #fff100, 0 0 3px #fff100, 0 0 3px #fff100, 0 0 3px #fff100;
}
#serviceMain .intro nav ul {
padding-bottom: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#serviceMain .intro nav ul li {
position: relative;
}
#serviceMain .intro nav ul li:before {
content: "";
width: 1px;
height: 60%;
border-left: 1px dotted rgba(255, 255, 255, 0.7);
position: absolute;
top: 20%;
left: 0;
}
#serviceMain .intro nav ul li:last-child:after {
content: "";
width: 1px;
height: 60%;
border-left: 1px dotted rgba(255, 255, 255, 0.7);
position: absolute;
top: 20%;
right: 0;
}
#serviceMain .intro nav ul li a {
padding: 10px 3vw;
font-family: "NotoSansJP", sans-serif;
font-weight: 500;
letter-spacing: 1px;
font-size: 16px;
font-size: 1.6rem;
display: block;
color: #fff;
position: relative;
}
#serviceMain .intro nav ul li a:hover:before {
opacity: 1;
}
#serviceMain .intro nav ul li a:before {
content: "";
width: 0;
height: 0;
border: 6px solid transparent;
border-top: 8px solid #fff;
position: absolute;
top: 0;
left: 50%;
margin: 0 0 0 -6px;
opacity: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#serviceContent {
background: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/shizuku_flat.svg) no-repeat center top -1px;
background-size: auto 100px;
}
#serviceContent .serviceInner {
width: 960px;
margin: 0 auto;
}
#serviceContent > .serviceInner {
padding-bottom: 50px;
position: relative;
}
#serviceContent > .serviceInner:before {
content: "";
width: 8px;
height: 100%;
background: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/dot.svg) repeat-y center top 14px;
background-size: 8px auto;
position: absolute;
top: 0;
left: 50%;
margin-left: -4px;
}
#serviceContent > .serviceInner > div {
width: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#serviceContent > .serviceInner > div p {
margin-top: 15px;
}
#serviceContent > .serviceInner > div p span {
font-weight: bold;
}
#serviceContent > .serviceInner .example {
padding-right: 40px;
}
#serviceContent > .serviceInner .me {
padding-left: 40px;
}
#serviceContent > .serviceInner .me h3 {
background: #fff100;
}
#serviceContent > .serviceInner h3 {
text-align: center;
font-size: 22px;
font-size: 2.2rem;
line-height: 1.6;
background: #ddd;
}
#serviceContent > .serviceInner h4 {
text-align: center;
font-size: 18px;
font-size: 1.8rem;
margin: 15px 0;
}
#serviceContent #merit {
padding-top: 150px;
margin-top: -150px;
position: relative;
}
#serviceContent #merit:before {
content: "";
width: 100%;
height: calc(100% - 150px);
border-top: 1px solid #fff100;
border-bottom: 1px solid #fff100;
background: #fff100;
position: absolute;
bottom: -1px;
left: 0;
}
#serviceContent #merit ul {
width: 960px;
margin: 0 auto;
position: relative;
}
#serviceContent #merit ul li {
width: calc(100% / 6);
text-align: center;
font-family: "NotoSansJP", sans-serif;
font-size: 13px;
font-size: 1.3rem;
line-height: 1.4;
font-weight: 500;
letter-spacing: 0;
padding: 20px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#serviceContent #merit ul li figure {
text-align: center;
margin-bottom: 5px;
}
#serviceContent #merit ul .ttl {
width: 112px;
font-family: "Roboto", "NotoSansJP", sans-serif;
font-weight: 700;
background: #fff;
padding: 48px 0 0 20px;
margin-right: auto;
position: relative;
}
#serviceContent #merit ul .ttl:before {
content: "";
width: 0;
height: 0;
border: 80px solid transparent;
border-left: 30px solid #fff;
position: absolute;
top: 50%;
right: -110px;
margin-top: -80px;
}
#serviceContent #merit ul .ttl span {
display: block;
font-size: 30px;
}
#serviceContent #price_area .serviceInner {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#serviceContent #price_area #price, #serviceContent #price_area #area {
width: calc(50% - 30px);
padding-top: 160px;
margin-top: -100px;
}
#serviceContent #price_area h4 {
background: #222;
color: #fff;
font-size: 22px;
font-size: 2.2rem;
text-align: center;
line-height: 1.6;
margin-bottom: 15px;
}
#serviceContent #price_area #price section:nth-of-type(1) {
margin-bottom: 20px;
}
#serviceContent #price_area #price p {
color: #00b8ee;
font-family: "NotoSansJP", sans-serif;
font-weight: 500;
}
#serviceContent #price_area #price p > span {
font-size: 150%;
margin-left: 10px;
}
#serviceContent #price_area #price p > span span {
font-size: 60%;
margin-right: 5px;
}
#serviceContent #price_area h5 {
font-weight: 500;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.4;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 2px dotted #ddd;
}
#serviceContent #price_area h5 span {
font-size: 70%;
margin-left: 5px;
}
#serviceContent #price_area li {
font-size: 14px;
font-size: 1.4rem;
}
#serviceContent #price_area #area div {
padding-left: 70px;
position: relative;
text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#serviceContent #price_area #area div:before {
content: "";
width: 50%;
height: 210px;
background: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/map.svg) no-repeat left top;
background-size: auto 100%;
position: absolute;
top: -30px;
left: -30px;
}
#serviceContent #price_area #area p {
font-family: "NotoSansJP", sans-serif;
font-size: 20px;
font-size: 2rem;
font-weight: 500;
position: relative;
}
#serviceContent #flow {
padding-top: 110px;
margin-top: -50px;
}
#serviceContent #flow div {
background: #f5f5f5;
}
#serviceContent #flow h4 {
background: #ddd;
font-size: 30px;
font-size: 3rem;
text-align: center;
line-height: 1.8;
}
#serviceContent #flow ul.flex {
padding: 2.4vw 1.2vw;
}
#serviceContent #flow ul.flex li {
padding: 0 1.2vw;
counter-increment: flowNum;
-webkit-box-flex: 1.5;
-ms-flex: 1.5;
flex: 1.5;
}
#serviceContent #flow ul.flex li:nth-child(n+2):nth-child(-n+3) {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
#serviceContent #flow ul.flex h5 {
height: 40px;
font-size: 18px;
font-weight: 500;
line-height: 1.3;
padding-left: 26px;
position: relative;
}
#serviceContent #flow ul.flex h5:before {
content: counter(flowNum);
width: 22px;
height: 22px;
line-height: 22px;
border-radius: 22px;
display: block;
background: #222;
color: #fff;
text-align: center;
position: absolute;
top: 1px;
left: 0;
}
#serviceContent #flow ul.flex p {
color: #666;
font-family: "NotoSansJP", sans-serif;
}
#serviceContent #flow ul.flex .tel {
line-height: 1;
color: #11a5d3;
font-size: 26px;
font-size: 2.6rem;
font-family: "Roboto", sans-serif;
font-weight: 500;
letter-spacing: 0;
margin-top: 5px;
}
#serviceContent #flow ul.flex .tel:before {
font-size: 65%;
margin-right: 5px;
position: relative;
top: -2px;
}
#serviceContent #flow ul.flex .mail {
margin-top: 5px;
}
#serviceContent #flow ul.flex .mail i {
color: #11a5d3;
}
#serviceContent #flow ul.flex .mail a {
line-height: 1;
color: #11a5d3;
font-size: 18px;
font-size: 1.8rem;
font-family: "Roboto", sans-serif;
font-weight: 500;
}
#serviceContent #flow ul.flex .mail a:hover {
opacity: .7;
}
#serviceContent #flow ul.flex .fax span {
margin-right: 5px;
font-size: 16px;
}
#serviceContent #flow ul.flex .faxForm {
max-width: 330px;
padding: 5px 10px;
border-radius: 6px;
text-align: center;
display: block;
margin-top: 5px;
line-height: 1.4;
background: #11a5d3;
color: #fff;
font-size: 14px;
}
#serviceContent #flow ul.flex .faxForm:hover {
opacity: .7;
}
#serviceContent #flow ul.flex .note {
font-size: 14px;
color: #11a5d3;
margin-top: 5px;
}
#serviceContent #flow div.flex {
padding-bottom: 2.4vw;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#serviceContent #flow div.flex section {
width: 420px;
margin: 0 1.2vw;
}
#serviceContent #flow div.flex h6 {
padding: 5px 0;
margin-bottom: 10px;
font-size: 20px;
text-align: center;
background: #fff;
}
#serviceContent #flow div.flex li {
margin-top: 10px;
padding-left: 20px;
text-indent: -20px;
line-height: 1.4;
font-size: 14px;
color: #11a5d3;
}
#serviceContent #machine {
padding-top: 160px;
margin-top: -100px;
}
#serviceContent #machine h4 {
text-align: center;
font-size: 30px;
font-size: 3rem;
color: #00b8ee;
margin-bottom: 20px;
}
#serviceContent #machine h5 {
padding: 5px 0;
text-align: center;
font-size: 22px;
font-size: 2.2rem;
margin-bottom: 30px;
background: rgba(0, 184, 238, 0.15);
border-bottom: 2px solid rgba(0, 184, 238, 0.5);
}
#serviceContent #machine .flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#serviceContent #machine .flex > * {
width: calc(50% - 20px);
}
#serviceContent #machine figure {
text-align: center;
}
#serviceContent #machine img {
width: auto;
height: 180px;
}
#serviceContent #machine h6 {
text-align: center;
margin: 15px 0 10px;
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
}
#serviceContent #machine .desc, #serviceContent #machine li {
font-size: 14px;
font-size: 1.4rem;
color: #777;
}
#serviceContent #machine ul {
margin-top: 10px;
padding-left: .5em;
}
#serviceContent #machine li {
margin-left: 1em;
list-style-type: disc;
}
#serviceContent #machine .movie iframe {
max-width: 100%;
}
#serviceContent #machine .goodman section:nth-child(n+3) {
border-top: 1px solid #e5e5e5;
margin-top: 20px;
padding-top: 20px;
}
#serviceContent #machine .fujitecom {
margin-top: 40px;
} #worksHeader p {
color: #fff;
position: absolute;
top: 16px;
left: 150px;
}
#worksContent .inner nav ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#worksContent .inner nav li {
padding: 0 4vw;
}
#worksContent .inner nav li.flex {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#worksContent .inner nav li.flex p {
margin-right: 10px;
}
#worksContent .inner nav li.flex select {
height: 36px;
display: block;
border: 1px solid #ddd;
padding: 0 50px 0 10px;
cursor: pointer;
font-family: 'Roboto', Arial, Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
background-image: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/select_arrow.svg);
background-repeat: no-repeat;
background-position: right center;
background-size: 36px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#worksContent .inner nav li.flex select:focus {
border-color: #11a5d3;
outline: none;
}
#worksContent .inner nav li a {
padding-bottom: 5px;
position: relative;
}
#worksContent .inner nav li a:hover, #worksContent .inner nav li a.current {
color: #11a5d3;
}
#worksContent .inner nav li a:hover:before, #worksContent .inner nav li a.current:before {
background: #11a5d3;
}
#worksContent .inner nav li a:hover:after, #worksContent .inner nav li a.current:after {
border-top-color: #11a5d3;
}
#worksContent .inner nav li a:before {
content: "";
width: 100%;
height: 1px;
background: #ddd;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#worksContent .inner nav li a:after {
content: "";
width: 0;
height: 0;
border: 8px solid transparent;
border-top: 8px solid #ddd;
position: absolute;
bottom: -16px;
left: 50%;
margin: 0 0 0 -8px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#worksContent .archiveTtl {
width: calc(100% - 4vw);
padding: 10px 0;
margin: 60px auto 0;
text-align: center;
font-size: 20px;
font-size: 2rem;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#worksContent .worksList {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#worksContent .worksList li {
width: calc(100% / 3);
margin-top: 4vw;
padding: 0 2vw;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#worksContent .worksList figure {
background: #f7f7f7;
}
#worksContent .worksList .ttl {
font-family: "NotoSansJP", sans-serif;
letter-spacing: 1px;
text-align: center;
font-size: 16px;
font-size: 1.6rem;
font-weight: 500;
color: #222;
margin: 10px 0 0;
padding-bottom: 10px;
border-bottom: 1px dotted #11a5d3;
}
#worksContent .worksList .cat {
padding: 5px 0;
position: relative;
}
#worksContent .worksList .cat h3 {
font-size: 13px;
font-size: 1.3rem;
color: #222;
position: relative;
}
#worksContent .worksList .cat .area {
color: #222;
font-size: 13px;
font-size: 1.3rem;
position: absolute;
top: 6px;
right: 0;
}
#worksContent .worksList p {
text-align: left;
font-size: 14px;
font-size: 1.4rem;
color: #777;
}
#worksContent #wp_pagenavi {
text-align: center;
margin-top: 40px;
}
#worksContent #wp_pagenavi * {
font-weight: normal;
display: block;
}
#worksContent #wp_pagenavi .wp-pagenavi {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#worksContent #wp_pagenavi .wp-pagenavi > * {
min-width: 30px;
min-height: 40px;
text-align: center;
line-height: 1;
padding: 20px 0 0;
border: none !important;
background: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/pagenavi.svg) no-repeat center !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#worksContent #wp_pagenavi .wp-pagenavi span.pages {
background: none !important;
}
#worksContent #wp_pagenavi .wp-pagenavi span.current {
background: url(//yamahoshi-web.com/wp-content/themes/yamahoshi/svg/pagenavi_b.svg) no-repeat center !important;
}
#worksContent #wp_pagenavi .wp-pagenavi a:hover {
color: #fff !important;
opacity: .7;
} #companyContent section {
padding-top: 60px;
}
#companyContent dl {
padding: 15px 10px;
border-bottom: 1px dotted #d5d5d5;
}
#companyContent dt {
width: 170px;
font-family: "NotoSansJP", sans-serif;
font-weight: 500;
color: #11a5d3;
margin-right: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#companyContent dt a {
display: inline-block;
color: inherit;
border-bottom: 1px dotted rgba(17, 165, 211, 0.7);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#companyContent dt a:hover {
border-bottom: 1px solid #11a5d3;
}
#companyContent dd {
width: calc(100% - 170px);
font-family: "NotoSansJP", sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#companyContent dd a {
color: #11a5d3;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
#companyContent dd a:hover {
opacity: .7;
}
#companyContent dd .faxForm {
margin-left: 15px;
font-size: 14px;
font-size: 1.4rem;
}
#companyContent .capacity dl:first-child {
padding-top: 0;
}
#companyContent .capacity dt {
width: 270px;
}
#companyContent .capacity dt span {
display: block;
font-size: 80%;
color: #999;
}
#companyContent .capacity dd {
width: calc(100% - 270px);
}
#companyContent .capacity p.fa-tint {
text-align: right;
padding-top: 15px;
font-size: 13px;
font-size: 1.3rem;
}
#companyContent .capacity p.fa-tint:before {
color: #11a5d3;
} #contactContent {
text-align: center;
}
#contactContent .intro {
letter-spacing: 1px;
}
#contactContent .icon-free {
display: inline-block;
line-height: 1;
padding-top: 18px;
margin: 2vw 0 0;
color: #11a5d3;
font-size: 40px;
font-size: 4rem;
letter-spacing: -.5px;
font-weight: 500;
letter-spacing: 0;
position: relative;
}
#contactContent .icon-free:before {
font-size: 60%;
margin-right: 10px;
position: relative;
top: -3px;
}
#contactContent .icon-free span {
font-size: 15px;
font-size: 1.5rem;
font-weight: 700;
font-family: "NotoSansJP", sans-serif;
letter-spacing: 3.8px;
position: absolute;
top: 0;
right: 0;
}
#contactContent .fax {
display: inline-block;
line-height: 1;
padding-top: 20px;
color: #11a5d3;
font-size: 40px;
font-size: 4rem;
letter-spacing: -.5px;
font-weight: 500;
letter-spacing: 0;
position: relative;
}
#contactContent .fax span {
margin-right: 8px;
font-size: 24px;
}
#contactContent .faxForm {
max-width: 330px;
padding: 5px 10px;
margin: 10px auto 0;
border-radius: 6px;
text-align: center;
display: block;
line-height: 1.4;
background: #11a5d3;
color: #fff;
font-size: 14px;
}
#contactContent .faxForm:hover {
opacity: .7;
}
.contactStep ul {
margin: 6vw 0 3vw;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contactStep ul li {
padding: 0 4vw 10px;
border-bottom: 1px solid #ddd;
position: relative;
}
.contactStep ul li:not(:last-child):before {
content: "";
width: 14px;
height: 14px;
background: #fff;
border-right: 1px solid #ccc;
border-top: 1px solid #ccc;
position: absolute;
top: 4px;
right: 0;
z-index: 10;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.contactStep ul .nowStep {
border-bottom-color: #11a5d3;
color: #11a5d3;
}
.contactStep ul .nowStep:after {
content: "";
width: 0;
height: 0;
border: 8px solid transparent;
border-top: 8px solid #11a5d3;
position: absolute;
bottom: -16px;
left: 50%;
margin: 0 0 0 -8px;
}
.mw_wp_form dl {
border-bottom: 1px dotted #ccc;
padding: 15px 0;
}
.mw_wp_form dt {
width: 260px;
}
.mw_wp_form dt .req {
color: #11a5d3;
font-size: 12px;
font-size: 1.2rem;
margin-left: 5px;
}
.mw_wp_form dd {
width: calc(100% - 260px);
text-align: left;
}
.mw_wp_form dd input[type="text"], .mw_wp_form dd input[type="tel"], .mw_wp_form dd textarea {
width: 90%;
padding: 10px;
background: #fafafa;
font-family: 'Roboto', Arial, Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
border: 1px solid #ddd;
letter-spacing: 1px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.mw_wp_form dd input[type="tel"] {
width: 4em;
}
.mw_wp_form dd select:focus, .mw_wp_form dd input:focus, .mw_wp_form dd textarea:focus {
background: #fff;
border-color: #11a5d3;
outline: none;
}
.mw_wp_form dd .memo {
padding-top: 8px;
font-size: 14px;
color: #11a5d3;
line-height: 1;
}
.mw_wp_form dd .error {
display: inline-block;
padding: 0 10px;
font-size: 13px;
font-size: 1.3rem;
background: #FFDE00;
color: #11a5d3;
}
.mw_wp_form .adrBlc #pref {
width: 5em;
margin-right: 10px;
}
.mw_wp_form .adrBlc #addr {
width: calc(90% - 5em - 32px);
}
.mw_wp_form #confirm {
margin-top: 3vw;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.mw_wp_form #confirm > div {
margin: 0 10px;
}
.mw_wp_form #confirm input {
padding: 8px 40px;
font-family: "NotoSansJP", sans-serif;
font-size: 15px;
font-size: 1.5rem;
letter-spacing: .5px;
border: 1px solid #11a5d3;
color: #11a5d3;
background: #fff;
border-radius: 40px;
cursor: pointer;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.mw_wp_form #confirm input:hover {
background: #11a5d3;
color: #fff;
}
#autozip {
display: none !important;
} #main404 .pageInner {
padding: 60px 0;
text-align: center;
}
#main404 h1 {
margin-bottom: 30px;
font-size: 26px;
}
#main404 a {
padding: 5px 15px;
display: inline-block;
margin-top: 30px;
font-family: "NotoSansJP", sans-serif;
text-align: center;
background: #11a5d3;
color: #fff;
font-weight: 500;
font-size: 14px;
font-size: 1.4rem;
border: 1px solid #11a5d3;
border-radius: 5px;
}
#main404 a:hover {
background: #fff;
color: #11a5d3;
}