@charset "UTF-8";

@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

Title:medium.css
For:Tablet styles

Created:2019-08-27
Last Modified :

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

#mask{
  display:none;
}
#mask.open{
  background: rgba(0,0,0,0.5);
  position:fixed;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
    display: block;
}

/* ------------------------

  header

  ------------------------ */

article {
  padding: 0 30px;
}
.inner {
  width: 100%;
  padding: 0 20px;
}
#global_nav ul li a {
  padding: 0 20px;
}
#top_head.fixed #global_nav ul li a {
  padding: 0 15px;
}
#top_head.fixed #global_nav ul li.global_nav_self a:after,
#global_nav ul li.global_nav_self a:after {
	content: none;
}
#top_head,
.inner {
  width: 100%;
  padding: 0;
}
#top_head {
  top: 0;
  position: fixed;
  margin-top: 0;
}
#top_head .inner {
  width: 100%;
  height: 80px;
  padding: 0;
  overflow: initial;
}
#top_head .inner .logo{
  display: block;
  margin: 25px 0 0 25px;
}

#top_head a,
#top_head {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  width: 238px;
}

/* ----- Fixed reset ------ */
#top_head.fixed {
  position: fixed;
  background: #fff;
  top: 0;
  height: 80px;
  width: 238px;
}

#top_head.fixed .logo,
#top_head .logo {
  position: absolute;
}
#top_head.fixed .logo img,
#top_head .logo img {
  width: 238px;
  height: auto;
}
#top_head.fixed .inner .logo {
  display: block;
  margin: 25px 0 0 25px;
}

#mobile_head {
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 999;
  position: relative;
}

#global_nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -480px;
  background: #4545a7;
  width: 100%;
  text-align: left;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  order: 1;
}
.global_nav_inner {
    padding: 20px 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.global_nav_inner nav{
  display: block;
}
.global_nav_inner .link-arrow {
    display: block;
    padding: 15px 0;
    background: url(/images/front/icon_arrow_tab.png) 100% center no-repeat;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px;
}

#global_nav ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  flex-wrap: wrap;
  width: 100%;
}
#global_nav ul.first {
  margin-top: 25px;
}
#global_nav ul li {
  height: auto;
  border: none;
  border-bottom: solid 1px #fff;
  width: 100%;
}
#global_nav ul li.submenu-open,
#global_nav ul li.last {
  border-bottom: none;
}
#global_nav ul li:after  {
  display: none;
}

#top_head #global_nav ul li a,
#top_head.fixed #global_nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 25px 0;
  text-align: left;
}
#global_nav ul li a:hover {
  opacity: 0.7;
}
#global_nav ul li a:after {
  display: none;
}


/* #nav_toggle 三本線メニューの場所 */
#nav_toggle {
  top: 0;
  right: 0;
  display: block;
  background-color: #fff;
  width: 80px;
  height: 80px;
}
#nav_toggle .menu_btn_close{
  display: none;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle .menu_btn_close{
  display: block;
}
.open #nav_toggle .menu_btn_open{
  display: none;
}
/* #global-nav スライドアニメーション 上から */
.open #global_nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

/* access */
#top_head.open.fixed #global_nav ul li.nav_access > a {
  padding: 20px 0 20px 0px;
}
/* contact */
#top_head.open.fixed #global_nav ul li.nav_contact > a {
  padding: 20px 0 20px 0px;
}
#top_head.open.fixed #global_nav ul li.nav_contact a:hover {
  color: #fff;
  background-color: #4545a7 !important;
}

/* ------------------------
  main_heading
  ------------------------ */

.main_heading {
  padding-top: 95px;
  height: 280px;
}
.main_heading .sttl h1,
.main_heading .sttl h2{
  margin: 20px 0 0 0;
}

.breadcrumb {
/*  margin: 15px auto 25px;*/
}

/* ------------------------
  kv
  ------------------------ */


/* ------------------------------------
  top_lead_area
------------------------------------ */
.top_lead_area .lead_main {
  margin: 0 0 5px;
  padding-top: 45px;
  font-size: 38px;
  letter-spacing: 3px;
}
.top_lead_area .lead_bg {
  height: 300px;
  background: url(/images/front/pct_top_connect_t.png) right center no-repeat #4545a7;
}
.top_lead_area p {
  font-size: 16px;
  text-shadow: 0px 2px 5px #1e1e86;
}

