@charset "utf-8";
/* 
class */
.cf:after,
.clearfix:after {
content: "";
display: block;
clear: both;
}
.sp_only{
    display: none;
}
.is-tel-sp {
    pointer-events: none;
    color: #f00;
    text-decoration: none;
}
span.main-txt{
    font-weight: bold;
    color: black;
}
.op-none a{
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .is-tel-sp {
        pointer-events: auto;
    }
}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt80{margin-top: 80px;}
.bg_yellow{background: yellow;}
.fc_red{color: #d40a0a;}
.fw_bold{font-weight: bold;}
.table{display: table;}
.bg_white{background: #fff;}
.p40{padding: 40px;}
.center{text-align: center;}
a:hover img {
    opacity: 0.7;
    transition:0.7s;
}
.cont{width: 960px;
margin: 0 auto;}
.section_box {
    border-top: solid 4px #057eb5;
    padding: 30px 20px;
    background: #fff;
    margin-bottom: 40px;
}
.balloon {
 	position: relative;
/* 	display: inline-block; */
/*  	margin: 1.5em 0; */
 	color: #555;
font-size: 16px;
background: #000;
}
.balloon:before{
content: "";
position: absolute;
top: 100%;
left: 50%;
 	margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #efefef;
z-index: 2;
}
.balloon:after{
content: "";
position: absolute;
top: 100%;
left: 50%;
 	margin-left: -22px;
border: 22px solid transparent;
border-top: 22px solid #000;
z-index: 1;
}
.balloon p {
margin: 0;
padding: 0;
}
.btn_blue {
    color: #fff;
    border-radius: 5px;
    background-color: rgb(5, 126, 181);
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 1.0);
    padding: 14px 28px;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
}
.btn_blue:hover {
    color: #000;
    box-shadow: none;
    font-weight: bold;
    transition:0.7s;
}
.btn_blue span{
font-size: 1.8rem;
}
a.btn_blue i {
    margin-left: 20px;
}

/* 
h1-h3 */
h1 {
    font-size: 12px;
    margin: 6px 0;
}
h2.ti {
    font-size: 24px;
    color: rgb(5, 126, 181);
    line-height: 1;
    margin-bottom: 30px;
/*     font-weight: bold; */
}

/* 
header */

header {
    font-size: 12px;
    border-top: solid 4px #057eb5; 
    background: #fff;
}
.head_contact_btn {
  border-radius: 5px;
  background-color: rgb(208, 15, 15);
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 1.0);
}
.head_contact_btn:hover {
    color: #000;
    box-shadow: none;
    font-weight: bold;
    transition:0.7s;
}
.head_contact_btn img{
    margin-right: 10px;
}
.logo1 {
    float: left;
}
.logo2 {
    float: left;
    width: 320px;
    text-align: center;
}
.logo3 {
    float: left;
    width: 320px
    text-align: center;
}

.head_tel {
    float: left;
    margin-left: 10px;
}
.head_contact {
    float: right;
}
.head_contact ul {
    display: table;
    margin-bottom: 4px;
}
.head_contact ul li {
    display: table-cell;
    background: url(../img/head_icon_arrow.png) 0 5px no-repeat;
    padding: 0 10px;
}
.head_contact ul li:last-child {
    padding: 0 0 0 10px;
}
/* 
footer */
footer{
background: #fff;
/* 	margin-top: 40px; */
padding: 40px 0 0 0;
}
footer div.copy{
background: #057eb5;
color: #fff;
text-align: center;
padding: 20px 0;
margin-top: 40px;
}
.foot_logo {
    float: left;
    width: 532px;
}
.foot_logo img:nth-of-type(2) {
    margin-top: 30px!important;
}
.foot_logo p {
    margin-top: 10px;
}
.foot_nav {
    float: right;
}
.foot_nav ul{
float: left;
margin-left: 15px;
    margin-right: 15px;
}
.foot_nav ul li a{
font-size: 1.2rem;
color: #000;
    background: url(../img/head_icon_arrow.png) 0 5px no-repeat;
    padding: 0 0 0 10px;
}

