/*-------------------------------------------------------
!! デバイス解像度768px以下の場合
-------------------------------------------------------*/
#site_header .global_nav,#site_header .global-nav {
  display: none;
}
.disnone { display:inherit;}
.disnone2 { display:none;}


#site_header .header_image_area.home {
  background: none;
}

#site_header .header_image_area.home {
  border-top: 2px solid #67A737;
  padding-top: 0.5rem;
}
#site_header .header_image_area .title {
  display: none;
}
#site_header .header_image_area .copy {
  display: block;
}
#site_header .header_image_area .text {
  font-size: 0.85rem;
  padding-left: 0;
}
#site_header .header_image_area .image_left,
#site_header .header_image_area .image_right {
  /*float: none;*/
  float: left;
}
#site_header .header_image_area .image_left {
  width: 100%;
  margin-bottom:0;
  padding-left: 0;
}
#site_header .header_image_area .image_right {
  width: 100%;
}

#site_header .image_flame {
   padding-bottom: 0;
   height: inherit;
}
#site_header .image_flame img {
    position: relative;
    /*width: 100%;*/
    /*height: auto;*/
    /*bottom: 50;*/
    /*left: 0;*/
}



/*-------------------------------------------------------

-------------------------------------------------------*/



#site_contents {
  padding: 0 1rem;
  /*min-width: auto;*/
  width: auto;
}



/*-------------------------------------------------------
sp_global_nav
-------------------------------------------------------*/


#sp_global_nav {
  display: block;
}
#sp_global_nav .sp_nav_row {
  /*height: 40px;*/
  height: 80px;
}

#sp_global_nav .sp_nav_menu {
  display: none;
}

#sp_global_nav .sp_nav_row > div {
}
#sp_global_nav .site_logo {
  /*height: 40px;*/
  height: 80px;
  /*padding: 0.2rem 0;*/
  box-sizing: border-box;
  float: left;
}
#sp_global_nav .site_logo img {
  height: 100%;
}

#sp_menu_toggle {
  float: right;
  display: inline-block;
  /*height: 40px;*/
  height: 44px;
  background-color: pink;
  box-sizing: border-box;

  position: relative;
  /*padding: 8px 10px;*/
  padding: 6px 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  /*margin: 23px 0 18px;*/
  margin: 20px 0 20px;


  /*background-color: pink;*/
}
#sp_menu_toggle .button .bar {
  border-bottom: 1px solid #333;
  display: block;
/*  width: 22px;
  height: 5px;*/
  width: 25px;
  height: 7px;
  border-radius: 1px;
}
.bar　+　.bar {
  margin-top: 4px;
}
#sp_menu_toggle:hover {
  background-color: #f3f3f3;
}

#sp_global_nav .sp_nav_menu {}
#sp_global_nav .sp_nav_menu > ul > a > li {
  border-top: 1px solid #ccc;
  padding: 0.5rem;
  color: #333;
}
#sp_global_nav .sp_nav_menu > ul > a > li:hover {
  background-color: #f3f3f3;
}



/*-------------------------------------------------------
TOP
-------------------------------------------------------*/



#main .content .secondary {
  width: 100%;
  padding: 0;
}
#main .content .primary {
  width: 100%;
}



#main .content .secondary .menu_item .part.yazirusi {
  display: none;
}


#main .content .secondary .menu_item .part.icon {
  width: 15%;
}

#main .content .secondary .menu_item .part.icon + .part.text {
  width: 85%;
}


#main .content .secondary .store_list > ul > li {

}
#main .content .secondary .store_list > ul > li .menu_item .part.text {
  padding-left: 0;
  height: 2rem;
}



#main .content .secondary ul.secondary_menu > li.line_item.faq {
  margin-bottom: 1rem;
}




/*-------------------------------------------------------

-------------------------------------------------------*/


#main .group_info > ul {
  display: block;
  width: 100%;
}
#main .group_info > ul > li {
  display: block;
  width: 100%;
  border: none;
  padding: 0.3rem 0;
}

#main .group_info > ul > li.col_1 {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #aaa;;
}
#main .group_info > ul > li.col_2 {
  width: 100%;
}
#main .group_info > ul > li.col_2 .store_info {
  margin-bottom: 1rem;
}

#main .group_info > ul > li.col_2 > ul > li:first-child {
  padding-right: 0.3rem;
}
#main .group_info > ul > li.col_2 > ul > li:last-child {
  padding-left: 0.3rem;
}

#main .group_info .store_info,
#main .group_info .store_info p,
#main .group_info .registration_num small {
  font-size: 0.7rem;
}






/*-------------------------------------------------------
footer
-------------------------------------------------------*/


#site_footer .footer_col.left {
  width: 100%;
  margin-bottom: 0.5rem;
}
#site_footer .footer_col.right {
  width: 100%;
}

#site_footer .sitemap > ul > li {
  display: block;
  min-width: 100%;
  margin-bottom: 1rem;
}
#site_footer .sitemap > ul > li .links_title {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

#site_footer .sitemap > ul > li > ul.link_list {
  font-size: 0.85rem;
}
#site_footer .sitemap > ul > li > ul.link_list > li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}



#site_footer .attention_text {
  position: relative;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.7rem;
}

