@charset "utf-8";


body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 95%;
	line-height : 1.8;
	background : url( '../image/bg-body.png' ) repeat 0 0;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

a:link,
a:visited{
	color : #4040ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #4040ff;
	text-decoration : none;
}
.required img{
	width:35px;
}

/*-------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------*/
#globalHeader {
  padding-bottom: 10px;
  margin-bottom: 5px;
  transition: .5s;
  background-color: #ffffff;
  overflow: hidden;
  width: 960px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
#globalHeader .inner {
  width: 960px;
  margin: 1 auto;
}

#globalHeader .inner .list_left{
  width: 25%;
  margin: 0 auto;
  float: left;
  overflow: hidden;
}

#globalHeader .inner .list_right{
  width: 32%;
  margin: 0 auto;
  float: right;
  overflow: hidden;
}
#globalHeader .inner .list_right img{
  width: 100%;
}

#globalHeader ul {
  display: table;
  margin-top: 30px;
}
#globalHeader ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #00488b;
}
#globalHeader ul li a {
  color: #00488b;
  font-size: 16px;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 7px;
}
#globalHeader ul li a:hover {
  color: #fff;
}
#globalHeader ul li.sns_list a {
  padding: 10px 2px;
}
#globalHeader ul li .hover_contents {
  position: absolute;
  top: 42px;
  left: 0px;
  z-index: 10;
  display: none;
}
#globalHeader ul li .hover_contents p {
  border-bottom: #00488b 1px solid;
}
#globalHeader ul li .hover_contents p a {
  display: block;
  width: 140px;
  transition: .5s;
  background-color: rgba(220, 236, 255, 0.8);
}
#globalHeader ul li .hover_contents p a:hover {
  background-color: #2098D1;
  color: #fff;
  transition: .5s;
}
#globalHeader.scrolled {
  transition: .5s;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999999999999999999999999999999999;
  background-color: #fff;
}
/*-------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------*/
#btn_pagetop {
  width: 53px;
  height: 62px;
  right: 20px;
  position: fixed;
  bottom: 10%;
  z-index: 999999999;
}
#btn_pagetop a img {
  background-color: rgba(255, 255, 255, 0.6);
}
#globalFooter {
  background-color: #00488b;
  text-align: center;
  padding: 55px 0;
  position: relative;
}
#globalFooter nav {
  margin-bottom: 30px;
}
#globalFooter nav ul li {
  display: inline-block;
  border-right: #fff 1px solid;
}
#globalFooter nav ul li:last-child {
  border-right: none;
}
#globalFooter nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  transition: .5s;
  background-color: #00488b;
}
#globalFooter nav ul li a::before {
  background-color: #fff;
}
#globalFooter nav ul li a:hover {
  transition: .5s;
  color: #00488b;
}
#globalFooter .copyright {
  line-height: 1.6;
}
#globalFooter .copyright small {
  color: #fff;
}
/*#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
PC
#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#*/
@media screen and (min-width: 960px) {
  .for_sp {
    display: none;
  }
  a img {
    opacity: 1.0;
  }
  a:hover img {
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.9);
  }
.textarea{
	width: 65%;
    height: 5em;
}

  #mail_form dl h1{
	  font-size: 18pt;
	  font-weight: bold;
  }
  #mail_form dl h2{
	  font-size: 16pt;
	  font-weight: bold;
  }
  .center{
	  text-align: center;
  }

}


/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and ( max-width : 640px ){

body{
	font-size : 100%;
}

}
/* 640pixel end */

/*#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#
スマホ
#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#*/
@media screen and (max-width: 959px) {
  #wrap #globalHeader {
    margin-bottom: 0;
  }
  #wrap #globalHeader .drawer-nav {
    z-index: 999999999999999;
    padding-bottom: 15px;
  }
  #wrap #globalHeader .drawer-nav ul li a:hover {
    color: #00488b;
  }
  .list .list_left {
    float: none;
    width: 100%;
  }
  .list .list_right {
    float: none;
    width: 100%;
  }
  .col03 .col03_element {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .col02 .col02_element {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .for_pc {
    display: none;
  }
  .inner {
    width: 93.75%;
  }
  .bg_lblue {
    padding: 25px 0;
  }
  #breadcrumbs {
    display: none;
  }
  #mainContents .sct_desc {
    margin-bottom: 60px;
    width: 100%;
  }
  #globalHeader .inner {
    width: 93.75%;
  }
  #globalHeader .list .list_left {
    width: 180px;
  }
  #globalHeader .drawer-nav ul.drawer-menu {
    margin-top: 0;
    display: block;
  }
  #globalHeader .drawer-nav ul.drawer-menu li {
    display: block;
    border-bottom: #00488b 1px solid;
  }
  #globalHeader .drawer-nav ul.drawer-menu li:first-child {
    width: 37.5%;
    border-bottom: none;
  }
  #globalHeader .drawer-nav .sns {
    text-align: center;
    display: block;
  }
  #globalHeader .drawer-nav .sns li {
    display: inline-block;
    width: 40px;
  }
  #globalHeader .drawer-nav .sns li a {
    display: inline;
    width: 20px;
    padding: 0;
  }
  #mainContents {
    margin-bottom: 40px;
  }
  #mainContents .sct {
    margin-bottom: 25px !important;
  }
  #mainContents .sct_h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #mainContents .sct_h3 {
    font-size: 20px;
  }
  #mainContents .inner {
    width: 93.75%;
  }
  #mainContents #main_visual {
    height: 150px;
    margin-bottom: 20px;
  }
  #mainContents #main_visual h1 {
    width: 75%;
  }
  #globalFooter {
    padding: 20px;
  }
  #globalFooter nav {
    margin-bottom: 10px;
  }
  #globalFooter #pagetop_btn {
    width: 25px;
    top: -50px;
  }
  
  #mail_form dl h1{
	  font-size: 38pt;
	  font-weight: bold;
  }
  #mail_form dl h2{
	  font-size: 32pt;
	  font-weight: bold;
  }
  #mail_form dl p{
	  font-size: 28pt;
  }
  .center{
	  text-align: center;
  }
  form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
	  width: 100%;
	  height: 3em;
	  font-size: 24pt;
  }
  form#mail_form textarea{
	  font-size: 24pt;
	  height: 6em;
  }
  form#mail_form dl dt span {
    display: inline-block;
  }
  form#mail_form dl dd {
	padding: 0px 0 30px 0px;
  }
  
  
  
}