/* 
main */
main{
position: relative;
    background: url(../img/bg_cont.png) center bottom no-repeat;
}
.main_txt {
  font-size: 16px;
  line-height: 1.5;
/*   position: absolute; */
  width: 648px;
}
/* 
gnav */
#gnav ul {
    display: table;
    max-width: 100%;
    margin: 0 auto;
}
#gnav ul li{
    display: table-cell;
    text-align: center;
}
#gnav li a {
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
#gnav li a:hover {
  color: rgb(5, 126, 181);
}
#gnav ul li a {
    display: block;
    padding: 20px 40px;
    border-bottom: 4px solid #fff;
    color: #000;
}
nav#gnav ul li a:hover {
    border-bottom: 4px solid #057eb5;
    color: #057eb5;
    font-weight: bold;
}
/* 
レイアウト */
.contaigner {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
    /* padding: 40px 0 0; */
}

/* 
mainイメージ */
main {
    position: relative;
    background: none;
}
div.main_img {
    background: url(../img/bg_main.png) center;
    display: table;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 40px;
    background-size: 100%;
}
.main_img .cont {
    background: rgba(255,255,255,0.65);
    padding: 20px;
}
.main_medal{
display: table-cell;
}
.main_txt{
display: table-cell;
padding-left: 30px;
}
/* 
top_news */
.top_news dl{
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
}
.top_news dl:last-child{
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
margin-bottom: 0;
}
.top_news dl dt ,
.top_news dl dd {
    display: inline;
}
.top_news dl dt {
    margin-right: 30px;
    background: rgb(5, 126, 181);
    color: #fff;
    padding: 2px 10px;
}
.top_news dl dd span.top_news_day {
    margin-right: 30px;
}

/* 
top_voice */
.main_txt {
  font-size: 16px;
  line-height: 1.5;
  text-shadow:0px 0px 7px #ffffff;
  text-shadow:0px 0px 4px #ffffff;
}
.top_voice01, .top_voice02, .top_voice03 {
    float: left;
width: 295px;
}
.top_voice01, .top_voice02{
    margin-right: 27px;
}
.top_voice01 p , .top_voice02 p , .top_voice03 p  {
margin-top: 20px;
}
.top_voice01 .top_voice_txt{
padding-top: 17px;
} 
.top_voice02 .top_voice_txt{
padding-top: 10px;
} 
.top_voice03 .top_voice_txt{
padding-top:10px;
} 
.top_voice_txt {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(239, 239, 239);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1.0);
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 4px;
    text-align: center;
    min-height: 120px;
    font-size: 1.3rem;
}
.top_voice_btn {
    text-align: right;
    margin-top: 40px;
}

.top_voice_img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
}
.top_voice_img img {
    max-height: 100%;
    width: auto;
}


/* 
top_about */
.top_about{
position: relative;
}
.top_about01 {
    float: left;
    width: 449px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    padding-bottom: 60px;
}
.top_about02 {
    float: left;
    width: 450px;
    padding-left: 20px;
    padding-bottom: 80px;
}
.top_about01_btn .btn_blue, 
.top_about02_btn .btn_blue {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 450px;
    padding: 14px 0;
}
h3.top_acout_subti {
  font-size: 14px;
  color: rgb(5, 126, 181);
  background: #a3d8f0;
  padding: 2px 10px;
  margin-top: 10px;
}
ul.top_about01_list{
margin-top: 10px;
}
ul.top_about01_list li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 4px;
}
ul.top_about01_list li i{
margin-right: 10px;
}
/* 
top_flow_list */
ul.top_flow_list{
display: table;
margin: 0 auto;
}
ul.top_flow_list li {
display: table-cell;
    text-align: center;
    background: url(../img/top_flow_icon_arrow.png) 196px 73px no-repeat;
    padding: 0 60px 0 0px;
}
ul.top_flow_list li:last-child {
background: none;
padding: 0;
}
.top_flow_btn {
    margin: 20px 0 0;
    text-align: right;
}
ul.top_flow_list li p {
    margin-top: 14px;
}


