/* ==========================================================
*
*  共有パーツスタイル
*
========================================================== */

@charset "UTF-8";

/******************************************
*
Title
*
******************************************/

/* ---------------------------------------------
*   H1 title
--------------------------------------------- */
h1{
	display:block;
	overflow:hidden;
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	h1 > span{

	}
}


/* ---------------------------------------------
*   H2 title
--------------------------------------------- */
h2{
	display:block;
	overflow:hidden;
}

/*下線付きタイトル*/
h2.lined{
	display:inline-block;
	overflow:hidden;
	font-size:2.6rem;
	color:#002169;
	margin:1em 0;
}

h2.lined > span{
	line-height:125%;
}

h2.lined > span::after{
	display:block;
	overflow:hidden;
	content:"";
	width:2.5em;
	margin-top:0.5em;
    border-bottom: 2px solid #eb7730;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {
	h2{

	}
}



/*帯付タイトルベース*/
h2.basedTtl {
    display: block;
    overflow: hidden;
    line-height: 125%;
    color: #ffffff;
    background-color: #002169;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    border-bottom: none;
    font-size: 2.2rem;
    font-weight: bold;
}


/* for Sp --------------------*/
@media screen and (max-width: 750px) {
    h2.basedTtl{
        font-size:1.8rem;
    }
}


/* ---------------------------------------------
*   H3 title
--------------------------------------------- */
h3{

}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	h3{

	}
}


/*線付きタイトル*/
h3.basedTtl{
    clear:both;
    font-size:2.0rem;
    padding:0.5em 1em;
    line-height:125%;
    background-color:#f5f5f5;
    border-left:5px solid #002169;
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {

    h3.basedTtl{
        font-size:1.8rem;
    }

}


/******************************************
*
Title Aria
*
******************************************/
#titleBox{
	display:block;
	overflow:hidden;
	width:100%;
	height:200px;
	position:relative;
	background-color:#f2f2f2;
}

#titleBox > .safeFrame{
    display:block;
    overflow:hidden;
    height:100%;
    width: 100%;
    max-width:1300px;
    margin:0 auto;
    position:relative;
}


#titleBox h1{
	/*display:inline-block;*/
    display:block;
    width:100%;

	overflow:hidden;
    position: absolute;
    text-align:center;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
}


#titleBox h1 > span{
	font-size:3.4rem;
	line-height:125%;
	color:#002169;
}

#titleBox h1:after{
	display:block;
	content:"";
	width:5em;
	margin:1.0em auto 0;
	border-bottom:2px solid #eb7730;
}

#titleBox.bkPict{
    height:300px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    /*background-size: contain;*/
    background-size:cover;
    line-height:100%;
}

#titleBox.bkPict h1{
    text-align:left;
    margin-left:0;
}

#titleBox.bkPict h1:after {
    margin: 1.0em 0 0;
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {
    #titleBox > .safeFrame{
        width: 100%;
        padding: 0 1em 10px;
    }

    #titleBox.bkPict{
        height:250px;
        /*background-size:cover;*/
    }

    #titleBox.bkPict h1{
        font-size:2.0rem;
        /*margin-left:20px;*/
    }

}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	#titleBox{
    height: auto;
		min-height:110px;
		/*padding-left: 20px;*/
	}

  #titleBox.bkPict {
    height: auto;
    min-height: 110px;
  }

  #titleBox h1 {
    min-height: 70px;
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #titleBox.bkPict h1 {
    align-items: flex-start;
  }

  #titleBox h1 > span{
    font-size:2.4rem;
  }
}


.linedTxt > span::after{
    display: block;
    overflow: hidden;
    content: "";
    width: 2.5em;
    margin-top: 0.75em;
    border-bottom: 2px solid #eb7730;
}



/* ---------------------------------------------
*  パンクズリスト
--------------------------------------------- */
#breadcrumbs{
    display:block;
    overflow:hidden;
    width:100%;
    /*max-width:1300px;
    margin:0 auto;*/
    padding:1em 0;
}

