@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top #main > ul {
    z-index: 200;
    width: 100%;
}

/* メインパネルの全面シャドウを非表示
#top #main ul li:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
}
*/

#top #main > ul li {
    color: #ffffff;
}

#top #main > ul li {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

#top #main > ul li h1 {
    visibility: hidden;
}

#top #main > ul li p {
    visibility: hidden;
}

#top #main > ul li a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 151;
}

#top #main > ul li {
    height: 100vh;
    padding: 95px 0 0;
}

#top #main > ul li:nth-child(1) {
	background: url(../img/top/COL_HP_PC.jpg) no-repeat center top 25px / cover;
}

#top #main > ul li:nth-child(2) {
    background: url(../img/top/premiumpackage.jpg) no-repeat center top / cover;
}

#top #main > ul li:nth-child(3) {
    background: url(../img/top/G3Xtop.jpg) no-repeat center top / cover;
}

#top #main > ul li:nth-child(4) {
    background: url(../img/top/CONCEPT_LimitedEdition_banner_PC.jpg) no-repeat center top / cover;
}

#top #main > ul li:nth-child(5) {
    background: url(../img/top/top_img05_190801.jpg) no-repeat left bottom / cover;
}

#top #main > ul li:nth-child(6) {
    background: url(../img/top/Ulissi01.jpg) no-repeat left bottom / cover;
}

#top #newsBox {
    background: #222222;
    padding: 25px 50px;
    color: #ffffff;
}

#top #newsBox .inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#top #newsBox .inner a {
    color: #ffffff;
}

#top #newsBox .inner a:hover {
    opacity: 0.6;
}

#top #newsBox .inner #news {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

#top #newsBox .inner #news h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    position: relative;
}

#top #newsBox .inner #news h2:after {
    content: "";
    border-right: 1px dotted #ffffff;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0 0 0 50px;
}

#top #newsBox .inner #news article {
    margin: 0 0 0 100px;
}

#top #newsBox .inner #news article .ticker ul {
    position: relative;
}

#top #newsBox .inner #news article .ticker ul li {
    display: none;
}

#top #newsBox .inner #news article .ticker ul li dl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

#top #newsBox .inner #news article .ticker ul li dl dt {
    font-size: 14px;
    font-size: 1.4rem;
}

#top #newsBox .inner #news article .ticker ul li dl dd {
    margin: 0 0 0 30px;
    width: 40em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top #newsBox .inner p a:after {
    content: url(../img/common/arrow.png);
    margin: 0 0 0 15px;
    line-height: 0;
}

#top main #bnrBox {
    margin: 0 0 10%;
}

#top main #bnrBox figure {
    margin: 3% 0 0;
}

#top main #bnrBox figure:first-child {
    margin: 0;
}

#top main #productBox #titleBox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#top main #productBox #titleBox #title h1 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
}

#top main #productBox #titleBox #title p {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 1% 0 0;
}

#top main #productBox #titleBox > p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
}

#top main #productBox #titleBox > p a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #222222;
    color: #ffffff;
    min-width: 300px;
    min-height: 60px;
    height: 60px\0;
    /*IE*/
    position: relative;
}

#top main #productBox #titleBox > p a:after {
    content: url(../img/common/arrow.png);
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 0;
}

#top main #productBox #titleBox > p a:hover {
    background: #066334;
}

#top main #productBox #titleBox > p a:hover:after {
    content: url(../img/common/arrow01.png);
}

#top main #productBox #productList {
    margin: 8% 0 0;
}

#top main #productBox #productList ul {
    margin: 0 -20px;
}

#top main #productBox #productList ul li {
    margin: 0 20px;
}

#top main #productBox #productList ul li p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin: 3% 0 0;
}

#top main #productBox #productList ul li a:hover {
    opacity: 0.6;
}

#top main #productBox #productList ul li a:hover img {
    opacity: 1;
}

#top main #cntBnr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 10% 0 0;
}

#top main #cntBnr > div {
    width: 23.8%;
}

#top main #cntBnr > div:nth-child(1) {
    background: url(../img/top/contbnr05.jpg) no-repeat center;
    background-size: cover;
}

#top main #cntBnr > div:nth-child(2) {
    background: url(../img/top/contbnr01.jpg) no-repeat center;
    background-size: cover;
}

#top main #cntBnr > div:nth-child(3) {
    background: url(../img/top/contbnr03.jpg) no-repeat center;
    background-size: cover;
}

#top main #cntBnr > div:nth-child(4) {
    background: url(../img/top/contbnr04.jpg) no-repeat center;
    background-size: cover;
}

#top main #cntBnr > div a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 200px;
    color: #ffffff;
    position: relative;
    z-index: 0;
}

#top main #cntBnr > div a:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#top main #cntBnr > div a:hover:before {
    background: rgba(0, 0, 0, 0.2);
}

#top main #cntBnr > div a h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

#top main #cntBnr > div a p {
    font-weight: bolder;
    margin: 1% 0 0;
}

#top main #newsLetter {
    padding-top: 40px;
    border-top: 1px solid #000;
    margin: 40px auto 0;
}

#top main #newsLetter .input_inner {
    width: 840px;
    margin: 0 auto;
}

#top main #newsLetter .form {
    display: flex;
    justify-content: space-between;
}

#top main #newsLetter .form .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

#top main #newsLetter .form .txtbox input {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    width: 380px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #000;
}

#top main #newsLetter .form .btn input[type="submit"] {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 0 auto;
    background-color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#top main #newsLetter .form .btn input[type="submit"]:hover {
    cursor: pointer;
    background-color: #066334;
}

#top main #newsLetter .atten {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

#top main #newsLetter .atten a {
    text-decoration: underline;
}

#top main #newsLetter .atten a:hover {
    text-decoration: none;
}

/* -----------------------------------------------------------
     PRODUCT
----------------------------------------------------------- */

/*  トップ
----------------------------------------------------------- */
.productList main > div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.productList main > div section {
    flex: 0 1 29%;
    margin-top: 7em;
    margin-left: 6.5%;
}

.productList main > div section:nth-child(-n+3) {
    margin-top: 0;
}

.productList main > div section:nth-child(3n+1) {
    margin-left: 0;
}

.productList main > div section a {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

.productList main > div section a h1 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin: 1em 0 0;
}

.productList main > div section a figure {
    height: 100%;
}

.productList main > div section a:hover {
    opacity: 0.6;
}

.productList main > div section a:hover img {
    opacity: 1;
}

.productList main #accessories-btn {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 7% 0 0;
}

