@charset "utf-8";

/* manual
========================================== */
.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

.tabOnly {
    display: none;
}

.pctabOnly {
    display: block;
}

.tabspOnly {
    display: none;
}

.pcspOnly {
    display: block;
}

body {
    width: 100%;
}

.conw {
    width: 100%;
    min-width: 1000px;
}

.gnavsp {
    display: none;
}

/* header
========================================== */
header .hdw {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    padding: 20px 0 30px;
}

header .hdw .logo {
    float: left;
    width: 25%;
}

header .hdw .logo a {
    text-decoration: none;
    color: #333333;
}

header .hdw .logo .img {
    float: left;
    padding-right: 3%;
}

header .hdw .logo h1 {
    font-size: 13px;
    font-weight: 800;
    padding-top: 5px;
}

.hdmenu {
    float: right;
    width: 46%;
}

.hdmenu ul {
    float: right;
    width: 59%;
    padding-top: 7px;
}

.hdmenu ul li {
    float: left;
    border-left: 1px solid #cccccc;
    padding: 0 5%;
    line-height: 14px;
}

.hdmenu ul li:last-child {
    border-right: 1px solid #cccccc;
}

.hdmenu ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #666;
}

header .srch {
    float: right;
    width: 40%;
}

header .srch input {
    background-color: #fff;
    border:1px solid #c0c0c0;
    font-size: 12px;
    padding: 2.1% 1%;
    border-radius: 4px;
    float: left;
    margin-right: 2%;
}

header .srch i {
    font-size: 30px;
    color: #5891c6;
    font-weight: bold;
}


/* gmenu
========================================== */

.gnw_sp {
    display: none;
}

.gnw {
    width: 100%;
    border-bottom: solid 1px #a2a2a2;
}

.gn {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.gn li {
    width: 14%;
    float: left;
    height: auto;
    position: relative;
    text-align: center;
    border-left: 1px solid #cccccc;
    padding: 13px 0 10px;
    height: 23px;
    cursor: pointer;
}

.gn li i {
    color: #3d6eb5;
}

.gn li:last-child {
    border-right: 1px solid #cccccc;
}
.gn li.gn01 a{
    display:flex;
}

.gn li.gn01 a,
.gn li.gn07 a {
    float: left;
}

.gn li.gn01 p,
.gn li.gn07 p {
    width: 56%;
    margin: 0 auto;
    padding-left: 8%;
}

.gmenu_new {
    position: absolute;
    left: -1px;
    top: 1px;
}

.gn07_detail {
    display: none;
}

/* gmenu  of
========================================== */
.gn li .gn01 {
}

.gn li .gn02 {
}

.gn li .gn03 {
}

.gn li .gn04 {
}

.gn li .gn05 {
}

.gn li .gn06 {
}

.gn li .gn07 {
}

.gn li .gn08 {
}

/* gmenu  on
========================================== */
.gn li.on {
    background-color: #202020;
}

.gn li:hover {
}

.gn li a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.gn li p {
}

.gn li.on {
    background-color: #efefef;
    transition: all 0.5s linear;
}

.gn li:hover {
    background-color: #efefef;
    transition: all 0.5s linear;
}

.gn li.active {
    background-color: #efefef;
}

/* gmenu  no
========================================== */
.gn li.no,
.gn li.no:hover {
    opacity: 0.6;
}

.gn li.no p,
.gn li.no:hover p {
    border-bottom: solid 4px transparent;
}

.gn li.no a {
    cursor: default;
}

.chuw {
    margin: 20px auto;
}

.chu {
    font-size: 11px;
    color: #333333;
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    text-align: left;
}

/* グロナビ 製品情報 アコーディオン
========================================== */

.gn01_detail {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 0 10px;
}

.gn01_detail .sec01 {
    width: 13%;
    float: left;
    text-align: center;
    margin-right: 2.5%;
    border-right: 1px solid #e2e2e2;
    padding: 4% 3% 11.5% 3%;
}

.gn01_detail .sec01 img {
    margin-bottom: 15px;
    width: 100%;
}

.gn01_detail .sec01 .link {
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    color: #06418c;
    font-size: 14px;
}

.gn01_detail .sec01 .btn {
    border: solid 2px #3d6eb5;
    border-radius: 16px;
    padding: 2% 5%;
    display: block;
    width: 93%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    color: #3d6eb5;
    box-sizing: border-box;
    line-height: 25px;
}

.gn01_detail .sec01 .btn i {
    float: left;
    padding-top: 12px;
}

.gn01_detail .sec01 .btn:hover {
    border: solid 2px #3d6eb5;
    background-color: #006eb0;
    border-radius: 16px;
    padding: 2% 5%;
    display: block;
    width: 93%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    line-height: 25px;
}

.gn01_detail .sec02 {
    width: 36%;
    float: left;
    margin-right: 2%;
    border-right: 1px solid #e2e2e2;
    padding: 0 3% 3% 0;
}

.gn01_detail .sec02 ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}

.gn01_detail .sec02 ul li:nth-child(2),
.gn01_detail .sec02 ul li:nth-child(4) {
    margin-right: 0;
}

.gn01_detail .sec02 ul li .img {
    text-align: center;
    border: 1px solid #cbcbcb;
    width: 208px;
    margin-bottom: 8px;
}

.gn01_detail .sec02 ul li p {
    color: #06418c;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
}

.gn01_detail .sec02 ul li p i {
    float: left;
}

.gn01_detail .sec03 {
    float: left;
    width: 35%;
}

.gn01_detail .sec03 ul {
    margin-bottom: 20px;
}

.gn01_detail .sec03 .gnavmb {
    margin-bottom: 87px;
}

.gn01_detail .sec03 ul .ttl {
    color: #06418c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    padding: 3% 2%;
    font-size: 12px;
}

.gn01_detail .sec03 ul .ttl span {
    font-size: 17px;
}

.gn01_detail .sec03 ul li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.gn01_detail .sec03 .left {
    width: 48%;
    float: left;
}

.gn01_detail .sec03 .right {
    width: 48%;
    float: right;
}


/* グロナビ 企業情報 アコーディオン
========================================== */

