img{
	height: auto;
	}

	.container{
		overflow: hidden;
		letter-spacing: 1px;
		font-size: 18px;
	}
	.title-back{
		width: 100%;
		min-width: 1920px;
		display: block;
		/* margin-left: calc((100% - 1920px)/2); */
	}
	.title-img{
		position: absolute;
		top: 41%;
		right: 61.2%;
	}

	.menu-table{
		line-height: 2;
    margin: 60px auto 30px;
	}
	.menu-table a{
    color: #939393;
	}
	.menu-table a:hover{
		color: #565656;
	}
	.menu-table td{
		border-right: 1px solid;
    color: #939393;
    padding: 0 20px;
	}
	.menu-table td:last-child{
		border-right: none;
	}

	.contents-box{
		position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0;
		line-height: 2;
		overflow: hidden;
	}
	#package,#digital,#oversea{
		position: relative;
		overflow: hidden;
	}
	.bg{
		position: absolute;
    bottom: -210px;
    left: 1470px;
	}
	.subject{
		font-size: 150%;
    letter-spacing: 2px;
    display: inline-block;
    border-bottom: 1px solid #08549b;
    line-height: 1;
    padding-right: 70px;
		margin-bottom: 30px;
		word-break: keep-all;
	}
	.image-box{
		font-size: 0;
    padding-top: 30px;
	}
	.image-box img{
		display: inline-block;
		width: 31%;
    margin: 1%;
		/* vertical-align: middle; */
	}

	#smartphone,#license{
		background: #e1eaf3;
	}

	#license .image-box img:first-child{
		/*width: 38.95%;*/
	}
	#oversea .image-box img:nth-child(2){
		width: 39.3%;
	}
	#oversea .image-box img:nth-child(3){
		width: 47%;
	}

	.bottom-btn{
		position: relative;
		max-width: 770px;
		margin: 0 auto 100px;
		width: 90%;
	}
	.bottom-btn img{
		display: inline-block;
		width: 47%;
	}


	.md{
	  }
	  .sm{
		display: none;
	  }
	  
	  @media only screen and (min-width: 920px){
		.bottom-btn a img.md{
		  display: inline-block !important;
		}
	  
		.sm{
		  display: none !important;
		}
	  }
@media only screen and (max-width: 920px){
		.md{
		  display: none !important;
		}
		.sm{
		  display: block !important;
		}
		.bottom-btn a img.sm{
		  display: inline-block !important;
		}
	.container{
		font-size: 16px;
	}
	.title-back{
		width: 209%;
		min-width: unset;
		margin: 0;
	}
	.title-img{
		width: 41.4%;
		top: 39%;
		left: 10%;
		max-width: 256px;
		/* *0.675 */
		min-width: 172.8px;
	}
	.contents-box{
		padding: 15% 0;
	}

	.image-box{
    width: 95%;
    margin: 0 auto;
	}
	.image-box img.sm{
		width: 100%;
    margin: 3% 0;
	}
	.image-box img.half{
		width: 47%;
    margin: 1%;
	}

	#license .image-box img:first-child{
		/*width: 53%;*/
	}

	#license .image-box img:nth-child(2){
		/*width: 42.2%;*/
	}

/*	
	#oversea .image-box img:first-child{
		width: 41.5%;
	}
	#oversea .image-box img:nth-child(2){
		width: 53%;
	}
	#oversea .image-box img:nth-child(3){
		width: 62.5%;
	}
*/
  .bottom-btn{
    width: 100%;
    line-height: 0;
    margin-bottom: 5%;
  }
  .bottom-btn img{
    display: inline-block;
    width: 85%;
    margin-bottom: 4%;
  }
}

/*
.image-box-oversea {
	display: grid;
	grid-template-columns: 5fr 4fr 7fr;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.image-box-oversea img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

@media (max-width: 920px) {
	.image-box-oversea {
		grid-template-columns: 5fr 4fr;
	}
	#oversea .image-box-oversea img:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
*/

.digital-etc {
	text-align: center;
}
@media (max-width: 920px) {
  .digital-etc {
		text-align: initial;
  }
  .digital-etc img {
  	width: 100%;
  	margin: 3% 0;
  }
}

@media (min-width: 921px) {
  .sm-image-box-oversea2 {
		display: none;
  }
  .md-image-box-oversea2 {
		display: flex;
  }
}
@media (max-width: 920px) {
  .sm-image-box-oversea2 {
		display: grid;
  }
  .md-image-box-oversea2 {
		display: none;
  }
}

.md-image-box-oversea2 {
    /*display: flex;*/
    padding: 30px 20px 20px;
    gap: 20px;
    align-items: stretch;
}

.md-image-box-oversea2 .left-section {
    flex: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}

.md-image-box-oversea2 .right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.md-image-box-oversea2 .right-section img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.md-image-box-oversea2 .left-section img {
    width: auto;
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
}

.md-image-box-oversea2 .left-section .top-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.md-image-box-oversea2 .left-section .bottom-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}



.sm-image-box-oversea2 {
	margin: 20px 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 30vw);
	gap: 10px;
	align-items: center;
}
.sm-image-box-oversea2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sm-image-box-oversea2 .img-big {
  grid-column: 2;
  grid-row: 1 / span 2;
}


.copyright_piapro {
	height: 1em;
	vertical-align: middle;
}

