@charset "UTF-8";
/* placeholder */
:placeholder-shown {
    color: #BDBDBD;
}
::-webkit-input-placeholder {
    color: #BDBDBD;
}
::-moz-placeholder {
    color: #BDBDBD;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #BDBDBD;
}
/*========================================
  common
========================================*/
/* anchor */
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #000;
}
a img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {
    opacity: 0.6;
}
/* ul ol */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*========================================
  head
========================================*/
.contBlockHead {
    text-align: center;
}
.contBlockHead p {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.6rem;
    color: #555555;
}
.headTitle {
    margin-bottom: 0.5em;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 3.4rem;
}
.headTitle small {
    margin-left: 30px;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.2rem;
    color: #B92D00;
}
@media screen and (max-width: 960px) {
    .headTitle {
        letter-spacing: 0;
        font-weight: 300;
        font-size: 2.4rem;
    }
    .headTitle small {
        margin-left: 20px;
    }
}
@media screen and (max-width: 600px) {
    .headTitle small {
        display: block;
        margin: 0.5em 0 0;
    }
}
.headSubTitle {
    margin-bottom: 0.5em;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 2.4rem;
}
.headSubTitle small {
    display: block;
    margin-top: 0.5em;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.2rem;
    color: #B92D00;
}
@media screen and (max-width: 960px) {
    .headSubTitle {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 2rem;
    }
}
/* contBoxHead */
.contBoxHead {
    margin-bottom: 40px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
    .contBoxHead {
        font-size: 2rem;
    }
}
/*========================================
  block
========================================*/
/* block */
.titleBlock, .contBlock {
    width: 1200px;
    margin: 76px auto;
}
.titleBlock > *, .contBlock > * {
    padding: 0 76px;
}
@media screen and (max-width: 960px) {
    .titleBlock, .contBlock {
        width: 100%;
        margin: 60px auto;
    }
    .titleBlock > *, .contBlock > * {
        padding: 0 40px;
    }
}
@media screen and (max-width: 600px) {
    .titleBlock > *, .contBlock > * {
        padding: 0 20px;
    }
}
.contBox {
    margin: 44px auto;
    padding: 44px 76px;
}
.contBox.hasBg {
    background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 960px) {
    .contBox {
        margin: 24px 16px;
        padding: 24px;
    }
}
@media screen and (max-width: 600px) {
    .contBox {
        margin: 20px 20px;
        padding: 24px 16px;
    }
}