#breadcrumbs.new{
    width:96%;
    max-width:1300px;
    margin:0 auto;
    padding: 30px 0;
}

#breadcrumbs > ul{

}

#breadcrumbs > ul > li{
    display:inline-block;
    font-size:1.2rem;
}

#breadcrumbs > ul > li:after{
    font-family: 'ycota_ift';
    content:"\e90b";
    margin:0 0.5em;
}

#breadcrumbs > ul > li:last-child:after{
    content:"";
    margin-left:0;
}

#breadcrumbs > ul > li > a{
    text-decoration:none;
    color:#000000;
}


/* for Sp --------------------*/
@media screen and (max-width: 738px) {

  #breadcrumbs {
    /*display:none;*/
    padding: .5em 0;
  }
    
  #breadcrumbs.new {
    width:92%;
    max-width: inherit;
    padding: 15px 0;
  }

  #breadcrumbs > ul {
    display: flex;
    flex-wrap: wrap;
  }

  #breadcrumbs > ul > li{
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }

  #breadcrumbs > ul > li:after {
    margin: 0;
  }
}



/******************************************
*
From
*
******************************************/
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='password']{
	border:none;
	display:inline-block;
	/*font-size:1.0em;*/
    font-size: 16px;
    /*transform: scale(0.8);*/
    height:38px;
    line-height:38px;
	padding: 0 0.75em;
	border: 1px solid #F2F2F2;
	background-color:#F2F2F2;
}

input[type="text"]:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='password']:focus{
  border: 1px solid #EA7600;
  outline: 0;
}

button[type='submit']{
	border:0;
	padding:0;
	width:auto;
	height:38px;
	background-color:#EA7600;
	cursor:pointer;
}
button[type='submit']:focus{
	outline:0;
}
button[type='submit']:active{
	opacity:0.5;
}

button[type='submit'] > span{
	padding:0 1em 0 2em;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	line-height:35px;
	text-align:center;
	letter-spacing:0.25em;
}

button[type='submit'] > span:after{
	font-family: 'ycota_ift';
	content:"\e91a";
	font-size:0.8em;
	margin-left:0.5em;
	/*font-size:9px;
	margin-left:1em;*/
}


/* ---------------------------------------------
*   セレクタ for sp
---------------------------------------------*/
#spSelecNav{
    display:none;
    overflow:hidden;
    margin:0 0 1em;
    /*text-align: center;*/
    position: relative;
    border-radius: 2px;
    border: 1px solid #cccccc;
    background: #ffffff;
}

#spSelecNav::after {
    position: absolute;
    top: 1.5em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none;
}

#spSelecNav select{
    width: 100%;
    height:100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 1em 1.5em 1em 1em;
    color: #eb7730;
    font-size:1.6rem;
    font-weight:bold;
    line-height:125%;
    text-indent: 0;
}

#spSelecNav select:disabled{
    background-color:#c3c3c3;
    pointer-events:none;
    /*color:#ffffff;*/
}

#spSelecNav select::-ms-expand {
  display: none;
}

/* for Tb --------------------*/
@media screen and (max-width:980px) {

    #spSelecNav{
        display:block;
    }
}
/******************************************
*
ボタン・リンク
*
******************************************/

/* ---------------------------------------------
*  矢印リンク
--------------------------------------------- */
a.arrow-link{
    text-decoration:none;
}

a.arrow-link > span::after{
    font-family: 'ycota_ift';
    content:"\e917";
    color:#eb7730;
    font-weight:normal;
    margin-left:0.5em;
    margin-right:0.5em;

    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
}

.pc .arrow-link:hover > span:after{
    margin-left:1.0em;
    margin-right:0;
}


/* ---------------------------------------------
*  ボックスボタン
--------------------------------------------- */
a.boxBtn{
    display:inline-block;
    overflow:hidden;
    min-width:378px;
    border:1px solid #012269;
    color:#012269;
    font-size:1.6rem;
    font-weight:bold;
    text-align:center;
    padding: 1em 2em;
    text-decoration:none;
}

