@charset "UTF-8";

/* ▼ お客様の声 ボタン要素 ▼ */

.voice_box {margin-top:200px;}


#contents_box2 ul.voice li {
    float: left;
    margin: 5px;
}

#contents_box2 ul.voice div.voiceBTN>a {
    background: #fff;
    background-size: 8px auto;
    border: 1px solid #333;
    display: inline-block;
    font-weight: bold;
    padding: 13px 60px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #252525;
    text-decoration: none;
}

#contents_box2 ul.voice div.voiceBTN>a:hover {
    color: #fff;
    background: #333;
    background-size: 8px auto;
    transition: 0.3s ease-in-out;
}

#contents_box2 ul.voice div.voiceBTN>a::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border-top: 7px solid #333;
	border-right: 6px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 6px solid transparent;
	transition: all .5s;
}
#contents_box2 ul.voice div.voiceBTN>a:hover::after {
	animation: arrow .5s;
	border-top: 7px solid #fff;
	border-right: 6px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 6px solid transparent;
}
@-webkit-keyframes arrow {
	100% {
	-webkit-transform: rotateY(720deg);
	}
	}

@keyframes arrow {
	100% {
	transform: rotateY(720deg);
	}
}


/* ▼ お客様の声 目次要素 ▼ */
div.voice_title{
	text-align: center;
}

div.voice_title ol {
	counter-reset: voice-number;
	list-style: none;
	padding: 0;
	display: inline-block;
}

div.voice_title li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	text-align: left;
}

div.voice_title li>a {
	color: #637a94;
	font-weight: bold;
	position: relative;
	display: inline-block;
	transition: .3s;
}

div.voice_title li::before {
	counter-increment: voice-number;
	content: counter(voice-number) " |";
	color: #637a94;
    display: block;
    font-family: 'arial black';
    font-size: 1.2em;
    float: left;
    margin-left: -35px;
    line-height: 1em;
}

div.voice_title li>a:hover {
	color: #213653;
}

div.voice_title li:hover::before {
	color: #213653;
}

/* ▼ お客様の声 左 ▼ */

section#contents_box2 div.container div.voice_wrap  div.voice_itemL {
    float: left;
    width: 30%;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL img {
    display: block;
    margin-bottom: 15px;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL h3 {
    color: #213653;
    text-align: center;
    font-size: 22px;
	margin-bottom: 0;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table {
    width: 100%;
    margin-bottom: 15px;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table th {
    width: 30%;
    background-color: #f8f9fa;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr th,
section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr td{
    border-bottom: 1px solid #ebedef;
	text-align: left;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr:first-of-type th,
section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr:first-of-type td {
    border-top: 1px solid #ebedef;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr td {
    background-color: #FFF;
}



section#contents_box2 div.container dl.QandA {
    margin-bottom: 1em;
	padding: 0 10px;
}


section#contents_box2 div.container div.voice_wrap  div.voice_itemL #question_box {
    border: 5px solid #f2f3f5;
    padding: 10px;
    box-sizing: border-box;
    background-color: #FFF;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL .QandA dt,
section#contents_box2 div.container div.voice_wrap  div.voice_itemL .QandA dd{
	margin-left: 1em;
}


section#contents_box2 div.container div.voice_wrap  div.voice_itemL .QandA dt p{
	text-align: left;
    text-indent: -2em;
    font-size: 14px;
    font-family: "ヒラギノUD角ゴ W5 JIS2004","游ゴシック","Yu Gothic","游ゴシック体","YuGothic",Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    padding-left: 1em;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL .QandA dd p{
	text-align: left;
    font-weight: bold;
    color: #213653;
    font-size: 14px;
    font-family: "ヒラギノUD角ゴ W5 JIS2004","游ゴシック","Yu Gothic","游ゴシック体","YuGothic",Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin: 0;
    text-indent: -2em;
    padding-left: 1em;}


/* ▼ お客様の声 右 ▼ */

section#contents_box2 div.container div.voice_wrap  div.voice_itemR {
    float: right;
    width: 65%;
	text-align: left;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemR .tit_sub {
	font-size: 30px;
    color: #213653;
	text-align: left;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemR p {
    margin-bottom: 28px;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemR .q_text {
    display: block;
    color: #637a94;
    padding-bottom: 5px;
    font-size: 105%;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemR h4.q_text::before {
    background: #637a94 none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    margin-right: 10px;
    position: relative;
    right: 0;
    width: 15px;
}








/*================== MOBILE PAGE ==================*/


@media screen and (max-width: 768px) {

section#contents_box2 div.container div.voice_wrap  div.voice_itemL {
    float: none;
    width: 100%;
}




section#contents_box2 div.container div.voice_wrap  div.voice_itemL table {
    width: 100%;
    margin-bottom: 15px;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table th {
    width: 30%;
    background-color: #f8f9fa;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr th,
section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr td{
    border-bottom: 1px solid #ebedef;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr:first-of-type th,
section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr:first-of-type td {
    border-top: 1px solid #ebedef;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table tr td {
    background-color: #FFF;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL table th,
section#contents_box2 div.container div.voice_wrap  div.voice_itemL table td {
    display: table-cell;
    font-size: 100%;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemL #question_box {
    margin-bottom: 40px;
    padding-bottom: 0px;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemR {
    float: none;
    width: 100%;
}

section#contents_box2 div.container div.voice_wrap  div.voice_itemR .tit_sub {
	display: none;
}



}