#site_footer .copylight {
  border: none;
}




/*-------------------------------------------------------

-------------------------------------------------------*/


#main .content.single .visual {
  margin-top: 1rem;
}


#main .content.single .visual .main_text .copy {
  font-size: 1.5rem;
  text-align: justify;
}



/*-------------------------------------------------------
form
-------------------------------------------------------*/


.curapo_form input[type="file"] {
  width: 100%;
}

table.desc th{
  font-size: 0.6rem;
}

.curapo_form th span.label {
  display: block;
  font-size: 12px;
}

.curapo_form table.desc th {
  /*width: 25%;*/
  padding: 0.5rem;
}

.curapo_form table.desc td {
  line-height: 1.7em;
}

.curapo_form table.desc .sp_row {
  display: block;
  margin-bottom: 0.5rem;
}

.curapo_form table.desc td .col.label {
  display: block;
  width: 100%;
}
.curapo_form table.desc td .col.input {
  display: block;
}


.curapo_form .contact_time {
  margin-left: 0;
}

.curapo_form td .row > .col {
  padding-bottom: 0;
}







/*-------------------------------------------------------
renkau
-------------------------------------------------------*/

#main .content.single.renkau .spbr {
  display: block;
}

#main .content.single.renkau .visual_sec .row > .col.left {
  width: 100%;
  margin-bottom: 1rem;
}

#main .content.single.renkau .visual_sec .row > .col.right {
  width: 100%;
}



#main .content.single.renkau .visual_sec.step .col.right {
  padding: 0;
}

#main .content.single.renkau .visual_sec.step .col.right table {
  width: 100%;
}

#main .content.single.renkau .visual_sec .row > .col.left {
     padding-right: 0;
}




/* 2016/12/12, 12/26 */
/*#main .content.single.renkau .visual .feature {
  margin-bottom: 1rem;
}*/

#main .content.single.renkau .wishs {
  font-size: 1rem;
}
#main .content.single.renkau .wishs .item {
  margin-bottom: 0.5rem;
}
#main .content.single.renkau .wishs .item:before {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}

#main .content.single.renkau .renkau-points {
  font-size: 1rem;
}
#main .content.single.renkau .renkau-points .item {
  margin-bottom: 0.5rem;
}
#main .content.single.renkau .renkau-points .item:before {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}


/*#main .content.single.renkau .visual .main_text {
    margin-bottom: 1rem;
}

#main .content.single.renkau .renkau_examples > .row {
  display: block;
  width: 100%;
}

#main .content.single.renkau .renkau_examples > .row > .col.first,
#main .content.single.renkau .renkau_examples > .row > .col.last {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}*/


#main .content.single.renkau .renkau_examples {
  margin: 2rem auto;
  border: 5px solid #8CC63E;
}
#main .content.single.renkau .renkau_examples.first {
  margin-bottom: 1rem;
}
#main .content.single.renkau .renkau_examples.last {
  margin-top: 1rem;
}


#main .content.single.renkau .renkau_examples > .row {
  display: block;
}
#main .content.single.renkau .renkau_examples > .row > .col {
  display: block;
  padding: 0.5rem;
}
#main .content.single.renkau .renkau_examples.first > .row > .col.first {
  width: 100%;
}
#main .content.single.renkau .renkau_examples.first > .row > .col.last {
  width: 100%;
}
#main .content.single.renkau .renkau_examples .exp_header {
  font-size: 1rem;
  text-align: center;
}
#main .content.single.renkau .renkau_examples .exp_header strong {
  font-size: 1rem;
  margin: 0 0.2rem;
  padding: 0.1rem 0.3rem;
}
#main .content.single.renkau .renkau_examples > .row > .col.last .footer_text {
  margin-top: 0.5rem;
  text-align: justify;
  font-size: 80%;
}

#main .content.single.renkau .renkau_examples .footer_text .br {
  display: inline;
}


#main .content.single.renkau .renkau_examples.last > .row > .col.first {
  width: 100%;
}
#main .content.single.renkau .renkau_examples.last > .row > .col.last {
  width: 100%;
}

#main .content.single.renkau .renkau_examples .inner_row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#main .content.single.renkau .renkau_examples .inner_col {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 0.25rem;
}
#main .content.single.renkau .renkau_examples .inner_col .footer_text {
  font-size: 80%;
  text-align: left;
}






#main .content.single.renkau .renkau_points {
  margin: 2rem auto 1rem;
  max-width: 1000px;
}

#main .content.single.renkau .renkau_points > .row {
  display: block;
}
#main .content.single.renkau .renkau_points > .row > .col {
  display: block;
}
#main .content.single.renkau .renkau_points > .row > .col.first {
  width: 100%;

  padding-right: 0;
}
#main .content.single.renkau .renkau_points > .row > .col.last {
  margin-top: 1rem;
  width: 100%;
}


#main .content.single.cashing .renkau_points {
  margin: 2rem auto 1rem;
  max-width: 1000px;
}

#main .content.single.cashing .renkau_points > .row {
  display: block;
}
#main .content.single.cashing .renkau_points > .row > .col {
  display: block;
}
#main .content.single.cashing .renkau_points > .row > .col.first {
  width: 100%;

  padding-right: 0;
}
#main .content.single.cashing .renkau_points > .row > .col.last {
  margin-top: 1rem;
  width: 100%;
}


