@charset "utf-8";
/* common------------ */
/*
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.07em;
}
*/
body{
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",BIZ UDPGothic,Meiryo,sans-serif;
    font-size: 22px;
    line-height: 1.6;
    margin: 192px 0 0;
    color: #222;
    counter-reset: count;
}
a:visited {color:#2635C6;text-decoration: none;}
a:link{color:#2635C6;text-decoration: none;}
a{color:#2635C6;cursor: pointer;}
a:hover{color:#2635C6;text-decoration: none;} 

h1{
    margin: 0;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/* コメントアウト用 */
.c-out {
    display: none;
}
.main_wrap h2 {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    margin: 0 auto 40px;
}
.text-links {
    letter-spacing: 0.05em;
}

/* 矢印アイコン付リンク */
p.link-arrow {
    background: url(/wp-content/uploads/2020/09/arrow-right-drop-circle.svg) no-repeat left center;
    font-size: 30px;
    font-weight: 600;
    padding-left: 34px;
    margin: 0 0 20px 0;
    line-height: 1;
    letter-spacing: 0.05em;
}
p.link-arrow a {
    color: #1A237E;  
}

/* テンプレートページ設定 */
.page700{
    margin: 0 auto 100px;
    max-width: 940px;
}
.page700 h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 60px;
}
.main_wrap{
    background-image: url("../images/bg_dot.png");
    background-repeat: repeat;
}
.page-header{
    text-align: center;
    padding: 100px 0 60px;
}
.page-header h2 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
}
.page-h3{
    color: #1A237E;
}
.page-h3::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 4px;
    background: #1A237e;
    border-radius: 3px;
}
/* ヘッダーエリア*/
.top-header{
    position: fixed;
    top: 0;
    width:100%;
    height: 150px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 999;
}
.top-padding{
    /* この高さは.top-headerの高さと同じにする */
    height: 82px;
}
.top-header .logo{
    /*    position: absolute;*/
    margin: 10px 0 0;
    height: 130px;
}
.nav-sticky{
    position: sticky;
    height: inherit;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
.nav-logoArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1%;
}
.nav-button .link-contact{
    width: 50%;
    max-width: 194px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    color: #1A237E;
    background-color: #FFF150;
    border-radius: 3em;
    display: table;
    margin-left: 10px;
}

/* TOP：ナビゲーションメニュー */
nav{
    position: relative;
    top: -10px;
    width: 100%;
    font-size: 16px;
}
.nav-button {
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}
.nav-button a{
    color: #1A237E;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    background: url(../images/chevron-right.svg) no-repeat right center;
    background-size: 40px auto;
}
.nav-button .link-contact:last-child a {
    margin-right: 10px;
}
.nav-button .link-contact:last-child a::before{
    -webkit-transform: translate(124px, -5%);
    -ms-transform: translate(124px, -5%);
    transform: translate(124px, -5%);
}
nav ul{
    padding: 0;
    margin: 0;
    background: #1A237E;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
}
nav li{
    padding: 12px 18px;
    font-size: 16px;
    color: #fff;
}
nav li:hover{background-color: #2635C6;}

nav a.current {
    background: #fff;
    border: 1px solid #1A237E;
}
nav a.current li {
    color: #1A237E;
    font-weight: 600;
}
nav a.current li:hover {
    color:#fff;
}

/* フッター */
footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #444;
    color: #fff;
    font-size: 18px;
    padding: 90px 2% 20px
}
footer .left-box{
    padding-top: 9px;
    width: 57%;
}
footer .left-box  ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
footer .left-box  ul li{
    width: 50%;
    padding-bottom: 30px;
}
footer .right-box{
    display: inline-block;
    letter-spacing: 0.05em;
    width: 43%;
    line-height: 2;
}
footer .right-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
footer a {
    color: #fff !important;
}
footer a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
footer p.copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 60px 0 0 0;
}
/* commonここまで------------ */

/* 最新情報・お知らせ */
/* T0P、固定ページ「最新情報・お知らせ」共通 */
div.whatsnew {
    margin: 10px auto !important;
    max-width: 940px;
}
div.whatsnew hr {
    border: 1px solid #ddd;
}
div.whatsnew hr:nth-of-type(1) {
    display: none;
}
div.whatsnew dl dt {
    color: #666;
    font-weight: 600;
    padding: 7px 0;
}
div.whatsnew dl dd {
    text-align: left;
}
/*
div.whatsnew .newmark {
    padding: 2px 10px !important;
    vertical-align: text-top !important;
    background-color: #F97F00 !important;
}
*/
/* 固定ページ「最新情報・お知らせ」用 */
.news-wrap div.whatsnew h2 {
    display: none;
}

/* 最新情報・お知らせここまで------------ */

/* TOPページ------------*/
.content{
    overflow: hidden;
    margin-top: -4px;
}

/* TOP：メインビジュアル */
header .big-logo{
    position: relative;
    top: 6px;
    text-align: center;
    background-color: #fff;
}
header .big-logo img {
    width: 100%;
    max-width: 1170px;
}

/* TOP：最新情報 */
.top_intro{
    position: relative;
    top: -4px;
    margin: 0 auto;
}
.top-info{
    margin: 0 auto;
    font-size: 20px;
    padding: 20px 2%;
    text-align: left;
    background:#f0f0f0;
}
.top-info .whatsnew {
    margin: 0 auto !important;
}
.top-info .whatsnew h2 {
    font-size: 22px;
    margin: 0 auto;
}
.top-info .whatsnew dl {
    line-height: 1;
}
.top-info .whatsnew dl,
.top-info .whatsnew hr {
display: none;
}
.top-info .whatsnew dl:nth-of-type(n+1):nth-of-type(-n+3),
.top-info .whatsnew hr:nth-of-type(n+2):nth-of-type(-n+4) {
    display: block;
}

/* TOP：ブラインドライターズとは */
.about-us{
    margin: 0 auto;
    color: #ffffff;
    font-size: 24px;
    padding: 40px 0 80px;
    text-align: center;
    background: -moz-linear-gradient(top, #1A237E, #2635C6);
    background: -webkit-linear-gradient(top, #1A237E, #2635C6);
    background: linear-gradient(to bottom, #1A237E, #2635C6);
}
.about-us .explain {
    margin-bottom: 40px;
    line-height: 1.66;
}
.about-us .text-links {
    color: #1A237E;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 23px 0;
    background: #FFF150;
    width: 32.5%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 45px;
}
.about-us .text-links:hover {
    background: #fff;
}
.about-us .text-links a,
.about-us .text-links a:hover,
.about-us .text-links a:visited {
}
.about-us .note {
    font-size: 16px;
    width: 80%;
    max-width: 950px;
    margin: 40px auto 0;
    text-align: left;
}
}

/* TOP：サービス */
.top-services{
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.top-services .text-links {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 23px 0;
    background: #1A237E;
    width: 32.5%;
    max-width: 360px;
    height: 36px;
    border-radius: 45px;
}
.top-services .text-links a {
    color: #FFF;
}
.top-services .text-links:hover {
    background: #2635C6;
}
.comment-services{
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
    padding: 90px 0 180px;
    text-align: left;
}
.comment-services h2 {
    color: #1A237E;
    background: linear-gradient(transparent 70%, #FFF150 0%);
    line-height: 1.1;
}

/* TOP：実績 */
.top-works{
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #EAEBF8;
}
.top-works:before {
    content: "";
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg);
    background: #EAEBF8;
    height: 200px;
    width: 300%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
}
.top-works .comment-works-txt {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order: 2;
}
.top-works .text-links {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 23px 0;
    background: #1A237E;
    width: 32.5%;
    max-width: 360px;
    height: 36px;
    border-radius: 45px;
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
.top-works .text-links a {
    color: #FFF;
}
.top-works .text-links:hover {
    background: #2635C6;
}
.comment-works{
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px 0 90px;
    text-align: left;
    position: relative;
}
.comment-works h2 {
    color: #1A237E;
    background: linear-gradient(transparent 70%, #FFF150 0%);
    line-height: 1.1;
}
.top-works .top-works-box {
    display:flex;
    flex-wrap:wrap;
    max-width: 746px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
    margin-top: 50px;
    order:3;
}
.top-works .top-works-box figure {
    width: 30%;
    margin: 0;
}
.top-works .top-works-box figure img {
    width: 100%;
    height: auto;
}
.top-works .top-works-box p {
    width: 67%;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
}

/* TOP：リンクエリア */
.top-link {
    background: #fff;
}
.top-link .link-section {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 1% 20px;
}
.top-link .link-section .button-area {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-link .link-section .button-area .text-links{
    width: 47%;
    height: 140px;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    border: solid 4px #ccc;
    border-radius: 4px;
    background: #fff;
    line-height: 1.3;
    display: table;
}
.top-link .link-section .button-area .text-links:nth-child(3),
.top-link .link-section .button-area .text-links:nth-child(4) {
    align-self: flex-end;
}
.top-link .link-section .button-area .text-links a {
    display: table-cell;
    vertical-align: middle;
    color: #222;
}
.top-link .link-section .button-area .text-links a span {
    font-size: 25px;
}
.top-link .link-section .twitter-area{
    width: 32%;
    height: 310px;
    border: solid 1px #ccc;
    overflow: hidden
}
.top-link .link-section .to-sns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 27%;
    max-width: 200px;
    margin: 40px auto 20px;
}
.top-link .link-section .to-sns div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.top-link .link-section .to-sns div p {
    margin: 0;
    font-weight: 600;
    margin: 0 0 8px 5%;
}
.top-link .link-section .to-sns a{
    display: block;
    width: 36px;
    border-radius: 15px;
    margin: 0;
    text-align: center;
}
.top-link .link-section .to-sns > a img {
    width: 100%;
}
/* TOPページここまで------------*/



/* サービス */
.services-wrap {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
}

.services-wrap .services-section {
    margin-bottom: 100px;
}
.services-wrap .services-section:nth-of-type(5) {
    background: #F8F9FA;
    padding: 100px 0;
    margin-bottom: -18px;
}
.services-wrap .services-section>div {
    max-width: 940px;
    margin: 0 auto;
}
.services-wrap .services-section h3.icon-01,
.services-wrap .services-section h3.icon-02,
.services-wrap .services-section h3.icon-03,
.services-wrap .services-section h3.icon-04 {
    width: 100%;
    height: 90px;
    padding-left: 105px;
    line-height: 2;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.services-wrap .services-section h3.icon-01 {
    background: url(/wp-content/uploads/2020/09/icon-01.svg) no-repeat left center;
}
.services-wrap .services-section h3.icon-02 {
    background: url(/wp-content/uploads/2020/09/icon-02.svg) no-repeat left center;
}
.services-wrap .services-section h3.icon-03 {
    background: url(/wp-content/uploads/2020/09/icon-03.svg) no-repeat left center;
}
.services-wrap .services-section h3.icon-04 {
    background: url(/wp-content/uploads/2020/09/icon-04.svg) no-repeat left center;
}
.services-wrap .services-section .services-section-inner {
    margin-bottom: 100px;
}
.services-wrap .services-section .services-section-inner h4 {
    margin: 0 0 20px;
    font-size: 34px;
    padding-left: 60px;
    line-height: 1.5;
}

.services-wrap .services-section .services-section-inner h4.icon-05 {
    background: url(/wp-content/uploads/2020/09/videocam-24px.svg) no-repeat left center;
    background-size: contain;
}
.services-wrap .services-section .services-section-inner h4.icon-06 {
    background: url(/wp-content/uploads/2020/09/find_in_page-24px.svg) no-repeat left center;
    background-size: contain;
}
.services-wrap .services-section .services-section-inner h4.icon-07 {
    background: url(/wp-content/uploads/2020/09/library_books-24px.svg) no-repeat left center;
    background-size: contain;
}
.services-wrap .services-section .services-section-inner h4.icon-08 {
    background: url(/wp-content/uploads/2020/09/sms-24px.svg) no-repeat left center;
    background-size: contain;
}
.services-wrap .services-section .services-section-inner h4.icon-09 {
    background: url(/wp-content/uploads/2020/09/barrier-free.svg) no-repeat left center;
    background-size: contain;
}
.services-wrap .services-section .services-section-inner h4.icon-10 {
    background: url(/wp-content/uploads/2020/09/cassette_tape_icon_123868.svg) no-repeat left center;
    background-size: contain;
}
.services-wrap .services-section .services-section-inner h4.icon-11 {
    background: url(/wp-content/uploads/2020/09/group_add-24px.svg) no-repeat left center;
    background-size: contain;
}

.services-wrap .services-section .services-section-inner h4 + p {
    margin: 0;
}
.services-wrap #seminar>.wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services-wrap #seminar>.wp-block-group__inner-container .wp-block-image {
    margin: 0;
}
.services-wrap #seminar>.wp-block-group__inner-container .wp-block-image img{
    width: 100%;
    height: auto;
}
.services-wrap .seminar-left {
    width: 47%;
}
.services-wrap .seminar-right {
/*    background: #f0f6fc;*/
    background: #F8F9FA;
    border-radius: 8px;
    width: 47%;
    padding: 30px 20px;
    box-sizing: border-box;
}
.services-wrap .seminar-right h4 {
    margin: 0 0 20px;
    color: #fff;
    background: #2635C6;
    padding: 9px 23px;
    display: inline-block;
    border-radius: 40px;
}
.services-wrap .seminar-right h4 + p {
    margin-bottom: 0;
}

/* ブラインドライターズとは */
.about-wrap p.main-txt {
    margin: 0 0 60px;
}
/* フォーム切り替えボタン */
.form-change{
    font-size: 20px;
    background: url(/wp-content/uploads/2020/09/arrow-right-drop-circle-w.svg) no-repeat 6% center;
    background-color: #2635C6;
    color: #ffffff;
    margin: 0;
    padding: 20px 10px 20px 55px;
    cursor: pointer;
    position: absolute;
    top: 267px;
    right: 0;
}
.form-change a {
    color: #fff;
}

/* お問い合わせ */
#contact-form{
    display: block;
    padding: 50px;
    margin: 0 auto;
    max-width: 700px;
    background-color: #f7f7f7;
    line-height: 2;
}

input[type="text"],input[type="email"],input[type="tel"],textarea{
    background-color: #ffffff;
    width: 100%;
}

input, textarea{
    font-size: 16px;
    line-height: 1.5;
    border: solid 2px #ececec;
    border-radius: 6px;
    padding: 7px;
}
#menu-icon, #menu-icon2 {
    display: none;
}

/* 実績 */
.works-wrap h3 {
    margin-bottom: 40px;
}
.works-wrap h3::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 13px;
    height: 46px;
    background: #2635C6;
    border-radius: 5px;
    vertical-align: bottom;
    margin-right: 20px;
}
.works-wrap p {
    margin: 0;
}
.works-wrap .works-wrap-section {
    margin-bottom: 100px;
}
.works-wrap h4 {
    font-size: 32px;
    margin: 0 0 20px;
}
.works-wrap .media-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
    margin-bottom: 60px;
}
.works-wrap .media-box div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.works-wrap figure.media-box-left {
    width: 20%;
    margin: 0;
}
.works-wrap figure.media-box-left img {
    width: 100%;
    height: auto;
}

.works-wrap .media-box-right {
    width: 78%;
}
.works-wrap .media-box-right p {
    width: 100%;
    padding-left: 2%;
    margin: 0;
    box-sizing: border-box;
}
.works-wrap .media-box-right figure {
    width: 24%;
    margin: 0;
}
.works-wrap .media-box-right figure img {
    width: 100%;
    height: auto;
}
.works-wrap .works-wrap-section:nth-of-type(3) .media-box div,
.works-wrap .works-wrap-section:nth-of-type(4) .media-box div {
    display: block;
}
.works-wrap .works-wrap-section:nth-of-type(4) .media-box>div>div {
    margin-bottom: 40px;
}
.works-wrap .media-name {
    font-size: 26px;
}

/*会社案内*/
.page700.company-wrap {
    max-width: 100%;
}
.company-wrap .company-wrap-section {
    margin-bottom: 100px;
}
.page700.company-wrap .wp-block-group__inner-container {
    max-width: 970px;
    margin: 0 auto;
}
.company-wrap h3 {
    line-height: 1.6;
}
.company-wrap h3::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 13px;
    height: 46px;
    background: #2635C6;
    border-radius: 5px;
    vertical-align: bottom;
    margin-right: 20px;
}