@media screen and (max-width: 750px) {
    a.boxBtn{
        padding: 1em 1em;
       /* width:80%!important;*/
        min-width:250px;
    }
}

a.btn_blue {
    display: block;
    position: relative;
    width: 540px;
    height: 90px;
    background-color: #012169;
    text-decoration: none;
    margin: 0 auto;
}

a.btn_blue p {
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    width: calc(100% - 70px);
    height: 24px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0em;
    text-align: left;
    transform: translateY(-50%);
    z-index: 1;
}

a.btn_blue::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #FFF;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    z-index: 1;
}

a.btn_blue:hover::after {
    right: 30px;
}

a.btn_orange {
    display: block;
    position: relative;
    width: 290px;
    height: 60px;
    background: linear-gradient(rgba(238, 145, 51, 1), rgba(238, 118, 0, 1));
    border-radius: 5px;
    text-decoration: none;
    margin: 0 auto;
    box-shadow: 2px 2px #000;
}

a.btn_orange p {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: calc(100% - 55px);
    height: 18px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.9em;
    transform: translateY(-50%);
    text-align: left;
    z-index: 1;
}

a.btn_orange::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #FFF;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    z-index: 1;
}

a.btn_orange:hover::after {
    right: 20px;
}

#new_contactBox a.btn_orange {
    width: 380px;
}

a.btn_gray {
    display: block;
    position: relative;
    width: 270px;
    height: 45px;
    background-color: #E6E6E6;
    text-decoration: none;
    margin: 0;
}

a.btn_gray > p {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: calc(100% - 35px);
    height: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.0em;
    text-align: left;
    transform: translateY(-50%);
    z-index: 1;
}

a.btn_gray::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #EA7600;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    z-index: 1;
}

a.btn_gray:hover::after {
    right: 15px;
}

@media screen and (max-width: 768px) {
    a.btn_blue {
        width: 94%;
        max-width: 350px;
        height: 58px;
        margin: 0 auto;
    }

    a.btn_blue p {
        top: 50%;
        left: 20px;
        width: calc(100% - 45px);
        height: 14px;
        font-size: 14px;
    }

    a.btn_blue::after {
        right: 20px;
        border-width: 7px 0 7px 10px;
    }

    a.btn_blue:hover::after {
        right: 20px;
    }

    a.btn_orange {
        width: 260px;
        height: 50px;
        border-radius: 4px;
    }

    a.btn_orange p {
        top: 50%;
        left: 20px;
        width: calc(100% - 45px);
        height: 14px;
        color: #FFF;
        font-size: 14px;
        line-height: 0.9em;
    }

    a.btn_orange::after {
        top: 50%;
        right: 20px;
        border-width: 7px 0 7px 10px;
    }

    a.btn_orange:hover::after {
        right: 20px;
    }

    #new_contactBox a.btn_orange {
        width: 260px;
    }
    
    a.btn_gray {
        width: 100%;
        height: 40px;
    }

    a.btn_gray > p {
        top: 50%;
        left: 12px;
        width: calc(100% - 30px);
        height: 14px;
        font-size: 14px;
        line-height: 1.0em;
        transform: translateY(-50%);
    }

    a.btn_gray::after {
        top: 50%;
        right: 15px;
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #EA7600;
        transform: translateY(-50%);
    }

    a.btn_gray:hover::after {
        right: 15px;
    }
}


