@charset "UTF-8";

/* CSS Document */
#ryosan-support {
    width: 1104px;
    margin: auto;
    line-height: 1.5;
    color: #555566;
    font-size: 18px;
    font-family: ヒラギノ角ゴ w3 jis2004,hiragino kaku gothic w3 jis2004,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,メイリオ,Meiryo,Helvetica,Arial,sans-serif;
}
#ryosan-support .top {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#ryosan-support h1 {
    font-size: 54px;
    font-weight: bold;
    font-family: hiragino kaku gothic w7 jis2004;
    text-align: left;
}
#ryosan-support h2 {
    font-size: 32px!important;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold;
    background-image: linear-gradient(to top, #b2d5de 10%, #66c5dd 100%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
    margin-bottom: 10px;
}
#ryosan-support h2 div {
    padding-left: 20px;
}
#ryosan-support h3 {
    display: inline;
    font-size: 24px!important;
}
#ryosan-support .sub {
    margin: 0 5%;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb40{
    margin-bottom: 40px;
}
.ml20 {
    margin-left: 20px!important;
}
#ryosan-support .cgb {
    background-image: linear-gradient(130deg, rgba(0, 0, 255, 1), rgba(0, 176, 240, 1))!important;
}

/* 量産サポートについて */
.about .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold;
    font-size: 24px;
    margin-left: 20px;
}
.about .snumber {
    text-align: center;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(174deg, rgba(0, 0, 255, 1), rgba(0, 176, 240, 1))!important;
    border-radius: 50%;
    color: #fff;
    line-height: 62px;
    margin-right: 15px;
}
.about .content p {
    width: 40%;
}

/* 量産サポートメーカー*/
.makerList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.makerList p {
    width: 9%;
    padding-bottom: 1%;
    padding-left: 1%;
    text-align: center;
}
.makerlist_p {
    text-align: right;
    font-size: 14px;
}

/*WEB-MPIでの在庫確保*/
.webmpih2 {
    background-image: linear-gradient(130deg, #6BBE86, #3491D0) !important
}
.webmpih3 {
    color: #6BBE86;
}
.webmpibtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: 60px;
    color: #fff !important;
    border-radius: .5rem;
    background-image: linear-gradient(170deg, #6BBE86, #3491D0);
    text-decoration: none;
    font-size: 24px;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: 700
}
.webmpibtn:hover {
    opacity: .6;
    filter: brightness(110%)
}
.webmpibtn a:hover {
    text-decoration: none
}

/*量産サポートの特徴*/
.txtbox {
    margin-bottom: 10px;
    margin-left: 10px;
}
.cgs {
    background-image: linear-gradient(170deg, rgba(0, 176, 240, 1), rgba(0, 176, 80, 1))!important;
}
.number {
    display: inline;
    background: -webkit-linear-gradient(0deg, gray, black);
    color: red;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px!important;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold;
    margin-right: 10px;
}
.cs {
    color: #00B0F0!important;
}
.txtbox p {
    margin-left: 60px;
}

/*量産サポートの強み*/
.cgg {
    background-image: linear-gradient(170deg, rgba(0, 176, 80, 1), rgba(251, 229, 214, 1))!important;
}
.cg {
    color: #00B050!important;
}
.txtbox .link {
    text-decoration: underline!important;
}

/*新興メーカーの量産サポート*/
.cgp {
    background-image: linear-gradient(130deg, rgba(255, 0, 102, 1), rgba(251, 229, 214, 1))!important;
}
.cp {
    color: #FF0066!important;
}
.contactus {
    display: flex;
    justify-content: center;
    margin: 30px 0 80px 0;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
    height: 60px;
    color: #FFF!important;
    border-radius: 0.5rem;
    background-image: linear-gradient(170deg, rgba(255, 0, 102, 0.8), rgba(0, 0, 255, 0.8));
    text-decoration: none;
    font-size: 24px;
    font-family: hiragino kaku gothic w7 jis2004;
    font-weight: bold;
}
.btn:hover {
    opacity: 0.6;
    filter: brightness(110%);
}
.contactus a:hover {
    text-decoration: none;
}
.contactus img {
    width: 40px;
    height: auto;
    margin-right: 30px;
}
.contactus p {
    margin-top: 2px;
}