@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2013/01/18 T.S                         */
/* -------------------------------------------------- */

@keyframes RightToLeft {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-100px);
  }
  100% {
    opacity: 1; /* 不透明 */
    transform: translateY(0px);
  }
}

/* body */
/* -------------------------------------------------- */
body {
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.overlay {
  transition: opacity 0.5s 0.1ms;
  opacity: 0;
  position: fixed;
  z-index: -999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.overlay.is_show {
  opacity: 1;
  z-index: 999;
}

/* link */
/* -------------------------------------------------- */
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:focus {
}
a:active {
}

a:hover img {
  opacity: 0.7;
}
@media screen and (min-width: 1151px) {
  /* header */
  /* -------------------------------------------------- */
  .overlay {
    transition: opacity 0.5s 0.1ms;
    opacity: 0;
    position: fixed;
    z-index: -999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .overlay.is_show {
    opacity: 1;
    z-index: 999;
  }
  .nav_back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  header {
    margin-bottom: 20px;
    width: 100%;
    z-index: 999999999;
    position: fixed;
    top: 0;
  }

  header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
    position: fixed;
  }

  .header_content01 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
    box-sizing: border-box;
    position: relative;
  }
  .header_content01 .inner01 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .header_content01 .inner01 img {
    width: 100%;
    height: auto;
  }
  .header_content01 .inner01 h1 {
    margin-right: 10px;
  }
  .header_content01 .inner01 .header_menu01 {
    display: flex;
    justify-content: flex-start;
    margin-left: auto;
    align-items: center;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(1),
  .header_content01 .inner01 .header_menu01 li:nth-child(2),
  .header_content01 .inner01 .header_menu01 li:nth-child(3),
  .header_content01 .inner01 .header_menu01 li:nth-child(4),
  .header_content01 .inner01 .header_menu01 li:nth-child(5) {
    width: 20%;
    border-left: dotted 1px #000;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    position: relative;
    min-width: 62px;
  }
  .header_content01 .inner01 .header_menu01 li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(5) {
    border-right: dotted 1px #000;
  }
  .header_content01 .inner01 .header_menu01 li.header_right {
    border-left: none;
    width: 60px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right a {
    width: 60px;
    position: inherit;
  }
  .header_content01 .inner01 .header_menu01 li.header_right img {
    width: 60px;
  }
  .header_content01 .inner01 .header_menu01 li img {
    display: block;
    margin: 0 auto;
  }
  .header_content01 .inner01 .header_menu01 li img.normal {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(1) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(2) img {
    width: 32px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(3) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(4) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(5) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(6) {
    margin: 0 5px 0 10px;
  }
  .header_content01 .inner01 .header_menu01 li a img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(1) a:hover img,
  .header_content01 .inner01 .header_menu01 li:nth-child(2) a:hover img,
  .header_content01 .inner01 .header_menu01 li:nth-child(3) a:hover img {
    background-color: #bccce8;
    opacity: 1;
  }
  .header_content01 nav {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header_content01 nav > ul {
    display: flex;
    justify-content: space-between;
    /*  position: relative;*/
  }
  .header_content01 nav > ul > li {
    padding: 8px 2%;
    border-left: dotted 1px #6e6e6e;
  }
  .header_content01 nav > ul > li:last-child {
    /*
	width: 13.1%;
	max-width: 144px;
*/
    border-right: dotted 1px #6e6e6e;
    text-align: center;
    /*	padding: 8px 0;*/
  }
  /*
.header_content01 nav ul li:last-child dl dt{
	display: block;
	border-right: dotted 1px #6E6E6E;
*/
  /*	border-left: dotted 1px #6E6E6E;*/
  /*	padding: 8px 0;*/
  /*	background-image: url(../img/icon_header_nav.png);*/
  /*
	background-repeat: no-repeat;
	background-position: 88% center;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	}
*/
  /*
.header_content01 nav ul li:last-child dl dt:hover{
	background-color: #BCCCE8;
}
.header_content01 nav ul li:last-child dl dt.active{

	background-image: url(../img/icon_header_nav_o.png);

}
*/
  /*
.header_content01 nav ul li:last-child dl dd{
	display: none;
	position: absolute;
	left: 0;
	top:42px;
	width: 100%;

}
.header_content01 nav ul li:last-child dl dd ul{
	display: block;
}
.header_content01 nav ul li:last-child dl dd ul li{
	padding: 0;
	text-align: left;
	
}
*/
  .header_content01 nav > ul > li > a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  /*  .header_content01 nav > ul > li:last-child > a {
    display: inline;
  }*/
  .header_content01 nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: #081764;
    transform: scale(0, 1);
    transition: 0.4s;
  }
  .header_content01 nav > ul > li > a:hover:before {
    transform: scale(1);
  }

  /*
.header_content01 nav ul li:last-child dl dd ul li a{
	display: block;
	background-color: #365FA5;
	color: #FFFFFF;
	padding: 8px 0 8px 12px;
	border-bottom: solid 1px #5A79B0;
	text-decoration: none;
}
.header_content01 nav ul li:last-child dl dd ul li a:before{
	display: none;
	}
.header_content01 nav ul li:last-child dl dd ul li a:hover{
	text-decoration: none;
	background-color: #5A79B0;
}
.header_content01 nav ul li:last-child dl dd ul li:last-child {
	width: auto;
	max-width: none;

}
.header_content01 nav ul li:last-child dl dd ul li:last-child a{

	border-bottom: none;
}
*/
  .header_content01 nav > ul > li.current > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: #081764;
    transform: scale(1);
  }

  .header_content01 .inner01 .sp_btn01 {
    display: none;
  }

  /* header_english */
  /* -------------------------------------------------- */
  .header_en .header_content01 .inner01 .header_menu01 li:nth-child(1) img,
  .header_en .header_content01 .inner01 .header_menu01 li:nth-child(2) img {
    width: 60px;
  }
  .header_en .header_content01 .inner01 .header_menu01 {
    align-items: normal;
  }
  /* -----------end -----------*/
}

@media print, screen and (min-width: 751px) {
  /* container */
  /* -------------------------------------------------- */
  #container {
  }

  .pc {
    display: block;
  }
  .pc_i {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .sp_i {
    display: none;
  }

  .topic_path {
    background-color: #e6e6e6;
    padding: 20px 0;
  }
  .topic_path .inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .topic_path .inner ul a {
    color: #000000;
  }
  .topic_path .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topic_path .inner .here {
    pointer-events: none;
    text-decoration: none;
  }
  .topic_path .inner .here span {
    color: #1c277b;
  }
  .anc {
    padding-top: 140px;
    margin-top: -140px;
  }

  /* header */
  /* -------------------------------------------------- */
  header {
    margin-bottom: 20px;
    width: 100%;
    z-index: 999999999;
    position: fixed;
    top: 0;
  }

  header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
    position: fixed;
  }

  .header_content01 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0;
    box-sizing: border-box;
    position: relative;
  }
  .header_content01 .inner01 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .header_content01 .inner01 img {
    width: 100%;
    height: auto;
  }
  .header_content01 .inner01 h1 {
    margin-right: 10px;
  }
  .header_content01 .inner01 .header_menu01 {
    display: flex;
    justify-content: flex-start;
    margin-left: auto;
    align-items: center;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(1),
  .header_content01 .inner01 .header_menu01 li:nth-child(2),
  .header_content01 .inner01 .header_menu01 li:nth-child(3),
  .header_content01 .inner01 .header_menu01 li:nth-child(4),
  .header_content01 .inner01 .header_menu01 li:nth-child(5) {
    /*    width: 20%;*/
    border-left: dotted 1px #000;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 62px;
    height: 60%;
    display: flex;
    align-items: center;
  }
  .header_content01 .inner01 .header_menu01 li.common_admission {
    width: auto;
    position: relative;
    height: 50px;
    margin-right: 7px;
  }
  .header_content01 .inner01 .header_menu01 li.common_admission img {
    max-height: 50px;
    height: auto;
    width: auto;
  }
  .header_content01 .inner01 .header_menu01 li.common_admission a,
  .header_content01 .inner01 .header_menu01 li.common_header a {
    position: inherit;
  }
  .header_content01 .inner01 .header_menu01 li.common_header {
    width: 50px;
    margin-right: 5px;
    position: relative;
    height: 50px;
  }
  .header_content01 .inner01 .header_menu01 li.common_header img {
    max-height: 50px;
    height: auto;
    width: auto;
  }
  .header_content01 .inner01 .header_menu01 li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .header_content01 .inner01 .header_menu01 li.header_right {
    border-left: none;
    width: 60px;
    position: relative;
  }
  .header_content01 .inner01 .header_menu01 li.header_right img.sp {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search form {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .header_content01
    .inner01
    .header_menu01
    li.header_right
    .search
    input.search_area {
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    width: 84%;
    border: none;
    line-height: 1.4;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search .search_bt {
    width: 14%;
    border: 0;
    background: #162b78;
    color: #fff;
    padding: 10px 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
  }
  .header_content01
    .inner01
    .header_menu01
    li.header_right
    .search
    .search_bt:hover {
    cursor: pointer;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search_box {
    position: absolute;
    top: 60px;
    right: 0;
    width: 400px;
    z-index: 10;
    background-color: rgba(153, 153, 153, 0.7);
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search_box.show {
    display: block;
    animation-name: RightToLeft;
    animation-duration: 0.3s;
  }
  #top .header_content01 .inner01 .header_menu01 li.header_right .search_box.show li {
    border-left: none;
  }
  #top header.fixed .header_content01 .inner01 .header_menu01 li:nth-child(4) {
    border-left: none;
    border-right: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search_box li {
    width: 100%;
    border-left: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right.nsapo {
    width: 133px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right.nsapo a {
    width: 133px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right.manaba {
    width: 133px;
    margin-right: 10px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right.manaba a {
    width: 133px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search {
    width: 100%;
  }
  .header_content01 .inner01 .header_menu01 li.header_right a {
    width: 60px;
    position: inherit;
  }
  .header_content01 .inner01 .header_menu01 li.header_right img {
    width: 60px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right.nsapo img {
    width: 133px;
  }
  .header_content01 .inner01 .header_menu01 li.header_right.manaba img {
    width: 133px;
  }
  .header_content01 .inner01 .header_menu01 li img {
    display: block;
    margin: 0 auto;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(1) img {
    margin: 0 auto;
    width: 32px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(2) img {
    width: 32px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(3) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(4) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(5) img {
    margin: 0 auto;
    width: 30px;
  }
  /*.header_content01 .inner01 .header_menu01 li:nth-child(5) {
	margin: 0 5px 0 20px;
}*/
  .header_content01 .inner01 .header_menu01 li a img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(1) a:hover img,
  .header_content01 .inner01 .header_menu01 li:nth-child(2) a:hover img,
  .header_content01 .inner01 .header_menu01 li:nth-child(3) a:hover img {
    background-color: #bccce8;
    opacity: 1;
  }
  .header_content01 nav {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header_content01 nav > ul {
    display: flex;
    justify-content: center;
    /*  position: relative;*/
  }
  .header_content01 nav > ul > li {
    padding: 8px 2.5%;
    border-left: dotted 1px #6e6e6e;
  }
  /*
.header_content01 nav > ul > li:last-child {
	width: 13.1%;
	max-width: 144px;
	text-align: center;
	padding: 0;
	position: relative;

}
*/
  /*
.header_content01 nav ul li:last-child dl dt{
	display: block;
*/
  /*	border-right: dotted 1px #6E6E6E;*/
  /*	border-left: dotted 1px #6E6E6E;*/
  /*	padding: 8px 0;*/
  /*	background-image: url(../img/icon_header_nav.png);*/
  /*
	background-repeat: no-repeat;
	background-position: 88% center;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	}
*/
  /*
.header_content01 nav ul li:last-child dl dt:hover{
	background-color: #BCCCE8;
}
.header_content01 nav ul li:last-child dl dt.active{

	background-image: url(../img/icon_header_nav_o.png);

}
.header_content01 nav ul li:last-child dl dd{
	display: none;
	position: absolute;
	left: 0;
	top:42px;
	width: 100%;

}
.header_content01 nav ul li:last-child dl dd ul{
	display: block;
}
.header_content01 nav ul li:last-child dl dd ul li{
	padding: 0;
	text-align: left;
	
}
*/
  .header_content01 nav > ul > li > a {
    display: block;
    position: relative;
    text-decoration: none;
  }

  .header_content01 nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: #081764;
    transform: scale(0, 1);
    transition: 0.4s;
  }
  .header_content01 nav > ul > li > a:hover:before {
    transform: scale(1);
  }

  /*
.header_content01 nav ul li:last-child dl dd ul li a{
	display: block;
	background-color: #365FA5;
	color: #FFFFFF;
	padding: 8px 0 8px 12px;
	border-bottom: solid 1px #5A79B0;
	text-decoration: none;
}
.header_content01 nav ul li:last-child dl dd ul li a:before{
	display: none;
	}
.header_content01 nav ul li:last-child dl dd ul li a:hover{
	text-decoration: none;
	background-color: #5A79B0;
}
.header_content01 nav ul li:last-child dl dd ul li:last-child {
	width: auto;
	max-width: none;

}
.header_content01 nav ul li:last-child dl dd ul li:last-child a{

	border-bottom: none;
}
*/
  .header_content01 nav > ul > li.current02 {
    background-color: #f2f2fc;
  }
  .header_content01 nav > ul > li.current02.current02_overlay {
    background-color: inherit;
  }
  .header_content01 nav > ul > li.current > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 4px;
    background: #081764;
    transform: scale(1);
  }

  .header_content01 .inner01 .sp_btn01 {
    display: none;
  }

  /* header_english */
  /* -------------------------------------------------- */
  .header_en .header_content01 .inner01 .header_menu01 li:nth-child(1) img,
  .header_en .header_content01 .inner01 .header_menu01 li:nth-child(2) img {
    width: 60px;
  }
  .header_en .header_content01 .inner01 .header_menu01 {
    align-items: normal;
  }
  /* g_menu */
  /* -------------------------------------------------- */
  #g_menu {
  }
  #g_menu li {
    list-style: none;
  }
  #sp_g_menu {
    display: none;
  }
  .g_menu > li {
    /*    position: relative;*/
  }
  .g_menu > li > .g_menu_sub {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    background-color: #f1f1f1;
  }
  .g_menu > li > .g_menu_sub .sub_wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
  }
  .g_menu > li > .g_menu_sub .sub_wrap > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .g_menu > li > .g_menu_sub .sub_wrap > ul > li {
    width: 22%;
  }
  .g_menu > li > .g_menu_sub .sub_wrap > ul > li > a {
    display: inline-block;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 10px;
    text-align: left;
  }
  .g_menu > li > .g_menu_sub .sub_wrap > ul > li > a:hover {
    text-decoration: none;
    border-bottom: solid 1px #000000;
  }
  .g_menu > li > .g_menu_sub .sub_wrap ul li a img {
    width: 13px;
    height: auto;
    vertical-align: middle;
    margin-left: 3px;
  }
  .g_menu > li > .g_menu_sub dl {
    width: 22%;
  }
  .g_menu > li > .g_menu_sub .dl_wrap {
    width: 22%;
  }
  .g_menu > li > .g_menu_sub .dl_wrap dl {
    width: 100%;
  }
  .g_menu > li > .g_menu_sub dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: solid 1px #1c277b;
    margin-bottom: 10px;
    width: 100%;
  }
  .g_menu > li > .g_menu_sub dd {
    line-height: 2;
    width: 100%;
  }

  /* wrap */
  /* -------------------------------------------------- */

  #wrap {
    padding: 75px 10px 100px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }

  #wrap img {
    width: 100%;
    height: auto;
    font-family: "object-fit: cover;";
  }

  /* main */
  /* -------------------------------------------------- */
  article {
    width: 71%;
    max-width: 780px;
    line-height: 2.4;
  }

  article section {
    margin-bottom: 75px;
  }
  article section:last-child {
    margin-bottom: 0px;
  }

  article section.second_section {
    margin-bottom: 45px;
  }
  a.blank {
    background: url("/common/img/icon_external_link.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    margin-right: 3px;
  }
  a.icon_external_link {
    background: url("/common/img/icon_external_link.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    margin-right: 3px;
  }

  .link_btn001 {
    text-align: center;
  }
  .link_btn001 a {
    display: inline-block;
    border: solid 1px #081764;
    padding: 16px 60px 16px 30px;
    background-image: url(../img/icon_page_link.png);
    background-repeat: no-repeat;
    background-position: 96% center;
  }
  .link_btn001 a span {
    color: #ffffff;
    font-size: 12px;
    background-color: #162b78;
    padding: 1px 3px;
    margin-left: 5px;
  }
  .link_btn001 a:hover {
    background-color: #162b78;
    color: #ffffff;
    text-decoration: none;
    background-image: url(../img/icon_page_link_o.png);
  }
  .link_btn001 a:hover span {
    color: #162b78;
    font-size: 12px;
    background-color: #ffffff;
    padding: 1px 3px;
    margin-left: 5px;
  }
  #wrap .link_btn001 img.external {
    width: 15px;
    height: auto;
    vertical-align: middle;
    margin-left: 8px;
  }

  .link_list001 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .link_list001.one_column {
    display: block;
  }

  .link_list001 li {
    width: 46.8%;
    max-width: 365px;
    margin-right: 6.4%;
  }
  .link_list001.one_column li {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }

  .link_list001 li:nth-child(2n) {
    margin-right: 0;
  }
  .link_list001 li a {
    display: block;
    border-bottom: dotted 1px #bebebe;
    background-image: url(../img/icon_list02.png);
    background-repeat: no-repeat;
    background-position: left 28px;
    padding: 20px 0 20px 20px;
    line-height: 1.7;
  }

  /* side */
  /* -------------------------------------------------- */
  aside {
    width: 22.8%;
    max-width: 250px;
    margin-right: 6.2%;
  }

  aside h3 {
    background-color: #162b78;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 33px 0;
  }
  aside .aside_menu dt {
    background-color: #f2f2fc;
    border-bottom: solid 1px #cfd0e7;
    padding: 26px 40px 26px 20px;
    background-image: url(../img/icon_aside01.png);
    background-repeat: no-repeat;
    background-position: 95%;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  aside .aside_menu dt.cl01 {
    background-color: #f0d1d4;
  }
  aside .aside_menu dt.cl02 {
    background-color: #ecedca;
  }
  aside .aside_menu dt.cl03 {
    background-color: #dff0e9;
  }
  aside .aside_menu dt:hover {
    background-color: #e7e7f8;
  }
  aside .aside_menu dt.cl01:hover {
    background-color: #e8bdc1;
  }
  aside .aside_menu dt.cl02:hover {
    background-color: #d8daa0;
  }
  aside .aside_menu dt.cl03:hover {
    background-color: #cbe7db;
  }

  aside .aside_menu dt.active {
    background-image: url(../img/icon_aside01_o.png);
  }

  aside .aside_menu dd {
    display: none;
  }
  aside .aside_menu .menu_block {
    display: block;
  }
  aside .aside_menu dd li {
  }
  aside .aside_menu dd > ul > li > a {
    display: block;
    border-bottom: dotted 1px #bebebe;
    padding: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  #wrap aside .aside_menu .second_aside > a {
    border-bottom: none;
  }
  #wrap aside .aside_menu .second_aside li {
  }
  #wrap aside .aside_menu .second_aside li:first-child {
    padding-top: 0px;
  }
  aside .aside_menu dd.dd02 li:last-child a {
    border-bottom: solid 1px #bebebe;
  }

  aside .aside_menu dd li.current > a {
    color: #2535aa;
  }
  aside .aside_menu dd.cl01 li.current > a {
    color: #cf6269;
  }
  aside .aside_menu dd.cl02 li.current > a {
    color: #bcbe5c;
  }
  aside .aside_menu dd.cl03 li.current > a {
    color: #77ac96;
  }
  aside .aside_menu dd li.current02 > a {
    color: #2535aa;
  }

  aside .aside_menu dd li a:hover {
    text-decoration: none;
    background-color: #fffcd5;
  }
  #wrap aside .aside_menu dd .second_aside {
    border-bottom: dotted 1px #bebebe;
    padding-bottom: 15px;
  }
  #wrap aside .aside_menu dd .second_aside li a {
    border-bottom: none;
    padding: 5px 20px;
    display: block;
  }
  #wrap aside .aside_menu dd .second_aside > ul li a {
    font-size: 13px;
  }

  aside .aside_menu.menu02 li a {
    background-color: #f2f2fc;
    border-bottom: solid 1px #cfd0e7;
    padding: 26px 20px;

    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }

  aside .aside_menu.menu02 li.current a {
    background-color: #e7e7f8;
  }
  aside .aside_menu.menu02 li a:hover {
    background-color: #e7e7f8;
  }
  aside .aside_menu.menu02 dd.dd01 {
    display: block;
  }
  aside .aside_menu.menu02 dd.dd01 .li01 a {
    border-bottom: solid 1px #cfd0e7;
  }

  aside .aside_menu.menu02 dd.dd02 ul li a {
    background-color: #ffffff;
    border-bottom: dotted 1px #bebebe;
    padding: 20px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  #wrap aside .aside_menu dd li a img {
    width: 15px;
    height: auto;
    padding: 0 0 5px 8px;
  }
  #wrap aside .aside_menu dd li a:hover img {
    opacity: 1;
  }
  #wrap aside .aside_menu.menu02 dd.dd02 ul li a img {
    width: 15px;
    height: auto;
    padding: 0 0 5px 8px;
  }
  #wrap aside .aside_menu.menu02 dd.dd02 ul li a:hover img {
    opacity: 1;
  }

  aside .aside_menu.menu02 dd.dd02 ul li:last-child a {
    border-bottom: solid 1px #bebebe;
  }
  aside .aside_menu.menu02 dd.dd02 ul li a:hover {
    text-decoration: none;
    background-color: #fffcd5;
  }

  /* page_top */
  /* -------------------------------------------------- */
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
  }
  #page-top a {
    background: url("/common/img/btn_top.png");
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    opacity: 0.7;
  }
  /* footer */
  /* -------------------------------------------------- */
  footer {
    font-size: 14px;
  }

  .footer_content02 {
    padding: 60px 0 40px;
    background: -moz-linear-gradient(top, #365fa5, #081764);
    background: -webkit-linear-gradient(top, #365fa5, #081764);
    background: linear-gradient(to bottom, #365fa5, #081764);
  }
  .footer_en .footer_content02 {
    padding-top: 0;
  }
  .footer_content02 .inner01 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 70px;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
  }
  .footer_content02 .inner01 ul {
    border-left: solid 1px #95aedb;
    width: 21.2%;
    max-width: 233px;
    box-sizing: border-box;
    padding-left: 2.6%;
  }
  .footer_content02 .inner01 ul li {
    margin-bottom: 15px;
  }
  .footer_content02 .inner01 ul li img.footer_external {
    width: 13px;
    height: auto;
    margin-left: 8px;
    vertical-align: middle;
  }
  .footer_content02 .inner01 ul li:last-child {
    margin-bottom: 0px;
  }
  .footer_content02 .inner01 ul li a {
    color: #ffffff;
  }
  .footer_content02 .inner01 div.right_content {
    border-left: solid 1px #95aedb;
    width: 36.4%;
    max-width: 400px;
    box-sizing: border-box;
    padding-left: 2.6%;
    color: #ffffff;
    position: relative;
    line-height: 2.3;
  }

  .footer_content02 .inner01 div.right_content .text01 {
    font-weight: bold;
    font-size: 20px;
  }

  .footer_content02 .inner01 .sns {
    position: absolute;
    left: 7%;
    bottom: 0;
    width: 93%;
  }
  .footer_content02 .inner01 .sns ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    border-left: none;
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    padding-left: 0;
  }

  .footer_content02 .inner01 .sns li,
  .footer_content02 .inner01 .sns li img {
    margin-bottom: 0;
  }
  .footer_content02 .inner01 .sns li {
    margin-right: 6.25%;
  }
  .footer_content02 .inner01 .sns li:nth-child(2) img {
    width: 32px;
    height: auto;
    margin-bottom: 3px;
  }
  .footer_content02 .inner01 .sns li:nth-child(3) img {
    width: 28px;
    height: auto;
    margin-bottom: 4px;
  }
  .footer_content02 .inner01 .sns li:nth-child(4) img {
    width: 28px;
    height: auto;
    margin-bottom: 1px;
  }
  .footer_content02 .inner01 .sns li:nth-child(5) img {
    width: 29px;
    height: auto;
    margin-bottom: 1px;
  }
  .footer_content02 .inner01 .sns li:first-child {
    background-color: #7884b2;
    color: #132672;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 1.2;
  }

  .footer_content02 .inner01 .sns li:last-child {
    margin-right: 0;
  }

  .footer_content02 .inner02 {
    text-align: center;
    border-top: solid 1px #95aedb;
    padding-top: 25px;
    font-size: 10px;
    color: #ffffff;
  }
  .footer_content02 .inner02 p:first-child {
    margin-bottom: 20px;
  }
  .sp_footer_menu {
    display: none;
  }
  /* h */
  /* -------------------------------------------------- */
  h1 {
  }
  .h2_wrap {
    background-image: url(../../about/img/h2_wrap_ideal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 340px;
    margin-top: 160px;
  }
  h2 {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    font-size: 40px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 7px;
  }
  h2 span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .h2 {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    font-size: 40px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 7px;
  }
  .h2 span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
  article h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #162b78;
    border-bottom: solid 1px #d3b686;
    padding-bottom: 25px;
    line-height: 1.4;
  }
  .h3_02 {
    font-size: 22px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 5px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
  }
  .h3_02 span {
    display: inline-block;
    border-left: solid 4px #162b78;
    padding-left: 15px;
    line-height: 1.2;
  }
  h4 {
    font-size: 22px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 5px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  h4 span {
    display: inline-block;
    border-left: solid 4px #162b78;
    padding-left: 15px;
    line-height: 1.2;
  }
  .h4 {
    font-size: 22px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 5px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .h4 span {
    display: inline-block;
    border-left: solid 4px #162b78;
    padding-left: 15px;
    line-height: 1.2;
  }

  h5 {
    background-color: #f2f2fc;
    padding: 1px 0 1px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .h5 {
    background-color: #f2f2fc;
    padding: 1px 0 1px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: none;
  }

  /* index */
  /* -------------------------------------------------- */

  #index #wrap {
    display: block;
  }

  #index article {
    width: 100%;
    max-width: 1100px;
  }
  #index article h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000000;
    border-bottom: none;
    padding-bottom: 0px;
    line-height: 2.4;
  }

  #index article section {
    margin-bottom: 80px;
  }
  #index article section:last-child {
    margin-bottom: 0px;
  }
  #index aside {
    display: none;
  }

  #index h2 {
    width: 100%;
    text-align: center;
    padding-top: 143px;
    letter-spacing: 7px;
  }
  #index .lead_text {
    margin-bottom: 75px;
  }
  #index .lead_text02 {
    margin-bottom: 45px;
  }
  #index .index_title {
    background-image: url(../../about/img/bg_index_title01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
    margin-bottom: 15px;
  }
  #index .index_title p {
    display: inline-block;
    padding: 15px 20px;
    color: #ffffff;
    background-color: #162b78;
    font-size: 30px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1;
    letter-spacing: 5px;
  }
  #index .menu_list {
    width: 89.1%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  #index .menu_list li {
    width: 28.6%;
    max-width: 280px;
    margin-right: 7.1%;
  }
  #index .menu_list li:nth-child(3n) {
    margin-right: 0;
  }
  #index .menu_list li a {
    display: flex;
    align-items: center;
    background-image: url(../img/icon_menu_list.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: dotted 1px #365fa5;
    padding: 27px 0 27px 20px;
    line-height: 1.4;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
  }
  #index .menu_list li a img {
    width: auto;
    margin-left: 5px;
    vertical-align: middle;
  }
  #index .menu_list li.external a {
    background-image: url("../img/icon_external link.png");
  }
  #index .menu_list li a:hover {
    background-color: #f2f2fd;
    text-decoration: none;
  }

  /* page_nation */
  /* -------------------------------------------------- */

  ul.page_nation {
    text-align: center;
  }

  ul.page_nation li {
    text-align: center;
    display: inline-block;
  }

  ul.page_nation li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1c277b;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
  }
  ul.page_nation li a.activ {
    background: #1c277b;
    color: #fff;
  }

  /* -------------------end------------------------------- */
}