/*========================================
  button
========================================*/
/* button */
.btn {
    display: inline-block;
    box-sizing: border-box;
    min-width: 224px;
    background-color: #B92D00;
    padding: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.4rem;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
.btn:hover {
    opacity: 1;
    background-color: #8F2300;
}
/* set - button */
.btnSet {
    padding: 40px 0;
}
.btnSet ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}
.btnSet ul li:not(:first-child) {
    margin-left: 8px;
}
@media screen and (max-width: 600px) {
    .btnSet {
        padding: 20px 0;
    }
    .btnSet ul {
        display: block;
    }
    .btnSet ul li {
        margin: 0;
        text-align: center;
    }
    .btnSet ul li:not(:first-child) {
        margin: 8px 0 0;
    }
}
/* 横並び（名前など） */
.col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.col2 > * {
    width: calc(50% - 8px);
}
.col2.pos-l {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.col2.pos-l > * {
    width: auto;
    padding-right: 16px;
}
/*========================================
  table
========================================*/
/* table wrapper */
.tableWrap {
    overflow-x: auto;
    margin: 40px 0;
    width: 100%;
}
.tableWrap table {
    table-layout: auto;
    min-width: 100%;
    width: 100%;
}
@media screen and (max-width: 960px) {
    .tableWrap {
        margin: 20px 0;
    }
    .tableWrap table {
        width: 800px;
    }
}
/*========================================
  image
========================================*/
/* fit image */
.fitImg img {
    max-width: 100%;
    height: auto;
}
/*========================================
  text
========================================*/
/* review star */
.reviewStar {
    vertical-align: middle;
}
/* require */
.require {
    display: inline-block;
    margin: 0 4px;
    color: #FF4081;
}
/* sum(金額) */
.sum {
    display: block;
    padding-right: 8px;
    text-align: right;
}
/* line wrap */
.lw, .lw span {
    display: inline-block;
}
/* br */
br.pc {
    display: block;
}
br.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
}
/*========================================
  common
========================================*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
html {
    font-size: 62.5%;
    /* 10px */
}
body {
    background-color: #FFF;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
/*========================================
  global header
========================================*/
.gHead {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
    width: 100%;
    min-width: 1200px;
    height: 82px;
    padding: 16px 40px;
    background-color: #FFF;
    font-size: 1.4rem;
    position: fixed;
    box-shadow: 1px 1px 3px #f0f0f0;
}
@media screen and (max-width: 1264px) {
    .gHead {
        min-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .gHead {
        padding: 16px 20px;
    }
}
.menuBtn {
    position: absolute;
    right: 40px;
    top: 21px;
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.menuBtn:focus {
    outline: 0;
    border: none;
}
.menuBtn span, .menuBtn::before, .menuBtn::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 19px;
    overflow: hidden;
    display: block;
    width: 32px;
    height: 0;
    padding-top: 2px;
    background-color: #212121;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.menuBtn::before {
    top: 8px;
}
.menuBtn::after {
    top: 30px;
}
.menuBtn.open span {
    opacity: 0;
}
.menuBtn.open::before {
    top: 19px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menuBtn.open::after {
    top: 19px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
@media screen and (max-width: 1264px) {
    .menuBtn {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .menuBtn {
        right: 20px;
        top: 21px;
    }
}
/* global navi */
.gnav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.gnav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.gnav .navMain li {
    position: relative;
    height: 82px;
    vertical-align: middle;
}
.gnav .navMain li a {
    vertical-align: middle;
    height: 82px;
    display: inline-block;
    line-height: 78px;
}
.gnav .navMain li:not(:first-child) {
    margin-left: 20px;
}
.gnav .navMain li a:hover, .gnav .navMain li.selected a, .gnav .navMain li.selected::after {
    color: #B92D00;
    opacity: 1;
}
.gnav .navMember li a:hover, .gnav .navMember li.selected a, .gnav .navMember li.selected::after {
    color: #B92D00;
    opacity: 1;
}
.gnav .navMain li a:hover::after, .gnav .navMain li.selected a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #B92D00;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gnav .navMain .subNavi {
    position: relative;
}
.gnav .navMain .subNavi::after {
    content: '▼';
    font-size: 10px;
    vertical-align: text-top;
    display: inline-block;
    margin-top: 2px;
}
.gnav .navMain .subNavi:hover::after {
    color: #B92D00;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gnav .navMain .subNavi > ul {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    background: #FFF;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgb(221, 221, 221) 0px 0px 3px 0px;
    -moz-box-shadow: rgb(221, 221, 221) 0px 0px 3px 0px;
    box-shadow: rgb(221, 221, 221) 0px 0px 3px 0px;
}
.gnav .navMain .subNavi:hover > ul, .gnav .navMain .subNavi > ul:hover {
    display: inline-block;
}
.gnav .navMain .subNavi > ul li {
    margin-left: 0;
    height: auto;
    line-height: auto;
}
.gnav .navMain .subNavi > ul li.low a {
    padding-left: 20px;
}
.gnav .navMain .subNavi > ul li a {
    display: block;
    width: 360px;
    height: auto;
    line-height: 75%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 8px;
}
.gnav .navMain .subNavi > ul li a:hover {
    border: none;
    background-color: #eeeeee;
    color: #000;
}
.gnav .navMain .subNavi > ul li a::after {
    border: none;
}
.gnav .navMember {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #BDBDBD;
    margin-top: 28px;
    margin-bottom: 28px;
}
.gnav .navMember li {
    position: relative;
    height: 26px;
    vertical-align: middle;
}
.gnav .navMember li:not(:first-child) {
    margin-left: 20px;
}
.gnav .navMember li a {
    padding-left: 20px;
    vertical-align: middle;
    height: 24px;
    display: inline-block;
    line-height: 22px;
}
.gnav .navMember li:nth-child(1) a {
    background: url("../img/icon_login.svg#bk") no-repeat left center;
    background-size: 16px 16px;
}
.gnav .navMember li:nth-child(2) a {
    background: url("../img/icon_contact.svg#bk") no-repeat left center;
    background-size: 16px 16px;
}
/* bogo : language  */
.bogo-language-switcher {
    align-items: center;
    height: 26px;
    margin: 28px 0 28px 20px;
    padding-left: 20px;
    background: url("../img/icon_langage.svg") no-repeat left center;
    background-size: 16px 16px;
}
.bogo-language-switcher li {
    position: relative;
    height: 26px;
    line-height: 26px;
	vertical-align: bottom;
}
/*.bogo-language-switcher li.first {
    order: 2;
}
.bogo-language-switcher li.last {
    order: 1;
}*/
.bogo-language-switcher li.ja {
    order: 1;
}
.bogo-language-switcher li.en-US {
    order: 2;
}
.bogo-language-switcher li.zh-CN {
    order: 3;
}
.bogo-language-switcher .th {
    order: 4;
}
.bogo-language-switcher li a {
    display: inline-block;
}
.bogo-language-switcher li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    width: 1em;
    text-align: center;
}
.bogo-language-switcher li.current {
    font-weight: 700;
    /*color: #999;*/
}
@media screen and (max-width: 1264px) {
    .gnav {
        display: none;
        position: absolute;
        right: 0;
        top: 82px;
        z-index: 1000;
        width: 280px;
        padding: 16px;
        background-color: #FFF;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	/*height:500px;*/
	/*overflow:scroll;*/
    }
    .gnav ul {
        display: block;
	overflow: auto;
    	-webkit-overflow-scrolling: touch;
    }
    .gnav .navMain li:not(:first-child) {
        margin: 8px 0 0;
    }
    .gnav .navMain li {
        height: auto;
    }
    .gnav .navMain li a {
        height: auto;
        line-height: 150%;
        display: block;
    }
    .gnav .navMain a {
        display: block;
        padding: 4px 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .gnav .navMain a:hover {
        opacity: 1;
        background-color: #EEEEEE;
    }
    .gnav .navMain li a:hover, .gnav .navMain li.selected a {
        color: #000;
        opacity: 1;
    }
    .gnav .navMain li a:hover::after, .gnav .navMain li.selected a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        border-bottom: none;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .gnav .navMember {
        margin: 16px 0 0;
        padding: 16px 0 0;
        border-left: none;
        border-top: 1px solid #EEEEEE;
    }
    .gnav .navMember li {
        height: auto;
    }
    .gnav .navMember li a {
        height: auto;
        line-height: 150%;
        display: block;
    }
    .gnav .navMember li:not(:first-child) {
        margin: 16px 0 0;
    }
    .gnav .navMember li a {
        display: block;
        padding: 4px 8px 4px 28px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .gnav .navMember li a:hover {
        opacity: 1;
    }
    .gnav .navMember li:nth-child(1) a {
        background: url("../img/icon_login.svg#bk") no-repeat 8px center;
        background-size: 16px 16px;
    }
    .gnav .navMember li:nth-child(1) a:hover {
        background: url("../img/icon_login.svg#bk") no-repeat 8px center #EEEEEE;
        background-size: 16px 16px;
    }
    .gnav .navMember li:nth-child(2) a {
        background: url("../img/icon_contact.svg#bk") no-repeat 8px center;
        background-size: 16px 16px;
    }
    .gnav .navMember li:nth-child(2) a:hover {
        background: url("../img/icon_contact.svg#bk") no-repeat 8px center #EEEEEE;
        background-size: 16px 16px;
    }
    .gnav .navMain .subNavi:hover::after {
        color: #000;
    }
    .gnav .navMain .subNavi::after {
        content: '▼';
        font-size: 10px;
        vertical-align: text-top;
        display: inline-block;
        margin-top: 2px;
        position: absolute;
        right: 8px;
        top: 4px;
    }
    .gnav .navMain .subNavi > ul {
        display: block;
        position: relative;
        top: 0px;
        left: 0;
        background: #FFF;
        padding: 0;
        margin-top: 8px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: rgb(100, 100, 100) 0px 0px 0px 0px;
        -moz-box-shadow: rgb(100, 100, 100) 0px 0px 0px 0px;
        box-shadow: rgb(100, 100, 100) 0px 0px 0px 0px;
    }
    .gnav .navMain .subNavi > ul li a {
        width: auto;
        line-height: 150%;
        /*padding: 4px 8px 4px 36px;*/
        padding: 4px 8px 4px 26px;
        font-size: 1.2rem;
    }
    .gnav .navMain .subNavi > ul li.low a {
        padding-left: 40px;
    }
    .gnav .navMain .subNavi > ul li a::before {
        /*content: '▶';*/
        font-size: 10px;
        vertical-align: text-top;
        display: inline-block;
        margin-top: 2px;
        position: absolute;
        left: 8px;
        top: 2px;
    }
    .gnav ul.bogo-language-switcher {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
		height: auto;
        margin: 16px 0 0;
        padding: 16px 0 0 28px;
        border-top: 1px solid #EEEEEE;
        background: url("../img/icon_langage.svg") no-repeat 8px 1.65em;
        background-size: 16px 16px;
    }

    /*.bogo-language-switcher li:not(:first-child)::before {
        content: "/";
        display: inline-block;
        width: 2em;
        text-align: center;
    }*/
    .gnav ul.bogo-language-switcher li:not(:last-child)::after {
            display: none;
    }
     /*.gnav ul.bogo-language-switcher li:not(:last-child)::after {
            content: "/";
        display: inline-block;
        width: 2em;
        text-align: center;
    }*/
    .gnav ul.bogo-language-switcher li {
        height: auto;
	 width: 40px;
        text-align: center;
    }
    .gnav ul.bogo-language-switcher li.first {
            border-left: 1px solid #EEE;
    }
    .gnav .bogo-language-switcher li a {
        height: auto;
        line-height: 150%;
	 padding: 0;
    }

    /*.bogo-language-switcher li a {
        padding: 4px 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .bogo-language-switcher li a:hover {
        opacity: 1;
        background-color: #EEEEEE;
    }*/
}
/*========================================
  global footer
========================================*/
.gFoot {
    min-width: 1200px;
    background-color: #212121;
}
@media screen and (max-width: 960px) {
    .gFoot {
        min-width: 100%;
    }
}
/* company guide */
.companyGuide {
    padding: 64px 0;
    background: url("../img/company_guide_bg.jpg") no-repeat center center;
    background-size: cover;
}
.companyGuide .guideBoxSet {
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    padding: 0 76px;
}
.companyGuide .guideBox {
    position: relative;
    width: 320px;
    padding: 40px 30px 80px;
	background-color: rgba(255,255,255,0.1);
    border: 1px solid #7D7D7D;
    text-align: center;
    color: #FFF;
}
.companyGuide.en-us .guideBoxSet {
    justify-content: center;
}
.companyGuide.en-us .guideBox {
    margin: 0 20px;
}

.companyGuide .guideBox .guideHead {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 2.4rem;
}
.companyGuide .guideBox .guideHead small {
    display: block;
    font-weight: 500;
    font-size: 1.2rem;
}
.companyGuide .guideBox p {
    margin-bottom: 40px;
}
.companyGuide .guideBox .btnBox {
    position: absolute;
    left: 40px;
    bottom: 35px;
    width: calc(100% - 80px);
}
@media screen and (max-width: 960px) {
    .companyGuide {
        padding: 60px 0;
    }
    .companyGuide .guideBoxSet {
        display: block;
        width: 100%;
        padding: 0 40px;
    }
    .companyGuide .guideBox {
        position: relative;
        width: 100%;
        padding: 24px;
        text-align: left;
    }
    .companyGuide.en-us .guideBox {
        margin: 0;
    }
    .companyGuide .guideBox:not(:first-child) {
        margin-top: 24px;
    }
    .companyGuide .guideBox .guideHead {
        margin-bottom: 0;
        font-weight: 400;
        font-size: 2.4rem;
    }
    .companyGuide .guideBox .guideHead small {
        display: inline-block;
        margin-left: 24px;
    }
    .companyGuide .guideBox p {
        margin: 24px 0 0;
        padding-right: 248px;
    }
    .companyGuide .guideBox p .lw {
        display: inline;
    }
    .companyGuide .guideBox .btnBox {
        left: auto;
        right: 24px;
        bottom: 24px;
        width: 224px;
    }
}
@media screen and (max-width: 600px) {
    .companyGuide {
        padding: 40px 0;
    }
    .companyGuide .guideBoxSet {
        padding: 0 20px;
    }
    .companyGuide .guideBox {
        padding: 16px;
    }
    .companyGuide .guideBox .guideHead {
        margin-bottom: 24px;
        text-align: center;
        font-size: 2rem;
    }
    .companyGuide .guideBox .guideHead small {
        display: block;
        margin: 8px 0 0;
    }
    .companyGuide .guideBox p {
        margin: 24px 0 0;
        padding-right: 0;
    }
    .companyGuide .guideBox p .lw {
        display: inline;
    }
    .companyGuide .guideBox .btnBox {
        position: static;
        margin: 24px auto 0;
        width: 100%;
        max-width: 224px;
    }
    .companyGuide .guideBox .btnBox .btn {
        min-width: 100%;
    }
}
/* footer navi */
.fnav {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 76px;
    color: #FFF;
}
.fnav a {
    color: #FFF;
}
.fnav h2 {
    position: relative;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 35px;
    vertical-align: middle;
    margin-bottom: 40px;
}
.fnav h2 div {
    position: absolute;
}
.fnav h2 img {
    vertical-align: middle;
    margin-right: 10px;
}
.fnav .navWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 1048px;
    margin: 0 auto;
    color: #FFF;
    border-right: 1px solid #424242;
    box-sizing: border-box;
}
.fnav .navWrap .navColumn {
    border-left: 1px solid #424242;
    padding-left: 24px;
    box-sizing: border-box;
}
.width15 {
    width: 15%;
}
.width25 {
    width: 25%;
}
.width20 {
    width: 20%;
}
.fnav .navWrap .navColumn p {
    width: 100%;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.4rem;
    border-left: solid 2px #B92D00;
    padding-left: 10px;
}
.fnav .navWrap .navColumn p:not(:first-of-type) {
    margin-top: 20px;
}
.fnav .navWrap .navColumn ul {
    margin-top: 0.5em;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.2rem;
    margin-left: 15px;
}
.fnav .navWrap .navColumn ul li {
    margin-top: 0.5em;
}
.fnav .navWrap .navColumn .subNav {
    margin-left: 8px;
}
.fnav .navWrap .navColumn .subNav li::before {
    content: "- ";
}
.fnav .navWrap .navColumn .subCol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.fnav .navWrap .navColumn .subCol ul:nth-child(1) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    margin-right: 40px;
}
.fnav .navWrap .navColumn .subCol ul:nth-child(2) {
    margin-top: 0;
    margin-top: 2em;
}
@media screen and (max-width: 960px) {
    .fnav {
        width: 100%;
    }
    .fnav h2 div {
	position: relative;
    }
    .fnav .navWrap {
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        margin: 0 auto;
    }
    .fnav .navWrap .navColumn {
        width: 100%;
        margin: 0 20px 20px 0;
        padding-left: 12px;
    }
}
@media screen and (max-width: 600px) {
    .fnav {
        padding: 40px 0 0 20px;
    }
}
.copyright {
  width: 1048px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #424242;
  text-align: center;
}
.copyright ul{
  font-size: 0;
  margin-bottom: 12px;
}
.copyright ul li{
  display: inline-block;
  margin-left: 20px;
}
.copyright ul li:first-child{
  margin-left: 0;
}
.copyright ul li a,
.copyright ul li span{
  font-weight: 300;
  font-size: 1.2rem;
  color: #FFF;
}
.copyright small {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.2rem;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .copyright {
    width: calc(100% - 80px);
  }
  .copyright ul li{
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .copyright {
    width: calc(100% - 40px);
    text-align: center;
  }
  .copyright ul{
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .copyright small{
    display: block;
  }
}

/*========================================
  main
========================================*/
main {
    position: relative;
    margin: 0 0 76px;
    padding-top: 82px;
    background: url("../img/undersplash.png") no-repeat center top;
    background-size: 100% auto;
    min-width: 1200px;
}
.topSplash + main {
    margin: 76px 0;
    padding-top: 0;
    background-image: none;
}
main.hasBg::before {
    content: "";
    position: absolute;
    right: 0;
    top: 135px;
    z-index: -1;
    display: block;
    width: calc(50% + 200px);
    height: 100%;
    background: #ff6e6e;
    background: -moz-linear-gradient(top, #ff6e6e 0%, #d5d57b 51%, #bc1cbc 100%);
    background: -webkit-linear-gradient(top, #ff6e6e 0%, #d5d57b 51%, #bc1cbc 100%);
    background: linear-gradient(to bottom, #ff6e6e 0%, #d5d57b 51%, #bc1cbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e', endColorstr='#bc1cbc', GradientType=0);
    opacity: 0.15;
    pointer-events: none;
}
.topSplash + main.hasBg::before {
    top: 0;
}
@media screen and (max-width: 960px) {
    main {
        min-width: 100%;
    }
}
/*========================================
  main
========================================*/
/* contLeader */
.contLeader {
    margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
    .contLeader {}
}
/*========================================
  top
========================================*/
.topSplash {
    width: 100%;
    min-width: 1200px;
    height: 640px;
    padding: 210px 0 64px;
    background: url("../img/top_splash_bg.jpg") no-repeat center center;
    background-size: cover;
}
.topSplash .inr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 1112px;
    height: 448px;
    margin: 0 auto;
}
.topSplash .inr .headline {
    /*text-shadow: 1px 1px 0 #FFF;*/
}
.topSplash .inr .headline h1 {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 4.8rem;
}
.topSplash .inr .headline h1 small {
    display: block;
    /*color: #B92D00;*/
    font-size: 3.4rem;
    font-style: italic;
}
.topSplash .inr .headline p {
    margin-top: 32px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.6rem;
}
.topSplash .inr .connections {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.topSplash .inr .connections dl dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.topSplash .inr .connections dl dt::before, .topSplash .inr .connections dl dt::after {
    content: "";
    width: 20%;
    height: 5px;
    display: block;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
}
.topSplash .inr .connections dl dt span {
    display: block;
    margin: 0 0.6em 0 1em;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.4em;
    font-weight: 500;
    font-size: 1.2rem;
    color: #B92D00;
}
.topSplash .inr .connections dl dd {
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 9.6rem;
}
.topSplash .inr .connections dl:not(:first-child) {
    margin-left: 40px;
}
@media screen and (max-width: 960px) {
    .topSplash {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        height: 380px;
        padding: 82px 40px 0;
        color: #FFF;
    }
    .topSplash::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .topSplash .inr {
        position: relative;
        z-index: 10;
        width: 100%;
        height: auto;
        min-height: 240px;
    }
    .topSplash .inr .headline {
        text-shadow: 1px 1px 0 #000;
    }
    .topSplash .inr .headline h1 {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 600px) {
    .topSplash {
        padding: 82px 20px 0;
    }
    .topSplash .inr .headline h1 {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 3.2rem;
    }
    .topSplash .inr .headline h1 small {
        font-size: 2rem;
    }
}
/* top - section 01 */
#topSec01 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#topSec01 .colset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
#topSec01 .colset .fitImg {
    order: 2;
    width: 502px;
}
#topSec01 .colset .contTxt {
    order: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 502px;
}
#topSec01 .colset .contTxt .btnBox {
    margin-top: 24px;
}
@media screen and (max-width: 960px) {
    #topSec01 .colset {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
    #topSec01 .colset .fitImg {
        width: 50%;
    }
    #topSec01 .colset .contTxt {
        width: 44%;
    }
}
@media screen and (max-width: 600px) {
    #topSec01 .colset {
        display: block;
    }
    #topSec01 .colset .fitImg {
        width: 100%;
    }
    #topSec01 .colset .contTxt {
        width: 100%;
        margin-top: 24px;
    }
}

#topSec01 .ix_service {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
#topSec01 .ix_service li {
    width: 500px;
}
#topSec01 .ix_service li a {
    position: relative;
    display: block;
	height: 100%;
    padding: 24px 166px 24px 24px;
    border: 2px solid #BDBDBD;
    border-radius: 10px;
}
#topSec01 .ix_service li h4 {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 2.4rem;
    color: #B92D00;
}
#topSec01 .ix_service li img {
    position: absolute;
    right: 40px;
    top: calc(50% - 48px);
}
#topSec01 .ix_service li p {
    margin-top: 24px;
    text-align: left;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.2rem;
}
#topSec01 .ix_service li a:hover {
    border: 2px solid #000;
}

