@charset "UTF-8";
body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
  color: #333;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  padding-top: 103px;
  position: relative;
  background: #f2f2f2;
}
body a {
  text-decoration: none;
}
body * {
  box-sizing: border-box;
}
.sp {
  display: none!important;
}
.mb30 {
  margin-bottom: 30px;
}
.txt-right {
  text-align: right;
}
/* -------------------------------------------
    header
------------------------------------------- */
header {
  top: 0;
  position: fixed;
  z-index: 203;
  width: 100%;
  font-size: 13px;
  border-bottom: 9px solid #1d2d7b;
}
header .wrapper {
  background: #FFFFFF;
  border-bottom: 4px solid #c50030;
}
header .wrapper .container-header {
  width: 100%;
  max-width: 1130px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 20px;
  background: #FFFFFF;
}
header .logo {
  float: left;
  overflow: hidden;
  padding: 21px 0 0 0;
  font-size: 0;
  max-width: 616px;
  width: calc(100% - 200px);
}
header .logo img {
  width: 100%;
}

/* ----------------------------------------------------------------
    header-menu
----------------------------------------------------------------- */
header .header-menu {
  float: right;
  overflow: hidden;
  padding: 12px 0;
}
header .sub-menu {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
}
header .container-fontChange {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .container-fontChange p {
  margin-right: 9px;
}
header .container-fontChange #fontChange {
  display: table-cell;
}
header .container-fontChange li {
  float: left;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #1e2b7a;
  background: #ffffff;
  line-height: 1;
  padding: 7px 13px 6px 13px;
}
header .container-fontChange .left {
  border-radius: 20px 0 0 20px;
}
header .container-fontChange .right {
  border-radius: 0 20px 20px 0;
  padding: 7px 13px 6px 13px;
}
header .container-fontChange li.active {
  background: #1d2d7c;
  color: #ffffff;
  font-weight: bold;
}
header .container-fontChange li:hover {
  background: #1d2d7c;
  color: #ffffff;
}
header .sub-menu p {
  line-height: 1;
}
header .sub-menu p:last-child {
  margin-left: 15px;
}
header .sub-menu p a {
  border-radius: 20px;
  border: 1px solid #1d2d7c;
  padding: 7px 15px 6px;
  display: block;
  color: #1d2d7c;
  letter-spacing: -0.5px;
}
header .sub-menu p a:hover {
  background: #1d2d7c;
  color: #ffffff;
}