.company-wrap .members-wrap {
    background: #F8F9FA;
    padding: 100px calc( (100vw - 970px) / 2) 70px;
    margin-bottom: 100px;
}
.company-wrap .wp-block-group.members-profile.items .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.company-wrap .wp-block-group.members-profile.box1 {
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto 60px;
}
.company-wrap .wp-block-group.members-profile.box1 h4 {
font-size: 24px;
}
.company-wrap .wp-block-group.members-profile.box1 .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-wrap .wp-block-group.members-profile.box1 figure {
    margin: 0;
}
.company-wrap .wp-block-group.members-profile.box1 figure+div {
    width: 78%;
}
.company-wrap .wp-block-group.members-profile.box1 figure+div p {
    margin: 0;
}

.company-wrap .wp-block-group.members-profile.items {
    margin-bottom: 30px;
}
.company-wrap .members-profile:nth-of-type(2) h4,
.company-wrap .members-profile:nth-of-type(3) h4 {
    font-size: 34px;
}
.company-wrap .wp-block-group.members-profile.items .wp-block-group__inner-container .wp-block-image {
    margin: 0 auto 20px;
}

.company-wrap .wp-block-group.members-profile.box1 .wp-block-group__inner-container h4,
.company-wrap .wp-block-group.members-profile.items .wp-block-group__inner-container h4 {
    width: 100%;
    margin: 0 0 20px;
}
.company-wrap .members-profile .box2 {
    width: 48%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
    box-sizing: border-box;
    margin: 0 0 30px;
}
.company-wrap .members-profile .box2 h5 {
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}
.company-wrap .members-profile .box2 h5+figure+p {
    margin: 0;
}
.company-wrap .wp-block-group.members-profile img {
    border-radius: 50%;
    width: 160px;
    height: auto;
}
.company-wrap .twitter-link {
    margin: 0;
    background: url(/wp-content/uploads/2020/09/Twitter_Social_Icon_Circle_Color.svg) no-repeat left center;
}
.company-wrap .twitter-link a {
    margin-left:40px
}

