/* 
        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: 38px !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;
}
.main img{
	  }
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;
}

.main .itemttl01 {
  padding: 7px 0 5px 16px;
  margin-bottom: 20px;
  background-color: #17184b;
  color: #FFFFFF;
  text-align: left;
}
.main .itemttl01 .itembig01{
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}
.main .itemttl01 .itemsmall01{
  font-size: 28px;
  line-height: 32px;
  font-weight: 200;
  margin-left: 20px
}


.color {
  margin-left:380px;
}
.details{
  width: 560px;
  padding: 12px 10px 12px;
  margin: 0 auto 10px;
  font-size: 22px;
  text-align: center;
}
.colorpk{
  background-color: #eb6ea0;
  color: #FFFFFF;  
}
.colorgd{
  background-color: #c4972f;
  color: #FFFFFF;  
}
.colorbk{
  background-color: #2c2c2c;
  color: #FFFFFF;  
}
.colorye{
  background-color: #fcc800;
  color: #FFFFFF;  
}
.colorbr{
  background-color: #946c45;
  color: #FFFFFF;  
}
.colorrd{
  background-color: #e8383d;
  color: #FFFFFF;  
}
.colorwh{
  background-color: #f7f6f5;
  color: #2c2c2c;  
}
.colorbl{
  background-color: #6c9bd2;
  color: #FFFFFF;  
}
.coloror{
  background-color: #ea5550;
  color: #FFFFFF;  
}


.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 .text02 {
  width: 580px;
  padding-left: 20px;
  margin-bottom: 10px;

}
.about02 .text02 .dekaitext{
  color: #e95388;
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #ccc;
}
.about02 .text02 .fututext{
  font-size: 19px;
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.airpodsm{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.airpodsm > div{
	width: 32%;
	padding: 0;
}
.airpodsm > div img{
	width: 100%;
}
@media screen and (max-width: 480px) {
	
.airpodsm{
  width: 94%;
  text-align: center;
	margin: 0 auto;
  }
.airpodsm > div{
  width: 32%;
  }
}

/*----------------------------------------------------------------------------*/
.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: #17184b;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    
}


