@charset "UTF-8";


/*-----------------------------------------------
|   Font Sizes
-----------------------------------------------*/
.fs--2 {
  font-size: 0.64rem;
}

.fs--1 {
  font-size: 0.8rem;
}

.fs-0 {
  font-size: 1rem;
}

.fs-1 {
  font-size: 1.25rem;
}

.fs-2 {
  font-size: 1.5625rem;
}

.fs-3 {
  font-size: 1.95312rem;
}

.fs-4 {
  font-size: 2.44141rem;
}

.fs-5 {
  font-size: 3.05176rem;
}

.fs-6 {
  font-size: 3.8147rem;
}

.fs-7 {
  font-size: 4.76837rem;
}

.fs-8 {
  font-size: 5.96046rem;
}

@media (min-width: 576px) {
  .fs-sm--2 {
    font-size: 0.64rem;
  }
  .fs-sm--1 {
    font-size: 0.8rem;
  }
  .fs-sm-0 {
    font-size: 1rem;
  }
  .fs-sm-1 {
    font-size: 1.25rem;
  }
  .fs-sm-2 {
    font-size: 1.5625rem;
  }
  .fs-sm-3 {
    font-size: 1.95312rem;
  }
  .fs-sm-4 {
    font-size: 2.44141rem;
  }
  .fs-sm-5 {
    font-size: 3.05176rem;
  }
  .fs-sm-6 {
    font-size: 3.8147rem;
  }
  .fs-sm-7 {
    font-size: 4.76837rem;
  }
  .fs-sm-8 {
    font-size: 5.96046rem;
  }
}

@media (min-width: 768px) {
  .fs-md--2 {
    font-size: 0.64rem;
  }
  .fs-md--1 {
    font-size: 0.8rem;
  }
  .fs-md-0 {
    font-size: 1rem;
  }
  .fs-md-1 {
    font-size: 1.25rem;
  }
  .fs-md-2 {
    font-size: 1.5625rem;
  }
  .fs-md-3 {
    font-size: 1.95312rem;
  }
  .fs-md-4 {
    font-size: 2.44141rem;
  }
  .fs-md-5 {
    font-size: 3.05176rem;
  }
  .fs-md-6 {
    font-size: 3.8147rem;
  }
  .fs-md-7 {
    font-size: 4.76837rem;
  }
  .fs-md-8 {
    font-size: 5.96046rem;
  }
}

@media (min-width: 992px) {
  .fs-lg--2 {
    font-size: 0.64rem;
  }
  .fs-lg--1 {
    font-size: 0.8rem;
  }
  .fs-lg-0 {
    font-size: 1rem;
  }
  .fs-lg-1 {
    font-size: 1.25rem;
  }
  .fs-lg-2 {
    font-size: 1.5625rem;
  }
  .fs-lg-3 {
    font-size: 1.95312rem;
  }
  .fs-lg-4 {
    font-size: 2.44141rem;
  }
  .fs-lg-5 {
    font-size: 3.05176rem;
  }
  .fs-lg-6 {
    font-size: 3.8147rem;
  }
  .fs-lg-7 {
    font-size: 4.76837rem;
  }
  .fs-lg-8 {
    font-size: 5.96046rem;
  }
}

@media (min-width: 1200px) {
  .fs-xl--2 {
    font-size: 0.64rem;
  }
  .fs-xl--1 {
    font-size: 0.8rem;
  }
  .fs-xl-0 {
    font-size: 1rem;
  }
  .fs-xl-1 {
    font-size: 1.25rem;
  }
  .fs-xl-2 {
    font-size: 1.5625rem;
  }
  .fs-xl-3 {
    font-size: 1.95312rem;
  }
  .fs-xl-4 {
    font-size: 2.44141rem;
  }
  .fs-xl-5 {
    font-size: 3.05176rem;
  }
  .fs-xl-6 {
    font-size: 3.8147rem;
  }
  .fs-xl-7 {
    font-size: 4.76837rem;
  }
  .fs-xl-8 {
    font-size: 5.96046rem;
  }
}