/* お見積り */
.estimate-wrap {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}
.estimate-wrap>div:nth-of-type(2) {
    background: #F8F9FA;
    padding: 100px 0;
    margin-top: 100px;
}
.estimate-wrap>div>div {
    max-width: 940px;
    margin: 0 auto;
}


.estimate-wrap  h3.icon-01 {
    background: url(/wp-content/uploads/2020/09/icon-01.svg) no-repeat left center;
    width: 100%;
    height: 90px;
    padding-left: 105px;
    line-height: 2;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.estimate-wrap>div:nth-of-type(1) h4 {
    color: #1A237E;
    font-size: 30px;
    margin: 0 0 20px;
}
.wp-block-table {
    width: 100%;
    margin: 0 auto 40px;
}
.estimate-wrap .estimate-box table {
    border-spacing: 0;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
.estimate-wrap .estimate-box table tr {
    height: 150px;
}
.estimate-wrap .estimate-box table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: center;
}
.estimate-wrap .estimate-box table td.a1 {
    width: 20%;
    background: #7B85E2;
}
.estimate-wrap .estimate-box table td.b1 {
    width: 20%;
    background: #2635C6;
}
.estimate-wrap .estimate-box table td.c1 {
    width: 20%;
    background: #1A237E;
}
.estimate-wrap .estimate-box table td.a1 strong,
.estimate-wrap .estimate-box table td.b1 strong,
.estimate-wrap .estimate-box table td.c1 strong {
    color: #fff;
    font-size: 28px;
}

.estimate-wrap .estimate-box table td.a2,
.estimate-wrap .estimate-box table td.b2,
.estimate-wrap .estimate-box table td.c2{
    width: 20%;
    background: #F8F9FA;
    color: #1A237E;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.estimate-wrap .estimate-box table td.a2 strong,
.estimate-wrap .estimate-box table td.b2 strong,
.estimate-wrap .estimate-box table td.c2 strong {
    font-size: 40px;
}
.estimate-wrap .estimate-box table td.a3,
.estimate-wrap .estimate-box table td.b3,
.estimate-wrap .estimate-box table td.c3{
    width: 60%;
}
.estimate-wrap .estimate-box table td.a3 strong {
    display: block;
    position: relative;
    background: #7B85E2;
    text-align: center;
    color: #fff;
    height: 5em;
    width: 90%;
    line-height: 5;
    box-sizing: border-box;
    padding-left: 60%;
}
.estimate-wrap .estimate-box table td.b3 strong {
    display: block;
    position: relative;
    background: #2635C6;
    text-align: center;
    color: #fff;
    height: 5em;
    width: 40%;
    line-height: 5;
    box-sizing: border-box;
    padding-left: 10%;
}
.estimate-wrap .estimate-box table td.c3 strong {
    display: block;
    position: relative;
    background: #1A237E;
    text-align: center;
    color: #fff;
    height: 5em;
    width: 20%;
    line-height: 1.5;
    box-sizing: border-box;
    padding-left: 0%;
    padding-top: 23px;
}

figure.wp-block-table.op .d1 {
    width: 40%;
    background: linear-gradient(90deg, #1A237E, #2635C6);
    color: #fff;
}
figure.wp-block-table.op .d1 strong {
    color: #fff;
    font-size: 28px;
}
figure.wp-block-table.op .d2 {
    width: 60%;
}
figure.wp-block-table.op .d2 strong {
    color: #1A237E;
    font-size: 40px;
}
figure.wp-block-table.op .d2 span {
    color: #1A237E;
    font-size: 16px;
}
.estimate-wrap .estimate-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
    margin-bottom: 60px;
}
.estimate-wrap .estimate-box:nth-of-type(2)>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estimate-wrap .estimate-box .note p {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.estimate-wrap .estimate-box-inner {
    width: 31%;
}
.estimate-wrap .estimate-box-inner h5 {
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    justify-content: flex-start;
    line-height: 1.2;
    margin: 0 0 30px;
}
.estimate-wrap .estimate-box-inner h5:before {
    counter-increment: count;
    content: counter(count);
    margin-right: 0.6em;
    color: #2635C6;
    font-size: 40px;
}
.estimate-wrap .estimate-box-inner h5+figure {
    margin: 0;
    height: 170px;
    text-align: center;
}
.estimate-box-inner h5+figure img {
    width: auto;
    height: 100%;
}
.estimate-wrap div.estimate-others h3+div {
    padding-left: 73px;
}
.estimate-wrap div.estimate-others p {
    font-size: 34px;
    font-weight: bold;
    padding-left: 60px;
    line-height: 1.5;
}
.estimate-wrap div.estimate-others p.icon-02 {
    background: url(/wp-content/uploads/2020/09/seminar.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-03 {
    background: url(/wp-content/uploads/2020/09/search-24px.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-04 {
    background: url(/wp-content/uploads/2020/09/menu_book-24px.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-05 {
    background: url(/wp-content/uploads/2020/09/videocam-24px.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-06 {
    background: url(/wp-content/uploads/2020/09/find_in_page-24px.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-07 {
    background: url(/wp-content/uploads/2020/09/library_books-24px.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-08 {
    background: url(/wp-content/uploads/2020/09/sms-24px.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-09 {
    background: url(/wp-content/uploads/2020/09/barrier-free.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-10 {
    background: url(/wp-content/uploads/2020/09/cassette_tape_icon_123868.svg) no-repeat left center;
    background-size: contain;
}
.estimate-wrap div.estimate-others p.icon-11 {
    background: url(/wp-content/uploads/2020/09/group_add-24px.svg) no-repeat left center;
    background-size: contain;
}

.estimate-wrap .text-links {
    color: #1A237E;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 23px 0;
    background: #FFF150;
    width: 32.5%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 45px;
}

/* ご発注 */


/* お知らせ・最新情報 */
.news-wrap div.whatsnew {
    background: #fff;
    padding: 80px 100px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* ウェジェット関連 */
/*
.bw-notice{
    text-align: center;
    padding: 0 10px;
}
*/

/* PC：ブラウザ幅768px〜950px */
@media screen and (min-width:768px) and (max-width: 950px) {
/* フッター */
    footer {
        font-size: 2vw;
    }
    footer .right-box h3 {
        font-size: 2.7vw;
    }
    .page700 {
        width: 96%;
    }
    .page700.services-wrap,
    .page700.company-wrap,
    .page700.estimate-wrap{
        width:100%;
    }
    .services-wrap .services-section>div,
    .company-wrap .company-wrap-section>div,
    .page700.estimate-wrap>div{
        padding: 0 2%;
    }
    .services-wrap .services-section h3.icon-03 {
        font-size: 5.1vw;
    }
    .company-wrap .members-wrap,
    .estimate-wrap>div:nth-of-type(2){
        padding: 100px 2% 70px;
    }

}

