/*#main .content.single.shaken .visual {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
*/
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}
#main .content.single.shaken img {
    max-width: 100%;
}
#main .content.single.shaken .shaken_line_image {
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    text-align: center;
}
#main .content.single.shaken .shaken_line_image img {
    width: 1000px;
}
/*#main .content.single.shaken .box_m {
  max-width: 800px;
  margin: 1rem auto;
}*/
#main .content.single.shaken .visual .page_title {
    color: #8B4800;
}
#main .content.single.shaken .visual .main_text .copy {
    color: #EDB517;
}
#main .content.single.shaken .visual .main_text {
    margin-bottom: 2.8rem;
}
/*#main .content.single.shaken .visual .feature {
  margin-bottom: 2.8rem;
}
#main .content.single.shaken .visual .feature img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
*/
/*#main .content.single.shaken .sec_title {
  color: #8B4800;
}*/
/*
#main .content.single.shaken .visual_sec .row > .col {
  float: left;
  box-sizing: border-box;
}
#main .content.single.shaken .visual_sec .row > .col.left {
  padding-right: 0.3rem;
}
#main .content.single.shaken .visual_sec .row > .col.left {
  width: 48%;
}
#main .content.single.shaken .visual_sec .row > .col.right {
  width: 52%;
}*/
/*#main .content.single.shaken .visual_sec .row > .col > table {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
#main .content.single.shaken .visual_sec .row > .col.left > table.desc tr > td {
  text-align: center;
}*/
/*#main .rental_exp {
}

#main .rental_exp > .row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bbb;
}

#main .rental_exp .row > .col img {
  width: 100%;
}
#main .rental_exp .row > .col {
 float: left;
 vertical-align: top;
}
#main .rental_exp .row > .col.left {
  width: 30%;
}
#main .rental_exp .row > .col.right {
  width: 70%;
  box-sizing: border-box;
  padding: 0.5rem;
  font-size: 0.85rem;
}*/
/* レンカウフォーム */
#main .content.single.shaken_form {
    margin-top: 3rem;
}
/*#main .content.single.shaken .visual_sec.step .col.right {
}
#main .content.single.shaken .visual_sec.step .col.right table {
  margin-top: 0;
  border-collapse: collapse;
  width: 100%;
}
#main .content.single.shaken .visual_sec.step .col.right table tr {
}
#main .content.single.shaken .visual_sec.step .col.right table th,
#main .content.single.shaken .visual_sec.step .col.right table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0.2rem 0.5rem;
}*/
/* 2016/12/26 */
/* あれが欲しい */
#main .content.single.shaken .wishs {
    font-size: 1.8rem;
    max-width: 768px;
    margin: 1rem auto 1.5rem;
}
#main .content.single.shaken .wishs .item {
    position: relative;
}
#main .content.single.shaken .wishs .item:before {
    display: inline-block;
    content: "";
    background-size: cover;
    height: 1.8rem;
    width: 1.8rem;
    margin-right: 1.5rem;
    background-image: url("../../images/shaken/check.png");
}
#main .content.single.shaken .shaken_examples {
    margin: 3rem auto;
    max-width: 1000px;
    border: 10px solid #8CC63E;
    box-sizing: border-box;
}
#main .content.single.shaken .shaken_examples.first {
    margin-bottom: 2rem;
}
#main .content.single.shaken .shaken_examples.last {
    margin-top: 2rem;
}
#main .content.single.shaken .shaken_examples > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#main .content.single.shaken .shaken_examples > .row > .col {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: bottom;
    padding: 1rem;
}
#main .content.single.shaken .shaken_examples.first > .row > .col.first {
    width: 50%;
}
#main .content.single.shaken .shaken_examples.first > .row > .col.last {
    width: 50%;
}
#main .content.single.shaken .shaken_examples .exp_header {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
#main .content.single.shaken .shaken_examples .exp_header strong {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0.3rem;
    padding: 0.2rem 0.5rem;
    background-color: #8CC63E;
    color: #fff;
    font-weight: normal;
}
#main .content.single.shaken .shaken_examples .footer_text {
    text-align: center;
    margin-top: 1rem;
    font-size: 95%;
}
#main .content.single.shaken .shaken_examples .footer_text .br {
    display: block;
}
#main .content.single.shaken .shaken_examples.last > .row > .col.first {
    width: 55%;
}
#main .content.single.shaken .shaken_examples.last > .row > .col.last {
    width: 45%;
}
#main .content.single.shaken .shaken_examples .inner_row {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#main .content.single.shaken .shaken_examples .inner_col {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: bottom;
    padding: 0 0.25rem;
}
#main .content.single.shaken .shaken_examples .inner_col.right .footer_text {
    text-align: left;
}
#main .content.single.shaken .shaken_points {
    margin: 2rem auto 1rem;
    max-width: 1000px;
}
#main .content.single.shaken .shaken_points > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#main .content.single.shaken .shaken_points > .row > .col {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
}
#main .content.single.shaken .shaken_points > .row > .col.first {
    width: 60%;
    padding-right: 0.5rem;
}
#main .content.single.shaken .shaken_points > .row > .col.last {
    width: 40%;
}
/* Q&A */
#main .content.single.shaken .shaken_qa {
    margin: auto;
    max-width: 1000px;
    box-sizing: border-box;
}
#main .content.single.shaken .shaken_qa .qa_title {
    margin-bottom: 1rem;
}
#main .content.single.shaken .qa_list {
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}
#main .content.single.shaken .qa_list li {
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    padding: 0.5rem 1rem;
}
#main .content.single.shaken .qa_list .question {
    padding-left: 5.5rem;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #EFB81C;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 150%;
}
#main .content.single.shaken .qa_list .answer {
    padding-left: 5.5rem;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    min-height: 8rem;
    font-weight: bold;
    font-size: 120%;
}
#main .content.single.shaken .qa_list .question:before, #main .content.single.shaken .qa_list .answer:before {
    content: "";
    display: inline-block;
    background-size: cover;
    position: absolute;
}
#main .content.single.shaken .qa_list .question:after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-image: url("../../images/shaken/arrow.png");
    height: 27px;
    width: 80px;
    bottom: -35px;
    background-position-x: center;
    left: 50%;
    margin-left: -40px;
}
#main .content.single.shaken .qa_list .question:before {
    background-size: cover;
    height: 80px;
    width: 80px;
    left: -10px;
    top: -15px;
    background-image: url("../../images/shaken/q1.png");
}
#main .content.single.shaken .qa_list .answer:before {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    left: 5px;
    background-image: url("../../images/shaken/a.png");
}
#main .content.single.shaken .review {
    margin: auto;
    margin-bottom: 1rem;
    max-width: 1000px;
}
#main .content.single.shaken .review.last {
    margin-bottom: 3rem;
}
#main .content.single.shaken .review > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 5px solid #FAC600;
    box-sizing: border-box;
}
#main .content.single.shaken .review > .row > .col {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
}
#main .content.single.shaken .review > .row > .col.first {
    width: 50%;
    padding: 0.5rem;
    vertical-align: middle;
}
#main .content.single.shaken .review > .row > .col.last {
    width: 50%;
}
#main .content.single.shaken .review > .row > .col.last img {}
#main .content.single.shaken .review > .row > .col.first .text {
    max-width: 92%;
    margin: auto;
    text-align: justify;
    font-weight: bold;
    font-size: 110%;
}
#main .content.single.shaken .review > .row > .col.first .text strong {
    color: #FE0000;
    font-size: 120%;
}
/* 申込みの流れ */
#main .content.single.shaken .shaken_flow {
    max-width: 950px;
    margin: 1rem auto 2rem;
}
#main .content.single.shaken .shaken_flow .title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #2DA83B;
    margin-bottom: 0.5rem;
}
#main .content.single.shaken .shaken_flow .steps > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#main .content.single.shaken .shaken_flow .steps > ul > li {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding: 0.2rem;
    box-sizing: border-box;
}
#main .content.single.shaken .shaken_flow .steps > ul > li.arrow {
    text-align: center;
    vertical-align: middle;
}
#main .content.single.shaken .shaken_flow .steps > ul > li.arrow.min3 {
    width: 4%;
}
#main .content.single.shaken .shaken_flow .steps > ul > li.arrow.min30 {
    width: 5%;
}
#main .content.single.shaken .shaken_flow .steps > ul > li .step .text {
    border: 2px solid #25B34C;
    padding: 0.5rem;
    font-size: 0.8rem;
}
#main .content.single.shaken .shaken_campaign {
    margin: auto;
    margin-bottom: 1rem;
    max-width: 1000px;
    text-align: center;
}
#main .content.single.shaken .shaken_campaign .text {
    display: inline-block;
    border: 5px solid #FAC600;
    border-radius: 30px;
    padding: 1rem 3rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}