.gn07_detail {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

.gn07_detail .left {
    width: 80%;
    float: left;
}


.gn07_detail .left ul li {
    width: 22%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.gn07_detail .left ul li:nth-child(4),
.gn07_detail .left ul li:nth-child(8) {
    margin-right: 0;
}

.gn07_detail .left ul li .img {
    background-color: #e0e0e0;
    text-align: center;
    padding: 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 8px;
}

.gn07_detail .left ul li p {
    color: #06418c;
    line-height: 25px;
    font-weight: bold;
}

.gn07_detail .left ul li p i {
    float: left;
}

.gn07_detail .right {
    float: right;
    width: 20%;
}


.gn07_detail .right ul li {
    clear: both;
    margin-bottom: 20px;
}

.gn07_detail .right ul li i {
    float: left;
}

.gn07_detail .right ul li p {
    color: #06418c;
    line-height: 25px;
    font-weight: bold;
}


/*コンテンツフェードアニメーション*/
/* 画面外にいる状態 */

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 2000ms;
    animation-timing-function: ease-in-out;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: ease-in-out;
}


/* インフォメーション
========================================== */
.topinfo {
    background-color: #000;
    color: #ffffff;
    margin-bottom: 60px;
}

.topinfo .content {
    float: left;
    padding-bottom: 0;
    width: 80%;
}

.topinfo .infow {
    max-width: 1200px;
    margin: 0 auto;
}

.topinfo .ttl {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 2%;
    padding: 15px 0;
}

.topinfo .naiyou {
    padding: 19px 0 ;
    font-size:0.7em;
}

.topinfo a {
    color:#FFF;
}

.topinfo a:hover {
    color:#c0c0c0;
}

.topinfo .menu {
    float: right;
    background-color: #424242;
    /* cursor: pointer; */
}

.topinfo .menu i {
    font-size: 29px;
}

.topinfo .infocontents {
    display: none;
}

.topinfo .infocontents ul {
    margin-bottom: 30px;
}

.topinfo .infocontents ul li {
    border-top: 1px solid #6f6f6f;
    padding: 15px 0;
}

.topinfo .infocontents ul li:last-child {
    border-bottom: 1px solid #6f6f6f;
}

.topinfo .infocontents ul li .left {
    float: left;
    font-weight: bold;
    margin-right: 1.5%
}

.topinfo .infocontents ul li .left p {
    color: #cacaca;

}

.topinfo .infocontents ul li .right {
    overflow: hidden;
}

.topinfo .infocontents ul li .right p {
    font-size: 12px;
    line-height: 22px;
}

.topinfo .infocontents .btn {
    width: 15%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.topinfo .infocontents .btn a {
    background-color: #2f6abf;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}


/* top
========================================== */
.main {
    text-align: center;
}

.mainimg img {
    max-width: 100%;
    height: auto;
}

.topcon {
    max-width: 1200px;
    margin: 0 auto;
}

.topcon h2 {
    font-family: 'Times New Roman', 'Sitka Banner', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 200;
}

.topcon h2 span {
    font-size: 15px;
    font-weight: normal;
}

.topcon .left {
    width: 73%;
    float: left;
    margin-bottom: 70px;
}

.topcon .left li {
    margin-bottom: 20px;
}

.topcon .left .two li {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.topcon .left .two li:nth-child(2),
.topcon .left .two li:nth-child(4) {
    margin-right: 0;
}

.topcon .left li img {
    float: left;
    width: 50%;
}

.topcon .left li.con03 img,
.topcon .left li.con06 img,
.topcon .left li.con11 img,
.topcon .left li.con13 img,
.topcon .left li.con15 img {
    float: right;
}

.topcon .left li .ttl {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 25px;
    position: relative;
}

.topcon .left li .ttl h3 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    margin: 0 16px 19px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.topcon .left li .ttl .shousai {
    border: 1px solid #ffffff;
    background: #fff;
    color: #333;
    padding: 3% 0;
    box-sizing: border-box;
    margin: -12px 17%;
    font-weight: bold;
}

.topcon .left li .ttl .txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    padding-bottom: 21px;
    font-weight: 500;
    line-height: 20px;
}


.topcon .left li a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}

.topcon .left .one li .ttl {
    padding-top: 30px;
}

.topcon .left .one li .ttl h3 {
    margin: 0 70px 10px;
}


.topcon .left li.con01 {
    background-color: #f6b041;
}

.topcon .left li.con02 {
    background-color: #e2276a;
}

.topcon .left li.con03 {
    background-color: #1e8eff;
}

.topcon .left li.con04 {
    background-color: #ff7f50;
}

.topcon .left li.con05 {
    background-color: #7a171c;
}

.topcon .left li.con06 {
    background-color: #eb6ea0;
}

.topcon .left li.con07 {
    background-color: #009944;
}

.topcon .left li.con08 {
    background-color: #5eb2d1;
}

.topcon .left li.con09 {
    background-color: #941f57;
}

.topcon .left li.con10 {
    background-color: #76D0A8;
}

.topcon .left li.con11 {
    background-color: #d6d6d6;
}

.topcon .left li.con12 {
    background-color: #9ab559;
}

.topcon .left li.con13 {
    background-color: #E795A0;
}

.topcon .left li.con13 {
    background-color: #E795A0;
}

.topcon .left li.con14 {
    background-color: #e8383d;
}

.topcon .left li.con15 {
    background-color: #B8D6B3;
}


.topcon .right {
    width: 23.3%;
    float: right;
}

.topcon .left .more,
.topcon .right .more {
    background-color: #fff;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    border: 1px solid #a0a0a0;
}

.topcon .left .more {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    display: block;
    padding: 15px 42%;
    font-weight: bold;
}

.topcon .left .more i {
    float: left;
    font-size: 33px;
}

.topcon .left .more p {
    padding-top: 4px;
    font-size: 18px;
}

.topcon .right .info ul li {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.topcon .right .info ul li a {
    text-decoration: none;
    color: #000;
}


.topcon .right .more a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding: 15px 30%;
}

.topcon .right .more a i {
    float: left;
    font-size: 25px;
}

.topcon .right .bnr ul li {
    margin-bottom: 44px;
    border: 1px solid #a0a0a0;
}

.topcon .right .contact {
    background-color: #1a4176;
    cursor: pointer;
    padding: 5% 3%;
    border-radius: 2px;
    width: 95%;
    margin: 0 auto;
    transition: 1.0s;


}

.topcon .right .contact:hover {
    background-color: #88b5d3;
    transition: 1.0s;
    border: #88b5d3 1px solid;

}

li.contact {
}

.topcon .right .contact a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    font-size: 18px;
}

.topcon .right .contact a i {
    float: left;
    width: 14%;
    padding-top: 12px;
    font-size: 20px;
}

.topcon .right .contact a p {
    font-size: 14px;
    width: 80%;
    text-align: left;
    overflow: hidden;
    line-height: 25px;
}

.saiyo img {
    border: 1px solid #a0a0a0;
    width: 100%;
}



/* フッター
========================================== */

footer {
    background-color: #1b437d;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer .fmenu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 30px;
    ;

}

footer .fmenu ul li {
    float: left;
    font-size: 12px;
    border-right: 1px solid #ffffff;
    width: 19%;
}

footer .fmenu ul li:last-child {
    border-right: none;
}

footer .logo {
    max-width: 234px;
    margin: 0 auto;
    margin-bottom: 20px;
}

footer .logo img {
    float: left;
    padding-right: 3%;
}

footer .logo {
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

footer .logo p {
    padding-top: 10px;
}

footer .copy {
    color: #ffffff;
    padding-bottom: 20px;
}


.page_top {
    width: 55px;
    margin-top: 5px;
    position: fixed;
    right: 20px;
    bottom: 78px;
    z-index: 100;
    background-color: none;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    cursor: default;
}

.page_top .material-icons {
    font-size: 30px;
}


/****
下層ページ共通のテンプレート
*******************************************/

.kasouhd {
    height: 126px;
}

.pan {
    text-align: left;
    font-size: 11px;
    color: #333333;
    padding: 8px 0;
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    margin-top: 10px;
}

.pan a {
    color: #333333;
}


.tit {
    width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 55px 0;
    text-align: center;
}

.tit p {
    text-align: center;
    display: inline-flex;
    width: auto;
    margin: 0 auto;
    padding: 5px 10px 2px;
    color: #ffffff;
    font-size: 47px;
    letter-spacing: 5px;
    font-weight: normal;
    text-shadow: -2px -2px 1px rgb(0, 0, 0);
}

.tit h2 {
    color: #ffffff;
    font-size: 20px;
}

.titw {
    margin-bottom: 30px;
}

.titw .obi {
    background-color: #88b5d3;
    padding: 34px 0 25px;
    margin-top: 10px;
}

.titw .obi .obi_in {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.titw .obi h2 {
    float: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 7px;
}

.titw .obi img {
    float: right;
    padding-bottom: 8px;
    margin-right: 8px;
}

.con {
    max-width: 1200px;
    width: 79%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.con .maincont {
    width: 75%;
    float: left;
}

.con h3 {
    border-left: 1px solid #333;
    padding-left: 10px;
    margin-bottom: 20px;
}

.corp_sidenav {
    width: 22%;
    float: right;
    box-sizing: border-box;
}

.corp_sidenav ul li {
    border-bottom: 1px solid #d4d4d4;
    background: url(../images/sidenav_arrow.png) no-repeat;
    background-position: 4%;
}

.corp_sidenav ul li.on,
.corp_sidenav ul li:hover {
    background-color: #88b5d3;
    transition: all 0.3s linear;
}

.corp_sidenav ul li.on a,
.corp_sidenav ul li:hover a {
    color: #ffffff;
    opacity: 1;
}

.corp_sidenav ul li:last-child {
    border-bottom: none;
}

.corp_sidenav ul li a {
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 15px 0 15px 14%;
    font-size: 13px;
}

/****
製品情報
*******************************************/
/* トップページ */
.products .con .maincont {
    width: 90%;
    float: none;
    margin: 0 auto;
}

.products .pdbox h3 {
    font-size:1em;
    color: #fff;
    border-left: none;
    padding: 4px 15px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}


.products .sec01.pdbox h3 {
    background-color: #e2276a;
}

.products .sec02.pdbox h3 {
    background-color: #006400;
}

.products .sec03.pdbox h3 {
    background-color: #0066cc;
}

.products .sec04.pdbox h3 {
    background-color: #e0711b;
}

.products .pdbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products .pdbox > *{
    flex-grow: 0;
}
.products .pdbox > h3{
    flex-grow: 1;
}
.products .pdbox > p{
    margin-bottom: 25px;
}

.products .pdbox .pds {
    padding: 10px;
    border: solid 2px #ccc;
    width: 47.2%;
    margin-bottom: 15px;
    border-radius: 7px;
}

.products .pdbox .pds .pdimg {
    float: left;
    width: 39%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 185px;
    padding-right: 10px;
}

.products .pdbox .pds .pdimg img {
    width: 90%;
}

.products .pdbox .pds .pdt {
    float: left;
    width: 54%;
}

.products .pdbox .pds .pdt h4 span {
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    /* font-weight:normal; */
    line-height: 0.6em;
}

.products .pdbox .pds .pdt h4 {
    font-size: 1.2em;
    padding: 10px 0 0;
    line-height: 2.5em;
    color: #06418c;
    letter-spacing: 0.1em;
}

.products .pdbox .pds .pdt h4:hover {
    color: #88b5d3;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}

.products .pdbox .pds .pdt h4 .material-icons {
    font-size: 0.8em;
    /* line-height: 1.8em; */
}

/* 売買仲介会社様向け */
.trade .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.tradenav {
    background-color: #cacaca;
    margin-bottom: 40px;
    width: 100%;
}

.tradenav ul {
    font-size: 0;
}

.tradenav li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 24.9%;
    text-align: center;
    padding: 6px 0px;
    color: #fff;
    border-right: solid 1px #fff;
}

.tradenav li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.tradenav li.on,
.tradenav li:hover {
    background-color: #88b5d3;
    transition: 1.2s;
}

.tradenav li:last-child {
    border-right: none;
}

.tradenav li:after {
    font-family: 'Material Icons';
    content: "\E315";
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -9px;
    font-size: 18px;
    font-weight: bold;
}

.trade .con h3 {
    border: none;
    color: #1d2d67;
}

.trade .maincont .sec01,
.trade .maincont .sec02 {
    margin-bottom: 40px;
}


/*BMS-cloud*/
.trade .sec_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.trade .sec_row .sec_itm{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 49%;
    border: solid 1px #d9d9d9;
}
.trade .sec_row .sec_itm > *{
    flex-grow: 0;
}
.trade .sec_row .sec_itm > .trade_ico_body{
    flex-grow: 1;
}

.trade .sec01 .sec-a .tradeimg {
    position: relative;
    margin-top: 1px;
}

.trade .sec01 .sec-a .tradeimg img {
    width: 100%;
}

/*IE11*/
/*@media all and (-ms-high-contrast: none) {
    .trade .sec01 .sec-a .tradeimg img {
        margin-top: -17px;
    }
}*/

/*edge*/
/*@supports (-ms-ime-align: auto) {
    .trade .sec01 .sec-a .tradeimg img {
        margin-top: -17px;
    }
}*/

.trade .sec01 .sec-a .tradeico {
    position: absolute;
    top: 8px;
    left: 8px;
}

.trade .sec01 .sec-a .tradeico p {
    float: left;
    background-color: #d9a62e;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;

}

.trade .sec01 .sec-a .tradelogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.trade .sec01 .sec-a .tradelogo img {
    width: 35%;
    padding: 10px 0;
}

.trade .sec01 .sec-a .tradelogo p {
    font-size: 12px;
}

.trade .sec01 .sec-a .tradeico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 228px;
}

.trade .sec01 .sec-a .tradeico02a,
.trade .sec01 .sec-a .tradeico02b,
.trade .sec01 .sec-a .tradeico02c {
    width: 33.3%;
}

.trade .sec01 .sec-a .tradeico02a p:first-child,
.trade .sec01 .sec-a .tradeico02b p:first-child,
.trade .sec01 .sec-a .tradeico02c p:first-child {
    background-color: #d9a62e;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.trade .sec01 .sec-a .tradeico02c p:first-child {
    margin-right: 0;
}

.trade .sec01 .sec-a .tradeico02a p:nth-child(2),
.trade .sec01 .sec-a .tradeico02b p:nth-child(2),
.trade .sec01 .sec-a .tradeico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}



.trade .sec01 .sec-a .tradeico02b li {
    font-size: 12px;
    padding: 0 6px;
    width: 87%;
}

.trade .sec01 .sec-a .tradeico02b li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.trade .sec01 .sec-a .tradeico02c li {
    font-size: 12px;
    padding: 0 8px;
    /* margin:  0 auto; */
    width: 87%;
    text-align: center;
}

.trade .sec01 .sec-a .tradebtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.trade .sec01 .sec-a .tradebtn p {
    float: left;
    margin-right: 4px;
    background-color: #cdcdcd;
    width: 46%;
    text-align: center;
    padding: 3px 3px 5px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    font-size: 12px;

}

.trade .sec01 .sec-a .tradebtn p:before,
.trade .sec01 .sec-a .tradebtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -5%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;

}

.trade .sec01 .sec-a .tradelink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;

}

