@charset "UTF-8";
html {
  font-size: 0.875rem;
}
body {
  width: 100%;
	min-width: initial;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  box-sizing: border-box;
  color: #000;
	background: #e7e7df;
  letter-spacing: 0.05em;
}
.wrap {
	overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  line-height: 1.3;
}
#content p {
  line-height: 1.6;
}
.pagetop {
  cursor: pointer;
	display: none;
  overflow: hidden;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  width: 10vw;
	z-index: 10;
}
.pagetop:hover {
  opacity: .6;
}
.d_pc {
  display: none!important;
}
.grecaptcha-badge { visibility: hidden; }
/* フォント */
@font-face {
  font-family: 'avenirnext'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/avenirnext.ttf') format('truetype');
}
@font-face {
  font-family: 'americantypewriter'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/americantypewriter.ttf') format('truetype');
}
/* レイアウト */
#content {
  margin: 27.5362vw auto 0;
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}
.fade-in-up {  transform: translate(0, 50px);}
.fade-in-down {  transform: translate(0, -50px);}
.fade-in-left {  transform: translate(-50px, 0);}
.fade-in-right {  transform: translate(50px, 0);}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*
       01. header
========================================================================== */
header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 6.9333vw 5.3333vw 4.2667vw;
	background: #e7e7df;
	box-sizing: border-box;
  transition: .3s ease-in-out;
}
header .logo a {
  display: block;
  width: 49.3333vw;
  padding-top: 13.8667vw;
  background: url("../images/common/logo_b.svg") no-repeat 0 0;
  background-size: contain;
  font-size: 2vw;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
	transition: 0.5s;
}
header.is-animation {
  padding: 2.9333vw 5.3333vw 2.2667vw;
}
header.is-animation .logo a {
  width: 24.66665vw;
  padding-top: 6.93335vw;
}
header.is-animation .navToggle {
  top: 2.0667vw;
}
/*
       02. gnav
========================================================================== */
nav.globalMenuSp {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  background: #182a3b;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100vw;
	padding: 6.9333vw 5.2083vw 11vw;
	box-sizing: border-box;
}
nav.globalMenuSp .menu_inner {
  position: relative;
  padding-bottom: 10vw;
}
nav.globalMenuSp .menu_logo {
  display: block;
  width: 49.3333vw;
  margin-bottom: 12vw;
  padding-top: 13.8667vw;
  background: url(../images/common/logo_w.svg) no-repeat 0 0;
  background-size: contain;
  font-size: 2vw;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  transition: 0.5s;
}
nav.globalMenuSp .menu_list li a {
  display: block;
  margin-bottom: 1.8em;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
	line-height: 1;
}
nav.globalMenuSp .header_contact {
  display: block;
  margin: 10vw 0 0 auto;
  width: 64vw;
  padding: 5.3333vw 0;
  text-align: center;
  font-size: 4.2667vw;
  line-height: 1;
  color: #1c4388;
  font-weight: bold;
  background: #fff;
  border-radius: 40px;
}
nav.globalMenuSp .header_eng {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 12px;
  font-size: 4vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
nav.globalMenuSp .header_eng::after {
  display: block;
  content: '';
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}
/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
	top: 0;
}
/* ハンバーガー用 */
.navToggle {
  display: block;
  position: absolute;
  right: 2.6667vw;
  top: 5.0667vw;
  width: 10.1333vw;
  height: 10.1333vw;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  transition: .3s ease-in-out;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 5.3333vw;
  border-bottom: solid 0.5333vw #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 0;
}
.header_scroll .navToggle span {
  border-color: #000;
}
.navToggle span:nth-child(1) {
  top: 4vw;
  left: 2.4vw;
}
.navToggle span:nth-child(2) {
  top: 6.1333vw;
  left: 2.4vw;
}
/* 最初のspanをマイナス45度に */
.navToggle.active {
  background: #fff;
  border-radius: 20px;
  right: 2.6667vw;
}
.navToggle.active span:nth-child(1) {
  top: 5.0667vw;
  left: 2.5333vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  top: 5.0667vw;
  left: 2.5333vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
     03. footer
========================================================================== */
footer {
	padding: 18.6667vw 5.3333vw 8vw;
	background: #1c4388;
  color: #fff;
}
footer .foot_info {
  padding-bottom: 10.6667vw;
  border-bottom: 1px solid #fff;
}
footer .foot_info .f_logo {
	display: block;
	overflow: hidden;
  margin-bottom: 12vw;
	width: 37.3333vw;
	height: 0;
	padding-top: 9.8667vw;
	background: url("../images/common/logo_w.svg") no-repeat 0 0;
	background-size: contain;
}
footer .foot_info_cont p {
  font-weight: bold;
  margin-bottom: 0.8em;
}
footer .foot_info_cont dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  flex-wrap: wrap;
}
footer .foot_info_cont dl dt {
	width: 5em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
footer .foot_info_cont dl dd {
	width: calc(100% - 6em);
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.4em;
}
footer .foot_info_cont dl dd .foot_map {
  display: inline-block;
  margin-top: 4px;
  width: 4em;
  padding: 0.5em;
  line-height: 1;
  color: #fff;
  background: #182a3b;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  font-size: 0.85rem;
}
footer .foot_info_cont dl dd a {
  font-weight: bold;
  color: #fff;
}
footer .foot_menu .foot_menu_privacy {
  display: block;
  margin: 8vw 0;
  text-decoration: underline;
  font-size: 3.2vw;
  color: #fff;
  font-weight: bold;
}
footer .foot_menu .copy {
  font-weight: bold;
  font-size: 2vw;
  letter-spacing: 0;
}

/*
     05. top
 ========================================================================== */
/* mv ============================= */
#top #mv {
	margin: 0 auto;
  width: 100%;
}
#top #mv .mv_inner .mv_img {
  position: relative;
}
#top #mv .mv_inner .mv_img .mv_img_ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 78.1333vw;
  height: 0;
  background: url("../images/top/mv_ttl.png") no-repeat 50% 50% / 71.75%;
}
#top #mv .mv_inner .mv_txt {
  padding: 9vw 5.3333vw 16vw;
  color: #1c4388;
}
#top #mv .mv_inner .mv_txt .mv_txt_ttl {
  margin-bottom: 5vw;
  font-size: 7.6vw;
  font-weight: bold;
  line-height: 1.3;
}
#top #mv .mv_inner .mv_txt p {
  font-weight: 500;
  font-size: 4.8vw;
}

