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

body{
  position: relative;
  min-width: 100%;
  font-size: 14px;
  font-weight:300;
}

header,
section,
main .inner,
footer {
  width: 100%;
}

/* smartphone only */
.pc {
  display: none;
}

.sp_inline {
  display: inline;
}

.ad_pl1em {
  padding-left: 0;
}

/*============================================================================

	header

============================================================================*/

header {
	display:none;
}

/*============================================================================

	#navi

============================================================================*/
.gNavi{
  display:none !important;
}

.sp_navi {
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:62px;
  border-bottom: 3px solid #4040a1;
  font-size:16px;
  font-weight:bold;
  z-index: 9998;
}
.sp_navi h1{
  position: absolute;
  display: table !important;
  text-align: left;
  padding-left:6%;
  height: 100%;
}
.sp_navi h1 span,
.sp_navi h1 img{
  display:block;
  width: 238px;
  height: 28px;
}
.sp_navi h1 a{
  display: table-cell;
  vertical-align:middle;
}
.sp_navi h1 img{
  z-index: 9999;
  position:relative;
}
.sp_navi dl{
  position:relative;
  height:inherit;

}
.sp_navi dl dt {
  height: 62px;
  font-weight:bold;
  cursor:pointer;
  padding: 0 4%;
  font-size:18px;
  display:block;
  color:#fff;
  background-color: rgba(255,255,255,0.95);
  line-height: 2;
}
.sp_navi dl dt i{
  margin-right:2%;
}
.sp_navi dl dd {
  position:relative;
  right:-100%;
  background-color: rgba(255,255,255,0.85);
  background-image:url(../images/bg02.gif);
  transition:ease-in-out 0.3s;
  opacity:0;
}

/* 横から出てくるアニメーション */
.sp_navi dl dd.sp_navi3{
opacity:1;
right:0;

}

.sp_navi ul{
  padding:4% 2% 4% 8%;
}
.sp_navi ul li {
  width: 50% ;
  float: left ;
  line-height:1.4;
  font-size:15px;
  font-weight:normal;
}
.sp_navi ul li i{
  margin-right: 4%;
  color: #1F2774;
  font-size: 11px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: table-cell;
  left: -6px;
}
.sp_navi ul li i,
.sp_navi ul li span{
  display:table-cell;
  vertical-align:middle;
}
.sp_navi ul li i.fa-facebook-square,.sp_navi ul li i.fa-home{
  font-size:16px;
}
.sp_navi ul li:hover {
}
.sp_navi ul li a {
  display: table;
  width:92%;
  height: 40px;
  margin-right:8%;
  color:#333;
  text-decoration:none;
  /*padding: 8% 0px ;*/
  font-size: 13px;
}
.sp_navi ul li a:hover {
	
}
/*ボタンの動き*/
.sp_navi dt a {
  display: block;
  width: 42px;
  height:42px;
  position: absolute;
  top:9px;
  right: 10px;
  z-index: 9999999;
}
.sp_navi dt a span {
  display: block;
  background: #666;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
  top: 12px;
}
.sp_navi dt a span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.sp_navi dt a span:last-child {
  bottom: 12px;
}
.sp_navi dt a.active span:first-child {
  -webkit-transform: translateY(8px) rotate(225deg);
  -moz-transform: translateY(8px) rotate(225deg);
  -ms-transform: translateY(8px) rotate(225deg);
  transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
  opacity: 0;
}
.sp_navi dt a.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-225deg);
  -moz-transform: translateY(-8px) rotate(-225deg);
  -ms-transform: translateY(-8px) rotate(-225deg);
  transform: translateY(-8px) rotate(-225deg);
}

#pageHeader {
  position: relative;
  margin-top: 5px;
  padding: 2% 0 0;
  background-size: 100%;
}

/*============================================================================

	#main

============================================================================*/
main {
  margin: 0 auto;
  width: 100%;
}

main .inner {
  width: 95%;
}

main img {
  max-width: 100%;
}

main .contentImg {
  margin-top: 10px;
}

#container {
  padding-bottom: 30px;
}

section {
  min-width: initial; /* 背景切れ対策 */
  min-width: auto;
  padding: 30px 0;
}

