/* 共通
-------------------------------------*/
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.contentsBox h1{
	display:flex;
	justify-content:stretch;
	flex-wrap:nowrap;
	white-space:nowrap;
	width:100%;
}
img.contents_face{
	max-width:35px;
	object-fit:contain;
}
h2 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
h3{
	font-size: 18px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
}
.sp{
	display:none;
}
.inner01_contentsBox,
.inner01_01_contentsBox{
	width:100%;
}
.inner01_contentsBox li{
	margin:10px 0;
}
.inner01_01_contentsBox{
	padding:1em;
	display:flex;
	justify-content:stretch;
	width:calc( 100% - 2em );
	flex-wrap:wrap;
}
.inner01_01_contentsBox li{
	width:33%;
	text-align:center;
	position:relative;
}
.inner01_01_contentsBox li object{
	margin:0 auto;
}
.inner01_01_contentsBox li .chips{
	position:absolute;
	top:0;
	right:0;
}
.inner01_01_contentsBox li .chips img{
	width:80px;
	object-fit:contain;
}
.thumbnail{
	display:flex;
	justify-content:center;
}
.thumbnail img{
	display:block;
	text-align:center;
	max-width: 180px;
	width:100%;
	object-fit:cover;
}
details {
	margin-bottom: 10px;
}
summary {
	cursor: pointer;
	list-style: none;
	position: relative;
}

div.pre_title,
p.contents_title{
	width:100%;
	display:flex;
	jutify-content:stretch;
	align-items:center;
	background: #eee;
	font-weight: 900;
	color: #03A9F4;
	font-size:22px;
	/**text-stroke: 1px #03A9F4;**/
	/**text-shadow: 0 0 1px #FFFFFF;**/
}
div.pre_title{padding:0;
}
p.contents_title{
	padding-left:1.5em;
}
/**div.contents_title{
	display:block;
}
div.contents_title a p{
	text-align:left;
	vertical-align: middle;
	font-weight: 800;
	color: #03A9F4;
	text-shadow: 0 0 0.2em rgba(0,0,0,1);
}
div.pre_title a p:hover{
	tranbsition:0.5s;
	transform:translate(1px, 1px);
}**/
.icon {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.5s;
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #03A9F8;
}

.icon::before {
  left: 0;
  transform: rotate(45deg);
}

.icon::after {
  right: 0;
  transform: rotate(-45deg);
}


/* Safari対応　デフォルトの三角形アイコン非表示 */
details summary::-webkit-details-marker {
  display: none;
}

div {
  padding: 1em;
}


/* アイコンの三角矢印 */


/* アコーディオン表示の際に回転する */
details[open] .icon {
  transform: rotate(180deg);
}
ul.contentslink {
	max-width:1000px;
	display: flex;
	align-items:stretch;  
	flex-wrap: wrap;
}
ul.contentslink li {
    width: 100%;
    border-radius: 5px;
    margin:0 5px 20px 0;
    background-color: #FFFFFF;
	border-bottom: 1px solid #3fc1c9;
}
ul.contentslink li a {
	display: block;
	padding:10px;
    color: #3fc1c9;
}
ul.contentslink li:nth-of-type(3n) {
	margin-right: 0;
}
.inner01_01_contentsBox li object{
	max-width:180px;
	width:100%;
	max-height:180px;
	height:100%;
}
.magazineWrap{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.magazineWrap::after {
     content: "";
     display: block;
     width:33%;
     height: 0;
}
.requestBox{
    display: flex;    
    width: 33%;
    box-sizing: border-box;
}
.requestBox a{
    display: flex;
    flex-direction: column;
    width:100%;
}
.requestBox img{
	display: block;
    text-align: center;
    margin: 0 auto 20px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.requestBox p.ttl{
	font-size:14px;
	font-weight: bold;
	color: #036eb8;
	line-height: 1.5em;
	margin: 0 auto 20px;
	width:140px;	
}
.requestBox p.btn{	
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color: #484848;
	background:#eec958;
	border:1px solid #e0b01f;	
	border-radius:3px;
	padding: 5px 25px 5px 10px;
	position: relative;
	transition: .3s;
	margin-top: auto;
	margin-right:auto;
	margin-left:auto;
	width:140px;
	}
.requestBox p.btn::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    color: #484848;
    font-size:16px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top:-8px;
    font-weight: 800;
    line-height:1;
}
.requestBox p.btn:hover,.requestBox img:hover{
	opacity:0.8;
}
.requestBox p.btn:hover::after{
	color:#484848;
}
.requestBox p.icon{
	font-size: 12px;
	color: #F00;
	line-height: 1.5em;
}
canvas {
    width: 100%;
    height: auto;
}
@media (max-width:1000px) {

img.contents_face{
	max-width:25px;
	object-fit:contain;
}
ul.contentslink li {
    width: 30%;
    margin-right: 1%;
    margin-left: 1%;
}
ul.contentslink li:nth-of-type(3n) {
	margin-right:0;
}

.thumbnail {
    width: 100%;
    height:auto;
}
}
@media (max-width:768px) {
.sp{
	display:block;
}
.contentsBox h1{
	display:block;
	justify-content:stretch;
	white-space:normal;
	width:100%;
}
summary p{
	text-indent:-1em;
	padding-left:1em;
}
.inner01_01_contentsBox li{
	width:48%;
}
.thumbnail img{
    width: 100%;
    height:auto;
    object-fit:cover;
}
.inner01_01_contentsBox li{
	width:100%;
}
}
@media (max-width:600px) {
.thumbnail img{
    width: 100%;
    height:auto;
    object-fit:cover;
}
p.contents_title{
	display:block;
	padding-left:5px;
	font-size:18px;
}
}
@media (max-width:480px) {
ul.contentslink li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}
.magazineWrap::after {
     width:50%;
}
.requestBox{
    width: 50%;
}
ul.contentslink li a {
	display: block;
	padding:5px;
	font-size:14px;
}
.thumbnail img{
    width: 100%;
    height:auto;
    object-fit:cover;
}
}
/**以下APNG用**/
.contentsBox{
	max-width:800px;
}
.contentsBox .apngmain{
	max-width:800px;
	height:auto;
	object-fit:contain;
	margin:0 auto;
	}
@media (max-width:800px){
.contentsBox{
	width:100%;
	}
.contentsBox .apngmain{
	width:600px;
	display:block;
	text-align:center;
}
}
@media (max-width:600px){
.contentsBox .apngmain{
	width:500px;
	}
}
@media (max-width:468px){
h1{
	font-size:24px;
}
h1 span{font-weight:600;}
.contentsBox .apngmain{
	width:360px;
}
.apngsub{display:none;}
}