.trade .sec01 .sec-a .tradelink a {
    display: inline-block;
    border: solid 1px #d9a62e;
    border-radius: 4px;
    color: #d9a62e;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.trade .sec01 .sec-a .tradelink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec01 .sec-a .tradelink a:hover {
    background-color: #d9a62e;
    color: #fff;
    transition: 0.2s;
}

/*Auto Writer*/

.trade .sec01 .sec-b .tradeimg {
    position: relative;
    margin-top: 1px;
}

.trade .sec01 .sec-b .tradeimg img {
    width: 100%;
}

/*IE11*/
/*@media all and (-ms-high-contrast: none) {
    .trade .sec01 .sec-b .tradeimg img {
        margin-top: -16px;
    }
}*/

/*edge*/
/*@supports (-ms-ime-align: auto) {
    .trade .sec01 .sec-b .tradeimg img {
        margin-top: -16px;
    }
}*/

.trade .sec01 .sec-b .tradeico {
    position: absolute;
    top: 8px;
    left: 8px;
}

.trade .sec01 .sec-b .tradeico p {
    float: left;
    background-color: #e4007f;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.trade .sec01 .sec-b .tradelogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.trade .sec01 .sec-b .tradelogo img {
    width: 35%;
    padding: 10px 0;
}

.trade .sec01 .sec-b .tradelogo p {
    font-size: 12px;
}

.trade .sec01 .sec-b .tradeico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 140px;
}

.trade .sec01 .sec-b .tradeico02a,
.trade .sec01 .sec-b .tradeico02b,
.trade .sec01 .sec-b .tradeico02c {
    width: 33.3%;
}

.trade .sec01 .sec-b .tradeico02a p:first-child,
.trade .sec01 .sec-b .tradeico02b p:first-child,
.trade .sec01 .sec-b .tradeico02c p:first-child {
    background-color: #e2276a;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.trade .sec01 .sec-b .tradeico02c p:first-child {
    margin-right: 0px;
}

.trade .sec01 .sec-b .tradeico02a p:nth-child(2),
.trade .sec01 .sec-b .tradeico02b p:nth-child(2),
.trade .sec01 .sec-b .tradeico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0 8px;
    margin: 0 auto;
    height: 120px;
    /* width: 96%; */
    /* text-align: center; */
}


.trade .sec01 .sec-b .tradebtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.trade .sec01 .sec-b .tradebtn p {
    float: left;
    margin-right: 4px;
    background-color: #cdcdcd;
    width: 47%;
    text-align: center;
    padding: 4px 0 7px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    font-size: 11px;
}

.trade .sec01 .sec-b .tradebtn p:before,
.trade .sec01 .sec-b .tradebtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -5%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec01 .sec-b .tradelink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.trade .sec01 .sec-b .tradelink a {
    display: inline-block;
    border: solid 1px #e4007f;
    border-radius: 3px;
    color: #e4007f;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.trade .sec01 .sec-b .tradelink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec01 .sec-b .tradelink a:hover {
    background-color: #e4007f;
    color: #fff;
    transition: 0.2s;
}


/*BMS-WEB*/

.trade .sec02 .sec-a .tradeimg {
    position: relative;
    margin-top: 1px;
}

.trade .sec02 .sec-a .tradeimg img {
    width: 100%;
}

/*IE11*/
/*@media all and (-ms-high-contrast: none) {
    .trade .sec02 .sec-a .tradeimg img {
        margin-top: -17px;
    }
}*/

/*edge*/
/*@supports (-ms-ime-align: auto) {
    .trade .sec02 .sec-a .tradeimg img {
        margin-top: -17px;
    }
}*/

.trade .sec02 .sec-a .tradeico {
    position: absolute;
    top: 8px;
    left: 8px;
}

.trade .sec02 .sec-a .tradeico p {
    float: left;
    background-color: #df1672;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;

}

.trade .sec02 .sec-a .tradelogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.trade .sec02 .sec-a .tradelogo img {
    width: 35%;
    padding: 10px 0;
}

.trade .sec02 .sec-a .tradelogo p {
    font-size: 12px;
}

.trade .sec02 .sec-a .tradeico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 187px;
}

.trade .sec02 .sec-a .tradeico02a,
.trade .sec02 .sec-a .tradeico02b,
.trade .sec02 .sec-a .tradeico02c {
    width: 33%;
}

.trade .sec02 .sec-a .tradeico02a p:first-child,
.trade .sec02 .sec-a .tradeico02b p:first-child,
.trade .sec02 .sec-a .tradeico02c p:first-child {
    background-color: #e2276a;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin: 6px;
}

.trade .sec02 .sec-a .tradeico02c p:first-child {
    margin-right: 0px;
}

.trade .sec02 .sec-a .tradeico02a p:nth-child(2),
.trade .sec02 .sec-a .tradeico02b p:nth-child(2),
.trade .sec02 .sec-a .tradeico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 86%;
}

.trade .sec02 .sec-a .tradeico02c li {
    font-size: 12px;
    padding: 0 8px;
    /* margin:  0 auto; */
    width: 86%;
    text-align: center;
}

.trade .sec02 .sec-a .tradebtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
}

.trade .sec02 .sec-a .tradebtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.trade .sec02 .sec-a .tradebtn p:before,
.trade .sec02 .sec-a .tradebtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec02 .sec-a .tradelink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.trade .sec02 .sec-a .tradelink a {
    display: inline-block;
    border: solid 1px #df1672;
    border-radius: 6px;
    color: #df1672;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.trade .sec02 .sec-a .tradelink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec02 .sec-a .tradelink a:hover {
    background-color: #df1672;
    color: #fff;
    transition: 0.2s;
}


/*RMS*/
.trade .sec02 .sec-b {
    width: 49%;
    border: solid 1px #a0a0a0;
    float: left;
    height: 642px;
}

