@charset "UTF-8";
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoom-in-hover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes zoom-in-hover2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoom-in-hover2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@-webkit-keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@keyframes sub_menu_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .5;
  }
}

@-webkit-keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-downwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
            transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
            transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
            transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@keyframes pop-downwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, -12);
            transform: matrix(0.97, 0, 0, 1, 0, -12);
    opacity: 0;
  }
  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, -2);
            transform: matrix(0.99, 0, 0, 1, 0, -2);
    opacity: .7;
  }
  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
            transform: matrix(1, 0, 0, 1, 0, 1);
    opacity: 1;
  }
  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes pop-up-return {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop-up-return {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes character_move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes character_move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes character_move02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes character_move02 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes comment01_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes comment01_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes header_start {
  0% {
    -webkit-transform: translate(-50%, -200px);
            transform: translate(-50%, -200px);
  }
  100% {
    -webkit-transform: translateY(-50%, 0);
            transform: translateY(-50%, 0);
  }
}

@keyframes header_start {
  0% {
    -webkit-transform: translate(-50%, -200px);
            transform: translate(-50%, -200px);
  }
  100% {
    -webkit-transform: translateY(-50%, 0);
            transform: translateY(-50%, 0);
  }
}

@-webkit-keyframes gnav_sub {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes gnav_sub {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes header_appear {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
  1% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: block;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}

@keyframes header_appear {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: none;
  }
  1% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: block;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
  }
}

@-webkit-keyframes imenu_fade-in {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes imenu_fade-in {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes hero_animation {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hero_animation {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 1000px), print {
  .js_fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
            transform: translate(0, 45px);
    -webkit-transition: 1000ms;
    transition: 1000ms;
  }
  .js_fade-in.js_scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes category_title_bar {
  0% {
    left: 0;
    width: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes category_title_bar {
  0% {
    left: 0;
    width: 0;
    opacity: 1;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes category_title_txt {
  0% {
    color: #252f79;
    background-color: transparent;
  }
  70% {
    color: #fff;
    background-color: #252f79;
  }
  100% {
    color: #fff;
    background-color: #252f79;
  }
}

@keyframes category_title_txt {
  0% {
    color: #252f79;
    background-color: transparent;
  }
  70% {
    color: #fff;
    background-color: #252f79;
  }
  100% {
    color: #fff;
    background-color: #252f79;
  }
}

@-webkit-keyframes category_title_txt-product {
  0% {
    color: #1c2148;
    background-color: transparent;
  }
  70% {
    color: #fff;
    background-color: #1c2148;
  }
  100% {
    color: #fff;
    background-color: #1c2148;
  }
}

@keyframes category_title_txt-product {
  0% {
    color: #1c2148;
    background-color: transparent;
  }
  70% {
    color: #fff;
    background-color: #1c2148;
  }
  100% {
    color: #fff;
    background-color: #1c2148;
  }
}

/* simple clearfix */
/**************************
@mixin for sprite
*/
/* @mixin sp_unindent {
	margin-left: -1 * $sp_padding;
	margin-right: -1 * $sp_padding;
	// width: 100vw;
} */
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。


*/
/**************************
heading
*/
/*

<div class="_h3">.large_text</div>

大きい文字。

	<span class="large_text">テキスト</span><br>

*/
.large_text {
  font-weight: normal;
  line-height: 2;
}

@media screen and (min-width: 1000px), print {
  .large_text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 999px) {
  .large_text {
    font-size: 1.125rem;
  }
}

.red_text {
  color: #e75252;
}

.underline {
  text-decoration: underline;
}

.blue_text {
  color: #252f79;
}

/**************************
.main_content
*/
.main_content ul:not(.cancel):not(.pagelink_list) {
  line-height: 2;
}

@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel):not(.pagelink_list).indent {
    margin-left: 1em;
  }
}

.main_content ul:not(.cancel):not(.pagelink_list):not(:last-child) {
  margin-bottom: 1em;
}

.main_content ul:not(.cancel):not(.pagelink_list) > li {
  padding-left: 1.5em;
  margin-bottom: .3em;
  position: relative;
  top: 0;
  left: 0;
  line-height: 2;
}

.main_content ul:not(.cancel):not(.pagelink_list) > li:last-child {
  margin-bottom: 0;
}

.main_content ul:not(.cancel):not(.pagelink_list) > li::before {
  content: '';
  display: block;
  position: absolute;
  left: .2em;
  width: 6px;
  height: 6px;
  background-color: #355aba;
  border-radius: 3px;
}

@media screen and (min-width: 1000px), print {
  .main_content ul:not(.cancel):not(.pagelink_list) > li::before {
    top: 1.6ex;
  }
}

@media screen and (max-width: 999px) {
  .main_content ul:not(.cancel):not(.pagelink_list) > li::before {
    top: 1.6ex;
  }
}

.main_content .anotation_list:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 1000px), print {
  .main_content .anotation_list:not(.cancel).indent {
    margin-left: 1em;
  }
}

.main_content .anotation_list:not(.cancel) > li {
  padding-left: 1.5em;
  margin-bottom: .5em;
  position: relative;
  top: 0;
  left: 0;
}

.main_content .anotation_list:not(.cancel) > li:last-child {
  margin-bottom: 0;
}

.main_content .anotation_list:not(.cancel) > li::before {
  content: '※';
  width: .5em;
  position: absolute;
  background: 0 none;
  top: .04em;
  left: 0;
  color: #f1333e;
}

.main_content ol:not(.cancel) {
  list-style: none;
  counter-reset: num;
  line-height: 2;
}

@media screen and (min-width: 1000px), print {
  .main_content ol:not(.cancel).indent {
    margin-left: 1em;
  }
}

.main_content ol:not(.cancel):not(:last-child) {
  margin-bottom: 1em;
}

.main_content ol:not(.cancel) > li {
  padding-left: 1.5em;
  line-height: 2;
  margin-bottom: .5em;
  position: relative;
  top: 0;
  left: 0;
}

.main_content ol:not(.cancel) > li::before {
  counter-increment: num;
  content: counter(num) ".";
  color: #355aba;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -.5em;
  text-align: right;
  width: 1.5em;
}

.main_content ol:not(.cancel) > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px), print {
  .main_content .link_list li {
    margin-bottom: .3em;
  }
}

@media screen and (max-width: 999px) {
  .main_content .link_list li {
    margin-bottom: 0;
  }
}

.main_content .link_list li::before {
  display: none;
}

.main_content .link_list .text {
  display: inline-block;
}

.main_content .link_list a {
  line-height: 1.4;
  color: #1599ca;
  text-decoration: none;
  border-bottom: none !important;
}

.main_content .link_list a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main_content .link_list a::before {
  content: '';
  display: inline-block;
  background: url("/common/img/link.png") 0 center no-repeat transparent;
  background-size: 8px 10px;
  width: 8px;
  height: 10px;
  margin-right: 7px;
  position: relative;
  top: 0;
  left: 0px;
}

.main_content .link_list a:hover {
  text-decoration: underline;
  color: #1599ca;
}

@media screen and (min-width: 1000px), print {
  .main_content .link_list a.indent {
    margin-left: 1em;
  }
}

@media screen and (max-width: 999px) {
  .main_content .link_list li {
    border-bottom: 1px dashed #ccc;
  }
  .main_content .link_list a,
  .main_content .link_list button {
    display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    text-decoration: none;
  }
  .main_content .link_list a:hover,
  .main_content .link_list button:hover {
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .main_content .link_list a.link,
  .main_content .link_list button.link {
    padding-left: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
  .main_content .link_list a.link::before,
  .main_content .link_list button.link::before {
    position: absolute;
    left: 0;
    top: 1.3em;
  }
}

.table,
.table-borderd,
.wpnews table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.table:not(:last-child),
.table-borderd:not(:last-child),
.wpnews table:not(:last-child) {
  margin-bottom: 1em;
}

.table caption.cap,
.table-borderd caption.cap,
.wpnews table caption.cap {
  display: block;
  text-align: left;
  font-weight: bold;
  padding-bottom: .5em;
}

.table th,
.table td,
.table-borderd th,
.table-borderd td,
.wpnews table th,
.wpnews table td {
  vertical-align: top;
  font-weight: normal;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table th,
.table th p,
.table td,
.table td p,
.table-borderd th,
.table-borderd th p,
.table-borderd td,
.table-borderd td p,
.wpnews table th,
.wpnews table th p,
.wpnews table td,
.wpnews table td p {
  line-height: 1.6;
}

@media screen and (min-width: 1000px), print {
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .wpnews table th,
  .wpnews table td {
    padding: 10px;
  }
}

@media screen and (max-width: 999px) {
  .table th,
  .table td,
  .table-borderd th,
  .table-borderd td,
  .wpnews table th,
  .wpnews table td {
    padding: 0.24em 0.42em;
  }
}

.table td,
.table-borderd td,
.wpnews table td {
  color: #4f4946;
}

@media screen and (min-width: 1000px), print {
  .table td,
  .table-borderd td,
  .wpnews table td {
    padding: 10px 10px 10px 35px;
  }
}

.table th,
.table-borderd th,
.wpnews table th {
  background-color: #eeeeee;
  color: #4f4946;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  text-align: center;
}

.table .th_140,
.table-borderd .th_140,
.wpnews table .th_140 {
  width: 140px;
}

.table thead th,
.table-borderd thead th,
.wpnews table thead th {
  background-color: #252f79;
  color: #fff;
}

@media screen and (min-width: 1000px), print {
  .table tbody th,
  .table-borderd tbody th,
  .wpnews table tbody th {
    width: 280px;
  }
}

@media screen and (max-width: 999px) {
  .table tbody th,
  .table-borderd tbody th,
  .wpnews table tbody th {
    width: 168px;
  }
}

.table .number-cell,
.table-borderd .number-cell,
.wpnews table .number-cell {
  text-align: right;
}

.responsive_table_area:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 1000px), print {
  .table-small {
    max-width: 40em;
  }
  .table-medium {
    max-width: 50em;
  }
}

.table-td_right td {
  text-align: right;
}

.table-center th,
.table-center td {
  text-align: center;
}

.table-th_center th {
  text-align: center;
}

.table-td_center td {
  text-align: center;
}

.table-th_auto tbody th {
  width: auto;
}

.table-td_middle tbody td {
  vertical-align: middle;
}

.table-noborder th,
.table-noborder td {
  border: 0 none;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
}

.table-noborder th {
  padding-right: 2em;
}

.table-half_columns td, .table-half_columns th {
  width: 50%;
}

.banner_horizontal_list {
  padding-left: 0;
}

.banner_horizontal_list > li::before {
  display: none;
}

.banner_horizontal_list > li:not(:last-child) {
  margin-bottom: 10px;
}


.anotation {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.3em;
  line-height: 1.8;
}

@media screen and (min-width: 1000px), print {

  .anotation.indent {
    margin-left: 1em;
  }
}

@media screen and (min-width: 1000px), print {

  .anotation {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {

  .anotation {
    font-size: 14px;
  }
}


.anotation::before {
  content: '※';
  width: 1em;
  position: absolute;
  top: .04em;
  left: 0;
  color: #f1333e;
}


.anotation-black {
  color: #27282d;
}


.anotation-black::before {
  color: #27282d;
}


.anotation-right {
  float: right;
}

/**************************

## - p

*/
/*

<div class="_h3">p</div>

*/
.main_content a:not(.cancel):not(.btn):not(.link):not(.news_line):not(.white_btn) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1599ca;
  text-decoration: none;
  border-bottom: 1px solid #1599ca;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 2px;
}

.main_content a:not(.cancel):not(.btn):not(.link):not(.news_line):not(.white_btn):hover {
  border-bottom: none;
}

.main_content p {
  color: #27282d;
}

@media screen and (min-width: 1000px), print {
  .main_content p {
    font-size: 16px;
    line-height: 2.25;
  }
}

@media screen and (max-width: 999px) {
  .main_content p {
    font-size: 14px;
    line-height: 2;
  }
}

/**************************
.indent
*/
.main_content {
  /* 	@media screen and (max-width: 999px) {
		.indent {
			padding-left: 0;
			padding-right: 0;
		}

		.sp_indent {
			padding-left: 7.5px;
			padding-right: 7.5px;
		}
	} */
}

@media screen and (min-width: 1000px), print {
  .main_content .indent,
  .main_content .pc_indent {
    padding-left: 20px;
  }
}

/**************************
<div class="_h3">a.black</div>

リンクだけど文字色は黒

	<a href="#" class="black">テキスト</a>

*/
a.black,
a .black {
  color: #27282d;
}

/*

<div class="_h3">.outlink</div>

外部リンク。後ろに矢印画像を表示する

	<a href="#" class="outlink">テキスト</a>

*/
.ext::after,
.icon_ext::after {
  content: '';
  display: inline-block;
  background: url("/common/img/ext_icon.png") 0 center no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
  left: 0;
}

/* .btn.ext {
	&::after {
		@include bg-inline('/common/img/icon/ext_icon_white.png', 14px, 14px);
		position: relative;
		top: 3px;
		left: 3px;
		margin-left: 7px;
		margin-top: -10px;
	}
} */
/*
<div class="_h3">.icon_pdf</div>

PDFアイコン

	<span class="icon_pdf">テキスト</span><br>
	<span class="icon_pdf_right">テキスト</span><br>
	<a href="#" class="btn _large __orange fot_db">
		<span class="icon_pdf2">テキスト</span>
	</a>

*/
.pdf::after,
.icon_pdf::after {
  content: '';
  display: inline-block;
  background: url("/common/img/pdf_icon.png") 0 center no-repeat transparent;
  background-size: 13px 14px;
  width: 13px;
  height: 14px;
  position: relative;
  top: 1px;
  left: 3px;
}

.btn.pdf::after {
  content: '';
  display: inline-block;
  background: url("/common/img/pdf_icon_white.png") 0 center no-repeat transparent;
  background-size: 13px 14px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  left: 0;
  margin-top: -10px;
}

/**************************

## - .btn - 汎用ボタン

*/
/*

<div class="_h3">.btn</div>

汎用ボタン。

*/
a.btn {
  display: inline-block;
  padding: 1em 3em;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: 0.1ex;
  background: #355aba;
  border-radius: 2em;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) all;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) all;
  margin: 1em;
  /* + .btn {
		@media screen and (min-width: 1000px), print {
			margin-left: 20px;
		}
		@media screen and (max-width: 999px) {
			margin-top: 20px;
		}
	} */
}

@media screen and (max-width: 999px) {
  a.btn {
    padding: 0.7em 1.2em;
    margin: 0.5em;
  }
}

a.btn:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #204091;
}

a.btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url(/common/img/white_arrow.png) center center/contain no-repeat;
  margin-left: 4px;
  margin-top: -2px;
}

@media screen and (max-width: 999px) {
  a.btn::after {
    margin-left: 1px;
    margin-top: -4px;
  }
}

a.btn.pdf::after {
  margin-left: 5px;
  position: relative;
  top: 2px;
  left: 0;
  margin-top: -8px;
  content: '';
  display: inline-block;
  background: url("/common/img/pdf_icon_white.png") 0 center no-repeat transparent;
  background-size: 13px 14px;
  width: 13px;
  height: 14px;
}

a.btn.ext::after {
  margin-left: 5px;
  position: relative;
  top: 2px;
  left: 0;
  margin-top: -10px;
  content: '';
  display: inline-block;
  background: url("/common/img/ext_icon_white.png") 0 center no-repeat transparent;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

a.white_btn {
  display: inline-block;
  color: #252f79;
  padding: 20px;
  position: relative;
  text-decoration: none;
  border: 1px solid #252f79 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.white_btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #252f79;
  border-right: 2px solid #252f79;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 999px) {
  a.white_btn {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    padding: 14px 40px;
  }
}

@media screen and (min-width: 1000px), print {
  a.white_btn:hover {
    background-color: #252f79;
    color: #fff;
  }
  a.white_btn:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.submit_prev {
  color: #dff0e7;
  border: 0 none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-size: auto 10px;
  padding-left: 10px;
}

.submit_prev:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.submit_next {
  color: #dff0e7;
  border: 0 none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-size: auto 10px;
  padding-right: 10px;
}

.submit_next:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

/*

## - list ul ol

<div class="_h3">.anotation_list</div>

※ をつけるリスト。
改行時に ※ padding を守る。

	<ul class="anotation_list">
		<li>16歳（高校生）以上の方の<br>診察となります。</li>
		<li>月2回の診療のため、お電話で診療日をご確認下さい。</li>
	</ul>

*/
.dl {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 999px) {
  .dl {
    font-size: 14px;
  }
}

.dl::before, .dl::after {
  content: '';
  display: table;
}

.dl::after {
  clear: both;
}

.dl dt {
  clear: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  color: #252f79;
  font-weight: bold;
}

.dl dt::before {
  margin-right: .5em;
}

@media screen and (min-width: 1000px), print {
  .dl dt,
  .dl dd {
    float: left;
  }
}

.dl dt:last-child,
.dl dd:last-child {
  margin-bottom: 0;
}

.dl dd {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #27282d;
}

.dl dd:not(:last-child) {
  padding-bottom: .3em;
}

@media screen and (max-width: 999px) {
  .dl dd:not(:last-child) {
    margin-bottom: .7em;
  }
}

@media screen and (min-width: 1000px), print {
  .dl-2em dt {
    width: 2em;
  }
  .dl-2em dt .h-inline {
    width: -1.5em;
  }
  .dl-2em dd {
    margin-left: -3em;
    padding-left: 3em;
  }
  .dl-3em dt {
    width: 3em;
  }
  .dl-3em dt .h-inline {
    width: -0.5em;
  }
  .dl-3em dd {
    margin-left: -4em;
    padding-left: 4em;
  }
  .dl-4em dt {
    width: 4em;
  }
  .dl-4em dt .h-inline {
    width: 0.5em;
  }
  .dl-4em dd {
    margin-left: -5em;
    padding-left: 5em;
  }
  .dl-5em dt {
    width: 5em;
  }
  .dl-5em dt .h-inline {
    width: 1.5em;
  }
  .dl-5em dd {
    margin-left: -6em;
    padding-left: 6em;
  }
  .dl-6em dt {
    width: 6em;
  }
  .dl-6em dt .h-inline {
    width: 2.5em;
  }
  .dl-6em dd {
    margin-left: -7em;
    padding-left: 7em;
  }
  .dl-7em dt {
    width: 7em;
  }
  .dl-7em dt .h-inline {
    width: 3.5em;
  }
  .dl-7em dd {
    margin-left: -8em;
    padding-left: 8em;
  }
  .dl-8em dt {
    width: 8em;
  }
  .dl-8em dt .h-inline {
    width: 4.5em;
  }
  .dl-8em dd {
    margin-left: -9em;
    padding-left: 9em;
  }
  .dl-10em dt {
    width: 10em;
  }
  .dl-10em dt .h-inline {
    width: 6.5em;
  }
  .dl-10em dd {
    margin-left: -11em;
    padding-left: 11em;
  }
  .dl-12em dt {
    width: 12em;
  }
  .dl-12em dt .h-inline {
    width: 8.5em;
  }
  .dl-12em dd {
    margin-left: -13em;
    padding-left: 13em;
  }
  .dl-14em dt {
    width: 14em;
  }
  .dl-14em dt .h-inline {
    width: 10.5em;
  }
  .dl-14em dd {
    margin-left: -15em;
    padding-left: 15em;
  }
  .dl-16em dt {
    width: 16em;
  }
  .dl-16em dt .h-inline {
    width: 12.5em;
  }
  .dl-16em dd {
    margin-left: -17em;
    padding-left: 17em;
  }
  .dl-18em dt {
    width: 18em;
  }
  .dl-18em dt .h-inline {
    width: 14.5em;
  }
  .dl-18em dd {
    margin-left: -19em;
    padding-left: 19em;
  }
  .dl-20em dt {
    width: 20em;
  }
  .dl-20em dt .h-inline {
    width: 16.5em;
  }
  .dl-20em dd {
    margin-left: -21em;
    padding-left: 21em;
  }
}

.dl-mb_1em dd {
  margin-bottom: 1em;
}

.scell {
  margin-right: 1em;
}

.scell2 {
  margin-right: .5em;
}

/*

## - table

<div class="_h3">クラス名なし</div>

	<table>
		<thead>
			<tr>
				<th></th>
				<th>詳細</th>
			</tr>
		</thead>
		<tbody>
			<tr>
				<th>事業所名所</th>
				<td>宗教法人寒川神社　寒川病院</td>
			</tr>
			<tr>
				<th>所在地</th>
				<td>〒253-0106　神奈川県高座郡寒川町宮山193</td>
			</tr>
			<tr>
				<th>開設</th>
				<td>昭和44年7月</td>
			</tr>
		</tbody>
	</table>

<div class="_h3">.table1</div>
.table1 は、SP表示時に display: block; に変わるので、基本、2列の table のための table

	<table class="table1">
		<tbody>
			<tr>
				<th>事業所名所</th>
				<td>宗教法人寒川神社　寒川病院</td>
			</tr>
			<tr>
				<th>所在地</th>
				<td>〒253-0106　神奈川県高座郡寒川町宮山193</td>
			</tr>
			<tr>
				<th>開設</th>
				<td>昭和44年7月</td>
			</tr>
		</tbody>
	</table>
*/
/*

<div class="_h3">table._no_border</div>

画像だけの table を想定

*/
table table._no_border {
  width: auto;
  margin: auto;
}

table table._no_border th,
table table._no_border td {
  padding: 0 1em;
  vertical-align: middle;
}

/**************************
a.accordion
*/
.js-accordion .js-accordion__toggle {
  display: block;
}

.js-accordion .js-accordion__content {
  position: relative;
  top: 0;
  left: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity .1s ease-out, max-height .4s ease-out;
  transition: opacity .1s ease-out, max-height .4s ease-out;
  overflow: hidden;
  display: none;
}

.js-accordion .js-accordion__content__inner {
  padding-bottom: 2em;
}

.js-accordion .js-accordion__content._opened {
  max-height: 100em;
  opacity: 1;
  display: block;
}

.js-accordion .js-accordion__content._opened-long {
  max-height: 200em;
}

.js-accordion .js-accordion__content._opened-short {
  max-height: 20em;
}

.js-toggle {
  position: absolute;
  display: block;
  min-height: 10px;
  width: 10px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  background-color: #ccc;
  padding: 5px;
}

.js-toggle::before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.js-toggle::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.js-toggle._opened::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
          transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.js-toggle._opened::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
          transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.tab_area__content {
  display: none;
}

.tab_area__content._show {
  display: block;
}

.archive_list li {
  padding-left: 1em;
}

.archive_list li::before {
  left: .5em;
}

.bordered {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.image_list a {
  display: block;
}

.image_list img {
  max-width: 100%;
  display: block;
}

.image_list .cap {
  padding-top: .5em;
  text-align: center;
  font-size: 0.875rem;
}

@media screen and (min-width: 1000px), print {
  .image_list li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 999px) {
  .image_list li {
    margin-bottom: 30px;
  }
}

.banner {
  display: block;
}

.banner:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.banner img {
  display: block;
  max-width: 100%;
}

.banner._disable {
  pointer-events: none;
}


.shadow {
  -webkit-box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2.5px rgba(0, 0, 0, 0.3);
}

figure img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 999px) {
  figure img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px), print {
  figure figcaption {
    padding-top: 1em;
  }
  figure figcaption._left {
    text-align: left;
  }
  figure figcaption._center {
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  figure figcaption {
    padding-top: 1em;
    text-align: center;
  }
}

.link {
  line-height: 1.4;
  color: #1599ca;
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.link::before {
  content: '';
  display: inline-block;
  background: url("/common/img/link.png") 0 center no-repeat transparent;
  background-size: 8px 10px;
  width: 8px;
  height: 10px;
  margin-right: 7px;
  position: relative;
  top: 0;
  left: 0px;
}

.link:hover {
  text-decoration: underline;
  color: #1599ca;
}

@media screen and (min-width: 1000px), print {
  .link.indent {
    margin-left: 1em;
  }
}

/* お知らせページ */
.news_pager {
  text-align: center;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.news_pager__box,
.news_pager a {
  display: block;
  width: 40px;
  height: 40px;
}

.news_pager__box {
  margin: 5px;
}

.news_pager a {
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  background-color: #252f79;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none !important;
}

.news_pager a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main_content .news_pager a {
  text-decoration: none;
}

.news_pager a.current {
  pointer-events: none;
}

.news_pager a.current, .news_pager a:hover {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .news_pager__box, .news_pager__box {
    padding-left: 2px;
    padding-right: 2px;
  }
  .news_pager a {
    line-height: 40px;
  }
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
@media screen and (min-width: 1000px), print {
  .pc_none,
  .root .pc_none {
    display: none;
  }
  .block,
  .pc_block {
    display: block;
  }
  .tel_link,
  .tel_link-no {
    pointer-events: none;
    cursor: default;
    color: #27282d !important;
    text-decoration: none;
    border-bottom: none !important;
  }
  .root .tel_link,
  .root .tel_link:hover, .root
  .tel_link-no,
  .root
  .tel_link-no:hover {
    text-decoration: none;
    color: #27282d !important;
    border-bottom: none !important;
  }
  .sp_click,
  .pc_no_click {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px), print {
  .hedaer_fixed_root .main_wrapper {
    margin-top: 101px;
  }
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************



## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
/**************************

## - 段組設定 2列 3列 4列

PCの時だけ、中央に等間隔で余白を作り、width: 100%; を守って列になる。
ul でなくてもいい。

**2列 .pc_column2**

	<ul class="pc_column2">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**3列 .pc_column3**

	<ul class="pc_column3">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**4列 .pc_column4**

	<ul class="pc_column4">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

*/
@media screen and (min-width: 1000px), print {
  .pc_column2 > *:nth-child(2n) {
    padding-bottom: 20px;
  }
  .pc_column2 > *:last-child {
    padding-bottom: 0;
  }
  .pc_column3 > *:nth-child(3n) {
    padding-bottom: 20px;
  }
  .pc_column3 > *:last-child {
    padding-bottom: 0;
  }
  .pc_column4 > *:nth-child(4n) {
    padding-bottom: 20px;
  }
  .pc_column4 > *:last-child {
    padding-bottom: 0;
  }
  .pc_column2::before, .pc_column2::after {
    content: '';
    display: table;
  }
  .pc_column2::after {
    clear: both;
  }
  .pc_column2 > * {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc_column2 > *:nth-child(2n + 1) {
    clear: left;
    padding-right: 10px;
  }
  .pc_column2 > *:nth-child(2n) {
    padding-left: 10px;
  }
  .pc_column3::before, .pc_column3::after {
    content: '';
    display: table;
  }
  .pc_column3::after {
    clear: both;
  }
  .pc_column3 > * {
    width: 33.33333%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc_column3 > *:nth-child(3n + 1) {
    clear: left;
    padding-right: 13px;
  }
  .pc_column3 > *:nth-child(3n + 2) {
    padding-left: 7px;
    padding-right: 7px;
  }
  .pc_column3 > *:nth-child(3n) {
    padding-left: 13px;
  }
  .pc_column4::before, .pc_column4::after {
    content: '';
    display: table;
  }
  .pc_column4::after {
    clear: both;
  }
  .pc_column4 > * {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc_column4 > *:nth-child(4n + 1) {
    clear: left;
    padding-right: 15px;
  }
  .pc_column4 > *:nth-child(4n + 2) {
    padding-left: 5px;
    padding-right: 10px;
  }
  .pc_column4 > *:nth-child(4n + 3) {
    padding-left: 10px;
    padding-right: 5px;
  }
  .pc_column4 > *:nth-child(4n) {
    padding-left: 15px;
  }
  .pc_column2_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .pc_column2_2 > * {
    width: 0px;
    margin-right: 10px;
  }
  .pc_column2_2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .pc_column2_2 > *:nth-child(2n) {
    padding-bottom: 20px;
  }
  .pc_column2_2 > *:last-child {
    padding-bottom: 0;
  }
  .set::before, .set::after {
    content: '';
    display: table;
  }
  .set::after {
    clear: both;
  }
  .set .resize.right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    padding-left: 300px;
    margin-left: -280px;
  }
  .set .fix.left {
    width: 280px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
  }
  .set .resize.left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding-right: 300px;
    margin-right: -280px;
  }
  .set .fix.right {
    width: 280px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: right;
  }
  .set .fix > img:not(.cancel),
  .set .resize > img:not(.cancel) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .set-2 .resize.right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    padding-left: 220px;
    margin-left: -200px;
  }
  .set-2 .fix.left {
    width: 200px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
  }
  .set-2 .resize.left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding-right: 220px;
    margin-right: -200px;
  }
  .set-2 .fix.right {
    width: 200px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: right;
  }
  .set-3 .resize.right {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    padding-left: 470px;
    margin-left: -450px;
  }
  .set-3 .fix.left {
    width: 450px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: left;
  }
  .set-3 .resize.left {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding-right: 470px;
    margin-right: -450px;
  }
  .set-3 .fix.right {
    width: 450px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    float: right;
  }
}

.content_section {
  margin-bottom: 120px;
}

@media screen and (max-width: 999px) {
  .content_section {
    margin-bottom: 60px;
  }
}

.content_section-sm {
  margin-bottom: 80px;
}

@media screen and (max-width: 999px) {
  .content_section-sm {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .inner_float_right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-top: .5em;
  }
}

@media screen and (max-width: 999px) {
  .inner_float_right {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1000px), print {
  .inner_float_left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: .5em;
  }
}

@media screen and (max-width: 999px) {
  .inner_float_left {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
}

/*

<div class="_h3">.center</div>

適当に中央によせたい。

3つ指定してます
margin-left: auto;
margin-right: auto;
text-align: center;

	<div class="center">テキスト</div>

*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.center_table {
  margin-left: auto;
  margin-right: auto;
}

.left,
.left_text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.right,
.right_text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

/*

<div class="_h3">.red .caution</div>

赤文字。

	<span class="caution">赤い文字</span><br>
	<span class="red">赤い文字</span>

*/
.caution,
.red_text {
  color: #e75252;
  -webkit-text-decoration-color: #e75252;
          text-decoration-color: #e75252;
}

.black_text {
  color: #252f79 !important;
}

a.black_text {
  color: #252f79 !important;
}

a.black_text:hover {
  color: #1599ca;
}

/*

<div class="_h3">.on_opacity</div>

:hover で透明化する aタグ。 opacity はサイト統一と考えて、基本ここにしか書いていません。

	<a href="#" class="on_opacity">マウスオーバーで透明化するリンクテキスト</a>

*/
.on_opacity:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

/*

<div class="_h3">.mb_1em</div>

*/
.root .main_content .mb_3em {
  margin-bottom: 3em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mb_3em-pc {
    margin-bottom: 3em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mb_3em-sp {
    margin-bottom: 3em !important;
  }
}

.root .main_content .mb_2em {
  margin-bottom: 2em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mb_2em-pc {
    margin-bottom: 2em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mb_2em-sp {
    margin-bottom: 2em !important;
  }
}

.root .main_content .mb_1_5em {
  margin-bottom: 1.5em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mb_1_5em-pc {
    margin-bottom: 1.5em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mb_1_5em-sp {
    margin-bottom: 1.5em !important;
  }
}

.root .main_content .mb_1em {
  margin-bottom: 1em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mb_1em-pc {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mb_1em-sp {
    margin-bottom: 1em !important;
  }
}

.root .main_content .mb_05em {
  margin-bottom: .5em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mb_05em-pc {
    margin-bottom: .5em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mb_05em-sp {
    margin-bottom: .5em !important;
  }
}

.root .main_content .mb_0em,
.root .main_content .no_mb,
.root .main_content .mb_none {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mb_0em-pc,
  .root .main_content .no_mb-pc,
  .root .main_content .mb_none-pc {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mb_0em-sp,
  .root .main_content .no_mb-sp,
  .root .main_content .mb_none-sp {
    margin-bottom: 0 !important;
  }
}

.root .main_content .mt_3em {
  margin-top: 3em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mt_3em-pc {
    margin-top: 3em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mt_3em-sp {
    margin-top: 3em !important;
  }
}

.root .main_content .mt_2em {
  margin-top: 2em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mt_2em-pc {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mt_2em-sp {
    margin-top: 2em !important;
  }
}

.root .main_content .mt_1_5em {
  margin-top: 1.5em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mt_1_5em-pc {
    margin-top: 1.5em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mt_1_5em-sp {
    margin-top: 1.5em !important;
  }
}

.root .main_content .mt_1em {
  margin-top: 1em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mt_1em-pc {
    margin-top: 1em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mt_1em-sp {
    margin-top: 1em !important;
  }
}

.root .main_content .mt_05em {
  margin-top: .5em !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mt_05em-pc {
    margin-top: .5em !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mt_05em-sp {
    margin-top: .5em !important;
  }
}

.root .main_content .mt_0em,
.root .main_content .no_mt,
.root .main_content .mt_none {
  margin-top: 0 !important;
}

@media screen and (min-width: 1000px), print {
  .root .main_content .mt_0em-pc,
  .root .main_content .no_mt-pc,
  .root .main_content .mt_none-pc {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .root .main_content .mt_0em-sp,
  .root .main_content .no_mt-sp,
  .root .main_content .mt_none-sp {
    margin-top: 0 !important;
  }
}

.root .main_content .line-height2 {
  line-height: 2 !important;
}

/* 共通設定 */
.root {
  overflow: hidden;
}

body {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 1000px), print {
  .pc_none {
    display: none;
  }
  .index_main_content,
  .main_content {
    margin-top: 60px;
  }
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none;
  }
}

.skip {
  border-style: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 100;
}

header {
  z-index: 9000;
}

@media screen and (min-width: 1000px), print {
  p, a, ul, ol, table {
    font-size: 16px;
  }
}

@media screen and (max-width: 999px) {
  p, a, ul, ol, table {
    font-size: 14px;
  }
}

/* footer */
.footer_contact {
  width: 100%;
  background-color: #252f79;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1801px) {
  .footer_contact::after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/common/img/footer_contact_bg.png) no-repeat bottom left/contain;
    background-size: 60% auto;
    z-index: 10;
  }
}

@media screen and (max-width: 1800px) {
  .footer_contact::after {
    min-width: 1119px;
    min-height: 214px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/common/img/footer_contact_bg.png) no-repeat center center/cover;
    z-index: 10;
  }
}

@media screen and (max-width: 999px) {
  .footer_contact::after {
    width: 75%;
    min-width: 446px;
    height: 100%;
    background: url(/common/img/footer_contact_bg.png) no-repeat bottom left/contain;
  }
}

.footer_contact .container {
  position: relative;
  z-index: 100;
  padding-top: 65px;
  padding-bottom: 72px;
}

@media screen and (max-width: 999px) {
  .footer_contact .container {
    padding-bottom: 32px;
    padding-top: 22px;
  }
}

.footer_contact .contact_ja {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2px;
}

@media screen and (min-width: 1000px), print {
  .footer_contact .contact_ja {
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .footer_contact .contact_ja.init {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 0;
  }
}

@media screen and (max-width: 999px) {
  .footer_contact .contact_ja {
    font-size: 18px;
  }
}

.footer_contact .contact_en {
  color: #6e76b1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (min-width: 1000px), print {
  .footer_contact .contact_en {
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 1;
  }
  .footer_contact .contact_en.init {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 0;
  }
}

@media screen and (max-width: 999px) {
  .footer_contact .contact_en {
    font-size: 14px;
    margin-bottom: 17px;
  }
}

.footer_contact .contact_inner_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 45px;
}

@media screen and (min-width: 1000px), print {
  .footer_contact .contact_inner_text {
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .footer_contact .contact_inner_text.init {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 0;
  }
}

@media screen and (max-width: 999px) {
  .footer_contact .contact_inner_text {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.footer_contact .contact-btn {
  display: inline-block;
  background-color: #e9e9f3;
  color: #1c2148;
  border-radius: 30px;
  font-size: 18px;
  padding: 20px 55px 20px 48px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 1000px), print {
  .footer_contact .contact-btn {
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
  }
  .footer_contact .contact-btn.init {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 0;
  }
}

.footer_contact .contact-btn:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #fff;
}

@media screen and (max-width: 999px) {
  .footer_contact .contact-btn {
    font-size: 14px;
    padding: 13px 25px;
    background-color: #fff;
  }
}

.footer_contact .contact-btn span {
  display: block;
  position: relative;
  margin-right: 20px;
  z-index: 50;
}

@media screen and (max-width: 999px) {
  .footer_contact .contact-btn span {
    margin-right: 15px;
  }
}

.footer_contact .contact-btn span::after {
  width: 25px;
  height: 19px;
  content: "";
  display: block;
  background: url(/common/img/footer_contact_icon.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: -30px;
}

@media screen and (max-width: 999px) {
  .footer_contact .contact-btn span::after {
    width: 15px;
    height: 12px;
    top: 3px;
    right: -17px;
  }
}

.footer_bottom {
  width: 100%;
  font-size: 18px;
  background-color: #1c2148;
  font-weight: 400;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer_bottom a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.footer_bottom .footer_logo {
  width: 160px;
  height: 55px;
  margin-bottom: 14px;
}

.footer_bottom .footer_logo img {
  width: 100%;
}

.footer_bottom_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer_bottom_wrapper {
    display: block;
    margin-bottom: 20px;
  }
}

.footer_bottom_01 {
  width: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  border-right: 1px solid #4d5385;
}

.footer_bottom_01 .address {
  margin-right: 50px;
}

@media screen and (min-width: 1000px), print {
  .footer_bottom_01 .footer_tel a {
    color: #fff !important;
  }
}

@media screen and (max-width: 1130px) {
  .footer_bottom_01 {
    font-size: 14px;
  }
  .footer_bottom_01 .address {
    margin-right: 30px;
  }
}

@media screen and (max-width: 999px) {
  .footer_bottom_01 {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom_01 {
    width: 100%;
    display: block;
    border-right: none;
    margin-right: 0;
    margin-bottom: 25px;
    line-height: 1.7;
  }
  .footer_bottom_01 .address {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.footer_bottom_02 {
  width: 57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 999px) {
  .footer_bottom_02 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom_02 {
    width: 100%;
  }
}

.footer_bottom_02 .footer_nav_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .footer_bottom_02 .footer_nav_top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    width: 100vw;
    margin-left: -25px;
  }
}

@media screen and (max-width: 999px) {
  .footer_bottom_02 .footer_nav_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_bottom_02 .footer_nav_top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #9ea4d9;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 999px) {
  .footer_bottom_02 .footer_nav_top ul {
    margin-top: 12px;
  }
}

.footer_bottom_02 .footer_nav_top ul .footer_nav_top_li {
  padding-right: 20px;
}

.footer_bottom_02 .footer_nav_top ul .footer_nav_top_li:not(:last-child) {
  border-right: 1px solid #9ea4d9;
}

.footer_bottom_02 .footer_nav_top ul .footer_nav_top_li:not(:first-child) {
  padding-left: 20px;
}

@media screen and (max-width: 1130px) {
  .footer_bottom_02 .footer_nav_top ul a {
    font-size: 12px;
  }
  .footer_bottom_02 .footer_nav_top ul .footer_nav_top_li {
    padding-right: 10px;
  }
  .footer_bottom_02 .footer_nav_top ul .footer_nav_top_li:not(:first-child) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom_02 .footer_nav_top ul .footer_nav_top_li {
    padding-right: 8px;
  }
  .footer_bottom_02 .footer_nav_top ul .footer_nav_top_li a {
    font-size: 14px;
  }
  .footer_bottom_02 .footer_nav_top ul .footer_nav_top_li:not(:first-child) {
    padding-left: 8px;
  }
}

.footer_bottom_02 .footer_nav_top .search {
  height: 28px;
  background-color: #39438f;
  border-radius: 14px;
  width: 200px;
  position: relative;
  padding-left: 15px;
  color: #bbc0e5;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_bottom_02 .footer_nav_top .search ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #bbc0e5;
}

.footer_bottom_02 .footer_nav_top .search :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #bbc0e5;
}

.footer_bottom_02 .footer_nav_top .search ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #bbc0e5;
}

.footer_bottom_02 .footer_nav_top .search ::placeholder {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bbc0e5;
}

.footer_bottom_02 .footer_nav_top .search_submit {
  width: 36px;
  height: 100%;
  background-color: #4f5ab2;
  background-image: url(/common/img/footer_search_icon.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 25px 28px;
  position: absolute;
  border-radius: 0 14px 14px 0;
  top: 0;
  right: 0;
}

.footer_bottom_02 .footer_nav_top .search_submit:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.footer_bottom_02 .footer_nav_bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1130px) {
  .footer_bottom_02 .footer_nav_bottom ul {
    font-size: 14px;
  }
}

.footer_bottom_02 .footer_nav_bottom ul li:not(:first-child) {
  padding-left: 24px;
}

.footer_bottom_02 .footer_nav_bottom ul li:not(:last-child) {
  padding-right: 23px;
}

.footer_copy {
  text-align: center;
  color: #434979;
  font-size: 14px;
  font-weight: 400;
}

.footer .scroll_to_top_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 6000;
}

.footer .scroll_to_top {
  position: fixed;
  bottom: 20px;
}

.footer .scroll_to_top a {
  width: 25px;
  height: 114px;
  display: block;
}

.footer .scroll_to_top a img {
  width: 100%;
}

.footer.footer-scroll_to_top_stop {
  position: relative;
}

.footer.footer-scroll_to_top_stop .scroll_to_top {
  position: absolute;
  top: -146px;
}

/* お知らせ */
.news_content {
  font-size: 16px;
  border-bottom: 1px solid #d1d9f0;
}

@media screen and (max-width: 999px) {
  .news_content {
    font-size: 14px;
  }
}

.news_content a {
  text-decoration: none !important;
}

.news_content .news_line {
  display: block;
  padding: 25px 70px 25px 30px;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 999px) {
  .news_content .news_line {
    padding: 17px 50px 17px 0px;
  }
}

.news_content .news_line::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #355aba;
  border-right: solid 1px #355aba;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 38px;
}

@media screen and (max-width: 999px) {
  .news_content .news_line::after {
    right: 20px;
  }
}

.news_content .news_line._disable {
  pointer-events: none;
}

.news_content .news_line._disable::after {
  display: none;
}

.news_content .news_line .news_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
}

@media screen and (max-width: 999px) {
  .news_content .news_line .news_head {
    margin-bottom: 5px;
  }
}

.news_content .news_line .news_head .news_date {
  min-width: 5em;
  color: #5d71a6;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin-right: 10px;
}

@media screen and (max-width: 999px) {
  .news_content .news_line .news_head .news_date {
    margin-right: 5px;
  }
}

.news_content .news_line .news_head .news_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.news_content .news_line .news_head .news_cat .label_cat {
  display: block;
  font-weight: 500;
  border: 1px solid #355aba;
  color: #355aba;
  border-radius: 12px;
  text-align: center;
  letter-spacing: -0.1em;
}

@media screen and (min-width: 1000px), print {
  .news_content .news_line .news_head .news_cat .label_cat {
    width: 90px;
    font-size: 13px;
    padding: 4px 5px;
    margin: 5px;
  }
}

@media screen and (max-width: 999px) {
  .news_content .news_line .news_head .news_cat .label_cat {
    font-size: 12px;
    padding: 2px 4px;
    margin: 2px;
  }
}

.news_content .news_line .news_body .news_ex {
  line-height: 1.3;
  color: #27282d;
}

.news_content .news_line:hover {
  opacity: 0.7;
}

.news_content .label_new {
  background-color: #355aba;
  color: #fff;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 11px;
  margin-left: 0.5em;
  line-height: 1;
}

/* 下層ページのレイアウト
main_content内にあるものはすべて以下の形が適用*/
@media screen and (min-width: 1000px), print {
  .main_content {
    margin-bottom: 290px;
  }
}

@media screen and (max-width: 999px) {
  .main_content {
    margin-bottom: 120px;
  }
}

.main_content .category_area {
  width: 100%;
  margin-bottom: 120px;
}

@media screen and (max-width: 999px) {
  .main_content .category_area {
    margin-bottom: 70px;
    min-height: 300px;
  }
}

.main_content .category_area .category_line {
  background-image: url(/common/img/category_line.jpg?);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}

@media screen and (max-width: 999px) {
  .main_content .category_area .category_line {
    background-position: top left -320px;
  }
}

.main_content .category_area .category_line_news {
  background-image: url(/common/img/category_line_news.jpg);
  background-position: center center;
}

@media screen and (max-width: 999px) {
  .main_content .category_area .category_line_news {
    background-position: left center;
  }
}

.main_content .category_area .category_line_about {
  background-image: url(/common/img/category_line_about.jpg);
  background-position: left top;
}

@media screen and (max-width: 999px) {
  .main_content .category_area .category_line_about {
    background-position: left -190px top;
  }
}

.main_content .category_area .category_line_products {
  background-image: none;
  background-color: #1c2148;
}

.main_content .category_area .category_line_recruit {
  background-image: url(/common/img/category_line_recruit.jpg);
  background-position: center top 20%;
}

@media screen and (max-width: 999px) {
  .main_content .category_area .category_line_recruit {
    background-image: url(/common/img/category_line_recruit_sp.jpg);
    background-position: top 35% left 48%;
  }
}

.main_content .category_area .category_line_faq {
  background-image: url(/common/img/category_line_faq.jpg);
  background-position: left bottom;
}

@media screen and (max-width: 999px) {
  .main_content .category_area .category_line_faq {
    background-position: center center;
  }
}

.main_content .category_area .category_area_container {
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area .category_area_container {
    height: 300px;
  }
}

.main_content .category_area h2.category_title {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area h2.category_title {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}

@media screen and (max-width: 1250px) {
  .main_content .category_area h2.category_title {
    left: 25px;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area h2.category_title {
    padding-top: 160px;
  }
}

.main_content .category_area h2.category_title .cat_en {
  display: inline-block;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background-color: #252f79;
  padding: 0 5px;
  margin-bottom: 8px;
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area h2.category_title .cat_en {
    background-color: transparent;
    -webkit-animation-name: category_title_txt;
            animation-name: category_title_txt;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area h2.category_title .cat_en {
    font-size: 60px;
  }
  .main_content .category_area h2.category_title .cat_en::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    background-color: #252f79;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-name: category_title_bar;
            animation-name: category_title_bar;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area h2.category_title .cat_en {
    font-size: 40px;
  }
}

.main_content .category_area h2.category_title .cat_ja {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #252f79;
  padding: 4px 10px;
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area h2.category_title .cat_ja {
    background-color: transparent;
    -webkit-animation-name: category_title_txt;
            animation-name: category_title_txt;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area h2.category_title .cat_ja {
    font-size: 18px;
  }
  .main_content .category_area h2.category_title .cat_ja::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    background-color: #252f79;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-name: category_title_bar;
            animation-name: category_title_bar;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area h2.category_title .cat_ja {
    font-size: 14px;
  }
}

.main_content .category_area .breadcrumbs {
  font-weight: 700;
}

@media screen and (max-width: 999px) {
  .main_content .category_area .breadcrumbs:not(.product_breadcrumbs):not(.fap_breadcrumbs) {
    width: 100vw;
    background: #fff;
    margin-left: -25px;
    padding-right: 25px;
    padding-left: 10px;
  }
  .main_content .category_area .breadcrumbs:not(.product_breadcrumbs):not(.fap_breadcrumbs) ul {
    padding-top: 10px;
  }
}

.main_content .category_area .breadcrumbs a,
.main_content .category_area .breadcrumbs span {
  color: #313869 !important;
  text-decoration: none;
  border-bottom: none !important;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area .breadcrumbs {
    position: absolute;
    height: 30px;
    text-align: right;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 7px 30px 7px 24px;
  }
  .main_content .category_area .breadcrumbs::before {
    content: "";
    display: block;
    width: 10px;
    height: 30px;
    border-bottom: 30px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: 0;
    left: -10px;
  }
  .main_content .category_area .breadcrumbs a,
  .main_content .category_area .breadcrumbs span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  .main_content .category_area .breadcrumbs {
    right: 25px;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area .breadcrumbs {
    position: static;
    margin-top: 61px;
  }
  .main_content .category_area .breadcrumbs a,
  .main_content .category_area .breadcrumbs span {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area .breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.main_content .category_area .breadcrumbs li:not(:last-child)::after {
  content: '/';
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -.1em;
  left: 0;
  color: #c5c5d2;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area .breadcrumbs li:not(:last-child)::after {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area .breadcrumbs li:not(:last-child)::after {
    margin-left: .5em;
    margin-right: .3em;
  }
}

.main_content .category_area .breadcrumbs li:not(:last-child) a:hover:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.main_content .category_area .breadcrumbs li .home {
  position: relative;
}

.main_content .category_area .breadcrumbs li .home::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url(/common/img/home_icon.png) no-repeat center center/cover;
}

@media screen and (min-width: 1000px), print {
  .main_content .category_area .breadcrumbs li .home::before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area .breadcrumbs li .home::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 999px) {
  .main_content .category_area .breadcrumbs li {
    display: inline;
  }
}

@media screen and (min-width: 1000px), print {
  .main_content h2:not(.category_title):not(.cancel),
  .main_content .h2 {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 999px) {
  .main_content h2:not(.category_title):not(.cancel),
  .main_content .h2 {
    text-align: center;
    margin-bottom: 50px;
  }
}

.main_content h2:not(.category_title):not(.cancel) .h2_ja,
.main_content .h2 .h2_ja {
  font-weight: 700;
  color: #272727;
}

@media screen and (min-width: 1000px), print {
  .main_content h2:not(.category_title):not(.cancel) .h2_ja,
  .main_content .h2 .h2_ja {
    font-size: 60px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 999px) {
  .main_content h2:not(.category_title):not(.cancel) .h2_ja,
  .main_content .h2 .h2_ja {
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
  }
}

.main_content h2:not(.category_title):not(.cancel) .h2_en,
.main_content .h2 .h2_en {
  font-weight: 400;
  color: #456ed7;
  position: relative;
}

@media screen and (min-width: 1000px), print {
  .main_content h2:not(.category_title):not(.cancel) .h2_en,
  .main_content .h2 .h2_en {
    font-size: 30px;
  }
}

@media screen and (max-width: 999px) {
  .main_content h2:not(.category_title):not(.cancel) .h2_en,
  .main_content .h2 .h2_en {
    display: block;
    font-size: 15px;
  }
}

.main_content h2:not(.category_title):not(.cancel) .h2_en::before,
.main_content .h2 .h2_en::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 1.8em;
  background-color: #313131;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  margin-right: 20px;
  top: 6px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .main_content h2:not(.category_title):not(.cancel) .h2_en::before,
  .main_content .h2 .h2_en::before {
    display: none;
  }
}

.main_content h3:not(.cancel),
.main_content .h3 {
  font-size: 36px;
  color: #484848;
  position: relative;
  padding-left: 41px;
  margin: 2em 0 1.5em;
  font-weight: bold;
  line-height: 1.3;
}

.main_content h3:not(.cancel)::before,
.main_content .h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 100%;
  background-color: #12176f;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 999px) {
  .main_content h3:not(.cancel),
  .main_content .h3 {
    font-size: 25px;
    margin: 1.5em 0 1em;
    padding-left: 20px;
  }
  .main_content h3:not(.cancel)::before,
  .main_content .h3::before {
    width: 6px;
  }
}

.main_content h4:not(.cancel),
.main_content .h4 {
  font-size: 30px;
  color: #484848;
  position: relative;
  border-bottom: 2px solid #12176f;
  padding-bottom: 10px;
  margin: 2em 0 1.5em;
  z-index: 1;
  font-weight: bold;
  line-height: 1.6;
}

.main_content h4:not(.cancel)::before,
.main_content .h4::before {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background: #6e93f2;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 999px) {
  .main_content h4:not(.cancel),
  .main_content .h4 {
    font-size: 21px;
    margin: 1.5em 0 1em;
    padding-bottom: 5px;
  }
}

.main_content h5:not(.cancel),
.main_content .h5 {
  font-size: 24px;
  color: #2a2f90;
  margin: 1.5em 0 0.7em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .main_content h5:not(.cancel),
  .main_content .h5 {
    font-size: 19px;
    margin: 1.5em 0 0.5em;
  }
}

.main_content p:not(.cancel) {
  margin: 1em 0 1em 1em;
}

@media screen and (max-width: 999px) {
  .main_content p:not(.cancel) {
    margin: 1em 0;
  }
}

@media screen and (min-width: 1000px), print {
  .indent {
    margin-left: 1em;
  }
}

.i_information_area .no_news {
  color: #fff;
  margin: 2em 0 0;
}

@media screen and (max-width: 999px) {
  .i_information_area .no_news {
    font-size: 12px;
  }
}

.i_information .label_new {
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  color: #252f79;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 11px;
  margin-left: .5em;
  margin-right: .5em;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.i_information .finished {
  color: #ffff00 !important;
}

.i_information._disable {
  pointer-events: none;
}

.i_information._disable .i_information_ex {
  text-decoration: none !important;
}

.i_information .pdf::after {
  margin: 0 3px;
  background-image: url("../img/pdf_icon_white.png");
}

.i_information .ext::after {
  margin: 0 3px;
  top: 2px;
  background-image: url("../img/ext_icon_white.png");
}

.i_news_02 .no_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px), print {
  .i_news_02 .no_news {
    height: 100%;
  }
}

@media screen and (max-width: 999px) {
  .i_news_02 .no_news {
    height: 120px;
  }
}

.news_pager__box.current, .news_pager__box:hover,
.news_pager a.current,
.news_pager a:hover {
  opacity: .7;
}

.news_content .news_line .news_head .news_cat .label_cat {
  width: auto;
  min-width: 90px;
  max-width: 100%;
  padding: 4px 9px;
}

.contact-form_section {
  display: none;
}

.contact-tel_box {
  max-width: 1000px;
  height: 300px;
  background-color: #354396;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
  padding: 15px;
}

@media screen and (max-width: 730px) {
  .contact-tel_box {
    height: 200px;
    margin: 20px auto;
  }
}

.contact-tel_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #1b2874;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 730px) {
  .contact-tel_box::before {
    height: 65px;
  }
}

.contact-tel_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 0;
  border-bottom: 100px solid transparent;
  border-left: 1000px solid #1b2874;
}

@media screen and (max-width: 730px) {
  .contact-tel_box::after {
    height: 65px;
    top: 65px;
    border-bottom: 65px solid transparent;
  }
}

.contact-tel_box .box_inner {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-tel_box .box_inner_headline {
  height: 40px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  color: #183676;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_headline {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}

.contact-tel_box .box_inner_headline::before {
  width: 10px;
  height: 40px;
  content: "";
  display: block;
  border-top: 40px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: 0;
  left: -10px;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_headline::before {
    height: 35px;
    border-top: 35px solid transparent;
  }
}

.contact-tel_box .box_inner_headline::after {
  width: 10px;
  height: 40px;
  content: "";
  display: block;
  border-bottom: 40px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 0;
  right: -10px;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_headline::after {
    height: 35px;
    border-bottom: 35px solid transparent;
  }
}

.contact-tel_box .box_inner_tel {
  margin-bottom: 22px;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_tel {
    margin-bottom: 12px;
  }
}

.contact-tel_box .box_inner_tel a {
  font-size: 60px;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 7px !important;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_tel a {
    font-size: 27px;
  }
}

.contact-tel_box .box_inner_tel a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 50px;
  background: url(/common/img/contact_tel_icon.png) no-repeat center center/cover;
  margin-right: 15px;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_tel a::before {
    width: 30px;
    height: 25px;
    margin-right: 10px;
  }
}

.contact-tel_box .box_inner_tel a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #fff;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_tel a::after {
    border-bottom: 1px solid #fff;
  }
}

.contact-tel_box .box_inner_time {
  font-weight: bold;
  font-size: 24px;
  color: #8eb2ff;
}

@media screen and (max-width: 730px) {
  .contact-tel_box .box_inner_time {
    font-size: 18px;
  }
}

.contact-tel_box .box_inner_time > span {
  color: #cedeff;
}

.form {
  margin: auto;
}

.form._recruit .recruit_none {
  display: none;
}

.form._contact .contact_none {
  display: none;
}

@media screen and (min-width: 1000px), print {
  .form._confirm .form_row {
    margin: 40px 0;
  }
}

@media screen and (max-width: 999px) {
  .form._confirm .form_row {
    margin: 30px 0;
  }
}

.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=number],
.form input[type=tel],
.form select,
.form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  background-color: #fff;
}

.form textarea {
  resize: none;
}

.form select {
  padding-right: 30px;
}

.form select._not_selected {
  color: #aaa;
}

.form select option {
  color: initial;
}

.form select option[value=_not_selected] {
  display: none;
}

@media screen and (min-width: 1000px), print {
  .form_head {
    margin: 60px 0;
  }
}

@media screen and (max-width: 999px) {
  .form_head {
    margin: 30px 0;
  }
}

.box._form {
  background-color: #edeef9;
  padding: 10px;
}

@media screen and (min-width: 1000px), print {
  .form_row {
    margin: 30px 0;
    min-height: 30px;
  }
}

@media screen and (max-width: 999px) {
  .form_row {
    margin: 20px 0;
  }
}

@media screen and (min-width: 1000px), print {
  .form_field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1000px), print {
  .form_field_1 {
    -webkit-flex-basis: 260px;
        -ms-flex-preferred-size: 260px;
            flex-basis: 260px;
    min-width: 260px;
    padding-right: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 1000px), print {
  .form_field_2 {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .form_field_label {
    margin-bottom: 10px;
  }
}

.form_field_input {
  word-break: break-all;
}

.form_field_input input[type=radio],
.form_field_input input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.form_field_input label {
  font-weight: normal;
  margin: 0 1em 0 0;
  display: inline-block;
  vertical-align: middle;
}

.form_field_input._zip input[type=text] {
  width: auto;
}

.form_field_input._select {
  position: relative;
}

.form_field_input._select::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  width: 12px;
  height: 8px;
  background-image: url("../img/select_arrow.png");
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form_field_error ul {
  margin-top: 5px;
}

.form_field_error ul li {
  font-size: small;
  color: #f1333e;
}

.form_btnArea {
  text-align: center;
}

@media screen and (min-width: 1000px), print {
  .form_btnArea {
    margin-top: 60px;
  }
}

@media screen and (max-width: 999px) {
  .form_btnArea {
    margin-top: 30px;
  }
}

.form_btnArea .btn {
  padding: 1em 2em;
}

@media screen and (min-width: 1000px), print {
  .form_btnArea .btn {
    min-width: 300px;
  }
}

@media screen and (max-width: 999px) {
  .form_btnArea .btn {
    min-width: 200px;
  }
}

.addressBox {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #ccc;
}

@media screen and (min-width: 1000px), print {
  .addressBox {
    padding: 80px 100px;
  }
}

@media screen and (max-width: 999px) {
  .addressBox {
    padding: 30px;
  }
}

.addressBox img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 999px) {
  .addressBox_info {
    text-align: center;
  }
}

.addressBox_map {
  margin: auto;
  max-width: 400px;
}

@media screen and (min-width: 1000px), print {
  .addressBox_column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
  }
  .addressBox_column2 > * {
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 999px) {
  .addressBox_column2 {
    margin: -10px auto;
  }
  .addressBox_column2 > * {
    padding: 10px 0;
  }
}

.telSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .telSet {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.telSet_label {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}

@media screen and (min-width: 1000px), print {
  .telSet_label {
    width: 4em;
  }
}

@media screen and (max-width: 999px) {
  .telSet_label {
    width: 3em;
  }
}

.telSet_num {
  font-size: 24px;
  font-weight: bold;
  color: #1967b2;
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}

.news_page__list {
  display: flex;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 35px;
  background: #f7f8fc;
  position: relative;
}
@media screen and (max-width: 999px) {
  .news_page__list {
    margin-top: 0;
    padding: 0 10px;
    flex-wrap: wrap;
  }
}
.news_page__list:before {
  content: "";
  display: block;
  width: 20px;
  height: 70px;
  border-bottom: 70px solid #f7f8fc;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media screen and (max-width: 999px) {
  .news_page__list:before {
    display: none;
  }
}
.news_page__list:after {
  content: "";
  display: block;
  width: 350px;
  height: 70px;
  background: #f7f8fc;
  position: absolute;
  bottom: 0;
  right: -350px;
}
@media screen and (max-width: 999px) {
  .news_page__list:after {
    display: none;
  }
}
.news_page__list li {
  width: 170px;
  flex-grow: 10;
  list-style: none;
  padding: 25px 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .news_page__list li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 52%;
    right: 0;
    background: #96b1d4;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 999px) {
  .news_page__list li {
    width: 48%;
    flex-grow: 0;
    padding: 12px 0px;
  }
}
@media screen and (max-width: 999px) {
  .news_page__list li:nth-child(odd):after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 52%;
    right: 0;
    background: #96b1d4;
    transform: translateY(-50%);
  }
}
.news_page__list a {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0;
  border-bottom: unset;
  color: #afbbdf;
  transition: 500ms;
}
.news_page__list a:hover {
  color: #272b7b;
}
.news_page__list a.active {
  color: #272b7b;
}
@media screen and (max-width: 999px) {
  .news_page__list a {
    font-size: 14px;
  }
}
.news_page__list.news_page {
  margin-top: 35px;
}
/*# sourceMappingURL=common.css.map */