@media screen and (max-width: 1150px) {
  .h2_wrap {
    margin-top: 60px;
  }
  /* header */
  /* -------------------------------------------------- */
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 60px;
  }
  header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
  }
  .header_content01 {
    width: 100%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .header_content01 .inner01 {
    display: flex;
    justify-content: space-between;
  }
  .header_content01 .inner01 img {
    width: 100%;
    height: auto;
  }
  .header_content01 .inner01 h1 {
    width: 210px;
    padding: 16px 0 0;
  }
  .header_content01 .inner01 .logo {
    width: 210px;
    padding: 16px 0 0;
  }
  .header_en .header_content01 {
    padding: 0 0 0 10px;
  }
  .header_en .header_content01 .inner01 h1 {
    width: 230px;
    padding: 20px 0 0;
  }

  .header_content01 .inner01 .header_menu01 li:nth-child(1),
  .header_content01 .inner01 .header_menu01 li:nth-child(2),
  .header_content01 .inner01 .header_menu01 li:nth-child(3),
  .header_content01 .inner01 .header_menu01 li:nth-child(4),
  .header_content01 .inner01 .header_menu01 li:nth-child(5),
  .header_content01 .inner01 .header_menu01 li:nth-child(6),
  .header_content01 .inner01 .header_menu01 li:nth-child(7),
  .header_content01 .inner01 .header_menu01 li:nth-child(8) {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 .header_right.pc {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 .common_header {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li:last-child {
    display: block;
  }

  .header_en .header_content01 .inner01 .header_menu01 li:last-child {
    display: none;
  }

  .header_en .header_content01 .inner01 .sp_btn01 {
    width: 116px;
  }
  .header_en .header_content01 .inner01 .sp_btn01 li {
    width: 58px;
  }
  .header_en .header_content01 .inner01 .sp_btn01 li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .header_content01 nav {
    display: none;
  }
  .header_content01 .inner01 .sp_btn01 {
    display: flex;
    justify-content: flex-start;
    width: 58px;
  }
  .header_content01 .inner01 .sp_btn01 li {
    width: 100%;
    box-sizing: border-box;
    height: 60px;
  }

  .header_content01 .inner01 .sp_btn01 .li01 {
    background-color: #d3a864;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_content01 .inner01 .sp_btn01 .li01 dd {
    display: none;
  }
  .common_admission.pc {
    display: none;
  }

  /* g_menu */
  /* -------------------------------------------------- */
  #g_menu {
  }
  #g_menu li {
    list-style: none;
  }

  #sp_g_menu {
    display: none;
    position: fixed;
    top: 63px;
    right: 0;
    z-index: 3005;
    width: 116px;
  }

  #sp_g_menu li a {
    display: block;
    background-color: #365fa5;
    color: #ffffff;
    padding: 15px 0;
    border-bottom: solid 1px #5a79b0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
  }
  /* -------------------end------------------------------- */
}
@media screen and (max-width: 750px) {
  /* container */
  /* -------------------------------------------------- */
  #container {
  }
  .pc {
    display: none;
  }
  .pc_i {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline-block;
  }

  .topic_path {
    display: none;
  }
  .anc {
    padding-top: 65px;
    margin-top: -65px;
  }

  /* header */
  /* -------------------------------------------------- */
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 60px;
  }
  header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
  }
  .header_content01 {
    width: 100%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    height: 60px;
  }
  .header_content01 .inner01 {
    display: flex;
    justify-content: space-between;
  }
  .header_content01 .inner01 h1 {
    margin-right: calc(100% - 326px);
  }
  .header_content01 .header_menu01 > li {
    background-color: #d1aa5d;
    width: 58px;
    height: 60px;
  }
  .header_content01 .header_menu01 > li img {
    width: 20px;
    height: auto;
  }
  .header_menu01 .header_right {
    position: relative;
  }
  .header_menu01 .header_right ul {
    display: none;
  }
  .header_menu01 .header_right ul.show {
    display: block;
    position: absolute;
    top: 60px;
    right: -58px;
    width: 100vw;
  }
  .header_content01 .inner01 img {
    width: 100%;
    height: auto;
  }
  .header_content01 .inner01 h1 {
    width: 210px;
    padding: 16px 0 0;
  }
  .header_en .header_content01 {
    padding: 0 0 0 10px;
  }
  .header_en .header_content01 .inner01 h1 {
    width: 230px;
    padding: 20px 0 0;
  }
  .header_content01 .logo {
    width: 210px;
    padding: 16px 0 0;
    margin-right: calc(100% - 326px);
  }

  .header_content01 .inner01 .header_menu01 li:nth-child(1),
  .header_content01 .inner01 .header_menu01 li:nth-child(2),
  .header_content01 .inner01 .header_menu01 li:nth-child(3),
  .header_content01 .inner01 .header_menu01 li:nth-child(4),
    .header_content01 .inner01 .header_menu01 li:nth-child(5) {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li:last-child {
    text-align: center;
    width: 58px;
    height: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  /*
  .header_content01 .inner01 .header_menu01 li:nth-child(1) img {
    width: 32px;
  }

  .header_content01 .inner01 .header_menu01 li:nth-child(2) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(3) img {
    width: 30px;
  }
  .header_content01 .inner01 .header_menu01 li:nth-child(4) img {
    width: 30px;
  }
*/

  .header_content01 input {
    -webkit-appearance: none;
  }
  .header_content01 nav {
    display: none;
  }
  .header_content01 .inner01 .sp_btn01 {
    display: flex;
    justify-content: flex-start;
    width: 58px;
  }
  .header_content01 .inner01 .sp_btn01 li {
    width: 100%;
    box-sizing: border-box;
    height: 60px;
  }

  .header_content01 .inner01 .sp_btn01 .li01 {
    background-color: #d3a864;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_content01 .inner01 .sp_btn01 .li01 img {
    max-width: 58px;
  }
  .header_content01 .inner01 .sp_btn01 .li01 dd {
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search form {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .header_content01
    .inner01
    .header_menu01
    li.header_right
    .search
    input.search_area {
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    width: 83%;
    border: none;
    border-radius: 0;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search .search_bt {
    width: 15%;
    border: 0;
    background: #162b78;
    color: #fff;
    padding: 6px 0px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search_box {
    position: absolute;
    top: 60px;
    right: -58px;
    width: 100vw;
    z-index: 10;
    background-color: rgba(153, 153, 153, 0.7);
    display: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search_box.show {
    display: block;
    animation-name: RightToLeft;
    animation-duration: 0.3s;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search_box li {
    width: 100%;
    border-left: none;
  }
  .header_content01 .inner01 .header_menu01 li.header_right .search {
    width: 100%;
  }

  /* g_menu */
  /* -------------------------------------------------- */
  #g_menu {
  }
  #g_menu li {
    list-style: none;
  }

  #sp_g_menu {
    display: none;
    position: fixed;
    top: 63px;
    right: 0;
    z-index: 3005;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.7);
  }
  #sp_g_menu .search form {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  #sp_g_menu .search input.search_area {
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    width: 70%;
  }
  #sp_g_menu .search .search_bt {
    width: 36px;
    border: 0;
    background: #465fa1;
    color: #fff;
    padding: 6px 5px;
    box-sizing: border-box;
  }

  #sp_g_menu li a {
    display: block;
    background-color: #365fa5;
    color: #ffffff;
    padding: 15px 0;
    border-bottom: solid 1px #5a79b0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
  }

  /* wrap */
  /* -------------------------------------------------- */
  #wrap {
    padding: 30px 0 40px;
  }
  #wrap img {
    width: 100%;
    height: auto;
  }

  /* main */
  /* -------------------------------------------------- */
  #wrap #main {
  }
  article {
    margin-bottom: 50px;
    line-height: 2;
    padding: 0 15px;
  }

  article section {
    margin-bottom: 45px;
  }

  article section:last-child {
    margin-bottom: 0px;
  }
  article section.second_section {
    margin-bottom: 25px;
  }
  a.blank {
    background: url("/common/img/icon_external_link.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    margin-right: 3px;
  }
  .link_btn001 a {
    display: inline-block;
    border: solid 1px #081764;
    padding: 10px 30px 10px 20px;
    background-image: url(../img/icon_page_link.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px auto;
    width: 100%;
    box-sizing: border-box;
  }
  .link_btn001 a span {
    color: #ffffff;
    font-size: 12px;
    background-color: #162b78;
    padding: 1px 3px;
    margin-left: 5px;
  }
  #wrap .blank {
    width: 15px;
    height: auto;
    vertical-align: middle;
    margin-left: 8px;
  }
  #wrap .link_btn001 span.external {
    background-image: url("/common/img/icon_external_link.png");
    background-repeat: no-repeat;
    background-position: 96% center;
    font-size: 15px;
    background-color: transparent;
    color: #000000;
    padding-right: 30px;
  }
  #wrap .link_btn001 img {
    width: 13px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
  }
  .link_list001 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .link_list001.one_column {
    display: block;
  }

  .link_list001 li {
    width: 46.8%;
    margin-right: 6.4%;
  }
  .link_list001.one_column li {
    width: 100%;
    margin-right: 0;
  }
  .link_list001 li:nth-child(2n) {
    margin-right: 0;
  }

  .link_list001 li a {
    display: block;
    border-bottom: dotted 1px #bebebe;
    background-image: url(../img/icon_list02.png);
    background-repeat: no-repeat;
    background-position: left 17px;
    padding: 10px 0 10px 15px;
    line-height: 1.7;
  }

  /* side */
  /* -------------------------------------------------- */
  aside {
    padding: 0 15px;
  }

  aside h3 {
    background-color: #162b78;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
  }
  aside .aside_menu dt {
    background-color: #f2f2fc;
    border-bottom: solid 1px #cfd0e7;
    padding: 15px 40px 15px 20px;
    background-image: url(../img/icon_aside01.png);
    background-repeat: no-repeat;
    background-position: 95%;
    font-weight: bold;
  }
  aside .aside_menu dt.active {
    background-image: url(../img/icon_aside01_o.png);
  }

  aside .aside_menu dd {
    display: none;
  }
  aside .aside_menu .menu_block {
    display: block;
  }
  aside .aside_menu dd > ul > li > a {
    display: block;
    border-bottom: dotted 1px #bebebe;
    padding: 15px 20px;
  }
  aside .aside_menu dt.cl01 {
    background-color: #f0d1d4;
  }

  #wrap aside .aside_menu dd > ul > li.second_aside a {
    border-bottom: none;
  }
  #wrap aside .aside_menu dd > ul > li.second_aside {
    border-bottom: dotted 1px #bebebe;
    padding-bottom: 15px;
  }
  #wrap aside .aside_menu dd > ul > li.second_aside ul li a {
    font-size: 12px;
    padding: 5px 20px;
  }
  #wrap aside .aside_menu dd > ul > li.second_aside ul li:first-child a {
    padding-top: 0;
  }
  aside .aside_menu dd li:last-child a {
    border-bottom: solid 1px #bebebe;
  }
  aside .aside_menu dd li.current > a {
    color: #162b78;
  }
  aside .aside_menu dt.active {
    background-image: url(../img/icon_aside01_o.png);
  }
  aside .aside_menu dd.cl01 li.current > a {
    color: #cf6269;
  }
  aside .aside_menu dt.cl02 {
    background-color: #ecedca;
  }
  aside .aside_menu dd.cl02 li.current > a {
    color: #bcbe5c;
  }
  aside .aside_menu dt.cl03 {
    background-color: #dff0e9;
  }
  aside .aside_menu dd.cl03 li.current > a {
    color: #77ac96;
  }

  aside .aside_menu.menu02 li a {
    background-color: #f2f2fc;
    border-bottom: solid 1px #cfd0e7;
    padding: 15px 20px;
    font-weight: bold;
  }

  aside .aside_menu.menu02 li.current a {
    background-color: #e7e7f8;
  }

  aside .aside_menu.menu02 dd.dd01 {
    display: block;
  }
  aside .aside_menu.menu02 dd.dd01 .li01 a {
    border-bottom: solid 1px #cfd0e7;
  }
  aside .aside_menu.menu02 dd.dd02 ul li a {
    background-color: #ffffff;
    border-bottom: dotted 1px #bebebe;
    padding: 15px 20px;
    font-weight: 500;
  }
  aside .aside_menu.menu02 dd.dd02 ul li:last-child a {
    border-bottom: solid 1px #bebebe;
  }
  #wrap aside .aside_menu dd li a img {
    width: 15px;
    height: auto;
    padding: 0 0 3px 10px;
  }
  #wrap aside .aside_menu dd li a:hover img {
    opacity: 1;
  }
  #wrap aside .aside_menu.menu02 dd.dd02 ul li a img {
    width: 15px;
    height: auto;
    padding: 0 0 3px 10px;
  }
  #wrap aside .aside_menu.menu02 dd.dd02 ul li a:hover img {
    opacity: 1;
  }
  /* page_top */
  /* -------------------------------------------------- */
  #page-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 77%;
  }
  #page-top a {
    background: url("/common/img/btn_top.png");
    background-size: 40px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    opacity: 0.7;
  }

  /* footer */
  /* -------------------------------------------------- */
  footer {
  }
  .footer_content01 {
    background-color: #e6e6e6;
    padding: 16px 0;
  }
  .footer_content01 ul {
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    justify-content: center;
  }
  .footer_content01 li {
    background-image: url(../img/bg_footer_content01.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px auto;
    padding-right: 5%;
    margin-right: 2.5%;
  }
  .footer_content01 li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
  }
  .footer_content01 li a p:first-child {
    margin-right: 5px;
  }
  .footer_content01 li a p:first-child img {
    width: 20px;
    height: auto;
  }

  .footer_content01 li:last-child {
    background-image: none;
    padding-right: 0;
    margin-right: 0;
  }
  .footer_content02 {
    padding: 0 0 90px;
    background: -moz-linear-gradient(top, #365fa5, #081764);
    background: -webkit-linear-gradient(top, #365fa5, #081764);
    background: linear-gradient(to bottom, #365fa5, #081764);
  }
  .footer_content02 .inner01 {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer_content02 .inner01 ul {
    width: 50%;
    box-sizing: border-box;
  }
  .footer_content02 .inner01 .ul01 {
    display: none;
  }

  .footer_content02 .inner01 ul li img.footer_external {
    width: 13px;
    height: auto;
    margin-left: 8px;
    vertical-align: middle;
  }
  .footer_content02 .inner01 ul li a {
    color: #ffffff;
    display: block;
    padding: 15px;
    border-right: solid 1px #465fa1;
    border-bottom: solid 1px #465fa1;
    text-align: left;
  }
  .footer_content02 .inner01 .ul02 li a {
    border-right: none;
  }
  .footer_content02 .inner01 .ul02 li:last-child {
    display: none;
  }

  .footer_content02 .inner01 div.right_content {
    padding: 60px 15px 0;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    margin-top: 30px;
    font-size: 13px;
    position: relative;
    width: 100%;
  }
  .footer_content02 .inner01 div.right_content .text01 {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .footer_content02 .inner01 div.right_content img {
    width: 63.7%;
    height: auto;
    max-width: 458px;
    margin-bottom: 10px;
  }

  .footer_content02 .inner01 .sns {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .footer_content02 .inner01 .sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .footer_content02 .inner01 .sns li {
    width: auto;
  }
  .footer_content02 .inner01 .sns li img {
    width: 24px;
  }
  .footer_content02 .inner01 .sns li:last-child img {
    width: 25px;
  }
  .footer_content02 .inner01 .sns li,
  .footer_content02 .inner01 .sns li img {
    margin-bottom: 0;
  }
  .footer_content02 .inner01 .sns li {
    margin-right: 2%;
  }
  .footer_content02 .inner01 .sns li:first-child {
    background-color: #7884b2;
    color: #132672;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    line-height: 1.2;
    width: 96px;
  }
  .footer_content02 .inner01 .sns li:nth-child(2) {
    text-align: center;
  }
  .footer_content02 .inner01 .sns li:nth-child(3) {
    text-align: center;
  }
  .footer_content02 .inner01 .sns li:nth-child(4) {
    text-align: left;
  }

  .footer_content02 .inner01 .sns li:last-child {
    margin-right: 0;
  }

  .footer_content02 .inner01 .sns ul li a {
    display: inline;
    padding: 0;
    border-right: none;
    border-bottom: none;
    text-align: center;
  }

  .footer_content02 .inner02 {
    text-align: center;
    border-top: solid 1px #95aedb;
    padding-top: 15px;
    font-size: 10px;
    color: #ffffff;
  }
  .footer_content02 .inner02 p:first-child {
    margin-bottom: 10px;
  }

  .sp_footer_menu {
    background-color: #24262a;
    width: 100%;
    position: fixed;
    bottom: 0;
    opacity: 0;
  }
  .sp_footer_menu.fixed {
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
  }

  .sp_footer_menu ul {
    display: flex;
    justify-content: flex-start;
  }
  .sp_footer_menu li {
    width: 25%;
    text-align: center;
  }
  .sp_footer_menu li a {
    display: block;
    padding: 10px 0 0;
    color: #ffffff;
    font-size: 12px;
    height: 60px;
    box-sizing: border-box;
  }
  .sp_footer_menu li a img {
    width: 24px;
    height: auto;
    margin-bottom: 2px;
  }
  /* h */
  /* -------------------------------------------------- */
  h1 {
  }
  .h2_wrap {
    background-image: url(../../about/img/h2_wrap_ideal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
    margin-top: 60px;
  }

  h2 {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 21px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 5px;
  }
  h2 span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .h2 {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 21px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 5px;
  }
  .h2 span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }

  article h3 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #162b78;
    border-bottom: solid 1px #d3b686;
    padding-bottom: 15px;
    line-height: 1.4;
  }
  .h3_02 {
    font-size: 16px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 5px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: left;
  }
  .h3_02 span {
    display: inline-block;
    border-left: solid 4px #162b78;
    padding-left: 10px;
    line-height: 1.4;
  }
  h4 {
    font-size: 16px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  h4 span {
    display: inline-block;
    border-left: solid 4px #162b78;
    padding-left: 10px;
    line-height: 1.4;
  }
  .h4 {
    font-size: 16px;
    border-bottom: solid 1px #bebebe;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .h4 span {
    display: inline-block;
    border-left: solid 4px #162b78;
    padding-left: 10px;
    line-height: 1.4;
  }

  h5 {
    background-color: #f2f2fc;
    padding: 2px 15px 2px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .h5 {
    background-color: #f2f2fc;
    padding: 2px 15px 2px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: none;
  }

  /* index */
  /* -------------------------------------------------- */

  #index #wrap {
  }

  #index article {
    margin-bottom: 0;
    padding: 0;
  }
  #index article h3 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000000;
    border-bottom: none;
    padding-bottom: 0;
  }

  #index article section {
    margin-bottom: 40px;
  }
  #index article section:last-child {
    margin-bottom: 0px;
  }
  #index aside {
    display: none;
  }
  #index h2 {
    width: 100%;
    text-align: center;
    padding-top: 84px;
    letter-spacing: 7px;
  }
  #index .lead_text {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  #index .lead_text02 {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  #index .index_title {
    background-image: url(../../about/img/bg_index_title01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 10px;
  }
  #index .index_title p {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #162b78;
    font-size: 17px;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
      "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1;
    letter-spacing: 5px;
  }
  #index .menu_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 15px;
  }
  #index .menu_list li {
    width: 48%;
    margin-right: 4%;
  }
  #index .menu_list li:nth-child(2n) {
    margin-right: 0;
  }
  #index .menu_list li a {
    display: flex;
    align-items: center;
    background-image: url(../img/icon_menu_list.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px auto;
    border-bottom: dotted 1px #365fa5;
    padding: 15px 20px 15px 0;
    line-height: 1.4;
    font-size: 13px;
  }
  #index .menu_list li a img {
    width: auto;
    margin-left: 5px;
    vertical-align: middle;
  }
  #index .menu_list li.external a {
    background-image: url("../img/icon_external link.png");
  }

  /* page_nation */
  /* -------------------------------------------------- */

  ul.page_nation {
    text-align: center;
  }

  ul.page_nation li {
    text-align: center;
    display: inline-block;
  }

  ul.page_nation li a {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #1c277b;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
  }

  ul.page_nation li a.activ {
    background: #1c277b;
    color: #fff;
  }
}
/* layout */
/* -------------------------------------------------- */
.section {
}

.col2wrap {
  width: 100%;
}
.col2left {
  width: 50%;
  float: left;
}
.col2right {
  width: 50%;
  float: right;
}

/* border */
/* -------------------------------------------------- */
.border01 {
}

/* ohter */
/* -------------------------------------------------- */
#container #wrap .no_margin_b {
  margin-bottom: 0px;
}
.space01 {
  margin-bottom: 5px;
}
.space02 {
  margin-bottom: 10px;
}
.space03 {
  margin-bottom: 15px;
}
.space04 {
  margin-bottom: 20px;
}
.space05 {
  margin-bottom: 25px;
}
.space06 {
  margin-bottom: 30px;
}
.space07 {
  margin-bottom: 35px;
}
.space08 {
  margin-bottom: 40px;
}
.space09 {
  margin-bottom: 45px;
}
.space10 {
  margin-bottom: 50px;
}
.center {
  text-align: center;
}

/* table */
/* -------------------------------------------------- */

.table01 {
}
.table01 th,
.table01 td {
}
.table01 th {
}
.table01 td {
}

/* topic_path */
/* -------------------------------------------------- */
#topic_path {
}

/* clearfix */
/* -------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