#main .content.single.autoloan .renkau_points {
  margin: 2rem auto 1rem;
  max-width: 1000px;
}

#main .content.single.autoloan .renkau_points > .row {
  display: block;
}
#main .content.single.autoloan .renkau_points > .row > .col {
  display: block;
}
#main .content.single.autoloan .renkau_points > .row > .col.first {
  width: 100%;

  padding-right: 0;
}
#main .content.single.autoloan .renkau_points > .row > .col.last {
  margin-top: 1rem;
  width: 100%;
}


#main .content.single.rental .renkau_points {
  margin: 2rem auto 1rem;
  max-width: 1000px;
}

#main .content.single.rental .renkau_points > .row {
  display: block;
}
#main .content.single.rental .renkau_points > .row > .col {
  display: block;
}
#main .content.single.rental .renkau_points > .row > .col.first {
  width: 100%;

  padding-right: 0;
}
#main .content.single.rental .renkau_points > .row > .col.last {
  margin-top: 1rem;
  width: 100%;
}



#main .content.single.renkau .renkau_qa {
    margin: auto;
    padding: 0;
    box-sizing: border-box;
}


#main .content.single.renkau .qa_list {
    padding: 0.5rem 0;
}
#main .content.single.renkau .qa_list li {
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    padding: 0.5rem;
}

#main .content.single.renkau .qa_list .question:before,
#main .content.single.renkau .qa_list .answer:before {
    position: relative;
}
#main .content.single.renkau .qa_list .question {
  padding-left: 0.5rem;
  border-radius: 25px;
  font-size: 120%;
}


#main .content.single.renkau .qa_list .question:before {
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 1.4rem;
    vertical-align: middle;
}
#main .content.single.renkau .qa_list .answer:before {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
#main .content.single.renkau .qa_list .answer {
    padding-left: 0;
    text-align: justify;
    font-size: 100%;
    padding-top: 1.5rem;
}
#main .content.single.renkau .qa_list .answer:before {
  height: 1.2rem;
  width: 1.2rem;
  left: 0;
  margin-bottom: 0;
}

#main .content.single.renkau .qa_list .question:after {
  height: 14px;
  width: 40px;
  bottom: -18px;
  margin-left: -20px;
}




#main .content.single.renkau .review.last {
    margin-bottom: 2rem;
}

#main .content.single.renkau .review > .row {
}
#main .content.single.renkau .review > .row > .col {
  display: block;
}
#main .content.single.renkau .review > .row > .col.first {
  width: 100%;
}
#main .content.single.renkau .review > .row > .col.last {
  width: 100%;
  border-top: 3px solid #FAC600;
}
#main .content.single.renkau .review > .row > .col.first .text {
  max-width: 100%;
  font-size: 100%;
  line-height: 1.5;
}
#main .content.single.renkau .review > .row > .col.first .text strong {
  font-size: 110%;
}







#main .content.single.renkau .renkau_flow .title {
    text-align: left;
    font-size: 120%;
}

#main .content.single.renkau .renkau_flow .steps > ul {
    display: block;
}

#main .content.single.renkau .renkau_flow .steps > ul > li {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
#main .content.single.renkau .renkau_flow .steps > ul > li .step .image {
  text-align: center;
}

#main .content.single.renkau .renkau_flow .steps > ul > li.arrow {
    display: none;
}

#main .content.single.renkau .visual {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

#main .center_btn {
    margin: 1rem 0;
    text-align: center;
}






#main .content.single.renkau .renkau_campaign .text {
  padding: 1rem 0.8rem;
  box-sizing: border-box;
  text-align: justify;
  font-size: 100%;
}










/*-------------------------------------------------------
company
-------------------------------------------------------*/




#main .content.single.company .company_tab > ul > li.tab {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
}




/*-------------------------------------------------------
application
-------------------------------------------------------*/

#main .content.single.application {
    margin-top: 1rem;
}






/*-------------------------------------------------------
!! shop
-------------------------------------------------------*/

#main .content.single.shop .company .shops > .row > .col.image {
  /*width: 40%;*/
  width: 100%;
  padding-right: 0;
  margin-bottom: 1rem;
}
#main .content.single.shop .company .shops > .row > .col.text {
  /*width: 60%;*/
  width: 100%;
}

#main .content.single.shop .company .shops .registration_num .row > .col.title {
  width: 100%;
}
#main .content.single.shop .company .shops .registration_num .row > .col.text {
  width: 100%;
}


#main .content.single.shop .company .shops  .tbl_row {
  display: block;
  width: 100%;
  height: auto;
}
#main .content.single.shop .company .shops  .tbl_row > .tbl_col {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#main .content.single.shop .company .shops .shop_map iframe {
  height: 250px;
  position: relative;
}

#main .content.single.shop .company .shops  .tbl_row > .tbl_col.image {
  padding-right: 0;
  margin-bottom: 1rem;
}

#main .content.single.shop .company .company_name {
  font-size: 1.2rem;
}

#main .content.single.shop .company .shops .row.comment .text {
  font-size: 0.85rem;
}