@media screen and (max-width: 960px) {
    #topSec01 .ix_service {
        display: block;
    }
    #topSec01 .ix_service li {
        width: 100%;
    }
    #topSec01 .ix_service li:not(:first-child) {
        margin-top: 24px;
    }
    #topSec01 .ix_service li a {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        padding: 24px 134px 24px 24px;
    }
    #topSec01 .ix_service li h4 {
        width: 100%;
        margin-bottom: 16px;
    }
    #topSec01 .ix_service li img {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
    }
    #topSec01 .ix_service li p {
        text-align: left;
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    #topSec01 .ix_service li a {
        display: block;
        padding: 16px;
        text-align: center;
    }
    #topSec01 .ix_service li p {
        margin: 16px 0 0;
    }
    #topSec01 .ix_service li img {
        position: relative;
        top: auto;
        right: auto;
    }
}

/* top - section 02 */
#topSec02 {
    margin-top: 0;
}
#topSec02 .colset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
#topSec02 .colset .fitImg {
    order: 1;
    width: 502px;
}
#topSec02 .colset .contTxt {
    order: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 502px;
}
#topSec02 .colset .contTxt .btnBox {
    margin-top: 24px;
}
@media screen and (max-width: 960px) {
    #topSec02 .colset {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }
    #topSec02 .colset .fitImg {
        width: 50%;
    }
    #topSec02 .colset .contTxt {
        width: 44%;
    }
}
@media screen and (max-width: 600px) {
    #topSec02 .colset {
        display: block;
    }
    #topSec02 .colset .fitImg {
        width: 100%;
    }
    #topSec02 .colset .contTxt {
        width: 100%;
        margin-top: 24px;
    }
}



