@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 

******************************************************************************* */
/* ==

　00. base

=============================================================================== */
#main div:after {
  content: '';
  display: block;
  clear: both;
}
#main h2 {
  margin-bottom: 10px;
  font-size: 200%;
  color: #ec6d82;
}
#main h3 {
  margin-bottom: 10px;
  font-size: 166%;
  color: #333;
}
#main h3 span {
  color: #aa965c;
}
#main h4 {
  margin-bottom: 0;
  color: #ec6d82;
  font-size: 134%;
  font-weight: bold;
}
p em {
  font-weight: bold;
}
#main p.leadTxt {
  padding: 45px 0 50px;
  font-size: 26px;
  color: #333;
  text-align: center;
}
#main .sprtr {
  padding-bottom: 40px;
  zoom: 1;
  clear: both;
}
#main p,#main li{
  font-size: 134%;
}
#main p.note {
  font-size: 100%;
}
#main .aCenter{
text-align: center;
}
ol {
counter-reset:number; /*数字をリセット*/
list-style-type: none!important; /*数字を一旦消す*/
padding:0.5em;
/*background: #f5faff;*/
}
ol li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 30px;
}
#main ol li p{
margin-left:-30px;
font-size:100%;
}
ol li span {
color:#666;
font-weight:bold;
}
ol.type01 li:before{
/* 以下数字をつける */
position: absolute;
counter-increment: number;
content: counter(number);
/*以下数字のデザイン変える*/
display:inline-block;
background: #FFF;
color: #666;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 15px;
border-radius: 50%;
border:1px solid #666;
left: 0;
width: 20px;
height: 20px;
line-height: 19px;
text-align: center;
/*以下 上下中央寄せのため*/
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
#main sup {
font-size: 70%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.cNav02_list li { font-size: 100% !important; }

/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {}
@media only screen and (max-width: 820px) {
  #main .lead p {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  #main p.leadTxt {
    padding: 0 0 30px;
  }
  #main p.leadTxt.mobile {
    padding: 20px 0 40px;
    text-align: left;
  }
  #main .lead p {
    font-size: 18px !important;
    text-align: left;
  }
  #main div p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 567px) {
  #main div.bnrs li {
    width: auto;
    margin-bottom: 20px;
    text-align: center;
    float: none;
  }
  #main div.bnrs li:nth-child(even) {
    margin-left: 0;
  }
}
/* ==

　01.

=============================================================================== */
#main .colL02 {
  float: left;
  width: 49%;
}
#main .colR02 {
  float: right;
  width: 49%;
}
#main .colL03 {
  float: left;
  width: 59%;
}
#main .colR03 {
  float: right;
  width: 39%;
}
#main .colL04 {
  float: left;
  width: 69%;
}
#main .colR04 {
  float: right;
  width: 29%;
}
#main .colL05 {
  float: left;
  width: 79%;
}
#main .colR05 {
  float: right;
  width: 19%;
}
.bdrBlk01 {
  padding: 20px;
  border: 1px dotted #777;
  zoom: 1;
  clear: both;
}
.Blk01-gray{
background-color: #f4f4f4;
}
table {
  width: 100%;
}
th {
  padding: 7px 10px;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  font-size: 117%;
  font-weight: bold;
  vertical-align: middle;
  background: #fff9e2;
}
td {
  font-size: 117%;
  padding: 7px 10px;
  border: 1px solid #999;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
}
td.txtTd {
  text-align: left;
}
td span {
  font-size: 10px;
  color: #333;
}
.odd th, .odd td {
  background-color: #fff9e2;
}
#main strong {
	font-weight: bold;
	color: #333;
}
#main .pb20{
padding-bottom: 20px;
}

/* メディアクエリー
------------------------------------------------------------------------------- */
@media only screen and (max-width: 1205px) {
  #main .navBtnBlock li {
    width: 24.86%;
  }
}
@media only screen and (max-width: 820px) {
  #main .navBtnBlock li {
    width: 49%;
  }
  #main .navBtnBlock li:nth-child(2) {
    width: 49.8%;
  }
  #main .navBtnBlock li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 730px) {}
@media only screen and (max-width: 600px) {
  #main .navBtnBlock li {
    width: auto;
  }
  #main .navBtnBlock li:nth-child(2) {
    width: auto;
  }
  #main h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #main .colL02, #main .colR02, #main .colL03, #main .colR03, #main .colL04, #main .colR04 {
    width: auto;
    height: auto !important;
    float: none;
  }
  #main .colL02, #main .colL03, #main .colL04 {
    margin-bottom: 20px;
  }
  #main .bdrBlk01 h3 {
    font-size: 20px;
  }
  .bdrBlk01 .col1 {
    width: auto;
    margin: 0 0 15px;
    float: none;
  }
  .bdrBlk01 .col2 {
    width: auto;
    margin: 0 0 15px;
    float: none;
  }
  .fnTile {
    height: auto !important;
  }
  .tblBox {
    overflow: scroll;
  }
}

.lettervol136 .cBlock07{
width: auto;
}
.lettervol136 .cBlock07_img{
background-color: #f4f4f4;
}
.lettervol136 .cBlock07_stit,
.lettervol136 .cBlock07_sub{
font-size: 100% !important;
}
@media only screen and (max-width: 600px) {
.lettervol136 .cBlock07 {
	margin: 50px auto;
}
.lettervol136 .cBlock07_img-w1 {
	width: 159px;
}
.lettervol136 .cBlock07_img-w2 {
	width: 119px;
}
.lettervol136 .cBlock07_img-w3 {
	width: auto;
}
.lettervol136 .cBlock07_info {
	padding: 15px 20px;
}
.lettervol136 .cBlock07-drop .cBlock07_img,
.lettervol136 .cBlock07-drop .cBlock07_info {
	width: auto;
	display: block;
}
.lettervol136 .cBlock07_txt1 {
	line-height: 1.5;
	font-size: 100%;
}
.lettervol136 .cBlock07_txt2,
.lettervol136 .cBlock07-drop .cBlock07_txt1{
	line-height: 1.466;
	font-size: 125%;
}
}
@media only screen and (max-width: 374px) {
	.lettervol136 .cBlock07_img-w1 {
		width: 46.8%;
	}
	.lettervol136 .cBlock07_img-w2 {
		width: 34.498%;
	}
}