@media screen and (max-width: 1023px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  position: relative;
}

p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
p.md {
  font-size: 15px;
}

strong {
  color: #001C71;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.text_link {
  color: #001C71;
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
  transition: .2s opacity;
}
.text_link:hover {
  opacity: .7;
}

.text_link_il {
 display: inline;
white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.text_link_il {
 display: block;
		text-align: right;
}
}

.btn_drawer {
  display: block;
  width: 32px;
  height: 16px;
  background: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .btn_drawer {
    top: 30px;
    right: 20px;
  }
}
.btn_drawer.opened .btn_drawer_line {
  background: transparent;
}
.btn_drawer.opened .btn_drawer_line:before, .btn_drawer.opened .btn_drawer_line:after {
  top: 0;
}
.btn_drawer.opened .btn_drawer_line:before {
  transform: rotate(45deg);
}
.btn_drawer.opened .btn_drawer_line:after {
  transform: rotate(-45deg);
}
.btn_drawer .btn_drawer_line {
  height: 2px;
  width: 32px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.btn_drawer .btn_drawer_line:before, .btn_drawer .btn_drawer_line:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  transition: transform 0.2s;
}
.btn_drawer .btn_drawer_line:before {
  top: -7px;
}
.btn_drawer .btn_drawer_line:after {
  bottom: -7px;
}
.btn_drawer .btn_drawer_text {
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -17px;
}

.drawer_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 980;
  background: #F2FBFD;
  padding: 50px 76px 50px 326px;
  display: none;
  max-height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 1023px) {
  .drawer_nav {
    height: 100%;
    background: white;
    padding: 80px 10px 40px 0;
  }
}
.drawer_nav .rule,
.drawer_nav .pp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .drawer_nav .rule,
.drawer_nav .pp {
    display: block;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    margin-top: 10px;
  }
}

.wrapper {
  padding-left: 250px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding-left: 0;
    padding-top: 80px;
  }
}
.wrapper .logo {
  display: block;
  position: fixed;
  top: 25px;
  left: calc(125px - 80px);
  width: 160px;
  z-index: 1000;
}

 .wrapper .logo .sp{
    display: none;
  }
	 .wrapper .logo .pc{
    display: block;
  }