/*-------------------------------------------------------
privacy
-------------------------------------------------------*/



#main .content.single.privacy .row {
  display: block;
}
#main .content.single.privacy .row > .col {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}





/*-------------------------------------------------------
レンタル
-------------------------------------------------------*/
#main .content.single .rental_travel .row > .col {
  width: 100%;
  padding: 1rem 0;
  padding-right: 0;
  border-bottom: 1px solid #aaa;
}
#main .content.single .rental_travel .row > .col:last-child {
  border-bottom: none;
}
#main .content.single .rental_travel .row + .row {
  border-top: 1px solid #aaa;
}

#main .content.single .rental_travel .row > .col .text {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

#main .content.single .rental_travel .row > .col .price {
  margin-top: 0.8rem;
  /*font-size: 1.3rem;*/
  font-size: 0.95rem;
}
#main .content.single .rental_travel .row > .col .image {
  text-align: center;
}
#main .content.single .rental_travel .row > .col .image img {
  width: 90%;
  max-height: inherit;
}



#main .content.single.rental .rental_flow .steps > ul {
  display: block;
  width: 100%;
}
#main .content.single.rental .rental_flow .steps > ul > li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
}
#main .content.single.rental .rental_flow .steps > ul > li .step {
  padding: 0.8rem;
}

#main .content.single.rental .rental_flow .steps > ul > li.arrow {
  display: none;
}

#main .content.single.rental .rental_flow {
  margin: 3rem 0;
}


#main .content.single.rental .category_list > ul > li .category {
  font-size: 0.8rem;
}

#main .content.single.rental .category_list > ul > li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 0;
  margin-bottom: 0.3rem;
}
#main .content.single.rental .category_list > ul > li:nth-child(odd) {
  padding-right: 0.15rem;
}
#main .content.single.rental .category_list > ul > li:nth-child(even) {
  padding-left: 0.15rem;
}



/*分割車検*/

.flow_1 {
    background: url(../images/shaken/back_07.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50px;
}

.flow_2 {
    background: url(../images/shaken/back_08.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50px;
}

.flow_3 {
    background: url(../images/shaken/back_09.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50px;
}

.flow_4 {
    background: url(../images/shaken/back_10.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50px;
}

.flow_5 {
    background: url(../images/shaken/back_11.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50px;
}

.flow_6 {
    background: url(../images/shaken/back_12.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
    background-size: 50px;
}

.flow_item {
    padding: 70px 10px 10px 10px;
}

div#flow_container {
    padding: 0 10px 10px 10px;
}

.flow_link_container-type1 .flow_link {
    padding: 40px 10px 10px 10px;
    background: url(../images/shaken/back_13.png);
    background-repeat: no-repeat;
    background-position: 50% 10px;
}

.flow_item h3 {
    font-size: 20px;
    color: #ED7A2D;
}

.flow_item-container p {
    font-size: 16px;
    line-height: 1.7em;
}

#section-4 .container_first h2{
  font-size: 150%;
}

#section-6 .container_first h2.teikei {
    font-size: 150%;
}

#section-6 .container_first h2.otoiawasetenpo {
    font-size: 150%;
}

.teikei-item_container {
    margin: 20px;
}

.teikei-item p:nth-child(1) {
    font-size: 130%;
    padding: 5px;
}

.teikei-item p:nth-child(2) {
    font-size: 100%;
    padding: 5px;
}

.teikei-item {
    padding: 20px 0 20px 10px;
}

#section-6 .container_second {
    padding: 10px;
}

.contact-item {
    padding: 30px 10px 30px 10px;
    min-height: auto;
}

.tel p {
    font-size: 140%;
}

#curapo_about {
    padding: 10px 10px;
}

#section-3 h2 {
    margin: 0 10px;
    font-size: 130%;
    padding: 10px;
}

.ryoukin-con {
    margin: 0 10px 10px 10px;
}

.confirmation {
    margin: 10px;
}

.shaken .contact {
    margin: 10px;
    padding-bottom: 10px;
}

.flow {
    padding: 10px;
}

#section-4 .container_first h2, #section-5 .container_first h2 {
    padding: 10px;
    font-size: 150%;
}

div#hyou-container {
    padding: 0 10px 10px 10px;
    overflow: scroll;
    font-size: 80%;
}

#section-1 {
    margin-bottom: 20px;
}

#section-2 {
    margin-bottom: 20px;
}

.point-people {
    margin-bottom: 20px;
    padding:10px;
}

.point-people img {
    margin-top: 0px;
}

.ryoukin.clearfix {
    padding: 10px;
    margin:0;
}

.ryoukin-shasyu {
    padding: 10px 10px 0 10px;
}

.flow_sita img {
    margin: 0 auto;
    display: block;
    width: 10%;
}

.flow_sita {
    margin-bottom: 10px;
}

.flow_item-container {
    margin-bottom: 10px;
}

.flow_link_container-type2 .flow_link {
    padding: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: 20px;
}

.flow_link_container-type2 .flow_link p {
    margin-right: 0;
    padding-top: 0;
}

.flow_link_container-type1 .flow_link p {
    padding-top: 25px;
    float: none;
    margin: 0 0 10px;
}

