@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,500;1,300&family=Coda&family=Play&family=Saira:wght@100&display=swap');


/*------------------------------------------
 reset css
--------------------------------------------*/
@import url("./reset.css");

/*------------------------------------------
 helper
--------------------------------------------*/
@import url("./helper.css");

/*------------------------------------------
 base
--------------------------------------------*/
html {
    background: #fff;
}

body {
    font: 13px "ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #fff;
    min-width: 980px;
    line-height: 150%;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

a:hover img { opacity: .8; }

.wrapper {
    background-color: #fff;
}

/*------------------------------------------
 headerArea
--------------------------------------------*/
.headerArea {
    margin: 0 auto;
    position: relative;
    padding:0 20px;
    border-top:3px solid #104DC9;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ADCCFF 0%, #ffffff 60%);
    background: -webkit-linear-gradient(top,  #ADCCFF 0%,#ffffff 60%);
    background: linear-gradient(to bottom,  #ADCCFF 0%,#ffffff 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADCCFF', endColorstr='#ffffff',GradientType=0 );
}

.companyTitle { padding: 20px 0; width:980px; margin:0 auto; }
.companyTitle img {}
.langMenu { width:980px; margin:0 auto; text-align:right; position:absolute; top:20px; left:auto; }
.langMenu a { display:inline-block; color:#999; background-color:#DBE4FF; box-shadow: 1px 2px 2px rgba(0,0,0,.5); letter-spacing:2px; }
.langMenu a.act { background-color:#99B3FF; color:#000; }
.langMenu a.jp { border-top-left-radius:8px; border-bottom-left-radius:8px; padding:5px 16px; }
.langMenu a.en { border-top-right-radius:8px; border-bottom-right-radius:8px; padding:5px 24px; }

/*------------------------------------------
 headerMenu
--------------------------------------------*/
.headerMenu {
    position: relative;
    text-align: left;
    width: 980px;
    height: 48px;
}

.headerMenu a {
    position: absolute;
    display: block;
    width: 208px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-image: url(../img/sp_headerBtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    top: 0;
}

.headerMenu a:hover {
    color: #666;
}

a.headerMenu-home { left: 0; z-index: 50; }
a.headerMenu-company { left: 193px; z-index: 40; }
a.headerMenu-product { left: 386px; z-index: 30; }
a.headerMenu-recruit { left: 579px; z-index: 20; }
a.headerMenu-contact { left: 772px; z-index: 10; background-position: 0 -48px; }

.pankuzuList {
    font-size: 12px;
    margin: 5px;
}

.productMainVisual {
    position: relative;
    left: -3px;
    margin: 10px 0;
}

/*------------------------------------------
 container
--------------------------------------------*/
.container {
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    padding:0 20px 100px 20px;
}

/*------------------------------------------
 contentLeft
--------------------------------------------*/
.contentLeft {
    /* スクロールする際はabosolute */
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    float: left;
    /*text-align: center;*/
    /*width: 264px;*/
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sideMenu {
    width: 254px;
    margin: 0 auto;
}

.sideMenu a {
    display: block;
    width: 254px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 -42px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 13px;
    font-weight:bold;
    margin:3px 0;
    color: #000;
    border-radius:8px;
    background: #99aee1;
    background: -moz-linear-gradient(top, #fff 0%, #99aee1 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#99aee1 100%);
    background: linear-gradient(to bottom, #fff 0%,#99aee1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#99aee1',GradientType=0 );
}

.sideMenu a::before {
    content: '';
    border-left: 3px solid #3962C2;
    margin: 0 10px;
    padding: 2px 0;
}

.sideMenu a.active,
.sideMenu a:hover {
    color: #3962C2;
    background: #BAC5E0;
    background: -moz-linear-gradient(top, #fff 0%, #BAC5E0 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#BAC5E0 100%);
    background: linear-gradient(to bottom, #fff 0%,#BAC5E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#BAC5E0',GradientType=0 );
}


.sideMenu--ul {
    /*margin: 0 auto;*/
    width: 264px;
}

.sideMenu--ul.toppage {
    width: 303px;
}

.sideMenu--ul > li {
    min-height: 42px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 -42px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin:3px 0;
    border-radius:8px;
    background: #99aee1;
    background: -moz-linear-gradient(top, #fff 0%, #99aee1 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#99aee1 100%);
    background: linear-gradient(to bottom, #fff 0%,#99aee1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#99aee1',GradientType=0 );
}

.sideMenu--ul > li:hover {
    background: #BAC5E0;
    background: -moz-linear-gradient(top, #fff 0%, #BAC5E0 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#BAC5E0 100%);
    background: linear-gradient(to bottom, #fff 0%,#BAC5E0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#BAC5E0',GradientType=0 );
}

.sideMenu--ul a {
    display: block;
    color: #000;
    text-decoration: none;
}

.sideMenu--ul a:hover,
.sideMenu--ul a.active {
    color: #3a63c2;
}

.sideMenu--ul > li > a,
.sideMenu--ul > li > span {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sideMenu--ul span::before,
.sideMenu--ul > li > a::before {
    content: '';
    margin: 0 10px;
    padding: 2px 0;
    border-left: 3px solid #3962C2;
    height: 13px;
    display: block;
}

.sideMenu--ul > li > ul  {
    margin-top: -5px;
    padding-bottom: 5px;
}

.sideMenu--ul > li > ul > li a {
    margin-left: 20px;
    padding-bottom: 5px;
    line-height: 1.3;
    text-indent: -15px;
    padding-left: 15px;
}

.sideMenu--ul > li > ul > li a:before {
    content: "・";
    padding-right: 2px;
}

.sideMenu--ul span {
    padding: 10px 0;
}




/*------------------------------------------
 sideHeaderMenu
--------------------------------------------*/
.sideHeaderMenu {
    width: 260px;
    /*margin: 0 auto;*/
}

.sideHeaderMenu a {
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: url(../img/sp_menu_sideHeader.png);
    text-decoration: none;
    font-size: 13px;
    color: #333;
    font-weight: bold;
}

.sideHeaderMenu a.active {
    color: #666;
}

.sideHeaderMenu a:hover {
    color: #666;
}

/*------------------------------------------
 contentRight
--------------------------------------------*/
.contentRight {
    float: right;
    width: 700px;
}

#message p { font-family: "メイリオ",'Meiryo'; }

/*------------------------------------------
 footerArea
--------------------------------------------*/
.footerArea {
    border-top: solid 12px #E6EBF7;
    background: #3962C2;
    color: #fff;
    margin:0;
    position:fixed;
    bottom:0px;
    width:100%;
}

.footerContent {
    width: 960px;
    margin: 0 auto;
    padding: 10px;
}

.footerContent a {
    color: #fff;
}

/*------------------------------------------
 productDetail
--------------------------------------------*/
.productDetail {
    display: inline-block;
    vertical-align: top;
    border-top: 50px solid #dbe6ed;
    border-bottom: 50px solid #dbe6ed;
    padding: 10px 5px;
    color: #666;
}

.productDetail-title {
    font-size: 22px;
    color: #d86c00;
    font-weight: bold;
    line-height:normal;
}

.productImage {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.hfBox {
    display:inline-block;
    text-align:center;
    font-size:90%;
}

/*------------------------------------------
 subTitle
--------------------------------------------*/
.subTitle {
    width: 672px;
    height: 36px;
    background: url(../img/bg_subTitle.jpg);
    color: #666;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    text-indent: 30px;
    margin: 0 auto;
}

/*------------------------------------------
 productList
--------------------------------------------*/
.productList {
    margin: 10px 10px 10px 30px;
    color: #000080;
}

.productList li {
    position: relative;
}

.productList li:before {
    content: '■';
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.productList.red {
    color: #b31d24;
}

.productList.double li {
    float: left;
    width: 310px;
    font-size: 11px;
    text-indent: -11px;
    padding-left: 11px;
}

/*------------------------------------------
 commonTable
--------------------------------------------*/
.commonTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.commonTable th {
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    background: #1B1464;
    border: 1px solid #999;
}

.commonTable td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    color: #333;
    border: 1px solid #999;
    font-size:90%;
}

.commonTable tr.gray {
    background: #eee;
}

/*------------------------------------------
 companyTable, companyHistory
--------------------------------------------*/
.companyTable {
    font-size: 14px;
    font-weight: normal;
}

.companyTable th {
    width: 150px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#595959));
    background: -moz-linear-gradient(top, #3e3e3e, #595959);
    background: -ms-linear-gradient(top, #3e3e3e, #595959);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#595959', GradientType=0)";
}

.companyTable td {
    color: #000;
    padding: 10px;
}

.companyHistory {
    font-size: 14px;
}

.companyHistory th {
    width: 90px;
    color: #000;
    background: none;
    border: none;
    border-right: 1px solid #333;
    font-weight: normal;
}

.companyHistory td {
    border: none;
    color: #000;
    font-weight: normal;
    padding: 10px;
}

.ulset p { margin:0; text-indent: -1.5em; padding-left: 1.5em; }

/*------------------------------------------
 contactTable
--------------------------------------------*/
.contactTable {
    border: none;
}

.contactTable th {
    color: #000;
    background: none;
    border: none;
    text-align: left;
    vertical-align: top;
    width:11em;
}

.contactTable td {
    border: none;
}

.contactTable input {
    border: 1px solid #ccc;
    background: #eee;
    line-height: 30px;
    height: 30px;
    text-indent: 5px;
}
.contactTable input[type=checkbox] {
    background: #fff !important;
}
.contactTable textarea {
    border: 1px solid #ccc;
    background: #eee;
}

/*------------------------------------------
 lineupTable
--------------------------------------------*/
.lineupTable {
    border: #999;
}

.lineupTable th {
    background: #1B1464;
    border-color: #999;
}
.lineupTable td {
    border-color: #999;
    color: #000;
    font-weight: normal;
}

.lineupTable .border {
    border-left:0;
}

.lineupTable .tablft {
    width:8px;
    padding:0;
    border-right:0;
}

.lineupTable .tablft.pink {
    background: #f77ea3;
}

.lineupTable .tablft.blue {
    background: #2e95ff;
}

.lineupTable .tablft.yellow {
    background: #e2bf1b;
}

.lineupTable .tablft.orange {
    background: #ff9000;
}

.lineupTable .tablft.red {
    background: #e21b1b;
}

.lineupTable .tablft.green {
    background: #79b800;
}

.lineupTable .tablft.purple {
    background: #80238f;
}

/*------------------------------------------
 supportTable
--------------------------------------------*/
.supportTable {
    margin-left: auto;
    margin-right: auto;
    border: #000;
    width: 80%;
}

.supportTable th {
    background: #3e3e3e;
    border-color: #000;
}
.supportTable td {
    border-color: #000;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.supportTable th:nth-child(1),
.supportTable td:nth-child(1) {
    border-right: 4px double #000;
}

/*------------------------------------------
 meshTable
--------------------------------------------*/
.meshTable {

}

.meshTable td {
    text-align: center;
    font-weight: normal;
}

.meshTable .nameTd {
    width: 80px;
    background: #818181;
}

.meshTable .productTd {
    width: 80px;
}

.meshTable .featureTd1 {
    text-align: left;
}

.meshTable .featureTd2 {
    width: 80px;
    text-align: left;
}

.meshTable .strengthTd {
    width: 90px;
}

.meshTable .colorTd {
    width: 70px;
}

.meshTable .shapeTd {
    width: 80px;
}

.meshTable span {
    white-space:nowrap;
}

/*------------------------------------------
 cbnTable
--------------------------------------------*/

.cbnTable td,
.cbnTable2 td,
.cbnTable3 td {
    text-align: left;
    font-weight: normal;
    border: 1px solid #999;
}
.commonTable.cbnTable3 td {
    padding: 5px;
}

.cbnTable td:nth-child(1) {
    width: 90px;
    background: #818181;
}

.cbnTable td:nth-child(3) {
    width: 377px;
    padding: 0;
    line-height: 0;
}

.cbnTable2 td:nth-child(1),
.cbnTable2 td:nth-child(3) {
    background: #818181;
    width: 90px;
}

.cbnTable3 .img {
    width: 90px;
    background: #818181;
}

/*------------------------------------------
 nanoTable
--------------------------------------------*/
.nanoTable {

}

.nanoTable th {
    background: #1B1464;
    border-color: #000;
    font-weight: normal;
}

.nanoTable td {
    border-color: #999;
    color: #333;
    text-align: center;
}

/*------------------------------------------
 generalTable
--------------------------------------------*/
.generalTable {

}

.generalTable th {
    background: #1B1464;
    border-color: #000;
    font-weight: normal;
}

.generalTable td {
    border-color: #000;
    color: #000;
    font-weight: normal;
}

.generalTable .bgGray {
    width: 90px;
    background: #818181;
}

/*------------------------------------------
 relevancyTable
--------------------------------------------*/
.relevancyTable {}

.relevancyTable th {
    background: #3e3e3e;
    border-color: #000;
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
}

.relevancyTable td {
    padding: 5px 10px;
}

hr.dot {
    border: none;
    border-top: 1px dashed #000;
}

/*------------------------------------------
 pcbnTable
--------------------------------------------*/
.pcbnTable td {
    font-weight: normal;
}

.pcbnTable .bgGray,
.en .pcbnTable .bgGray {
    background: #555555;
    padding: 0;
}

.pcbnTable .cbnth,
.en .pcbnTable .cbnth {
    background: #eee;
    padding: 3px 1px;
    line-height: 1em;
    width:1em;
    text-align: center;
    vertical-align: top;
}

.en .pcbnTable .cbnth span {
    -webkit-transform-origin:0 1em;
    -webkit-transform:rotate(90deg);
    -moz-transform-origin:0 1em;
    -moz-transform:rotate(90deg);
    -ms-transform-origin:0 1em;
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    white-space:nowrap;
    height: 150px;
    width:1em;
    display: block;
    position:relative;
    top:-1em;
    left:0px;
}

.pcbnTable .cbntd,
.en .pcbnTable .cbntd {
    padding: 0;
    font-family: "MSPゴシック";
    font-size:14px;
    text-align: center;
    color: #1B1464;
}

.pcbnTable tr:nth-child(even),
.en .pcbnTable tr:nth-child(even) {
    background-color:#eee;
}

.pcbnTable .border_Lnone {
    width: 70px;
    text-align: center;
}

.pcbnTable .border_Rnone {
    width: 70px;
    text-align: center;
}

.pcbnTable .ku-hak {
    border:none;
    background: #fff;
}

.en .pcbnTable th {
    -ms-word-break: break-all;
    word-break: break-all;
}

.en .pcbnTable td {
    line-height: 1.2;
}

/*------------------------------------------
 cmpTable
--------------------------------------------*/
.cmpTable {
}

.cmpTable .titleTd {
    position: relative;
    background: #00558b;
    color: #fff;
    border-color: #00558b;
    font-size: 20px;
}

.cmpTable .titleTd:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    vertical-align: middle;
    background: url(../img/icon_triangle_white.png);
    margin-left: 5px;
}

.cmpTable th {
    width: 200px;
    font-weight: normal;
    background: #e1777c;
    border: 1px solid #00558b;
    border-bottom: 1px solid #f6b2b6;
    border-right: 1px solid #f6b2b6;
    text-align: left;
    text-indent: 10px;
}

.cmpTable td {
    color: #000;
}

.cmpTable .detailTd {
    border: 1px solid #00558b;
    border-bottom: 1px solid #f6b2b6;
}

.cmpTable .imageTd {
    text-align: center;
    border: 1px solid #00558b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cmpTable .detailListTd {
    border: 1px solid #00558b;
    border-bottom: 1px solid #f6b2b6;
    width: 233px;
}

.cmpTable .detailListTd:nth-child(1),
.cmpTable .detailListTd:nth-child(2) {
    border-right: none;
}

.cmpTable .detailListTd:nth-child(2),
.cmpTable .detailListTd:nth-child(3) {
    border-left: none;
}

.cmpBoxLeft,
.cmpBoxCenter,
.cmpBoxRight {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    height: 120px;
    background: #00aaff;
    color: #000;
    padding: 10px 10px;
    text-align: left;
}

.cmpBoxLeft .title,
.cmpBoxCenter .title,
.cmpBoxRight .title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.cmpBoxLeft {
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmpBoxCenter {
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.cmpBoxRight {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmpTable.green .titleTd {
    background: #2e5e04;
    border-color: #2e5e04;
    color: #fff;
}

.cmpTable.green td {
    color: #000;
}

.cmpTable.green .imageTd {
    text-align: center;
    border: 1px solid #2e5e04;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cmpBox2 {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: 120px;
    background: #56a411;
    color: #000;
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
}

.cmpBox2 .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.cmpBox2:nth-child(1) {
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmpBox2:nth-child(2) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmpBox2:nth-child(3) {
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cmpBox2:nth-child(4) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.cmpTable.orange .titleTd {
    background: #af600a;
    border-color: #af600a;
}

.cmpTable.orange .detailTd {
    border: 1px solid #af600a;
    border-bottom: 1px solid #e4cdb4;
}

.cmpTable.orange .imageTd {
    border: 1px solid #af600a;
}

.cmpTable.orange .detailListTd {
    border: 1px solid #af600a;
    border-bottom: 1px solid #e4cdb4;
}

/* -----------------------
Create By Ono
----------------------- */

body {
  font-size: 15px;
}

strong {
    font-weight: 800;
}

p,
p.hfBox {
  font-size: 15px;
  line-height: 1.7;
}

.p-notes {
    text-align: right;
    font-size: 14px;
}

.txt_center {
    text-align: center;
}

.fs_12 {
    font-size: 12px;
}
.fs_13 {
    font-size: 13px;
}
.fs_14 {
    font-size: 14px;
}
.fs_15 {
    font-size: 15px;
}

.ttl_01 {
    margin: 30px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.ttl_01 small.small_01 {
    margin-bottom: 5px;
    display: block;
}

.ttl_02 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.ttl_03 {
    margin: 30px 0 15px 0;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #eaeef9;
}

.commonTable.meshTable td {
    padding: 5px;
}

table.table_md-list th,
table.table_md-list td {
    padding: 5px;
    text-align: center;
    line-height: 1;
}
table.table_md-list th {
    line-height: 1.5;
}
table.table_md-list tr:nth-child(2) td {
    line-height: 1.5;
    background-color: #eee;
}
table.table_md-list tr:nth-child(n+3) {
    font-size: 14px;
}
table.table_md-list tr:nth-child(n+3):nth-child(even) td {
    background-color: #8fcedd;
}
table.table_md-list .circle {
    color: #1c1564;
    font-size: 20px;
    line-height: 13px;
}

.commonTable th,
.commonTable td {
    padding: 10px;
    font-size: 100%;
}

.commonTable .bg_image {
    background-color: #818181;
}

.width-672 {
    margin-right: 18px;
    max-width: 672px;
}

.flex-has-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-has-list th {
    min-width: 70px;
}
.table-has-list ul {
    margin-left: 1.3em;
    list-style-type: disc;
    line-height: 1.5;
}

.ttl-h4 {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.flex-col-3 {
    display: flex;
    justify-content: space-between;
}

.flex-col-3 * {
    width: 30%;
}

.sideMenu a {
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.sideMenu a::before {
    margin-right: 10px;
    height: 40%;
}

.graph_md-distribution {
    width: 660px;
    height: 435px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #a5a5a5;
    position: relative;
    background: linear-gradient(#fff, #dfdfdf);
}
.graph_md-distribution table {
    position: absolute;
    left: 70px;
    top: 50px;
}
.graph_md-distribution tr:nth-child(3) td {
    padding-bottom: 40px;
}
.graph_md-distribution tr:nth-child(4) td {
    padding-bottom: 10px;
}
.graph_md-distribution td {
    padding: 0px 15px 5px 15px;
}
.graph_md-distribution i {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 5px;
}
.graph_md-distribution i.icon_long {
    width: 120px;
}
.graph_md-distribution i.icon_red {
    background-color: #fe0200;
}
.graph_md-distribution i.icon_yellow {
    background-color: #e2bf1c;
}
.graph_md-distribution i.icon_orange {
    background-color: #e3973b;
}
.graph_md-distribution i.icon_pink {
    background-color: #ff7a93;
}
.graph_md-distribution i.icon_blue {
    background-color: #3f91dd;
}
.graph_md-distribution i.icon_green {
    background-color: #78b141;
}
.graph_md-distribution ul {
    position: absolute;
    width: 100%;
    height: 100%;
}
.graph_md-distribution li {
    padding: 5px 10px;
    width: 80px;
    height: 35px;
    line-height: 1;
    text-align: justify;
    text-align-last: justify;
    background-color: #e5d720;
    box-sizing: border-box;
    position: absolute;
}
ul.ul_en li {
    padding: 3px 5px;
    font-size: 10px; 
}
.graph_md-distribution li span {
    margin-top: 2px;
    display: block;
}
.graph_md-distribution li:nth-child(1) {
    top: 0;
    left: 210px;
}
.graph_md-distribution li:nth-child(1)::before {
    content: "";
    margin-left: -1px;
    height: 370px;
    width: 1px;
    background-color: #110fd7;
    position: absolute;
    left: 50%;
    top: 100%;
}
.graph_md-distribution li:nth-child(1)::after {
    content: "";
    margin-left: -5.5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #110fd7;
    position: absolute;
    top: 100%;
    left: 50%;  
}
.graph_md-distribution li:nth-child(2) {
    bottom: 0;
    left: 210px;
}
.graph_md-distribution li:nth-child(2)::after {
    content: "";
    margin-left: -5.5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #110fd7;
    position: absolute;
    top: -10px;
    left: 50%;  
}
.graph_md-distribution li:nth-child(3) {
    top: 220px;
    left: 0;
}
.graph_md-distribution li:nth-child(3)::before {
    content: "";
    margin-top: -1px;
    height: 1px;
    width: 500px;
    background-color: #110fd7;
    position: absolute;
    top: 50%;
    left: 100%;
}
.graph_md-distribution li:nth-child(3)::after {
    content: "";
    margin-top: -5.5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #110fd7;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;  
}
.graph_md-distribution li:nth-child(4) {
    top: 220px;
    right: 0;
}
.graph_md-distribution li:nth-child(4)::after {
    content: "";
    margin-top: -5.5px;
    width: 0;
    height: 0;
    border-left: 10px solid #110fd7;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 100%;  
}

.table_cbn tr:nth-child(1) th,
.table_cbn tr:nth-child(3) th {
    padding: 2px 0;
    height: 20px;
    color: #000;
    font-size: 11px;
    letter-spacing: 0.05em;
    background-color: #9ddbeb;
    box-sizing: border-box;
    border-bottom: 0;
}
.table_cbn tr:nth-child(2) td,
.table_cbn tr:nth-child(4) td {
    padding: 5px;
    width: 42px;
    text-align: center;
    font-size: 25px;
    color: #2aa9e0;
    border-top: 0;
}

.div_polising-list table {
    z-index: 10;
}
.div_polising-list td {
    padding: 5px;
}
.div_polising-list p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: sans-serif;
}
.div_polising-list p i {
    margin: 0 5px 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid gray;
    vertical-align: middle;
    position: relative;
}
.div_polising-list p i::before {
    content: "";
    width: 1px;
    height: 100px;
    background-color: gray;
    position: absolute;
    top: 0;
}
.div_polising-list p i::after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.div_polising-list p i:nth-child(1)::before,
.div_polising-list p i:nth-child(2)::before  {
    left: -30%;
    transform: rotate(60deg);
}
.div_polising-list p i:nth-child(3)::before  {
    right: 0%;
    transform: rotate(-30deg);
}

.banner_main {
    margin: 10px 0 20px 0;
    width: 100%;
    height: 120px;
    border: 1px solid #d2d2d2;
    background: linear-gradient(to top right, #bdbdbd, #fafafa, white);
    box-shadow: 0px 4px 4px -1px rgb(144 144 144);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.banner_main .banner_main--inner {
    padding: 8px 25px 5px;
    width: 100%;
    background-color: rgb(255 255 255 / 61%);
    background-color: rgba(255, 255, 255, .61);
}
.banner_main--en .banner_main--inner {
    padding: 15px 25px;
}
.banner_main img {
    position: absolute;
    right: 0;
    top: 0;
}
.banner_main h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    letter-spacing: 0.07em;
    line-height: 1;
}
.banner_main--en h1 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 24px;
}
.banner_main--en h1.letter-space_02 {
    letter-spacing: 0.2em;;
}
.banner_main p {
    margin-top: 5px;
    font-size: 12px;
    color: #5a5a5a;
    font-family: "Trebuchet MS";
    letter-spacing: 0.2em;
    line-height: 1;
}

.sidebar_midashi {
    margin: 0 auto 10px auto;
    max-width: 303px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: Meiryo;
    line-height: 50px;
    letter-spacing: 0.1em;
    background-color: #3a63c2;
    border-radius: 5px;
    box-shadow: 0px 2px 1px 0px #254384;
}
.sidebar_midashi::before,
.sidebar_midashi::after {
    content: "\2234";
    display: inline-block;
    font-size: 22px;
 }
.sidebar_midashi::before {
    transform: rotate(-90deg);
    margin-right: 15px;
    vertical-align: top;
}
.sidebar_midashi::after {  
    transform: rotate(90deg);
    margin-left: 15px;
    vertical-align: middle;
}

.commonTable.meshTable.table_mesh-standard td {
    padding: 3px;
    overflow: hidden;
    box-sizing: border-box;
}
.commonTable.meshTable.table_mesh-standard thead td {
    padding: 5px 0px;
    width: 23px;
    color: #1a1464;
    font-size: 11px;
    line-height: 1.1;
}
.table_mesh-standard thead th {
    overflow: hidden;
}
.table_mesh-standard thead td:nth-child(n+1):not(:nth-child(n+5)) {
    padding: 0 3px;
    font-size: 13px;
}
.table_mesh-standard--ja thead td:nth-child(n+1):not(:nth-child(n+5)) {
    padding: 5px 0px;
    writing-mode: vertical-rl;
    width: 23px;
}
.table_mesh-standard tbody tr td:nth-child(1) {
    color: #000;
    line-height: 1.4;
}
.table_mesh-standard tbody tr td:nth-child(n+2) {
    font-size: 26px;
    color: #1a1464;
}
.table_mesh-standard tbody tr td:nth-child(n+6) {
    color: #037fff;
}
.table_mesh-standard tbody tr:nth-child(even) td {
    background-color: #90cedd;
}
.table_mesh-standard tr:nth-child(4),
.table_mesh-standard tr:nth-child(9),
.table_mesh-standard tr:nth-child(18) {
    border-bottom: 4px double #999;
}
.table_mesh-standard thead th:nth-child(1),
.table_mesh-standard thead th:nth-child(2),
.table_mesh-standard thead td:nth-child(4),
.table_mesh-standard tbody td:nth-child(1),
.table_mesh-standard tbody td:nth-child(5) {
    border-right: 4px double #999;
}

.flex_01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flex_01__image {
    width: 48%;
    box-sizing: border-box;
}

.flex_01__div {
    width: 48%;
}

.border--right {
    border-right: 1px solid #ccc;
}

.button_01 {
    padding: 10px 0;
    width: 160px;
    color: black;
    text-align: center;
    font-size: 14px;
    display: block;
    border: 1px solid black;
    background-color: white;
    transition : all 0.2s;
}

.button_01:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

.fontcolor--red {
    color: #f44336;
}

.point_01 {
    padding: 5px 15px;
    display: inline-block;
    color: white;
    font-size: 13px;
    line-height: 1;
    background-color: #f44336;
}
.point_01--green {
    background-color: #4caf50;
}

.page_sem--box01 {
    align-items: initial;
}
.page_sem--box01 > div {
    padding: 1.5%;
    width: 33%;
    box-sizing: border-box;
    position: relative;
}
.page_sem--box01 .button_01 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
}

.table_01 {
    width: 100%;
    line-height: 1.8;
    border-collapse: collapse;
}
.table_01 th,
.table_01 td {
    padding: 15px;
    border: 1px solid #d6e0f2;
    border-collapse: collapse;
}
.table_01 th {
    text-align: center;
    border-bottom: 1px solid white;
    background-color: #d6e0f2;
}

.list_01 {
    margin: 15px 0;
    padding-left: 15px;
    color: #000080;
    list-style-type: disc;
}

.list_01 li + li {
    margin-top: 5px;
    line-height: 1.7;
}

.page_htm--box01 {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
}

.button01 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    font-weight: bold;
    background-color: #c3e3f5;
    height: 60px;
    color: black;
    transition : all .25s;
    border-bottom: 2px solid #8dc4e3;
    border-right: 1px solid #8dc4e3;
}
.button01:hover {
    text-decoration: none;
    background-color: #8dc4e3;
}
.button01 span {
    display: block;
    margin-left: 10px;
    padding: 2px 5px;
    font-size: 70%;
    background-color: white;
    border-radius: 2px;
}