@charset "utf-8";

/*style*/
.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*=============================================== 
	base
===============================================*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}

html {
  height: 100%;
  width: 100%;
}

/*===============================================
	base
===============================================*/
body {
  font-family:'游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.5rem;
  line-height: 2em;
  color: #000;
  background: white;
  -webkit-text-size-adjust: 100%;
}

/* for IE6 */
* html body,
* html input,
* html textarea {
  font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

/*===============================================
	a,text
===============================================*/
a:hover,
a:hover img {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

a {
  color: #004ea1;
}

a,
a img {
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


/*===============================================
	flex
===============================================*/
.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexRev {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.flexCenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexitemCenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.flexCenterRev {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.flexstart {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flexend {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flexNoWrap {
  flex-wrap: nowrap;
}

.flexColumn {
  flex-direction: column;
}

/*===============================================
	font-size
===============================================*/
.f7 {
  font-size: 0.7rem !important;
}
.f8 {
  font-size: 0.8rem !important;
}
.f9 {
  font-size: 0.9rem !important;
}
.f10 {
  font-size: 1.0rem !important;
}
.f11 {
  font-size: 1.1rem !important;
}
.f12 {
  font-size: 1.2rem !important;
}
.f13 {
  font-size: 1.3rem !important;
}
.f14 {
  font-size: 1.4rem !important;
}
.f15 {
  font-size: 1.5rem !important;
}
.f16 {
  font-size: 1.6rem !important;
}
.f17 {
  font-size: 1.7rem !important;
}
.f18 {
  font-size: 1.8rem !important;
}
.f19 {
  font-size: 1.9rem !important;
}
.f20 {
  font-size: 2rem !important;
}
.f21 {
  font-size: 2.1rem !important;
}
.f22 {
  font-size: 2.2rem !important;
}
.f23 {
  font-size: 2.3rem !important;
}
.f24 {
  font-size: 2.4rem !important;
}
.f25 {
  font-size: 2.5rem !important;
}
.f26 {
  font-size: 2.6rem !important;
}
.f27 {
  font-size: 2.7rem !important;
}
.f28 {
  font-size: 2.8rem !important;
}
.f29 {
  font-size: 2.9rem !important;
}
.f30 {
  font-size: 3rem !important;
}
.f31 {
  font-size: 3.1rem !important;
}
.f32 {
  font-size: 3.2rem !important;
}
.f33 {
  font-size: 3.3rem !important;
}
.f34 {
  font-size: 3.4rem !important;
}
.f35 {
  font-size: 3.5rem !important;
}
.f36 {
  font-size: 3.6rem !important;
}
.f37 {
  font-size: 3.7rem !important;
}
.f38 {
  font-size: 3.8rem !important;
}
.f39 {
  font-size: 3.9rem !important;
}
.f40 {
  font-size: 4rem !important;
}

/*===============================================
	margine
===============================================*/
.mAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mlAuto {
  margin-left: auto !important;
}
.mrAuto {
  margin-right: auto !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}


.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}


.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}


.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}

/*===============================================
	padding
===============================================*/
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}

.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}

.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}

/*===============================================
	align
===============================================*/
.textcenter {
    text-align: center !important;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}

/*===============================================
  HalfBox
===============================================*/
.HalfBox10 {
  width: 10%;
}

.HalfBox11 {
  width: 11%;
}

.HalfBox12 {
  width: 12%;
}

.HalfBox13 {
  width: 13%;
}

.HalfBox14 {
  width: 14%;
}

.HalfBox15 {
  width: 15%;
}

.HalfBox16 {
  width: 16%;
}

.HalfBox17 {
  width: 17%;
}

.HalfBox18 {
  width: 18%;
}

.HalfBox19 {
  width: 19%;
}

.HalfBox20 {
  width: 20%;
}

.HalfBox21 {
  width: 21%;
}

.HalfBox22 {
  width: 22%;
}

.HalfBox23 {
  width: 23%;
}

.HalfBox24 {
  width: 24%;
}

.HalfBox25 {
  width: 25%;
}

.HalfBox26 {
  width: 26%;
}

.HalfBox27 {
  width: 27%;
}

.HalfBox28 {
  width: 28%;
}

.HalfBox29 {
  width: 29%;
}

.HalfBox30 {
  width: 30%;
}

.HalfBox31 {
  width: 31%;
}

.HalfBox32 {
  width: 32%;
}

.HalfBox33 {
  width: 33%;
}

.HalfBox34 {
  width: 34%;
}

.HalfBox35 {
  width: 35%;
}

.HalfBox36 {
  width: 36%;
}

.HalfBox37 {
  width: 37%;
}

.HalfBox38 {
  width: 38%;
}

.HalfBox39 {
  width: 39%;
}

.HalfBox40 {
  width: 40%;
}

.HalfBox41 {
  width: 41%;
}

.HalfBox42 {
  width: 42%;
}

.HalfBox43 {
  width: 43%;
}

.HalfBox44 {
  width: 44%;
}

.HalfBox45 {
  width: 45%;
}

.HalfBox46 {
  width: 46%;
}

.HalfBox47 {
  width: 47%;
}

.HalfBox48 {
  width: 48%;
}

.HalfBox49 {
  width: 49%;
}

.HalfBox50 {
  width: 50%;
}

.HalfBox51 {
  width: 51%;
}

.HalfBox52 {
  width: 52%;
}

.HalfBox53 {
  width: 53%;
}

.HalfBox54 {
  width: 54%;
}

.HalfBox55 {
  width: 55%;
}

.HalfBox56 {
  width: 56%;
}

.HalfBox57 {
  width: 57%;
}

.HalfBox58 {
  width: 58%;
}

.HalfBox59 {
  width: 59%;
}

.HalfBox60 {
  width: 60%;
}

.HalfBox61 {
  width: 61%;
}

.HalfBox62 {
  width: 62%;
}

.HalfBox63 {
  width: 63%;
}

.HalfBox64 {
  width: 64%;
}

.HalfBox65 {
  width: 65%;
}

.HalfBox66 {
  width: 66%;
}

.HalfBox67 {
  width: 67%;
}

.HalfBox68 {
  width: 68%;
}

.HalfBox69 {
  width: 69%;
}

.HalfBox70 {
  width: 70%;
}

.HalfBox71 {
  width: 71%;
}

.HalfBox72 {
  width: 72%;
}

.HalfBox73 {
  width: 73%;
}

.HalfBox74 {
  width: 74%;
}

.HalfBox75 {
  width: 75%;
}

.HalfBox76 {
  width: 76%;
}

.HalfBox77 {
  width: 77%;
}

.HalfBox78 {
  width: 78%;
}

.HalfBox79 {
  width: 79%;
}

.HalfBox80 {
  width: 80%;
}

.HalfBox81 {
  width: 81%;
}

.HalfBox82 {
  width: 82%;
}

.HalfBox83 {
  width: 83%;
}

.HalfBox84 {
  width: 84%;
}

.HalfBox85 {
  width: 85%;
}

.HalfBox86 {
  width: 86%;
}

.HalfBox87 {
  width: 87%;
}

.HalfBox88 {
  width: 88%;
}

.HalfBox89 {
  width: 89%;
}

.HalfBox90 {
  width: 90%;
}

.HalfBox91 {
  width: 91%;
}

.HalfBox92 {
  width: 92%;
}

.HalfBox93 {
  width: 93%;
}

.HalfBox94 {
  width: 94%;
}

.HalfBox95 {
  width: 95%;
}

.HalfBox96 {
  width: 96%;
}

.HalfBox97 {
  width: 97%;
}

.HalfBox98 {
  width: 98%;
}

.HalfBox99 {
  width: 99%;
}

.HalfBox100 {
  width: 100%;
}

.col_3 {
  width: 32%;
}

