/*------------------------------------------------------------
flexible・・・フレキシブル（柔軟コンテンツ）のデザインパーツ
-------------------------------------------------------------*/

.fbox{
        margin:3px;
        background:#ffffff;
}

.boximg{
        overflow: hidden;
}

.boximg img{
        width:100%;
        -moz-transition: -moz-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.5s linear;
        -o-transition: -o-transform 0.5s linear;
        -ms-transition: -ms-transform 0.5s linear;
        transition: transform 0.5s linear;
}

.box3f .boximg img{height:180px;}
.box4f .boximg img{height:145px;}

@media screen and (max-width: 479px){
.boximg img{
        width:100%;
        height:150px;
        -moz-transition: -moz-transform 0.5s linear;
        -webkit-transition: -webkit-transform 0.5s linear;
        -o-transition: -o-transform 0.5s linear;
        -ms-transition: -ms-transform 0.5s linear;
        transition: transform 0.5s linear;
}
}

.boximg img:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}

h2.boxhl{
        margin:10px 0px;
        font-size:15px;
        padding:0px;
        font-weight:bold;
        font-family:font-family:'Noto Sans Japanese';
}

p.boxpara{
        margin:10px 0px;
        color:#222222;
        padding:0px;
        line-height:1.5;
        font-size:13px;
        font-weight:normal;
        font-family:font-family:'Noto Sans Japanese';
}


.articlebox{
        margin-bottom:20px;
}

.fboxborder{
        border: 1px solid #ddd;
        padding: 20px 20px 16px 20px;
        margin-left:10px;
        margin-right:10px;
        margin-top:15px;
        margin-bottom:20px;
}

@media screen and (max-width: 479px){

.fboxborder{
        border: 1px solid #ddd;
        padding: 20px 20px 16px 20px;
        margin-left:0px;
        margin-right:0px;
        margin-top:10px;
        margin-bottom:10px;
}

}

/* 画像回り込み */

.articlebox .flex-left {
        float: left;
        margin-right:15px;
}
.articlebox .flex-left img{
        width:350px;
        height:auto;
}

.articlebox .flex-right {
        float: right;
        margin-left:15px;
}
.articlebox .flex-right img{
        width:350px;
        height:auto;
}

.articlebox .flex-top {
        height:auto;
        margin-top:20px;
}
.articlebox .flex-top img{
        width:100%;
        height:auto;
        margin-top:20px;
}

@media screen and (max-width: 479px){
.articlebox .flex-left {
        float: none;
        margin-right:0px;
        margin-top:15px;
        margin-bottom:15px;
}
.articlebox .flex-left img{
        width:100%;
        height:auto;
}

.articlebox .flex-right {
        float: none;
        margin-right:0px;
        margin-top:15px;
        margin-bottom:15px;
}
.articlebox .flex-right img{
        width:100%;
        height:auto;
}

.articlebox .flex-top {
        height:auto;
        margin-top:15px;
        margin-bottom:15px;
}
.articlebox .flex-top img{
        width:100%;
        height:auto;
        margin-top:0px;
}
}




/* 引用文 blockquote */

blockquote {
    position: relative;
    padding: 15px 15px 10px 32px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e0e0e0;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #e0e0e0;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
}

blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}

blockquote p {
    position: relative;
    font-size:12px;
    padding: 0;
    margin: 0px 0!important;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

blockquote span {
    display:block;
    text-align:right;
    font-size:12px;
}




/* お客様の声 voice */


.voicebox {
    position: relative;
    padding: 10px 60px 10px 15px;
    margin:20px auto 20px;
    box-sizing: border-box;
    font-style: italic;
    background: transparent;
    color: #555;
    border:1px solid #efefef;
}

.voicebox:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
    vertical-align: middle;
    content: "\f27a";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
}

.voicebox p {
    font-size:13px;
    padding: 0;
    margin: 0px 0!important;
    line-height: 1.7;
}

.voicebox cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.voicebox span.username {
    display:block;
    text-align:right;
    font-size:12px;
}

.voicebox img {
}


/* お客様の声 画像回り込み */

.voicebox .flex-left {
        float: left;
        margin-right:15px;
}

.voicebox .flex-left img{
        width:100px;
        height:auto;
}

.voicebox .flex-right {
        float: right;
        margin-left:15px;
}
.voicebox .flex-right img{
        width:90px;
        height:auto;
}

@media screen and (max-width: 479px){
.voicebox .flex-left {
        float: left;
        margin-right:15px;
        margin-top:15px;
        margin-bottom:15px;
}
.voicebox .flex-left img{
        width:90px;
        height:auto;
}

.voicebox .flex-right {
        float: right;
        margin-right:0px;
        margin-top:15px;
        margin-bottom:15px;
}
.voicebox .flex-right img{
        width:100px;
        height:auto;
}
}


/* 問い合わせボタン */