.container_third {
    margin-bottom: 0px;
}

p.contact_title {
    text-align: center;
}

.contact-item_container {
    /*max-width: 689px;*/
    min-width: 0;
    padding: 18px;
    /* float: left; */
        float: none;
}

/*.ryoukin-shasyu p:nth-child(1) {
     float: none; 
    width: 80%;
}

.ryoukin-shasyu p:nth-child(2) {
float: none; 
    width: 80%;
}*/

#section-6 .container_third {
    background: #fff;
    margin-bottom: 20px;
}

.tel a{
    color: #fff;
}

#main .content.news_index .content_row .content_col.center .curapo_post .post_header .post_title a{
  font-size: 1em;
}

.pc_pay{
  display: none;
}

.sp_pay{
  display: block;
  margin-bottom: 10px;
}

.syasyu{
    background: #F09421;
    color: #fff;
    font-weight: bold;
    font-size:130% !important;
}

.pc_pay {
    padding: 0;
}

#hyou p {
    padding: 10px;
}

.sp_pay {
    padding: 5px;
}

.confirmation img {
    padding: 10px 0;
}


/*-------------------------------------------------------
  追従メニュー
-------------------------------------------------------*/

#float_link {
  /*display: none;*/
/*  top: 10px;
  right: -2rem;*/
}
#float_link img {
  width: 32px;
}




/*-------------------------------------------------------
ブログ
-------------------------------------------------------*/

}
#main .content.news_index .content_row {
  display: block;
}
#main .content.news_index .content_row .content_col {
  display: block;
}

#main .content.news_index .content_row .content_col.left {
  display: none;
}


#main .content.news_index .content_row .content_col.right {
  width: 100%;
  max-width: 100%;
}

#main .content.news_index .content_row .content_col.center .curapo_posts {
  margin: auto;
}

#main .content.news_index .side_post_widget.sp {
  display: block;
}

#main .content.news_index .side_post_widget {
  font-size: 1rem;
}
#main .content.news_index .side_post_widget > ul > li {
    padding: 0.3rem 0;
}

#main .content.news_index .side_post_widget .title {
  font-size: 1.2rem;
}


.colleft { width:100%; float:none}
.colright { width:100%; float:none}
.topp {
	color: #34AA4C;
	font-size: 14px;
	padding: 15px 10px;
	font-weight: bold;
}


section#section-3,section#section-4,section#section-5,section#section-6 {
    width: 100%;
    margin: 0 auto;
}

div#flow_btn-type2 {
      padding: 10px 20%;
    font-size: 110%;
    margin-top: 20px;
}

div#flow_btn-type1 {
    padding: 10px 20%;
    font-size: 100%;
    margin-top: 20px;
}

table td {
  padding: 0px;
}

tr td.white {
    padding: 0px;
}

body.page-template-page-shaken {
    padding: 0;
}

body.page-template-page-shaken div#site_contents {
    padding: 0px;
    overflow: hidden;
}

.point {
    padding: 10px;
}

body.page-template-page-shaken footer#site_footer {
    padding: 0 30px;
}

tr td.syasyu {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 0;
}

table {
    margin-bottom: 20px;
}

.curapo_form {
    width: 100%;
}

.curapo_form h2 {
    font-size: 22px;
}

.curapo_form input[type="text"].size_s, .curapo_form input[type="number"].size_s {
    width: 2.0rem;
}

.curapo_form input[type="text"].size_l, .curapo_form input[type="number"].size_l {
    width: 100%;
}

body.page-template-page-shaken table td {
      /*padding: 0px;*/
    font-size: 100%;
}

h3.tenpo_kakudai {
    font-size: 200%;
}

br.pc_none {
    display: block;
}

.cnt_m .curapo_form table.desc td span.example {
    margin-left: 0px;
}
.cnt_m .curapo_form table.desc td span.example-3 {
    margin-left: 0px;
}

.flow h3{
  font-size: 20px;
}

/*ブログ一覧*/

.icatch img {
    float: none;
    width: 160px;
     padding-right: 0px;
    display: block;
    margin: 0 auto;
}

#main .content.news_index .content_row .content_col.center .curapo_post .post_content {
    margin:0;
}

li.curapo_post {
     padding-bottom:0px; 
} 

.icatch {
     float:none; 
}

.kizi02.sp_none {
    display: none;
}

.sp_none{
  display: none;
}

#section-7 .container_second {
    padding: 10px;
}

#main .content.news_index .content_row .content_col.center {
  width: 100%;
}

div#flow_container {
    padding: 10px;
}



/*-スライドメニュー-*/
#sp_slide{
    display: block;
}
/*header*/
#sp_slide .button {
    position: absolute;
    display: block;
    background-color: #252525;
    border: 2px solid rgb(255, 255, 255);
    opacity: 0.9;
    color: #fff;
    padding: 10px 20px 5px;
    text-align: center;
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    font-size: 70%;
    z-index: 9999 !important;
}
#sp_slide .menu-button-left {
    left: -32px;
    bottom: -110px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#sp_slide .menu-button-right {
    right: 0px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*slidemenu*/
