@charset "UTF-8";
/* 見出し＆テキスト */
.otherPageTtl01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 30px;
}
.otherPageTtl02 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #333;
  margin: 0 0 30px;
}
.otherPageTtl03 {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-weight: bold;
  font-size: 19px;
  border-bottom: 1px solid #333;
  padding-bottom: 7px;
	text-align: left;
}
.imagTableTtl {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif!important;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px;
	text-align: center;
}
.title01 {
  font-size: 22px;
  font-weight: 500;
  padding: 0px;
}
.note-text {
  text-align: left;	
}
.box-note-text {
  margin: 30px auto 40px auto;
  padding: 20px;
  max-width: 836px;
  text-align: left;	
  border: 1px solid #333;
}
.box-note-text .title {
  font-size: 22px;
  font-weight: 500;
  padding: 0px;
}
.txt-indent {
	padding-left:1em;
	text-indent:-1em;
}

@media all and (min-width: 767px), print {
.otherPageTtl01 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif!important;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px;
  }
.otherPageTtl02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif!important;
    font-weight: bold;
    font-size: 26px;
    margin: 0 0 20px;
  }
.otherPageTtl03 {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
    text-align: left;
  }
.imagTableTtl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 20px;
  text-align: center;
 }
}

/* pc用 */
@media screen and (min-width: 1280px) {
.container {
  display: flex;
  width: 930px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
 }
.item {
  width: 210px;
	margin: 0 9px 20px 9px;
 }
.fontSizeM {
	font-size: 17px;	
 }
.PageBox01 {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
	z-index: 1;
  }
}

/* tablet用 */
@media screen and (min-width: 767px) and (max-width: 1279px) {
.note-text {
  text-align: center;	
}
.container {
  display: flex;
	max-width: 930px;
  width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
 }
.item {
    width: 30%;
	margin: 0 9px 20px 9px;
 }
.fontSizeM {
	font-size: 16px;	
 }
.PageBox01 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 30px 30px;
  }
}

/* sp用 */
@media screen and (max-width: 766px) {
.title01 {
  font-size: 19px;
  font-weight: 500;
  padding: 0px;
}
.box-note-text {
  margin: 0 20px 0 15px;
  }
.box-note-text .title {
  font-size: 19px;
  font-weight: 500;
  padding: 0px;
}
.note-text {
  text-align: left;	
}
.container {
  display: flex;
	max-width: 800px;
  width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
 }
.item {
  width: 46.5%;
	margin: 0 10px 20px 0;
 }
.fontSizeM {
	font-size: 16px;	
 }
.PageBox01 {
 padding: 0 10px 45px 10px;
 margin: 0 15px;
 position: relative;
 z-index: 1;
  }
}

/* 表組 */
.table-scroll {
  overflow-x: auto;
}
.table_design01 {
 width: 100%;
 min-width: 768px;
 text-align: center;
 vertical-align: middle;
 border: solid 1px #fff;
 border-collapse: separate;
 border-spacing: 1;
}
.table_design01 th {
 background: #898989;
 color: #fff;
 font-weight: 500;
 text-align: center;
 vertical-align: bottom;
 border: solid 1px #fff;
 border-collapse: separate;
}
.table_design01 td {
 padding: 10px;
 text-align: center;
 vertical-align: middle;
 border: solid 1px #fff;
 border-collapse: separate;
}
.table_design01 td:first-child {
 background: #e6e6e7;
}
.table_design01 tr:nth-child(2n+1) {
 background: #f3f4f4;
}