/* ----------------------------------------------------------------
    nav-global
----------------------------------------------------------------- */
.container-nav-global {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.container-nav-global .nav-global {
  position: absolute;
  top: 135px;
  left: 10px;
  z-index: 1;
  font-size: 14px;
}
.container-nav-global.static {
  bottom: 0;
  top: auto;
  position: absolute;
}
.container-nav-global.static .nav-global {
  top: auto;
  bottom: 498px;
}
.nav-global ul li {
  margin-bottom: 13px;
}
.nav-global ul li a {
  color: #ffffff;
  padding: 4px 12px;
  display: inline-block;
}
.nav-global ul li:hover > a {
  background: #1d2d7b;
}
.nav-global ul li.now > a {
  font-weight: bold;
  background: url(/amoai/images/common/nav_arrow.png) no-repeat right 11px center #1d2d7b;
  padding-right: 33px;
}
.nav-global ul li.sub-link {
  position: relative;
}
.nav-global ul li.sub-link ul {
  position: absolute;
  top: -6px;
  left: calc(100% + 1px);
  width: 100%;
  min-width: 325px;
  background: #4b599f;
  display: none;
}
.nav-global ul li.sub-link a:hover + ul {
}
.nav-global ul li.sub-link ul li {
  margin: 0;
}
.nav-global ul li.sub-link ul li a {
  padding: 9px 18px;
  display: block;
}

/* ----------------------------------------------------------------
    main
----------------------------------------------------------------- */
.main {
  position: relative;
}
.main:after {
  content: "";
  position: fixed;
  top: 103px;
  width: 100%;
  height: 840px;
  background: url(/amoai/images/common/bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: -2;
}
.main .inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px 0 10px;
  position: relative;
}

/* ----------------------------------------------------------------
    box-content
----------------------------------------------------------------- */
.box-content {
  max-width: 970px;
  margin: 0 0 0 auto;
  background: #ffffff;
  box-shadow: 3px 3px 4px 5px rgba(0,0,0,0.2);
}
.box-content h2 {
  color: #8488a7;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.box-content .btn {
  border: 1px solid #1d2d7b;
  width: 220px;
  text-align: center;
  margin: 0 auto;
}
.box-content .btn a {
  color: #1d2d7d;
  display: block;
  padding: 17px 0;
  background: url(/amoai/images/common/btn_arrow.png) no-repeat left 18px center;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
.box-content .btn:hover a {
  background: url(/amoai/images/common/btn_arrow_on.png) no-repeat left 18px center #1d2d7b;
  color: #ffffff;
}

/* ----------------------------------------------------------------
    box-top
----------------------------------------------------------------- */
.box-top .inner {
  padding-top: 736px;
}
.box-top h1 {
  position: fixed;
  top: 358px;
  left: 0;
  right: 0;
  padding: 0 3px 0 0;
  margin: 0 0 0 30px;
  text-align: center;
  z-index: -1;
}
.box-top .box-content {
  padding: 52px 0 80px;
}
.box-top .box-content .box-news {
  margin: 30px 60px 40px;
}
.box-top .box-content .box-news li {
  border-top: 2px solid #dddddd;
  padding: 23px 30px;
  line-height: 1.8;
}
.box-top .box-content .box-news li a {
  color: #333333;
  display: block;
}
.box-top .box-content .box-news li a:hover {
  text-decoration: underline;
}
.box-top .box-content .box-news li .date {
  color: #777777;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.box-top .box-content .box-news li .pdf {
  background: url(/amoai/images/common/pdf.png) no-repeat left center;
  margin-left: 5px;
  padding-left: 18px;
}
.box-top .box-content .box-news li:last-child {
  border-bottom: 2px solid #dddddd;
}
.box-top .box-content .box-bnr {
  background: #eeeeee;
  margin-top: 80px;
  padding: 60px;
  font-size: 0;
}
.box-top .box-content .box-bnr li {
  display: inline-block;
  box-shadow: 1px 1px 3px 2px rgba(0,0,0,0.2);
  width: 48%;
  max-width: 405px;
  margin-right: 2%;
}
.box-top .box-content .box-bnr li img {
  width: 100%;
}
.box-top .box-content .box-bnr li:last-child {
  margin-left: 2%;
  margin-right: 0;
}
.box-top .box-content .box-bnr li a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
    box-common
----------------------------------------------------------------- */
.box-common .box-content {
  margin-top: 40px;
}
.box-common .box-content .box-h1 {
  background: url(/amoai/images/common/bg_h1.png) no-repeat left bottom;
  background-size: cover;
  min-height: 208px;
  padding: 20px 20px 65px 80px;
}
.box-common .box-content .box-h1 .box-breadcrumb {
  font-size: 75%;
  color: #5463ab;
  overflow: hidden;
}
.box-common .box-content .box-h1 .box-breadcrumb li {
  float: left;
}
.box-common .box-content .box-h1 .box-breadcrumb li a {
  color: #5463ab;
  position: relative;
  float: left;
  padding-right: 13px;
  background: url(/amoai/images/common/bg_bread1.png) no-repeat right center;
  background-size: 13px 100%;
}
.box-common .box-content .box-h1 .box-breadcrumb li a:hover {
  color: #7e88bf;
}
.box-common .box-content .box-h1 .box-breadcrumb li a.none:hover {
  color: #5463ab;
  cursor: text!important;
}
.box-common .box-content .box-h1 .box-breadcrumb li:nth-last-child(2) a {
  padding-right: 11px;
  background: url(/amoai/images/common/bg_bread2.png) no-repeat right center;
  background-size: 11px 100%;
}
.box-common .box-content .box-h1 .box-breadcrumb li:first-child a span {
  padding-right: 8px;
}
.box-common .box-content .box-h1 .box-breadcrumb li a span {
  background: #bbc2e2;
  padding: 5px 5px 5px 8px;
  display: block;
}
.box-common .box-content .box-h1 .box-breadcrumb li:last-child span {
  padding: 5px 0 0 10px;
  display: block;
}
.box-common .box-content .box-h1 h1 {
  font-size: 237%;
  font-weight: bold;
  margin-top: 35px;
}
.box-common .box-content .inner {
  padding: 55px 80px 60px;
}
.box-common .box-content h2 {
  margin-bottom: 50px;
}
.box-common .box-content h2:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #8488a7;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}
.box-common .box-content .box-h3 {
  margin-bottom: 40px;
}
.box-common .box-content .box-h3:last-child {
  margin-bottom: 0;
}
.box-common .box-content h3 {
  font-size: 162%;
  font-weight: bold;
  color: #ffffff;
  background: #8488a7;
  text-align: center;
  padding: 29px 0;
}
.box-common .box-content .box-h2-content {
  margin-bottom: 40px;
  padding: 0 20px;
}
.box-common .box-content .box-h3-content {
  padding: 35px 30px;
  background: #f2f2f2;
}
.box-common .box-content .center {
  text-align: center;
}
.box-common .box-content p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.box-common .box-content p:last-child {
  margin-bottom: 0;
}
.box-common .box-content .a-link {
  color: #333333;
}
.box-common .box-content .a-link:hover {
  text-decoration: underline;
}
.box-common .box-content .title {
  margin-bottom: 15px;
}
.box-common .box-content .inner ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
  margin-bottom: 3px;
}
.box-common .box-content .inner ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #666666;
  position: absolute;
  top: 10px;
  left: 3px;
}
.box-common .box-content .inner ol li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  margin-bottom: 3px;
}
.box-common .box-content .inner .box-table {
  margin-top: 40px;
}
.box-common .box-content .inner .box-table tr {
  background: #ffffff;
}
.box-common .box-content .inner .box-table tr:nth-child(even) {
  background: #f2f2f2;
}
.box-common .box-content .inner .box-table th {
  color: #777a8b;
  padding: 14px 20px 14px 28px;
  vertical-align: top;
  line-height: 1.7;
  font-size: 88%;
  font-weight: bold;
}
.box-common .box-content .inner .box-table td {
  padding: 14px 28px 14px 0;
  line-height: 1.7;
}
.box-common .box-content .inner .box-table td .border {
  padding-left: 20px;
  border-left: 1px solid #d4d4d4;
  display: block;
}
.box-common .box-content .inner .box-table td a {
  color: #333333;
}
.box-common .box-content .inner .box-table td a:hover {
  text-decoration: underline;
}
.box-common .box-content .inner .box-map {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.box-common .box-content .inner .box-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-common .box-content .inner ul.sitemap-ul li {
    padding-left: 0;
    position: static;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
}
.box-common .box-content .inner ul.sitemap-ul li:before {
  content: none;
  position: inherit;
}
.box-common .box-content .inner ul.sitemap-ul li p,
.box-common .box-content .inner ul.sitemap-ul li a{
    color: #8488a7;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.box-common .box-content .inner ul.sitemap-ul li a{
    text-decoration: underline;
}
.box-common .box-content .inner ul.sitemap-ul li a:hover{
    text-decoration: none;
}
.box-common .box-content .inner ul.sitemap-ul ul {
    margin-top: 20px;
}
.box-common .box-content .inner ul.sitemap-ul li.sitemap-company ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.box-common .box-content .inner ul.sitemap-ul ul li {
  margin: 0 15px 15px;
}
.box-common .box-content .inner ul.sitemap-ul ul li a,
.box-common .box-content .inner ul.sitemap-ul02 li a{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.box-common .box-content .inner ul.sitemap-ul02 {
    margin-top: 100px;
}

/* ----------------------------------------------------------------
    box-news
----------------------------------------------------------------- */
.box-news .box-content .inner .box-table th {
  width: 18%;
  letter-spacing: -1px;
}
.box-news .box-content .inner .box-table td {
  width: 82%;
}
.box-news .box-content .inner .box-table td .pdf {
  background: url(/amoai/images/common/pdf.png) no-repeat left center;
  margin-left: 5px;
  padding-left: 18px;
  padding-bottom: 1px;
}
.box-news .box-content .inner .box-table td .blank {
  vertical-align: middle;
  padding: 0 0 5px 8px;
}

/* ----------------------------------------------------------------
    box-company
----------------------------------------------------------------- */
.box-company .box-content .inner {
  padding: 0;
}
.box-company .box-content .box-h2 {
  padding: 55px 80px 60px;
}
.box-company .box-content .box-h2-content {
  margin-bottom: 0;
  padding: 0;
}
.box-company .box-content .box-company2 {
  background: #eeeeee;
}
.box-company .box-content .box-company2 table th {
  font-size: 88%;
  font-weight: bold;
  color: #777a8b;
  padding: 15px 10px 15px 30px;
  width: 15%;
  vertical-align: top;
  line-height: 1.7;
  letter-spacing: -1px;
  text-align: left;
}
.box-company .box-content .box-company2 table td {
  padding: 15px 40px 15px 0;
  width: 85%;
  line-height: 1.7;
}
.box-company .box-content .box-company2 table td .border {
  padding-left: 20px;
  border-left: 1px solid #d4d4d4;
  display: block;
}
.box-company .box-content .box-company3 p {
  margin: 0;
}
.box-company .box-content .box-company3 p.btn {
  margin: 57px auto 0;
}

/* ----------------------------------------------------------------
    box-profile
----------------------------------------------------------------- */
.box-profile  .box-content .box-table {
  margin-top: 5px;
}
.box-profile  .box-content .box-table th {
  text-align: left;
  width: 26.5%;
  padding-right: 10px;
}
.box-profile  .box-content .box-table td {
  width: 73.5%;
}

/* ----------------------------------------------------------------
    box-organization
----------------------------------------------------------------- */
.box-organization .box-content .box-h2-content {
  margin-bottom: 35px;
}
.box-organization .box-content .box-h3 {
  display: flex;
  justify-content: space-between;
}
.box-organization .box-content .box-h3 .left {
  width: 62.5%;
}
.box-organization .box-content .box-h3 .right {
  width: 33.3%;
}
.box-organization .box-content .box-h3 .inner {
  max-width: 100%;
  padding: 40px 25px;
  background: #f2f2f2;
}
.box-organization .box-content .box-h3 .inner .wrap-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.box-organization .box-content .box-h3 .inner .wrap-box .box {
  width: 48.3%;
}
.box-organization .box-content .box-h3 .inner .box {
  background: #ffffff;
  box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.1);
  padding: 25px 0 30px;
}
.box-organization .box-content .box-h3 .inner .box h4 {
  font-weight: bold;
  font-size: 137%;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.3;
}
.box-organization .box-content .box-h3 .inner .box ul {
  font-size: 88%;
  margin: 0 16px 10px 16px;
}
.box-organization .box-content .box-h3 .inner .box ul li {
  padding-left: 15px;
  margin-bottom: 2px;
}
.box-organization .box-content .box-h3 .inner .box p {
  font-size: 88%;
  margin: 0 20px;
}
.box-organization .box-content .box-h3 .inner .box .img_from img {
  width: 100%;
  max-width: 180px;
}
.box-organization .box-content .box-h3 .right .inner .box {
  padding: 25px 0 30px;
}
.box-organization .box-content .box-h3 .right .inner .box p {
  text-align: center;
  margin-bottom: 32px;
}
.box-organization .box-content .box-h3 .right .inner .box .img_from {
  margin-bottom: 0;
}
.box-organization .box-content .box-h3 .inner .wrap-box + .box {
  padding: 28px 0;
}
.box-organization .box-content .box-h3 .inner .wrap-box + .box h4 {
  font-size: 131%;
}

/* ----------------------------------------------------------------
    box-jump
----------------------------------------------------------------- */
.box-jump {
	text-align: center;
}
.box-jump.en {
    padding: 50px 0;
}
.box-content .box-jump .btn {
  width: 270px;
}

/* ----------------------------------------------------------------
    footer
----------------------------------------------------------------- */
footer {
  margin-top: -42px;
	min-width: 100%;
	font-size: 100%;
  background: #1d2d7b;
	color: #ffffff;
}
footer .container {
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 125px 10px 80px;
  overflow: hidden;
}
footer .nav-footer-1 {
	float: left;
	width: 55%;
	padding: 0 4% 0 7%;
  border-left: 1px solid #5564ab;
  border-right: 1px solid #5564ab;
}
footer .nav-footer-2 {
	float: left;
	width: 45%;
	padding-left: 7%;
}
footer .nav-footer-1 + .title {
	float: left;
	width: 45%;
  padding-left: 7%;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 115%;
}
footer .nav-footer {
	float: right;
	width: 66%;
	font-size: 86.0%;
}
footer .nav-footer li {
	margin-bottom: 7px;
}
footer .nav-footer li:last-child {
	margin-bottom: 0;
}
footer .nav-footer li a {
	color: #ffffff;
  text-decoration: underline;
}
footer .nav-footer li a:hover {
	text-decoration: none;
}
footer .nav-footer .blank {
	background: url(/amoai/images/common/blank.png) no-repeat left center;
	background-size: 13px 13px;
	padding-left: 20px;
}
footer .txt-footer {
	float: left;
	width: 30%;
  padding-left: 10px;
}
footer .txt-footer .title {
	font-weight: bold;
  margin-bottom: 10px;
}
footer .txt-footer .txt2 {
	font-size: 86.0%;
}
footer small {
	text-align: center;
  color: #333333;
	background: #dddddd;
	padding: 20px 0;
	display: block;
	font-size: 80.0%;
}

/* ----------------------------------------------------------------
    english
----------------------------------------------------------------- */
.en p , .en li , .en th , .en td {
  word-wrap: break-word;
}
.container-nav-global.en .nav-global ul li.sub-link ul {
  min-width: 404px;
  letter-spacing: -0.5px;
}
header.en .logo {
  max-width: 655px;
}
header.en .container-fontChange {
  letter-spacing: -0.5px;
}
header.en .container-fontChange .left {
  padding: 7px 5px 6px 6px;
}
header.en .container-fontChange .right {
  padding: 7px 19px 6px;
}
.container-nav-global.en .nav-global ul li.now:nth-child(3) {
  letter-spacing: -0.9px;
}
.container-nav-global.en .nav-global ul li.now:nth-child(4) {
  letter-spacing: -0.1px;
}
.box-organization.en .box-content .box-h3 .inner .box-height2 {
  margin-bottom: 10px;
}
.box-organization.en .box-content .box-h3 .right h3 {
  letter-spacing: -1.8px;
}
.box-organization.en .box-content .box-h3 .right .inner .box p {
  margin-bottom: 13px;
}
.box-organization.en .box-content .box-h3 .right .inner .box .img_from {
  margin-bottom: 0;
}
footer.en .container {
  padding: 120px 10px 58px;
}
footer.en .nav-footer-1 {
	width: 57.5%;
	padding: 0 4% 0 6%;
}
footer.en .nav-footer-1 .txt3 {
  margin: 25px 0 35px 0;
}
footer.en .nav-footer-1 .txt3 a {
  color: #ffffff;
  text-decoration: underline;
}
footer.en .nav-footer-1 .txt3 a:hover {
  text-decoration: none;
}
footer.en .nav-footer-2 {
	width: 42.5%;
	padding-left: 6%;
}
footer.en .nav-footer-1 + .title {
	width: 42.5%;
  padding-left: 6%;
  margin-bottom: 10px;
}
footer.en .nav-footer {
	width: 72.3%;
	font-size: 86.0%;
}
footer.en .txt-footer {
	width: 27.7%;
  padding-left: 10px;
}

/* ----------------------------------------------------------------
    publicnotice
----------------------------------------------------------------- */
.box-company .box-content .inner .publicnotice-note {
    padding: 55px 80px 0;
}
.box-company .box-content .inner .box-publicnotice {
    padding: 55px 80px 60px;
}
.box-company .box-content .inner .box-publicnotice:first-of-type {
    padding-top: 0;
}
.box-company .box-content .inner .box-publicnotice:nth-child(odd) {
    background: #eeeeee;
}
.box-company .box-content .inner .box-publicnotice table tr {
    background: rgba(0, 0, 0, 0) !important;
}
.box-company .box-content .inner .box-publicnotice .box-table td .pdf {
    background: url(/amoai/images/common/pdf.png) no-repeat left center;
    margin-left: 5px;
    padding-left: 18px;
    padding-bottom: 1px;
}
.box-company .pc-flex {
    display: flex;
}