#main .content.single.shaken .shaken_campaign .text .br {
    display: block;
}
#main .content.single.shaken .shaken_campaign .text .color_red {
    color: #FE0000;
}
#main .content.single.shaken .shaken_campaign .text .color_yellow {
    color: #F6931E;
}
/*車検*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page-template-page-shaken .header_image_area {
    display: none;
}
section#section-2, section#section-3, section#section-4, section#section-5, section#section-6, section#section-7 {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
/*sectoin-1*/
#section-1 {
    margin-bottom: 53px;
}
/*sectoin-2*/
#section-2 {
    margin-bottom: 52px;
}
/*#section-2 .point{
  width: 327px;
  height: 135px;
}*/
/*#section-2 .point:nth-child(1),#section-2 .point:nth-child(2){
  margin-right: 20px;
}

#section-2 .point p{
    padding: 0px 0 0 45px;
    font-size: 30px;
    line-height: 1.3em;
}

#section-2 .point p#middle{
    padding: 0px 0 0 45px;
    font-size: 30px;
    line-height: 1.3em;
}

#section-2 .point p span {
    font-size: 20px;
}*/
.point-people {
    margin-bottom: 47px;
}
.point-people img {
    margin: 0 auto;
    display: block;
    margin-top: 52px;
}
/*sectoin-3*/
section#section-3 {
    clear: both;
}
#section-3 .container_first, #section-4 .container_first, #section-5 .container_first, #section-6 .container_first, #section-7 .container_first {
    background: #fbf0e3;
}
#curapo_about {
    padding: 38px 0px;
}
#curapo_about img:nth-child(1), #curapo_about img:nth-child(2), #curapo_about img:nth-child(4) {}
#curapo_about img:nth-child(1), #curapo_about img:nth-child(2), #curapo_about img:nth-child(3) {
    margin-bottom: 20px;
}
#section-3 h2 {
    margin: 0 30px;
    text-align: center;
    background: #ec4949;
    color: #fff600;
    font-size: 26px;
    padding: 18px;
}
#section-3 h2 span {
    color: #fff;
    font-size: 19px;
}
.ryoukin-con {
    background: #fff;
    margin: 0 30px 20px 30px;
    border: 7px solid #ec4949;
    box-shadow: 4px 4px 0 #f38c8c;
}
.ryoukin.clearfix {
    margin: 20px 0;
}
.ryoukin img {}
.ryoukin-shasyu {
    width: 100%;
    padding: 20px 20px 0 20px;
}
.ryoukin-shasyu p:nth-child(1) {
    float: left;
    padding: 14px;
    color: #fff;
    background: #787878;
    font-size: 14px;
}
.ryoukin-shasyu p:nth-child(2) {
    float: left;
    padding: 14px;
    color: #000;
    background: #eeeeee;
    font-size: 14px;
    width: 86%;
}
.confirmation {
    background: #fff;
    margin: 10px 30px 20px 30px;
    border: 7px solid #ec4949;
    box-shadow: 4px 4px 0 #f38c8c;
}
.confirmation img {
    padding: 20px 0;
}
#confirmation1 {
    background: url(../../images/shaken/back_06.png);
    background-repeat: no-repeat;
    float: left;
    background-position: 43px;
    width: 320px;
    height: 40px;
    padding: 60px 0px 60px 90px;
    font-weight: bold;
}
#confirmation1 p {
    font-size: 24px;
    color: #dc3c3c;
}
#confirmation2 {
    float: right;
}
#confirmation2 p {
    font-size: 18px;
    font-weight: bold;
    padding: 50px 50px 0 0;
}
#confirmation2 p span {
    color: #dc3c3c;
}
.boarder {
    border-left: 1px solid #ffcaca;
    height: 90px;
    float: left;
    margin-top: 34px;
}
.shaken .contact {
    margin: 30px;
}
.shaken .contact {
    margin: 30px;
    padding-bottom: 30px;
}
.flow {
    padding: 30px;
}
#section-4 .container_first h2, #section-5 .container_first h2, #section-6 .container_first h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding: 21px;
    background: #ec6418;
    border-radius: 50px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.22);
    color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
    /*IE6 IE7 */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#faa51a, endcolorstr=#f47a20));
    /* IE8 IE9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#faa51a, endcolorstr=#f47a20))";
    zoom: 1;
    background: -moz-linear-gradient(top, #faa51a, #f47a20);/* FF3.6+ */
    background: -webkit-linear-gradient(top, #faa51a, #f47a20);/* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #faa51a, #f47a20);/* IE10+, W3C */
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
}

}
div#flow_container {
    padding: 0px 30px 30px 30px;
}
.flow_item-container {
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 30px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.27);
}
.flow_6_container {
    margin-bottom: 0;
}
.flow_item {
    padding: 40px 10px 40px 130px;
}
.flow_item h3 {
    font-size: 30px;
    color: #ED7A2D;
    margin-bottom: 10px;
}
.flow_link_container-type1 {
    background: #fff;
    border: 1px solid #ffd9d9;
}
.flow_link_container-type1 .flow_link {
    padding: 12px 20px 12px 80px;
    background: url(../../images/shaken/back_13.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_link_container-type2 {
    background: #f3f3f3;
}
.flow_link_container-type2 .flow_link {
    padding: 12px 20px 12px 20px;
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_link_container-type1 .flow_link p {
    float: left;
    margin-right: 26px;
    padding-top: 17px;
    font-size: 18px;
    color: #dc3c3c;
    font-weight: bold;
}
.flow_link_container-type2 .flow_link p {
    float: left;
    margin-right: 26px;
    padding-top: 17px;
    font-size: 18px;
    color: #434343;
    font-weight: bold;
}
.flow_link a {
    display: block;
}
div#flow_btn-type1 {
    float: left;
    background: #ec4949;
    color: #fff;
    padding: 17px 32px;
    border-bottom: 3px solid #c80000;
    font-size: 18px;
}
div#flow_btn-type2 {
    float: left;
    background: #908990;
    color: #fff;
    padding: 17px 32px;
    border-bottom: 3px solid #6b6b6b;
    font-size: 18px;
}
.flow_item .flow_5 span {
    color: #ec4949;
}
.flow_1 {
    background: url(../../images/shaken/back_07.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_2 {
    background: url(../../images/shaken/back_08.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_3 {
    background: url(../../images/shaken/back_09.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_4 {
    background: url(../../images/shaken/back_10.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_5 {
    background: url(../../images/shaken/back_11.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_6 {
    background: url(../../images/shaken/back_12.png);
    background-repeat: no-repeat;
    background-position: 20px;
}
.flow_item-container p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.7em;
}
.flow_sita {
    width: 100%;
    margin-bottom: 30px;
}
.flow_sita img {
    margin: 0 auto;
    display: block;
}
.flow_5 span {
    color: #ec4949;
}
/*section5*/
#section-5 {
    margin-bottom: 22px;
}
div#hyou-container {
    padding: 0 30px 30px 30px;
}
div#hyou {
    background: #fff;
}
.siromozi {
    color: #FFF;
}
/*section6*/
#section-6 .container_second {
    padding: 30px 30px 0px 30px;
}
#section-6 .container_third {
    background: #fff;
}
.teikei-item_container {
    margin: 30px;
    box-shadow: 10px 10px 0 #b08800;
    width: 43%;
    float: left;
}
.teikei-item {
    background: #eca700;
    padding: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
}
.teikei-item p:nth-child(1) {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.teikei-item p:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
}
.contact-item {
    background: url(../../images/shaken/back_23.png), #fff7ef;
    padding: 30px 24px 30px 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 290px;
    border: 2px solid #ed7a14;
    box-shadow: 10px 10px 0px rgba(37, 37, 37, 0.22);
}
.contact-item_container {
    padding: 18px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-item_container:nth-child(2n + 1) {
    clear: both;
}
.container_third {
    margin-bottom: 22px;
    padding: 22px;
}
p.contact_title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
p.contact_access {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.7em;
}
.bunpu_container {
    padding-bottom: 10px;
}
p.bunpu_item {
    padding: 5px 15px;
    float: left;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tel p {
    padding: 20px 8px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    box-shadow: 4px 4px 0 #e5c258;
}
.tel p:before {
    content: "";
    background: url(../../images/shaken/icon_tel.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.tel {
    background: #ed7a14;
    padding: 0 0 0px 0px;
    background-size: 40px;
}
.sougaku {
    /*  color: #FFF;
  background:#f09420;*/
}
.syasyu {
    background: #ed7a14;
    color: #fff;
    font-weight: bold;
    font-size: 150% !important;
}
.white {
    background: #fff;
}
table {
    margin: 0 auto;
    width: 100%;
}
.sp_pay {
    display: none;
}
.flow h3 {
    padding: 10px;
    text-align: center;
    background: #ec4949;
    border-radius: 5px;
    color: #fff;
    font-size: 27px;
}
.pc_pay {
    padding: 0 30px 30px 30px;
}
.pc_none {
    display: none;
}
body.page-template-page-shaken table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}
body.page-template-page-shaken table th {
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
}
body.page-template-page-shaken table td {
    padding: 11px;
    vertical-align: top;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
tr td.white {
    padding: 1px;
}
.shaken .cnt_s {
    max-width: 100%;
}
h3.area {
    padding: 20px;
    text-align: center;
    background: #f3f3f3;
    margin: 20px;
    font-size: 18px;
    color: #434343;
}
body.page-template-page-shaken img {
    display: block;
    margin: 0px auto;
}
select {
    font-size: 14px;
}
.curapo_form {
    width: 80%;
    margin: 0 auto;
}
.curapo_form h2 {
    padding: 20px;
    text-align: center;
    font-size: 32px;
    background: #f6b040;
    color: #fff;
    text-shadow: #d0912e 2px 3px 0px;
    box-shadow: 4px 4px 0px #c3c3c3;
}
.curapo_form input[type="text"].size_l, .curapo_form input[type="number"].size_l {
    width: 50%;
}
h3.tenpo_kakudai {
    clear: both;
    font-size: 50px;
    text-align: center;
    margin-bottom: 22px;
    padding: 30px;
    line-height: 1.3em;
    color: #ed7a14;
}
span.example {
    margin-left: 40px;
    line-height: 1.7em;
}
span.example-3 {
    margin-left: 20px;
}
span.kg {
    margin-left: 5px;
}
.pc_pay p {
    padding-bottom: 20px;
}
.syasyu_midasi {
    padding: 40px 0%!important;
}
.syasyu_midasi span {
    font-size: 12px;
}
table.pc_table {
    margin-bottom: 20px;
}
table.sp_table {
    margin-bottom: 20px;
}
p.sub_title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
}
span.red {
    color: red;
}
/*お役立ち情報*/
#section-7 .container_second {
    padding: 18px;
}
#section-7 .container_third {
    margin-bottom: 0px;
    background: #fff;
    padding: 10px;
}
#section-7 h4.kanren {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding: 11px;
    border-radius: 50px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.22);
    margin-bottom: 40px;
    color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    /*IE6 IE7 */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#faa51a, endcolorstr=#f47a20));
    /* IE8 IE9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#faa51a, endcolorstr=#f47a20))";
    zoom: 1;
    background: -moz-linear-gradient(top, #faa51a, #f47a20);/* FF3.6+ */
    background: -webkit-linear-gradient(top, #faa51a, #f47a20);/* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #faa51a, #f47a20);/* IE10+, W3C */
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
}
.sumbox02 {
    padding: 0 20px;
}
div#flow_container {
    padding: 30px;
}
#section-partner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
#section-partner .container_first h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    padding: 21px;
    background: #ec6418;
    border-radius: 50px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.22);
    color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
    /*IE6 IE7 */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#faa51a, endcolorstr=#f47a20));
    /* IE8 IE9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#faa51a, endcolorstr=#f47a20))";
    zoom: 1;
    background: -moz-linear-gradient(top, #faa51a, #f47a20);/* FF3.6+ */
    background: -webkit-linear-gradient(top, #faa51a, #f47a20);/* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #faa51a, #f47a20);/* IE10+, W3C */
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
}
#section-partner .container_first {
    background: #fbf0e3;
}
#section-partner .container_second {
    padding: 30px;
}
#section-partner .container_third {
    background: #fff;
}
.partner-area-menu li{
    display: inline-block;
    padding: 5px;
}
.partner-area-menu li a{
    color: #fff;
    background-color: #F9C013;
    display: block;
    padding: 5px 15px;
    border-radius: 16px;
}
.table-partner{margin: 0 0 30px;
font-size: 14px;}
.table-partner th,.table-partner td{border-bottom: solid 1px #ddd;
padding: 0.25em;}
.table-partner th{
    font-weight: normal;
    text-align: left;
    
}