.wrapper .logo img {
    width: 100%;
}
@media screen and (max-width: 1023px) {
  .wrapper .logo {
    top: 15px;
    left: 20px;
    width: 200px;
  }
	 .wrapper .logo .sp{
    display: block;
  }
	 .wrapper .logo .pc{
    display: none;
  }
}
.wrapper .logo .logo_img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .wrapper .logo .logo_img {
    display: none;
  }
}
.wrapper .logo .logo_img-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .wrapper .logo .logo_img-sp {
    display: block;
    width: 100%;
  }
}
.wrapper .side {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  background: white;
  padding: 225px 0 50px;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  .wrapper .side {
    padding: 0;
    position: static;
    width: 100%;
  }
  .under .wrapper .side {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper .side .sidenav {
    background: #F7F9F9;
    padding-bottom: 20px;
  }
}
.wrapper .side .sidenav_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 10px 15px 40px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.4s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .wrapper .side .sidenav_item {
    font-size: 15px;
    font-weight: 700;
    background: white;
    justify-content: center;
  }
  .wrapper .side .sidenav_item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.wrapper .side .sidenav_item.active, .wrapper .side .sidenav_item:hover {
  background: #cceff8;
}
.wrapper .side .sidenav_item.active:after, .wrapper .side .sidenav_item:hover:after {
  opacity: 1;
}
.wrapper .side .sidenav_item:after {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: #001C71;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.wrapper .side .sidenav_icon {
  width: 32px;
  margin-right: 10px;
}
.wrapper .side .sidenav_info {
  margin-top: 10px;
  width: 210px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023px) {
  .wrapper .side .sidenav_info {
    margin-top: 20px;
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }
}
.wrapper .side .sidenav_info:hover {
  opacity: 0.7;
}
.wrapper .side .sidenav_info .sidenav_info_banner {
  width: 100%;
}

.wrapper .side .sidenav_info .sidenav_info_banner .sp{
  display: none;
}

.wrapper .side .sidenav_info .sidenav_info_banner .pc{
  display: block;
}

.wrapper .side .sidenav_info img{
  width: 100%;
}
@media screen and (max-width: 767px) {
.wrapper .side .sidenav_info .sidenav_info_banner .sp{
  display: block;
}

.wrapper .side .sidenav_info .sidenav_info_banner .pc{
  display: none;
}
}
.wrapper .side .sidenav_sns {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .wrapper .side .sidenav_sns {
    display: none;
  }
}
.wrapper .side .sidenav_sns .sidenav_icon_sns {
  width: 32px;
}
.wrapper .side .sidenav_sns .sidenav_icon_sns img {
  width: 100%;
}
.wrapper .side .sidenav_sns .sidenav_icon_sns:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  .wrapper .side .logo_brand {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper .side .rule,
.wrapper .side .pp {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper .side .copy {
    display: none;
  }
}
.wrapper .header_bg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .wrapper .header_bg {
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 990;
  }
}
.wrapper .header_wrap {
  padding: 30px 80px 0 280px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .wrapper .header_wrap {
    position: static;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.wrapper .header {
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .wrapper .header {
    background: white;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: static;
  }
}
.wrapper .main {
  background: url(../img/bg.jpg) top left/210px auto repeat;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .wrapper .main {
    padding-top: 0;
  }
}
.wrapper .main .contents {
  padding: 10px 20px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper .main .contents {
    padding: 20px 20px 40px 20px;
  }
}
@media screen and (max-width: 400px) {
  .wrapper .main .contents {
    padding: 10px 10px 40px 10px;
  }
}
.wrapper .main .footer {
  background: #F2FBFD;
  padding: 60px 76px 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .wrapper .main .footer {
    background: white;
    padding: 0 0 40px;
  }
}
.wrapper .main .footer .footer_sns {
  display: none;
}
@media screen and (max-width: 1023px) {
  .wrapper .main .footer .footer_sns {
    padding: 30px 20px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .main .footer .footer_sns .footer_icon_sns {
    width: 40px;
  }
  .wrapper .main .footer .footer_sns .footer_icon_sns img {
    width: 100%;
  }
  .wrapper .main .footer .footer_sns .footer_icon_sns:not(:last-of-type) {
    margin-right: 15px;
  }
}
.wrapper .main .footer_info{
	width:100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.wrapper .main .footer_info .footer_logo_brand {
  display: block;
  margin-top: 25px;
margin-bottom: 25px;
  margin-right: 120px;
  width: 160px;
  transition: opacity 0.2s;
}

.wrapper .main .footer_info .footer_logo_brand img {
  width: 100%;
}
.wrapper .main .footer_info .footer_logo_brand:hover {
  opacity: 0.7;
}

.wrapper .main .footer_info .footer_info_brand{
	order:2;
}

.wrapper .main .footer_info .footer_info_text{
	order:1;
	margin-top: 20px;
}


@media screen and (max-width: 1023px) {
  .wrapper .main .footer_info .footer_logo_brand {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper .main .footer_info .footer_logo_brand img {
    width: 100%;
  }
	
	.wrapper .main .footer_info{
	width:100%;
	background: #fff;
	display: block;
}
	.wrapper .main .footer_info .footer_info_brand{
	order:1;
}

.wrapper .main .footer_info .footer_info_text{
	order:2;
	display: block;
}
}

.wrapper .main .footer_info .rule,
.wrapper .main .footer_info .pp {
  display: inline;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
margin-left: 20px;
}

.wrapper .main .footer_info .rule:hover,
.wrapper .main .footer_info .pp:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .wrapper .main .footer_info .rule,
.wrapper .main .footer_info .pp {
    display: block;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
	margin-left: 0px;
  }
}
.wrapper .main .footer_info .rule:hover,
.wrapper .main .footer_info .pp:hover {
  text-decoration: underline;
}
.wrapper .main .footer_info .copy {
  font-size: 10px;
  text-align: left;
  margin: 10px 10px 10px 20px;
}
@media screen and (max-width: 1023px) {
  .wrapper .main .footer_info .copy {
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
    padding: 0 10px;
  }
}
.wrapper .form_search {
  height: 30px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .wrapper .form_search {
    height: auto;
    justify-content: flex-start;
    width: 100%;
    background: #F7F9F9;
    padding: 20px;
  }
}
.wrapper .form_search .input_search {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: none;
  border-radius: 5px 0px 0 5px;
  background: white;
  height: 100%;
  width: 260px;
  font-size: 13px;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  .wrapper .form_search .input_search {
    width: calc(100% - 60px);
    height: 30px;
  }
}
.wrapper .form_search .btn_search {
  width: 60px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background: #E5E5E5 url(../img/icon_search.png) center center/21px auto no-repeat;
  border: solid 1px #ccc;
}
@media screen and (max-width: 1023px) {
  .wrapper .form_search .btn_search {
    height: 30px;
  }
}

.linkBlock{
	width:100%;
}