@charset "UTF-8";

.conts {
    line-height: 0.9;
    color: #333;
    background: #fff;
    font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

/* -------------------------------------------*/
/*  .contents
-------------------------------------------- */
.btnType01{
  width: 370px;
}
.ttlType01{
  margin-top:30px;
  text-align: center;
}
.ttlType01 .fontRoboto{
  letter-spacing: 2px;
  font-size: 30px;
}
.ttlType01 .subTtl{
  position: relative;
  padding: 0 10px;
}
.ttlType01 .subTtl:before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  content: "";
  border-top: 1px solid #333;
}
.ttlType01 .subTtl:after{
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  content: "";
  border-top: 1px solid #333;
}

.fontRoboto {
    letter-spacing: 2px;
    font-size: 30px;
    font-family: 'Lato', 'Hiragino Kaku Gothic ProN', Meiryo,sans-serif;
    font-weight: 900;
}
.fontRoboto02 {
    letter-spacing: 2px;
    font-size: 24px;
    font-family: 'Lato', 'Hiragino Kaku Gothic ProN', Meiryo,sans-serif;
    font-weight: 900;
}
.subTtl {
    position: relative;
    font-size: 14px;
    padding: 0 10px;
}
.subTtl:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    content: "";
    border-top: 1px solid #333;
}
.subTtl:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    content: "";
    border-top: 1px solid #333;
}
.bold {font-weight: bold;}

/*----------------------*/
.cate_navi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.cate_navi_con {
    margin: 0;
}
.container {
    width:660px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.item {
    width: 210px;
	text-align: center;
    color: #33386a;
    font-size: 12px;
    line-height: 2.4;
    font-weight: bold;
    border: 1px solid #33386a;
}
.container02 {
    width:660px;
	display: flex;
    align-items: center;
    height: 50px;
}
.item02 {
    width: 131px;
	text-align: center;
    color: #33386a;
    font-size: 12px;
    line-height: 2.4;
    font-weight: bold;
    border-left: 1px solid #33386a;
}
.item03 {
    width: 131px;
	text-align: center;
    color: #33386a;
    font-size: 12px;
    line-height: 2.4;
    font-weight: bold;
    border-left: 1px solid #33386a;
    border-right: 1px solid #33386a;
}
a {
    color: #33386a;
    text-decoration: none;
}
.deco:hover {
    background: #bbbed6;
    text-decoration: none;
}

/*----------------------*/
.cateTtlWrap {
    padding-bottom: 7px;
}
.ttlType001 .fontRoboto {
    letter-spacing: 2px;
    font-size: 20px;
    text-align: left;
}
.cate_subTtl {
    margin-left: 5px;
}
.container_item {
    width:990px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.item_item {
    width: 230px;
	text-align: left;
    color: #33386a;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    border-bottom: 1px solid #cacbd6;
    padding-bottom: 15px;
    margin-top: 20px;
    display:flex;/* flexbox */
    justify-content:left; /* 水平方向 */
    align-items: center; /* 垂直方向 */
}
.item_item_last {
    width: 230px;
}
.img-margin {
    margin-right: 10px;
}
.deco02:hover {
    opacity: 0.5;
    text-decoration: none;
}

/*----------------------*/
.outer {
  text-align: center;
  margin-top:30px;
}
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 711px;
}

.section {
    border-top: 2px solid #000;
    padding: 0 10px 0 10px;
}
.cateTtlWrap {
    padding-bottom: 7px;
}
.ttlType001 .fontRoboto {
    letter-spacing: 2px;
    font-size: 25px;
    text-align: left;
}
.cate_subTtl {
    font-size: 12px;
    margin-left: 5px;
}

.cont {
    width: 100%;
    border-top: 1px solid #000;
    padding: 20px 0 20px 0;
}
.text-cent {
    text-align: center;
}
.item_wrapper {
    border-top: 1px solid #d4d4d4;
}
.item_wrapper_under {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.item_ttl {
    display: block;
    border-top: 1px solid #d4d4d4;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: url(https://www.rakuten.ne.jp/gold/sports-bazaar/assets/images/list-arrow-gray.svg) no-repeat;
    background-position: right 12px top 15px,center;
    background-size: 15px;
}
/*----------------------*/
@media screen and (min-width: 712px){
  .pc { display:block; }
  .sp { display:none; }
}

@media screen and (max-width: 711px){
  .pc { display:none; }
  .sp { display:block; }

.container {
    width:100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.item {
    width: 210px;
	text-align: center;
    color: #33386a;
    font-size: 12px;
    line-height: 2.4;
    font-weight: bold;
    border: 1px solid #33386a;
}
.container02 {
    width:100%;
	display: flex;
    align-items: center;
    height: 50px;
}
.item02 {
    width: 131px;
	text-align: center;
    color: #33386a;
    font-size: 12px;
    line-height: 2.4;
    font-weight: bold;
    border-left: 1px solid #33386a;
}
.item03 {
    width: 131px;
	text-align: center;
    color: #33386a;
    font-size: 12px;
    line-height: 2.4;
    font-weight: bold;
    border-left: 1px solid #33386a;
    border-right: 1px solid #33386a;
}

.section {
    border-top: 2px solid #000;
    padding: 0 10px 0 10px;
}
.cateTtlWrap {
    padding-bottom: 7px;
}
.ttlType001 .fontRoboto {
    letter-spacing: 2px;
    font-size: 25px;
    text-align: left;
}
.cate_subTtl {
    font-size: 12px;
    margin-left: 5px;
}
.container_item {
    width:100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content:left;
    align-items: center;
    margin-bottom: 40px;
}
.item_item {
    width: 350px;
	text-align: left;
    color: #33386a;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    border-bottom: 1px solid #cacbd6;
    padding-bottom: 15px;
    margin-top: 20px;
    display: flex; /* flexbox */
    justify-content: left; /* 水平方向 */
    align-items: center; /* 垂直方向 */
}
.item_item_last {
    width: 100px;
}
.img-margin {
    margin-right: 10px;
}
}