/* ------------------------
  top_service_area
  ------------------------ */


/* ------------------------
  top_news
  ------------------------ */
table.top_news_tbl {
  margin: 0 auto;
  width: 100%;
  font-size: 16px
}

/* ------------------------
  top_about_area
  ------------------------ */


/* ------------------------
  top_detail_area
  ------------------------ */
.top_detail_area .container h2 span.text_block{
  display: inline-block;
}
.top_detail_area .top_detail_area_box .col-md-12 {
  padding: 0;
}

.top_detail_area .detail_area_box_l{
  float: right;
  margin-right: 20px;
}
.top_detail_area .detail_area_box_r{
  float: left;
  margin-left: 20px;
}

/* ------------------------

  footer
_
  ------------------------ */

.footer_service_area {
    padding: 20px 30px 20px 0;
}
.footer_service_area img{
  width: 180px;
  padding-bottom: 0;
}
.footer_service_area_box {
    height: 45px;
    margin-bottom: 0px;
}
.footer_navi_logo {
  text-align: left;
}
.footer_navi_logo_btn {
    text-align: right;
}
.footer_in_navi {
  text-align: center;
}
.footer_in_navi ul li a {
  font-size: 12px;
}
.footer_navi_box_unit {
    margin-bottom: 40px;
}
.copyright {
  font-size: 11px;
  text-align: center;
  padding: 0 0 14px;
}

.pc_noDisplay {display: none;}
.sp_noDisplay {display: block;}


/* ------------------------

  page_top_btn

  ------------------------ */
.page_top_btn {
  font-weight: bold;
  font-size: 14px;
  width: 66px;
  height: 66px;
  border-radius: 33px;
}
.page_top_btn:before {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.page_top_btn:hover {
  color: #fff;
  opacity:0.7;
}

/* ------------------------
  content_box
  ------------------------ */
.sub_nav_wrapper {
	padding: 18px 20px;
}
.sub_nav li {
	padding: 0 15px;
	font-size: 18px;
}
.sub_nav li:after {
	margin-top: -8px;
	height: 16px;
}
.sub_nav li.page_nav {
	font-size: 14px;
	margin-right: 22px;
	line-height: 2;
}
.sub_nav li.page_nav span {
	padding-right: 16px;
}
.sub_nav li.page_nav span:after {
	width: 16px;
	margin-top: -8px;
    width: 10px;
    height: 10px;
}
.content_box h2 {
	margin-bottom: 50px;
}
.content_box h2:after {
  bottom: -15px;
	margin-left: -50px;
  width: 100px;
  border-bottom: 3px solid #66c;
}
.content_section > h2 {
	width: 720px;
}
.nrr {
	width: 720px;
	margin: 0 auto 30px;
  padding-bottom: 10px;
	font-size: 14px;
}
.nrr_right {
	font-size: 13px;
}
.content_w100 {
	margin: 0 calc(360px - 50vw);
	padding: 0 calc(50vw - 360px);
}
/* ------------------------
  table.table_violet
  ------------------------ */
table.table_violet tr th ,
table.table_violet tr td {
	padding: 8px;
}
/* ------------------------
  textlink
  ------------------------ */
.link_pop ,
.link_pdf {
	padding-right: 24px;
}
.link_pop:after ,
.link_pdf:after {
	bottom: 3px;
}

/* ------------------------
  main_link
  ------------------------ */
.main_link a {
	border-radius: 6px;
	max-width: 300px;
	padding: 14px 0 12px;
}
.main_link a span {
	padding-right: 20px;
}
.main_link a span:after {
	margin-top: -8px;
  right: 5px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
/* ------------------------
  main_link_w
  ------------------------ */
.main_link_w {
}
.main_link_w a {
	border-radius: 6px;
	width: 286px;
	padding: 12px 0 10px;
	font-size: 18px;
}
.main_link_w a span {
	padding-right: 12px;
}
.main_link_w a span:after {
	margin-top: -8px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #66c;
    border-top: 2px solid #66c;
}

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

end

//////////////////////////////////////////////////*/
}