#sp_slide .slidemenu {
    background-color: #252525;
}
#sp_slide .slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
#sp_slide .slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
#sp_slide .slidemenu li:first-child {
    /*border-top: none;*/
}
#sp_slide .slidemenu li:last-child {
    border-bottom: none;
}
#sp_slide .slidemenu .slidemenu-header {
    height: 49px;
    background-color: #ccc;
    bottom: 100px;
}
#sp_slide .slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}
#sp_slide .pos {
    position: fixed;
    bottom: 128px;
    width: 100%;
    padding: 0 15px;
    margin-left: -15px;
    z-index: 1;
}

/*plugin*/
#sp_slide .slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
#sp_slide .slidemenu .slidemenu-header {
  position: relative;
}
#sp_slide .slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
    color: #fff;
}
#sp_slide .slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
    padding-bottom: 60px;
}
#sp_slide .slidemenu-left {
    left: 0;
}
#sp_slide .slidemenu-right {
    right: 0;
}
/*side_menu*/
#topnews div{
    padding: 0;
}
#topnews div dl{
    margin-bottom: 0;
    padding: 8px 0;
}
#sp_slide .kizi02 li{
    border: none;
}
#sp_slide .slidemenu .kizi02 li a{
    padding: 5px 5px 0 0;
}
#sp_slide #topnews div dl dt img{
    max-width: 70px!important;
    padding-right: 10px;
}
#sp_slide #side #topnews dd{
    font-size: 80%;
    padding: 0;
    overflow: hidden;
}
#sp_slide .slidemenu .kizi02 #twibox li a{
    padding: 0 5px 0 0;
    float: left;
    clear: left;
}
#sp_slide .kizi02 .snsb li img{
    width: 45px;
}
#sp_slide #topnews div dl dd a{
    color: #fff;
}
#sp_slide .sub-menu li a{
    padding: 10px 0 10px 35px;
}
#wrap-in {
    padding: 0px 0 80px 0;
}

#main{border:none;}
/*anime*/
#sp_slide .menu-button-left:active {
    -moz-transform: scale(1.2) rotate(90deg);
    -webkit-transform: scale(1.2) rotate(90deg);
    -o-transform: scale(1.2) rotate(90deg);
    -ms-transform: scale(1.2) rotate(90deg);
    transform: scale(1.2) rotate(90deg);
}
#sp_slide .menu-button-right:active {
    -moz-transform: scale(1.2) rotate(-90deg);
    -webkit-transform: scale(1.2) rotate(-90deg);
    -o-transform: scale(1.2) rotate(-90deg);
    -ms-transform: scale(1.2) rotate(-90deg);
    transform: scale(1.2) rotate(-90deg);
}


/*iPhone5*/

@media only screen and (max-width: 320px){
div#hyou-container table {
    font-size: 50%;
}
#section-4 .container_first h2, #section-5 .container_first h2 {
    font-size: 120%;
}
div#flow_btn-type1 {
    padding: 10px 14%;
    font-size: 100%;
}
div#flow_btn-type2 {
    padding: 10px 18%;
    font-size: 100%;
    margin-top: 20px;
}
.tel p {
    font-size: 120%;
}

.curapo_form h2 {
    font-size: 19px;
}

.syasyu{
    background: #F09421;
    color: #fff;
    font-weight: bold;
    font-size:150% !important;
}
}

@media only screen and (max-width: 770px){
  div#hyou-container {
    font-size: 100%;
}
}

@media only screen and (max-width: 640px) {
    div#hyou-container {
    font-size: 80%;
}
}


/*暮らしアシスト*/

body.page-template-page-curashi_interior,body.page-template-page-curashi{
    min-width: auto;
}

article.entry {
    width: 90%;
     float: none; 
    margin-right: 41px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

article.entry:nth-child(3n) {
    margin-right: auto;
}

 .wrap_top_osusume article.entry {
    width: 90%;
     float: none; 
    margin-right: 41px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}

.wrap_top_osusume article.entry:nth-child(3n) {
    margin-right: auto;
}

h2.curashi_midashi_title {
    font-size: 28px;
    padding: 20px;
}

.curashi_image {
    padding: 0px;
    background:none;
    width: 100%;
    height: auto;

}

.curashi_detail_total {
    height: auto;
}

article.entry:nth-child(3n) {
    margin-right: auto;
}

.curashi_image img {
  width: 100%;
  height:auto;
}

.pc_none {
    display: block;
}

p.curashi_product_total {
    text-align: center;
    padding: 10px 0px 10px 10px;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    color: #fff;
}

p.curashi_product_total_osusume {
    text-align: center;
    padding: 10px 0px 10px 10px;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    color: #fff;
}



/*メニュー*/

.curashi_nav ul#menu li {
    width: 28%;
    height: 64px;
    border-bottom: 1px solid #fff;
    padding: 3px;
    margin: 4px;
    border-right: none;
    box-shadow: 4px 4px #cccccc;
    border-bottom: none;
}

.curashi_nav.clearfix {
    margin-bottom: 40px;
    background:none;
    box-shadow: none;
}

.curashi_nav a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
    width: 92%;
    height: 92%;
    display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}

a.curashi_nav_s {
    font-size: 16px;
}

a.curashi_nav_s2 {
    font-size: 13px;
}

.menu-navmenu-container{
  background:#252525 !important;
}