.productList main #accessories-btn a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: center;
    background: #222222;
    color: #ffffff;
    min-height: 60px;
    height: 60px\0;
    /*IE*/
    min-width: 300px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.productList main #accessories-btn a:hover {
    background: #066334;
    opacity: 1;
}

.productList main > article {
    margin: 15% 0 0;
}

.productList main > article h1 {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1;
}

.productList main > article > div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: calc(100% + 4vw);
    margin: 10% 0 0;
}

.productList main > article > div section {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: calc(100% / 3 - 4vw);
    margin-top: 5vw;
    margin-left: 4vw;
}

.productList main > article > div section:nth-of-type(-n+3) {
    margin-top: 0 !important;
}

.productList main > article > div section:nth-of-type(3n+1) {
    margin-left: 0 !important;
}

.productList main > article > div section div {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

.productList main > article > div section div h2 {
    text-align: center;
    position: relative;
}

.productList main > article > div section div h2:after {
    content: "";
    background: #222222;
    position: absolute;
    bottom: -65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 3px;
}

.productList main > article > div section div h2 span {
    display: block;
}

.productList main > article > div section div h2 span:nth-child(1) {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
}

.productList main > article > div section div h2 span:nth-child(2) {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0.5% 0 0;
}

.productList main > article > div section div p {
    margin: 25% 0 0;
	text-align: justify;
}

.productList main > article > div section figure {
    margin: 5% 0 0;
    min-height: 0%;
}

/*  詳細
----------------------------------------------------------- */
.productDetail main h1 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
}

.productDetail main h1:after {
    content: "";
    background: #066334;
    position: absolute;
    bottom: -75%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 3px;
}

.productDetail main .clm_wrap {
    display: flex;
    justify-content: space-between;
}

.productDetail main #read {
    width: 35%;
    order: 2;
    text-align: justify;
    height: auto;
}

.productDetail main #read .logo {
    display: block;
    margin-bottom: 20px;
    width: 30%;
}

.productDetail main #read .btn_more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    height: 20px;
    color: #FFF;
    line-height: 1;
    background-color: #222;
    font-size: 1rem;
    width: 200px;
}

.productDetail main #read .btn_more:hover {
    background: #066334;
}

.productDetail main #read .btn_more::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-5px) rotate(45deg);
}

.productDetail main #products {
    margin: 10% 0 0;
}

.productDetail main #products .thumb-item {
    width: 62%;
    order: 1
}

.productDetail main #products .slider li {
    border: 1px solid #eeede9;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.productDetail main #products ul.thumb-item li p {
    font-weight: bolder;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2%;
}

.productDetail main #products ul.thumb-item li div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1% 1.25%;
}

.productDetail main #products ul.thumb-item li .caption {
    background: #ffffff;
}

.productDetail main #products ul.thumb-item li .caption dl:not(:first-of-type) {
    margin: 0.25vw 0 0;
}

.productDetail main #products ul.thumb-item li .caption dl dt {
    font-weight: bolder;
}

.productDetail main #products ul.thumb-item li .caption dl dt:before {
    content: "■";
}

.productDetail main #products ul.thumb-item-nav {
    margin: 30px -15px 0;
}

.productDetail main #products ul.thumb-item-nav li {
    cursor: pointer;
    margin: 0 15px;
}

.productDetail main #products ul.thumb-item-nav li:hover {
    border: 1px solid #066334;
}

.productDetail main #detail {
    background: #f5f5f5;
    margin: 4% 0 0;
    padding: 4%;
}

.productDetail main #detail #detailBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.productDetail main #detail #detailBox .mt30 {
    margin-top: 30px;
}

.productDetail main #detail #detailBox .mt30 > dl {
    margin-top: 6%;
}

.productDetail main #detail #detailBox .mt30 > dl dt {
    font-weight: bold;
}

.productDetail main #detail #detailBox section {
    flex: 0 1 31%;
    -webkit-flex: 0 1 31%;
}

.productDetail main #detail #detailBox section:nth-child(2) > section {
    margin: 8% 0 0;
}

.productDetail main #detail #detailBox section:nth-child(2) > section:first-child {
    margin: 0;
}

.productDetail main #detail #detailBox section h2 {
    font-size: 15px;
    font-size: 1.5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.productDetail main #detail #detailBox section h2:before,
.productDetail main #detail #detailBox section h2:after {
    content: "";
    background: #222222;
    height: 1px;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

.productDetail main #detail #detailBox section h2:before {
    margin: 0 30px 0 0;
}

.productDetail main #detail #detailBox section h2:after {
    margin: 0 0 0 30px;
}

.productDetail main #detail #detailBox section > div {
    margin: 6% 0 0;
}

.productDetail main #detail #detailBox section > .columnBox dl {
    margin: 2.5% 0 0;
}

.productDetail main #detail #detailBox section > .columnBox dl:first-child {
    margin: 0;
}

.productDetail main #detail #detailBox section > .columnBox dl dt {
    font-weight: bolder;
}

.productDetail main #detail #detailBox section > div ul#note,
.productDetail main #detail #detailBox section > div ul#note_handle {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 4.5% 0 0;
}

.productDetail main #detail #detailBox section > div ul#note li,
.productDetail main #detail #detailBox section > div ul#note_handle li {
    position: relative;
    padding: 0 0 0 1em;
}

.productDetail main #detail #detailBox section > div ul#note li:before,
.productDetail main #detail #detailBox section > div ul#note_handle li:before {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.productDetail main #detail #detailBox section > div ul#note li a {
    font-weight: bolder;
    color: #066334;
}

.productDetail main #detail #detailBox section > div ul#note li a:hover {
    text-decoration: underline;
}

.productDetail main #detail .more_box {
    display: none;
}

.productDetail main #detail .btn_more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 160px;
    height: 30px;
    color: #FFF;
    line-height: 1;
    background-color: #222;
}

.productDetail main #detail .btn_more:hover {
    background: #066334;
}

.productDetail main #detail .btn_more::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-6px) rotate(135deg);
}

.productDetail main #detail .btn_more.show::after {
    transform: translateY(-3px) rotate(-45deg);
}

.productDetail main #detail .btn_more span::before {
    content: "続きを読む"
}

.productDetail main #detail .btn_more.show span::before {
    content: "閉じる"
}

.productDetail main #detail .Characteristic {
    margin: 1.5vw 0 0;
}

.productDetail main #detail .Characteristic h2 {
    font-size: 15px;
    font-size: 1.5rem;
}

.productDetail main #detail .Characteristic h2:before {
    content: "■";
    color: #D57577;
}

.productDetail main #detail .Characteristic ul {
    margin: 0.25vw 0 0;
}

.productDetail main #detail .Characteristic ul li {
    display: flex;
    display: -webkit-flex;
}

