@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. base
　01. 

******************************************************************************* */
/* ==

　00. base

=============================================================================== */
#main div:after {
  content: '';
  display: block;
  clear: both;
}
#main h2 {
  margin-bottom: 10px;
}
#main h3 {
  margin-bottom: 10px;
}
p em {
  font-weight: bold;
}
#main p.leadTxt {
  padding: 45px 0 50px;
  font-size: 26px;
  color: #333;
  text-align: center;
}
#main p.leadTxt02 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ec6d5e;
  text-align: center;
}
#main .sprtr {
  padding-bottom: 20px;
  zoom: 1;
  clear: both;
}
#main h2 {
  margin-bottom: 0;
  font-size: 200%;
  color: #ea524a;
}
#main h2.type02 {
  margin-bottom: 25px;
  text-align: center;
}
#main h3 {
  margin-bottom: 10px;
  padding: 0.5em 1em 0.35em;
  font-size: 134%;
  color: #FFF;
  display: inline-block;
  border-radius: 10px;
  background-color: #ec6d5e;
}
#main h4 {
  font-size: 134%;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

#main p, #main li {
  font-size: 134%;
}
#main p.note {
  font-size: 100%;
}

/* メディアクエリー
------------------------------------------------------------------------------- */
@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 !important;
  }
  #main h2 {
    font-size: 150%;
    text-align: left;
  }
}


@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.

=============================================================================== */
.adviserBlock {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f8f2;
  zoom: 1;
  clear: both;
}
.adviserBlock span {
	color: #d98900;
}
#main .howtoBlock {
	background: #f9f8f2;
	padding: 20px;
	box-sizing: border-box;
}
#main .howtoBlock h3 {
  margin-bottom: 10px;
  padding: 0.5em 1em 0.35em;
  font-size: 134%;
  color: #FFF;
  display: inline-block;
  border-radius: 10px;
  background-color: #d98900;
}
#main .howtoBlock h4 {
  font-size: 134%;
  font-weight: bold;
  margin-bottom: 5px;
  color: #d98900;
}

/* カラムレイアウト
------------------------- */
#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: 29%;
}
#main .colR05 {
	float: right;
	width: 69%;
}
#main .colL06 {
  float: left;
  width: 79%;
}
#main .colR06 {
  float: right;
  width: 19%;
}
#main .colLPrf {
  float: left;
  width: 125px;
}

#main .bdrHr {
	border-top: dotted 1px #ccc;
	/*margin: 20px 0 0;*/
	padding: 20px 0 0;
}

/* メディアクエリー
------------------------------------------------------------------------------- */
@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) {

#main .colL04, #main .colR04, #main .colL05, #main .colR05, .colL06, #main {
    width: auto;
    height: auto !important;
    float: none;
	}
}


@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, #main .colL05, #main .colR05, #main .colL06, #main .colR06 {
    width: auto;
    height: auto !important;
    float: none;
  }
  #main .colR03 {
  	text-align: center;
	margin-bottom: 20px;
  }
  #main .colLPrf {
    width: auto;
    height: auto !important;
    margin-bottom:20px;
    float: none;
    text-align:center;
  }
  #main .colL06 {
    margin-bottom: 10px;
  }
  #main .colL02, #main .colL03, #main .colL04, #main .colL05, #main .colR06 {
    margin-bottom: 20px;
  }
  .fnTile {
    height: auto !important;
  }
}
@media only screen and (max-width: 567px) {}