/*

align

*/
.tL {
  text-align: left !important;
}
.tC {
  text-align: center;
  margin: 0 auto;
}
.tR {
  text-align: right !important;
}
.tx_red {
  color: #ff545e;
}
.tx_green{
	color:#1f8836;
}
ul.bnr_ul {
  margin: 0;
  padding: 0;
}
ul.bnr_ul li {
  list-style-type: none;
  margin-bottom: 1.5em;
}
ul.bnr_ul li img {
  border: 1px solid #b2aead;
}
.bg_white {
  background: #fff;
}
.bg_begie {
  background: #fff8e8;
}
.tx_white {
  color: #fff;
}
.bold {
  font-weight: 600;
}
.font_s {
  font-size: .83em !important;
}
.font_m {
  font-size: 1.18em !important;
}
.font_l {
  font-size: 1.3em !important;
}
.font_ll {
  font-size: 1.6em !important;
}
.p3_3em {
  padding: 3.3em;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.m20 {
  margin: 20px 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb60{
  margin-bottom: 60px !important;
}
.mb_1em {
  margin-bottom: .1em !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb4em {
  margin-bottom: 4em !important;
}

.mt40{
	margint-top:40px !important;
	
}

.mb40{
	margin-bottom: 40px !important;
}

.section_mb{
	margin-bottom: 60px;
}

.text-r {
    text-align: right;
}

.w100p {
  width: 100%;
}
@media all and (min-width: 300px) and (max-width: 1023px) {
  img.img_sp_only150 {
    width: 150px;
    height: auto;
  }
  .clearfix_sp_only::after {
    content: "";
    display: block;
    clear: both;
  }
}
/*

main
_____________________________*/
.main {
  padding:0 0 50px 0;
  background: #fff;
  position: relative;
}
.main:before, .main:after {
  content: " ";
  display: block;
  clear: both;
}
.main ul.breadcrumbs {
  margin: 0 0 1rem 0 !important;
}
.main p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: -4px;
}
.main ol, .main ul {
  font-size: 0.875rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
.main ol li {
  margin-bottom: .5rem;
}





#contents h3 {
  font-size: 1.54rem;
  font-weight: 300;
  color: #1f8836;
  margin-bottom: 20px;
}
/*

dl_dt_main

____________*/
.main dl.dl_dt_main {
  width: 100%;
  margin: 0 0 1em 0;
}
.main dl.dl_dt_main:after {
  content: " ";
  display: block;
  clear: both;
}
.main dl.dl_dt_main dt {
  display: block;
  width: 7em;
  clear: left;
  float: left;
}
.main dl.dl_dt_main dd {
  display: block;
  width: calc (100% - 7em);
  float: left;
  margin: 0;
}
/*

dl_dt_faq

____________*/
.main dl.faq {
  width: 100%;
  margin: 0 0 1em 0;
  position: relative;
}
.main dl.faq:after {
  content: " ";
  display: block;
  clear: both;
}
.main dl.faq dt {
  display: block;
  width: 3rem;
  clear: left;
  float: left;
  color: #7D1300;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -.8rem;
}
.main dl.faq dt.faq_a {
  color: #00547D;
}
.main dl.faq dd {
  display: block;
  width: calc(100% - 5rem);
  float: left;
  margin: 0;
}
/*

table
_____________________________*/
.main table {
  margin-bottom: 0;
}
.main table th, .main table td {
  font-size: 0.875rem;
  vertical-align: top;
}
table tbody td, table tbody th {
  text-align: left;
  vertical-align: top;
}
table tbody tr:nth-child(even) {
  background: #f5f5fb;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  /*border: solid 1px #ddd;*/
}
.main table.w_auto {
  width: auto;
}