.productDetail main #detail .Characteristic ul li:not(:first-of-type) {
    margin: 0.15vw 0 0;
}

.productDetail main #detail .Characteristic ul li:before {
    content: "・";
}

.productDetail main #detail .Characteristic .btn_more {
    position: relative;
    display: flex;
	float:left;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	margin-bottom:40px;
    margin-left: auto;
    margin-right: 0;
    height: 25px;
    color: #FFF;
    line-height: 1;
    background-color: #222;
    font-size: 1rem;
    width: 250px;
}
.productDetail main #detail .btn_more:hover {
    background: #066334;
}

.productDetail main #detail .btn_more::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-5px) rotate(45deg);
}
.productDetail main #detail .impression {
    margin: 1.5vw 0 0;
}

.productDetail main #detail .impression h2 {
    font-size: 16px;
    font-size: 1.6rem;
}

.productDetail main #detail .impression h2:before {
    content: "■";
    color: #D57577;
}

.productDetail main #detail .impression dl {
    margin: 0.25vw 0 0;
}

.productDetail main #detail .impression dl dt {
    font-weight: bolder;
}

.productDetail main #detail .impression dl dd {
    margin: 0.25vw 0 0;
}

.productDetail main #detail .impression dl dd blockquote {
    line-height: 1.8;
}

.productDetail main #detail .cyclowired {
    margin: 1.5vw 0 0;
}

.productDetail main #detail .cyclowired h2 {
    font-size: 16px;
    font-size: 1.6rem;
}

.productDetail main #detail .cyclowired h2:before {
    content: "■";
    color: #D57577;
}

.productDetail main #detail .cyclowired ul {
    margin: 0.25vw 0 0;
}

.productDetail main #detail .cyclowired ul li:not(:first-of-type) {
    margin: 0.15vw 0 0;
}

.productDetail main #detail .cyclowired ul li a:hover {
    opacity: 0.5;
}

.productDetail main #detail .size_chart_box {
    margin: 2vw 0 0;
}

.productDetail main #detail .size_chart_box h2:before {
    content: "■";
    color: #D57577;
}

.productDetail main #detail .size_chart_box .size_chart {
    display: flex;
    display: -webkit-flex;
    margin: 0.25vw 0 0;
}

.productDetail main #detail .size_chart_box .size_chart .chart:nth-of-type(2) {
    margin: 0 0 0 2.5vw;
}

.productDetail main #detail .size_chart_box .size_chart .chart h3 {
    margin: 0 0 0.15vw;
}

.productDetail main #detail .size_chart_box .size_chart .chart ul li span:nth-of-type(2) {
    margin: 0 0 0 0.75em;
}

.productDetail main #detail #detailBox section > div #tech {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
}

.productDetail main #detail #detailBox section > div #tech a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #222222;
    color: #ffffff;
    min-height: 50px;
    height: 50px\0;
    /*IE*/
    margin: 3.5% 0 0;
}

.productDetail main #detail #detailBox section > div #tech a:hover {
    background: #066334;
}

.productDetail main #detail #detailBox section > div #handle_detail {
    margin: 4.5% 0 0;
}

.productDetail main #detail #detailBox section > div #handle_detail dl {
    display: flex;
    display: -webkit-flex;
}

.productDetail main #detail #detailBox section > div #handle_detail dl dt:after {
    content: "：";
}

.productDetail main > section {
    margin: 7.5% 0 0;
}

.productDetail main > section > div {
    margin: 3.5% 0 0;
}

.productDetail main > section > #column {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.productDetail main > section > #column > section {
    flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
}

.productDetail main > section > #column > section > h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 2%;
}

.productDetail main > section > #column > section .table dl dt {
    flex: 0 1 40%;
    -webkit-flex: 0 1 40%;
}

.productDetail main #spec > div .table {
    font-weight: 700;
    background: #ffffff;
    border: 1px solid #eeede9;
    letter-spacing: 0.15em;
}

.productDetail main #spec > div .table dl {
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    padding: 15px 30px;
}

.productDetail main #spec > div .table dl:nth-child(2n+1) {
    background: #f5f5f5;
}

.productDetail main #spec > div .table dl dt {
    flex: 0 1 20%;
    -webkit-flex: 0 1 20%;
}

.productDetail main #spec > div .table dl dd {
    flex: 1 1;
    -webkit-flex: 1 1;
}

.productDetail main #spec > div .table dl dd .spec_list li:not(:first-of-type) {
    margin: 0.5vw 0 0;
    letter-spacing: 0.2em;
}

.productDetail main #spec > div .table dl dd .spec_list li span {
    display: block;
}

.productDetail main #spec > div .table dl dd .spec_list li span:nth-of-type(1):before {
    content: "■";
}

.productDetail main #spec > div .table dl dd .spec_list li span:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
}

.productDetail main #geometory > div {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.productDetail main #geometory > div {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.productDetail main #geometory > div #geometoryBox {
    flex: 0 1 29%;
    -webkit-flex: 0 1 29%;
}

.productDetail main #geometory > div #geometoryBox #geometoryTxt {
    font-weight: 500;
    line-height: 1.4;
    margin: 10% 0 0;
}

.productDetail main #geometory > div #geometoryBox #geometoryTxt dl {
    display: flex;
    display: -webkit-flex;
}

.productDetail main #geometory > div #geometoryBox #geometoryTxt dl dt {
    flex: 0 1 3.8em;
    -webkit-flex: 0 1 3.8em;
    position: relative;
}

.productDetail main #geometory > div #geometoryBox #geometoryTxt dl dt:after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
}

.productDetail main #geometory > div #geometoryBox #geometoryTxt dl dd {
    flex: 1 1;
    -webkit-flex: 1 1;
    margin: 0 0 0 0.5em;
}

.productDetail main #geometory > div #geometoryTbl {
    flex: 0 1 66%;
    -webkit-flex: 0 1 66%;
}

.productDetail main #geometory > div #geometoryTbl table {
    width: 100%;
    background: #ffffff;
}

.productDetail main #geometory > div #geometoryTbl table th,
.productDetail main #geometory > div #geometoryTbl table td {
    border: 1px solid #eeede9;
    text-align: center;
    vertical-align: middle;
    padding: 1.6% 1%;
    line-height: 1.2;
}

.productDetail main #geometory > div #geometoryTbl table th {
    font-weight: bolder;
    background: #f5f5f5;
}

.productDetail main #detail #footBox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-top: 1px solid #eeede9;
    margin: 2vw 0 0;
    padding: 2vw 0 0;
	clear:both;
}

.productDetail main #detail #footBox ul {
    line-height: 1.8;
}

