@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 90%;	
	color: #4C4C4C;
	line-height: 1.5;
 -webkit-text-size-adjust: 100%;
}

img {
	border: none;
}

/*-- 

	header

====================================================== --*/
#head {
 text-align:center;
 margin-bottom:2em;
  border-bottom: 1px solid #738792;
}
#header {
 width:960px;
 text-align:left;
 margin:0 auto;
}
#header p.logo {
	margin:15px 0;
}
#header p.logo img {
 width:357px;
 height:41px;
 -ms-interpolation-mode: bicubic;
}
/*-- 

	contents_wrap

====================================================== --*/
#contents_wrap {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
#contents_wrap h1 {
 margin:10px 0;
}

#contents_wrap .commonTitle02 {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 50px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  color: #526d7b;
}
#contents_wrap .commonTitle02:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 44px;
  width: 100px;
  height: 5px;
  background: #fabe00;
  transform: translate(-50%, 50%);
}

p.Lead01 {
    text-align: center;
    line-height: 1.5 !important;
    font-size: 16px !important;
    margin: 30px 0;
	    color: #526d7b;
}

.sp {
  display: none !important;
	
}

@media screen and (max-width:767px){
#head {
    border-bottom: 1px solid #738792;
    text-align: center;
}

#header {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
#header p.logo img {
    margin: 0 0 0 3%;
    width: 60%;
    height: 100%;
}



#contents_wrap {
	width: 92%;
 padding: 6% 4% 12%;
	overflow: hidden;
}

#contents_wrap .commonTitle02 {
  padding: 0 0 10px;
  font-size: 22px;
  color: #526d7b;
  font-weight:bold;
}
#contents_wrap .commonTitle02:before {
    bottom: 0px;
    transform: translate(-50%, 0);
    width: 60px;
    height: 4px;
}
	
  .pc {
    display: none !important;
  }
	.sp {
		display: block!important;
}
p.Lead01 {
  color: #526d7b;
  text-align: left;
  width: 98%;
}
}