/* list items */
.listItems {
    margin-top: 40px;
}
.listItems li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #C0C0C0;
}
.listItems li:not(:first-child) {
    /* margin-top: 8px;*/
}
.listItems li time, .listItems li .day {
    margin-right: 16px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.4rem;
}
.listItems li .locate {
	min-width: 6em;
    margin-right: 16px;
    padding: 4px 8px;
    background-color: #212121;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.listItems li p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listItems li .status {
    width: 112px;
    margin-left: 16px;
    padding: 4px 8px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.listItems li .status.accepting {
    background-color: #3F51B5;
    font-weight: bold;
}
.listItems li .status.closed {
    background-color: #FF4081;
    font-weight: bold;
}
.listItems li .tags {
    width: 96px;
    margin-right: 16px;
    padding: 4px 8px;
    background-color: #212121;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.listItems li .tags.tagId01 {
    background-color: #FF4081;
    font-weight: bold;
}
.listItems li .tags.tagId02 {
    background-color: #83B53F;
    font-weight: bold;
}
.listItems li .tags.tagId03 {
    background-color: #424242;
    font-weight: bold;
}
@media screen and (max-width: 960px) {
    .listItems li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .listItems li .locate + p {
        flex: none;
        width: calc(100% - 128px);
        margin-top: 0.5em;
    }
    .listItems li .tags + p {
        flex: none;
        width: 100%;
        margin-top: 0.5em;
    }
}
/*========================================
  
/* list items information*/
.listItems_infor {
    margin-top: 40px;
}
.listItems_infor li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    ;
}
.listItems_infor li:not(:first-child) {
    margin-top: 0px;
}
.listItems_infor li time, .listItems_infor li .day {
    margin-right: 16px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.4rem;
}
.listItems_infor li .locate {
    width: 4em;
    margin-right: 16px;
    padding: 4px 8px;
    background-color: #212121;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.listItems_infor li p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listItems_infor li .status {
    width: 112px;
    margin-left: 16px;
    padding: 4px 8px;
    white-space: nowrap;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.listItems_infor li .status.accepting {
    background-color: #3F51B5;
    font-weight: bold;
}
.listItems_infor li .status.closed {
    background-color: #FF4081;
    font-weight: bold;
}
.listItems_infor li .tags {
    width: 96px;
    margin-right: 16px;
    padding: 4px 8px;
    background-color: #212121;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.listItems_infor li .tags.tagId01 {
    background-color: #FF4081;
}
.listItems_infor li .tags.tagId02 {
    background-color: #83B53F;
}
.listItems_infor li .tags.tagId03 {
    background-color: #424242;
}
@media screen and (max-width: 960px) {
    .listItems_infor li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .listItems_infor li .locate + p {
        flex: none;
        width: calc(100% - 128px);
        margin-top: 0.5em;
    }
    .listItems_infor li .tags + p {
        flex: none;
        width: 100%;
        margin-top: 0.5em;
    }
}
/*========================================
  semina
========================================*/
/* locate */

.locate {
    width: 4em;
    margin-right: 16px;
    padding: 4px 8px;
    background-color: #212121;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* seminar box */
.seminarBox {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.seminarBox + .seminarBox {
    margin-top: 16px;
}
.semina_head {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.semina_head h4 {
    color: #0097a6;
}
.semina_head p {
    padding-top: 10px;
    font-size: 1.5rem;
}
.semina_body {
    padding: 15px;
}
.dotLine {
    background: transparent url(/_shared/images/common/bg_001.gif) repeat-x left bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 116.1%;
    font-weight: bold;
    color: #0097a6;
}
#secu_list {
    text-align: left;
    font-size: 1.2rem;
}
#secu_list ul li {
    display: inline;
}
#secu_list ul {
    padding-top: 10px;
}
#secu_list li {
    padding: 0.25em 0.5em; /*上下 左右の余白*/
    background: transparent; /*背景透明に*/
    border-left: solid 5px #204176; /*左線*/
}
/* event detail */
.eventTitle {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 2.4rem;
}
.eventSummary {}
.eventSummaryHead {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 1.6rem;
}
.eventSummaryBody {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.eventSummaryBody .summarySheet {
    order: 1;
    width: 515px;
}
.eventSummaryBody .summarySheet table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #BDBDBD;
}
.eventSummaryBody .summarySheet table th, .eventSummaryBody .summarySheet table td {
    padding: 16px;
    border-bottom: 1px solid #BDBDBD;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    font-size: 1.4rem;
}
.eventSummaryBody .summarySheet table th {
    color: #0097A7;
}
.eventSummaryBody .summaryImg {
    order: 2;
    width: 445px;
}
@media screen and (max-width: 960px) {
    .eventTitle {
        font-size: 2rem;
    }
    .eventSummaryBody {
        display: block;
    }
    .eventSummaryBody .summarySheet {
        width: 100%;
        margin-top: 32px;
    }
    .eventSummaryBody .summaryImg {
        width: 100%;
    }
    .eventSummaryBody .summaryImg img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {}
.eventDetail {}
.eventDetailHead {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 2.4rem;
}
.eventLead {}
.eventLead p {
    line-height: 2;
}
.eventSchedule {
    border-collapse: collapse;
    min-width: 100%;
    background-color: #FFF;
}
.eventSchedule th, .eventSchedule td {
    padding: 8px 16px;
    border: 1px solid #BDBDBD;
    text-align: left;
    font-weight: 400;
    font-size: 1.4rem;
}
.eventSchedule thead th {
    background-color: #0097A7;
    color: #FFF;
}
.eventDetail .btnSet {
    padding: 0;
}
@media screen and (max-width: 960px) {
    .eventDetailHead {
        margin-bottom: 32px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px) {
    .eventLead p {
        font-size: 1.4rem;
    }
}
/* news detail */
.newsDetail {}
.newsDetail .postDate {
    display: block;
    text-align: right;
    font-size: 1.6rem;
}
.newsDetail .newsTitle {
    position: relative;
    margin: 32px 0;
    padding: 8px 0;
    border-bottom: 3px solid #B3D4FC;
    font-weight: 400;
    font-size: 2.4rem;
}
.newsDetail .newsTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    display: block;
    width: 210px;
    height: 3px;
    background-color: #0097A7;
}
.newsDetail .postBody {}
@media screen and (max-width: 600px) {
    .newsDetail .newsTitle {
        position: relative;
        font-size: 2rem;
    }
}
/* support area */
.supportLead {
    margin: 32px 0;
}
.supportLead a, .supportArea a {
    color: #3F51B5;
}
.supportArea {}
.supportArea p {
    margin-bottom: 32px;
    font-size: 1.6rem;
}
.supportArea dl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    border-bottom: 1px solid #BDBDBD;
    font-size: 1.4rem;
}
.supportArea dl:first-of-type {
    border-top: 1px solid #BDBDBD;
}
.supportArea dl dt {
    width: 176px;
    padding: 16px;
    color: #0097A7;
}
.supportArea dl dd {
    flex: 1;
    padding: 16px;
}
.supportArea dl dd ul li {
    display: inline-block;
    margin-right: 1em;
}
@media screen and (max-width: 600px) {
    .supportArea dl {
        display: block;
    }
    .supportArea dl dt {
        padding: 16px 0 0;
    }
    .supportArea dl dd {
        padding: 16px 0
    }
}