.productDetail main #detail #footBox ul li {
    position: relative;
    padding: 0 0 0 1em;
}

.productDetail main #detail #footBox ul li:before {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.productDetail main #detail #footBox p {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bolder;
}

.productDetail main #detail #footBox p a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #222222;
    color: #ffffff;
    min-width: 340px;
    min-height: 60px;
    height: 60px\0;
    /*IE*/
}

.productDetail main #detail #footBox p a:before {
    font-family: FontAwesome;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    content: "\f0ed";
    margin: 0 0.5em 0 0;
}

.productDetail main #detail #footBox p a:hover {
    background: #066334;
}

.productDetail main #list {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 8% 0 0;
}

.productDetail main #list a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #222222;
    color: #ffffff;
    min-height: 60px;
    height: 60px\0;
    /*IE*/
    padding: 0 5px;
}

.productDetail main #list a:before {
    font-family: FontAwesome;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    content: "\f00b";
    margin: 0 0.5em 0 0;
}

.productDetail main #list a:hover {
    opacity: 1;
    background: #066334;
}

.productDetail main .product_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    height: 20px;
    color: #FFF;
    line-height: 1;
    background-color: #222;
    font-size: 1rem;
    width: 200px;
}

.productDetail main .product_btn:hover {
    background: #066334;
}

.productDetail main .product_btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-5px) rotate(45deg);
}

#components {
    background: #ffffff;
    height: 100%;
}

#components #componentsBox {
    padding: 5%;
}

#components #componentsBox h1 span:nth-child(1) {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 900;
}

#components #componentsBox p {
    margin: 2% 0 0;
}

#components #componentsBox p span {
    display: block;
}

#components #componentsBox section {
    margin: 5% 0 0;
}

#components #componentsBox section table {
    line-height: 1.2;
    letter-spacing: 0.02em;
    width: 100%;
    margin: 2% 0 0;
    table-layout: fixed;
}

#components #componentsBox section table thead {
    font-size: 14px;
    font-size: 1.4rem;
    background: #dedede;
    text-align: center;
}

#components #componentsBox section table th,
#components #componentsBox section table td {
    border: 1px solid #eeede9;
    vertical-align: middle;
    padding: 1%;
}

#components #componentsBox section table tbody th {
    text-align: left;
    background: #f5f5f5;
    width: 13%;
}

#components #componentsBox section table tbody td {
    text-align: center;
}

#components #componentsBox section:nth-of-type(2) table tbody td {
    width: 14.5%;
}

/* -----------------------------------------------------------
    HISTORY
----------------------------------------------------------- */
.history #container {
    padding: 0;
}
.history main {
    max-width: 1400px;
}
.history main .historyHeader {
    text-align: center;
    margin-bottom: 75px;
}
.history main .historyHeader .historyTtl {
    position: relative;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.history main .historyHeader .historyTtl .en {
    display: block;
    color: #066334;
    font-size: 40px;
    margin-bottom: 14px;
}
.history main .historyHeader .historyTtl .ja {
    display: block;
    font-size: 18px;
}
.history main .historyHeader .historyTtl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 115px;
    border-bottom: 1px solid #066334;
    margin: 0 auto;
}
.history main .historyHeader .desc .txt {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}
.history main .historyHeader .img {
    padding: 0 50px;
    margin: 50px auto 0;
}
.history main .historyNav {
    text-align: center;
    background-color: #066334;
    padding: 17px 0 16px;
}
.history main .historyNav ul li {
    display: inline;
}
.history main .historyNav ul li a {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding-right: 45px;
}
.history main .historyNav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.history main .historyNav ul li:last-child a::before {
    content: none;
}
.history main .historyNav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin-right: 48px;
    border-bottom: 1px solid #066334;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.history main .historyNav ul li a:hover::after {
    border-bottom: 1px solid #fff;
}
.history main .historyMain {
    position: relative;
}
.history main .historyAxis .line {
    width: 8px;
    height: 6100px;
    background: #066334;
    margin: auto;
}
.history main .historyMain ul {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.history main .historyMain ul li {
    width: 600px;
    float: left;
    position: relative;
}
/* left */
.history main .historyMain ul li.area1954 {
    top: 55px;
}
.history main .historyMain ul li.area1972 {
    top: 49px;
}
.history main .historyMain ul li.area1981 {
    top: 90px;
}
.history main .historyMain ul li.area1984 {
    top: 86px;
}
.history main .historyMain ul li.area1986 {
    top: 82px;
}
.history main .historyMain ul li.area1994 {
    top: 78px;
}
.history main .historyMain ul li.area1996 {
    top: 74px;
}
.history main .historyMain ul li.area1996 .greenBg {
    height: 410px !important;
}
.history main .historyMain ul li.area2001 {
    top: 100px;
}
.history main .historyMain ul li.area2001 .greenBg {
    height: 420px !important;
}
.history main .historyMain ul li.area2004 {
    top: 136px;
}
.history main .historyMain ul li.area2013 {
    top: 178px;
}
.history main .historyMain ul li.area2015 {
    top: 174px;
}
.history main .historyMain ul li.area2018 {
    top: 170px;
}
/* right */

.history main .historyMain ul li.area1970 {
    top: 200px;
} 
.history main .historyMain ul li.area1978 {
    top: 195px;
}
.history main .historyMain ul li.area1982 {
    top: 191px;
}
.history main .historyMain ul li.area1985 {
    top: 232px;
}
.history main .historyMain ul li.area1989 {
    top: 228px;
}
.history main .historyMain ul li.area1995 {
    top: 269px;
}
.history main .historyMain ul li.area1995 .greenBg {
    height: 420px !important;
}
.history main .historyMain ul li.area2000 {
    top: 305px;
}
.history main .historyMain ul li.area2002 {
    top: 301px;
}
.history main .historyMain ul li.area2010 {
    top: 297px;
}
.history main .historyMain ul li.area2014 {
    top: 293px;
}
.history main .historyMain ul li.area2017 {
    top: 335px;
}
.history main .historyMain ul li.area2020 {
    top: 331px;
}
.history main .historyMain ul li.area2020 .greenBg {
    height: 400px !important;
}
.history main .historyMain ul li .arrowBlock {
    position: relative;
    z-index: 1;
    padding: 123px 0 290px;
}
.history main .historyMain ul li .arrowBlock .yearNumber {
    font-size: 50px;
    font-weight: bold;
    color: #066334;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 10px;
}
.history main .historyMain ul li.left .arrowBlock .yearNumber {
    text-align: right;
    margin-right: 120px;
}
.history main .historyMain ul li.right .arrowBlock .yearNumber {
    text-align: left;
    margin-left: 120px;
}
.history main .historyMain ul li .arrowBlock .arrowLine {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 1px;
    background: #066334;
    margin: auto;
}
.history main .historyMain ul li .arrowBlock.rightArrow .arrowLine {
    margin-right: 0;
}
.history main .historyMain ul li .arrowBlock.leftArrow .arrowLine {
    margin-left: 0;
}
.history main .historyMain ul li .contentsBlock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 360px;
}
.history main .historyMain ul li.right .contentsBlock {
    left: auto;
}
.history main .historyMain ul li.right .contentsBlock .btnMore {
    text-align: right;
}
.history main .historyMain ul li .contentsBlock .txtBlock {
    position: relative;
    z-index: 1;
}
.history main .historyMain ul li .contentsBlock .img {
    margin-bottom: 20px;
}
.history main .historyMain ul li .contentsBlock .btnMore {
    margin-top: 30px;
}
.history main .historyMain ul li .contentsBlock .btnMore a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 196px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0 20px;
    border: 1px solid #000;
}
.history main .historyMain ul li .contentsBlock .btnMore a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.history main .historyMain ul li .contentsBlock .btnMore a:hover {
    color: #066334;
    border: 1px solid #066334;
}
.history main .historyMain ul li .contentsBlock .btnMore a:hover::after {
    border-top: 1px solid #066334;
    border-right: 1px solid #066334;
}
.history main .historyMain ul li .contentsBlock .greenBg {
    background: #f3f7f5;
    width: 500px;
    height: 380px;
    position: absolute;
    top: 40px;
}
.history main .historyMain ul li .contentsBlock .greenBg.rightBg {
    left: 40px;
}
.history main .historyMain ul li .contentsBlock .greenBg.leftBg {
    right: 40px;
}