/* top_present */
section.top_present {
    margin-bottom: 40px;
}

/* 
top_ji*/
.top_ji{
position: relative;
}
.top_ji01 {
    float: left;
    width: 449px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    overflow-wrap: break-word;
}
.top_ji02 {
    float: left;
    width: 450px;
    padding-left: 20px;
    overflow-wrap: break-word;
}
.top_ji_btn {
    text-align: right;
    margin-top: 40px;
}
.top_ji_box ul li {
  margin-bottom: 0px;
}


@media screen and (max-width: 960px)  {
/* class */
.section_box {
    border-top: solid 4px #057eb5;
    padding: 20px;
    background: #fff;
    margin: 0 10px 20px;
}
.btn_blue {
    display: block;
    position: relative;
    line-height: 1.4;
}
.btn_blue i {
    position: absolute;
    right: 20px;
}

/* header */
header {
    border-top: solid 4px #057eb5;
    background: #fff;
    padding: 10px;
}
h1 {
    display: none;
}
.logo1 {
    float: none;
    text-align: center;
}
.logo2 {
    float: none;
    width: 100%;
    text-align: center;
}
.logo3 {
    float: none;
    width: 100%;
    text-align: center;
}
.contaigner {
    width: 100%;
    padding-bottom: 20px;
}
.cont {
    width: auto;
}
img{
    max-width: 100%;
}
.head_tel {
    display: none;
}
.head_contact {
    display: none;
}
/* 
gnav */
#gnav ul li a {
    display: block;
    padding: 20px 16px;
    border-bottom: 4px solid #fff;
    color: #000;
}
/* 
main */
.main_medal {
    display: block;
    text-align: center;
}
.main_txt {
    display: block;
    padding-left: 0;
    width: auto;
    text-align: center;
    padding: 10px;
}
/* 
top_news */
.top_news dl dt {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
}
.top_news dl dd a {
    display: block;
}

/* 
top_about */
.top_about01 {
    float: none;
    width: auto;
    border-right: none;
    padding: 10px 10px 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.top_about02 {
    float: none;
    width: auto;
    padding: 10px;
}
.top_about01_btn .btn_blue, .top_about02_btn .btn_blue {
    display: block;
    text-align: center;
    position: relative;
    bottom: 0;
    width: auto;
    padding: 14px 20px;
}
.top_about01_btn ,
.top_about02_btn {
    margin-top: 20px;
}
/* 
top_flow */
ul.top_flow_list li {
    display: table;
    text-align: left;
    background: none;
    padding: 0 ;
}
.top_voice_img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /* margin-right: 40px; */
}
ul.top_flow_list li p {
    margin-top: 14px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}
.top_flow_btn {
    margin: 20px 0 0;
    text-align: center;
}
/* 
top_voice */
.top_voice_btn {
    text-align: center;
    margin-top: 20px;
}
.top_voice_img img {
    max-height: 100%;
    width: auto;
    max-width: auto;
}
.top_voice01, .top_voice02, .top_voice03 {
    float: none;
}
.top_voice01, .top_voice02, .top_voice03 {
    text-align: center;
}
.top_voice01, .top_voice02 {
    margin-right: 0;
}
.top_voice_txt {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(239, 239, 239);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1.0);
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 20px 10px;
    text-align: center;
    min-height: auto;
    font-size: 1.4rem;
}
.top_voice01 .top_voice_txt {
    padding-top: auto;
}
/* 
top_present */
section.top_present {
    margin-bottom: 20px;
    padding: 0 10px;
}
/* 
contact_bnr */
section.contact_bnr{
    padding: 0 10px;
}
/* 
footer */
footer {
    padding: 0;
}
footer .cont {
    display: none;
}
footer div.copy {
    padding: 10px 0;
    margin-top: 0;
    font-size: 12px;
}
}