/* maintenance */
.maintHead {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 3.4rem;
}
.maintDetail {
    width: 100%;
}
.maintDetail dt {
    margin: 32px 0;
    font-size: 2.4rem;
}
.maintDetail dd {
    margin-top: 32px;
    padding: 16px 0;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    font-size: 2.4rem;
}
.maintDetail dd p {
    padding: 0 16px;
    font-size: 1.4rem;
}
.maintDetail dd table {
    width: 100%;
    border-collapse: collapse;
}
.maintDetail dd table th, .maintDetail dd table td {
    padding: 16px;
    border: 1px solid #BDBDBD;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    font-size: 1.4rem;
}
.maintDetail dd table th {
    width: 20%;
    background-color: #EEE;
}
.maintDetail dd table td {
    background-color: #FFF;
}
@media screen and (max-width: 600px) {
    .maintHead {
        font-size: 2.4rem;
    }
    .maintDetail dt {
        font-size: 2rem;
    }
}


/* top : no article */
.noArticle {
    margin-top: 32px;
    padding: 32px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}



/* participants list*/
.tx_R { text-align: right !important ; }
.cp_ipselect {
        overflow: hidden;
        width: 400px;
        text-align: center;
}
.cp_ipselect select {
        width: 100%;
        padding-right: 1em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
        position: relative;
        border: 1px solid #bbbbbb;
        border-radius: 2px;
        background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
        position: absolute;
        top: 0.8em;
        right: 0.9em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #666666;
        pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
        padding: 8px 38px 8px 8px;
        color: #666666;
}