@media screen and (min-width:1070px) and ( max-width:1250px) {
    .history main .historyMain ul {
        width: 1050px;   
    }
    .history main .historyMain ul li {
        width: 525px; 
    }
    .history main .historyMain ul li .contentsBlock .greenBg {
        width: 425px;
    }
    .history main .historyMain ul li.left .arrowBlock .yearNumber {
        margin-right: 45px;
    }
    .history main .historyMain ul li.right .arrowBlock .yearNumber {
        margin-left: 45px;
    }
}

@media screen and (max-width: 1069px) {
    .history main .historyMain ul {
        width: 900px;   
    }
    .history main .historyMain ul li {
        width: 450px; 
    }
    .history main .historyMain ul li .contentsBlock .greenBg {
        width: 350px;
    }
    .history main .historyMain ul li.left .arrowBlock .yearNumber {
        margin-right: 10px;
    }
    .history main .historyMain ul li.right .arrowBlock .yearNumber {
        margin-left: 10px;
    }
    .history main .historyMain ul li .arrowBlock .yearNumber {
        font-size: 30px;
        height: 50px;
        line-height: 70px;
    }
}

/* -----------------------------------------------------------
    HISTORY - SINGLE
----------------------------------------------------------- */
.history main .historySingleTtl {
    position: relative;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.history main .historySingleTtl .large {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 46px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}
.history main .historySingleTtl .small {
    display: block;
    font-size: 18px;
}
.history main .historySingleTtl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 115px;
    border-bottom: 1px solid #066334;
    margin: 0 auto;
}
.history main .historyHeader .read,
.history main .historySingle p {
    font-size: 13px;
    color: #000;
    line-height: 1.8;
}
.history main .historyHeader .read {
    line-height: 2.65;
}
.history main .historySingle .col1 {
    margin-bottom: 70px;
}
.history main .historySingle .col2 {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 70px;
}
.history main .historySingle .left,
.history main .historySingle .right {
    width: 480px;
}
.history main .historySingle .right .img {
    margin-bottom: 15px;
}
.history main .historySingle .btnMore {
    text-align: center;
    margin-top: 30px;
}
.history main .historySingle .btnMore a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 260px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0 20px;
    background-color: #000;
}
.history main .historySingle .btnMore a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.history main .historySingle .btnMore a:hover {
    background-color: #066334;
}

/* -----------------------------------------------------------
    HISTORY - PEDIGREE
----------------------------------------------------------- */
.pedigree main .historySingle .pedigreeTtl {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 23px;
}
.pedigree main .historySingle .pedigreeTtl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95px;
    border-bottom: 1px solid #066334;
}
.pedigree main .historyHeader .read {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.pedigree main .historyHeader .guide {
    margin-bottom: 100px;
}
.pedigree main .historyHeader .guide li {
    display: inline;
    font-size: 14px;
    margin-right: 35px;
}
.pedigree main .historyHeader .guide li:last-child {
    margin-right: 0;
}
.pedigree main .historyHeader .guide li .arrow_a {
    margin-right: 9px;
}
.pedigree main .historyHeader .guide li .arrow_a img {
    vertical-align: 0;
}
.pedigree main .historySingle .col2 {
    margin: 0 auto 125px;
}
.pedigree main .historySingle .col2.mb30 {
    margin-bottom: 30px;
}
.pedigree main .historySingle .col2.mb90 {
    margin-bottom: 90px;
}
.pedigree main .historySingle .col2.mb150 {
    margin-bottom: 150px;
}
.pedigree main .historySingle .pedigreeArrow {
    position: relative;
}
.pedigree main .historySingle .pedigreeArrow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}
.pedigree main .historySingle .pedigreeArrow.arrow_a01:after {
    bottom: -100px;
    height: 100px;
    width: 10px;
    margin: 0 auto;
    background: url(../history/img/pedigree_arrow_a01.png);
    background-size: 10px 100px;
}
.pedigree main .historySingle .pedigreeArrow.arrow01:after {
    bottom: -1870px;
    height: 1870px;
    width: 270px;
    right: -10px;
    margin-left: auto;
    margin-right: 0;
    background: url(../history/img/pedigree_arrow01.png);
    background-size: 270px 1870px;
}
.pedigree main .historySingle .pedigreeArrow.arrow02:after {
    bottom: -630px;
    height: 630px;
    width: 270px;
    right: -10px;
    margin-left: auto;
    margin-right: 0;
    background: url(../history/img/pedigree_arrow02.png);
    background-size: 270px 630px;
}
.pedigree main .historySingle .pedigreeArrow.arrow_b01:after {
    bottom: -115px;
    height: 100px;
    width: 10px;
    margin: 0 auto;
    background: url(../history/img/pedigree_arrow_b01.png);
    background-size: 10px 100px;
}
.pedigree main .historySingle .pedigreeArrow.arrow_a02:after {
    top: 0;
    height: 189px;
    width: 204px;
    margin: 0 auto;
    background: url(../history/img/pedigree_arrow_a02.png);
    background-size: 204px 189px;
}
/*
.pedigree main .historySingle .txtLink {
    text-align: center;
    padding-top: 138px;
}
.pedigree main .historySingle .txtLink a {
    font-size: 53px;
    font-weight: bold;
    color: #c1272d;
    line-height: 1;
    text-decoration: underline;
}
.pedigree main .historySingle .txtLink a:hover {
    color: #066334;
}
*/
.pedigree main .historySingle .btnMoreLarge {
    text-align: center;
    padding-top: 201px;
}
.pedigree main .historySingle .btnMoreLarge a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 204px;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0 20px;
    background-color: #066334;
}
.pedigree main .historySingle .btnMoreLarge a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.pedigree main .historySingle .btnMoreLarge a:hover {
    background-color: #000;
}
.pedigree main .historySingle .btnMore {
    margin-bottom: 45px;
}