/* 2カラム余白調整 */
@media screen and (min-width: 1280px) {
.otherPageBoxOtl2.itemClm01 .otherPageBox .txtArea {
  max-width: 480px;
  float: left;
  padding-right: 30px;
}
.otherPageBoxOtl2.itemClm01 .otherPageBox .imgArea {
  max-width: 430px;
  float: right;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
.otherPageBoxOtl2.itemClm01 .otherPageBox .imgArea img,
.otherPageBoxOtl2.itemClm01 .otherPageBox .imgArea3 img {
  width: 100%;
  max-width: 400px;
  }
}

/* 区切り余白 */
.margin-RL {margin: 0 auto }
.ML01 { margin-left: -10px !important; }
.ML02 { margin-left: -10px !important; }
.ML03 { margin-left: -15px !important; }
.ML04 { margin-left: 20px !important; }
.MT_01 { margin-top: 30px !important; }
.MT_02 { margin-top: -20px !important; }
.MT_03 { margin-top: -10px !important; }
.MT_04 { margin-top: -30px !important; }
.MT_05 { margin-top: -40px !important; }
.MT_06 { margin-top: 0px !important; }
.MTB_01 { margin-top: 0px !important; margin-bottom: 0px !important;}
.MTB_02 { margin-top: 0px !important; }
.MB_01 { margin-bottom: 80px !important; }
.table_space01 { margin-top: 20px; }
.table_space02 { margin-top: 0px; }

@media screen and (min-width: 767px) and (max-width: 1279px) {
.MT_01 { margin-top: 10px !important; }
.MT_02 { margin-top: 0px !important; }
.MT_03 { margin-top: -50px !important; }
.MT_04 { margin-top: 0px !important; }
.MT_05 { margin-top: -80px !important; }
.MT_06 { margin-top: -30px !important; }
.MTB_01 { margin-top: -50px !important; margin-bottom: 20px !important;}
.MTB_02 { margin-top: 20px !important; }
.MB_01 { margin-bottom: 100px !important; }
.table_space01 { margin-top: 0px !important; }
.table_space03 { margin-top: 0px !important; }
 }

@media screen and (min-width: 768px) and (max-width: 1024px) {
.margin-RL { margin-left: 25px; margin-right: 25px; }
.ML01 { margin-left: 0px !important;  }
.ML02 { margin-left: 0px !important;  }
.ML03 { margin-left: 0px !important;  }
.ML04 { margin-left: 0px !important;  }
}

@media screen and (max-width: 766px) {
.margin-RL { margin-left: 23px; margin-right: 23px; }
.ML01 { margin-left: 10px !important;  }
.ML02 { margin-left: 0px !important;  }
.ML03 { margin-left: 0px !important;  }
.ML04 { margin-left: 0px !important;  }
.MT_01 { margin-top: 70px !important; }
.MT_02 { margin-top: 20px !important; }
.MT_03 { margin-top: 30px !important; }
.MT_04 { margin-top: 20px !important; }
.MT_05 { margin-top: -40px !important; }
.MT_06 { margin-top: 30px !important; }
.MTB_01 { margin-top: 0px !important; margin-bottom: 40px !important;}
.MTB_02 { margin-top: 0px !important; }
.MB_01 { margin-bottom: 70px !important; }
.table_space01 { margin-top: 0px !important; }
.table_space02 { margin-top: -45px !important; }
}

/* リード分余白 */
@media screen and (min-width: 1280px) {
.txt_mt01 {margin-top: 10px; margin-bottom: -20px; }
.txt_mt02 {margin-top: 10px; margin-bottom: 0px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.txt_mt01 {margin-top: 10px; margin-bottom: -20px; }
.txt_mt02 {margin-top: 10px; margin-bottom: 0px; }
}
@media screen and (max-width: 766px) {
.txt_mt01 {margin-top: 15px; margin-bottom: -15px; }
.txt_mt02 {margin-top: 15px; margin-bottom: 0px; }
}


/* スマホ用<br> */
@media screen and (max-width:414px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
}
/* tablet用<br> */
@media only screen and (min-width:415px) and (max-width:834px) {
	.br-sp { display: none; }
	.br-tb { display: block; }
	.br-pc { display: none; }
}
/* pc用<br> */
@media screen and (min-width:835px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
}