@charset "UTF-8";


#point #sideNavi h2.lined > span{
	line-height:125%;
	letter-spacing:-0.07em;
}

#spSelecNav select {
	zoom: 0.90;
}


/* ---------------------------------------------
*   ページ内リンク
---------------------------------------------*/
ul.innerLinks{
	display: flex;
    display: -webkit-flex;
    width: 100%;
	margin: 40px 0 30px 0;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow:hidden;
}

ul.innerLinks::after{
    content: '';
    width: 33%;
}

ul.innerLinks li{
	width:33%;
	margin-bottom:0.5em;
	padding:0.5em 1em;
	border-left:1px solid #cccccc;
	letter-spacing:normal;
}

ul.innerLinks li:nth-child(3n){
	border-right:1px solid #cccccc;
}


ul.innerLinks li a{
	display:block;
	overflow:hidden;
	/*text-align: center;*/
	font-weight:bold;
	text-decoration:none;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

ul.innerLinks li a::before{
	font-family: 'ycota_ift';
    content: "\e911";
    font-size: 0.8em;
    margin-right: 0.5em;
    color: #EA7600;
}

/* for Sp --------------------*/
@media screen and (max-width: 750px) {
	ul.innerLinks{
		margin: 25px 0 15px 0;
	}
    
    ul.innerLinks::after{
        content: '';
        width: 100%;
    }

	ul.innerLinks li{
		width: 100%;
        padding:0.5em;
        border-right:1px solid #cccccc;
    }
}


/* ---------------------------------------------
*   セクション設定
---------------------------------------------*/
#mainBody section{
	margin-bottom:60px;
}

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


/* ---------------------------------------------
*   角丸タイトル
---------------------------------------------*/
*[class^='elm']{
	display:block;
	overflow:hidden;
	padding:0.75em 0;
	text-align:center;
	border:1px solid #002169;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.elm_top{
	background-color:#002169;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:1em;
}


/* ---------------------------------------------
*   機能説明テーブル
---------------------------------------------*/
.roles > table{
	width:100%;
	border-collapse: collapse;
    table-layout: fixed;
}

.roles > table td{
	width:50%;
	padding:0 30px 30px;
	vertical-align:top;
}


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

	.roles > table td{
		display:block;
		width:100%;
		padding:0 0 30px;
	}
}


/******************************************
*
商品選びのポイント TOP
*
******************************************/

/* ---------------------------------------------
*   メインタイトル
---------------------------------------------*/

#titleBox.bkPict{
	background-color:#f2f2f2;
	background-image:url('../../point/images/titlebg.png');
	/*background-position: 50% 50%;*/
	background-size:cover;
}

#pointIndex > h2.lined {
    display: block;
    text-align: center;
    margin: 60px auto 60px;
    line-height: 125%;
}

#pointIndex > h2.lined > span::after {
    margin: 0.5em auto;
}

#pointIndex > h3{
	font-size:2.0rem;
	color:#eb7730;
	text-align:center;
	line-height:125%;
}

#pointIndex > .topTxt{
	font-size:1.6rem;
	text-align:center;
	line-height:175%;
	margin:30px auto 60px;
}

#pointIndex .tileList ul > li > a {
    width: 100%;
    max-width:300px;
    min-height: 300px;
}

#pointIndex .tileList ul > li > a > span{
	line-height:155%;
}

#pointIndex .tileList ul > li > a strong{
	font-size:2.1rem;
}


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

	#pointIndex .tileList ul > li > a {
	    width: 220px;
	    min-height: 220px;
	    padding: 0.5em 10px;
	}  

	#pointIndex .tileList ul > li > a strong{
		font-size:1.8rem;
	}
}


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

	#pointIndex > h2.lined {
		font-size:2.1rem;
		margin: 60px auto 30px;
	}

	#pointIndex > h3{
		font-size:1.8rem;
	}

	#pointIndex > .topTxt{
		margin:30px auto 30px;
	}

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

	#pointIndex .tileList ul > li > a {
	    width: 100%;
	    max-width: 160px;
	    min-height: 160px;
	}  
	#pointIndex .tileList ul > li > a > span{
	    font-size:1.2rem;
	}

	#pointIndex .tileList ul > li > a strong{
		font-size:1.4rem;
	}
}


/* ---------------------------------------------
*  アイテムタイル
--------------------------------------------- */
.pointItemList{
	display:block;
	letter-spacing:-.4em;
}

.pointItemList > ul{
	display:block;
	clear:both;
}

.pointItemList > ul > li{
	display:inline-block;
	width:33%;
	letter-spacing:normal;
	padding:30px 15px 30px;
	vertical-align:top;
}


.pointItemList > ul > li > a{
	display:block;
	margin:2px;
	padding: 0 0 30px;
	text-align:center;
	text-decoration:none;
	background-color:#ffffff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.pointItemList > ul > li > a > p{
	color:#002169;
	font-weight:bold;
	margin-bottom:30px;
	font-size:1.8rem;
}

.pointItemList > ul > li span{
	display:block;
	font-size:1.4rem;
}
.pointItemList > ul > li > a > 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;
    -webkit-transition: all 0.2s ease;
}

.pc .pointItemList > ul > li > a:hover > span::after{
    margin-left: 1.0em;
    margin-right: 0.0em;
}


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

	.pointItemList > ul{
		margin-top:25px;
	}

    .pointItemList > ul > li{
		width:50%;
		padding:5px 5px 5px;
	}

	.pointItemList > ul > li > a{
		padding:0 10px 10px;
	}
}