/* -----------------------------------------------------------
    TECHNOLOGY
----------------------------------------------------------- */
.technology main #mainBox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background: url(../img/technology/technology_main_bg.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
    min-height: 500px;
    height: 500px\0;
    /*IE*/
    padding: 7%;
}

.technology main #mainBox div {
    flex: 0 1 70%;
    -webkit-flex: 0 1 70%;
}

.technology main #mainBox div h1 span {
    display: block;
}

.technology main #mainBox div h1 span:nth-child(1) {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
}

.technology main #mainBox div h1 span:nth-child(2) {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 1% 0 0;
}

.technology main #mainBox div p {
    line-height: 2;
    margin: 5% 0 0;
}

.technology main #contents {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.technology main #contents section {
    flex: 0 1 29%;
    -webkit-flex: 0 1 29%;
    margin-top: 5em;
    margin-left: 6.5%;
}

.technology main #contents section:nth-child(-n+3) {
    margin-top: 0;
}

.technology main #contents section:nth-child(3n+1) {
    margin-left: 0;
}

.technology main #contents section h2 {
    text-align: center;
    position: relative;
}

.technology main #contents section h2:after {
    content: "";
    background: #222222;
    position: absolute;
    bottom: -65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 3px;
}

.technology main #contents section h2 span {
    display: block;
}

.technology main #contents section h2 span:nth-child(1) {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 700;
}

.technology main #contents section h2 span:nth-child(2) {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0.5% 0 0;
}

.technology main #contents section p {
    margin: 27% 0 0;
    min-height: 19.5em;
	text-align: justify;
}

.technology main #contents section figure {
    margin: 5% 0 0;
}

/* -----------------------------------------------------------
    DEALERS
----------------------------------------------------------- */
.dealers main ul#tab {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.dealers main ul#tab li {
    border: 1px solid #eeede9;
    padding: 30px 30px 60px;
    position: relative;
}

.dealers main ul#tab li:after {
    font-family: FontAwesome;
    font-size: 30px;
    font-size: 3.0rem;
    content: "\f107";
    xcontent: "\f078";
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.dealers main ul#tab li:hover {
    cursor: pointer;
}

.dealers main ul#tab li.select:hover {
    cursor: default;
    opacity: 1;
}

.dealers main .tit {
    text-align: center;
}

.dealers main ul#tab li#premium.select {
    border: 1px solid #a82728;
}

.dealers main ul#tab li#premium.select:after {
    color: #a82728;
}

.dealers main ul#tab li#dealer.select {
    border: 1px solid #222222;
}

.dealers main ul#tab li#dealer.select:after {
    color: #222222;
}

.dealers main ul#tab li#mondo.select {
    border: 1px solid #229945;
}

.dealers main ul#tab li#mondo.select:after {
    color: #229945;
}

.dealers main ul#tab li h1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.dealers main ul#tab li h1:before {
    margin: 0 10px 0 0;
}

.dealers main ul#tab li#premium h1:before {
    content: url(../img/dealers/dealers_icon01.png);
}

.dealers main ul#tab li#dealer h1:before {
    content: url(../img/dealers/dealers_icon02.png);
}

.dealers main ul#tab li#mondo h1:before {
    content: url(../img/dealers/dealers_icon03.png);
}

.dealers main ul#tab li h2 {
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin: 1.8% 0 0;
    padding: 3%;
}

.dealers main ul#tab li#premium h2 {
    background: #a82728;
}

.dealers main ul#tab li#dealer h2 {
    background: #222222;
}

.dealers main ul#tab li#mondo h2 {
    background: #229945;
}

.dealers main ul#tab li p {
    line-height: 1.6;
    margin: 3% 0 0;
    text-align: center;
}

.dealers main > article {
    margin: 3% 0 0;
}

.dealers main ul.tabs {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.dealers main ul.tabs li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
    padding: 25px 40px 20px;
}

.dealers main ul.tabs li a {
    display: block;
    border-bottom: 3px solid #eeede9;
    padding-bottom: 1em;
}

.dealers main ul.tabs li a:hover {
    border-bottom: 3px solid #c30d23;
}

.dealers main ul.tabs li:hover {
    cursor: pointer;
}

.dealers main ul.tabs li.select:hover {
    cursor: default;
    opacity: 1;
}

.dealers main ul.tabs li.select {
    border-right: 1px solid #eeede9;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #eeede9;
}

.dealers main ul#tabs01 li.select {
    border-top: 2px solid #c30d23;
}

.dealers main ul#tabs02 li.select {
    border-top: 2px solid #222222;
}

.dealers main ul#tabs03 li.select {
    border-top: 2px solid #229945;
}

.dealers main > article > section > article {
    margin: 7% 0 0;
}

.dealers main > article > section > article > section > section {
    margin: 7% 0 0;
}

/*.dealers main > article > section > article > section > section:first-child {
	margin: 0;
}*/

.dealers main > article > section > article > section > section > div {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 6% 0 0;
}

.dealers main > article > section > article > section > section > div > dl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px dashed #eeede9;
    padding: 0 0 0.5%;
    width: 1000px;
    margin: 0.5% auto 0;
}

.dealers main > article > section > article > section > section > div dl:first-child {
    margin: 0;
}

.dealers main > article > section > article > section > section > div dl dt {
    font-weight: bolder;
    flex: 0 1 32%;
    -webkit-flex: 0 1 32%;
}

.dealers main > article > section > article > section > section > div dl dt a:hover {
    opacity: 0.6;
}

.dealers main > article > section > article > section > section > div > dl dd:nth-of-type(1) {
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
}

.dealers main > article > section > article > section > section > div dl dd:nth-of-type(2) {
    flex: 0 1 11%;
    -webkit-flex: 0 1 11%;
}