.trade .sec02 .sec-b .tradeimg {
    position: static;
    margin-top: 1px;
}

.trade .sec02 .sec-b .tradeimg img {
    margin-top: -20px;
    width: 100%;
}

.trade .sec02 .sec-b .tradeico {
    position: relative;
    top: 8px;
    left: 8px;
}

.trade .sec02 .sec-b .tradeico p {
    float: left;
    background-color: #1b7e3b;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.trade .sec02 .sec-b .tradelogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.trade .sec02 .sec-b .tradelogo img {
    width: 32%;
    padding: 10px 0;
}

.trade .sec02 .sec-b .tradelogo p {
    font-size: 12px;
}

.trade .sec02 .sec-b .tradeico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 182px;
}

.trade .sec02 .sec-b .tradeico02a,
.trade .sec02 .sec-b .tradeico02b,
.trade .sec02 .sec-b .tradeico02c {
    width: 33%;
}

.trade .sec02 .sec-b .tradeico02a p:first-child,
.trade .sec02 .sec-b .tradeico02b p:first-child,
.trade .sec02 .sec-b .tradeico02c p:first-child {
    background-color: #1b7e3b;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.trade .sec02 .sec-b .tradeico02c p:first-child {
    margin-right: 0px;
}

.trade .sec02 .sec-b .tradeico02a p:nth-child(2) {
    font-size: 12px;
    padding: 0 8px 0 0;
    margin: 0 auto;
    /* width: 96%; */
}

.trade .sec02 .sec-b .tradeico02b p:nth-child(2) {
    font-size: 12px;
    padding: 0 6px;
}


.trade .sec02 .sec-b .tradeico02c li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
}

.trade .sec02 .sec-b .tradeico02c li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.trade .sec02 .sec-b .tradebtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
}

.trade .sec02 .sec-b .tradebtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.trade .sec02 .sec-b .tradebtn p:before,
.trade .sec02 .sec-b .tradebtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec02 .sec-b .tradelink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.trade .sec02 .sec-b .tradelink a {
    display: inline-block;
    border: solid 1px #1b7e3b;
    border-radius: 6px;
    color: #1b7e3b;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.trade .sec02 .sec-b .tradelink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.trade .sec02 .sec-b .tradelink a:hover {
    background-color: #006400;
    color: #fff;
    transition: 0.2s;
}



/* 買取再販会社様向け */
.sell .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.sellnav {
    background-color: #cacaca;
    margin-bottom: 40px;
    width: 80%;
}

.sellnav ul {
    font-size: 0;
}

.sellnav li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 24.9%;
    text-align: center;
    padding: 6px 0px;
    color: #fff;
    border-right: solid 1px #fff;
}

.sellnav li a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.sellnav li.on,
.sellnav li:hover {
    background-color: #88b5d3;
    transition: 1.2s;
}

.sellnav li:last-child {
    border-right: none;
}

.sellnav li:after {
    font-family: 'Material Icons';
    content: "\E315";
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -9px;
    font-size: 18px;
    font-weight: bold;
}

.sell .con h3 {
    border: none;
    color: #1d2d67;
}

.sell .maincont .sec01,
.sell .maincont .sec02 {
    margin-bottom: 40px;
}


/*RMS*/
.sell .sec01 .sec-a {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    margin-right: 10px;
    height: 642px;
}

.sell .sec01 .sec-a .sellimg {
    position: static;
    margin-top: 1px;
}

.sell .sec01 .sec-a .sellimg img {
    margin-top: -21px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .sell .sec01 .sec-a .sellimg img {
        margin-top: -17px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .sell .sec01 .sec-a .sellimg img {
        margin-top: -17px;
    }
}


.sell .sec01 .sec-a .sellico {
    position: relative;
    top: 8px;
    left: 8px;
}

.sell .sec01 .sec-a .sellico p {
    float: left;
    background-color: #1b7e3b;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.sell .sec01 .sec-a .selllogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sell .sec01 .sec-a .selllogo img {
    width: 32%;
    padding: 10px 0;
}

.sell .sec01 .sec-a .selllogo p {
    font-size: 12px;
}

.sell .sec01 .sec-a .sellico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 182px;
}

.sell .sec01 .sec-a .sellico02a,
.sell .sec01 .sec-a .sellico02b,
.sell .sec01 .sec-a .sellico02c {
    width: 33%;
}

.sell .sec01 .sec-a .sellico02a p:first-child,
.sell .sec01 .sec-a .sellico02b p:first-child,
.sell .sec01 .sec-a .sellico02c p:first-child {
    background-color: #1b7e3b;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.sell .sec01 .sec-a .sellico02c p:first-child {
    margin-right: 0px;
}

.sell .sec01 .sec-a .sellico02a p:nth-child(2),
.sell .sec01 .sec-a .sellico02b p:nth-child(2),
.sell .sec01 .sec-a .sellico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}



.sell .sec01 .sec-a .sellico02c li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
}

.sell .sec01 .sec-a .sellico02c li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.sell .sec01 .sec-a .sellbtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
}

.sell .sec01 .sec-a .sellbtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.sell .sec01 .sec-a .sellbtn p:before,
.sell .sec01 .sec-a .sellbtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.sell .sec01 .sec-a .selllink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.sell .sec01 .sec-a .selllink a {
    display: inline-block;
    border: solid 1px #1b7e3b;
    border-radius: 6px;
    color: #1b7e3b;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.sell .sec01 .sec-a .selllink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.sell .sec01 .sec-a .selllink a:hover {
    background-color: #006400;
    color: #fff;
    transition: 0.2s;
}


/*RMS-web*/
.sell .sec01 .sec-b {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    height: 642px;
}

.sell .sec01 .sec-b .sellimg {
    position: static;
    margin-top: 1px;
}

.sell .sec01 .sec-b .sellimg img {
    margin-top: -21px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .sell .sec01 .sec-b .sellimg img {
        margin-top: -17px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .sell .sec01 .sec-b .sellimg img {
        margin-top: -17px;
    }
}

.sell .sec01 .sec-b .sellico {
    position: relative;
    top: 8px;
    left: 8px;
}

.sell .sec01 .sec-b .sellico p {
    float: left;
    background-color: #1b7e3b;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.sell .sec01 .sec-b .selllogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sell .sec01 .sec-b .selllogo img {
    width: 40%;
    padding: 10px 0;
}

.sell .sec01 .sec-b .selllogo p {
    font-size: 12px;
}

.sell .sec01 .sec-b .sellico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 182px;
}

.sell .sec01 .sec-b .sellico02a,
.sell .sec01 .sec-b .sellico02b,
.sell .sec01 .sec-b .sellico02c {
    width: 33%;
}

.sell .sec01 .sec-b .sellico02a p:first-child,
.sell .sec01 .sec-b .sellico02b p:first-child,
.sell .sec01 .sec-b .sellico02c p:first-child {
    background-color: #1b7e3b;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.sell .sec01 .sec-b .sellico02c p:first-child {
    margin-right: 0px;
}

.sell .sec01 .sec-b .sellico02a p:nth-child(2),
.sell .sec01 .sec-b .sellico02b p:nth-child(2),
.sell .sec01 .sec-b .sellico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}



.sell .sec01 .sec-b .sellico02c li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
}

.sell .sec01 .sec-b .sellico02c li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.sell .sec01 .sec-b .sellbtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
}

.sell .sec01 .sec-b .sellbtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.sell .sec01 .sec-b .sellbtn p:before,
.sell .sec01 .sec-b .sellbtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.sell .sec01 .sec-b .selllink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.sell .sec01 .sec-b .selllink a {
    display: inline-block;
    border: solid 1px #1b7e3b;
    border-radius: 6px;
    color: #1b7e3b;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.sell .sec01 .sec-b .selllink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.sell .sec01 .sec-b .selllink a:hover {
    background-color: #006400;
    color: #fff;
    transition: 0.2s;
}


/* デベロッパー・販社会社会社様向け */
.dev .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.dev .con h3 {
    border: none;
    color: #1d2d67;
}

.dev .maincont .sec01,
.dev .maincont .sec02 {
    margin-bottom: 40px;
}


/*ReSFA*/
.dev .sec01 .sec-a {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.dev .sec01 .sec-a .devimg {
    position: static;
}

.dev .sec01 .sec-a .devimg img {
    margin-top: -23px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .dev .sec01 .sec-a .devimg img {
        margin-top: -19px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .dev .sec01 .sec-a .devimg img {
        margin-top: -19px;
    }
}

.dev .sec01 .sec-a .devico {
    position: relative;
    top: 8px;
    left: 8px;
}

.dev .sec01 .sec-a .devico p {
    float: left;
    background-color: #0068b6;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.dev .sec01 .sec-a .devlogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dev .sec01 .sec-a .devlogo img {
    width: 35%;
    padding: 10px 0;
}

.dev .sec01 .sec-a .devlogo p {
    font-size: 12px;
}

.dev .sec01 .sec-a .devico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 230px;
}

.dev .sec01 .sec-a .devico02a,
.dev .sec01 .sec-a .devico02b,
.dev .sec01 .sec-a .devico02c {
    width: 33%;
}

.dev .sec01 .sec-a .devico02a p:first-child,
.dev .sec01 .sec-a .devico02b p:first-child,
.dev .sec01 .sec-a .devico02c p:first-child {
    background-color: #0068b6;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.dev .sec01 .sec-a .devico02c p:first-child {
    margin-right: 0;
}

.dev .sec01 .sec-a .devico02a p:nth-child(2),
.dev .sec01 .sec-a .devico02b p:nth-child(2),
.dev .sec01 .sec-a .devico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    /* text-align: center; */
    width: 92%;
}