/*kiyaku*/
.dotLineBlue {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding-bottom:10px;
}

.dotLineBlue:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0097a6;
  bottom: -3px;
  width: 20%;
}

.dotLineBlue + *{
  padding-top:20px;
  word-wrap: break-word;
}

/*partner_list*/
.partGrid{
  display: grid;
  gap: 10px;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
}
#partGrida {
 color:#b92d00;
 }
.partItem{
  border-radius: 10px;
  padding: 15px; 
  text-align: center;
}
.partImg{
        height:100px;
        display:flex;
        justify-content:center;
        align-items:center;
}
.partItem img{
 max-width: 100%; 
 height: auto;
}
.partItem h4{
text-align:center;
}
.partItem p{
text-align:center;
font-size:1.4rem;
}

.partItem_detail{
 height:222px;
 line-height:222px;
}
.partItem_tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.partItem_tab_item {
  width: calc(100%/6);
  height: 50px;
  border-bottom: 3px solid #0597A7;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.partItem_tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="partItem_tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.partItem_tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.partItem_tab_content h4{
  color: black;
 }

/*選択されているタブのコンテンツのみを表示*/
#partItem_jp:checked ~ #partItem_jp_content,
#partItem_hk:checked ~ #partItem_hk_content,
#partItem_sg:checked ~ #partItem_sg_content,
#partItem_th:checked ~ #partItem_th_content,
#partItem_us:checked ~ #partItem_us_content,
#partItem_eu:checked ~ #partItem_eu_content {
  display: block;
}
@media screen and (max-width: 600px) {
  .partItem_tab_item{
         font-size:11px;
	 width: calc(100%/5)
  }
}
/*選択されているタブのスタイルを変える*/
.partItem_tabs input:checked + .partItem_tab_item {
  background-color: #0597A7;
  color: #fff;
}
/*mult_cloud table*/
@media screen and (max-width: 600px) {
  .mult_cloud_tb {
    font-size:10px;
  }
  .mult_cloud_tb_item{
    width:22%;
   }
}
.mult_cloud_tb{
  width:100%;
  table-layout:fixed;
  word-break:break-word;
 }

 /* traffic_graph */
