﻿@charset "utf-8";


@media print, screen and (max-width: 768px) {
/* ==========================================================================
    /cpse/fsp/resources/css/overwrite.css
========================================================================== */
#h-header {
  border-top-width: 5px;
}
#h-header #h-wrap {
  width: 100%;
  height: 100px;
}
#h-header.box-shadow {
  z-index: 999;
}
#h-header #h-wrap #fontsize {
  display: none;
}
#h-header #h-wrap #h-title {
  width: 100%;
  max-width: 160px;
  height: auto;
  top: 10px;
  left: 10px;
}
#h-header #h-wrap #h-title a,
#h-title a img {
  width: 100%;
  height: auto;
}
#h-header #h-wrap #h-title2 {
  top: 10px;
  right: 10px;
}
#h-header #h-wrap #siteSearch {
  width: 95%;
  height: 35px;
  margin: 0 auto;
  top: 50px;
  right: 0;
  left: 0;
}
#h-header #h-wrap #siteSearch .searchText {
  width: calc(100% - 120px);
}
#h-header #h-wrap #siteSearch #searchBtn {
  position: absolute;
  right: 0;
}

/*----------------FOOTER----------------*/
#f-footer {
  padding: 10px;
  height: auto;
  line-height: 1.7;
}
#footer_menu li {
  margin-left: 0;
  margin-right: 16px;
}
#page-top a {
  width: 36px;
  height: 36px;
}
#page-top a::after {
  right: 12px;
  width: 12px;
  height: 12px;
}

/* ==========================================================================
   /cpse/stella/css/layout.css
========================================================================== */
/*----------------全体----------------*/
body {
  font-size: 1.5rem;
}
#contents {
  width: 100%;
}

.block_content2 {
	margin:20px auto;
  padding:0 20px;
}

.bk_dr {
	padding:10px;
}

/* tittle */
h2 {
  width: 100%;
  font-size: 2.2rem;
  padding:0 10px;
}


h2.non {
  padding: 10px 0;
}

img {
	max-width:100%;
	height:100%;
}

/*----------------header----------------*/
#header {
  position: relative;
  background: #FFF;
  overflow:hidden;
}
#header h1 {
  width:calc( 100% - 50px );
  float:left;
}
#header h1 img {
  width: 100%;
  max-width: 350px;
}

/*----------------gmenu----------------*/

#btn {
	position:relative;
}

#gmenu {
	background:none;
}

#gmenu ul#g_menu {
  display: none;
  position: fixed;
  top: 170px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #164ba7;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
  z-index: 300;
  height: calc(100% - 170px);
  overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}
#gmenu li {
  width: 100%;
  height: auto;
  border-right: none;

}
#gmenu li br {
  display: none;
}
#gmenu li a {
  position: relative;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 20px;
  color: #FFF;
  border-bottom: none;
  font-size: 100%;
  width: 100%;
  text-align: left;
}
#gmenu li a:hover {
  border-bottom: none;
  font-weight: bold;
  color: #fff;
  background: #323232;
  width: 100%;
  text-align: left;
}
#gmenu li a:after {
  position: absolute;
  right: 16px;
  top: 40%;
  display: block;
  content:"";
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#gmenu li.menu_has-second > a:after {
  content: none;
}


#gmenu li.nav_info {
    position: static;
    color: #003680;
    right: 0;
    top: -50px;
    display: inline-block;
    height: auto;
    min-height: 0;
    line-height: 1;
    padding: 0px;
    border: none;
    padding: 20px;
    padding-right: 0;
}

#gmenu li.nav_info a {
    color: #fff;
    background: url(../images/icon_contact.png) no-repeat;
    padding-left: 0px;
    padding: 0;
}



#gmenu li a:before,
#gmenu li a:hover:after {
  display: none;
}

.menu_second-level,
.nav_kikaku .menu_second-level{
  display: block!important;
  position: relative;
  right: 0px;
}


.menu_second-level a{
  padding-left: 1em;
}

/*スマホ用メニューボタン*/
.dl-menu {
  display: block;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

  .sec .dl-menu {
    background:#000;
  }

.dl-trigger {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  height: 36px;
  background: none;
  border: none;
  text-indent: -900em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  width: 30px;
}

.dl-trigger.active {
	width:30px;
}
  .header_main_inr_sec .dl-trigger {
    top: 0;
    right: -10px;
  }
.dl-trigger img {
  width: 30px;
  height: auto;
  margin: 10px auto 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dl-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  transition: all .4s;
  background-color: #1254ca  ;
}
.dl-trigger span:nth-of-type(1) {
  top: 7px;
}
.dl-trigger span:nth-of-type(2) {
  top: 21px;
}
.dl-trigger span:nth-of-type(3) {
  bottom: 20px;
}
.dl-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.dl-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.dl-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}


.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 200;
}
.fixbody {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fixbody #main{
  display: none;
}


#gmenu ul#g_menu > li {
	width:100%;
	height:auto;
}


#top_image {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background:url(../images/top_mv_sp.jpg) no-repeat 0 center;
  background-size:cover;
  height:500px;
  max-width:768px;
}

#top_image h2 {
	padding:400px 0 0 0;
}


/*----------------共通----------------*/
#main {
  width: 100%;
  min-height: auto;
}
#main .text {
  padding: 0 10px 20px;
}

#topmain{
  background: #164ba7;
}

/* パンくず */
#cate {
  padding: 8px 6px;
  font-size: 1.2rem;
}
.sp_show{
  display: block;
}


/*----------------2階層目----------------*/


.koubo_table th,
.koubo_table td {
	display:block;
	width:100%;
}

.jimu_table th,
.jimu_table td  {
	display:block;
	width:100%;
}

.koubo_table,
.jimu_table {
	width:100%;
}



}
