@charset "UTF-8";
/*
Theme Name:awano-shika.com
Version:1
*/
/*********
**********/


.t01 th {
    width: 23%;
}

.t01 td, .t01 th {
    padding: 0.5em;
    text-align: left;
}

table.t01 {
margin: 0;
    width: 100%;
}
/*==========================
	サイトマップ
==========================*/
.sitemap_box {
    padding: 0 0 100px 0;
}
.sitemap_box li {
    padding: 0.8em 0.2em 0.7em 1.1em;
    position: relative;
    border-bottom: 2px dotted #eee;
    vertical-align: top;
}

.sitemap_box li::before{
	display:none !important;
}


.sitemap_box li::after{
    display: block;
    content: "";
    position: absolute;
    width: 0.3em;
    height: 0.3em;
    top: 1.4em;
    left: 0.1em;
    border-top: solid 2px #043f71;
    border-right: solid 2px #043f71;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sitemap_box li ul li {
    border-bottom: none;
    padding-bottom: 0;
}
.sitemap_box li a {
    text-decoration: none;
    color: #333;
}
.sitemap_box li a:hover {
    color: #555;
}
.top_features .col-md-4 a { border: 1px solid #fff; }
/*==========================
	ボックス
==========================*/

/*-- 基本のブロック ------------*/
.block {
    margin-bottom: 2em;
}
/*-- クリアフィックスブロック ------------*/
.block-inner {
    margin-bottom: 2em; /*padding:0 10px;*/
}
.block > .block-inner:last-child {
    margin-bottom: 0;
}
/*-- 流れ ------------*/
.flow-block {
    padding: 0 0 1em;
    margin-bottom: 1em;
    position: relative;
}
.block-inner .flow-block {
    padding: 0 0 1em;
}
.flow-block::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    right: 50%;
    margin: 0 -15px -30px 0;
    border: 30px solid transparent;
    border-top: 15px solid #ccc;
}
.block > .flow-block:last-child::after, .block-inner > .flow-block:last-child::after {
    display: none;
}
.flow-block.last::after{
	content:none;
}
/*-- Q&A ------------*/
.qa-block {
    margin-bottom: 1.8em;
    padding-top: 1.8em;
    border-top: 1px dotted #ccc;
}
.qa-block .answer {
    position: relative;
    padding: 2px 2px 2px 2em;
    margin-left: 30px;
    margin-top: 20px;
}
.answer p {
    padding: 0 0 12px 5px;
}
.answer::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    background: #473619;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    margin-top: 0.1em;
}
.answer::after {
    position: absolute;
    content: "A";
    font-size: 100%;
    top: 5px;
    left: 0.7em;
    color: #fff;
    font-weight: normal;
    border: none;
}
.qa-block .answer p {
    margin: 0;
}
.qa-block h4 {
  padding-left: 2em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #043f71;
  background: none;
  padding-top: 0;
  padding-right: 35px;
}
.qa-block .ac_title::after {
    position: absolute;
    content: "Q";
    font-size: 100%;
    top: 2px;
    left: 0.4em;
    color: #fff;
    font-weight: normal;
    border: none;
	background:none;
	height:0;
	width:0;
	margin:0;
	
}
.qa-block h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #043f71;
    height: 1.6em;
    width: 1.6em;
    border-radius: 50%;
    margin-top: -0.15em;
}
/*--------------*/

@media screen and (min-width: 768px) {
/*==========================
    ブロック
  ==========================*/
  /*-- 横ならびbox -----------*/
.box2 { /* 横並び　X2 */
    display: inline-block;
    margin: 0 0.5% 0 0;
    width: 49%;
    box-sizing: border-box;
    vertical-align: top;
}
.box3 { /* 横並び　X3 */
    display: inline-block;
    margin: 0 0.9% 0 0;
    width: 32%;
    box-sizing: border-box;
    vertical-align: top;
}
.box4 { /* 横並び　X4 */
    float: left;
    margin: 0 1%;
    width: 23%;
    box-sizing: border-box;
    vertical-align: top;
}
.box5 { /* 横並び　X5 */
    float: left;
    margin: 0 1%;
    width: 18%;
    box-sizing: border-box;
    vertical-align: top;
}
}
@media screen and (max-width: 767px) {
	/*==========================
    ブロック
  ==========================*/
  /* 横ならびbox */
.box2, .box3, .box4 {
    margin-bottom: 20px;
}
/*-- before after ------------*/
.ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
}
.ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
}
.ba-block .before {
    padding-bottom: 40px;
    background: url(img/arrow_b.svg) no-repeat center bottom;
    background-size: 50px auto;
    margin-bottom: 20px;
}
}
.hidden{display:none !important;}