@media screen and (max-width: 740px)  {
.top_voice01, .top_voice02, .top_voice03 {
    float:none;
width: 100%;
}
.sp_only{
    display: block;
}
.pc_only{display: none;}
/* 
gnav */
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 20px;
    color :#fff;
    font-weight: bold;
    background :rgb(5, 126, 181);
    cursor :pointer;
    transition: all 0.5s;
    font-size: 18px;
    text-align: center;
    position: relative;
}
.accbox label i{
    position: absolute;
    right: 20px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}
#gnav ul {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
#gnav ul li {
    display: block;
    text-align: center;
}
nav#gnav ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: 2px solid #057eb5;
    color: #057eb5;
    font-size: 14px;
}
nav#gnav ul li a:hover {
    border-bottom: 2px solid #057eb5;
    color: #057eb5;
    font-weight: bold;
}
/* 
main */
div.main_img {
    background: none;
    display: block;
    width: auto;
    padding: 10px 0;
    margin-bottom: 20px;
}
p.main_txt {
    padding: 20px;
    text-align: left;
    font-size: 14px;
}
.top_voice_img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    /* margin-right: 40px; */
}
footer{
    padding-bottom: 42px;
}
section.contact_bnr {
    display: none;
}
.foot_btn.sp_only {
    position: fixed;
    background: #057eb5;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.foot_btn.sp_only ul {
    display: table;
    border-top: 2px solid;
    height: 40px;
    width: 100%;
    margin: 0;
    border: none;
}
.foot_btn.sp_only ul li {
    display: table-cell;
    text-align: center;
    width: 50%;
}
.foot_btn.sp_only ul li:first-child {
    border-right: 1px dotted #66bde5;
    width: 49.9%;
}
.foot_btn.sp_only ul li a{
    display: block;
}
.foot_btn.sp_only ul li img{
    max-height: 40px;
}
}

/*下層ページ*/
.brend_sns {
    margin: 20px 0 10px;
}
.l-cotent-wrap-lower {
    background: #fff;
    padding: 10px 20px 20px;
}
h1.entry-title {
    font-size: 24px;
    display: block;
    background: #03a9ed;
    padding: 2px 10px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #017fb7;
    box-shadow: 2px 1px 4px rgba(160, 160, 160, 0.32);
}
.bge-contents h2 {
    font-size: 22px!important;
    border-bottom: solid 3px #cce4ff;
    position: relative;
    margin: 1.4em 0 0 0!important;
    padding: 0 0 5px 0!important;
    text-align: left!important;
    overflow: inherit!important;
    font-weight: normal!important;
}
.bge-contents h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #03a8ed;
    bottom: -3px;
    width: 20%!important;
    height: auto!important;
    margin: 0!important;
}
.bge-contents h3 {
    font-size: 18px!important;
    margin: 1.4em 0 0 0!important;
    border: 5px solid #03a7ed!important;
    border-right-width: 0!important;
    border-top-width: 0!important;
    border-bottom-width: 0!important;
    border-left-width: 5px;
    padding-left: 10px!important;
    box-shadow: inherit!important;
    background: inherit!important;
    font-weight: normal!important;
}
.bge-contents h4 {
    padding: 0.3em 0!important;
    font-size: 16px!important;
    font-weight: normal!important;
}
.bge-contents h4:before {
    content: '■';
    color: #03a8ed;
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: text-top;
}
@media screen and (max-width: 768px) {
    h1.entry-title {
        font-size: 22px!important;
    }
    .bge-contents h2 {
        font-size: 20px!important;
    }
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:after,
.row:before {
    content: '';
    clear: both;
    display: table;
}
.col-xs-1, 
.col-xs-2, 
.col-xs-3, 
.col-xs-3, 
.col-xs-4, 
.col-xs-5, 
.col-xs-6, 
.col-xs-7, 
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}

/*ブログ*/