.dealers main > article > #dealerBox > article > section > section > div dl dt:before {
    content: url(../img/dealers/dealers_icon02.png);
}

.dealers main > article > #mondoBox > article > section > section > div dl dt:before {
    content: url(../img/dealers/dealers_icon03.png);
}

.dealers main > article > #premiumBox > article > section > section div .premium_box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-bottom: 2px solid #ededed;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article {
    flex: 0 1 30%;
    -webkit-flex: 0 1 30%;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 50px;
    margin-left: 5%;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article:first-child,
.dealers main > article > #premiumBox > article > section > section div .premium_box article:nth-child(3n+1) {
    margin-left: 0;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article figure {
    position: relative;
}


.dealers main > article > #premiumBox > article > section > section div .premium_box article figure img {
    width: 100%;
    height: auto;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article figure figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 700;
    color: #ffffff;
    background: #c30d23;
    width: 50px;
    padding: 0.2em 0;
    text-align: center;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article a:hover {
    opacity: 0.6;
    display: block;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl {
    margin-top: 20px;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article a > dl:first-of-type > dd:first-of-type {
    margin-top: 10px;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) {
    margin-top: 15px;
    border-top: 1px dashed #ededed;
    padding-top: 15px;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl {
    margin-top: 0;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl {
    display: flex;
    display: -webkit-flex;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl dd {
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl dd ul li {
    padding-left: 5px;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl dd ul li:after {
    content: "/";
    padding-left: 5px;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) ul li:nth-child(5n) {
    padding-left: 0px;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl dt {
    padding: 0;
    flex: 0 1 4em;
    -webkit-flex: 0 1 4em;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box article dl dd:nth-of-type(3) dl dt:before {
    content: "";
}

.dealers main > article > #premiumBox > article > section > section div .premium_box > article dl dd:nth-of-type(3) dl dd {
    flex: 1 1;
    -webkit-flex: 1 1;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box > article dl dt {
    position: relative;
    padding: 0 0 0 1.5em;
}

.dealers main > article > #premiumBox > article > section > section div .premium_box > article dl dt:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: scale(0.5) translateY(-50%);
    -webkit-transform: scale(0.5) translateY(-50%);
    transform-origin: top left;
}

.dealers main > article > section > article > section > section > div > dl > dt {
    position: relative;
    padding: 0 0 0 1.5em;
}

.dealers main > article > section > article > section > section > div > dl > dt:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: scale(0.5) translateY(-50%);
    -webkit-transform: scale(0.5) translateY(-50%);
    transform-origin: top left;
}

.dealers main > article > section > article > section > section > div > dl > dt:before {
    content: url(../img/dealers/dealers_icon02.png);
}

.dealers main > article > #premiumBox > article > section > section div .premium_box > article dl dt:before {
    content: url(../img/dealers/dealers_icon01.png);
}

.dealers main > article > section > article > section > section > div > dl > dd > dl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
}

.dealers main > article > section > article > section > section > div > dl > dd > dl ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.dealers main > article > section > article > section > section > div > dl > dd > dl dt {
    font-weight: bolder;
    flex: 0 1 23%;
    -webkit-flex: 0 1 23%;
}

.dealers main > article > section > article > section > section > div > dl > dd {
    flex: 1 1;
    -webkit-flex: 1 1;
}

.dealers main > article > section > article > section > section > div > dl > dd:last-of-type {
    margin-left: auto;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.dealers main > article > section > article > section > section > div > dl > dd:last-of-type dl dd {
    flex: 1 1;
    -webkit-flex: 1 1;
}

.dealers .Mark {
    text-align: center;
    margin: 50px 0 0;
    position: relative;
    padding-left: 30px;
}

.dealers .Mark:before {
    content: url("../img/dealers/dealers_icon01.png");
    display: inline-block;
    position: absolute;
    top: -20%;
    transform: scale(0.7) translatex(-122%);
    transform-origin: left top 0;
}

.dealers main > article > section > article > section > section > div h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 60px 0;
}

.dealers main > article > section > article > section > section > div h2:after {
    content: "";
    background: #222222;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 30px;
    height: 3px;
}

.hide {
    display: none;
}

.fadeIn {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

@keyframes fadeIn {

    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }

}

/* -----------------------------------------------------------
    OWNERS CLUB
----------------------------------------------------------- */
.club main > h1 {
    text-align: center;
}

.club main > h2 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 3% 0 0;
}

.club main > p {
    text-align: center;
    line-height: 2;
    margin: 3% 0 0;
}

.club main #clubImg {
    display: flex;
    display: -webkit-flex;
    margin: 3% 0 0;
}

.club main #clubImg li {
    flex: 1 1;
    -webkit-flex: 1 1;
}

.club main #serviceBox {
    background: #066334;
    padding: 7%;
    color: #ffffff;
}

.club main #serviceBox h3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
}

.club main #serviceBox #service {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 3.5% 0 0;
}

.club main #serviceBox #service section {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 0 1 18%;
    -webkit-flex: 0 1 18%;
    -ms-flex: 0 1 16.8%;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 25px 0.5%;
}

.club main #serviceBox #service section h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

.club main #serviceBox #service section p {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    margin: 15px 0 0;
}

.club main #serviceBox #service section figure {
    margin: 25px 0 0;
}

.club main #serviceBox > p {
    text-align: right;
    margin: 1.2% 0 0;
}

.club main #serviceBox > p:before {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    content: "※";
}

.club main #register {
    margin: 7% 0 0;
}

.club main #register h3 {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
}

.club main #register p {
    text-align: center;
    margin: 1.2% 0 0;
}

.club main #register p:nth-of-type(1) {
    line-height: 2;
}

.club main #register p:nth-of-type(1) a {
    font-weight: bolder;
    color: #066334;
}

.club main #register p:nth-of-type(1) a:hover {
    text-decoration: underline;
}

.club main #register p:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
}

.club main #register p:nth-of-type(2):before {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    content: "※";
}

.club main #register ul#check {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    margin: 2.2% 0 0;
}

.club main #register ul#check li {
    margin: 0 0 0 40px;
}

.club main #register ul#check li:first-child {
    margin: 0;
}

.club main #register ul#check li a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #066334;
    color: #ffffff;
    min-width: 300px;
    min-height: 50px;
    height: 50px\0;
    /*IE*/
}

.club main #register ul#check li a:hover {
    background: #222222;
}

.club main #register ul#check li a:before {
    font-family: FontAwesome;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    content: "\f1c1";
    margin: 0 0.5em 0 0;
}

.club main #register #inquiry {
    margin: 3.8% 0 0;
}

