/* 
        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: 30px !important;
}
.mb1x4 {
  margin-bottom: 10px !important;
}
.mb1x5 {
  margin-bottom: 50px !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;
}

/*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: 1200px;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
hr {
  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;
}
.about02 {
  background: #fff; /*背景色*/
  width: 960px;
}
.about02 p {
  font-size: 1.2rem;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.about02 p .redtext {
  color: #FF003F;
  font-weight: bold;
}
.about02 .caution1 {
  font-size: 0.9rem;
  line-height: 1.8em;
  padding: 0.7rem;
  background-color: #ffe0e0;
}



.flexbox01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexbox01 div {
  width: 49%;
  margin-right: 1.8%;
}
.flexbox01 div:nth-child(2n) {
  width: 49%;
  margin-right: 0;
}
.flexbox01 div img {
  width: 100%;
}


/*----------------------------------------------------------------------------*/
.block_logo{
    text-align: center;
}
.block_logo .logo{
    margin: auto;
    display: inline-block;
    width: 241px;
    font-size: 24px;
    text-align: center;
}
.block_logo .logo img{
    border-bottom: 2px solid #555555;
    padding-bottom: 0.4rem;
    margin-bottom: 0.425rem;
    width:100%;
}

.copyright{
    padding: 1.2em 0 1em;
    background: #262626;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    
}