/* c_service ============================= */
#top #c_service {
  width: 100%;
	background: #1c4388;
}
#top #c_service .c_service_inner {
  padding: 8vw 0 0;
  position: relative;
  color: #fff;
}
#top #c_service .service_lead {
  padding: 0 5.3333vw;
}
#top #c_service .service_lead .service_lead_ttl {
  position: absolute;
  top: 21.3333vw;
  right: -4.8vw;
  display: block;
  overflow: hidden;
  width: 66.6667vw;
  padding-top: 51.7333vw;
  height: 0;
  background: url("../images/top/service_ttl.png") no-repeat 0 0 / contain;
}
#top #c_service .service_lead .service_lead_txt_ttl {
  margin-bottom: 4.2vw;
  font-size: 6.9333vw;
  font-weight: bold;
  text-align: center;
}
#top #c_service .service_lead p {
  margin-bottom: 18vw;
  width: 48vw;
  font-weight: bold;
}
#top #c_service .service_lead .btn_A_wrap {
  margin: 0 auto 8vw;
  text-align: center;
}
#top #c_service .service_menu a {
  display: block;
  width: 100%;
  padding-top: 102.9333vw;
  position: relative;
}
#top #c_service .service_menu .service_menu_cont01 {
  background: url("../images/top/service_menu01.jpg") no-repeat 0 0 / cover;
}
#top #c_service .service_menu .service_menu_cont02 {
  background: url("../images/top/service_menu02.jpg") no-repeat 0 0 / cover;
}
#top #c_service .service_menu .service_menu_cont03 {
  background: url("../images/top/service_menu03.jpg") no-repeat 0 0 / cover;
}
#top #c_service .service_menu a p {
  position: absolute;
  bottom: 9vw;
  left: 5.3333vw;
  font-size: 6.6667vw;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

/* c_member ============================= */
#top #c_member {
  padding: 18vw 0;
}
#top #c_member .ttl_A {
  margin: 0 0 10.6667vw 5.3333vw;
}
#top #c_member .member_list {
  margin: 0 0 10vw auto;
  width: 84vw;
}
#top #c_member .member_cont {
  margin-bottom: 2px;
}
#top #c_member .member_cont {
  position: relative;
}
#top #c_member .member_cont .member_txt {
  position: absolute;
  bottom: 6.6667vw;
  left: 9vw;
  color: #1c4388;
  text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 8px #fff;
}
#top #c_member .member_cont .member_txt .name {
  display: block;
  font-size: 5.8vw;
  font-weight: bold;
}
#top #c_member .member_cont .member_txt .position {
  font-weight: bold;
  font-size: 4vw;
}