.dev .sec01 .sec-a .devico02b li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
}

.dev .sec01 .sec-a .devico02b li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.dev .sec01 .sec-a .devico02c li {
    font-size: 12px;
    padding: 0 8px;
    /* margin:  0 auto; */
    width: 83%;
    text-align: center;
}

.dev .sec01 .sec-a .devbtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.dev .sec01 .sec-a .devbtn p {
    float: left;
    margin-right: 4px;
    background-color: #cdcdcd;
    width: 46%;
    text-align: center;
    padding: 3px 3px 5px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    font-size: 12px;
}

.dev .sec01 .sec-a .devbtn p:before,
.dev .sec01 .sec-a .devbtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -5%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec01 .sec-a .devlink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.dev .sec01 .sec-a .devlink a {
    display: inline-block;
    border: solid 1px #0068b6;
    border-radius: 4px;
    color: #0068b6;
    text-align: center;
    font-size: 0.8em;
    width: 95%;
    padding: 5px 0px 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.dev .sec01 .sec-a .devlink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec01 .sec-a .devlink a:hover {
    background-color: #0068b6;
    color: #fff;
    transition: 0.2s;
}

/*ReCM*/
.dev .sec01 .sec-b {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    padding-top: 3px;
}

.dev .sec01 .sec-b .devimg {
    position: static;
}

.dev .sec01 .sec-b .devimg img {
    margin-top: -23px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .dev .sec01 .sec-b .devimg img {
        margin-top: -19px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .dev .sec01 .sec-b .devimg img {
        margin-top: -19px;
    }
}

.dev .sec01 .sec-b .devico {
    position: relative;
    top: 8px;
    left: 8px;
}

.dev .sec01 .sec-b .devico p {
    float: left;
    background-color: #29aad6;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.dev .sec01 .sec-b .devlogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dev .sec01 .sec-b .devlogo img {
    width: 34%;
    padding: 10px 0;
}

.dev .sec01 .sec-b .devlogo p {
    font-size: 12px;
}

.dev .sec01 .sec-b .devico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 230px;
}

.dev .sec01 .sec-b .devico02a,
.dev .sec01 .sec-b .devico02b,
.dev .sec01 .sec-b .devico02c {
    width: 33%;
}

.dev .sec01 .sec-b .devico02a p:first-child,
.dev .sec01 .sec-b .devico02b p:first-child,
.dev .sec01 .sec-b .devico02c p:first-child {
    background-color: #29aad6;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.dev .sec01 .sec-b .devico02c p:first-child {
    margin-right: 0;
}

.dev .sec01 .sec-b .devico02a p:nth-child(2),
.dev .sec01 .sec-b .devico02b p:nth-child(2),
.dev .sec01 .sec-b .devico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 91%;
}

.dev .sec01 .sec-b .devico02b p:nth-child(2) {
    text-align: left;
}

.dev .sec01 .sec-b .devico02c li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
}

.dev .sec01 .sec-b .devico02c li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.dev .sec01 .sec-b .devbtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.dev .sec01 .sec-b .devbtn p {
    float: left;
    margin-right: 4px;
    background-color: #cdcdcd;
    width: 46%;
    text-align: center;
    padding: 3px 3px 5px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    font-size: 12px;
}

.dev .sec01 .sec-b .devbtn p:before,
.dev .sec01 .sec-b .devbtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -5%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec01 .sec-b .devlink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.dev .sec01 .sec-b .devlink a {
    display: inline-block;
    border: solid 1px #29aad6;
    border-radius: 4px;
    color: #29aad6;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.dev .sec01 .sec-b .devlink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec01 .sec-b .devlink a:hover {
    background-color: #29aad6;
    color: #fff;
    transition: 0.2s;
}


/*RePRO*/
.dev .sec02 .sec-a {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.dev .sec02 .sec-a .devimg {
    position: static;
}

.dev .sec02 .sec-a .devimg img {
    margin-top: -22px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .dev .sec02 .sec-a .devimg img {
        margin-top: -19px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .dev .sec02 .sec-a .devimg img {
        margin-top: -20px;
    }
}

.dev .sec02 .sec-a .devico {
    position: relative;
    top: 8px;
    left: 8px;
}

.dev .sec02 .sec-a .devico p {
    float: left;
    background-color: #983458;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.dev .sec02 .sec-a .devlogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dev .sec02 .sec-a .devlogo img {
    width: 35%;
    padding: 10px 0;
}

.dev .sec02 .sec-a .devlogo p {
    font-size: 12px;
}

.dev .sec02 .sec-a .devico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 187px;
}

.dev .sec02 .sec-a .devico02a,
.dev .sec02 .sec-a .devico02b,
.dev .sec02 .sec-a .devico02c {
    width: 33%;
}

.dev .sec02 .sec-a .devico02a p:first-child,
.dev .sec02 .sec-a .devico02b p:first-child,
.dev .sec02 .sec-a .devico02c p:first-child {
    background-color: #983458;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.dev .sec02 .sec-a .devico02c p:first-child {
    margin-right: 0;
}

.dev .sec02 .sec-a .devico02c p:first-child {
    margin-right: 0;
}

.dev .sec02 .sec-a .devico02a p:nth-child(2),
.dev .sec02 .sec-a .devico02b p:nth-child(2),
.dev .sec02 .sec-a .devico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 92%;
}

.dev .sec02 .sec-a .devbtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
}

.dev .sec02 .sec-a .devbtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.dev .sec02 .sec-a .devbtn p:before,
.dev .sec02 .sec-a .devbtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec02 .sec-a .devlink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
    padding-top: 46px;
}

.dev .sec02 .sec-a .devlink a {
    font-size: 0.8em;
    display: inline-block;
    border: solid 1px #983458;
    border-radius: 6px;
    color: #983458;
    text-align: center;
    font-size: 0.8em;
    width: 95%;
    padding: 5px 0px 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.dev .sec02 .sec-a .devlink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec02 .sec-a .devlink a:hover {
    background-color: #983458;
    color: #fff;
    transition: 0.2s;
}


/*ReCALC*/
.dev .sec02 .sec-b {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    padding-top: 3px;
}

.dev .sec02 .sec-b .devimg {
    position: static;
}

.dev .sec02 .sec-b .devimg img {
    margin-top: -22px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .dev .sec02 .sec-b .devimg img {
        margin-top: -19px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .dev .sec02 .sec-b .devimg img {
        margin-top: -19px;
    }
}

.dev .sec02 .sec-b .devico {
    position: relative;
    top: 8px;
    left: 8px;
}

.dev .sec02 .sec-b .devico p {
    float: left;
    background-color: #744e9b;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.dev .sec02 .sec-b .devlogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dev .sec02 .sec-b .devlogo img {
    width: 37%;
    padding: 10px 0;
}

.dev .sec02 .sec-b .devlogo p {
    font-size: 12px;
}

.dev .sec02 .sec-b .devico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 234px;
}

.dev .sec02 .sec-b .devico02a,
.dev .sec02 .sec-b .devico02b,
.dev .sec02 .sec-b .devico02c {
    width: 33%;
}

.dev .sec02 .sec-b .devico02a p:first-child,
.dev .sec02 .sec-b .devico02b p:first-child,
.dev .sec02 .sec-b .devico02c p:first-child {
    background-color: #744e9b;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.dev .sec02 .sec-b .devico02c p:first-child {
    margin-right: 0;
}

.dev .sec02 .sec-b .devico02c p:first-child {
    margin-right: 0;
}

.dev .sec02 .sec-b .devico02a p:nth-child(2),
.dev .sec02 .sec-b .devico02b p:nth-child(2),
.dev .sec02 .sec-b .devico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
    width: 91%;
}

.dev .sec02 .sec-b .devico02b p:nth-child(2) {
    font-size: 12px;
    padding: 0 6px;
}


.dev .sec02 .sec-b .devico02c li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
    text-align: center;
}

.dev .sec02 .sec-b .devbtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
}

