body{
	font-family:YakuhanJP, "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", "Noto Sans KR", "Noto Sans", serif;
	line-height: 1.6rem;
	font-size:14px;
	background: #F7F7F5;
	color: #142436;	
}

/* 言語切り替えボタン */


.dropdown-menu{
	border-radius: 5px;
	padding:0 !important;
	border:1px solid #000;
	background-color: #000!important;
}					

.dropdown-divider{
	margin:0 !important;
}


.dropdown-item{
	font-size: 13px;
	color: #fff !important;
	padding:5px 10px !important;
	font-weight: 500;
}

.dropdown-item:hover{
	background-color:#F1F1F1 !important;
	color:#000 !important;
}

.dropdown-menu li:first-of-type a:hover {
    border-radius: 5px 5px 0 0;
}

.dropdown-menu li:last-of-type a:hover {
	border-radius: 0 0 5px 5px;
}



.dropdown-item:active{
	background-color:#fff !important;
	color:#000 !important;
}

.dropdown-menu{
	width: 112px!important;
	min-width: 112px!important;
	margin-top:5px!important;
}

.dropdown-menu li a{
	color:#fff!important;
}

.dropdown-toggle{
	border:none;
	text-align: left;
	background-color:#000 !important;
	border-radius: 5px;
	padding:7px 17px 7px 12px!important;
	font-size:14px;
	margin:19px 0 0 0;
	color:#fff;
}

.dropdown-toggle img{
	width: 14px;
	margin-top:-2px;
	margin-right: 5px;
}

nav{
	margin-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	z-index: 2;
}

.language{
	right: 20px;
	text-align: end;
}


@media screen and (max-width: 991px) {
	.language{
		right: 10px;
		margin-top:-10px;
	}
	nav{
		margin-top: 60px;
	}
}



/* ページ設定 */

section {
	width:100%;
	margin:0 auto;
	position: relative;
	padding-right:5vw;
	padding-left:5vw;   

	
}

@media screen and (min-width: 992px) {
	section{
		max-width: calc(100rem + 50px);
		padding-right:20vw;
		padding-left:20vw;    
	}
}

.toptitle{
	font-size: 21px;
	margin:50px 0 20px 0;
	font-weight: 600;
	text-align: center;
}

.box {
    position: relative;
    margin-top: 20px;
    padding: 20px;

	background-color: #fff!important;
	--radius: 11px;
    clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 var(--radius));
   
	background: linear-gradient(45deg, transparent 45%, rgba(203, 203, 203, .6) 50%, transparent 55%) bottom left no-repeat, linear-gradient(135deg, transparent 45%, rgba(203, 203, 203, .6) 50%, transparent 55%) top left no-repeat, linear-gradient(225deg, transparent 45%, rgba(203, 203, 203, .6) 50%, transparent 55%) top right no-repeat, linear-gradient(315deg, transparent 45%, rgba(203, 203, 203, .6) 50%, transparent 55%) bottom right no-repeat, linear-gradient(rgba(203, 203, 203, .6) 50%, transparent 50%) top center no-repeat, linear-gradient(transparent 50%, rgba(203, 203, 203, .6) 50%) bottom center no-repeat, linear-gradient(to right, rgba(203, 203, 203, .6) 50%, transparent 50%) left center no-repeat, linear-gradient(to left, rgba(203, 203, 203, .6) 50%, transparent 50%) right center no-repeat;
    background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px, calc(100% - 24px) 2px, calc(100% - 24px) 2px, 2px calc(100% - 24px), 2px calc(100% - 24px);
}

@media screen and (min-width: 576px) {
	.box{
		padding:40px;
	}
}

.title{
	font-size: 16px;
	margin:10px 0 20px 0;
	font-weight: 600;
}

.box ul{
	list-style: none;
	margin:0;
	padding: 0;
}

.box ul li{
	margin-bottom: 10px;
}

.box ul li span{
	border-bottom: 1.5px dotted #BE272D;
}

.list{
	text-indent:-0.7em;
	padding-left:1em;
	line-height: 1.5rem;
}

.message{
	font-size: 15px;
	margin: 20px 0 30px 0;
	font-weight: 500;
	padding:0 10px;
}


section a{
	color:#BE272D;
	font-weight: 600;
}

.box img{
	width: 100%;
	pointer-events: none;
	 /* SPの長押し禁止 */
	 -webkit-touch-callout:none;
	 -webkit-user-select:none;
	 -moz-touch-callout:none;
	 -moz-user-select:none;
	 user-select:none;
}

@media screen and (min-width: 992px) {
	.box img{
		max-height: 250px;
	}
}

/*ボタン*/
.btn {
	position: relative;
    display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 13px 30px 13px 18px;
	border-radius: 40px;
	margin-bottom:60px;
	max-width: 400px;
}
  

.btn-col{
	display: flex;
	justify-content: center;
}


  /* アイコンのスタイル */
  .btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
  }



.btn:hover{
	color: #fff;
}

.btn:active{
	color: #fff!important;
}

.btn-red {
	background-color: #BE272D;
}


.btn-red:active{
	background-color: #BE272D!important;
}


.btn-red:hover{
	background-color: #BE272D;
	opacity: 0.85;
}

.btn-col a{
	text-decoration: none;
	border:none;
}

.video{
	text-align: center;
	margin-top:40px;
	width: 100%;
  	aspect-ratio: 16 / 9;
}

.video iframe{
	width: 100%;
  	height: 100%;
}

.display-none {
	display: none;
}