.tgItem_tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.tgItem_tab_item {
  width: calc(100%/7);
  height: 55px;
  border-bottom: 3px solid #0597A7;
  background-color: #d9d9d9;
/*  line-height: 50px;*/
  font-size: 16px;
  text-align: center;
  color: #565656;
 /* display: block;*/
  display: table;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tgItem_tab_item p{
  display: table-cell;
  vertical-align: middle;
 }
.tgItem_tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tgItem_tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tgItem_tab_content {
  display: none;
  padding: 0 40px ;
  clear: both;
  overflow: hidden;
}
.tgItem_tab_content h4{
  color: black;

 }
.tgItem_title{
  font-size:1.25em;
  font-weight:500;
  display:block;
  padding-left:3rem;
  margin-left:-3rem;
  border-left:4px solid #ff4080;
  margin-top:20px;
}
.tgItem_title span{
  display:block;
  border-bottom: solid 0.5px #dee2e5;
}
#tgImg{
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  height:auto;
  margin:auto;
  margin-bottom:30px;
  box-shadow:2px 2px 4px grey;
 }

 /*選択されているタブのコンテンツのみを表示*/
#tgItem_all:checked ~ #tgItem_all_content,
#tgItem_tk:checked ~ #tgItem_tk_content,
#tgItem_os:checked ~ #tgItem_os_content,
#tgItem_fo:checked ~ #tgItem_fo_content,
#tgItem_hk:checked ~ #tgItem_hk_content,
#tgItem_ph:checked ~ #tgItem_ph_content,
#tgItem_sg:checked ~ #tgItem_sg_content,
#tgItem_th:checked ~ #tgItem_th_content,
#tgItem_la:checked ~ #tgItem_la_content,
#tgItem_us_west:checked ~ #tgItem_us_west_content,
#tgItem_ch:checked ~ #tgItem_ch_content,
#tgItem_da:checked ~ #tgItem_da_content,
#tgItem_mi:checked ~ #tgItem_mi_content,
#tgItem_am:checked ~ #tgItem_am_content,
#tgItem_ld:checked ~ #tgItem_ld_content,
#tgItem_mr:checked ~ #tgItem_mr_content {
  display: block;
}
#tgItem_eu:checked ~ #tgItem_eu_content {
  display: block;
}
#tgItem_eu:checked ~ #tgItem_eu_content {
  display: block;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 600px) {
  .tgItem_tab_content{
	  padding:0 20px;
  }
  .tgItem_tab_item{
         width: calc(100%/5);
         font-size:8px;
  }
  #tgItem_colset{
	  padding-left:0px;
	  padding-right:0px;
  }
  #tgImg{
          width: calc(100%);
 }
  .tgItem_tab_content h3{
          width: calc(100%);
 }
  .tgItem_title {
         padding-left:1.5rem;
	 margin-left:-1rem;
 }
 .tgItem_title span{
         font-size:1.25rem;
 }
}
/*選択されているタブのスタイルを変える*/
.tgItem_tabs input:checked + .tgItem_tab_item {
  background-color: #0597A7;
  color: #fff;
}