/* c_aboutus ============================= */
#top #c_aboutus .ttl_A {
  margin: 0 0 5.3333vw 5.3333vw;
}
#top #c_aboutus .aboutus_wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 20vw 5.3333vw 25vw;
  background: url("../images/top/aboutus_bg.jpg") no-repeat 50% 0 / cover;
  position: relative;
}
#top #c_aboutus .aboutus_inner {
  margin-bottom: 10vw;
  padding: 4vw;
  box-sizing: border-box;
  background: rgba(255,255,255,0.3);
}
#top #c_aboutus .aboutus_inner p {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 3.3vw;
  font-weight: bold;
}
#top #c_aboutus .aboutus_inner .aboutus_head {
  display: inline-block;
  width: 1.5em;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  color: #1c4388;
}

/* c_news ============================= */
#top #c_news {
  padding: 18vw 5.3333vw 13vw;
  background: #e7e7df;
}
#top #c_news .ttl_A {
  margin-bottom: 10.6667vw;
}
#top #c_news .news_cont .news_list {
  margin-bottom: 8vw;
  border-top: 1px solid #416198;
}
#top #c_news .news_cont .news_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 5.3333vw 0;
  border-bottom: 1px solid #416198;
  position: relative;
}
#top #c_news .news_cont .news_list li a .btn_C {
  position: absolute;
  top: calc(50% - 24px);
  right: 1.4423%;
}
#top #c_news .news_cont .news_list .date {
  margin-top: 0.2em;
  width: 14vw;
  line-height: 1;
}
#top #c_news .news_cont .news_list .date span {
  display: block;
  font-size: 3.6vw;
  line-height: 1.1;
}
#top #c_news .news_cont .news_list .date .day {
  font-size: 6.6vw;
  font-weight: bold;
  vertical-align: middle;
}
#top #c_news .news_cont .news_list .ttl {
  width: calc(100% - 14vw);
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.3;
}
#top #c_news .news_cont .news_list .category {
  display: block;
  margin: 8vw 0 0 13vw;
  padding: 3.2vw 1.6vw;
  width: 34.1333vw;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#top #c_news .news_cont .news_list .category.category_notice {
  color: #fff;
  background: #1c4388;
}
#top #c_news .news_cont .news_list .category.category_topics {
  color: #1c4388;
  background: #fff;
}
#top #c_news .news_cont .news_list .btn_C {
  display: none;
}

/* c_faq ============================= */
#top #c_faq {
  padding: 8vw 5.3333vw 13vw;
  background: #efefed;
}
#top #c_faq .ttl_A {
  margin-bottom: 10.6667vw;
}
#top #c_faq .faq_list {
  margin-bottom: 8vw;
  border-top: 1px solid #416198;
}
#top #c_faq .faq_list li a {
  display: block;
  padding: 5.3333vw 0;
  border-bottom: 1px solid #416198;
  position: relative;
}
#top #c_faq .faq_list .ttl {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.3;
}
#top #c_faq .faq_list .btn_C {
  display: none;
}

/* c_contact ============================= */
#top #c_contact {
  padding: 16vw 5.3333vw 0;
}
#top #c_contact .contact_inner {
  padding: 16vw 5.3333vw 21vw;
  background: #182a3b;
}
#top #c_contact .contact_inner .ttl_A {
  margin-bottom: 4vw;
  text-align: center;
  color: #fff;
}
#top #c_contact .contact_inner > p {
  margin-bottom: 13vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: 500;
}
#top .contact7 dt {
	display: block;
	margin: 0 0 15px 0;
  font-size: 4.8vw;
  color: #fff;
  font-weight: bold;
}
#top .contact7 dd {
	margin: 0 0 20px 0;
  font-weight: bold;
}
#top .contact7 dd:last-child {
	margin: 0 0 50px 0;
}
#top .contact7 input[type="text"],
#top .contact7 input[type="email"],
#top .contact7 input[type="tel"],
#top .contact7 textarea,
#top .contact7 select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  min-height: 27px;
  height: 40px;
  font-size: 16px;
  line-height: 22px;
	background: #fff;
	border-radius: 4px;
  border: none;
  font-weight: bold;
}
#top .contact7 .form_select {
  position: relative;
}
#top .contact7 .form_select select {
  color: #1c4388;
}
#top .contact7 .form_select::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  border-top: solid 2px #1c4388;
  border-right: solid 2px #1c4388;
  z-index: 1;
}
#top .contact7 textarea {
  padding: 10px 15px;
  min-height: 140px;
}
#top span.wpcf7-list-item {
  margin: 0 1em 0 0!important;
}
#top .contact7 .contact7_e-mail input {
	margin-bottom: 2px;
}
#top .contact_form .btn_A {
  transition: .35s ease-in-out;
}
#top .btn_contact7 input {
	cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  color: #1c4388;
  font-weight: bold;
}
#top .btn_contact7 .wpcf7-spinner {
	display: none;
}
#top .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