.btn-inq02 a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 25px;
    text-align: center;
    margin-left: 5px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.btn-inq02 a:hover {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/* 通常、色設定は各テーマカラーのcssにて設定
.btn-inq02 a{
	background:#00B22C;
	border:1px solid #00B22C;
	color:#ffffff;
}

.btn-inq02 a:hover{
	background:#efefef;
	color:#00B22C;
	border:1px solid #00B22C;
}
 */


/* ブレッドリスト */

ul.bread{
        padding-left:15px;
        text-indent:-20px;
}

ul.bread li{
        font-size:15px;
        color: #555;
        margin-bottom:15px;
}

ul.bread li:before{
        padding-right:7px;
	content: " \f14a";
	font-family: FontAwesome;
}


/* 写真ギャラリー Flexbox */
.flexbox {
    display: flex;
    flex-wrap: wrap;
    border: 0px solid #ddd;
    padding: 0px;
    margin: 0 0 2em;
}

.flexbox > li {
    background: #eeeeee;
    padding: 1em;
    flex: 1 0 120px;
    margin: 0.4em;
}

.flexbox img {
    max-width: 100%;
    height: auto;
    width: auto\9;/* ie8 */
    margin-bottom: 1em;
}



/*
テーブル
*/

#ftable{
    margin:0px auto;
}

table#ftable {
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #BDBDBD;
    font-size:13px;
}

table#ftable tr {
    border: 1px solid #BDBDBD;
}

table#ftable th {
    border: 1px solid #BDBDBD;
    padding: 8px 12px;
    background:#eeeeee;
        color:#333333;
}

table#ftable th.w15 {
    width:15%;
}

table#ftable td {
    vertical-align: inherit;
    border: 1px solid #BDBDBD;
    padding: 8px 12px;
        color:#333333;
}

@media screen and (max-width: 479px){

table#ftable th.w15 {
    width:30%;
	font-size:12px;
    border: 1px solid #BDBDBD;
    padding: 8px 12px;
    background-color:#eeeeee;
}

}




/*
よくある質問（Q&A）
*/

dl.qa {
overflow: hidden;
_zoom: 1;
}
dl.qa dd,
dl.qa dt {
text-indent: -2.6em; 
padding: 0 20px 0px 50px;
}
dl.qa dt {
margin: 20px 20px 0 0;
}
dl.qa dd:first-letter,
dl.qa dt:first-letter {
font-size: 1.6em;
font-weight: bold;
margin-right: 10px;
padding: 5px;
font-family: 'Quicksand', sans-serif;
}
dl.qa dd {
color: #555;
margin: 10px 0 -1px 0;
padding-bottom: 20px;
border-bottom: solid 1px #aaa;
}
dl.qa dt:first-letter {
color: #157fc6;
}
dl.qa dd:first-letter {
color: #c61515;
}




/*
フローチャート
*/

.top_flows .top_flow {
    position: relative;
    border: 1px solid #aaaaaa;
    background: linear-gradient(top, #ffffff, #eeeeee);
    background: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
}


.top_flows .top_flow .image {
    display: table-cell;
    width:25%;
    height:130px;
    padding: 18px 5px 18px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 479px){
.top_flows .top_flow .image {
    display: block;
    width:100%;
    height:auto;
}
}

.top_flows .top_flow .image img{
        width:100%;
        height:auto;
}


.top_flows .top_flow .text {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

.top_flows .top_flow .text p {
    color:#555;
        font-size:13px;
}

.top_flows .top_flow .text .title {
        margin-top:20px;
    font-weight: bold;
}

.top_flows .top_flow .text .title02 {
        margin-top:20px;
        margin-left:80px;
    font-weight: bold;
}

.top_flows .arrow{
    text-align:center;
        margin-top:10px;
    margin-bottom:10px;
}

.top_flows .step{
    position: absolute;
        color:#fff;
    top:0;
        left:0;
        background:#337ab7;
        padding:2px 15px;
}




/*
タブメニュー
*/

ul#tabmenu{
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
        flex-wrap:wrap;
}

ul#tabmenu li {
    flex:1 0 100px; 
    list-style-type: none;
}
 
ul#tabmenu li a {
    font-size: 1em;
    line-height:1.3;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    background: #aaa;
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    border-top-left-radius: 5px;  
    border-top-right-radius: 5px;  
    border-bottom-right-radius: 0px;  
    border-bottom-left-radius: 0px;  
    -webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 0px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 0px;  
    -moz-border-radius-bottomleft: 0px;
}
ul#tabmenu li a:hover{
    background:#337ab7;
    color:#FFF;
}
 
ul#tabmenu li a.current {
    border-top: 1px solid #aaa;
    border-bottom: 0px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background: white;
    color: #aaa;
}
 
#tabcontents{
    cursor: pointer;
    clear:both;
}
 
#tabcontents div {
    padding: 10px 15px;
    background: white;
    border: 1px solid #aaa;
    border-top: none;
}
 
#tabcontents p{
        color:#555;
}
 
#tabcontents strong {
}