@charset "UTF-8";
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #title {
    position: relative;
    background: #EBF2F2;
  }
  #title h2 {
    font-size: 3.0rem;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    text-align: center;
    padding: 70px 0 100px;
  }
  #title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 0px;
    background: url(../images/common/wave_bottom.png) no-repeat;
    background-size: cover;
    padding-top: 2.55%;
  }

  #main.goods #contents, #main.jpoint #contents, #main.register #contents {
    width: 750px;
  }

  #point1 ul, #point1 ul {
    padding-left: 20px;
  }
  #point1 ul li, #point1 ul li {
    margin-bottom: 10px;
  }
  #point1 img, #point1 img {
    margin: 20px 0;
  }

  .section {
    margin-top: 30px;
  }
  .section h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    background: url(../images/kkshi/round.gif) no-repeat left 50%;
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .section h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4F86E0;
    line-height: 1.5;
    margin: 20px 0 12px;
  }
  .section h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 12px;
    color: #000;
  }
  .section .exchange {
    padding-bottom: 0;
  }
  .section p {
    font-size: 1.4rem;
    line-height: 1.9;
    padding: 0 2em 24px 0;
  }
  .section strong {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .section a {
    text-decoration: underline;
  }
  .section a:hover {
    text-decoration: none;
  }
  .section > ul {
    padding: 10px 20px 20px;
  }
  .section > ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 18px;
  }
  .section > ul li:not(:last-child) {
    padding-bottom: 5px;
  }
  .section > ul li:before {
    position: absolute;
    top: 7px;
    left: 6px;
    content: '';
    display: inline-block;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .section > ul li > ul {
    margin: 3px 0 0;
  }
  .section > ul li li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0;
  }
  .section > ol {
    list-style: none;
    padding: 10px 20px 20px;
    counter-reset: ol_li;
  }
  .section > ol > li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .section > ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  .section > ol > li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #ffa11d;
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .section .new {
    color: #EB7878;
  }
  .section .green {
    color: #339900;
    margin-right: 5px;
  }
  .section .blue {
    color: #1E8EFF;
    margin-right: 5px;
  }
  .section .red {
    color: #FF3333;
    margin-right: 5px;
  }
  .section.seminar {
    margin-bottom: 30px;
  }
  .section.seminar .detail_btn {
    text-align: center;
  }
  .section.seminar a {
    width: 300px;
    text-decoration: none;
  }

  a.pdf {
    display: inline-block;
    background: url(../images/kkshi/pdf_icon.png) no-repeat right 85%;
    padding-right: 24px;
    margin-right: 6px;
  }

  span.more {
    text-align: right;
    display: block;
  }

  table {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  table.table-A {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #E0E0E0;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  table.table-A td {
    border: 1px solid #e0e0e0;
    padding: 10px;
  }

  table.table-B {
    border-collapse: collapse;
    border-top: solid 1px #E0E0E0;
    width: 100%;
    margin-bottom: 20px;
  }
  table.table-B th {
    background: #EBF2F2;
    padding: 12px 8px;
    border-bottom: solid 1px #E0E0E0;
    width: 8em;
  }
  table.table-B .w9 {
    width: 150px;
  }
  table.table-B td {
    background: #FFF;
    padding: 12px 8px;
    border-right: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
  }
  table.table-B td:first-of-type {
    border-left: solid 1px #E0E0E0;
  }
  table.table-B td a {
    margin-right: 1.5em;
  }
  table.table-B td ul {
    padding: 10px;
  }
  table.table-B td ul li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 18px;
  }
  table.table-B td ul li:not(:last-child) {
    padding-bottom: 5px;
  }
  table.table-B td ul li:before {
    position: absolute;
    top: 7px;
    left: 5px;
    content: '';
    display: inline-block;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  table.table-B td ul li > ul {
    margin: 3px 0 0;
  }
  table.table-B td ul li li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 0;
  }
  table.table-B td ol {
    list-style: none;
    padding: 10px;
    counter-reset: ol_li;
  }
  table.table-B td ol > li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  table.table-B td ol > li:not(:last-child) {
    padding-bottom: 10px;
  }
  table.table-B td ol > li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #ffa11d;
    font-size: 1.7rem;
    font-weight: bold;
    margin-right: 10px;
  }

  table.table-C {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  table.table-C td {
    padding: 8px;
  }
  table.table-C td.pict {
    background: #EBF2F2;
    border: solid 5px #FFF;
    text-align: center;
  }
  table.table-C .tac {
    text-align: center;
  }

  #goodsmenu td, #goodsmenu th {
    padding: 5px;
  }

  #goodsmenu > a {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .box-half-A {
    width: 48%;
    margin: 0 2% 20px 0;
    float: left;
  }

  .clb {
    clear: both;
  }

  .ex_link {
    background: url(../images/kkshi/blank_icon.png) no-repeat right 60%;
    padding-right: 12px;
    margin-right: 6px;
  }

  .fs90 {
    font-size: 1.3rem;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .tar {
    text-align: right !important;
  }

  .txt-law {
    color: #f00;
  }

  .txt-kkshi {
    color: #4F86E0 !important;
  }

  .form-list-link {
    margin: 10px 0;
  }
  .form-list-link ul {
    width: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url(../images/kkshi/form_list_bg.png);
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 10px;
  }
  .form-list-link ul li {
    width: 280px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .form-list-link ul li:first-child {
    margin-right: 20px;
  }
  .form-list-link ul li .btn {
    display: block;
    background-repeat: no-repeat;
    background-position: 40px 8px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    color: #fff;
    border-radius: 4px;
    line-height: 34px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .form-list-link ul li .btn > span {
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }
  .form-list-link ul li a.additional {
    position: relative;
    padding-left: 20px;
  }
  .form-list-link ul li a.additional:before {
    content: '▶︎';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 5px;
  }
  .form-list-link ul li span.additional {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .form-list-link .jpoint_button .btn {
    background-color: #ef2f5c;
    background: -webkit-gradient(linear, center top, center bottom, from(#f87090), to(#ef2f5c));
    background: -webkit-linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
    background: linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
  }
  .form-list-link .jpoint_button .btn > span {
    background: url(../images/kkshi/form_list_icon_jpoint.png) 10px 6px/10% no-repeat;
  }
  .form-list-link .jgoods_button .btn {
    background-color: #28b8dc;
    background: -webkit-gradient(linear, center top, center bottom, from(#4cccec), to(#28b8dc));
    background: -webkit-linear-gradient(top center, #4cccec 0%, #28b8dc 100%);
    background: linear-gradient(top center, #4cccec 0%, #28b8dc 100%);
  }
  .form-list-link .jgoods_button .btn > span {
    background: url(../images/kkshi/form_list_icon_jgoods.png) 15px 6px/10% no-repeat;
  }

  .form-list-link_new2 ul li {
    width: 350px;
  }
  .form-list-link_new2 ul li a {
    display: block;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
    border: none;
    color: #fff;
    background-position: 40px 8px;
    border-radius: 4px;
    padding: 10px;
    margin-right: 0px !important;
  }
  .form-list-link_new2 .form_button a {
    background-color: #ef2f5c;
    background: -webkit-gradient(linear, center top, center bottom, from(#f87090), to(#ef2f5c));
    background: -webkit-linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
    background: linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
  }
  .form-list-link_new2 .form_button a span {
    display: block;
    height: 34px;
    background: url(../images/kkshi/form_list_icon_form.png) 20px 2px/10% no-repeat;
    text-align: center;
  }

  #kkshi .section {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .ttl {
    background: #E4F1FE;
    font-weight: bold;
    color: #000 !important;
    font-size: 15px;
    text-align: center;
    padding: 0.5em;
  }

  .section p.payment {
    padding-left: 25px;
  }

  .mbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
    padding-bottom: 10px;
  }
  .mbox table:last-of-type {
    height: 150px;
  }

  td.badge-img {
    padding: 0 !important;
    width: 149px;
    background: #F6F6F6;
    vertical-align: middle;
    text-align: center;
  }
  td.badge-img img {
    vertical-align: middle;
  }
  td.badge-txt {
    padding: 0 !important;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
  }
  td.pin-txt {
    padding: 10px 0 !important;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
  }
  td.badge-img-bg {
    background-color: #fff;
  }

  #goodsmenu {
    margin: 20px 0 20px;
  }
  #goodsmenu td, #goodsmenu th {
    padding: 5px;
  }
  #goodsmenu table.table-B td a {
    margin-right: 1.5em;
  }

  .column {
    border: solid 1px #E5E5E5;
    margin-bottom: 10px;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    line-height: 1.9;
  }
  .column h3 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }
  .column p {
    margin-bottom: 20px;
  }
  .column strong {
    font-weight: bold;
  }
  .column a {
    text-decoration: underline;
  }
  .column a:hover {
    text-decoration: none;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .column.tac {
    text-align: center;
  }
  .column.tac .fs120 {
    font-size: 1.6rem;
  }
  .column.tac .fs140 {
    font-size: 1.8rem;
  }
  .column.tac .p0 {
    padding: 0 !important;
  }
  .column.tac .m0 {
    margin: 0 !important;
  }

  .flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flex_box .box-half-B {
    width: 320px;
    margin: 0 45px 30px 0;
  }
  .flex_box .box-half-B th {
    width: 150px;
  }
  .flex_box .box-half-B td {
    text-align: right;
    font-size: 1.8rem;
  }
  .flex_box .list-B {
    width: 400px;
  }
  .flex_box .list-B li {
    line-height: 1.5;
  }
  .flex_box .list-B li:not(:last-child) {
    margin-bottom: 10px;
  }

  .content_wrap #contents {
    width: 800px;
  }
  .content_wrap #aside {
    width: 250px;
  }
  .content_wrap #aside h3 {
    font-size: 1.7rem;
  }
  .content_wrap #aside .heading02:before {
    width: 18px;
    height: 21px;
    background: url(../images/common/h_icon_license.png) left 0 no-repeat;
  }

  #touroku2 a strong {
    text-decoration: underline;
  }
  #touroku2 a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  #touroku2 a:hover strong {
    text-decoration: none;
  }

 .hosupi-hi{
		
		height: 510px;
	}
	.hosupi-titel{
		
		font-size: 110%;
		font-weight: bold;
		color: #c71585;
		
	}
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #title {
    background: #EBF2F2;
    padding: 20px 0;
  }
  #title h2 {
    width: 90%;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
  }

  #point1 ul li, #goods1 ul li {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #point1 img, #goods1 img {
    width: 30%;
    margin: 20px 0;
  }

  #goods1 .payment img {
    width: 100%;
    margin: 0;
  }

  .section {
    margin-top: 30px;
  }
  .section h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    background: url(../images/kkshi/round.gif) no-repeat left 50%;
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .section h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4F86E0;
    line-height: 1.5;
    margin: 20px 0 10px;
  }
  .section h5 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 12px;
    color: #000;
  }
  .section .exchange {
    width: 80%;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .section p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 0 20px 0;
  }
  .section strong {
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .section a {
    text-decoration: underline;
  }
  .section > ul {
    padding: 10px 20px 20px;
  }
  .section > ul li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 18px;
  }
  .section > ul li:not(:last-child) {
    padding-bottom: 8px;
  }
  .section > ul li:before {
    position: absolute;
    top: 8px;
    left: 5px;
    content: '';
    display: inline-block;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .section > ul li > ul li:before {
    position: absolute;
    top: 9px;
    left: 2px;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
  .section > ol {
    list-style: none;
    padding: 10px 20px 20px;
    counter-reset: ol_li;
  }
  .section > ol > li {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .section > ol > li:not(:last-child) {
    padding-bottom: 8px;
  }
  .section > ol > li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #ffa11d;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
  }
  .section .new {
    color: #EB7878;
  }
  .section .green {
    color: #339900;
  }
  .section .blue {
    color: #1E8EFF;
  }
  .section .red {
    color: #FF3333;
  }
  .section.seminar {
    margin-bottom: 30px;
  }
  .section.seminar .detail_btn {
    text-align: center;
  }
  .section.seminar a {
    width: 92%;
    text-decoration: none;
  }

  a.pdf {
    display: inline-block;
    background: url(../images/kkshi/pdf_icon.png) no-repeat right 85%;
    padding-right: 24px;
    margin-right: 6px;
  }

  span.more {
    text-align: right;
    display: block;
  }

  table {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  table.table-A {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #E0E0E0;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  table.table-A td {
    width: 40%;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }

  table.table-B {
    border-collapse: collapse;
    border-top: solid 1px #E0E0E0;
    width: 100%;
    margin-bottom: 15px;
  }
  table.table-B th {
    background: #EBF2F2;
    padding: 12px 8px;
    border-bottom: solid 1px #E0E0E0;
    width: 8em;
  }
  table.table-B td {
    background: #FFF;
    padding: 12px 8px;
    border-right: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    border-left: solid 1px #E0E0E0;
  }
  table.table-B td a {
    margin-right: 1.5em;
  }
  table.table-B td ul {
    padding: 10px 5px;
  }
  table.table-B td ul li {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 18px;
  }
  table.table-B td ul li:not(:last-child) {
    padding-bottom: 8px;
  }
  table.table-B td ul li:before {
    position: absolute;
    top: 7px;
    left: 6px;
    content: '';
    display: inline-block;
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  table.table-B td ul li > ul li:before {
    position: absolute;
    top: 9px;
    left: 2px;
    content: '';
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
  table.table-B td ol {
    list-style: none;
    padding: 10px 5px;
    margin-bottom: 10px;
    counter-reset: ol_li;
  }
  table.table-B td ol > li {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  table.table-B td ol > li:not(:last-child) {
    padding-bottom: 8px;
  }
  table.table-B td ol > li:before {
    counter-increment: ol_li;
    content: counter(ol_li);
    color: #ffa11d;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 10px;
  }

  table.table-C {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  table.table-C td {
    padding: 8px;
  }
  table.table-C td.pict {
    background: #EBF2F2;
    border: solid 5px #FFF;
    text-align: center;
  }
  table.table-C .tac {
    text-align: center;
  }

  #goodsmenu td, #goodsmenu th {
    padding: 5px;
  }

  .box-half-A {
    width: 100%;
    margin: 0 2% 0 0;
  }

  .clb {
    clear: both;
  }

  .ex_link {
    background: url(../images/kkshi/blank_icon.png) no-repeat right 60%;
    padding-right: 12px;
    margin-right: 6px;
  }

  .fs90 {
    font-size: 1.3rem;
  }

  .fs: 120;
  .fs-font-size: 120%;
  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .tac {
    text-align: center !important;
  }

  .txt-law {
    color: #f00;
  }

  .txt-kkshi {
    color: #4f86e0 !important;
  }

  .form-list-link {
    width: 100%;
    margin: 10px 0;
  }
  .form-list-link ul {
    background-image: url(../images/kkshi/form_list_bg.png);
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 10px;
  }
  .form-list-link ul li {
    display: block;
    width: 100%;
  }
  .form-list-link ul li .btn {
    display: block;
    color: #fff;
    background-position: 40px 8px;
    background-repeat: no-repeat;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 34px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .form-list-link ul li .btn span {
    display: block;
    height: 34px;
    padding-left: 30px;
  }
  .form-list-link ul li span.additional {
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .form-list-link ul li a.additional {
    position: relative;
    padding-left: 20px;
  }
  .form-list-link ul li a.additional:before {
    content: '▶︎';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 5px;
  }
  .form-list-link ul li:first-child {
    margin-bottom: 20px;
  }
  .form-list-link .jpoint_button .btn {
    background-color: #ef2f5c;
    background: -webkit-gradient(linear, center top, center bottom, from(#f87090), to(#ef2f5c));
    background: -webkit-linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
    background: linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
  }
  .form-list-link .jpoint_button .btn span {
    background-image: url(../images/kkshi/form_list_icon_jpoint.png);
    background: url(../images/kkshi/form_list_icon_jpoint.png) 5% center/13% no-repeat;
  }
  .form-list-link .jgoods_button .btn {
    background-color: #28b8dc;
    background: -webkit-gradient(linear, center top, center bottom, from(#4cccec), to(#28b8dc));
    background: -webkit-linear-gradient(top center, #4cccec 0%, #28b8dc 100%);
    background: linear-gradient(top center, #4cccec 0%, #28b8dc 100%);
  }
  .form-list-link .jgoods_button .btn span {
    background-image: url(../images/kkshi/form_list_icon_jgoods.png);
    background: url(../images/kkshi/form_list_icon_jgoods.png) 4% center/13% no-repeat;
  }

  .form-list-link_new2 ul {
    padding: 15px 20px;
  }
  .form-list-link_new2 ul li:first-child {
    margin-bottom: 0;
  }
  .form-list-link_new2 ul li a {
    display: block;
    background-repeat: no-repeat;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
    border: none;
    color: #fff;
    background-position: 40px 8px;
    border-radius: 4px;
    padding: 10px;
    margin-right: 0px !important;
  }
  .form-list-link_new2 .form_button a {
    background-color: #ef2f5c;
    background: -webkit-gradient(linear, center top, center bottom, from(#f87090), to(#ef2f5c));
    background: -webkit-linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
    background: linear-gradient(top center, #f87090 0%, #ef2f5c 100%);
  }
  .form-list-link_new2 .form_button a span {
    display: block;
    height: 34px;
    background: url(../images/kkshi/form_list_icon_form.png) 3% center/23px no-repeat;
    text-align: center;
  }

  #kkshi .section {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .ttl {
    background: #E4F1FE;
    font-weight: bold;
    color: #000 !important;
    font-size: 15px;
    text-align: center;
    padding: 0.5em;
  }

  .section p.payment {
    padding-left: 3%;
  }

  .mbox {
    margin-left: 3%;
    padding-bottom: 10px;
  }

  td.badge-img {
    padding: 0 !important;
    background: #F6F6F6;
    vertical-align: middle;
    text-align: center;
  }
  td.badge-img img {
    vertical-align: middle;
  }
  td.badge-txt {
    padding: 5px 0 !important;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
  }
  td.pin-txt {
    padding: 10px 0 !important;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
  }
  td.badge-img-bg {
    background-color: #fff;
  }

  .img-ss {
    width: 4%;
  }

  .badge-img-s img {
    width: 20%;
    vertical-align: middle;
  }

  .badge-img-m img {
    width: 40%;
    vertical-align: middle;
  }

  .badge-img-l img {
    width: 70%;
    vertical-align: middle;
  }

  .badge-img-ll img {
    width: 85%;
  }

  #goodsmenu {
    margin: 5px 0 20px;
  }
  #goodsmenu td, #goodsmenu th {
    padding: 5px;
  }
  #goodsmenu table.table-B td a {
    display: inline-block;
    margin-right: 1.5em;
  }

  .column {
    border: solid 1px #E5E5E5;
    margin-bottom: 10px;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    line-height: 1.9;
  }
  .column h3 {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }
  .column strong {
    font-weight: bold;
  }
  .column a {
    text-decoration: underline;
  }
  .column a:hover {
    text-decoration: none;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .column .list-A {
    font-size: 1.4rem;
    padding-left: 6%;
  }

  .flex_box .box-half-B {
    width: 100%;
    margin: 0 45px 30px 0;
    text-align: center;
  }
  .flex_box .box-half-B th {
    width: 60%;
  }
  .flex_box .box-half-B td {
    font-size: 1.6rem;
  }
  .flex_box .box-half-B td:last-child {
    padding-left: 10px;
  }
  .flex_box .list-B li {
    line-height: 1.5;
  }
  .flex_box .list-B li:not(:last-child) {
    margin-bottom: 10px;
  }

  #touroku2 a strong {
    text-decoration: underline;
  }
  #touroku2 a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  #touroku2 a:hover strong {
    text-decoration: none;
  }

  .content_wrap #aside {
    margin-top: 50px;
  }
  .content_wrap #aside h3 {
    font-size: 1.7rem;
  }
  .content_wrap #aside .heading02:before {
    width: 18px;
    height: 21px;
    background: url(../images/common/h_icon_license.png) left 0 no-repeat;
    margin-left: 10px;
  }
	
	.hosupi-titel{
		
		font-size: 110%;
		font-weight: bold;
		color: #c71585;
		
	}

}