/*
       08. multi-class
========================================================================== */
/*****　レイアウト　*****/
.layout_2column > *:not(:last-child) {
  margin-bottom: 8vw;
}
/*****　line　*****/
.line_A {
  display: block;
  margin: 0 auto;
  width: 200px;
  border-top: 1px solid #1c4388;
}
/*****　BOX　*****/
.box_A {
  padding: 6vw;
  box-sizing: border-box;
  background: #efefed;
}
.box_B {
  padding: 6vw;
  box-sizing: border-box;
  background: #dbdbcd;
}
/*　画像　*/
.img_border {
  box-sizing: border-box;
  border: 8px solid #fff;
}

.alignC {
  text-align: center;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.vAlignM {
  vertical-align: middle !important;
}
.img-column_r > .txt {
  margin-top: 20px;
}
.img-column_l > .txt {
  margin-bottom: 20px;
}
/*　見出し */
.ttl_A {
  color: #1c4388;
}
.ttl_A .eng {
  display: block;
  font-size: 7.5vw;
  line-height: 1.1;
  margin-bottom: 0.15em;
}
.ttl_A .kana {
  display: block;
  font-size: 5.6vw;
  font-weight: bold;
  margin-left: 0.7em;
  padding-left: 1em;
  text-indent: -1em;
}
.ttl_A .kana::before {
  display: inline;
  content: '―';
  font-size: 5.6vw;
}
.ttl_B {
  margin-bottom: 3vw;
  font-size: 5.6vw;
  font-weight: bold;
  color: #1c4388;
}
.ttl_catch p {
  margin-bottom: 3vw;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  text-align: center;
  line-height: 1.3!important;
}
.ttl_C {
  margin-bottom: 8vw;
  padding-bottom: 4vw;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.ttl_C::after {
  display: block;
  content: '';
  width: 80px;
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
/* ボタン */
.btn_A {
	position: relative;
	display: inline-block;
	min-width: 64vw;
	box-sizing: border-box;
	padding: 4vw 8vw 4vw 4vw;
  text-align: center;
  font-weight: bold;
	line-height: 1;
	font-size: 4.2667vw;
  border-radius: 1.3333vw;
	transition: 0.5s;
}
.btn_A.btn_A_white {
	color: #1c4388;
  background: #fff;
}
.btn_A.btn_A_blue {
	color: #fff;
  background: #1c4388;
}
.btn_A::after {
  display: block;
  content: '';
  border-top: solid 2px #1c4388;
  border-right: solid 2px #1c4388;
  width: 2.1333vw;
  height: 2.1333vw;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 1.06vw);
  right: 5vw;
}
.btn_A.btn_A_white::after {
  border-top: solid 2px #1c4388;
  border-right: solid 2px #1c4388;
}
.btn_A.btn_A_blue::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.btn_B {
	position: relative;
	display: inline-block;
  padding: 0 1.5em 0 0;
  font-weight: bold;
	line-height: 1;
	font-size: 4.2vw;
	transition: 0.5s;
}
.btn_B::after {
  display: block;
  content: '';
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.btn_B::before {
  background: #000;
  content: '';
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  bottom: -0.4em;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn_B:hover {
  opacity: 1;
}
.btn_B:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn_B.btn_B_back {
  padding: 0 0 0 1.5em;
}
.btn_B.btn_B_back::after {
  transform: rotate(-135deg);
  left: 0;
}
.btn_C {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.btn_C.btn_C_white {
  background: #fff;
  transition: .35s ease-in-out;
  position: relative;
}
.btn_C::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 7px);
  transition: .35s ease-in-out;
}
.btn_C.btn_C_white::before {
  border-top: solid 2px #1c4388;
  border-right: solid 2px #1c4388;
}
.btn_C.btn_C_white:hover {
  background: #1c4388;
  transition: .35s ease-in-out;
}
.btn_C:hover::before {
  left: calc(50% + 1px);
  border-color: #fff;
}
/* リンク */
.page_link {
  margin-bottom: 8vw;
  border-bottom: 1px solid #000;
}
.page_link ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.page_link ul li {
  display: block;
  margin-right: 1.5vw;
}
.page_link ul li a {
  display: inline-block;
  text-align: center;
  padding: 3.5vw 7.5vw 3.5vw 3.5vw;
  line-height: 1.3;
  font-size: 3.5vw;
  font-weight: bold;
  position: relative;
  color: #fff;
  background: #1c4388;
}
.page_link ul li a::after {
  display: block;
  content: '';
  width: 1.5vw;
  height: 1.5vw;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 1.5vw);
  right: 3vw;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.bnr_talk {
  margin: 0 auto;
  width: 90vw;
  max-width: 100%;
}
/*　 コラム */
.column .ttl-btn {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 5px 7px;
  line-height: 1.4;
  background: #00AFF3;
  color: #fff;
  border: 1px solid #00AFF3;
}
.column .column_inner {
  background: #fff;
  border-left: 1px solid #00AFF3;
  border-right: 1px solid #00AFF3;
  border-bottom: 1px solid #00AFF3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px;
}
/*　テーブル */
.table_A {
  width: 100%;
}
.table_A th,
.table_A td {
  padding: 3vw;
  background: #fff;
  border: 4px solid #e7e7df;
}
.table_A th {
  font-weight: 500;
  width: 11em;
}
.table_A th.bg_blue {
  background: #1c4388;
  color: #fff;
}

.alignL {
  text-align: left !important;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.tVAlignT {
  vertical-align: top !important;
}
.tVAlignM {
  vertical-align: middle !important;
}
.tVAlignB {
  vertical-align: bottom !important;
}
/* list */
.list-num li {
  list-style-type: decimal;
  list-style-position: inside;
}
.list-dot li {
  list-style: disc;
  margin-left: 1.2em;
}
.txt-indent li {
  padding-left: 1em;
}
.list-dot.txt-indent li {
  background: url(../images/common/disc.png) no-repeat left 2px;
}
.list-nostyle li {
  list-style: none;
}
.list-a {
  list-style-type: lower-alpha;
  list-style-position: inside;
}
.list-check li {
  padding-left: 16px;
  background: url(../images/common/checkmark.png) no-repeat left 8px;
}
.list-notice li {
  text-indent: -1.3em;
  padding-left: 1em;
  margin-left: 0.4em;
}
.list-notice li:before {
  content: "※";
  margin-right: 0.2em;
}

/*　テキスト */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", arial, helvetica, clean, sans-serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
.mincho {
  font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ave { font-family: 'avenirnext', serif; }
.ame { font-family: 'americantypewriter', serif; }
.p-link {
  color: #1c4388;
  margin: 0 1px;
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.gray {
  color: #808080;
}
.txt150 {
  font-size: 150%;
}
.txt130 {
  font-size: 125%;
}
.txt120 {
  font-size: 120%;
}
.txt110 {
  font-size: 110%;
}
.txt90 {
  font-size: 90%;
}
.txt80 {
  font-size: 80%;
}
.glay {
  color: #666;
}
.red {
  color: #d1372b;
}
.blue {
  color: #1c4388;
}
.white {
  color: #fff;
}

/*　余白 */
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mb1em {
	margin-bottom: 1em;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 6vw!important;
}
.mb40 {
  margin-bottom: 8vw!important;
}
.mb50 {
  margin-bottom: 9vw!important;
}
.mb60 {
  margin-bottom: 10vw!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}


/* ボタン */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.detail-btn {
  text-align: right;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 12px;
}
.detail-btn i.fa {
  color: #F2BC17;
}
.menu-btn2 .ttl {
  background: #61B4E5;
  color: #fff;
  border-color: #61B4E5;
}
.menu-btn2 li img {
  border-color: #61B4E5;
}
.menu-btn2 .detail-btn i.fa {
  color: #61B4E5;
}
/*改行非表示*/
.sp-none {
  display: none;
}
@media screen and (min-width : 310px) and (max-width: 330px) {
  .ios5only {
    display: none;
  }
}
@media screen and (min-width : 360px) {
  .andover {
    display: none;
  }
}
@media screen and (min-width : 375px) {
  .ios6over {
    display: none;
  }
}
/*
     10. error
 ========================================================================== */
.error {
  text-align: center;
  font-size: 18px;
  height: 120px;
  padding-top: 30px;
}