/* #PC ========================================================================================================== */

.q_area{
    width: 100%;
    display: table;
    margin-top: 60px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}
.q_row{
    display: table-row;
}
.title_bar{
    position: relative;
    background-color: #0055C9;
    color: #fff;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    z-index: 2;
}
.title_bar:after {
    position: absolute;
    content: '';
    bottom: -25px;
    background: #0055C9;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.title_bar h3{
    font-size: 2.5em;
    line-height: 1.5em;
}
.title_bar p{
    margin-bottom: 5px;
}
.title_bar_sub{
    width: 95%;
    background-color: #0055C9;
    color: #fff;
    padding: 8px;
    height: 25px;
    margin-bottom: 15px;
}
.title_bar_sub h4{
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: normal;
}
.title_bar_sub span{
    font-size: 14px;
    padding-left: 50px;
}
.blue{
    color: #04A0E6;
}
.half_area{
    float: left;
    width: 50%;
    margin-top: 20px;
    padding: 2%;
    padding-top: 0;
    box-sizing: border-box;
}
.right_area li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.right_area li a{
    border-bottom: 1px solid #666666;
    color: #666666;
}
.right_area li:before {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0px;
    content: url(../imgs/arrow_s.svg);
}
.before li:before {
    background: #a7a7a7;
}

.before:after{
    content: url(../imgs/arrow.svg);
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}
.header_text{
    padding: 10px 20px 20px 20px;
    color: #666666;
    text-align: left;
}
.header_text p{
    margin-bottom: 15px;
}
.header_text ul{
    height: 150px;
}
.use_box{
    position: relative;
    border: 1px solid #04A0E6;
}
.use_box h5{
    background-color: #04A0E6;
    color: #fff;
    padding: 3px;
    font-weight: normal;
    text-align: center;
}
.use_box ul{
    width: 100%;
    padding: 10px 20px;
    height: auto;
}

.services{
    padding-bottom: 60px;
}
.services .title_bar{
    margin-bottom: 80px;
}
.title_bar_service{
    width: 100%;
    color: #fff;
    background-color: #2D6AB4;
    padding: 15px 0px;
    font-size: 1.5em;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    box-sizing: border-box;
}
.title_bar_service1{
    width: 100%;
    color: #fff;
    background-color: #a7a7a7;
    padding: 5px 0px;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
}
.title_bar_service2{
    width: 100%;
    color: #fff;
    background-color: #04A0E6;
    padding: 5px 0px;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    box-sizing: border-box;
}

