@charset "UTF-8";

/* --------------------------------------------------------------------
	デジタルチラシスタンド
-------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
ol li,
ul li{
	list-style: none;
	margin: 0;
}
table{
	border-collapse: collapse;
}
/* --------------------------------------------------------------------
	pc
-------------------------------------------------------------------- */
body {
	font: 1.5em "Tahoma", san-serif;
	color: white;

	padding:1em;
    background: #ffffff;
   }
 
 .tab-panels ul {
	 margin: 0;
	 padding: 0;
 }
 .tab-panels ul li {
	   list-style-type: none;
	   display: inline-block;
	   background: rgb(218, 218, 218);
	   margin-inline: 1px;
	   padding: .5em .5em;
	   border-radius: .5em .5em 0 0;
	   color: #fff;
	   font-weight: 50;
	   cursor: pointer;

		 }

 .tab-panels ul li:hover {
	   color: #fff;
	   background: rgb(97, 131, 241);
			 }

 .tab-panels ul li.active {
	   color: #fff;
	   background: #b20;
	 
	   }

 .tab-panels .panel  {
	   display:none;
	   background: rgb(218, 218, 218);
	   color: black;
	   padding: 1.5em;
	   border-radius: 0 0 .8em .8em;
	 }

 .tab-panels .panel.active {
   	display:block;
 }
body.pc .tabs ul li{
	width: 220px;
	margin-right: 0px;
	margin-left: 0px;
} 
body.pc .panel  li{
	width: 920px;
	display: flex;
	margin-left: 2px;
    	margin-right: 2px;
	flex-wrap: wrap;

}
body.pc .panel  li .land{
	width: 220px;
	height: 340px;
	flex-direction: column
   	margin-left: 5px;
    	margin-right: 5px;
}

body.pc .land  p{
    text-align: center;
    background-color: #75ccff;
    width: 220px;
    height: 28px;			
    margin-top: 3px;
	
}