.dev .sec02 .sec-b .devbtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.dev .sec02 .sec-b .devbtn p:before,
.dev .sec02 .sec-b .devbtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec02 .sec-b .devlink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.dev .sec02 .sec-b .devlink a {
    font-size: 0.8em;
    display: inline-block;
    border: solid 1px #744e9b;
    border-radius: 6px;
    color: #744e9b;
    text-align: center;
    width: 95%;
    padding: 5px 0px 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.dev .sec02 .sec-b .devlink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.dev .sec02 .sec-b .devlink a:hover {
    background-color: #744e9b;
    color: #fff;
    transition: 0.2s;
}


/* マンション管理会社様向け */
.manage .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.manage .con h3 {
    border: none;
    color: #1d2d67;
}

.manage .maincont .sec01,
.manage .maincont .sec02 {
    margin-bottom: 40px;
}


/*CoMS*/
.manage .sec01 .sec-a {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
    margin-right: 10px;
}

.manage .sec01 .sec-a .manageimg {
    position: static;
}

.manage .sec01 .sec-a .manageimg img {
    margin-top: -19px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .manage .sec01 .sec-a .manageimg img {
        margin-top: -16px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .manage .sec01 .sec-a .manageimg img {
        margin-top: -16px;
    }
}

.manage .sec01 .sec-a .manageico {
    position: relative;
    top: 8px;
    left: 8px;
}

.manage .sec01 .sec-a .manageico p {
    float: left;
    background-color: #e0711c;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.manage .sec01 .sec-a .managelogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.manage .sec01 .sec-a .managelogo img {
    width: 35%;
    padding: 10px 0;
}

.manage .sec01 .sec-a .managelogo p {
    font-size: 12px;
}

.manage .sec01 .sec-a .manageico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 232px;
}

.manage .sec01 .sec-a .manageico02a,
.manage .sec01 .sec-a .manageico02b,
.manage .sec01 .sec-a .manageico02c {
    width: 33%;
}

.manage .sec01 .sec-a .manageico02a p:first-child,
.manage .sec01 .sec-a .manageico02b p:first-child,
.manage .sec01 .sec-a .manageico02c p:first-child {
    background-color: #e0711c;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align:middle; */
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    /* line-height: 510%; */
    margin-right: 10px;
    margin-bottom: 6px;
}

.manage .sec01 .sec-a .manageico02c p:first-child {
    margin-right: 0;
}

.manage .sec01 .sec-a .manageico02a p:nth-child(2),
.manage .sec01 .sec-a .manageico02b p:nth-child(2),
.manage .sec01 .sec-a .manageico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0 5px 0 0;
    margin: 0 auto;
    width: 96%;
    text-align: left;
}

.manage .sec01 .sec-a .manageico02b li {
    font-size: 12px;
    padding: 0 8px;
    width: 87%;
}

.manage .sec01 .sec-a .manageico02b li::before {
    content: "・";
    margin: 0 0.1em 0 -0.75em;
}

.manage .sec01 .sec-a .manageico02c li {
    font-size: 12px;
    padding: 0 8px;
    /* margin:  0 auto; */
    width: 83%;
    text-align: center;
}

.manage .sec01 .sec-a .managebtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.manage .sec01 .sec-a .managebtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.manage .sec01 .sec-a .managebtn p:before,
.manage .sec01 .sec-a .managebtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.manage .sec01 .sec-a .managelink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.manage .sec01 .sec-a .managelink a {
    display: inline-block;
    border: solid 1px #e0711c;
    border-radius: 6px;
    color: #e0711c;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.manage .sec01 .sec-a .managelink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.manage .sec01 .sec-a .managelink a:hover {
    background-color: #e0711c;
    color: #fff;
    transition: 0.2s;
}

/*KKS*/
.manage .sec01 .sec-b {
    width: 49%;
    border: solid 1px #d9d9d9;
    float: left;
}

.manage .sec01 .sec-b .manageimg {
    position: static;
}

.manage .sec01 .sec-b .manageimg img {
    margin-top: -19px;
    width: 100%;
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
    .manage .sec01 .sec-b .manageimg img {
        margin-top: -16px;
    }
}

/*edge*/
@supports (-ms-ime-align: auto) {
    .manage .sec01 .sec-b .manageimg img {
        margin-top: -16px;
    }
}

.manage .sec01 .sec-b .manageico {
    position: relative;
    top: 8px;
    left: 8px;
}

.manage .sec01 .sec-b .manageico p {
    float: left;
    background-color: #666566;
    border-radius: 4px;
    font-size: 8px;
    color: #fff;
    padding: 2px 6px;
    margin-right: 4px;
}

.manage .sec01 .sec-b .managelogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.manage .sec01 .sec-b .managelogo img {
    width: 28%;
    padding: 10px 0;
}

.manage .sec01 .sec-b .managelogo p {
    font-size: 12px;
}

.manage .sec01 .sec-b .manageico02 {
    margin: 0 auto 20px;
    width: 94%;
    min-height: 232px;
}

.manage .sec01 .sec-b .manageico02a,
.manage .sec01 .sec-b .manageico02b,
.manage .sec01 .sec-b .manageico02c {
    width: 33%;
}

.manage .sec01 .sec-b .manageico02a p:first-child,
.manage .sec01 .sec-b .manageico02b p:first-child,
.manage .sec01 .sec-b .manageico02c p:first-child {
    background-color: #666566;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 6px;
}

.manage .sec01 .sec-b .manageico02c p:first-child {
    margin-right: 0;
}

.manage .sec01 .sec-b .manageico02a p:nth-child(2),
.manage .sec01 .sec-b .manageico02b p:nth-child(2),
.manage .sec01 .sec-b .manageico02c p:nth-child(2) {
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
}


.manage .sec01 .sec-b .managebtn {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
}

