/* 
        html5doctor.com Reset Stylesheet
        v1.6.1
        Last Updated: 2010-09-17
        Author: Richard Clark - http://richclarkdesign.com 
        Twitter: @rich_clark
        */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
/*共通マージン設定*/
.mb1x1 {
  margin-bottom: 100px !important;
}
.mb1x2 {
  margin-bottom: 80px !important;
}
.mb1x3 {
  margin-bottom: 20px !important;
}
.mb1x4 {
  margin-bottom: 28px !important;
}
.pb1x1 {
  padding-bottom: 38px !important;
}
.pt1x1 {
  padding-top: 38px !important;
}
/* 共通 width 設定*/
.widthsize01 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc {
  display: inherit;
}
.sp {
  display: none;
}
br.pc {
  display: inline;
}
br.sp {
  display: none;
}
.sp_block {
  display: inline;
}
html {
  font-size: 18px;
}
body {
  width: 960px;
  margin: auto;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main img{
	  }
hr {
  width: 100%;
}
.main .itemttl {
  padding: 16px 10px 10px;
  margin-bottom: 10px;
  background-color: #005eb8;
  font-size: 28px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
}
.main .itemttl02 {
  padding: 16px 10px 10px;
  margin-bottom: 10px;
  background-color: #999;
  font-size: 28px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
}
	
 .main .itemttl .txsmall {
   font-size: 20px;
   line-height: 20px;
   font-weight:normal;
 }
.flexbox01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about02 {
  background: #fff; /*背景色*/
  padding: 0.4em 0;
  width: 960px;
}
.about02 .flexbox01 {
  margin: auto;
}
.about02 .image01 img {
  width: 360px;
  margin-left: 0;
}
.about02 .image02 img {
  width: 580px;
  padding-left: 20px;
  margin-bottom: 28px;
}