.table-partner .area-title{
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 6px;
    background: #ec6418;
    border-radius: 16px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.22);
    color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
    /*IE6 IE7 */
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startcolorstr=#faa51a, endcolorstr=#f47a20));
    /* IE8 IE9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#faa51a, endcolorstr=#f47a20))";
    zoom: 1;
    background: -moz-linear-gradient(top, #faa51a, #f47a20);/* FF3.6+ */
    background: -webkit-linear-gradient(top, #faa51a, #f47a20);/* Chrome10+, Safari5.1+ */
    background: linear-gradient(to bottom, #faa51a, #f47a20);/* IE10+, W3C */
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    text-shadow: 2px 4px 0 #ce7103;
    padding-left: 15px;
    margin: 32px 0 16px;
}
a.area-btn{
    color: #fff;
    background-color: #F9C013;
    display: block;
    padding: 2px 5px;
    border-radius: 8px;
    text-align: center;
}

@media screen and (max-width: 1054px) {
    .tel p {
        font-size: 30px;
    }
    .ryoukin-con {
        background: #fff;
        margin: 0 0px 20px 0px;
        border: 7px solid #ec4949;
    }
    .ryoukin.clearfix {
        margin: 20px 20px;
    }
    .teikei-item_container {
        width: 90%;
    }
}
@media screen and (max-width: 895px) {
    .tel p {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    #main .shaken .point-people img {
        max-width: 90%;
    }
    .shaken .ryoukin-shasyu p:nth-child(1), .ryoukin-shasyu p:nth-child(2) {
        float: none;
        width: 100%;
    }
    .shaken .ryoukin-shasyu {
        padding: 0;
        width: 90%;
        margin: 8px auto;
        overflow: hidden;
    }
    div#flow_btn-type1, .flow_link_container-type2 .flow_link p, div#flow_btn-type2 {
        float: none;
    }
    .tel p:before {
        width: 32px;
        height: 21px;
    }
    .contact-item_container {
        width: 100%;
    }
    #section-partner .container_first h2 {
        font-size: 21px;}
    .table-responsive{
        overflow-x: auto;
    }
    .table-responsive table th,.table-responsive table td{white-space: nowrap;}
    #section-partner .container_second {
    padding: 5px;
}
}
@media screen and (max-width: 575px) {
    .table-partner{font-size: 12px;}
}