/*font*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(/common/fonts/NotoSans_Thin.woff2) format('woff2'), url(/common/fonts/NotoSans_Thin.woff) format('woff'), url(/common/fonts/NotoSans_Thin.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(/common/fonts/NotoSans_Light.woff2) format('woff2'), url(/common/fonts/NotoSans_Light.woff) format('woff'), url(/common/fonts/NotoSans_Light.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(/common/fonts/NotoSans_DemiLight.woff2) format('woff2'), url(/common/fonts/NotoSans_DemiLight.woff) format('woff'), url(/common/fonts/NotoSans_DemiLight.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSans_Regular.otf'), url(/common/fonts/NotoSans_Regular.woff2) format('woff2'), url(/common/fonts/NotoSans_Regular.woff) format('woff'), url(/common/fonts/NotoSans_Regular.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(/common/fonts/NotoSans_Medium.woff2) format('woff2'), url(/common/fonts/NotoSans_Medium.woff) format('woff'), url(/common/fonts/NotoSans_Medium.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(/common/fonts/NotoSans_Bold.woff2) format('woff2'), url(/common/fonts/NotoSans_Bold.woff) format('woff'), url(/common/fonts/NotoSans_Bold.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(/common/fonts/NotoSans_black.woff2) format('woff2'), url(/common/fonts/NotoSans_black.woff) format('woff'), url(/common/fonts/NotoSans_black.otf) format('opentype')
}
/*END===font*/


/*共通*/
body {
	font-family: 'Noto Sans JP',"メイリオ", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
	word-break: break-all;
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	max-height: 100%;
}
.bold {
	font-weight: bold;
}
.flex-wrapper {
	padding: 0;
  justify-content: space-between;
  align-items: center;
}
.flex-wrapper .icon {
	max-width: 10%;
}
.flex-wrapper .text {
	max-width: 88%
}
/*END===共通*/
.l-header.noMenu {
	border-bottom: 0;
}
h1 {
	background-color: #fff;
	text-align: center;
	padding: 0 1rem 1rem;
}
.bg01{
    padding: 0rem 0 4rem;
    background: #e7fcfd;
}
.bg02{
    margin: 0 auto 2rem;
    border-radius: 10px;
    padding: 2rem 4rem;
    background-color: #fff;
}
.flex-wrapper{
  display: flex;
  margin: 2rem auto;
}
.flex_item {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
}

.main_img {
  margin-bottom: 2rem;
}
/*general-table*/
.taStyle02 th {
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  background:#fff;
}
.taStyle02 th:nth-child(2n) {
  background:#f8f6f0;
}
.taStyle02 th .text-small {
  font-weight:300;
}
.taStyle02 td {
  vertical-align: middle;
  text-align: center;
}
.textLink, a.textLink {
  color: #6e6e6e;
  font-weight:300;
}
.pointchart_table .bgbrowm {
  background:#f8f6f0;
}
.general-table .taStyle02 .bgbrowm {
  background:#f8f6f0;
}

.point_card img {
  width: 145px;
  margin-bottom: 0.5rem;
}
.text-bold {
  font-size: 2rem;
  font-weight: 700;
}
.pointchart_table .point_text span {
  color: #e70a0a;
  font-size: 3rem;
  font-weight: 700;
    ;
}

/*END===general-table*/

@media screen and (max-width:659px) {
	.inner.general:nth-of-type(1) {
		padding: 0;
	}
	.flex-wrapper .text {
	  max-width: 100%;
	}
	.main_contents {
    padding-bottom: 0;
    }
	h1 {
		line-height: .6;
	}
	h1 img {
		max-width: 75%;
	}
    .bg01{
        padding: 0rem 0 4rem;
    }
    .bg02{
        margin: 0 auto 2rem;
        padding: 1rem 1rem;
    }
.flex-wrapper{
  margin: 1rem auto;
}
.flex_item {
  padding: 0;
}
.flex_item:nth-of-type(2){
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
  .flex_item img {
    max-height: 95%;
    max-width: 95%;
  }
/*general-table*/
  .taStyle02 th {
    font-size: 16px;
  }
.general-table .taStyle02 .left {
  text-align: left;
}
/*END===general-table*/

}

@media screen and (min-width: 659px) {
  .main_contents {
    -webkit-tap-highlight-color: transparent;
	  padding-bottom: 0;
  }
}