/*暮らしアシスト*/

.price_back {
    width: 312px;
    height: 92px;
    background: url(https://curapo.com/wp-content/themes/curapo/images/curashi/back_price.png);
    background-repeat: no-repeat;
    background-position: 0;
     float: none;
    margin: 0 auto;
    display: block;
    background-size: 90%
}

.shohin_detail {
    float: none;
    margin-top: 71px;
    margin: 0 auto;
    padding-top: 20px;
    width: 196px;
    padding-bottom: 30px;
}

.price_back p.curashi_price_total {
    padding: 20px 0px 0px 5px;
    color: yellow;
    float: none;
    font-size: 38px;
    font-style: italic;
}
article.entry_cat .shohin_detail_cat {
  width: 90%;
  float: none;
  padding: 10px 5%;
}

.curashi_top_wrap.clearfix {
    padding:20px 0 0 0;

}

.wrap_top_osusume.clearfix{
    padding:20px 0 0 0;
}


article.entry:nth-child(2n) {
    margin-right: auto;
}

.curashi_title_new h2 {
    font-size: 26px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(199, 112, 0) 0px 1px 0px, rgb(199, 112, 0) 1px 0px 0px, rgb(199, 112, 0) 0px -1px 0px, rgb(199, 112, 0) -1px 0px 0px, rgb(199, 112, 0) -1px -1px 0px, rgb(199, 112, 0) 1px -1px 0px, rgb(199, 112, 0) -1px 1px 0px, rgb(199, 112, 0) 1px 1px 0px;
    padding: 15px 0px;
    background: url(curashi.css) 0px center no-repeat;
    background-repeat: no-repeat;
    background-position: 0px center;
}

h4.curashi_oyakudati{
  font-size: 26px;
}


#curashi_news dt {
    width: auto;
}

#curashi_news div dl{
  float: none;
  margin-right: auto;
  margin-bottom: 50px;
}

.catbanner_container {
    width: 100%;
    margin-bottom: 20px;
}
.catimage {
  font-size: 20px;
  height: 100%;
}

a.cat_name {
    width: 100%;
}

.catimage img {
  width: 70px;
}

#side_search_curashi{
  width: 100%;
  margin-bottom: 20px;
}

/*サブトップバナー*/
.single_top_banner_container.clearfix * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-curashi .single_top_banner_container.clearfix {
  padding: 15px 10px;
}

.tax-curashi_cat .single_top_banner_container.clearfix {
  padding: 15px 10px;
}

.single_top_banner_topbtn {
    float: left;
    background: #dc647d;
    padding: 15px;
    border: 1px solid #dc647d;
    border-bottom: 5px solid #6a1919;
    width: 100%;
    margin-bottom: 20px;
}

.single_top_banner_topbtn img {
    display: block;
    margin: 0 auto;
}

#header-nav ul li.menu-item {
    position: relative;
    z-index: 1;
}
div#header-nav {
  width: 100%;
}
ul#menu-header_nav {
  width: 100%;
  margin: 0 0 20px;
  background-position: right 10px center;
}
#header-nav ul li.menu-item {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    padding:0;
}
#header-nav ul li.menu-item a {
  padding-left: 10px;
  padding-right: 40px;
  font-size: 18px;
}
#header-nav ul li ul.sub-menu {
  width: 100%;
}

.banner_tel img {
    width: 100%;
}

.menu-header_nav-container {
    width: 100%;
}

.product-details.product-details {
    width: 100%;
}

article.entry_single {
    width: 48%;
    margin-right: auto;
    margin-left: 4%;
}
article.entry_single:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
p.curashi_product_total_single {
  font-size: 13px;
}
p.curashi_price_total_single {
  font-size: 16px;
}
#side_search_curashi_single {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
}
#side_search_curashi_single #testSearchInput {
  margin: 0;
  height: 32px;
  width: 100%;
  padding-right: 50px;
}
.single_top_banner_container.clearfix {
    margin-bottom: 20px;
}
input.form_btn {
  left: auto;
  right: 0;
}
.shohin_detail_kanren {
  width: 100%;
}
.shohin_detail_kanren img {
  width: 100%;
}

.single_main_leftcontents {
    float: none;
    width: 100%;
    margin-left: 0;
}


.point1 p {
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -70px;
}

.point2 {
    padding: 10px;
}
.curashi_detail {
  padding: 0 10px;
}

