@charset "utf-8";
/* CSS Document */

/*------------------- パンくずリスト start ------------------- */
.bread{
	border-bottom: 1px solid #946134;
}
.bread .contents{
	padding: 5px 0!important;
}
.breadcrumb {
  margin-left:0;
  padding: 0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  font-family: FontAwesome;
  content: '\f105';
  padding: 0 3px;
  color: #0073a0;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #0073a0;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #0073a0;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}


/*------------------- コンテンツ start ------------------- */
.contents{
	width: auto;
	max-width: 820px;
	margin: 0 auto;
	padding: 60px 0;
}

.head .contents{
	padding: 0!important;
}

/*------------------- タイトル装飾1（四つ角飛び出し） start ------------------- */
.contents h2{
    position: relative;
    padding: 1em;
    border-top: solid 2px #4a4a4a;
    border-bottom: solid 2px #4a4a4a;
    max-width: 280px;
    text-align: center;
    margin: 10px auto 40px auto;
	font-weight: 500!important;
}
.contents h2:before, .contents h2:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: #4a4a4a;
}
.contents h2:before {left: 7px;}
.contents h2:after {right: 7px;}

.wide_tit_h2{
	max-width: 260px!important;
}

/*------------------- タイトル装飾1（四つ角飛び出し） 色変更 start ------------------- */
.contents h2.tit_brown{
    border-top: solid 2px #946134;
    border-bottom: solid 2px #946134;
	color: #946134;
}
.contents h2.tit_brown:before, .contents h2.tit_brown:after{
background-color: #946134;
}

.contents h2.tit_green{
    border-top: solid 2px #8ec32f;
    border-bottom: solid 2px #8ec32f;
	color: #8ec32f;
}
.contents h2.tit_green:before, .contents h2.tit_green:after{
background-color: #8ec32f;
}

.contents h2.tit_white{
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
	color: #fff;
}
.contents h2.tit_white:before, .contents h2.tit_white:after{
background-color: #fff;
}
/*------------------- タイトル装飾2（左端丸型アイコン） male_icon start ------------------- */
.tit_ornament1 {
    position: relative;
    background: #fff;
    padding: 2px 25px;
	margin: 0;
    margin-left: 5px;
	margin-right: 20px;
    font-size: 1rem;
    color: #8ec32f;
    border-radius: 15px;
}

.tit_ornament1:before {
    font-family: FontAwesome;
    content: "\f183";
    display: inline-block;
    position: absolute;
    padding: 0em;
    color: white;
    background: #8ec32f;
    font-weight: normal;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}
.icon_clock:before{
	content: "\f017"!important;
}
/*------------------- タイトル装飾3（下線2色） start ------------------- */
.tit_ornament2 {
border-bottom: solid 3px #fff;
position: relative;
font-size: 1.1rem;
margin: 0;
font-weight: 500;
}

.tit_ornament2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #8ec32f;
bottom: -3px;
width: 20%;
}
/*------------------- タイトル装飾4（帯状） start ------------------- */
.tit_ornament3 {
    color: #8ec32f;
	font-size: 1.1rem;
	font-weight: 500;
    padding: 0 0 0 10px;
    text-shadow: 0 0 5px white;
    border-left: solid 7px #8ec32f;
    background: -webkit-repeating-linear-gradient(-45deg, #ebf0d2, #ebf0d2 3px,#f5fadc 3px, #f5fadc 7px);
    background: repeating-linear-gradient(-45deg, #ebf0d2, #ebf0d2 3px,#f5fadc 3px, #f5fadc 7px);
	margin-top: 0;
}


/*------------------- 表組み1（下線のみ） start ------------------- */
.table_normal {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
.table_normal th,
.table_normal td {
  padding: 10px;
  border-bottom: 1px solid #4a4a4a;
}
.table_normal th {
  text-align: left;
 font-weight: 500!important;
  width: 15%;
}
/*------------------- 表組み1（下線のみ）入れ子table start ------------------- */
.inner_table_normal {
  border-collapse: collapse;
  width: 100%;
}
.inner_table_normal th,
.inner_table_normal td {
  padding: 0px;
  border: none;
}
.inner_table_normal th {
  text-align: left;
 font-weight: 500!important;
  width: 65%;
}
.inner_table_normal td {
  text-align: right;
}
/*------------------- 表組み1（カラーあり） start ------------------- */
.table_color {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
.table_color th,
.table_color td {
  padding: 10px;
  border: 1px solid #4a4a4a;
}
.table_color th {
  background-color: rgba(96,96,96,0.1);
  text-align: left;
  font-weight: 500!important;
  width: 30%;
}
.table_color td {
  background-color: #fff;
}
/*------------------- 表組み1（カラーあり）入れ子table start ------------------- */
.inner_table_color {
  border-collapse: collapse;
  width: 100%;
}
.inner_table_color th,
.inner_table_color td {
  padding: 0px;
  border: none;
}
.inner_table_color th {
  text-align: left;
  font-weight: 500!important;
  width: 40%;
  background-color: #fff;
}
.itc_type1 th {
  width: 15%;
}
.itc_type1 .long-tit_inner-table {
  width: 40%;
}
.link_normal{
	color: #0073a0!important;
}
.link_normal:hover{
	opacity: 0.6!important;
}

/*------------------- タブレット適用 ------------------- */
@media only screen and (max-width: 830px) {
.contents{
	margin: 0 30px;
}
}

/*------------------- SP適用 ------------------- */
@media only screen and (max-width: 640px) {
.breadcrumb {
	line-height: 1.2;
}
/*------------------- コンテンツ start ------------------- */
.contents{
	margin: 0 30px;
}
/*------------------- 表組み1（下線のみ） start ------------------- */
  .table_normal {
    border-top: 1px solid #4a4a4a;
  }
  .table_normal td {
    display: block;
	text-align: left;
  }
  .table_normal th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
/*------------------- 表組み1（カラーあり） start ------------------- */
.table_color {
    border-top: 1px solid #4a4a4a;
  }
.table_color td {
    display: block;
  }
.table_color th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
  }
.sm_fluid{
	max-width: 100%;
	height: auto;
}
.itc_type1 .long-tit_inner-table {
  width: 100%;
}
.sp_td_center td{
	text-align: center;
}

}