/*grpc msgサイズ*/
@media screen and (max-width: 600px) {
  #cookie-bar-msg{
         font-size:8pt;
  }
  #wt-cli-accept-btn{
	  font-size:7pt;
	 }
   #wt-cli-reject-btn{
          font-size:7pt;
         }
}
/*問い合わせAS番号テキスト*/
.contact_as{
         font-size:10px;
 }
@media screen and (max-width: 960px) {
    .contact_as{
         font-size:14px;
  }
}

/*non boder table*/
/*横幅一杯テーブル*/
.contBlockWide .colset .colcont .nobordertb table{
  border-collapse:collapse;
  width: 100%;
}
.contBlockWide .colset .colcont .nobordertb table tr{
  border: 0px none;
  text-align: left;
}
.contBlockWide .colset .colcont .nobordertb table tr th{
  background-color: #0097A7;
  color: #fff;
}
.contBlockWide .colset .colcont .nobordertb table tr td{
  background-color: #fff;
}
.contBlockWide .colset .colcont .nobordertb table tr th,
.contBlockWide .colset .colcont .nobordertb table tr td{
  border: 0px none;
  padding: 3px 20px 3px 0px;
  /*font-size: 1.3rem;*/
  letter-spacing: normal;
  vertical-align: top;
}
.contBlockWide .colset .colcont .nobordertb tr td a{
  color: #B92D00;
}

/*ismi img*/
@media screen and (max-width: 600px) {
  .ismi_img{
         max-width:100%;
         height: auto;
  }
}
/* 3 culoms */
.threeCuloms {
        width: 300px;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
        text-align:center;
        padding: 20px;
}
.threeCulomsImg{
        margin-bottom:10px;
        width:150px;
        height:150px;
}
.threeCulomsTitle{
        margin-bottom:25px;
        font-size:2.4rem;
        font-weight:400;
        letter-spacing:0;
}
.ocxBtn:after{
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
.ocxBanner{
        right:0px;
        bottom:0px;
        width:370px;
        height:130px;
        margin-bottom:40px;
        position:absolute;
}
@media screen and (max-width: 960px) {
.ocxBanner{
        right:0px;
        bottom:0px;
        width:222px;
        height:78px;
        position:absolute;
}
}
@media screen and (max-width: 600px) {
.ocxBanner{
        right:0px;
        bottom:0px;
        width:111px;
        height:39px;
        margin-bottom:-15px;
        position:absolute;
}
}

/*markdown code block*/
.md-code-frame{
        margin-bottom: 1.6rem;
        margin-top: 1.6rem;
        border: 1px solid #eeede7;
        border-radius: 4px;
}

.md-code-label{
        font-size: 1.4rem;
        padding: 0 7px;
        border: 1px solid #eeede7;
        background:#eeede7;
}
.md-highlight{
        background: #f9f8f5;
        border: none;
        white-space: pre-wrap;
        word-break:normal;
        padding: 16px;
        overflow: auto;
        font-size:85%;
        line-height:1.45;
        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.maxtable code{
        font-size: 1.4rem;
        background: #f9f8f5;
        border: 1px solid #eeede7;
        padding: 0.2em 0.4em;
        border-radius: 3px;
        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.md-list-first{
        list-style:disc;
        list-style-position: inside;
}
.md-list-second{
        list-style:circle;
        list-style-position: inside;
        padding-left: 40px;
}

@media screen and (max-width: 1264px) {
    /* サブメニューを持つliを初期状態で非表示 */
    .gnav .navMain li.subNavi > ul,
    .gnav .navMain li.selected.subNavi > ul {
        display: none !important;
    }

    /* 開いている状態のクラス */
    .gnav .navMain li.subNavi.open > ul,
    .gnav .navMain li.selected.subNavi.open > ul {
        display: block !important;
    }

    /* 三角矢印の回転アニメーション */
    .gnav .navMain li.subNavi::after,
    .gnav .navMain li.selected.subNavi::after {
        transition: transform 0.3s ease;
    }

    .gnav .navMain li.subNavi.open::after,
    .gnav .navMain li.selected.subNavi.open::after {
        transform: rotate(180deg);
    }

    /* クリック可能なスタイル */
    .gnav .navMain li.subNavi,
    .gnav .navMain li.selected.subNavi {
        cursor: pointer;
    }

}