.l-defult--archive {

}
.l-defult--archive .news--list {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.l-defult--archive .news--list dt,
.l-defult--archive .news--list dd {
    display: inline;
}
.l-defult--archive .news--list dt {
    margin-right: 30px;
    background: rgb(5, 126, 181);
    color: #fff;
    padding: 2px 10px;
}
.l-defult--archive .news--list dd .m-date {
    margin-right: 30px;
}
.l-defult--archive .news--list dd a {
    color: #000;
}
.contents-navi {
    margin-top: 20px;
}

/*事業紹介*/

.l-business--archive article {
    margin-bottom: 25px;
    min-height: auto;
max-height: auto;
overflow: hidden;
}
.l-business--archive{
text-align: center;
margin: 0 auto;
}

@media screen and (min-width: 741px) {
.l-business--archive article:nth-of-type(1) dd img,
.l-business--archive article:nth-of-type(3) dd img,
.l-business--archive article:nth-of-type(5) dd img
.l-business--archive article:nth-of-type(2) dd img,
.l-business--archive article:nth-of-type(4) dd img,
.l-business--archive article:nth-of-type(6) dd img
}
/*
@media screen and (min-width: 741px) {
.l-business--archive article:nth-of-type(1) dd img,
.l-business--archive article:nth-of-type(3) dd img,
.l-business--archive article:nth-of-type(5) dd img{
margin-left: 10%;
}
.l-business--archive article:nth-of-type(2) dd img,
.l-business--archive article:nth-of-type(4) dd img,
.l-business--archive article:nth-of-type(6) dd img{
margin-right: 10%;
}
}
*/

/*お客様の声*/

.l-voice--archive article {
    margin-bottom: 25px;
    min-height: 270px;
max-height: 270px;
overflow: hidden;
}

.l-voice--archive dl dt.m-title--balloon {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(44, 83, 134);
    background-color: rgb(239, 239, 239);
    box-shadow: 0px 5px 0px 0px rgb(44, 83, 134);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    height: 70px;
}
.l-voice--archive dl dt.m-title--balloon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    top: 100%;
    border: 15px solid transparent;
    border-top: 15px solid #efefef;
    z-index: 2;
}
.l-voice--archive dl dt.m-title--balloon:after {
    content: "";
    position: absolute;
    border: 22px solid transparent;
        border-top-width: 22px;
        border-top-style: solid;
        border-top-color: transparent;
    border-top: 22px solid rgb(44, 83, 134);
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    top: 100%;
}
.l-voice--archive dl dt a {
    display: block;
    text-decoration: none;
    color: #1b5e9f;
}
.l-voice--archive dl dd {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .brend_sns {
        margin: 20px 20px 10px;
    }
    .l-defult--archive .news--list dt {
        display: block;
        text-align: center;
        margin-right: 0;
    }
    .l-defult--archive .news--list dd .m-date {
        display: block;
        margin-top: 5px;
        margin-right: 0;
    }
    .l-voice--archive article {
        width: 100%;
    }
}