table{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 15px;
    border-collapse: collapse;
}
table tr th,
table tr td{
    padding: 8px 0px;
    border: 1px solid #fff;
    text-align: center;
}
table tr th{
    color: #fff;
    font-weight: normal;
    background-color: #04A0E6;
}
table td {
    background: #E6F0F2;
}
table tr:nth-child(odd) td {
    background: #EFF4F7;
}
table tr td.td1{
    color: #005DD9;
    background: #CFEEF9;
    font-weight: bold;
}
table tr:nth-child(odd) td.td1 {
    background: #E0F4FB;
}
.table_comment{
    font-size: 0.9em;
}
.service_box{
    background-color: #fff;
    border: 1px solid #2D6AB4;
    margin-bottom: 40px;
    padding: 30px;
}
.before{
    margin-bottom: 0px;
    border-bottom: 0px;
}
.after,.after_min{
    border-top: 0px;
    padding-top: 50px;
    background-color: #E6F0F2;
}
.before_min,
.after_min{
    height: 220px;
}
.before_min ul{
    height: 100px;
}
.before_min .title_bar_service1,
.after_min .title_bar_service2{
    margin-top: 0px;
}
.before_min{
    border-right: 0px;
}
.before_min:after{
    content: url(../imgs/arrow.svg);
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    transform: rotate( -90deg );
    margin-top: -100px;
}
.after_min{
    border-top: 1px solid #04A0E6;
    border-left: 0px;
}
.service_name{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}
.service_name p{
    float: right;
    padding-top: 20px;
    font-size: 1.4em;
    font-weight: bold;
}
.service_box .half_area,
.single{
    margin-top: 30px;
}
.service_box h5{
    font-size: 1.4em;
    margin-bottom: 15px;
}
.service_box ol{
    counter-reset:number;
    list-style:none;
    margin:0;
    padding:0;
}
.service_box li {
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}
.service_box ol li:before{
    counter-increment: number;
    content: counter(number) ".";
    color: #04A0E6;
    margin-right: 10px;
    display: block;
    position: absolute;
    left: 0;
}
.service_header_box{
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    background-color: #E0F4FB;
    background-image: url("/imgs/ekaigi.svg");
    background-repeat: no-repeat;
    background-position: right;
}
.service_header_box p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.service_header_box .head{
    color: #fff;
    background-color: #04A0E6;
    padding: 5px 15px;
    margin-right: 15px;
    font-weight: normal;
}
.details{
    width: 100%;
    padding: 15px;
    background-color: #04A0E6;
    color: #fff;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: bold;
}
.details span.form1{
    float: left;
    background-color: #fff;
    color: #005DD9;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
}
.details span.form2{
    float: left;
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    margin-right: 10px;
}
.details span.form3{
    display: block;
    padding: 5px 8px;
}
.left_area,
.right_area{
    display: table-cell;
    width: 25%;
    margin-top: 20px;
    padding: 1%;
    padding-top: 0;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.left_area h3{
    font-size: 1.2em;
    color: #2D6AB4;
    padding-top: 20px;
    padding-bottom: 10px;
}
.right_area{
    padding: 15px;
    width: 75%;
    position: relative;
}
.right_area:before {
    border: 2px solid #2D6AB4;
    height: 80%;
    display: block;
    position: absolute;
    left: -25px;
    top: 10%;
    content: '';
}
.clear{
    clear: both;
    padding-bottom: 80px;
}
.clear_min{
    clear: both;
}
#footer1{
    margin-top: 0px;
}
.noline{
    border: 0px !important;
}
.qa_left,.qa_right{
    float: left;
    width: 10%;
    padding-right: 20px;
    box-sizing: border-box;
}
.qa_right{
    width: 90%;
    vertical-align: middle;
}
.qa_right h3{
    padding-top: 25px;
    font-size: 24px;
}
/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents_area{
    padding: 20px;
    box-sizing: border-box;
}
.half_area,
.left_area,
.right_area{
    width: 100%;
    padding: 0;
    float: none;
}
.title_bar_sub{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.title_bar_sub span{
    font-size: 0.7em;
}
.service_name{
    text-align: center;
}
.service_name p{
    float: none;
    font-size: 1em;
}
.header_text ul{
    height: auto;
}
.contents_header h3{
    font-size: 46px;
    line-height: 58px;
}
.use_box{
    margin-top: 30px;
}
.title_bar h3{
    font-size: 1.6em;
}
.details{
    font-size: 34px;
}
.details span.form1,
.details span.form2{
    font-size: 24px;
}
.service_header_box{
    padding: 15px 20px;
    padding-bottom: 130px;
    margin-bottom: 30px;
    background-image: url("/imgs/ekaigi_sp.svg");
    background-position: bottom;
}
.service_header_box p{
    font-size: 26px;
}
.before_min{
    height: auto;
    border: 1px solid #04A0E6;
    border-bottom: 0px;
    margin-bottom: 0px;
    padding: 30px;
}
.before_min ul{
    height: auto;
}
.before_min:after{
    content: url(../imgs/arrow.svg);
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    transform: unset;
    margin-top: 0px;
}
.after_min{
    height: auto;
    border: 1px solid #04A0E6;
    border-top: 0px;
    margin-top: 0px;
    padding: 30px;
    padding-top: 50px;
}
.q_area,.q_row,.left_area,.right_area{
    display: block;
}
.q_area, .left_area, .right_area,
.right_area:before{
    border: 0px;
}
.q_area{
    border-bottom: 2px solid #ccc;
}
.q_row{
    border-top: 2px solid #ccc;
}
.right_area li{
    padding-left: 30px;
}
.right_area li:before{
    width: 20px;
    height: 20px;
}
.qa_right h3{
    padding-top: 0px;
    font-size: 30px;
}

}/* @media only screen and (max-width: 750px) */