.point2 p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.price_back {
    width: 100%;
    background: url(https://curapo.com/wp-content/themes/curapo/images/curashi/back_price.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    float: none;
    margin: 0 auto;
    display: block;
    background-size: contain;
}


.price_back_single {
    width: 100%;
    height: 120px;
    background: url(https://curapo.com/wp-content/themes/curapo/images/curashi/back_price_big.png);
    background-repeat: no-repeat;
    background-position: top center;
    float: none;
    margin: 0 auto;
    display: block;
    background-size: contain;
}

.shohin_detail {
    float: none;
    margin-top: 71px;
    margin: 0 auto;
    padding-top: 20px;
    width: 90%;
    padding-bottom: 30px;
    padding: 20px 0px 20px 0px;
}

.single_main_container {
    width: auto;
}

.single_main_rightcontents {
    float: none;
    width: auto;
    margin-top: 5%;
}


p.curashi_price {
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    color: yellow;
    text-shadow: 3px 4px #000;
    padding: 30px 0 0 30px;
    text-align: start;
}



article.entry_cat:nth-child(3n) {
    margin-right: 12px;
}

article.entry_cat {
     width: auto; 
    float: none;
    /* margin-right: 22px; */
    margin-bottom: 30px;
    border: 3px solid #d61a00;
    border-radius: 2px;
    background: #fff;
    padding-right: 0px;
    padding: 0px;
    /* margin: 10px 15px; */
    margin: 10px;
}

.entry_cat_container {
    margin: 0 auto;
    width: auto;
}

.price_back_single p.curashi_price {
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    color: yellow;
    padding: 15px 0 0 0px;
    text-align: center;
}

span.price_span {
    padding-left: 5px;
}

.price_detail {
    margin-bottom: -40px;
    top: -20px;
}

span.price_span2 {
    font-size: 25px;
    padding-left: 5px;
}

p.curashi_product_total.single_t {
    font-size: 20px;
    padding: 10px;
}

.single_main_leftcontents img {
    width: 100%;
}

p.red {
     height: auto; 
     display: block; 
     float: none; 
     position: static; 
    bottom: 0;
    top: -88px;
    left: 170px;
    width: 230px;
    text-align: center;
    margin: 10px auto;
        color: #d81f00;
        font-weight: bold;
}

p.red2 {
     height: auto; 
     display: block; 
     float: none; 
     position: static; 
    bottom: 0;
    top: -88px;
    left: 170px;
    width: 230px;
    text-align: center;
    margin: 10px auto;
        color: #d81f00;
        font-weight: bold;
}

.single_top_banner_container.clearfix {
    padding: 0;
    margin-bottom: 40px;
    background: none ;
}

.catbanner-item{
  height: 70px;
  -webkit-box-align: center;
    -moz-box-align: center;
}

a.inactive {
    padding: 3px 10px;
    background: #d82200;
    margin-right: 10px;
    color: #fff;
    float: left;
    margin: 0px 10px 10px 0;
}

span.current {
    padding: 4px 10px;
    background: #ff9373;
    margin-right: 10px;
    color: #fff;
    float: left;
}

.pagination {
    width: 100%;
    overflow: hidden;
}

/*iphone5*/
@media only screen and (max-width: 320px){
.price_back {
    background-size: 72%
}

.price_back p.curashi_price_total {
    padding: 20px 0px 5px;
    color: yellow;
    float: left;
    font-size: 40px;
    font-style: italic;
}

.price_back_single {
    width: 240px;
    height: 120px;
    background: url(https://curapo.com/wp-content/themes/curapo/images/curashi/back_price_big.png);
    background-repeat: no-repeat;
    background-position: 0;
    float: none;
    margin: 0 auto;
    display: block;
    background-size: 100%;
}

.price_back_single p.curashi_price {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: yellow;
    padding: 38px 0 0 0px;
    text-align: center;
}

span.price_span2 {
    font-size: 19px;
    padding-left: 5px;
}

.writer.floatL {
    float: none;
    margin-right: 30px;
    margin-bottom: 10px;
}
h4.saisin {
    width: 200px;
}

.catbanner_container {
    background: #fff8f8;
    background: url(https://curapo.com/wp-content/themes/curapo/images/curashi/icon_cat.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8f8', endColorstr='#ffebec',GradientType=0 );
}

.catimage p {
    width: 100px;
}

span.price_span {
    font-size: 20px;
    padding-left: 5px;
}
.example-list .item-set-row img{
	max-width: 100% !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.example-list .item-data{
	margin-bottom: 10px;
	font-size: 0.7em;
}
}

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

.curashi_nav ul#menu li {
    width: 27%;
    height: 60px;
}

.curashi_nav a{
  font-size: 15px;
}

}


.contact-box h2 {
	position: relative;
	text-align: center;
	font-size: 1.2rem;
}
.contact-box h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.contact-box h3{
	margin-bottom: 1rem;
}
.contact-box p.catch{
	font-size: 0.8rem;
	min-height:3em
}
.flex-row{
	display:flex;
	flex-flow: row wrap;
	justify-content:center;
}
.contact-box .flex-row .flex-item{
	text-align: center;
	padding: 15px;
	flex: 0 1 100%;
}
.contact-box .flex-row .flex-item:first-child{
	border-right: 1px solid #999;
}
.contact-box img.btn{
	width: 300px;
	max-width:100%;
	margin-top: 1rem;
	}
.answer h3{
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.answer table{
	font-size: 0.8em;
}
.answer table,.answer table th,.answer table td{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-collapse:collapse;
}
.answer table th,.answer table td{
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.answer table th{
	background-color: #ededed;
}

@media (max-width: 414px){
.index-lineup-nav li{
	float: none;
	width: 100%;
	margin: 0px 0 10px;
}
}

#news_list .news_list dd {
    text-align: justify;
    line-height: 1.8;
    border-bottom: 1px dashed #71BE44;
    padding: 0.5rem 0px 0.5rem 0rem;
}
iframe{
    max-width:100% !important;
}