/*お問い合わせ*/
span.normal {
    text-align: center;
    background-color: #aaa;
    padding: 4px 5px;
    font-size: 13px;
    color: #FFF;
    float: right;
    margin: -3px 10px 0 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
}
span.required {
    text-align: center;
    background-color: #C00;
    padding: 4px 5px;
    font-size: 13px;
    color: #FFF;
    float: right;
    margin: -3px 10px 0 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #CCC;
}
input[type=text], input[type=password] {
    line-height: 1.3em;
}
input[type=text], textarea, input[type=password] {
    font-size: 1em;
    padding: 3px 3px;
    width: 95%;
}
input[type=text], textarea, select, input[type=password] {
    margin: 3px 2px;
    padding: 3px 1px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
textarea {
    max-height: 200px;
}
table.row-table-01 {
    border: 1px solid #b5b5b5;
}
table.row-table-01 tr th, table.row-table-01 tr td {
    font-size: 16px;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #b5b5b5;
}
table.row-table-01 tr th {
    width: 210px;
    font-weight: normal;
    text-align: right!important;
}
table.row-table-01 tr td {
    padding: 13px 0.5em;
}
.btn-gray {
    display: none;
}
.submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
input.form-submit {
    cursor: pointer;
    outline: none;
    appearance: none;
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 10px;
    width: 98%;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 3px 0 #017fb7;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 3px 0 #017fb7;
    -ms-border-radius: 10px;
    -ms-box-shadow: 0 3px 0 #017fb7;
    -o-border-radius: 10px;
    -o-box-shadow: 0 3px 0 #017fb7;
    border-radius: 10px;
    box-shadow: 0 5px 0 #017fb7;
    border-style: none;
    background-color: #03a8ed;
    margin: 20px 0 3px;
    display: inline-block;
}
.error-message {
    color: #cc0202;
    font-weight: bold;
}
.error-message:before {
    content: '※';
}

@media screen and (max-width: 768px) {
    span.normal,
    span.required {
        float: left;
        margin: -1px 10px 0 10px;
}
    table.row-table-01 tr th {
        text-align: left!important;
    }
    input.form-submit {
        font-size: 17px;
    }
}

/*サイトマップ*/

.l-sitemap ul li {
    list-style-position: inside;
    list-style-image: url(../img/foot_icon.png);
}
.l-sitemap ul li {
    font-size: 14px;
}
.l-sitemap ul li a ,
.l-sitemap ul li a:visited{
    color: #000;
}

/*会社概要*/
@media screen and (max-width: 768px) {
.l-company iframe {
    max-height: 200px;
}
}
    .l-list-check li {
    background: url(../img/icon_check.png) no-repeat left 5px top 2px;
    background-size: auto auto;
    background-size: 16px;
    padding-left: 28px;
    margin-bottom: 20px;
    font-size: 16px;
    list-style-type: none!important;
}
.l-list-check {
    margin: 10px 0 10px 20px!important;
}
span.a-span {
    font-size: 36px;
    color: #1c4c95;
    font-weight: bold;
    margin-left: 10px;
}
h3.faq {
    text-align: left;
    font-size: 18px !important;
    padding: 20px 10px 2px 3.9rem !important;
    padding-left: 3.9rem;
    border-bottom: 2px solid #68bdc3 !important;
    border-left: none !important;
    overflow: visible !important;
    color: #000;
    text-indent: -3.2rem;
    line-height: 1.6;
}
span.q-span {
    font-size: 28px;
    color: #3988cb;
    font-weight: bold;
}
span.a-span {
    font-size: 28px;
    color: #d47a51;
    font-weight: bold;
    margin-left: 10px;
}
.list_ol {
    margin-left: 50px !important;
    list-style-position: outside !important;

}
.list_ol li {
    list-style-type: decimal !important;
    overflow: visible !important;
    list-style-position: outside!important;
}
.contact_bnr {
    margin: 30px auto;
    text-align: center;
}
.yell_bk {
    border-radius: 10px;
    background-color: #f9fbe0;
    padding: 0 40px 20px;
}
.blue_bk {
background-color: #eef5f9;
padding: 20px;
}
.p_hiko {
  right: 23px;
  position: absolute;
  bottom: 90px;
  width: 45%;
}
@media screen and (max-width: 768px) {
.p_hiko {
    display: none;
}
}
/* =========================================================
 * 【事業紹介】バナーを縦一列に変更するCSS
 * ========================================================= */
.l-businessindex .l-business--archive .post.col-xs-6 {
    /* 幅を100%に設定し、縦一列にする（col-xs-12相当） */
    width: 100% !important; 
    
    /* 横並びの原因となっている float を解除 */
    float: none !important; 
    
    /* バナー全体を中央寄せにするためのマージン設定 */
    margin-left: auto;
    margin-right: auto;
    
    /* バナー間の上下の余白 */
    margin-bottom: 30px; 
}

/* 親要素（.l-business--archive）に中央寄せが効くように調整 */
.l-business--archive {
    text-align: center;
}