@media (min-width: 1540px) {
  .fs-xxl--2 {
    font-size: 0.64rem;
  }
  .fs-xxl--1 {
    font-size: 0.8rem;
  }
  .fs-xxl-0 {
    font-size: 1rem;
  }
  .fs-xxl-1 {
    font-size: 1.25rem;
  }
  .fs-xxl-2 {
    font-size: 1.5625rem;
  }
  .fs-xxl-3 {
    font-size: 1.95312rem;
  }
  .fs-xxl-4 {
    font-size: 2.44141rem;
  }
  .fs-xxl-5 {
    font-size: 3.05176rem;
  }
  .fs-xxl-6 {
    font-size: 3.8147rem;
  }
  .fs-xxl-7 {
    font-size: 4.76837rem;
  }
  .fs-xxl-8 {
    font-size: 5.96046rem;
  }
}

.bar-dashed {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}

ol.loan  {
list-style-type: decimal;
	margin-left: 20px;
}
ol.loan li {
  padding-left: 1em;
}


/* Background */

/*-----------------------------------------------
|   color
-----------------------------------------------*/
.color-1 {color: #860000;}
.color-2{color: #AD9393;}
.color-3 {color: #E17583;}
.color-4 {color: #B53434;}
.color-5 {color: #AB7173;}
.color-6 {color: #9E3535;}
.color-7 {color: #9C5D0E;}
.color-8 {color: #CF3D3D;}
.color-9 {color: #F5E0E0;}
.color-10 {color: #6F5A5A;}
.bg-blue{background-color: #00187E;}
.bg-bordeaux{background-color: #EB0000;}
.color-long {color: #b80e49;}
.color-bleu {color: #00187E;}
.color-white {color: #FFFFFF;}
.color-gray {color: #747474;}
.color-red {
	color: #DD0000;
}
.color-fb{color: #1877f2;}
.color-tw{color: #1DA1F2;}

.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}



.title-1{
    border:solid 1px #ddd;
  -moz-border-radius: 5px; /* FF */
  -webkit-border-radius: 5px;/* Webkit */
  border-radius: 5px;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 5px;
  -pie-background:linear-gradient(top,  #fff,  #eee);
  behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
}
.title-1 span {
	border-left: 10px solid #860000;
	padding-left: 10px;
}
.mybox {
	border: 5px solid #eee;	/* 線の太さ・種類・色 */
	padding: 10px; /* 内側の余白 */
	position: relative;
	z-index: 0;
}
.mybox:before {
	border-top: 5px solid #CF3D3D;	/* 一部だけ異なる線の太さ・種類・色 */
	border-left: 5px solid #CF3D3D;	/* 一部だけ異なる線の太さ・種類・色 */
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.mybox2 {
	position: relative;
	padding: 1.2em;
	color: #555555; /* 文字色 */
	background-color: #fff;
	border: 2px solid #BC8F8F; /* 枠線の太さ・色 */
	box-shadow: 2px 2px 1px #ccc;/* 影の色 */
}
.mybox2-title {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -18px;
	font-weight: bold;
	background-color: #fff; /* タイトル背景色 */
	color: #B53434; /* タイトル文字色 */
}
.mybox3 {
	border: 5px solid #eee;	/* 線の太さ・種類・色 */
	padding: 10px; /* 内側の余白 */
	position: relative;
	z-index: 0;
}
.mybox3:before {
	border-top: 5px solid #CF3D3D;	/* 一部だけ異なる線の太さ・種類・色 */
	border-left: 5px solid #CF3D3D;	/* 一部だけ異なる線の太さ・種類・色 */
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.img-box1{
	overflow:auto;}


.tc-image1{
	margin: 10px; /* 外側の余白 */
	width: 300px;
	float: right;}
    	@media (max-width: 769px) {
		.tc-image1{
			width: 150px; 
	}}
.tc-image2{
	margin: 5px; /* 外側の余白 */
	width: 300px;
	float: right;
    height: auto;}
    	@media (max-width: 769px) {
		.tc-image1{
			width: 150px; 
	}}

.title-fr {
	padding: 0em .5em;
	color: #860000;
	border-top: 1px solid #C9A7A7;
	border-bottom: 1px solid #C9A7A7;
	line-height: 1.8em;
}
.p-top-autre {
      background: url("/fr/img/exp-bg1.jpg") no-repeat center;
  background-size: cover;
	
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.p-top-autreBK {
    background-color: #000000;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
	margin-bottom: 0;
}

.line-h-s {
    line-height: 1.6em;
}
.line-h-s2 {
    line-height: 1.8em;
}




.table-scroll {
overflow: auto;
}
.table-scroll table {
table-layout: fixed;
}

table.niv{
  width: 100%;
  min-width: 1000px;
  border-collapse:separate;
  border-spacing: 0;
}

table.niv th:first-child{
  border-radius: 5px 0 0 0;
}

table.niv th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.niv th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 15px;}
	@media (min-width: 769px) {
		table.niv th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.niv th.p40{width: 40%
}
table.niv td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 5px;}
	@media (min-width: 769px) {
		table.niv  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.niv td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.niv tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.niv tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}


table.tb1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.9;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background: #fff;
} 
table.tb1 th {
	width: 30%;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 8px 14px;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #E1E1E1;}
	@media (min-width: 769px) {
		table.tb1 th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 11px 24px;
		width: 280px; 
	}}
table.tb1 td {
	padding: 6px;
	vertical-align: middle;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	text-align: center;}
	@media (min-width: 769px) {
		table.tb1 td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 11px 24px;
	}}
table.tb2 {
    width: 100%;
    font-family: "inter-400";
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.9;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background: #fff;
} 
table.tb2 th {
	width: 25%;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 8px 14px;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: repeating-linear-gradient(-45deg, #ededed, #ededed 2px, #f0f0f0 0, #f0f0f0 5px);}
    	@media (min-width: 769px) {
		table.tb2 th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 11px 24px;
		width: 280px; 
	}}
table.tb2 th.p70 {
	width: 70%;}
table.tb2 th.p35 {
	width: 35%;}
table.tb2 td {
padding: 6px; 
vertical-align: middle; 
border-right: 1px solid #DFDFDF; 
border-bottom: 1px solid #DFDFDF;
border-left: 1px solid #DFDFDF;

}
	@media (min-width: 769px) {
		table.tb2 td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 11px 24px;
	}}

table.tb3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.9;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background: #fff;
} 
table.tb3 th {
    font-size: 1.4rem;
    line-height: 22px;
    padding: 8px 14px;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: repeating-linear-gradient(-45deg, #DDDDDD, #DDDDDD 2px, #D8D8D8 0, #D8D8D8 5px);}
    	@media (min-width: 769px) {
		table.tb3 th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 11px 24px;
	}}
table.tb3 td {
padding: 6px; 
font-size: 1.4rem;
text-align: center;
vertical-align: middle; 
border-right: 1px solid #DFDFDF; 
border-bottom: 1px solid #DFDFDF;}
	@media (min-width: 769px) {
		table.tb3 td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 11px 24px;
	}}
table.tb-l1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.5;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background: #fff;
    text-align: center;
} 
table.tb-l1 th {
    padding: 6px;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #D7D7D7;}
	@media (min-width: 769px) {
		table.tb-l1 th{
		font-size: 1.5rem;
	}}
table.tb-l1 td {
padding: 6px; 
vertical-align: middle; 
border-right: 1px solid #DFDFDF; 
border-bottom: 1px solid #DFDFDF; }
	@media (min-width: 769px) {
		table.tb-l1 td{
		font-size: 1.5rem;
	}}
table.tb-l1 a {
    color: #780E10;
    text-decoration: underline;	
}
table.tb-l1 a:hover {
    color: #F50E13;
}




.bg-step {
	background-color: #F9F5EF !important;
}
.border-step {
	border-color: #D8D0C3 !important;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}


.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  display: flex;
 flex-direction: column;
}

.card-title {
  margin-bottom: 1.25rem;
}



.card-header {
  padding: 0.25rem 0.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-h {
  padding: 3rem 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	
}
.card-header-bl {
	padding: 1.5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background-color: #00478A;
	color:white;
	text-align: center;
	font-family: "Maru Folk Medium";
}
.card-header-gy {
	padding: 1.5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background-color: #CCCCCC;
	text-align: center;
	font-family: "Maru Folk Medium";
}
.card-header-rd {
	padding: 1.5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background-color: #BD0003;
	color:white;
	text-align: center;
	font-family: "Maru Folk Medium";
}
.card-header-gra {
	padding: 1.5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background: linear-gradient(#b74545,#ff8989);
	color:white;
	text-align: center;
	font-family: "Maru Folk Medium";
}
.card-header-gra2 {
	padding: 1.5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); 
	color:white;
	text-align: center;
	font-family: "Maru Folk Medium";
}
.card-header-gra3 {
	padding: 1.5rem 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background-image: linear-gradient(180deg, rgba(39, 63, 238, 1), rgba(0, 45, 128, 1) 0%, rgba(0, 68, 158, 1) 50%, rgba(0, 67, 192, 1));
	color:white;
	text-align: center;
	font-family: "Maru Folk Medium";
}

.card-footer {
  padding: 1.25rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer-l {
  padding: 1.25rem;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.03);

}

.card-img {
  width: 100%;
  border-radius: calc(0.1875rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1875rem - 1px);
  border-top-right-radius: calc(0.1875rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1875rem - 1px);
  border-bottom-left-radius: calc(0.1875rem - 1px);
}



.num-box{
      display:flex; 
      width: 100%;
    } 
.box-item{
    padding:2px;
	align-items: flex-start;
    }


/*PCの場合*/
.pc-s	{ display:inline!important; }
.mb-s	{ display:none!important; }
@media screen and (max-width: 769px) {
/*タブレット、スマホの場合*/
.pc-s	{ display:none!important; }
.mb-s { display:inline!important; }
}
.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.p-news-index-list__item-q {
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .p-news-index-list__item-q {
      padding-bottom: 25px;
      margin-bottom: 26px; } }

.p-news-index-list__link-q {
  display: block; }

.p-news-index-list__meta-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }

.p-news-index-list__centre-q {
  font-size: 1.3rem;
  line-height: 15px;
  letter-spacing: 1px; }
  @media (min-width: 769px) {
    .p-news-index-list__centre-q {
      font-size: 1.5rem;
      line-height: 20px; } }
  @media screen and (max-width: 320px) {
    .p-news-index-list__centre-q {
      letter-spacing: 0; } }

.border-dashed-bottom {
    border-bottom: 1px dashed #E3E3E3;
}

.shadow_wh{
	text-shadow: 1px 1px 2px #FFFFFF;
}
.shadow_bk{
	text-shadow: 1px 1px 2px #373737;
}


.controls {
    padding: 1rem;
}



/*-----------------------------------------------
|   Flex
-----------------------------------------------*/
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*-----------------------------------------------
|   Icons group
-----------------------------------------------*/
.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-group .icon-item:not(:last-child) {
  margin-right: 0.5rem;
}

.icon-item {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.icon-item:hover, .icon-item:focus {
  background-color: #f9fafd;
}

.icon-item.icon-item-lg {
  height: 2.75rem;
  width: 2.75rem;
}

.icon-line {
  color: #00B900;
}

/*PCの場合*/
.pc-s	{ display:inline!important; }
.mb-s	{ display:none!important; }
@media screen and (max-width: 769px) {
/*タブレット、スマホの場合*/
.pc-s	{ display:none!important; }
.mb-s { display:inline!important; }
}



.box-dark {
  display: block;
  background-color: black;
  opacity: 0.4;
}

.image-round1{
  border-radius: 50%;
}

.btn1 {
  display: inline-block;
  font-weight: 600;
  color: #5e6e82;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.3125rem 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn1 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn1:hover {
  color: #5e6e82;
  text-decoration: none;
}

.btn1:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 62, 125, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 62, 125, 0.25);
}

.btn1.disabled, .btn1:disabled {
  opacity: 0.65;
}
.btn-danger {
	color: #fff;
	background-color: #BF3B3B;
	border-color: #EF6262;
}
.btn-danger.active {
	color: #fff;
	background-color: #EB5A5A;
	border-color: #EF6262;
}

.btn-danger:hover {
  color: #fff;
  background-color: #eb3f3f;
  border-color: #ea3434;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(241, 122, 122, 0.5);
  box-shadow: 0 0 0 0 rgba(241, 122, 122, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #EF6262;
  border-color: #EF6262;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea3434;
  border-color: #e92828;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(241, 122, 122, 0.5);
  box-shadow: 0 0 0 0 rgba(241, 122, 122, 0.5);
}
.news-box{
	margin-left: 5px;
	color: #fff;
	background-color: #FF8989;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	line-height: 0.2;
	font-size: 8px;
	vertical-align: middle;
}
.table-scroll {
overflow: auto;
}
.table-scroll table {
table-layout: fixed;
}

table.reg{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.reg th:first-child{
  border-radius: 5px 0 0 0;
}

table.reg th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #D5B8B8;
}

table.reg th{
	text-align: center;
	color: white;
	background: linear-gradient(#b74545,#ff8989);
	border-left: 1px solid #D5B8B8;
	border-top: 1px solid #D5B8B8;
	border-bottom: 1px solid #D5B8B8;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 5px;
	white-space: nowrap;
	font-size: 1.0rem;
}
table.reg th{
 width: 100%;
}

	@media (min-width: 769px) {
		table.reg th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.reg th.p10{width: 10%
}
table.reg th.p20{width: 20%
}
table.reg th.p25{width: 25%
}
table.reg th.p30{width: 30%
}
table.reg th.p40{width: 40%
}
table.reg th.p50{width: 50%
}

table.reg td{
	text-align: center;
	border-left: 1px solid #E1BEBE;
	border-bottom: 1px solid #E1BEBE;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	padding: 5px;
	font-size: 1.0rem;
}
	@media (min-width: 769px) {
		table.reg  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.reg td:last-child{
  border-right: 1px solid #E1BEBE;
}

table.reg tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.reg tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.wl{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.wl th:first-child{
  border-radius: 5px 0 0 0;
}

table.wl th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #D7D7D7;
}

table.wl th{
	text-align: center;
	color: white;
	background: linear-gradient(#8e8e8e,#bfbfbf);
	border-left: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 5px;
	white-space: nowrap;
	font-size: 1.0rem;
}
	@media (min-width: 769px) {
		table.wl th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.wl td{
	text-align: center;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	padding: 5px;
	font-size: 1.0rem;
}
	@media (min-width: 769px) {
		table.wl  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.wl td:last-child{
  border-right: 1px solid #E0E0E0;
}

table.wl tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.wl tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.wl th.p10{width: 10%
}
table.wl th.p20{width: 20%
}
table.wl th.p25{width: 25%
}
table.wl th.p30{width: 30%
}
table.wl th.p40{width: 40%
}
table.wl th.p50{width: 50%
}

table.theme{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-left: 1px solid #D5B8B8;
  border-top: 1px solid #D5B8B8;
  border-radius: 5px;
}

table.theme th{
	text-align: center;
	color: white;
	background: linear-gradient(to right,#b74545,#ff8989);
	border-right: 1px solid #D5B8B8;
	border-bottom: 1px solid #D5B8B8;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 5px;
	white-space: nowrap;
	font-size: 1.0rem;
	width: 20%;
}
	@media (min-width: 769px) {
		table.theme th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme td{
	text-align: center;
	border-right: 1px solid #E1BEBE;
	border-bottom: 1px solid #E1BEBE;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	padding: 5px;
	font-size: 1.0rem;
}
	@media (min-width: 769px) {
		table.theme  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme thead th{
	border-radius:5px 0 0 0; 
}
table.theme thead td:last-child{
	border-radius:0 5px 0 0; 
}
table.theme tbody tr:last-child th{
	border-radius:0 0 0 5px; 
}
table.theme tbody tr:last-child td:last-child{
	border-radius:0 0 5px 0; 
}



table.theme2{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-left: 1px solid #D5B8B8;
  border-top: 1px solid #D5B8B8;
  border-radius: 5px;
}

table.theme2 th{
	text-align: center;
	color: white;
    background-color : #DCA7A7;
    background-image: repeating-linear-gradient( -45deg,rgba(215, 95, 95, 0.2) 0px 12px,	transparent 12px 18px),
		repeating-linear-gradient( 45deg,rgba(215, 95, 95, 0.1) 0px 4px,	transparent 4px 16px);
	border-right: 1px solid #D5B8B8;
	border-bottom: 1px solid #D5B8B8;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 5px;
	white-space: nowrap;
	font-size: 1.0rem;
	width: 20%;
}
	@media (min-width: 769px) {
		table.theme2 th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme2 td{
	border-right: 1px solid #E1BEBE;
	border-bottom: 1px solid #E1BEBE;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	padding: 5px;
	font-size: 1.0rem;
}
	@media (min-width: 769px) {
		table.theme2  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme2 thead th{
	border-radius:5px 0 0 0; 
}
table.theme2 thead td:last-child{
	border-radius:0 5px 0 0; 
}
table.theme2 tbody tr:last-child th{
	border-radius:0 0 0 5px; 
}
table.theme2 tbody tr:last-child td:last-child{
	border-radius:0 0 5px 0; 
}

table.theme3{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-left: 1px solid #D5B8B8;
  border-top: 1px solid #D5B8B8;
  border-radius: 5px;
}

table.theme3 th{
    text-align: center;
    color: #733132;
    background-color: rgba(241, 235, 235, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(243, 227, 227, 1) 2px, rgba(243, 227, 227, 1) 4px );
    border-right: 1px solid #D5B8B8;
    border-bottom: 1px solid #D5B8B8;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    padding: 5px;
    white-space: nowrap;
    font-size: 1.0rem;
    width: 60%;
}
	@media (min-width: 769px) {
		table.theme3 th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme3 td{
	border-right: 1px solid #E1BEBE;
	border-bottom: 1px solid #E1BEBE;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	padding: 5px;
	font-size: 1.0rem;
	text-align: center;
}
	@media (min-width: 769px) {
		table.theme3  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme3 thead th{
	border-radius:5px 0 0 0; 
}
table.theme3 thead td:last-child{
	border-radius:0 5px 0 0; 
}
table.theme3 tbody tr:last-child th{
	border-radius:0 0 0 5px; 
}
table.theme3 tbody tr:last-child td:last-child{
	border-radius:0 0 5px 0; 
}

table.theme-tef{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-left: 1px solid #B3B8C4;
  border-top: 1px solid #B3B8C4;
  border-radius: 5px;
}

table.theme-tef th{
	text-align: center;
	color: white;
	background: linear-gradient(90deg, rgba(0, 78, 178, 1), rgba(83, 136, 221, 1));
	border-right: 1px solid #B3B8C4;
	border-bottom: 1px solid #B3B8C4;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 5px;
	white-space: nowrap;
	font-size: 1.0rem;
	width: 20%;
}
	@media (min-width: 769px) {
		table.theme-tef th{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme-tef td{
    text-align: left;
    border-right: 1px solid #B3B8C4;
    border-bottom: 1px solid #B3B8C4;
    border-top: none;
    box-shadow: 0px -3px 5px 1px #eee inset;
    padding: 5px;
    font-size: 1.0rem;
}
	@media (min-width: 769px) {
		table.theme-tef  td{
		font-size: 1.5rem;
        line-height: 25px;
        padding: 10px;
	}}
table.theme-tef thead th{
	border-radius:5px 0 0 0; 
}
table.theme-tef thead td:last-child{
	border-radius:0 5px 0 0; 
}
table.theme-tef tbody tr:last-child th{
	border-radius:0 0 0 5px; 
}
table.theme-tef tbody tr:last-child td:last-child{
	border-radius:0 0 5px 0; 
}


.ribbon20-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 5px 0 10px 0px;
	border: 1px solid #CFCFCF;
box-shadow:0px 0px 5px 2px #ccc inset;
  }
.ribbon20 {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 20px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: white;
	background-color: #C70303;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 28px;
  width: 7px;
  background: #C70303;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
	position: absolute;
	content: '';
	bottom: -7px;
	left: -5px;
	border: none;
	height: 7px;
	width: 5px;
	background-color: #8B1010;
	border-radius: 5px 0 0 5px;
}

.checked-indicator {
  display: none;
}

.hr-feature {
  width: 12rem;
}

.feature-item:hover .checked-indicator, .feature-item:focus .checked-indicator {
  color: #000;
}

@media (min-width: 992px) {
  .line-indicator:after {
    content: "";
    position: absolute;
    height: 2.25rem;
    right: 2rem;
    border-left: 1px solid #ABABAB;
  }
  .line-indicator-top::after {
    bottom: 0.3rem;
    right: 2.5rem;
    border-top: 1px solid #ABABAB;
  }
  .line-indicator-top-1::after {
    width: 0;
  }
  .line-indicator-top-2::after {
    width: 50%;
  }
  .line-indicator-top-3::after {
    width: 88%;
  }
  .line-indicator-bottom::after {
    top: 0.25rem;
    border-bottom: 1px solid #ABABAB;
  }
  .line-indicator-bottom-1::after {
    width: 36%;
    right: 2.5rem;
  }
  .line-indicator-bottom-2::after {
    width: 15%;
    right: 2.5rem;
  }
  .line-indicator-bottom-3::after {
    width: 50%;
    right: 2.5rem;
  }
  .checked-indicator {
    display: block;
    position: absolute;
    border: 1px solid #555555;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    background-color: #fff;
    line-height: 2.250rem;
    text-align: center;
    color: #555555;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .checked-indicator-top {
    -webkit-transform: translate(-97%, -105%);
    -ms-transform: translate(-97%, -105%);
    transform: translate(-97%, -105%);
  }
  .checked-indicator-bottom {
    -webkit-transform: translate(-97%, 90%);
    -ms-transform: translate(-97%, 90%);
    transform: translate(-97%, 90%);
  }
}
.dropcap::first-letter {
  font-size: 3em;
  float: left;
  margin-right: 0.375rem;
  line-height: .92;
}
.lead {
  font-size: 1.25rem;
}
  .border-lg {
	border: 1px solid #555555 !important;
  }
  .border-lg-top {
    border-top: 1px solid #555555 !important;
  }
  .border-lg-right {
    border-right: 1px solid #555555 !important;
  }

.ribbon18-wrapper {
	display: block;
	position: relative;
	margin: auto;
	padding: 10px 0px 5px 3px;
	width: 300px;
	height: 100px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
	
}

.ribbon18-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon18 {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon18:before, .ribbon18:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon18:before {
  left: 14px;
}

.ribbon18:after {
  right: 18px;
}
.c-step-title{
	width:100%;
	min-height:20px;
	display:flex;
	font-family: "Shin Go Regular";
}
    @media (min-width:769px){
		.c-step-title{min-height:36px}}
.c-step-title__label{
	width: 72px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #953247;
	font-size: 1.6rem;
	color: white;
}
    @media (min-width:769px){
		.c-step-title__label{
			width:150px;
		font-size:2rem;}}
.c-step-title__txt{
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	align-items: center;
	font-size: 1.6rem;
	padding: 0 6px;
	background-color: #F4EDEE;
}
@media (min-width:769px){
	.c-step-title__txt{
		font-size:2rem;
		padding:0 10px}}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.media-img
{width: 50px;
	float: left;
	margin-right: 20px;

}
.media-img2
{width: 50px;
	margin-right: 20px;
}


.button-rounded--red {
  min-width: 130px;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 2px solid #d90429;
  background: #d90429;
}
    @media (max-width:769px){
		.button-rounded--red {
		min-width: 0px;
		padding: 3px;}}
.button-rounded--red:hover {
  background: #fff;
  color: #d90429
}
.button-rounded--red.active{
  background: #fff;
  color: #d90429
}
.news-box3{
    margin-left: 5px;
    color: #fff;
    background-color: #2267C5;
    padding-top: 0px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    line-height: 0.2;
    font-size: 8px;
    vertical-align: middle;
}

.bg-france{
 background: linear-gradient(to right, #a8d0ec 0%, #a8d0ec 33%, #fff 33%, #fff 66%, #eca7ad 66%);
}

.border-gray {
    border: 1px solid #DDDDDD;
}

.box-exp {
    background-image: linear-gradient(90deg, rgba(204, 204, 204, 0.1) 50%, transparent 50%), 
   linear-gradient(rgba(204, 204, 204, 0.2) 50%, transparent 50%); /* チェック模様 */
    background-size: 15px 15px;   /* チェックのサイズ */
    padding: 20px;
    border-left: 4px solid #B3B3B3;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #fff;
    border-right:  1px solid #E6E6E6; 
}
.box-exp2 {
    background-color: #F4F4F4;
    padding: 20px;
    border-left: 4px solid #B3B3B3;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #fff;
    border-right: 1px solid #E6E6E6;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter-600 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.inter-800 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.libertinus-serif-display-regular {
  font-family: "Libertinus Serif Display", system-ui;
  font-weight: 400;
  font-style: normal;
}
.p-top-lineup-card {
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 769px) {
    .p-top-lineup-card {
      width: 472px;
      margin-bottom: 65px; } }
  .p-top-lineup-card__list {
    width: 100%;
    margin-bottom: 56px; }
    @media (min-width: 769px) {
      .p-top-lineup-card__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 30px; } }
  .p-top-lineup-card__link {
    display: block;
    opacity: 1 !important; }
  .p-top-lineup-card__img {
    position: relative;
    z-index: 0; }

.p-top-lineup {
  padding: 31px 0 30px; }
  @media (min-width: 769px) {
    .p-top-lineup {
      padding: 40px 0 40px; } }
  .p-top-lineup__inner {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto; }
   .t-flip-card__img-container {
    position: relative; }

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}