@charset "UTF-8";

/* user.css */
html {
    font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 56.25%;
    }

}

@media screen and (max-width: 1024px) {
    html {
        font-size: 50%;
    }
}

@media screen and (max-width: 896px) {
    html {
        font-size: 43.75%;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 40.625%;
    }
}

body {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2rem;
    color: #000;
    font-feature-settings: "palt";
    text-align: justify;
}

.form3 h2 {
    clear: both;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
}

.form3 h3 {
    clear: both;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

.form3 h4 {
    clear: both;
    font-size: 2.5rem !important;
    text-align: center;
    font-weight: bold;
}

.form3 h4 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
}

p {
    line-height: 175%;
}

.form3 img {
    display: block;
    margin: auto;
}

.small {
    font-size: 1.7rem;
}

hr {
    border-top: 1px solid #dbdbdb;
    width: 100%;
}

section {
    clear: both;
    width: 100%;
    overflow: hidden;
    padding: 9rem 0;
}

.sysDisplayTabletNone,
.sysDisplayPcNone {
    /* display: none !important; */
}
.sysDisplayTabletNone2,
.sysDisplayPcNone2 {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 133rem;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;

}

.row {
    width: 100%;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.bgGray {
    background: #f2f2f2;
}

#sysWrap {
    max-width: 100% !important;
}

#sysFooter {
    font-size: 13px;
}


.form3Inner {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 128rem;
}

.form3AlignC {
    text-align: center;
}


.form3DisplayNonePc {
    display: none;
}

.form3Button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    color: #fff;
    background: #497BDB;
    padding: 0;
    border: solid 1px #497BDB;
    border-radius: 2.5rem;
    margin: 3rem auto;
    width: 29.5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    font-weight: bold;
}

.form3Button:after {
    content: "";
    border-style: solid;
    border-width: 1rem 2rem 1rem 2rem;
    border-color: transparent transparent transparent #ffffff;
    margin: 0 -2rem 0 8%;
}

a.form3Button:hover {
    color: #fff;
    opacity: 0.7;
}

/* Main */
.form3Top {
    background: url(/blog/wp-content/themes/i-maker/assets/images/img_stratasys_fdm/stratasys_fdm_1.png) no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 16rem 3rem 10rem;
}

.form3Top h1 {
    margin: 0 auto 3rem;
    font-size: 4rem !important;
    text-align: center;
}

.form3Top p {
    max-width: 895px;
    margin: 0 auto 4rem;
    line-height: 1.4;
    font-size: 6rem;
    text-align: center;
}

.form3Top .form3Button {
    border-radius: 2.7rem;
    margin: 1.5rem auto;
    width: 46rem;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 2.5rem;
}

.form3Top .form3Button.form3Button02 {
    font-size: 2.2rem;
    color: #497bdb;
    background: #fff;
    border: solid 1px #497BDB;
}

.form3Top .form3Button:after {
    content: "";
    border-style: solid;
    border-width: 1rem 2rem 1rem 2rem;
    border-color: transparent transparent transparent #ffffff;
}

.form3Top .form3Button.form3Button02:after {
    border-color: transparent transparent transparent #497BDB;
}

.form3halfPc {
    width: 50%;
    float: left;
}


@media screen and (max-width: 960px) {
    .form3Button {
        font-size: 2rem;
    }

}


/* Banner */
.form3Banner {
    padding: 0;
    display: flex;
}


.form3Banner>div {
    display: flex;
    align-items: center;
    justify-content: center;

}

.form3halfTxt {
    width: 50%;
    font-size: 2.4rem;
    padding: 5rem 3% 4rem;
}