.club main #register #inquiry h4 {
    font-size: 15px;
    font-size: 1.5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.club main #register #inquiry h4:before,
.club main #register #inquiry h4:after {
    content: "";
    background: #222222;
    width: 140px;
    height: 1px;
}

.club main #register #inquiry h4:before {
    margin: 0 20px 0 0;
}

.club main #register #inquiry h4:after {
    margin: 0 0 0 20px;
}

.club main #register #inquiry p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

.club main #register #inquiry p a {
    color: #066334;
}

.club main #register #inquiry p a:hover {
    text-decoration: underline;
}

/* -----------------------------------------------------------
    CATALOG
----------------------------------------------------------- */
.catalog main {
    text-align: center;
}

.catalog main > p:nth-of-type(1) {
    line-height: 2;
}

.catalog main > p:nth-of-type(2) {
    margin: 1% 0 0;
}

.catalog main > p:nth-of-type(2):before {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    content: "※";
}

.catalog main > div {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    margin: 3.5% 0 0;
}

.catalog main > div p:nth-of-type(2) {
    margin: 0.5% 0 0;
}

/* -----------------------------------------------------------
    PRIVACY POLICY
----------------------------------------------------------- */
.privacy main #contents dl {
    counter-reset: number;
}

.privacy main #contents dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    color: #066334;
    display: flex;
    display: -webkit-flex;
    margin: 3.5% 0 0;
}

.privacy main #contents dl dt:nth-of-type(1) {
    margin: 0;
}

.privacy main #contents dl dt:before {
    content: counter(number) ".";
    counter-increment: number;
    margin: 0 0.25em 0 0;
}

.privacy main #contents dl dd {
    margin: 0.5% 0 0;
}

.privacy main #contents dl dd ul {
    margin: 0.5% 0 0;
}

.privacy main #contents dl dd ul li {
    position: relative;
    padding: 0 0 0 1.2em;
    text-indent: -0.2em;
}

.privacy main #contents dl dd ul li:before {
    content: "・";
    font-weight: bolder;
    position: absolute;
    top: 0;
    left: 0;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.contact main > p {
    line-height: 1.8;
    margin: 0 0 7%;
}

.contact main > ol {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.contact main > ol li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    list-style: none;
    background: #eeede9;
    min-width: 30%;
    height: 70px;
    position: relative;
    padding: 0 40px 0 30px;
}

.contact main > ol li:after {
    background: #ffffff;
    border-color: transparent transparent transparent #eeede9;
    border-style: solid;
    border-width: 35px 0 35px 25px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.contact main > ol li:last-child {
    margin: 0;
    padding: 0 30px;
}

.contact main > ol li:last-child:after {
    content: none;
}

.contact main > ol li.is_current {
    background: #066334;
}

.contact main > ol li.is_current p:nth-child(1),
.contact main > ol li.is_current p:nth-child(2),
.contact main > ol li.is_current p:nth-child(3) {
    color: #ffffff;
}

.contact main > ol li.is_current:after {
    border-left-color: #066334;
}

.contact main > ol li p:nth-child(1) {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 5px 0 0;
}

.contact main > ol li p:nth-child(2) {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
}

.contact main > ol li p:nth-child(3) {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: auto;
}

.contact main #formBox {
    border-top: 2px solid #eeede9;
    border-bottom: 2px solid #eeede9;
    margin: 7% 0;
    padding: 4% 0;
}

.contact main #formBox dl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    border-top: 1px dashed #eeede9;
    padding: 2.5%;
}

.contact main #formBox dl:first-child {
    border: none;
    padding: 0 2.5% 2.5%;
}

.contact main #formBox dl:last-child {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 2.5% 2.5% 0;
}

.contact main #formBox dl dt {
    width: 25%;
}

.contact main #formBox dl dd {
    flex: 1 1;
    -webkit-flex: 1 1;
}

.contact main #formBox dl dt span:before {
    content: "必須";
    background: #b5150d;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 1em 0 0;
    padding: 0.3em 0.5em;
}

.contact main #formBox dl:last-child dt {
    padding: 1% 0 0;
}

/*   トップ
----------------------------------------------------------- */
.contact main #formBox dl dd select {
    background: url(../contact/img/down_type.png) no-repeat right center, url(../contact/img/line.gif) no-repeat right 41px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 0 0 10px;
    border: 1px solid #eeede9;
    color: #222222;
    height: 40px;
    width: 25em;
}

.contact main #formBox dl dd select::-ms-expand {
    display: none;
}

.contact main #formBox dl dd select option,
.contact main #formBox dl dd select optgroup {
    padding: 0 0 0 10px;
}

.contact main #formBox input,
.contact main #formBox textarea {
    border: 1px solid #eeede9;
    font-size: 14px;
    font-size: 1.4rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

.contact main #formBox input {
    padding: 0 15px;
    height: 40px;
}

.contact main #formBox textarea {
    padding: 10px 15px;
}

.contact main #formBox input.txtArea01 {
    width: 4.8em;
}

.contact main #formBox input.txtArea02 {
    width: 3.8em;
}

.contact main #formBox input:focus,
.contact main #formBox textarea:focus {
    border: 1px solid #c7c7c7;
}

.contact main #formBox dl dd ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.contact main #formBox dl dd ul li {
    margin: 0 0 0 30px;
}

.contact main #formBox dl dd ul li:first-child {
    margin: 0;
}

.contact main #btnBox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.contact main button,
.contact main #btnBox p a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bolder;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    background: #066334;
    color: #ffffff;
    min-height: 60px;
    height: 60px\0;
    /*IE*/
    cursor: pointer;
    min-width: 300px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.contact main button:hover,
.contact main #btnBox p a:hover {
    background: #222222;
    opacity: 1;
}

.err_top {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    color: #c30d23;
    margin: 0 0 3% 0;
    background: #f2dede;
    border: 1px solid #eed3d7;
    padding: 10px 15px;
}

.err {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bolder;
    color: #c30d23;
    margin: 5px 0 0 0;
}

/*    入力内容の確認ページ
----------------------------------------------------------- */
.confirm main #formBox dl:last-child dt {
    padding: 0;
}

.confirm main #formBox dl dd ul li {
    margin: 0;
}

.confirm main #formBox dl dd ul li#year:after {
    content: "年";
}

.confirm main #formBox dl dd ul li#month:after {
    content: "月";
}

.confirm main #formBox dl dd ul li#day:after {
    content: "日";
}

.confirm main #btnBox button {
    min-width: 250px;
}

.confirm main #btnBox button:last-child {
    margin: 0 0 0 40px;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete main #formBox {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
}

.complete main #formBox p:last-child {
    margin: 1.8% 0 0;
}