/* topページ以外のH2 */
.ttl01 h2 {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.ttl01 h2:before{
  margin:0 10px 0 0;
  width:51px;
  height:61px;
}
	
.ttl01 h5 {
  font-size: 22px;
  letter-spacing: 0.1em;
}

.ttl01 h5:before{
  margin:0 10px 0 0;
  width:51px;
  height:61px;
}

.ttl01 h6 {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 0 0 0.5em;
}

.ttl01 h6:before{
  margin:0 auto;
  /*width:51px;*/
  height:41px;
}

main h3.ttl01 {
  margin-bottom: 15px;
  padding: 0 0 5px 0;
  font-size: 18px;
  text-align: center;
}


main h4, main p, main th, main td, main dt, main dd {
  font-size: 14px;
}

#pageTop {
  right:0;
  bottom: 70px;
}

#pageTop img {
  max-width: 60%;
}

/*============================================================================

	#footer

============================================================================*/
footer {
  padding: 0 0 10px 0;
}

footer nav ul {
  padding: 0;
}

footer nav ul li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
}

footer nav ul li:last-child {
  width: 50%;
  border-right: 0;
}

footer nav ul li a {
  display: block;
  margin: 0;
  line-height: 44px;
  color: #000;
  text-decoration: none;
}

footer nav ul li a:hover {
  background: #d8e1f3;
  text-decoration: none;
}

footer #footerSiteId p {
  font-size: 14px;
}

footer #footerSiteId p:last-child {
  margin-top: 10px;
}

footer #footerSiteId img {
  max-width: 90%;
}

footer .copyright {
  margin-top: 10px;
  font-size: 12px;
}

/*============================================================================

	top

============================================================================*/
#topMainVisual {
  width: 100%;
  height: 200px;
  margin-top: 62px;
  background-size: 200%;
}

#catch p {
  width: 100%;
  margin: 0 auto;
}

#catch p img {
  width: 30%;
  padding: 40px 0 40px 40px;
}

#topIntro .content,
#topIntro .content h2,
#topIntro .content h2 img,
#topIntro .content ul,
#topIntro .content li,
#topNews .content,
#topNews .content img,
#topNews .content li,
#topNews .content li,
#topNews aside,
#topNews aside img,
#topNews aside li {
  float: none;
  width: 100%;
}

#topIntro {
  margin-top: -30px;
}

#topIntro .content h2 {
  width: 50%;
  margin: 0 auto 10px;
}

#topIntro li span {
  height: 40px;
  font-size: 16px;
}

#topIntro .taC {
  font-size: 14px;
}

#topIntro .btn a {
  letter-spacing: 0;
}

#topStaff h3 {
  font-size: 20px;
}

#topNews h3 {
  margin-bottom: 0; 
}

#topNews dl dt {
  width: 8em;
}

#topNews dl dd {
  margin-left: 8em;
  padding-right: 0;
}

#topNews p.imgLink {
  width: 100%;
  margin-top: 20px;
}

/*============================================================================

	about

============================================================================*/
#about .content,
#about .contentTxt,
#about .contentImg,
#about .contentImg img {
  float: none;
  width: 100%;
}

/*============================================================================

	join

============================================================================*/

/*============================================================================

	consulting

============================================================================*/
#consul .content,
#consul .contentTxt,
#consul .contentImg,
#consul .contentImg img,
#advice .content,
#advice .contentTxt,
#advice .contentImg,
#advice .contentImg img {
  float: none;
  width: 100%;
}

/*============================================================================

	member

============================================================================*/
#expert .contentTxt,
#expert .contentImg,
#expert .contentImg img,
#insurance .contentTxt,
#insurance dl,
#seminar .contentTxt,
#seminar .contentImg,
#seminar .contentImg img {
  float: none;
  width: 100%;
}

#insurance dl {
  height: 3.5em;
  padding: 5px 10px;
}

/*============================================================================

	assist

============================================================================*/




#kensetsu .contentTxt,
#kensetsu dl {
  float: none;
  width: 100%;
}

#shogyo .contentTxt,
#shogyo dl {
  float: none;
  width: 100%;
}

#kogyo .contentTxt,
#kogyo dl {
  float: none;
  width: 100%;
}

#kensetsu dl,
#shogyo dl,
#kogyo dl {
  height:auto;
  padding: 5px 10px;
}



/*============================================================================

	contact

============================================================================*/
form#mailformpro label {
  white-space: normal !important;
  display: block;
}

/*============================================================================

	privacy

============================================================================*/

/*============================================================================

	sitemap

============================================================================*/
#siteList li {
  width: 50%;
  margin-right: 0;
}

#siteList li a span {
  font-size: 0.8rem;
}

/* sp改行あり*/
.spver{
 display: block;
}

/* space改行あり*/
.space{
 display: none;
}

#message .inner {
 margin-top:0;

}
	
}