.form3Banner01 {
    background: -moz-linear-gradient(top, #EDF4F8, #C1C9D5);
    background: -webkit-linear-gradient(top, #EDF4F8, #C1C9D5);
    background: linear-gradient(to bottom, #EDF4F8, #C1C9D5);
}

.form3Banner01 img {
    width: 38%;
    float: left;
    margin: 0;
    padding: 6rem 0 4rem;
}

.form3Banner02 {
    background: -moz-linear-gradient(top, #fff, #808080);
    background: -webkit-linear-gradient(top, #fff, #808080);
    background: linear-gradient(to bottom, #fff, #808080);
}

.form3Banner02 img {
    float: right;
    width: 45%;
    margin: 0;
}

.form3halfTxt h2 {
    text-align: left;
}

.form3halfTxt p {
    font-size: 2.4rem;
    margin-bottom: 5rem;
}

.form3halfTxt .form3Button {
    margin: 0;
}

/* form3A */
.form3A {
    padding: 9rem 0 1.5rem;
}

.form3A .container .row {
    display: flex;
}

.form3A img {
    width: 52%;
    height: auto;
    float: left;
    margin: 0;
    align-self: flex-start;

}

.form3AInner {
    width: 48%;
    box-sizing: border-box;
    padding: 2rem;
    float: right;
}

.form3AInner p,
.form3GTxt p,
.form3L-1 .form3halfPc p,
.form3L-2 .form3halfPc p,
.form3J .form3halfPc p {
    max-width: 515px;
    margin: auto;
}

.form3B p {
    max-width: 83rem;
}

.form3B .youtube {
    margin: 5rem auto 0;
    position: relative;
    width: 80%;
    max-width: 98rem;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.form3C-1 .inner,
.form3C-2 .inner,
.form3C-3 .inner {
    overflow: hidden;
    max-width: 118rem;
    margin: auto;
}

.form3C-1 h3,
.form3C-2 h3 {
    margin-bottom: 7rem;
}

.form3C-1 .inner {
    color: #fff;
    background: #333333;
    display: flex;
    align-items: center;
}

.form3C-1txt {
    background: #333333;
    padding: 5.5rem;
}

.form3C-1img {
    background: #000;
    padding: 5.5rem 10%;
}

.form3C-2 .inner {
    border: 1px solid #DBDBDB;
    background: #EBEBEB;
}

.form3C-2txt {
    padding: 5.5rem;
}

.form3C-2img {
    background: #fff;
    padding: 5.5rem 10%;
}

.form3D ul {
    max-width: 110rem;
    margin: auto;
}

.form3D li {
    width: calc(50% - 3rem);
    float: left;
    margin: 1.5rem;
}

.form3D li .inner {
    height: 25.3rem;
}

.form3D li .inner div {
    padding: 1.5rem 3rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form3D li h4 {
    text-align: center;
    margin-bottom: 3.5rem;
}

.form3D li p {
    margin: 0;
}

.form3E-1 {
    color: #fff;
    background: #CE3E11;
    padding-bottom: 0;
}

.form3E-1 p {
    max-width: 83rem;
    margin: 3rem auto;
}

.form3F img {}

.form3F ul {
    max-width: 120rem;
    margin: 3rem auto 0;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.form3F ul li {
    text-align: center;
    white-space: nowrap;
    font-size: 2.9rem;
}

.form3F ul li img {
    margin-bottom: 10px;
}

/* Material */
.form3MaterialHeading {
    border-bottom: 1px solid #707070;
    max-width: 928px;
    margin: auto;
}

.form3 .form3MaterialHeading h2 {
    margin-bottom: 3rem;
}

.form3 .form3MaterialHeading p {
    margin: 0 auto;
}

.form3 .form3Material h3 {
    margin: 6rem auto 1rem;
}

.form3Material ul {
    clear: both;
    overflow: hidden;
    max-width: 126rem;
    margin: auto;
}

.form3Material li {
    width: calc(33.33% - 3rem);
    margin: 1.5rem;
    float: left;
    background: #fff;
}

.form3Material li .inner {
    padding: 3rem;
}

.form3Material li h4 {
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.form3Material li p {
    height: 7em;
}

.form3Material li .form3Button {
    margin-bottom: 0;
}

.form3H p {
    width: 60%;
    text-align: left;
    margin-bottom: 40px;    
}

.form3H img {
    margin: auto;
}

.form3G-1 h2,
.form3G-2 h2 {
    margin-bottom: 55px;
}

.form3G-1 .form3Button,
.form3G-2 .form3Button {
    margin: 5rem auto 0;
}

.form3GTxt {
    padding: 3rem 4rem 0;
}

.form3L-1-1 {
    padding-bottom: 0;
    background: url(/blog/wp-content/themes/i-maker/assets/images/img_stratasys_fdm/stratasys_fdm_9.png)  0 0 no-repeat;
    background-size: cover;
}

.form3L-1-1 h3,
    margin-bottom: 0;
}

.form3L-1-1 img {
    max-width: 51.9rem;
    margin: auto;
}
.form3L-1-1 .container {
    margin: 4% 10% 4% 55%;
    width: 40%;
    color: #fff;
}
.form3L-1-1 .container .form3halfPc {
    width: 100%;
}
.form3L-1-1 .container .form3halfPc p {
    margin-bottom: 100px;
}

.form3L-1 {
    /* padding-bottom: 0; */
}

.form3L-2 {
    padding-bottom: 0;
    background: url(/blog/wp-content/themes/i-maker/assets/images/img_stratasys_fdm/stratasys_fdm_11.png)  0 0 no-repeat;
    background-size: cover;
    color: #fff;
}
.form3L-2 .container {
    margin: 4% 10%;
}

.form3L-1 h3,
.form3L-2 h3 {
    margin-bottom: 0;
}

.form3L-1 img {
    max-width: 51.9rem;
    margin: auto;
}


.form3L-2 img {
    max-width: 38.8rem;
    margin: auto;
}

.form3J .form3halfPc {
    padding: 3rem;
}

.form3J .form3halfPc p {
    height: 9rem;
}

.form3J img {
    display: block;
    max-width: 48.7rem;
    max-height: 29.7rem;
    margin: auto;
}

.form3K {
    color: #fff;
    background: #6C6C6C;
    padding: 3rem 0;
}

.form3K .container {
    display: flex;
    max-width: 128rem;
}

.form3KInner01 {
    width: 47rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
    overflow: visible;
    background: #0F4AA5;
    margin-right: 5rem;
}

.form3KInner01 h2 {
    white-space: nowrap;
    font-size: 3.4rem !important;
    text-align: left;
}

.form3KInner01 h2 span {
    font-size: 3.6rem;
    padding-right: 115px;
    display: inline-block;
    background: url(/blog/wp-content/themes/i-maker/assets/images/img_stratasys_fdm/form3KInnerIcon.png) no-repeat center right 3rem;
}

.form3KInner02 {
    width: calc(100% - 52rem);
}

.form3E-2 {
    padding-bottom: 0;
}

.form3E-2 p {
    max-width: 65%;
    margin: 0 auto 4rem;
}

.form3L-3 {
    padding: 3rem 0 0;
}

.form3L-3 p {
    max-width: 65rem;
    margin: 0 auto 4rem;
}

.form3M {
    color: #fff;
    background: #2e465f;
}

.form3M h2 {
    margin-bottom: 55px;
}

.form3M p {
    padding: 2rem 4rem 5rem;
}

.form3M .form3Button,
.form3M .form3Button:hover {
    color: #375FCC;
    background: #fff;
    font-size: 2.4rem;
    width: 90%;
    max-width: 43.8rem;
}

.form3M .form3Button:after {
    border-color: transparent transparent transparent #375FCC;
}

.form3Pay {
    padding: 5rem 0 0;
    border: 5px solid #497BDB;
}

.form3Pay .container {
    max-width: inherit;
}

.form3PayUpper ul {
    overflow: hidden;
    display: flex;
    align-self: stretch;
    justify-content: center;
    margin-top: 1.5rem;
}

.form3PayUpper ul li {
    width: 30%;
    text-align: center;
    max-width: 27.4rem;
    padding: 1.8rem 4rem;
    margin: 1.5rem;
}


.form3PayUpper ul li h4 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.form3PayUpper p {
    max-width: 101rem;
    margin: auto;
}

.form3PayMiddle h4 {
    font-size: 3.3rem !important;
    margin: 15px 0 0;
}

.form3PayMiddle span {
    padding-right: 5.8rem;
}

.form3PayMiddle large {
    font-size: 4.6rem;
}

.form3PayMiddle ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.form3PayMiddle ul li span {
    font-size: 3.1rem;
    padding: 0 3rem;
}

.form3PayBottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.form3PayBottom ul li {
    font-size: 2.8rem;
    text-align: center;
    height: 18.7rem;
    line-height: 1.2;
    width: calc(50% - 2px);
    padding-top: 4rem;
    color: #fff;
    background: #497BDB;
    margin: 0;
    max-width: initial;
}

.form3PayBottom ul li p {
    margin: 0;
    display: inline-block;
    text-align: left;
}

.form3PayBottom ul li small {
    font-size: 2.6rem;
}

.form3PayBottom ul li .price {
    font-size: 6.1rem;
    font-weight: bold;
}

.form3PayBottom ul li .price small {
    font-size: 5.5rem;
}

.form3PayBottom ul li .price span {
    font-size: 3.5rem;
}

.form3PayBottom ul li .tax {
    font-size: 1.9rem;
    padding-left: 5rem;
}

.anchor {
    clear: both;
    overflow: hidden;
    display: block;
    padding-top: 15px;
    margin-top: -15px;
}

.footerLinks {
    background: #1A222F;
}

.footerLinks .container {
    display: flex;
    justify-content: space-around;
}

.footerLinksInner {
    min-width: 20%;
    padding-right: 1.5rem;
}


.footerLinksInner dl {}

.footerLinksInner dl dt {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.footerLinksInner dl dd {
    display: flex;
}

.footerLinksInner dl dd ul {
    float: left;
    padding-right: 5%;
}

.footerLinksInner dl dd a {
    font-size: 1.6rem;
    color: #fff;
    white-space: nowrap;
}

/* Aside */
.formSampleInner {
    height: 9rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.formSampleInner .logo {
    height: 9rem;
    width: 23%;
    8 display: flex;
    align-items: center;
    justify-content: center;
}

.fummatSideInner .formSampleInner {
    background: #497BDB;
}

.fummatSideInner a .formSampleButton .formSampleButtonLink {
    color: #497BDB;
}

.fummatSideInner .logo {
    background: #F2F2F2;
}

.raise3dsideInner .formSampleInner {
    background: #BE0A12;
}

.raise3dsideInner a .formSampleButton .formSampleButtonLink {
    color: #BE0A12;
}

.raise3dsideInner .logo {
    background: #000;
}

.form3sideInner .formSampleInner {
    background: #375fcc;
}

.form3sideInner a .formSampleButton .formSampleButtonLink {
    color: #375fcc;
}

.form3sideInner .logo {
    background: #575757;
}

.formSampleBanner h2 {
    font-size: 3.2rem;
    margin: 0;
    line-height: 1;
}

.formSample:hover {
    opacity: .7;
}

.formSampleButton {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #ffffff;
    border-radius: 4rem;
    margin: 0 2rem 0 0;
    padding: 1rem 2rem;
    max-width: 32rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 1;
}

a .formSampleButton .formSampleButtonLink {
    margin: 0 1rem 0 0;
    color: #497BDB;
    font-size: 2.2rem;
}

.formSampleButtonArrow {
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #497BDB;
    width: 0;
    height: 0;
}

.raise3dsideInner a .formSampleButtonArrow {
    border-color: transparent transparent transparent #BE0A12;
}

.form3sideInner a .formSampleButtonArrow {
    border-color: transparent transparent transparent #375fcc;
}

.formSampleCopy small {
    display: block;
    font-size: 2.4rem;
}

.Form3OnsiteBg {
    background: url("/blog/wp-content/themes/i-maker/assets/images/img_stratasys_fdm/form3_onsite.jpg");
    height: 35rem;
}

.Form3Onsite {
    position: relative;
    max-width: 100%;
}

.Form3Onsite:hover {
    opacity: .7;
}

.Form3OnsiteInner {
    position: absolute;
    top: 2rem;
    left: 33rem;
    padding: 2rem;
    max-width: 56rem;
    height: 30rem;
    text-align: center;
    color: #ffffff;
}

.Form3OnsiteInner p {
    text-align: left;
}

.Form3OnsiteButton {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    right: 2rem;
    bottom: 0;
    background: #1d4bc6;
    border-radius: 4rem;
    padding: 1rem 2rem;
    width: 52rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 2rem;
}

a .Form3OnsiteButton .Form3OnsiteButtonLink {
    margin: 0 1rem 0 0;
    color: #ffffff;
    font-size: 2.4rem;
}

.Form3OnsiteButtonArrow {
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
    width: 0;
    height: 0;
}

.form3AsideEsitemate {
    background: #13275d;
    padding: 4rem 2rem 0;
    color: #ffffff;
}

.form3AsideEsitemateInner {
    background: #ffffff;
    border-radius: 1rem;
    margin: 0 auto 2rem;
    padding: 3rem 2rem 1rem;
    max-width: 65rem;
    color: #13275d;
    font-size: 2rem;
    line-height: 2rem;
}

.form3AsideEsitemateInner:hover {
    opacity: .7;
}

.form3AsideEsitemateButtonInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 0 1rem;
}

a .form3AsideEsitemateButton .form3AsideEsitemateLink {
    color: #497BDB;
    font-size: 2.4rem;
}

.form3AsideEsitemateButtonLink {
    margin: 0 1rem 0 0;
}

.form3AsideEsitemateButtonLink h2 span {
    color: #ff4e00;
}

.form3AsideEsitemateButtonArrow {
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #13275d;
    width: 0;
    height: 0;
}

.form3AsideEsitemateContact {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    border-top: 1px solid #707070;
    padding: 2rem 0;
    font-weight: bold;
}

.form3AsideEsitematePhone {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-right: 1px solid #707070;
    padding: 0 2rem;
}

.form3AsideEsitemateMail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 2rem;
}

.form3AsideEsitemateIcon {
    margin: 2rem 2rem 0 0;
}

.form3AsideEsitemateDetail {
    font-size: 3.6rem;
}

.form3AsideEsitemateDetail span {
    display: block;
    font-size: 2rem;
}

@media screen and (max-width: 1200px) {}

.form3Button {
    width: 24.5rem;
    height: 4rem;
}

@media screen and (max-width: 1024px) {
    section {
        padding: 6rem 0;
    }

    .form3Banner {
        display: block;
    }

    .form3Banner .form3halfPc {
        width: 100%;
        float: none;
    }

    .form3halfTxt h2 {
        font-size: 5rem !important;
    }

    .form3halfTxt p {
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }

    .form3H img {
        width: 80%;
        max-width: 656px;
    }

    .form3Banner01 img {
        padding: 0;
    }

    .form3GTxt {
        padding: 1rem 4rem 0;
    }

    .form3M p {
        padding: 1rem 4rem 5rem;
    }

    .form3Material li {
        width: calc(50% - 3rem);
    }
}