.manage .sec01 .sec-b .managebtn p {
    float: left;
    margin-right: 4px;
    background-color: #f76666;
    width: 46%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

.manage .sec01 .sec-b .managebtn p:before,
.manage .sec01 .sec-b .managebtn p:nth-child(2):before {
    font-family: 'Material Icons';
    content: "\E037";
    position: relative;
    top: 4px;
    left: -25%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.manage .sec01 .sec-b .managelink {
    position: relative;
    width: 95%;
    margin: 10px auto 20px;
    left: 1.5%;
    padding-top: 1px;
}

.manage .sec01 .sec-b .managelink a {
    display: inline-block;
    border: solid 1px #666566;
    border-radius: 6px;
    color: #666566;
    font-size: 0.8em;
    text-align: center;
    width: 95%;
    padding: 5px 0 7px 5px;
    font-weight: bold;
    text-decoration: none;
}

.manage .sec01 .sec-b .managelink a:after {
    font-family: 'Material Icons';
    content: "\E89E";
    position: relative;
    top: 4px;
    right: -2%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: bold;
}

.manage .sec01 .sec-b .managelink a:hover {
    background-color: #666566;
    color: #fff;
    transition: 0.2s;
}


/****
サービス情報
*******************************************/
.service .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.serviceblock {
    float: left;
    width: 60%;
    padding-right: 51px;
    padding-left: 43px;
}

.servicem {
    padding-bottom: 10px;
}

.servicem h4 {
    float: left;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
    font-weight: bold;

}


.servicem a p {
    float: right;
    font-size: 0.75em;
    border: solid 1px #06418c;
    background-color: #06418c;
    border-radius: 2px;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
}

.servicem a p:hover {
    background-color: #88b5d3;
    border: solid 1px #88b5d3;
    transition: 0.8s;
}

.sec01 .servicep,
.sec03 .servicep {
    padding-bottom: 2em;
}

.sec02 .servicep,
.sec04 .servicep,
.sec05 .servicep,
.sec06 .servicep,
.sec07 .servicep,
.sec08 .servicep,
.sec09 .servicep {
    padding-bottom: 1em;
}

.servicebtn ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
}

.servicebtn ul>* {
    width: 30%;
}

.sec01 .servicebtn ul li {
    background-color: #fff;
    color: #EFAE94;
    border: 2px solid #EFAE94;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec02 .servicebtn ul li {
    background-color: #fff;
    color: #76D0A8;
    border: 2px solid #76D0A8;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec03 .servicebtn ul li {
    background-color: #fff;
    color: #E795A0;
    border: 2px solid #E795A0;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec04 .servicebtn ul li {
    background-color: #fff;
    border: 2px solid #FFCA7A;
    color: #FFCA7A;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec05 .servicebtn ul li {
    background-color: #fff;
    color: #80C0E0;
    border: 2px solid #80C0E0;
    padding: 4px 4px;
    font-weight: bold;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sec06 .servicebtn ul li {
    background-color: #fff;
    color: #B0B4D5;
    border: #B0B4D5 2px solid;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec07 .servicebtn ul li {
    background-color: #fff;
    border: 2px solid #a8a8a8;
    color: #a8a8a8;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec08 .servicebtn ul li {
    background-color: #fff;
    border: 2px solid #54917f;
    color: #54917f;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec09 .servicebtn ul li {
    background-color: #fff;
    border: 2px solid #D18EBE;
    color: #D18EBE;
    font-weight: bold;
    padding: 4px 4px;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}


.servicebtn ul li {
    margin: 0;
    border-radius: 6px;
    font-size: 0.75em;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 7px 4px;
    letter-spacing: 0.1em;
}

.serviceimg {
    float: left;
}

.serviceimg img {
    max-height: 160px;
}

.sec05 .serviceimg img,
.sec06 .serviceimg img {
    width: 226px;
}


/****
ソリューション
*******************************************/
.solution .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}


table.mapping {
    border: 1px #BFBFBF solid;
    border-collapse: collapse;
    font-size: 75%;
}

table.mapping tr {
    margin: 0;
    padding: 0;
}

table.mapping tr th,
table.mapping tr td {
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 5px;
    text-align: left;
}

table.mapping tr th {
    padding-left: 8px
}

table.mapping tr td {
    border: 1px #DDD solid;
    color: #333;
    width:18%;
}


table.mapping tr th {
    border: 1px #BFBFBF solid;
    color: #333;
}

table.mapping .t_blank {
    background-color: #fff;
}

table.mapping .t01 {
    width: 11%;
    line-height: 1.4em !important;
}

table.mapping .t02 {
}

table.mapping .t03 {
    width: 22%;
}

table.mapping .t04 {
    width: 16%;
}

table.mapping .t05 {
    width: 16%;
}

table.mapping .t06 {
    width: 16%;
}

table.mapping th.b01 {
    background-color: #A5D9E7;
    text-align: center;
    width: 150px;
}

table.mapping th.b02 {
    background-color: #E0B1D3;
    text-align: center;
}

table.mapping .b01b {
    background-color: #eff7ff;
}

table.mapping .b02b {
    background-color: #ffeff7;
}







/****
ニュースリリース
*******************************************/
.release .con .maincont.infobox {
    width: 80%;
    float: none;
    margin: 0 auto;
}


.release .infobox .sec02 {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.release .infobox .sec02 .hl {
    width: 20%;
    font-size: 0.88em;
    text-align: left;
}

.release .infobox .sec02 .hl li {
    margin-bottom: 0.75em;
    cursor: pointer;
}


/*.release .infobox .sec02 .hl li.on:after,
.release .infobox .sec02 .hl li:hover:after {
        background-color: #000;
        content: "";
        display: block;
        height: 1px;
        width: 70%;
        margin-top: -3px;
        transition: 0.2s;
}*/

.release .infobox .sec02 .hl li:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 70%;
    margin-top: -3px;
}


.release .infobox .sec02 .hl li {
    color: #a5a4a4;
}

.release .infobox .sec02 .hl li.on,
.release .infobox .sec02 .hl li:hover {
    color: #000;
    transition: 1.0s;
}

/*沿革*/
.release .infobox .sec02 .hl label,
.release .infobox .sec02 .hl input {
    display: none;
}

.release .infobox .sec02 .hl .hnlinkbox label {
    display: inherit;
}




.release .infobox .sec02 .ht {
    padding-right: 20px;
    width: 77%;
}

.release .infobox .sec02 .ht .tbnone {
    display: none;
}

.release .infobox .sec02 .ht h4 {
    text-align: left;
    font-size: 20px;
    padding-left: 4px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.release .infobox .info_dl {
    font-size: 0.88em;
}

.release .infobox .info_dl dt,
.release .infobox .info_dl dd {
    padding: 5px;
}

.release .infobox .info_dl dt {
    clear: left;
    float: left;
    width: 8em;
}

.release .infobox .info_dl dd {
    margin: 0 0 10px 8.5em;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    line-height: 1.4em;
    text-align: left;
}

.release .infobox .info_dl h3 {
    font-size: 100%;
    margin: 0 0 5px;
}


.release .infobox .sec01,
.release .infobox .sec03 {
    text-align: center;
}

.release .infobox .sec01 img {
    display: inline-block;
}

.release .infobox .sec03 h4,
.release .infobox .sec04 h4 {
    font-size: 14px;
    background-color: #e5ecf7;
    padding: 4px 0 4px 6px;
    border-bottom: solid 1px #4173c3;
    margin-bottom: 10px;
}

.release .infobox .sec03 p {
    max-width: 700px;
    width: 98%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 1.2pt
}

.release .infobox .sec03 p:nth-child(3) {
    font-weight: bold;
    text-decoration: underline;
}




/****
導入事例
*******************************************/
.report .con .maincont {
    width: 100%;
    float: none;
    margin: 0 auto;
}


.report [class*="sec"].repomb {
    border: solid 2px #3333;
    padding: 15px 30px;
    width: 86%;
    margin: 0 auto;
}

.reportimg {
    float: left;
    text-align: center;
    width: 180px;
}

.reportimg .logo {
    padding-left: 7px;
}

.reportimg p {
    font-size: 12px;
    padding-top: 7px;
    color: #fff;
}

.reportimg p.bl {
    font-size: 12px;
    padding-top: 5px;
    color: #333;
}

.reportblock {
    float: left;
    width: 77%;
    /* padding-right: 15px; */
    /* padding-left: 23px; */
}

.reportm {
    padding-bottom: 10px;
}

.reportm h4 {
    float: left;
    font-size: 1.1em;
    margin: 20px 0;
    font-weight: bold;
}

.reportm ul li {
    display: inline-block;
    padding-left: 4px;
    /* margin-bottom: 10px; */
}

.reportlist {
    font-size: 90%;
}

.reportlist ul {
    float: left;
    margin-left: 5px;
    margin-top: 10px;

}

.reportlist .reportbtn {
    float: right;
    transition: 1.0s;
    background-color: #06418c;
    padding: 10px 40px;
    border-radius: 2px;
    margin-top: 6%;
}

.reportlist .reportbtn p {
    position: relative;
    line-height: 1.2em;
    color: #fff;
    padding-left: 6px;
}

.reportlist .reportbtn:hover {
    float: right;
    background-color: #88b5d3;
    transition: 1.0s;
    padding: 10px 40px;
    border-radius: 2px;
    margin-top: 6%;
}

.reportlist .reportbtn p:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    /*background:url(../images/sidenav_arrow.png) no-repeat;*/
    background-size: contain;
}



/*導入事例詳細*/
.report [class*="sec"].reno {
    border: none;
    width: 100%;
}

/*.reportm .reportt ul li {
        width:10%;
}*/
.reportm .reportt ul li img {
    width: 100%;
}

.reportdtobi {
    background-color: #06418c;
    padding: 15px;
}

.reportdtobi .obicon {
    width: 90%;
    margin: 0 auto;
}

.reportdtobi .obicon .circle {
    width: 34%;
    float: left;
    padding-top: 3%;
}

.reportdtobi .obicon .circle .reportimg {
    width: 100%;
}

.reportdtobi .obicon .reporttl {
    display: block;
    float: left;
    color: #fff;
    width: 60%;
    /* padding-left: 9px; */
    margin: 4% auto;
}

.reportdtobi .obicon .reporttl h4 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.reporttx {
    margin-top: 40px;
}

.reporttx h4 {
    font-size: 1.4em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.reporttx p {
    font-size: 14px;
    line-height: 1.5em;
}

/****
カスタマーサポート
*******************************************/
.support .con .maincont {
    width: 80%;
    float: none;
    margin: 0 auto;
}

.spadbox {
    width: 90%;
    margin: 10px auto 25px;
    padding: 10px;
    border: #c9c9c9 solid 1px;
    min-height: 53px;
}

.spadlist {
    cursor: pointer;
}

.support .spadlist dt {
    display: block;
    background: #fff;
    padding: 5px 0 5px 5px;
    border-top: 1px solid #DFDFDF;
}

.support .spadlist dt img {
    vertical-align: middle;
}

.spadlist dt:first-child {
    border-top: none !important;
}

.spadlist dt .title {
    padding-left: 11px;
    float: left;
    padding-top: 7px;
    display: inline-table;
    vertical-align: middle;
}

.support .sec02 .spadlist dt .title,
.support .sec03 .spadlist dt .title {
    padding-top: 0;
}

.spadlist dt .title p {
    line-height: 0;
    font-weight: bold;
    font-size: 16px;
    color: #1d2d67;
    margin-top: 5px;
    /* height: 20px; */
    vertical-align: middle;
    display: inline-table;
}

.support [class^="sec"]  .spadlist dt .title p {
    display: inline;
}

.spadlist dd {
    display: none;
    background: #f4f4f4;
    padding: 10px 20px;
    margin-top: 10px;
}

.spadlist dd p {
    font-size: 0.88em;
    margin-top: 10px;
}

.spad_icon,
.spad_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.spad_icon {
    position: relative;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 5px;
    top: 17px;
}

.spad_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #1d2d67;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.spad_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.spad_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.spad_icon.active span:nth-of-type(1) {
    display: none;
}

.spad_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



/****
会社概要
*******************************************/

.outline table {
    border-top: solid 1px #333333;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
}

.outline th,
.outline table td {
    vertical-align: middle;
    padding: 5px 0 5px 10px;
    border: solid 1px #d4d4d4;
    font-size: 13px;
}

.outline table th {
    width: 24%;
    background-color: #f3f3f3;
    color: #333333;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    width: 12%;
}


.outline table td {
    width: 30%;
    background-color: #ffffff;
}

.outline table td.jigyou {
    width: 18%;
}


.outline .chu {
    color: #333333;
}

/****
社長挨拶
*******************************************/

.greeting .snav,
.history .snav {
    margin-bottom: 30px;
}

.greeting ul.snav li,
.history ul.snav li {
    float: left;
    margin-right: 3%;
}

.greeting ul.snav li a,
.history ul.snav li a {
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}

.greeting ul.snav li.on a,
.history ul.snav li.on a {
    color: #a5a4a4;
}

.greeting ul.snav li.on a:after,
.history ul.snav li.on a:after {
    background-color: #838383;
    /* 線色 */
    border-radius: 1px;
    /* 線幅の半分 */
    content: "";
    display: block;
    height: 3px;
    /* 線幅 */
}

.greeting ul.snav li a:hover:after,
.history ul.snav li a:hover:after {
    background-color: #333;
    /* 線色 */
    content: "";
    display: block;
    height: 3px;
    /* 線幅 */
}

.greeting .grbox .sec01 {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 3%;
}

.greeting .grbox .sec01 p.txt01 {
    margin-bottom: 30px;
}

.greeting .grbox .sec01 p.txt02 {
    text-align: right;
}

.greeting .cabox table {
    border-top: solid 1px #333333;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
}

.greeting .cabox th,
.greeting .cabox table td {
    vertical-align: middle;
    padding: 5px 0 5px 10px;
    border: solid 1px #d4d4d4;
    font-size: 13px;
}

.greeting .cabox table th {
    width: 24%;
    background-color: #f3f3f3;
    color: #333333;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    width: 12%;
}


.greeting .cabox table td {
    background-color: #ffffff;
}


/****
事業内容
*******************************************/
.business h4 {
    font-size: 16px;
    font-weight: bold;
    color: #06418c;
    margin: 30px 0;
    letter-spacing: 1px;
}

.business .sec01 ul li {
    padding-left: 1em;
    margin-bottom: 1%;
    font-size: 13px;
}

.business .bsbox .sec02 {
    margin: 0 auto;
    padding: 3% 7%;
    border: 1px solid #7095d2;
    border-radius: 10px;
    text-align: center;
}

.business .sec02 p {
    margin-bottom: 20px;
    text-align: left;
}

.business .sec03 {
    display: inline-block;
}

.business .sec03 .btn a {
    background-color: #06418c;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    text-decoration: none;
}

.business .sec03 .btn:nth-child(2) {
    margin-left: 10px;
}

/****
レックアイの沿革
*******************************************/
.history .hisbox .sec02 {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.history .sec02 .hl {
    width: 21%;
    font-size: 0.9em;
    text-align: left;
}

.history .sec02 .hl li {
    margin-bottom: 1em;
    cursor: pointer;
}

/*
.history .sec02 .hl li.on:after,
.history .sec02 .hl li:hover:after {
        background-color: #053d80;
        content: "";
        display: block;
        height: 1px;
        width: 85%;
        margin-top: -3px;
        transition: 0.2s;
}*/

.history .sec02 .hl li:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    width: 85%;
    margin-top: -3px;
}


.history .sec02 .hl li {
    color: #a5a4a4;
}

.history .sec02 .hl li.on,
.history .sec02 .hl li:hover {
    color: #000;
    transition: 1.0s;
}

/*沿革*/
.history .sec02 .hl label,
.history .sec02 .hl input {
    display: none;
}

.history .sec02 .hl .hnlinkbox label {
    display: inherit;
}




.history .sec02 .ht {
    padding-left: 21px;
    width: 76%;
}

.history .sec02 .ht .tbnone {
    display: none;
}

.history .sec02 .ht h4 {
    text-align: left;
    font-size: 14px;
    padding: 0px 4px 12px;
}

.history .sec02 .ht table {
    border-top: solid 1px #333333;
    margin-bottom: 10px;
    width: 100%;
    margin: 0 auto;
}

.history .sec02 .ht th,
.history .sec02 .ht table td {
    height: 50px;
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #d4d4d4;
    font-size: 13px;
}

.history .sec02 .ht table th {
    width: 24%;
    background-color: #f3f3f3;
    color: #333333;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    width: 8%;
    letter-spacing: 0.2em;
}


.history .sec02 .ht table td {
    width: 30%;
    background-color: #ffffff;
}

.history .sec02 .ht table td.jigyou {
    width: 18%;
}



.history .hisbox .sec01,
.history .hisbox .sec03 {
    text-align: center;
}

.history .hisbox .sec01 img {
    display: inline-block;
}

.history .hisbox .sec03 h4,
.history .hisbox .sec04 h4 {
    font-size: 14px;
    background-color: #e5ecf7;
    padding: 4px 0 4px 6px;
    border-bottom: solid 1px #4173c3;
    margin-bottom: 10px;
}

.history .hisbox .sec03 p {
    max-width: 700px;
    width: 98%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.3em;
    /* letter-spacing:1.2pt; */
}

.history .hisbox .sec03 p:nth-child(3) {
    font-weight: bold;
    text-decoration: underline;
}

/****
取引実績
*******************************************/

.results .rmain .sec01 p {
    text-indent: 1em;
    margin-bottom: 20px;
    line-height: 30px;
}

.results .rmain td,
th {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;

}

.results .rmain td,
.results .rmain th {
    padding: 29px;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 2em;

}

.results .rmain th {
    background: #f2f2f2;
    width: 15%;
    vertical-align: middle;
    text-align: center;
}

.results .rmain .even {
    background: #fbf8f0;
}

.results .rmain .odd {
    background: #fefcf9;
}

.results .sec02 {
    text-align: center;
}


/****
組織
*******************************************/
.org .sec01 {
    text-align: center;
}


/****
創業の背景
*******************************************/
.background h4 {
    font-size: 15px;
}

.background .sec01 p:nth-child(1) {
    font-weight: 700;
    color: #000066;
    margin-bottom: 10px;
}

.bgmain p {
    line-height: 26px;
}

/****
ロードマップ
*******************************************/

.road .rmain h4 {
    font-size: 14px;
    background-color: #eaeaea;
    padding: 4px 0 4px 6px;
    margin: 30px 0;
}

.road .rmain .btxt {
    font-weight: bold;
    color: #000066;
    margin-bottom: 10px;

}

.road .rmain p {
    padding-left: 4px;
    margin-bottom: 20px;
    line-height: 25px
}

.road .rmain .sec01 {
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
}

.road .rmain .sec02 {
    width: 30%;
    text-align: center;
    display: inline-block;
    line-height: 140px;
}

.road .rmain .sec02 img {
    vertical-align: middle;
}

.road .rmain .sec03 {
    width: 70%;
}

.road .rmain .sec04 {
    text-align: center;
}

.road .rmain .sec04 img {
    margin-bottom: 10px;
    margin-top: 30px;
}

/****
ビジネスパートナー
*******************************************/
.partner .sec01 li a {
    font-weight: bold;
}

.partner .sec01 li {
    margin-bottom: 1.5em;
    font-size: 0.88em;
}


/****
個人情報保護方針
*******************************************/
.policy .sec01 p {
    text-align: right;
}


.policy .sec02 p {
    padding: 0 6px;
}

.policy .sec03 h4 {
    font-size: 14px;
    background-color: #eaeaea;
    padding: 4px 0 4px 6px;
    margin-bottom: 10px;
}

.policy .sec03 p {
    font-size: 14px;
    padding: 0 6px;
    margin-bottom: 15px;
}

.policy .sec03 p:last-child {
    margin-bottom: 50px;
}

.policy .sec04 p {
    font-size: 14px;
    margin-bottom: 20px;
}

.policy .sec05 {
    border: solid 1px #d9d9d9;
    padding: 10px 12px;
    display: inline-block;
}

.policy .sec05 p {
    color: #000066;
    font-weight: bold;
    margin-bottom: inherit;
}

.policy .sec05 li {
    font-size: 14px;
}

.red {
    color: #ff0000;
}




/****
サイトマップ
*******************************************/
.sitemap .con .maincont {
    width: 80%;
    float: none;
    margin: 0 auto;
}

.sitemap .cts {
    width: 46%;
    margin-right: 2%;
}

.sitemap .cts h4 {
    margin-bottom: 10px;
    border-bottom: solid 1px;
}

.sitemap .cts li {
    font-size: 0.88em;
    margin-bottom: 5px;
}

.sitemap .cts li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #000;
    vertical-align: 0px;
}

.sitemap .cts li.noli:before {
    display: none;
}

.sitemap .cts li.noli ul {
    margin-left: 0.88em;
}

/*============================
_print
============================*/
@media print {

    .detail .hdw_sp,
    .detail .hdw,
    .detail .titimg,
    .detail .fbtn,
    .detail .pribtnw,
    .detail .fnavw,
    .detail .ftw {
        display: none !important;
    }

    .map .con {
        padding: 0;
    }

    .map .carnavi {
        margin: 0;
    }

    .map .hdw_sp,
    .map .hdw,
    .map .titw,
    .map .panw,
    .map .fbtn,
    .map .pribtnw,
    .map .fnavw,
    .map .ftw,
    .map .copy,
    .map .page_top {
        display: none !important;
    }

}

.srch .submit_btn {
    border: none;
    width: 25px;
    height: 25px;
    background: url(../../common/images/megane.jpg) no-repeat;
    margin-top: 1px;
}

