@charset "UTF-8";
/* CSS Document */


@media screen and (min-width: 768px) {
/*common*/
.sp {display: none;}
.pc {display: block;}

/*header*/



/*footer*/	
footer {
padding: 30px;
color: #fff;
}
.ft_list li+li{
position: relative;
}
.ft_list li+li::before{
content: "";
display: block;
height: 1em;
border-left: 1px solid #999;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.ft_list{
list-style: none;
padding: 0;
max-width: 800px;
margin: auto auto 20px auto;
flex-wrap: nowrap;
list-style: none;
}
.ft_list li{
font-size: 16px;
width: 100%;
display: flex;
margin: 0;
padding: 0;
}
.ft_list a{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
}


/*contents block*/
.content {
padding: 50px 15px 70px 15px;
}
.content_sec {
padding: 0 15px 50px 15px;
}
h2 {
font-size: 25px;
}

/*contents MV*/
.contents_header_img {
height: 250px;
}
.contents_header_img h1 {
font-size: 35px;
}
	
/*btn*/
a.btn_ora {
margin-top: 25px;
}
	
/*breadcrumbs*/
.breadcrumbs{
padding: 15px 0;
}

}


@media screen and (min-width:1024px){
.content {
padding: 50px 0 70px 0;
}
.content_sec {
padding: 0 0 50px 0;
}
.sp_logo,
.zdo_drawer_menu {
	display: none;
}
  /* pc　header*/
  header {
    padding: 15px 40px 15px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header .logo{
  padding: 0;
  text-align: left;
  width: 200px;
  }
  header .logo img {
    max-width: 200px;
  }
  .menu {
    position: relative;
    display: flex!important;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 700px;
    width: 100%;
    column-gap: 60px;
  }
  .menu > li {}
  .menu > li > a {
    color: #333;
    height: 100%;
    width: 100%;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .menu__multi a {
    color: #fff;
    height: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  .menu > li > a {
    color: #333;
    letter-spacing: 1px;
  }
  .menu > li a:hover {}
  ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
  }
  .menu > li:hover {
    background: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu__second-level li a:hover {
    opacity: 0.7;
  }
  /* 矢印 */
  .menu__second-level > li > a:before, .menu > li > a.arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #093C84;
    border-right: solid 2px #093C84;
    position: relative;
    left: -11px;
    top: -3px;
  }
  .menu > li > a.arrow:before {
    transform: rotate(135deg);
  }
  .menu__second-level > li > a:before {
    border-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /*.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #5070e3;
  border-right: solid 2px #5070e3;
  position: absolute;
  left: 10px;
  top: 8px;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.arrow.arrow-left::before {
  transform: rotate(-135deg);
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}*/
  .menu > li.menu__multi {
    position: relative;
  }
  .menu__multi li:not(:last-of-type) {
    border-bottom: solid 1px #5FA3D6
  }
  li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 70px;
    left: -20px;
    width: 230px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  li.menu__multi:hover ul.menu__second-level {
    top: 64px;
    visibility: visible;
    opacity: 1;
  }
  li.menu__multi ul.menu__second-level li {
    position: relative;
    background: #093C84;
  }
  li.menu__multi ul.menu__second-level li:hover {}
  li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
    background: #005DB3;
  }
  li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {}
  .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header_contact a {
    width: 160px !important;
    background: #DD6A25;
    color: #fff !important;
    border-radius: 100px;
  }
}