/* ---------------------------------------------
*  角丸ボタン
--------------------------------------------- */
a.roundBtn{
    display:inline-block;
    overflow:hidden;
    padding:0.5em 1.5em;
    text-decoration:none;
    color:#012169;
    font-size:1.4rem;
    /*font-weight:bold;*/
    background-color:#ffffff;
    border:1px solid #012169;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;

    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.pc a.roundBtn:hover{
    opacity:0.5;
}


/* ---------------------------------------------
*  戻るボタン
--------------------------------------------- */
a.returnBtn{
    display:inline-block;
    overflow:hidden;
    background-color: #e9e9e9;

    text-align: center;
    text-decoration:none;
    vertical-align:bottom;
}
a.returnBtn > span{
    display: block;
    width: 100%;
    padding:1em 3em 1em 4em;
    line-height: 100%;
    position: relative;
    /* font-weight: bold; */
    color: #000000;
}

a.returnBtn > span::before{
    display: inline-block;
    font-family: 'ycota_ift';
    content: "\e906";
    /* color: #eb7730; */
    margin-left: 0.5em;
    margin-right:0.5em;
    font-weight: normal;
    /*color: #fc9b5f;*/
    color:#000000;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a.returnBtn:hover > span::before{
    margin-left:0;
    margin-right: 0.5em;
}

/******************************************
*
リスト
*
******************************************/

/* ---------------------------------------------
*  黒丸リスト
--------------------------------------------- */
ul.discList{
    display:block;
    overflow:hidden;
    line-height:200%;
}

ul.discList > li{
    margin-left:1.25em;
    text-indent:-1.25em;
    line-height:155%;
}
ul.discList > li:before{
    content:"●";
    margin-right:0.25em;
}

/* ---------------------------------------------
*  ドットリスト
--------------------------------------------- */
ul.dotList{
    display:block;
    overflow:hidden;
    line-height:200%;
}

ul.dotList > li{
    margin-left:1.25em;
    text-indent:-1.25em;
    line-height:155%;
}
ul.dotList > li:before{
    content:"・";
    margin-right:0.25em;
}

/* ---------------------------------------------
*  ナンバーリスト ol
--------------------------------------------- */
ol.numList{
    display:block;
    /*overflow:hidden;*/
    line-height:200%;
}

ol.numList > li{
    margin-left:1.25em;
    text-indent:-1.25em;
    line-height:155%;
    list-style-type: decimal;
}

/* ---------------------------------------------
*  ナンバーリスト dl
--------------------------------------------- */
dl.numList__dl {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

dl.numList__dl dt {
    width: 40px;
    color: #002169;
    font-size: 3.0rem;
    line-height: 1em;
    margin-bottom: 10px;
}

dl.numList__dl dd {
    width: calc(100% - 40px);
    margin-bottom: 10px;
    padding-top: 7px;
}

/* for sp --------------------*/
@media screen and (max-width:750px) {

    dl.numList__dl {
        margin-bottom: 10px;
    }

    dl.numList__dl dt {
        width: 25px;
        font-size: 2.0rem;
        line-height: 1em;
        margin-bottom: 5px;
    }

    dl.numList__dl dd {
        width: calc(100% - 25px);
        margin-bottom: 5px;
        padding-top: 0;
    }
}

/* ---------------------------------------------
*  インデントリスト
--------------------------------------------- */
ul.idtList{
    display:block;
    overflow:hidden;
    line-height:200%;
}

ul.idtList > li{
    margin-left:1.0em;
    text-indent:-1.0em;
    line-height:155%;
}



/* ---------------------------------------------
*   タグリスト
---------------------------------------------*/
#tagList{
    display:block;
    overflow:hidden;
    letter-spacing:-.4em;
    padding:2px 0 0;
}

#tagList > a{
    display: inline-block;
    overflow:hidden;
    letter-spacing:normal;
    padding:0.75em 2em;
    text-decoration:none;
    font-size:1.4rem;
    font-weight:bold;
    margin-right:1em;
    margin-bottom:0.5em;

    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;

    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#tagList > a.current{
    color:#ffffff;
    background-color:#002169;
}



/* for Tb --------------------*/
@media screen and (max-width:980px) {

    #tagList{
        padding:10px 0 0 0;
    }

    #tagList > a{
        padding:0.5em 1em;
        font-size:1.2rem;
        margin-bottom:0.5em;
    }
}


