/* 
        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;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

body {
  line-height: 1;
}


*{
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}


/*共通マージン設定*/
.mb1x1 {
  margin-bottom: 100px !important;
}
.mb1x2 {
  margin-bottom: 60px !important;
}
.mb1x3 {
  margin-bottom: 20px !important;
}
.mb1x4 {
  margin-bottom: 10px !important;
}
.mb1x5 {
  margin-bottom: 50px !important;
}
.mt1x1 {
  margin-top: 20px !important;
}

.pb1x1 {
  padding-bottom: 38px !important;
}
.pt1x1 {
  padding-top: 78px !important;
}
/* 共通 width 設定*/
.widthsize01 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
a {
	text-decoration: none;
	color: inherit;
}

/*ホバーアニメーション*/
.hover01{
   transition: 0.3s;
}

.hover01:hover{
    transform: scale(1.01);
    filter: blur(0.5px) saturate(0.7) brightness(110%);
    -webkit-filter: blur(0.5px) saturate(0.7) brightness(110%);
}



/*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{
    overflow-x: hidden;
    width: 100%;
    min-width: 960px;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main img{
	  }
hr {
  width: 100%;
}
stline {
  width: 100%;
}

.mainbody {
  width: 100%;
  margin-top: 0px;
} 

.header {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.header img{
  width: 100%;
}



.main {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}

.ctttl {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.ctttl p{
  font-size: 30px;
  line-height: 38px;
  padding: 10px 10px 8px 20px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.ttlki{
  background-color: #DBA406;
  color: #FFFFFF;
}
.ttlmi{
  background-color: #2FA13A;
  color: #FFFFFF;
}
.ttlmo{
  background-color: #DC4B88;
  color: #FFFFFF;
}
.ttlao{
  background-color: #2E57A8;
  color: #FFFFFF;
}


.about02 {
  background: #fff; /*背景色*/
  padding: 0.4em 0;
  width: 960px;
}
.about02 .flexbox01{
    display: flex;
}
.about02 .fbhidari{
    width: 40%;
}
.about02 .fbhidari img{
    width: 100%;
}
.about02 .fbmigi{
    width: 60%;
}
.about02 .fbmigi img{
    width: 100%;
    margin-top: 10px;
}

.about02 .text01{
  font-size: 22px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about02 .itemttl01 {
  padding: 7px 0 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.about02 .itemttl02 {
  padding: 7px 0 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  background-color: #2E57A8;
  color: #FFFFFF; 
}

.itemwrapper {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin-bottom: 26px;
  justify-content: space-between;
}
.itemwrapper div{
  padding: 0;
  width: 30%;
  background-color: #fff;
}  
.itemwrapper div img {
  width: 100%;
  border: solid 1px #e6e6e6;
} 