body.pc .sp-only{
	display: none;
}
body.pc div.container_ div.contents_ div.mainframe_{
	width: 1000px;
}
body.pc h1,
body.pc h2 {
	margin: auto auto 20px auto;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding:0 30px;
	background-color: #456fa7;
	display: flex;
	height: 66px;
	margin-bottom: 0;
	align-items: center;
	margin-bottom: 40px;
}
body.pc h3{
	font-size: 18px;
	color: #073f8a;
	margin-bottom: 18px;
	font-weight: bold;
}
body.pc .padding-wrapper p,
body.pc .padding-wrapper li{
	line-height: 28px;
	color: #242424;
}
body.pc .catalog-text{
	margin-bottom: 40px;
}
body.pc ul.catalog-btn-items{
	display: flex;
	align-items: center;
	justify-content: center;
}
body.pc ul.catalog-btn-items li{
	display: flex;
    align-items: center;
    background-color: #083f8b;
    color: #fff;
    border-bottom: 1px solid #849fc5;
    height: 40px;
	margin-right: 0px;
	width: 230px;
	position: relative;
}
body.pc ul.catalog-btn-items li:last-of-type{
	margin-right: 0;
}
body.pc ul.catalog-btn-items li a{
	color: #fff;
	display: flex;
	align-items: center;
}
body.pc ul.catalog-btn-items li:nth-of-type(1) a{
	margin-left: 52px;
}
body.pc ul.catalog-btn-items li:nth-of-type(2) a{
	margin-left: 25px;
}
body.pc ul.catalog-btn-items li a:after{
	content: '';
    background-image: url(../../img/usr/icon/icon_arrow_white_circle_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
	transform: rotate(90deg);
	position: absolute;
	right: 12px;
}
body.pc .box{
    background-color: #a8b0fa;
    overflow-y: scroll;
    width: 1000px;
    height: 800px;
 }
 .box::-webkit-scrollbar{
    width: 10px;
 }
 .box::-webkit-scrollbar-track{
    background-color: rgb(167, 171, 187);
 }
 .box::-webkit-scrollbar-thumb{
    background-color: #6986e4;
 }
 
body.pc .cominix h2,
body.pc .catalog-list h2{
	margin-top: 50px;
}
body.pc .cominix ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.pc .cominix ul li{
	width: 100px;
	margin-right: 0px;
	text-align:center;
}

body.pc .cominix ul li:last-of-type{
	margin-right: 0;
}
body.pc .cominix ul li img{
	width: 100%;
	height: auto;
}

body.pc .maker h2,
body.pc .catalog-list h2{
	margin-top: 50px;
}
body.pc .maker ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.pc .maker ul li{
	width: 220px;
	margin-right: 20px;
}
body.pc .maker ul li:last-of-type{
	margin-right: 0;
}
body.pc .maker ul li img{
	width: 100%;
	height: auto;
}
body.pc .catalog-list ul{
	display: flex;
	flex-wrap: wrap;
}
body.pc .catalog-list ul li{
	width: 220px;
	margin-right: 40px;
}
body.pc .catalog-list ul li:nth-of-type(4n){
	margin-right: 0;
}
body.pc .catalog-list ul li:nth-of-type(n+5){
	margin-top: 40px;
}
body.pc .catalog-list ul li a{
	display: block;
	margin-bottom: 22px;
}
body.pc .catalog-list ul li img{
	width: 100%;
	height: auto;
}

/* --------------------------------------------------------------------
	sp
-------------------------------------------------------------------- */
body.sp .pc-only{
	display: none;
}
body.sp * {
	font-size: calc(5 / 828 * 100vw);
}
body.sp .navitopicpath_{
	padding: 0 calc(60 / 828 * 100vw);
}
body.sp h1,
body.sp h2 {
	margin: auto auto 20px auto;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding:0 30px;
	background-color: #456fa7;
	display: flex;
	height: 50px;
	align-items: center;
	margin-bottom: 25px;
}
body.sp h3{
	font-size: 18px;
	color: #073f8a;
	margin-bottom: 18px;
	font-weight: bold;
}
body.sp .padding-wrapper p,
body.sp .padding-wrapper li{
	line-height: 26.25px;
	color: #666666;
}
body.sp .catalog-text{
	margin-bottom: 25px;
}
body.sp ul.catalog-btn-items{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
body.sp ul.catalog-btn-items li{
	display: flex;
    align-items: center;
    background-color: #083f8b;
    color: #fff;
    border-bottom: 1px solid #849fc5;
    height: 50px;
	width: calc(500 / 828 * 100vw);
	position: relative;
}
body.sp ul.catalog-btn-items li:nth-of-type(1){
	margin-bottom: 12.5px;
}
body.sp ul.catalog-btn-items li a{
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
}
body.sp ul.catalog-btn-items li span{
	display: inline-block
	text-align: center;
	font-size:20px
}

body.sp ul.catalog-btn-items li:nth-of-type(1) a{
	margin-left: calc(50 / 828 * 100vw);
}
body.sp ul.catalog-btn-items li:nth-of-type(2) a{
	margin-left: calc(49 / 828 * 100vw);
}
body.sp ul.catalog-btn-items li a:after{
	content: '';
    background-image: url(../../img/usr/icon/icon_arrow_white_circle_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: block;
	transform: rotate(90deg);
	position: absolute;
	right: calc(22 / 828 * 100vw);
}
body.sp .cominix h2,
body.sp .catalog-list h2{
	margin-top: 50px;
}
body.sp .cominix ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
body.sp .cominix ul li{
	width: calc(150/ 828 * 100vw);
	margin-right: calc(30 / 828 * 100vw);
}
body.sp .cominix ul li:last-of-type{
	margin-right: 0;
}
body.sp .cominix ul li img{
	width: 100%;
	height: auto;
}

body.sp .catalog-list ul{
	display: flex;
	flex-wrap: wrap;
}
body.sp .catalog-list ul li{
	width: calc(349 / 828 * 100vw);
	margin-right: calc(30 / 828 * 100vw);
}
body.sp .catalog-list ul li:nth-of-type(2n){
	margin-right: 0;
}
body.sp .catalog-list ul li:nth-of-type(n+3){
	margin-top: 26px;
}
body.sp .catalog-list ul li a{
	display: block;
	margin-bottom: 17px;
}
body.sp .catalog-list ul li img{
	width: 100%;
	height: auto;
}
body.sp .panel  li .land{
	width:110px;
	height:200px;
	flex-direction: column
   	margin-left: 3px;
    	margin-right: 3px;
}

body.sp .land  p{
    text-align: center;
    background-color: #75ccff;
    width: 1100px;
    margin-top: 3px;
	  font-size:9px 
}
body.sp .tab-panels ul {
	 margin: 0;
	 padding: 0;
 }
body.sp .tab-panels ul li {
	   list-style-type: none;
	   display: inline-block;
	   background: rgb(218, 218, 218);
	   margin-inline: 1px;
	   padding: .5em .5em;
	   border-radius: .5em .5em 0 0;
	   color: black;
	   font-weight: 100;
	   cursor: pointer;
	   font-size:10px

		 }

body.sp .tab-panels ul li:hover {
	   color: #fff;
	   background: rgb(97, 131, 241);
			 }

body.sp .tab-panels ul li.active {
	   color: #fff;
	   background: #b20;
	 
	   }

body.sp .tab-panels .panel  {
	   display:none;
	   background: rgb(218, 218, 218);
	   color: black;
	   padding: 1.5em;
	   border-radius: 0 0 .8em .8em;
	 }

body.sp .tab-panels .panel.active {
   	display:block;
 }
body.sp .tabs ul li{
	width: 220px;
	margin-right: 0px;
	margin-left: 0px;
} 
body.sp .panel  li{
	width: 250px;
	display: flex;
	margin-left: 2px;
  margin-right: 2px;
	flex-wrap: wrap;
}