@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

.head {
    background: #ffffff;
    color: #112485;
    border-bottom: 1px solid #181717;
}

.btn_submit{
    background: #181717;
    color: #fff;
}

.slide-scroll {
    background: #181717;
    color: #fff;
}

section.odd {
   background: linear-gradient(#fff, #f5f2dd) fixed;
    color: #4d4d4d;
    padding: 30px 0;
}

section.odd1 {
  background-image: url(assets/images/point5.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}




.menu-sp {
    background: #181717;
}

.footer {
    background: #fff;
    border-top: 1px solid #181717;
    margin-top:40px;
}

.menu ul {
    background: #ffffff;
    color: #112485;
}

a {
    text-decoration: none;
    transition-duration: 0.3s;
    outline: none;
    color: #000;
}

.hv-o:hover * {
    opacity: 0.8;
}

.banner_1 {
    background-image: url(assets/images/slide05.png);
}

.banner_2 {
    background-image: url(assets/images/slide03.png);
}

.banner_3 {
    background-image: url(assets/images/slide04.png);
}

.banner_4 {
    background-image: url(assets/images/slide01.png);
  }

.banner_5 {
    background-image: url(assets/images/slide01.png);
  }
.banner_6 {
    background-image: url(assets/images/slide06.png);
  }

.plan111 dt{
  float: left;
}

.plan111 dd{
  margin-left: 30px;
  margin-bottom:20px;
}

.vdeo123{
  width: 100%;
  height:450px;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #f2e408;
    background: #313131;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
    font-size:30px;
    font-weight:bold;
    text-align:center;
}

.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #112485;/*左線*/
    border-right: double 7px #112485;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #112485;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #112485;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


/* add style */
.tb_company {
    width: 100%;
}

.tb_company tr:not(:last-child){
    border-bottom: 1px dotted #ccc;
}



.tb_company tr td iframe {
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 10px;
}

.tb_company tr td {
    padding: 10px;
}

.tb_company tr td:first-child {
    vertical-align: middle;
    color: #000;
}





table.table01s {
	width:100%;
	border-right:#ececef solid 1px;
	border-collapse: collapse;
}
table.table01s thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	font-weight:bold;
	text-align:center;
}
table.table01s thead th:last-child {
	border-right:#ececef solid 1px;
}
table.table01s tbody th {
	background:#ececef;
	color:#333;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
	font-weight:bold;
}
table.table01s tbody tr:last-child th {
	border-bottom:#ececef solid 1px;
}
table.table01s tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#ececef solid 1px;
	border-bottom:#ececef solid 1px;
	vertical-align: middle;
}
 
@media screen and (max-width: 640px) {

table.table01s {
	font-size:16px;
}

table.table01s thead {
	display:none;
}
table.table01s tbody th {
	display:block;
}
table.table01s tbody td {
	display:block;
}
table.table01s tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
	margin-right: 20px;
}
table.table01s tbody td p {
	padding-left:6em;
}
}




.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 80px; /* バナーの上下の位置 */
}
.mgb-70_1 {
    margin-bottom:0px;
}
.f-18_1 {
    font-size:18px;
}

.pc {
    width: 100px; /* バナーの横幅を指定 */
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 250px; /* バナーの上下の位置 */
    right: 0px; /* バナーの左右の位置 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}

@media screen and (max-width: 990px) {
    .pc {
    display: none;
  }
}

@media screen and (max-width: 760px) {
 	.sp {
    display: inline;
    width: 100vw;
  }
  .floating-banner  {
    top: unset;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
  }
  .mgb-70_1 {
    margin-bottom:70px;
}
.f-18_1 {
    font-size:16px;
}

.box3 p {
    margin: 0; 
    padding: 0;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}
}











ul.ul_business {
    padding-left: 20px;
}

.ul_business li,
ul.ul_business {
    list-style: disc;
}

@media screen and (max-width:767px) {
    .tb_company {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .tb_company tr td:first-child {
        width: 100%;
        float: left;
    }
    .tb_company tr td {
        width: 100%;
        float: left;
    }
    .tb_company tr td:first-child {
        min-width: 75px;
    }

    .menu-text-en {
        font-size: 14px;
    }
    .menu ul li { font-size: 11px; }
    .menu ul li a {
        padding: 5px 10px;
    }
    

    body {
        font-size: 12px;
    }

    .tb_company tr td {
        padding: 5px;
    }

    
    
    p {
        font-size: 16px;
    }
    
    .vdeo123{
  width: 100%;
  height:auto;
}
    
}


@media screen and (min-width: 780px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 780px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
  
  .tal-r {
    text-align: center;
}

.clip-box-a {
    font-size: 16px;
}
  
}

/* End  add style */