@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
------------------------------------------------------ */
#ui6084 {
    font-family: 'Noto Sans JP', sans-serif;
}

#ui6084 img {
	height: auto;
	border: none;
}

#ui6084 .dn {
    display: none;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6084 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui6084 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui6084 .section::after,
#ui6084 .section .inner::after{
    content: "";
    display: block;
    clear: both;
}

#ui6084 .section h3 {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}

#ui6084 .section h3 em {
    font-size: 3.0rem;
    font-weight: 600;
}

/* セクション タイトル
------------------------------------------------------ */
#ui6084 #mainVisual {
	padding: 0;
    background: linear-gradient(100deg,#aadedc,#38b8b8);
}

#ui6084 #mainVisual h2 {
    display: flex;
    flex-wrap: wrap;
}

#ui6084 #mainVisual h2 span.txtBox {
    width: calc(100% - 524px);
    align-content: center;
    font-size: 2.0rem;
    font-weight: 500;
}

#ui6084 #mainVisual h2 span.txtBox em {
    font-size: 3.0rem;
    font-weight: 600;
}

#ui6084 #mainVisual h2 span.imgBox {
    width: 524px;
}

/* セクション 01：対象商品
------------------------------------------------------ */
#ui6084 #section01 .inner {
    padding: 40px 0 60px;	
}

#ui6084 #section01 .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 30px 20px 20px;
    background: #ecf9f9;
    border: 5px solid #aadedc;
}

#ui6084 #section01 .itemBox01 {
    width: 400px;
}
#ui6084 #section01 .itemBox02 {
    width: calc(100% - 670px);
    padding: 60px 20px 0;
    font-size: 1.8rem;
}
#ui6084 #section01 .itemBox03 {
    width: 270px;
}

#ui6084 #section01 .itemBox01 dd {
    padding: 20px 0 0;
    font-size: 1.8rem;
    text-align: center;
}

#ui6084 #section01 .itemBox02 table {
    width: 100%;
}

#ui6084 #section01 .itemBox02 th {
    font-weight: bold;
    padding-right: 20px;
    white-space: nowrap;
}

#ui6084 #section01 .itemBox02 td {
    padding: 5px 0;
}

#ui6084 #section01 .itemBox02 td span {
    font-size: 80%;
}

/* ボタン */
#ui6084 #section01 .rowBox {
    display: flex;
    flex-wrap: wrap;
    width: 920px;
    margin: 0 auto;
}

#ui6084 #section01 .colBoxL {
    width: 50%;
    padding: 0 20px;
}

#ui6084 #section01 .colBoxR {
    width: 50%;
    padding: 0 20px;
}

#ui6084 #section01 .itemBtn a {
    display: block;
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 10px 20px;
    background: #009999;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#ui6084 #section01 .itemBtn a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}

#ui6084 #section01 .itemBtn a:hover {
    /* opacity: 0.7; */
    background: #006666;
    color: #ffff00;
}

/* セクション 02：セット商品　#section02 → #setModel
------------------------------------------------------ */
#ui6084 #setModel {
    background: linear-gradient(100deg,#aadedc 50%,#38b8b8);
}

#ui6084 #setModel .inner {
    padding: 40px 0;	
}

#ui6084 #setModel figure {
    margin: 20px 0; 
}

#ui6084 #setModel .itemBox2 table {
    width: 100%;
    border-collapse: collapse;
}

#ui6084 #setModel .itemBox2 th {
    width: 290px;
    padding: 10px 20px;
    background: #f8fadc;
    border: 5px solid #aadedc;
    font-weight: 500;
}

#ui6084 #setModel .itemBox2 th.modelNo {
    background: #006666;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
}

#ui6084 #setModel .itemBox2 td {
    width: 280px;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #aadedc;
    text-align: center;
}

#ui6084 #setModel .itemBox2 td.blankCell {
    background: #aadedc;
}

#ui6084 #setModel td.itemBtn2 {
    padding: 10px;
}

#ui6084 #setModel .itemBtn2 a {
    display: block;
    position: relative;
    /* width: 320px; */
    margin: 0 auto;
    padding: 10px 15px;
    background: #d80084;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#ui6084 #setModel .itemBtn2 a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

#ui6084 #setModel .itemBtn2 a:hover {
    /* opacity: 0.7; */
    background: #bb0072;
    color: #ffff00;
}


@media screen and (max-width: 767px) {

/* 初期設定
------------------------------------------------------ */
#ui6084 .section .inner {
	width: 100%;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6084 .section h3 {
    font-size: 1.6rem;
}

#ui6084 .section h3 em {
    display: block;
    font-size: 2.4rem;
}

/* セクション タイトル
------------------------------------------------------ */
#ui6084 #mainVisual h2 span.txtBox {
    width: 100%;
    padding: 30px 20px;
    font-size: 1.4rem;
    text-align: center;
}

#ui6084 #mainVisual h2 span.txtBox em {
    font-size: 2.2rem;
}

#ui6084 #mainVisual h2 span.imgBox {
    width: 100%;
    text-align: center;
}

/* セクション 01：対象商品
------------------------------------------------------ */
#ui6084 #section01 .inner {
    padding: 20px 0 40px;	
}

#ui6084 #section01 .itemBox {
    margin: 20px 0;
    padding: 20px;
}

#ui6084 #section01 .itemBox01 {
    width: 100%;
    text-align: center;
}
#ui6084 #section01 .itemBox02 {
    width: 100%;
    padding: 20px 0;
    font-size: 1.4rem;
    text-align: center;
}
#ui6084 #section01 .itemBox03 {
    width: 100%;
    text-align: center;
}

#ui6084 #section01 .itemBox02 table {
    width: auto;
    margin: 0 auto;
}

/* ボタン */
#ui6084 #section01 .rowBox {
    width: 100%;
}

#ui6084 #section01 .colBoxL {
    width: 50%;
    padding: 0 5px 0 10px;
}

#ui6084 #section01 .colBoxR {
    width: 50%;
    padding: 0 10px 0 5px;
}

#ui6084 #section01 .itemBtn a {
    width: 100%;
    font-size: 1.4rem;
}

#ui6084 #section01 .itemBtn a:after {
    right: 10px;
    font-size: 20px;
}

/* セクション 02：セット商品
------------------------------------------------------ */
#ui6084 #setModel .inner {
    padding: 20px 0;	
}

#ui6084 #setModel figure {
    margin: 0;
    padding: 20px 5px;
}

#ui6084 #setModel .scrollInfo {
    margin: 0 0 20px;
    padding: 0 5px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

#ui6084 #setModel .itemBox2 {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

#ui6084 #setModel .itemBox2 table {
    width: 960px;
}

#ui6084 #setModel .itemBox2 th {
    width: 240px;
}

#ui6084 #setModel .itemBox2 th.modelNo {
    font-size: 1.4rem;
}

#ui6084 #setModel .itemBox2 td {
    width: 240px;
}

#ui6084 #setModel .itemBtn2 a {
    font-size: 1.4rem;
}

}


@media screen and (max-width: 767px) and (orientation: landscape) {

#ui6084 br.forSP {
    display: none;
}

/* セクション 02：セット商品
------------------------------------------------------ */
#ui6084 #setModel .scrollInfo {
    display: none;
}

#ui6084 #setModel .itemBox2 table {
    width: 100%;
}

}