/******************************************
*
テーブル
*
******************************************/
table.contentTbl{
	width:100%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.contentTbl th{
	padding: 1em;
	font-weight: bold;
    text-align: center;
    width: 25%;
	background-color: #f5f5f5;
	border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

table.contentTbl td{
	padding: 1em;
    text-align: center;
    width: 25%;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.contentTbl__w90 { width: 90%; }
.contentTbl__w80 { width: 80%; }
.contentTbl__w70 { width: 70%; }
.contentTbl__w60 { width: 60%; }
.contentTbl__w50 { width: 50%; }
.contentTbl__w40 { width: 40%; }
.contentTbl__w30 { width: 30%; }
.contentTbl__w20 { width: 20%; }
.contentTbl__w10 { width: 10%; }


/* for Sp --------------------*/
@media screen and (max-width: 750px) {
    
    table.contentTbl{
       border-bottom: none;
	}

    table.contentTbl th{
        padding: 1em;
        border-bottom: 1px solid #cccccc;
	}

    table.contentTbl td{
        padding: 1em;
        border-bottom: 1px solid #cccccc;
	}
}


/******************************************
*
商品画像
*
******************************************/
.itemPct{
    display:block;
    overflow:hidden;
    position:relative;
    background-color:#ffffff;
    line-height:100%;
    font-size:0;
}

.itemPct > img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .itemPct{

    }

}


/******************************************
*
ページャー
*
******************************************/
.pager{
    display:block;
    overflow:hidden;
    text-align:center;
    margin:30px 0 0;
}

.pager > ul{
    display:inline-block;
    letter-spacing:-.4em;
}


.pager > ul > li{
    display:inline-block;
    letter-spacing:normal;
    margin:0 5px;
}

.pager >  ul > li > a{
    display:block;
    overflow:hidden;
    width:35px;
    height:35px;
    line-height:32px;
    text-align:center;
    font-size:1.6rem;
    text-decoration:none;
    color:#012169;
    border:1px solid #cccccc;
}

.pager >  ul > li > a > span{
    line-height:100%;
}

.pager >  ul > li.prev > a,
.pager >  ul > li.next > a{
    background-color:#cccccc;
    color:#012169;
}

.pager >  ul > li.next > a > span::before{
    font-family: 'ycota_ift';
    content:"\e90b";
}
.pager >  ul > li.prev > a > span::before{
    font-family: 'ycota_ift';
    content:"\e90a";
}

.pager >  ul > li.current > a{
    color:#ffffff;
    background-color:#012169;
    pointer-events:none;
}

.pc .pager >  ul > li > a:hover{
    /*color:#ffffff;
    background-color:#012169;*/
    opacity:0.5;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 1.6rem;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 1px 5px;
    margin: 0 5px;
    vertical-align: top;
}

.wp-pagenavi a:hover {
    opacity: 0.5;
}

.wp-pagenavi span.current {
    background-color: #012169;
    color: #ffffff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    background-color: #cccccc;
    color: #012169;
}

.wp-pagenavi .nextpostslink:before{
    font-family: 'ycota_ift';
    content:"\e90b";
}

.wp-pagenavi .previouspostslink:before{
    padding-left: 3px;
    font-family: 'ycota_ift';
    content:"\e90a";
}


.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .extend {
    margin: 0;
    border: none;
    vertical-align: bottom;
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 14px;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    /**/

}




/******************************************
*
タイルリスト
*
******************************************/
.tileList{
    display: block;
    /*overflow:hidden;*/
    padding:2px 0;
}

.tileList::after{
    display:block;
    content:"";
    clear:both;
}

.tileList ul{
    display:block;
    /*overflow:hidden;*/
}

.tileList ul > li{
    display:block;
    /*overflow:hidden;*/
    width:25%;
    min-width:245px;
    padding:0 15px 15px;
    float:left;
}

.tileList ul > li > a{
    display:block;
    overflow:hidden;
    width:220px;
    min-height:220px;
    padding:25px 10px;
    position:relative;

    background-color:#ffffff;

    background-repeat:no-repeat;
    background-position:0 bottom;
    background-size:contain;

    /*border:1px solid #f2f2f2;*/
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.tileList ul > li > a > span{
    font-weight:bold;
    font-size:1.6rem;
    line-height:125%;
}

.itemThum{
    display:block;
    overflow:hidden;
    font-size:0;
    line-height:100%;
    position:absolute;
    bottom:0;
    left:0;
}

.itemThum > img{
    width:100%;
    height:auto;
}

/* for Tb --------------------*/
@media screen and (max-width:980px) {

    .tileList ul > li{
        /*width:33%;
        min-width:auto;*/
    }
}


/* for Sp --------------------*/
@media screen and (max-width: 500px) {

    .tileList ul > li{
        width:50%;
        min-width:auto;
        padding: 0 10px 10px;
    }

    .tileList ul > li > a{
        width:160px;
        min-height:160px;
        padding:10px 10px;
    }

    .tileList ul > li > a > span{
        font-size:1.4rem;
    }

}

/* for Sp --------------------*/
@media screen and (max-width:340px) {

     .tileList ul > li{
        padding: 0 5px 5px;
    }

    .tileList ul > li > a{
        width:140px;
        min-height:160px;
    }

}


/******************************************
*
メディアブロック
*
******************************************/
.media {
  display: flex;
  align-items: center;
}

.media__img-wrapper {
  flex: 0 1 27%;
  margin-right: 3%;
}

.media__img {
  width: 100%;
}

.media__body {
  flex: 1;
}

/* 最後の要素の余白はリセット */
.media__body>*:last-child {
  margin-bottom: 0;
}

.media__title {
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .media {
    display: block;
  }

  .media__img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/******************************************
*
お問合せブロック
*
******************************************/
.bl_contact {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* セレクター指定をしている箇所が多いため、クラスを重ねて記載 */
.bl_contact .bl_contact_btn {
    display: inline-block;
    width: 330px;
    height: 55px;
    max-width: 100%;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    background-color: #ec7731;
    color: #ffffff;
    border-radius: 6px;
}

.bl_contact .bl_contact_btn:hover,
.bl_contact .bl_contact_btn:focus {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.5;
}

.bl_contact .bl_contact_btn__tel {
    background: #fff;
    color: #092169;
    border: 1px solid #092169;
}

.bl_contact .bl_contact_btn__tel:hover,
.bl_contact .bl_contact_btn__tel:focus {
    text-decoration: none;
    color: #092169;
    opacity: 0.5;
}

.bl_contact_btnText {
    font-weight: bold;
}

.bl_contact .bl_contact_btn__iconBtn {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 5px;
}

.bl_contact .bl_contact_btn__iconImg {
    margin: 0;
}

.bl_contact .bl_contact_noticeText {
    font-size: 1.25rem;
}

/* for Sp --------------------*/
@media screen and (max-width: 750px) {
    .bl_contact {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }
}

/******************************************
*
固定ページ内(product/scene)_記事コンテンツ
*
******************************************/

/******** 相談/電話ボタン *********/
.bl_contactArea {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.bl_contactArea_btn {
    display: inline-block;
    width: 330px;
    height: 50px;
    max-width: 100%;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    background-color: #ec7731;
    color: #ffffff;
    border-radius: 6px;
}

.bl_contactArea_btn:hover,
.bl_contactArea_btn:focus {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.5;
}

.bl_contactArea_telBtn {
    background: #fff;
    color: #092169;
    border: 1px solid #092169;
}

.bl_contactArea_telBtn:hover,
.bl_contactArea_telBtn:focus {
    text-decoration: none;
    color: #092169;
    opacity: 0.5;
}

.bl_contactArea_btnText {
    font-weight: bold;
}

.bl_contactArea_iconBtn {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 5px;
}

.bl_contactArea_noticeText {
    font-size: 1.25rem;
}

/* for Sp --------------------*/
@media screen and (max-width: 750px) {
    .bl_contactArea {
        display: block;
    }

    .bl_contactArea_noticeText {
        font-size: 1rem;
    }
}

/******** 記事全体 *********/
.bl_description {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-right: 50px;
}

.bl_description_inner {
    padding: 1.75rem;
}

.bl_description_innerWide {
    padding: 10px 30px;
}

.bl_description_title {
    margin-top: 20px;
    color: #092169;
    margin-bottom: 0.75em;
    background-color: #f5f5f5;
    border-left: 5px solid #002169;
    padding: 1rem;
    font-size: 1.75rem;
}

.bl_description_subTitle {
    margin: 1rem 0 0.75rem 0;
    color: #ffffff;
    background-color: #82aaaa;
    padding: 1rem;
    font-size: 1.75rem;
}

.bl_description_subTitle_purple {
    background-color: #928CBA;
}

.bl_description_paragraph {
    margin: 1.25rem 0;
}

.bl_description_mainText {
    font-weight: bold;
    font-size: 2rem;
}

/* for Tb --------------------*/
@media screen and (max-width:980px) {
    .bl_description {
        padding: 0 10px;
    }
}

/* for Sp --------------------*/
@media screen and (max-width: 750px) {
    .bl_description {
        font-size: 1.25rem;
        padding-right: 0;
    }

    .bl_description_title,
    .bl_description_subTitle {
        font-size: 1.5rem;
    }

    .bl_description_mainText {
        font-size: 1.5rem;
    }
}

/******************************************
*
共通要素
*
******************************************/

.ancarSection{
    display:block;
    margin-top:-110px;
    padding-top:110px;
}

.ancar::before{
    content:'';
    margin-top: -120px;
    height: 120px;
    display: block;
    visibility: hidden;
}


.nopc{
    display:none;
}
.nosp{
    /*display:block;
    display:initial;*/
}


/* for Tb --------------------*/
@media screen and (max-width:980px) {

   .ancarSection{
        margin-top:-55px;
        padding-top:55px;
    }
    
    .ancar::before{
        content:'';
        margin-top: -75px;
        height: 75px;
        display: block;
        visibility: hidden;
    }

    .nopc{
        display:block;
        display:initial;
    }

    .nosp{
        display:none;
    }

    /* youtube の横縦を16:9にする（PCは横650縦350をiframeに指定） */
    .youtube__wrapper {
        padding-top: 56.25%;
        width: 100%;
        position: relative;
      }

      .youtube__wrapper iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
      }
}

/* ---------------------------------------------
*  配置管理
--------------------------------------------- */

.alCenter{
	text-align:center;
}

.alRight{
	text-align:right;
}

/* ---------------------------------------------
*  文字管理
--------------------------------------------- */

.smallTxt{
    font-size:0.8em;
}

.largeTxt{
    font-size:1.2em;
}

.txtS{
    font-size:1.0rem;
}

.txtM{
    font-size:1.4rem;
}

.txtL{
    font-size:1.6rem;
}


.idtbox{
    margin-left:1em;
    text-indent:-1em;
}


sup{
    color:#ff0000;
}

.marker2 {
  background: linear-gradient(transparent 60%, #FDE7CF 60%);
}


/* ---------------------------------------------
*  スペース管理
--------------------------------------------- */

.mgt05em{
    margin-top:0.5em;
}
.mgt1em{
    margin-top:1em;
}
.mgb05em{
    margin-bottom:0.5em;
}
.mgb1em{
    margin-bottom:1em;
}
.mgv05em{
    margin:0.5em 0;
}
.mgv1em{
    margin:1em 0;
}
.mgv2em{
    margin:2em 0;
}
.mgv3em{
    margin:3em 0;
}
.mgt60px{
    margin-top:60px;
}
.mgt30px{
    margin-t:30px;
}

.mgb60px{
    margin-bottom:60px;
}
.mgb30px{
    margin-bottom:30px;
}

.pd1em{
    padding:1em!important;
}
.pdb30px{
    padding-bottom:30px;
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {


}