@media screen and (min-width: 768px){
  /* カスタマイズ用CSS */
  /* 共通 */
  .ec-blockBtn--action:hover,
  .ec-blockBtn--action:focus,
  .ec-blockBtn--action.focus,
  .ec-blockBtn--action:active:focus,
  .ec-blockBtn--action.active:focus,
  .btn-check:focus + .ec-blockBtn--action,
  .btn-check:checked + .ec-blockBtn--action:focus,
  .btn-check:active + .ec-blockBtn--action:focus,
  .show > .ec-blockBtn--action.dropdown-toggle:focus {
    color: #0B318F !important;
    text-decoration: none !important;
    box-shadow: unset !important;
    background-color: #f9ffff !important;
    border-color: #0B318F !important;
    outline: unset !important;
  }
  *,*::before,*::after{
    box-sizing:border-box;
  }
  *{
    margin:0;
    padding:0;
  }
  html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent;
  }
  @-ms-viewport{
    width:device-width;
  }
  article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block;
  }
  body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#222;
    text-align:left;
    background-color:#F0F0F0;
  }
  [tabindex="-1"]:focus{
    outline:0 !important;
  }
  hr{
    box-sizing:content-box;
    height:0;
    overflow:visible;
  }
  h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.8rem;
    line-height:1.5;
  }
  p{
    margin-top:0;
    margin-bottom:.8rem;
  }
  abbr[title],abbr[data-original-title]{
    text-decoration:underline;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0;
  }
  address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit;
  }
  ol,ul,dl{
    margin-top:0;
    margin-bottom:1rem;
  }
  dt{
    font-weight:700;
  }
  dd{
    margin-bottom:.5rem;
    margin-left:0;
  }
  blockquote{
    margin:0 0 1rem;
  }
  dfn{
    font-style:italic;
  }
  b,strong{
    font-weight:bolder;
  }
  small{
    font-size:80%;
  }
  sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline;
  }
  sub{
    bottom:-.25em;
  }
  sup{
    top:-.5em;
  }
  a{
    color:#222;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
  }
  a:hover{
    color:#0056b3;
    text-decoration:underline;
  }
  a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{
    color:inherit;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]):focus{
    outline:0;
  }
  pre,code,kbd,samp{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size:1em;
  }
  pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    -ms-overflow-style:scrollbar;
  }
  figure{
    margin:0 0 1rem;
  }
  img{
    vertical-align:middle;
    border-style:none;
  }
  svg{
    overflow:hidden;
    vertical-align:middle;
  }
  table{
    border-collapse:collapse;
  }
  caption{
    padding-top:0.75rem;
    padding-bottom:0.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom;
  }
  th{
    text-align:inherit;
  }
  label{
    display:inline-block;
    margin-bottom:.5rem;
  }
  button{
    border-radius:0;
  }
  button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color;
  }
  input,button,select,optgroup,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
  }
  button,input{
    overflow:visible;
  }
  button,select{
    text-transform:none;
  }
  button,html [type="button"],[type="reset"],[type="submit"]{
    -webkit-appearance:button;
  }
  button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    padding:0;
    border-style:none;
  }
  input[type="radio"],input[type="checkbox"]{
    box-sizing:border-box;
    padding:0;
  }
  input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{
    -webkit-appearance:listbox;
  }
  textarea{
    overflow:auto;
    resize:vertical;
  }
  fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0;
  }
  legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal;
  }
  progress{
    vertical-align:baseline;
  }
  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
    height:auto;
  }
  [type="search"]{
    outline-offset:-2px;
    -webkit-appearance:none;
  }
  [type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
  }
  ::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button;
  }
  output{
    display:inline-block;
  }
  summary{
    display:list-item;
    cursor:pointer;
  }
  template{
    display:none;
  }
  [hidden]{
    display:none !important;
  }
  body{
    font-size:14px;
  }

  h2,h3,h4,h5{
    font-weight:700;
    font-feature-settings:"palt" 1;
  }

  h3{
    font-size:17px;
    font-size:1.0625rem;
  }
  h4{
    font-size:16px;
    font-size:1rem;
  }

  p{
    margin-top:0;
    margin-bottom:.8rem;
  }
  ol,ul,dl{
    margin-top:0;
    margin-bottom:1rem;
    padding-left:0px;
    padding-right:0px;
  }
  ol ol,ul ul,ol ul,ul ol{
    margin-bottom:0;
  }
  ul,ol{
    list-style:none;
  }

  input,button,select,optgroup,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
  }
  textarea{
    overflow:auto;
    resize:vertical;
  }
  textarea,select{
    width:100%;
    border:1px solid #ddd;
    padding:5px 10px;
    -webkit-border-radius:0;
    -moz-appearance:none;
    -webkit-appearance:none;
  }
  input,textarea{
    color:#424242;
    font-size:14px;
    font-size:.875rem;
    padding: 4px 5px;
  }
  input:placeholder-shown,textarea:placeholder-shown{
    color:#999;
    font-size:14px;
    font-size:.875rem;
    padding:4px 5px;
  }
  input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999;
    font-size:14px;
    font-size:.875rem;
    padding:4px 5px;
  }
  input:-moz-placeholder,textarea:-moz-placeholder{
    opacity:1;
    color:#999;
    font-size:14px;
    font-size:.875rem;
    padding:4px 5px;
  }
  input::-moz-placeholder,textarea::-moz-placeholder{
    opacity:1;
    color:#999;
    font-size:14px;
    font-size:.875rem;
    padding:4px 5px;
  }
  input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#999;
    font-size:14px;
    font-size:.875rem;
    padding:4px 5px;
  }

  a{
    color:#222;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
  }
  a:hover{
    color:#0056b3;
    text-decoration:underline;
  }
  a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{
    color:inherit;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]):focus{
    outline:0;
  }

  a.u-link{
    color:#0B318F;
    text-decoration:underline;
  }

  hr{
    height:1px;
    border:0;
    background:#ddd;
  }

  .pagenumber_area{
    color:#666;
    text-align:center;
    margin-top:80px;
  }
  .pagenumber_area .navi{
    letter-spacing:-.40em;
  }
  .pagenumber_area .navi a,.pagenumber_area .navi strong{
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:3px;
    margin:0 5px 0 0;
    box-sizing:border-box;
    display:inline-block;
    letter-spacing:normal;
  }
  .pagenumber_area .navi a{
    background:#fff;
    border:1px solid #D6D6D6;
  }
  .pagenumber_area .navi a:hover{
    color:#fff;
    background:#0B318F;
    text-decoration:none;
  }
  .pagenumber_area .navi strong{
    background:#0B318F;
    border:1px solid #fff;
    color:#fff;
    font-weight:400;
  }
  .pagenumber_area .navi .p_next{
    background:url("../img/icon/ico_arrow_right.svg") no-repeat center center;
    background-size:20px 10px;
  }
  .pagenumber_area .navi .p_next:hover{
    background:#f6f6f6 url("../img/icon/ico_arrow_right.svg") no-repeat center center;
    background-size:20px 10px;
  }
  .pagenumber_area .navi .p_prev{
    transform:scale(-1, 1);
  }

  .object-fit-contain img{
    object-fit:contain;
    font-family:"object-fit: contain;
    ";
  }

  .object-fit-cover img{
    object-fit:cover;
    font-family:"object-fit: cover;
    ";
  }
  .alignC{
    text-align:center;
  }
  .alignR{
    text-align:right;
  }
  .alignL{
    text-align:left;
  }

  .list_indent li{
    text-indent:-1em;
    padding-left:1em;
    margin-bottom:0.5rem;
    line-height:1.5;
  }

  .kome{
    text-indent:-1em;
    padding-left:1em;
  }

  .bg_info{
    font-weight:700;
    color:#0B318F;
    background:#EAF4F9;
  }

  .title{
    color:#0B318F;
    font-size:20px;
    font-size:1.25rem;
    letter-spacing:0.1em;
    background:url(../img/title/title_line.svg) no-repeat 0 bottom;
    background-size: 100%;
    padding:0 0 20px;
    margin-bottom:40px;
    position:relative;
  }
  .title .en_font{
    font-size:18px;
    font-size:1.125rem;
    letter-spacing:0.01em;
  }
  .title .mini{
    font-size:14px;
    font-size:.875rem;
    margin-left:8px;
  }
  .title .btn_s{
    font-weight:400;
    position:absolute;
    top:5px;
    right:0;
  }
  .title .right{
    position:absolute;
    top:5px;
    right:0;
  }
  .title_line{
    font-size:18px;
    font-size:1.125rem;
    background:url(../img/title/title_line.svg) no-repeat 0 bottom;
    background-size: 100%;
    background-size:660px 6px;
    padding:0 0 20px;
    margin-bottom:20px;
  }
  .title_dl{
    font-size:16px;
    font-size:1rem;
    border-bottom:1px solid #D6D6D6;
    padding:0 0 20px;
    margin-bottom:20px;
  }
  .price{
    color:#F12477;
  }

  h3{
    font-size:17px;
    font-size:1.0625rem;
  }
  h4{
    font-size:16px;
    font-size:1rem;
  }

  .arrow_blue{
    padding:0 0 0 30px;
    background:url(../img/icon/ico_arrow_blue.svg) no-repeat left center;
    background-size:20px 20px;
    color:#0B318F;
  }
  .arrow_blue_down{
    padding:0 0 0 30px;
    background:url(../img/icon/ico_arrow_blue_down.svg) no-repeat left center;
    background-size:20px 20px;
    margin:0;
  }

  .point_announce{
    padding:15px 30px;
    margin-bottom:40px;
    background:#EAF4F9;
    border-radius:5px;
    line-height:1.8;
  }
  .point_announce ul{
    margin:0;
  }
  .point_announce li+li{
    margin-top:20px;
  }

  .user_name{
    color:#41A0C7;
    display:inline-block;
    font-weight:700;
  }

  .btn_s{
    width:100px;
    height:26px;
    border-radius:20px;
    text-align:center;
    line-height:26px;
    color:#fff;
    font-size:12px;
    font-size:.75rem;
    background:#0B318F;
    margin:auto;
    display:block;
  }
  .btn_s:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none;
  }

  table.cart_table{
    width:100%;
    margin:30px auto;
    font-size:13px;
    font-size:.8125rem;
  }
  table.cart_table th{
    padding:10px 5px;
    text-align:center;
    vertical-align:middle;
    background:#f6f6f6;
    border:solid 1px #D6D6D6;
  }
  table.cart_table td{
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:solid 1px #D6D6D6;
  }
  table.cart_table img{
    width: 100%;
    max-width: 100%;
  }
  table.cart_table .btn_s{
    width:60px;
  }
  #undercolumn_shopping .cart_table{
    margin:20px 0 40px;
  }

  #undercolumn_shopping .cart_table img{
    width: 100%;
    max-width: 100%;
  }
  #undercolumn_shopping .maintxt {
      margin-bottom: 40px;
  }
  #undercolumn_shopping .pay_area02 .attention {
      margin-top: 5px;
  }
  #undercolumn_contact .attention,#undercolumn_contact .mini,#undercolumn_entry .attention,#undercolumn_entry .mini,#undercolumn_order .attention,#undercolumn_order .mini,#mycontents_area .attention,#mycontents_area .mini,#zeuscredit_area .attention,#zeuscredit_area .mini{
    font-size:12px;
    font-size:.75rem;
  }
  #undercolumn_contact th,#undercolumn_entry th,#undercolumn_order th,#mycontents_area th,#zeuscredit_area th{
    width:220px;
  }
  #undercolumn_contact th .attention,#undercolumn_entry th .attention,#undercolumn_order th .attention,#mycontents_area th .attention,#zeuscredit_area th .attention{
    margin:5px;
  }
  #undercolumn_contact td p,#undercolumn_entry td p,#undercolumn_order td p,#mycontents_area td p,#zeuscredit_area td p{
    margin-top:10px;
    margin-bottom:0;
  }
  #undercolumn_contact .post,#undercolumn_entry .post,#undercolumn_order .post,#mycontents_area .post,#zeuscredit_area .post{
    width:280px;
    position:relative;
    margin-bottom:20px;
  }
  #undercolumn_contact .btn_s,#undercolumn_entry .btn_s,#undercolumn_order .btn_s,#mycontents_area .btn_s,#zeuscredit_area .btn_s{
    position:absolute;
    top:5px;
    right:0;
  }
  #undercolumn_contact .ec-zipInputHelp .btn_s,#undercolumn_entry .ec-zipInputHelp .btn_s{
    position: static;
  }
  #mycontents_area .btn_s{
    position:static;
  }
  
  #undercolumn_error{
    padding-bottom:50px;
  }

  .en_font{
    font-family:"futura-pt",sans-serif;
  }

  .fz11{
    font-size:11px;
    font-size:.6875rem;
  }
  .fz12{
    font-size:12px;
    font-size:.75rem;
  }
  .fz17{
    font-size:17px;
    font-size:1.0625rem;
  }
  .fz18{
    font-size:18px;
    font-size:1.125rem;
  }
  .fz22{
    font-size:22px;
    font-size:1.375rem;
  }
  .linear{
    font-weight:700;
    background:linear-gradient(transparent 60%, #FFF100 60%);
  }
  .date{
    font-size:12px;
    font-size:.75rem;
    color:#666;
    margin-bottom:10px;
    letter-spacing:0.05em;
  }

  .max2{
    width:100%;
    margin:0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 行数を2行に制限 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .inner{
    width:1120px;
    margin:0 auto;
  }

  .bold{
    font-weight:700;
  }
  .attention{
    color:#F12477;
  }

  .ph_hover:hover{
    opacity:.9;
  }

  .message{
    margin-bottom:20px;
    color:#F12477;
    font-weight:700;
    font-size:17px;
    font-size:1.0625rem;
  }

  .btn_s{
    width:100px;
    height:26px;
    border-radius:20px;
    text-align:center;
    line-height:26px;
    color:#fff;
    font-size:12px;
    font-size:.75rem;
    background:#0B318F;
    margin:auto;
    display:block;
  }
  .btn_s:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none;
  }

  .btn_zip{
    font-size:12px;
    font-size:.75rem;
    color:#fff;
    background:#41A0C7;
    border-radius:5px;
    padding:5px 10px;
    margin:0 10px 0 0;
  }
  .btn_zip:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none;
  }

  .btn_search_service{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-bottom:15px;
  }
  .btn_search_service a{
    display:block;
    height:40px;
    line-height:40px;
    border-radius:5px;
    text-align:center;
    color:#fff;
  }
  .btn_search_service a:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none;
  }
  .btn_search_service .btn_tester{
    width:80px;
    background:#41A0C7;
  }
  .btn_search_service .btn_article_search{
    width:160px;
    background:#0B318F;
  }

  .sub-color{
    color:#128D84;
  }

  .secondary-color{
    color:#0B318F;
  }

  .bg_secondary-color{
    background:#0B318F;
  }

  .bg_book{
    border:2px solid #D6D6D6;
    border-radius:5px;
    padding:10px 20px 10px 50px;
    margin-bottom:20px;
    font-weight:700;
    background:url("../img/icon/ico_book.svg") no-repeat 20px 55%;
    background-size:18px 16px;
    line-height:1;
  }

  .pay_box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .pay_box .pay_title{
    width:80px;
    height:auto;
    line-height:1;
    margin-right:20px;
    border-radius:20px;
    padding:10px 0;
    text-align:center;
    font-weight:700;
    color:#0B318F;
    background:#EAF4F9;
  }
  .pay_box .pay_txt{
    width:calc(100% - 80px);
    padding:0;
    margin:0;
    font-weight:700;
  }

  .guide a,.info_box a,.txt_contact a,.contact_box a,.shop_information a,.login_area a,#undercolumn_order a{
    color:#0B318F;
    text-decoration:underline;
  }

  .form_btn_area{
    margin-top:40px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  .form_btn_area li{
    margin:auto;
  }
  .form_btn_area button,.form_btn_area a{
    cursor:pointer;
    outline:none;
    border:none;
    width:300px;
    height:40px;
    border-radius:5px;
    text-align:center;
    line-height:40px;
    letter-spacing:0.1em;
    color:#0B318F;
    font-weight:700;
    font-size:14px;
    font-size:.875rem;
    background:#fff;
    border:1px solid #0B318F;
    margin:auto;
    display:block;
    text-decoration:none;
  }

  .form_btn_area .btn_confirm,.form_btn_area .btn_send,.form_btn_area  .btn_more{
    background:url("../img/icon/ico_arrow_right.svg") no-repeat right 10px center;
    background-size:20px 10px;
    text-decoration:none;
  }
  .form_btn_area .btn_confirm:hover,.form_btn_area .btn_send:hover,.form_btn_area .btn_more:hover{
    text-decoration:none;
    background:#f9ffff url("../img/icon/ico_arrow_right.svg") no-repeat right 10px center;
    background-size:20px 10px;
  }
  .form_btn_area .btn_back{
    background:url("../img/icon/ico_arrow_left.svg") no-repeat 10px center;
    background-size:20px 10px;
  }
  .form_btn_area .btn_back:hover{
    text-decoration:none;
    background:#f9ffff url("../img/icon/ico_arrow_left.svg") no-repeat 10px center;
    background-size:20px 10px;
  }

  .form_area .form_btn_area{
    width:100%;
  }

  .s-box__2column{
    width:100%;
  }
  .s-box__2column .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px dashed #D6D6D6;
  }
  .s-box__2column .box:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }
  .s-box__2column .box .number{
    width:20px;
    height:20px;
    line-height:20px;
    margin-right:15px;
    color:#fff;
    text-align:center;
    background:#41A0C7;
  }
  .s-box__2column .box:nth-child(-n+3) .number{
    background:#0B318F;
  }
  .s-box__2column .box .number+.txt_box{
    width:225px;
  }

  .ranking ul#tab_ranking{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-bottom:20px;
    margin-left:-10px;
  }
  .ranking ul#tab_ranking a{
    width:80px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:5px 5px 0 0;
    background:#D6D6D6;
    color:#fff;
    box-sizing:border-box;
    letter-spacing:0.1em;
    display:block;
    font-weight:700;
  }
  .ranking ul#tab_ranking a:hover{
    text-decoration:none;
    background:#ccc;
  }
  .ranking ul#tab_ranking a.active{
    color:#0B318F;
    border:1px solid #0B318F;
    border-bottom:none;
    background:#fff;
  }
  .ranking ul#tab_ranking a.active:hover{
    background:#f9ffff;
  }
  .ranking #tab_ranking_box #tab_weeks,.ranking #tab_ranking_box #tab_monthly{
    display:none;
  }

  .pagenavi_detail{
    margin-bottom:80px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  .pagenavi_detail li{
    margin:auto;
  }
  .pagenavi_detail a{
    width:300px;
    height:40px;
    border-radius:5px;
    text-align:center;
    line-height:40px;
    letter-spacing:0.1em;
    color:#0B318F;
    font-weight:700;
    font-size:14px;
    font-size:.875rem;
    background:#fff;
    border:1px solid #0B318F;
    margin:auto;
    display:block;
  }
  .pagenavi_detail .btn_next{
    background:url("../img/icon/ico_arrow_right.svg") no-repeat right 10px center;
    background-size:20px 10px;
  }
  .pagenavi_detail .btn_next:hover{
    text-decoration:none;
    background:#f9ffff url("../img/icon/ico_arrow_right.svg") no-repeat right 10px center;
    background-size:20px 10px;
  }
  .pagenavi_detail .btn_prev{
    background:url("../img/icon/ico_arrow_left.svg") no-repeat 10px center;
    background-size:20px 10px;
  }
  .pagenavi_detail .btn_prev:hover{
    text-decoration:none;
    background:#f9ffff url("../img/icon/ico_arrow_left.svg") no-repeat 10px center;
    background-size:20px 10px;
  }
  .txt_contact{
    margin-top:20px;
    margin-bottom:0;
  }
  .about_ad .info_box,.shop_information .info_box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 40px;
    font-weight: 700;
    border: 2px solid #D6D6D6;
    border-radius: 5px;
    color: #0B318F;    
  }
  
  .about_ad .info_box .box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 50px;
  }
  
  .shop_information .info_box .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .about_ad .info_box .box h3,.shop_information .info_box h3{
    font-size:20px;
    font-size:1.25rem;
  }
  .about_ad .info_box .ph_box,.shop_information .info_box .ph_box{
    width:160px;
    margin-right:auto;
  }
  .about_ad .info_box .ph_box img,.shop_information .info_box .ph_box img{
    width:100%;
    height:auto;
  }
  .about_ad .info_box .txt_box,.shop_information .info_box .txt_box{
    width:360px;
  }
  .about_ad .info_box .txt_box p,.shop_information .info_box .txt_box p{
    line-height:2;
    margin:0;
  }

  .kadomaru_table{
    border-radius:10px;
    border:1px solid #D6D6D6;
  }
  .kadomaru_table tr{
    border-bottom:1px solid #D6D6D6;
  }
  .kadomaru_table tr:last-child{
    border-bottom:none;
  }
  .kadomaru_table th{
    width:100%;
    display:block;
    padding:30px 30px 20px;
    font-size:17px;
    font-size:1.0625rem;
  }
  .kadomaru_table td{
    width:100%;
    display:block;
    padding:0 30px 30px;
    font-size:13px;
    font-size:.8125rem;
  }
  .kadomaru_table td .txt_contact{
    font-size:15px;
    font-size:.9375rem;
    font-weight:700;
    color:#0B318F;
  }

  .box40{
    width:40px;
  }
  .box60{
    width:60px;
  }
  .box100{
    width:100px;
  }
  .box120{
    width:120px;
  }
  .box140{
    width:140px;
  }
  .box145{
    width:145px;
  }
  .box150{
    width:150px;
  }
  .box240{
    width:240px;
  }
  .box300{
    width:300px;
  }
  .box320{
    width:320px;
  }
  .box350{
    width:350px;
  }
  .box380{
    width:380px;
  }

  .line_table{
    line-height:1.7;
  }
  .line_table tr{
    border-top:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
  }
  .line_table tr:first-child{
    border-top:none;
  }
  .line_table th{
    width:160px;
    padding:30px 30px 30px 0;
    vertical-align:top;
    font-size:16px;
    font-size:1rem;
  }
  .line_table td{
    padding:30px 0;
  }

  /* ヘッダー */
  #header_wrap{
    width:100%;
    font-size:13px;
    font-size:.8125rem;
  }
  #header_wrap .header_top{
    width:100%;
    min-width:1160px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 2px 3px rgba(0,0,0,0.1);
  }
  #header_wrap .header_top .inner{
    height:60px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  #header_wrap .header_top ul{
    margin:0 0 0 auto;
  }
  #header_wrap .header_top ul li{
    display:inline-block;
    letter-spacing:0.1em;
  }
  #header_wrap .header_top ul li+li{
    margin-left:30px;
  }
  #header_wrap .header_middle .inner{
    height:150px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  #header_wrap .header_middle .ad_header{
    width:500px;
    height:100px;
  }
  #header_wrap .header_middle .ad_header img{
    width:100%;
    height:auto;
  }
  #header_wrap .header_btm{
    background:#0B318F;
    position:relative;
  }
  #header_wrap .header_btm .inner{
    height:60px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  #header_wrap .header_btm a{
    color:#fff;
  }
  #header_wrap .header_btm .btn_category{
    height:20px;
    padding:0 0 0 30px;
    background:url(../img/icon/ico_category_grid.svg) no-repeat left center;
    background-size:20px 20px;
  }
  #header_wrap .header_btm .btn_book{
    height:20px;
    padding:0 0 0 30px;
    margin-left:20px;
    background:url(../img/icon/ico_book_white.svg) no-repeat left center;
    background-size:20px 20px;
  }
  #header_wrap .header_btm .nav_category{
    width:100%;
    padding:50px 0 30px;
    position:absolute;
    top:60px;
    left:0;
    background:rgba(4,25,78,0.9);
    font-size:16px;
    font-size:1rem;
    display:none;
    z-index:999;
  }
  #header_wrap .header_btm .nav_category .inner{
    height:auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  #header_wrap .header_btm .nav_category ul{
    width:740px;
    height:280px;
    border-right:1px solid #D6D6D6;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-flex-direction:vertical;
    -moz-flex-direction:vertical;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
  }
  #header_wrap .header_btm .nav_category ul li{
    width:370px;
    margin:0 0 30px;
  }
  #header_wrap .header_btm .nav_category ul li:nth-of-type(5n),#header_wrap .header_btm .nav_category ul li:last-child{
    margin:0;
  }
  #header_wrap .header_btm .nav_category ul li a{
    padding:0 0 0 30px;
    background:url(../img/icon/ico_nav_arrow.svg) no-repeat left center;
    background-size:20px 20px;
  }
  #header_wrap .header_btm .nav_category ul li a .c14{
    padding:0 0 0 20px;
  }
  #header_wrap .header_btm .nav_category .bnr_downloads{
    width:300px;
    height:100px;
    margin:0 0 auto auto;
    display:block;
  }
  #header_wrap .header_btm .nav_category .bnr_downloads img{
    width:100%;
    height:auto;
    display:block;
  }
  #header_wrap #header_utility{
    margin:0 0 0 auto;
  }
  #header_wrap #header_navi{
    height:20px;
  }
  #header_wrap #header_navi li{
    display:inline-block;
    margin:0 0 0 30px;
  }
  #header_wrap #header_navi li a{
    display:block;
    height:20px;
  }
  #header_wrap #header_navi .nav_member a{
    padding:0 0 0 30px;
    background:url(../img/icon/ico_member.svg) no-repeat left center;
    background-size:20px 20px;
  }
  #header_wrap #header_navi .nav_lock a{
    padding:0 0 0 24px;
    background:url(../img/icon/ico_lock.svg) no-repeat left center;
    background-size:14px 20px;
  }
  #header_wrap #header_navi .nav_cart{
    position:relative;
  }
  #header_wrap #header_navi .nav_cart .item{
    width:18px;
    height:18px;
    line-height:1.4;
    color:#fff;
    font-weight:bold;
    text-align:center;
    border-radius:100%;
    background:#F12477;
    position:absolute;
    top:-10px;
    left:0;
  }
  #header_wrap #header_navi .nav_cart a{
    padding:0 0 0 30px;
    background:url(../img/icon/ico_cart.svg) no-repeat left center;
    background-size:20px 20px;
  }
  #header_wrap #header_search{
    width:220px;
    margin:0 0 0 40px;
    position:relative;
  }
  #header_wrap #header_search input[type="search"]{
    width:100%;
    padding:8px 24px 8px 10px;
    color:#777;
    border-radius:5px;
    border:none;
    margin-left: -40px;
  }
  #header_wrap #header_search input[type="image"]{
    width:28px;
    height:28px;
    position:absolute;
    top:2px;
    right:43px;
    outline:0;
  }
  #header_wrap h1{
    margin:0 auto 0 0;
  }
  #header_wrap h1 img{
    width:100%;
    height:auto;
  }
  #header_wrap h1.logo{
    width:120px;
  }
  #header_wrap h1.logo_online{
    width:314px;
    margin: 0 auto;
  }
  /* メイン */
  .pick_up{
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #D6D6D6;
  }
  .pick_up .object-fit-contain img{
    width:100%;
    height:300px;
    display:block;
    margin:0 auto 40px;
  }
  .pick_up h3{
    width:100%;
    font-size:20px;
    font-size:1.25rem;
    margin-bottom:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .pick_up p{
    font-size:16px;
    font-size:1rem;
    line-height:1.8;
    margin:0;
  }
  .pick_up+.ad_main{
    margin-bottom:80px;
  }

  .ad_main .ad_txt{
    font-size:16px;
    font-size:1rem;
    border:1px solid #ddd;
    padding:16px 18px;
    font-weight:bold;
    margin-bottom:40px;
    letter-spacing:0.05em;
  }
  .ad_main .ad_txt a{
    color:#0B318F;
  }
  .ad_main .ad_size_top{
    margin-left:-34px;
    margin-bottom:16px;
  }
  .ad_main .ad_size_btm{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width:692px;
    margin-left:-16px;
  }
  .ad_main .ad_size_btm .ad_size_btmin{
    width:336px;
    height:280px;
  }

  .category_contents{
    margin-bottom:80px;
  }
  .category_contents h3 a{
    width:310px;
    height:80px;
    text-align:center;
    font-size:18px;
    font-size:1.125rem;
    letter-spacing:0.1em;
    padding:24px 24px 0 0;
    margin-bottom:20px;
    color:#0B318F;
    box-sizing:border-box;
    background:url(../img/background/bg_btn_category.svg) no-repeat 0 0;
    background-size:310px 80px;
    display:block;
  }
  .category_contents h3 a:hover{
    text-decoration:none;
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  .category_contents h3 a span{
    font-size:14px;
    font-size:.875rem;
    display:block;
  }
  .category_contents h3.line2 a{
    padding:14px 24px 0 0;
  }
  .c-box__2column{
    width:100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .c-box__2column .c-box__2column_in{
    width:310px;
  }
  .c-box__2column .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #D6D6D6;
  }
  .c-box__2column .box:last-child{
    border-bottom:none;
  }
  .c-box__2column .box .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .c-box__2column .box .ph_box img:hover{
    text-decoration:none;
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  .c-box__2column .box .ph_box+.txt_box{
    width:225px;
  }
  /* フッター */
  #footer_wrap{
    position:relative;
    width:100%;
    height:auto;
    padding:50px 0;
    background:#fff;
    color:#666;
    text-align:center;
    font-size:13px;
    font-size:.8125rem;
    min-width:1160px;
    overflow:hidden;
  }
  #copyright{
    font-size:11px;
    font-size:.6875rem;
    letter-spacing:0.1em;
  }
  #pagetop{
    position:fixed;
    bottom:20px;
    right:20px;
    width:60px;
    height:60px;
  }
  #pagetop:hover{
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  #footer_nav li{
    display:inline-block;
  }
  #footer_nav a{
    margin:0 15px;
    color:#666;
  }
  .sns_icon li{
    display:inline-block;
    margin:15px;
  }
  .sns_icon li .fb{
    width:10px;
    height:20px;
  }
  .sns_icon li .twitter{
    width:20px;
    height:16px;
  }
  .sns_icon li:hover{
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  /* 右サイド */
  .side_top img,.side_btm img{
    width:100%;
    height:auto;
    display:block;
  }
  .side_box{
    padding:20px;
    border-top:1px solid #D6D6D6;
  }
  .side_box h3{
    color:#0B318F;
    font-size:17px;
    font-size:1.0625rem;
    letter-spacing:0.05em;
    text-align:center;
  }
  .side_box h4{
    font-size:14px;
    font-size:.875rem;
  }
  .side_box li{
    line-height:2;
    padding-left:10px;
  }

  .news{
    width:100%;
  }
  .news .box{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px dashed #D6D6D6;
  }
  .news .box:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }

  .koudoku .box .ph_box{
    height:120px;
    overflow:hidden;
    margin-bottom:20px;
    border:1px solid #D6D6D6;
    border-bottom:none;
  }
  .koudoku .box .fz12{
    line-height:1.8;
  }
  .koudoku .box .price_box{
    margin-bottom:15px;
  }
  .koudoku .box .price_box .nenkan48{
    width:84px;
    height:22px;
    display:inline-block;
    margin:-5px 10px 0 0;
  }
  .koudoku .box .price_box p{
    display:inline-block;
    margin:0;
  }

  .syukusatsuban .box{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }
  .syukusatsuban .box .ph_box{
    width:110px;
    margin-right:20px;
  }
  .syukusatsuban .box .price_box{
    margin-bottom:15px;
  }
  .syukusatsuban .box .price_box p{
    margin:0;
  }
  .bnr_net_hanbai{
    border-top:1px solid #D6D6D6;
    display:block;
  }
  /* 記事一覧/詳細 */
  #undercolumn{
    margin-bottom:80px;
  }
  #undercolumn .title,#main_column .title{
    margin-bottom:20px;
  }
  #undercolumn .title+.line_table,#main_column .title+.line_table{
    margin-top:-10px;
  }
  .tag_area{
    width:100%;
    height:auto;
    margin:0 0 20px;
    padding:0;
    box-sizing:border-box;
    letter-spacing:-.40em;
  }
  .tag_area li{
    padding:0 0 0 20px;
    margin:0 15px 0 0;
    display:inline-block;
    letter-spacing:normal;
    background:url("../img/icon/ico_tag.svg") no-repeat left center;
    background-size:12px 12px;
    font-size:12px;
    font-size:.75rem;
  }
  .tag_area li a{
    color:#0B318F;
  }
  .sns_area{
    margin:0 0 15px auto;
    text-align:right;
  }
  .sns_area ul{
    display:inline;
  }
  .sns_area li{
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 0 0;
    line-height:1;
  }

  .article_list .borderAttBox{
    border:#000 4px solid;
    padding:1em;
    font-size:0.8125rem;
    margin-bottom:25px;
  }
  .article_list .borderAttBox .ttl{
    font-size:1.0625rem;
    line-height:1.5;
    font-weight:bold;
    margin-bottom:.3em;
  }
  .article_list .borderAttBox p:last-child{
    margin-bottom:0;
  }
  .article_list .list_area{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #D6D6D6;
  }
  .article_list .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .article_list .box .ph_box img{
    width:160px;
    height:160px;
    margin-right:20px;
  }
  .article_list .box .ph_box img:hover{
    text-decoration:none;
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  .article_list .box .ph_box+.txt_box{
    width:480px;
  }
  .article_list .box .txt_box p{
    font-size:14px;
  }
  .article_list .box .max2{
    margin-bottom:20px;
  }
  .article_list .box .btn_s{
    margin:0 0 0 auto;
  }

  .article_list .box .txt_boxin{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:flex-end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
  }
  .article_list .box .txt_boxin .detail_btn{
    margin:auto 0;
  }

  .article_list .box .txt_boxin .btn_s{
    margin:0 auto 0 0;
  }
  .article_list .box .txt_boxin .pricebox{
    margin:0 15px 0 auto;
    font-weight:700;
  }
  .article_list .box .txt_boxin .cartin{
    margin:0 0 0 auto;
  }
  .article_list .box .txt_boxin .cartin .cartin_btn{
    width:160px;
    height:40px;
    background:#FDD000;
    color:#0B318F;
    border:none;
    border-radius:5px;
  }
  .article_list .box .txt_boxin .cartin .cartin_btn:hover{
    opacity:.9;
  }
  .article_list .box .txt_boxin .cartin .cartin_btn img{
    width:100%;
    height:auto;
  }


  .article_detail .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-bottom:20px;
  }
  .article_detail .main_comment{
    margin-bottom:0px;
  }
  .article_detail .main_comment img{
    max-width:100%;
  }
  .article_detail .product_info{
    height:auto;
    border:1px solid #D6D6D6;
    border-radius:5px;
    margin-top:30px;
    margin-bottom:80px;
    padding:30px 30px 10px;
    text-align:center;
  }
  .article_detail .product_info button[type="submit"]{
    width:30%;
    background:#FDD000;
    color:#0B318F;
    border:none;
    border-radius:5px;
    margin-bottom:20px;
  }
  
  .article_detail .product_info .underlink{
    text-decoration: underline;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  }

  .article_detail .product_info img{
    width:100%;
    height:100%;
  }

  .note-float-right{
    margin:0 0 20px 20px;
  }

  .note-float-left{
    margin:0 20px 20px 0;
  }
  
  .article_detail .login_info{
    height:auto;
    border:1px solid #D6D6D6;
    border-radius:5px;
    margin-bottom:80px;
    padding:30px 30px 10px;
  }
  .article_detail .login_info .ph_box{
    width:200px;
    height:110px;
    margin-right:auto;
    overflow:hidden;
  }
  .article_detail .login_info .ph_box img{
    width:100%;
    height:auto;
  }
  .article_detail .login_info .txt_box{
    width:380px;
  }
  .article_detail .login_info .btn_area{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  .article_detail .login_info .btn_area a{
    width:285px;
    height:50px;
    border-radius:5px;
    text-align:center;
    line-height:50px;
    color:#fff;
    display:block;
    letter-spacing:0.1em;
    padding:0 0 0 30px;
  }
  .article_detail .login_info .btn_area .btn_book{
    background:#41A0C7 url("../img/icon/ico_book_white.svg") no-repeat 40px center;
    background-size:20px 18px;
  }
  .article_detail .login_info .btn_area .btn_book:hover{
    text-decoration:none;
    opacity:.9;
  }
  .article_detail .login_info .btn_area .btn_lock{
    background:#0B318F url("../img/icon/ico_lock.svg") no-repeat 70px center;
    background-size:14px 20px;
  }
  .article_detail .login_info .btn_area .btn_lock:hover{
    text-decoration:none;
    opacity:.9;
  }

  .article_detail .box .ph_box{
    width:300px;
    height:auto;
    margin-right:auto;
  }
  .article_detail .box .txt_box{
    width:320px;
    margin-left:30px;
  }
  .article_detail .box .txt_box .point{
    margin:30px 0;
    text-align:right;
  }
  .article_detail .box .txt_box .point p{
    display:inline;
  }
  .article_detail .box .txt_box .txt_boxin{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:flex-end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
    margin-bottom:40px;
  }
  .article_detail .box .txt_box .txt_boxin .pricebox{
    margin:0 auto 0 0;
    font-weight:700;
  }
  .article_detail .box .txt_box .txt_boxin .cartin{
    margin:0 0 0 auto;
  }
  .article_detail .box .txt_box .txt_boxin .cartin .cartin_btn{
    width:160px;
    height:40px;
    background:#FDD000;
    color:#0B318F;
    border:none;
    border-radius:5px;
  }
  .article_detail .box .txt_box .txt_boxin .cartin .cartin_btn:hover{
    opacity:.9;
  }
  .article_detail .box .txt_box .txt_boxin .cartin .cartin_btn img{
    width:100%;
    height:auto;
  }
  .article_detail .box .txt_box .tag_area{
    width:auto;
    text-align:right;
    margin:0 -10px 0 auto;
  }
  .article_detail ul.status_icon{
    margin:0 0 20px;
  }
  .article_detail ul.status_icon li{
    display:inline-block;
    margin-right:8px;
  }
  .article_detail ul.status_icon li img{
    width:60px;
    height:30px;
  }
  .article_detail .favorite_area{
    text-align:right;
    margin-bottom:15px;
  }
  .article_detail .favorite_btn{
    width:120px;
    height:22px;
    background:none;
    border:none;
  }
  .article_detail .favorite_btn img{
    width:100px;
    height:22px;
    display:block;
    margin:0 0 0 auto;
  }
  .article_detail #slide .sp-thumbnails{
    margin:12px 0 0;
  }
  .article_detail .sub_area .txt_box{
    width:auto;
  }
  .article_detail .sub_area .txt_box div.subtext{
    width:490px;
  }
  .article_detail .sub_area .ph_box{
    width:150px;
    margin:0 0 20px 20px;
  }
  .article_detail .sub_area .ph_box img{
    width:150px;
    height:150px;
    margin:0 0 20px;
  }

  .article_detail #detailarea{
    margin-bottom:80px;
  }

  .title_line{
    font-size:18px;
    font-size:1.125rem;
    background:url(../img/title/title_line.svg) no-repeat 0 bottom;
    background-size: 100%;
    padding:0 0 20px;
    margin-bottom:20px;
  }
  #whobought_area li{
    padding:0 0 0 17px;
    margin:0  0 15px;
    display:block;
    background:url("../img/icon/ico_arrow_other.svg") no-repeat left 5px;
    background-size:7px 8px;
  }
  /* 新規会員登録 */
  #undercolumn{
    margin-bottom:80px;
  }
  #undercolumn .title,#main_column .title{
    margin-bottom:20px;
  }
  #undercolumn .title+.line_table,#main_column .title+.line_table{
    margin-top:-10px;
  }

  div#complete_area{
    margin-top:20px;
  }

  div#complete_area .message,div#undercolumn_entry .message{
    margin-bottom:20px;
    font-weight:700;
    font-size:17px;
    font-size:1.0625rem;
  }

  /* ログイン */
  .login_area{
    margin-bottom:80px;
  }
  .login_area .inputbox{
    border:1px solid #D6D6D6;
    border-radius:5px;
    margin:20px 0;
    padding:40px 40px 20px;
  }
  .login_area .inputbox dl{
    margin:0 0 20px;
  }
  .login_area .inputbox dl dt{
    display:inline-block;
    vertical-align:top;
    width:120px;
    margin:7px 0 0;
  }
  .login_area .inputbox dl dd{
    display:inline-block;
    margin-left:20px;
  }
  .login_area .login_memory{
    margin:10px 0 0;
  }
  .login_area .ico_member{
    position:relative;
    padding:3px 0 0 40px;
    margin-bottom:20px;
  }
  .login_area .ico_member:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    width:30px;
    height:30px;
    border-radius:100%;
    display:inline-block;
    background:#0B318F url(../img/icon/ico_member.svg) no-repeat center center;
    background-size:20px 20px;
  }
  .login_area .ico_lock{
    position:relative;
    padding:3px 0 0 40px;
    margin-bottom:20px;
  }
  .login_area .ico_lock:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    width:30px;
    height:30px;
    border-radius:100%;
    display:inline-block;
    background:#0B318F url(../img/icon/ico_lock.svg) no-repeat center center;
    background-size:14px 20px;
  }
  /* パスワードをお忘れの方 */
  div#window_area{
    margin:20px auto 0 auto;
    padding-bottom:20px;
    width:520px;
    min-height:300px;
    height:auto !important;
  }
  div#window_area p.information{
    margin-bottom:20px;
  }
  div#window_area table{
    width:500px;
  }
  div#window_area #forgot{
    margin:0 auto 20px;
    padding:20px;
    width:440px;
    border:1px solid #D6D6D6;
    text-align:left;
  }
  div#window_area #forgot .mailaddres{
    margin-bottom:10px;
  }
  div#window_area #forgot p{
    text-align:center;
    margin:0;
  }

  /* マイページ */
  .mynavi_list{
    margin-top:30px;
  }
  .mynavi_list li{
    display:inline-block;
    margin:0 30px 10px 0;
  }
  .mynavi_list li a{
    padding:0 0 0 25px;
    background-size:15px 15px;
    font-size:15px;
    font-size:.9375rem;
    font-weight:700;
  }

  /* 通販新聞とは */
  .about_us .box{
    margin-bottom:40px;
  }
  .about_us .info_box{
    padding:30px;
    margin-bottom:80px;
    font-size:16px;
    font-size:1rem;
  }
  .about_us .ceo{
    margin-top:40px;
    text-align:right;
  }

  /* 年間購読のお申込み */
  .subscription{
    margin-bottom:80px;
  }
  .subscription h3.sub-color{
    font-size:20px;
    font-size:1.25rem;
  }
  .subscription .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-bottom:20px;
  }
  .subscription .box .ph_box{
    width:200px;
    height:auto;
    margin-right:40px;
  }
  .subscription .box .ph_box img{
    width:100%;
    height:auto;
    margin-bottom:10px;
  }
  .subscription .box .txt_box{
    width:auto;
  }
  .subscription .info_box{
    margin-bottom:40px;
    font-weight:700;
  }
  .subscription .bg_info{
    margin-top:20px;
    margin-bottom:20px;
    padding:10px 0;
    text-align:center;
  }

  .contact_box{
    margin-bottom:80px;
  }
  .contact_box .title{
    margin-bottom:40px;
  }
  .contact_box p{
    font-weight:700;
    font-size:15px;
    font-size:.9375rem;
    line-height:2;
    color:#0B318F;
  }

  /* 広告掲載について */
  .about_ad,.shop_information{
    margin-bottom:80px;
  }
  /* ご利用ガイド */
  .guide_box{
    margin-top:40px;
  }
  .guide_box p+h4,.guide_box img+p{
    margin-top:20px;
  }

  .step_box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .step_box .step_title{
    width:80px;
    height:auto;
    line-height:1;
    margin-right:20px;
    border-radius:20px;
    padding:10px 0;
    text-align:center;
    font-weight:700;
    color:#0B318F;
    background:#EAF4F9;
  }
  .step_box .step_txt{
    width:calc(100% - 80px);
    padding:0;
    margin:0;
  }
  .step_box+.step_box{
    margin-top:20px;
  }
  /* 会社概要 */
  .company .map iframe{
    width:100%;
    height:300px;
    margin-top:20px;
  }
  /* 通販新聞全記事検索サービスについて */
  .about_search{
    margin-bottom:80px;
  }
  .about_search h3.sub-color{
    font-size:20px;
    font-size:1.25rem;
  }
  .about_search .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-top:20px;
    margin-bottom:20px;
  }
  .about_search .box .ph_box{
    width:140px;
    height:auto;
    margin-right:80px;
  }
  .about_search .box .ph_box img{
    width:100%;
    height:auto;
  }
  .about_search .box .txt_box{
    width:auto;
  }
  .about_search .btn_search_service{
    width:300px;
  }
  .about_search .btn_search_service .btn_tester{
    width:120px;
  }
  .about_search .btn_search_service .btn_article_search{
    width:160px;
  }
  .about_search .info_box{
    margin-bottom:20px;
    font-weight:700;
  }
  .about_search .bg_info{
    margin-top:20px;
    margin-bottom:20px;
    padding:10px 0;
    text-align:center;
  }

  /* カート */
  table.cart_table{
    width:100%;
    margin:30px auto;
    font-size:13px;
    font-size:.8125rem;
  }
  table.cart_table th{
    padding:10px 5px;
    text-align:center;
    vertical-align:middle;
    background:#f6f6f6;
    border:solid 1px #D6D6D6;
  }
  table.cart_table td{
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:solid 1px #D6D6D6;
  }
  table.cart_table .btn_s{
    width:60px;
  }
  #undercolumn_error .error{
    text-align:center;
    padding-top: 50px;
  }
  #arrCheckItems{
    margin-bottom:60px;
  }
  #arrCheckItems .title{
    margin-bottom:20px;
  }
  #arrCheckItems ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  #arrCheckItems ul li{
    width:150px;
    margin:0 20px 20px 0;
  }
  #arrCheckItems ul li:nth-child(4n){
    margin-right:0;
  }
  #arrCheckItems ul li img{
    width:150px;
    height:150px;
  }
  
  .breadcrumb{
    width:100%;
    height:auto;
    margin:0;
    padding:0 15px 0 0;
    box-sizing:border-box;
    letter-spacing:-.40em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .breadcrumb li{
    padding:0 0 0 25px;
    margin:0 10px 0 0;
    display:inline-block;
    letter-spacing:normal;
    background:url("../img/icon/ico_arrow_right.svg") no-repeat left center;
    background-size:20px 10px;
    font-size:12px;
    font-size:.75rem;
  }
  .breadcrumb li a{
    color:#0B318F;
  }
  .breadcrumb li.ico_home{
    background:url("../img/icon/ico_book.svg") no-repeat left center;
    background-size:15px 14px;
    padding:0 0 0 25px;
    font-size:13px;
    font-size:.8125rem;
  }
  .sp{
    display:none;
  }
  .pc{
    display:flex;
  }
  .sp_block{
    display:none;
  }
  .pc_block{
    display:block;
  }
  .sp_inline{
    display:none;
  }
  .pc_inline{
    display:inline;
  }
  
  .ec-orderPayment{
    text-align:left;
  }
  
  .ec-input textarea{
    margin-bottom: 16px;
  }
  .ec-borderedDefs dt{
    font-size:16px;
  }
  .ec-required{
    margin:5px;
    color:#F12477;
  }
}
@media screen and (max-width: 767px){
  .ec-blockBtn--action:hover,
  .ec-blockBtn--action:focus,
  .ec-blockBtn--action.focus,
  .ec-blockBtn--action:active:focus,
  .ec-blockBtn--action.active:focus,
  .btn-check:focus + .ec-blockBtn--action,
  .btn-check:checked + .ec-blockBtn--action:focus,
  .btn-check:active + .ec-blockBtn--action:focus,
  .show > .ec-blockBtn--action.dropdown-toggle:focus {
    color: #FFF !important;
    text-decoration: none !important;
    box-shadow: unset !important;
    background-color: #0B318F !important;
    border-color: #0B318F !important;
    outline: unset !important;
  }

  *,*::before,*::after{
    box-sizing:border-box;
  }
  *{
    margin:0;padding:0;
  }
  html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -ms-overflow-style:scrollbar;
    -webkit-tap-highlight-color:transparent;
  }
  @-ms-viewport{
    width:device-width;
  }
  article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block;
  }
  body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:1rem;font-weight:400;
    line-height:1.5;
    color:#222;
    text-align:left;
    background-color:#F0F0F0;
  }
  [tabindex="-1"]:focus{
    outline:0 !important;
  }
  hr{
    box-sizing:content-box;
    height:0;
    overflow:visible;
  }
  h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem;
  }
  p{
    margin-top:0;
    margin-bottom:.5rem;
  }
  abbr[title],abbr[data-original-title]{
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0;
  }
  address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit;
  }
  ol,ul,dl{
    margin-top:0;
    margin-bottom:1rem;
    padding-left:0px;
    padding-right:0px;
  }
  ol ol,ul ul,ol ul,ul ol{
    margin-bottom:0;
  }
  dt{
    font-weight:700;
  }
  dd{
    margin-bottom:.5rem;
    margin-left:0;
  }
  blockquote{
    margin:0 0 1rem;
  }
  dfn{
    font-style:italic;
  }
  b,strong{
    font-weight:bolder;
  }
  small{
    font-size:80%;
  }
  sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline;
  }
  sub{
    bottom:-.25em;
  }
  sup{
    top:-.5em;
  }
  a{
    color:#222;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
  }
  a:hover{
    color:#0056b3;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{
    color:inherit;
    text-decoration:none;
  }
  a:not([href]):not([tabindex]):focus{
    outline:0;
  }
  pre,code,kbd,samp{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size:1em;
  }
  pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    -ms-overflow-style:scrollbar;
  }
  figure{
    margin:0 0 1rem;
  }
  img{
    vertical-align:middle;
    border-style:none;
  }
  svg{
    overflow:hidden;
    vertical-align:middle;
  }
  table{
    border-collapse:collapse;
  }
  caption{
    padding-top:0.75rem;
    padding-bottom:0.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom;
  }
  th{
    text-align:inherit;
  }
  label{
    display:inline-block;
    margin-bottom:.5rem;
  }
  button{
    border-radius:0;
  }
  button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color;
  }
  input,button,select,optgroup,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
  }
  button,input{overflow:visible}button,select{
    text-transform:none;
  }
  button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
    padding:0;
    border-style:none;
  }
  input[type="radio"],input[type="checkbox"]{
    box-sizing:border-box;
    padding:0;
  }
  input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{
    overflow:auto;
    resize:vertical;
  }
  fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0;
  }
  legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal;
  }
  progress{
    vertical-align:baseline;
  }
  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{
    height:auto;
  }
  [type="search"]{
    outline-offset:-2px;
    -webkit-appearance:none;
  }
  [type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button}output{display:inline-block}summary{display:list-item;
    cursor:pointer;
  }
  template{
    display:none;
  }
  [hidden]{
    display:none !important;
  }
  body{
    font-size:13px;
    font-size:.8125rem;
  }
  .frame_outer{
    width:100%;
  }
  .inner{
    width:100%;
    margin:0 auto;
  }
  .active{
    display:block;
  }
  .ph_hover:hover{
    opacity:.9;
  }
  #mypage_nav a,.arrowRtxt a,.arrow_blue{
    padding:0 0 0 26px;
    background:url(../img/icon/ico_arrow_blue.svg) no-repeat left center;
    background-size:18px 18px;
    color:#0B318F;
    display:block;
  }
  .arrow_blue_down{
    padding:0 0 0 26px;
    background:url(../img/icon/ico_arrow_blue_down.svg) no-repeat left center;
    background-size:18px 18px;
    margin:0;
    display:block;
  }
  a.u-link{
    color:#0B318F;
    text-decoration:underline;
  }
  .object-fit-contain img{
    object-fit:contain;
  }
  .object-fit-cover img{
    object-fit:cover;
  }
  ul,ol{
    list-style:none;
  }
  .list_indent li{
    text-indent:-1em;
    padding-left:1em;
    margin-bottom:0.5rem;
    line-height:1.5;
  }
  .kome{
    text-indent:-1em;
    padding-left:1em;
  }
  .circle{
    border-radius:100%;
  }
  hr{
    height:1px;
    border:0;
    background:#ddd;
    margin-bottom:15px;
  }
  .bg_secondary-color{
    background:#0B318F;
  }
  .bg_tertiary-color{
    background:#41A0C7;
  }
  .bg_info{
    font-weight:700;
    color:#0B318F;
    background:#EAF4F9;
  }
  h2,h3,h4,h5{
    font-weight:700;
    font-feature-settings:"palt" 1;
  }
  .title,.title_secondary,.title_downloads{
    color:#0B318F;
    font-size:16px;
    font-size:1rem;
    letter-spacing:0.1em;
    line-height:1.3;
    background:url(../img/title/title_line.svg) no-repeat 0 bottom;
    background-size: 150%;
    padding:0 0 15px;
    margin-bottom:15px;
    position:relative;
  }
  .title .en_font,.title_secondary .en_font,.title_downloads .en_font{
    font-size:13px;
    font-size:.8125rem;
    letter-spacing:0.01em;
  }
  .title .mini,.title_secondary .mini,.title_downloads .mini{
    font-size:11px;
    font-size:.6875rem;
    margin-left:5px;
  }
  .title .right,.title_secondary .right,.title_downloads .right{
    position:absolute;
    bottom:15px;
    right:0;
  }
  .title_secondary{
    background:#0B318F;
    color:#fff;
    padding:10px 15px;
    margin-bottom:0;
  }
  .title_secondary .right{
    position:absolute;
    top:15px;
    right:15px;
  }
  .title_downloads{
    padding:15px 0 15px 90px;
    margin-bottom:0;
    background:#FDD000 url(../img/icon/ico_downloads.svg) no-repeat 15px center;
    letter-spacing:0.01em;
    font-size:18px;
    font-size:1.125rem;
  }
  .title_downloads .mini{
    font-size:13px;
    font-size:.8125rem;
    margin-left:0;
  }
  .subtitle,.title_mypage,.title_line{
    font-size:15px;
    font-size:.9375rem;
    background:url(../img/title/title_line.svg) no-repeat 0 bottom;
    background-size: 150%;
    padding:0 0 15px;
    margin-bottom:15px;
  }
  .title_dl{
    font-size:16px;
    font-size:1rem;
    border-bottom:1px solid #D6D6D6;
    padding:0 0 15px;
    margin-bottom:15px;
  }
  h3{
    font-size:15px;
    font-size:.9375rem;
  }
  h4{
    font-size:14px;
    font-size:.875rem;
  }
  .global_footer{
    position:relative;
    width:100%;
    height:auto;
    padding:15px 0;
    background:#fff;
    color:#666;
    text-align:center;
  }
  #copyright{
    font-size:10px;
    font-size:.625rem;
    letter-spacing:0.1em;
  }
  #pagetop{
    position:fixed;
    bottom:40px;
    right:10px;
    width:40px;
    height:40px;
  }
  #pagetop:hover{
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  .sns_icon li{
    display:inline-block;
    margin:0 15px;
  }
  .sns_icon li .fb{
    width:10px;
    height:20px;
  }
  .sns_icon li .twitter{
    width:20px;
    height:16px;
  }
  .sns_icon li:hover{
    opacity:.9;
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  .global_header{
    width:100%;
    background-color:#fff;
  }
  .global_header img{
    width:100%;
    height:auto;
  }
  .global_header .header_top{
    background:#fff;
    box-shadow:0 2px 3px rgba(0,0,0,0.1);
  }
  .global_header .header_top .inner{
    height:auto;
    padding:10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .global_header .header_top h1.logo{
    width:28%;
    margin:0 auto 0 0;
  }
  .global_header .header_top h1.logo_online{
    width:65%;
    margin:0 0 0 auto;
  }
  .global_header .header_btm{
    position:relative;
  }
  .global_header .header_btm .inner{
    height:auto;
    padding:15px 10px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .global_header .header_btm .btn_category{
    font-size:.75rem;
    padding:12px 0 0 24px;
    background:url(../img/icon/ico_category_grid_sphone.svg) no-repeat left center;
    background-size:15px 15px;
    color:#0B318F;
    font-weight:700;
    margin-left:10px;
  }
  .global_header #header_utility{
    margin:0 0 0 auto;
  }
  .global_header #header_navi li{
    display:inline-block;
    margin:0 0 0 15px;
  }
  .global_header #header_navi li a{
    display:block;
  }
  .global_header #header_navi .nav_member{
    width:18px;
    height:18px;
  }
  .global_header #header_navi .nav_lock{
    width:14px;
    height:20px;
  }
  .global_header #header_navi .nav_cart{
    width:20px;
    height:20px;
  }
  .global_header #header_navi .nav_menu{
    width:20px;
    height:15px;
  }
  #header_search{
    margin:0 0 20px;
    position:relative;
  }
  #header_search input[type="search"]{
    width:100%;
    padding:8px 30px 8px 0px;
    color:#777;
    border-radius:5px !important;
    border:none;
    background:#fff;
  }
  #header_search input[type="image"]{
    width:18px;
    height:18px;
    position:absolute;
    top:9px;
    right:15px;
    outline:0;
  }
  .iziModal{
    padding:1px;
    background:#0B318F;
  }
  .iziModal ul li{
    margin:0 0 20px;
  }
  .iziModal ul li a{
    min-height:20px;
    display:block;
    padding:0 0 0 30px;
    background:url(../img/icon/ico_nav_arrow.svg) no-repeat left center;
    background-size:20px 20px;
    color:#fff;
  }
  .iziModal .nav_category{
    padding:0 30px 30px;
  }
  .iziModal .nav_category .btn_s{
    margin-bottom:20px;
    color:#0B318F;
    background:#fff;
    font-weight:700;
  }
  .iziModal .nav_category .btn_s:hover{
    opacity:.9;
    text-decoration:none;
  }
  .iziModal .nav_category .bnr_downloads{
    margin:0 auto 20px;
    display:block;
  }
  .iziModal .nav_category .bnr_downloads img{
    width:100%;
    height:auto;
    display:block;
  }
  .modal_head_btn{
    position:relative;
    height:30px
  }
  .modal_head_btn .close{
    width:30px;
    height:30px;
    position:absolute;
    top:15px;
    right:15px;
    display:block;
  }
  .modal_head_btn .close img{
    width:100%;
    height:auto;
    display:block;
  }
  .modal_menu_area{
    padding:0 30px 30px;
  }
  .modal_logout_area{
    padding:30px;
  }
  .modal_logout_area p,.modal_logout_area a{
    color:#fff;
  }
  .modal_logout_area .bnr_downloads{
    margin-bottom:20px;
    display:block;
  }
  .modal_logout_area .btn_s{
    margin:20px auto;
    color:#0B318F;
    background:#fff;
    font-weight:700;
  }
  .modal_logout_area .btn_s:hover{
    color:#0B318F;
    opacity:.9;
    text-decoration:none;
  }
  #main-content{
    background-color:#fff;
  }
  .ad_main{
    padding:20px;
  }
  .ad_main .ad_size{
    width:300px;
    height:250px;
    margin:0 auto;
  }
  .ad_main{
    background:#fff;
    padding:15px 9px 9px;
  }
  .ad_main .ad_txt{
    border:1px solid #ddd;
    margin-bottom:6px;
    font-weight:bold;
    font-size:.875rem;
  }
  .ad_main .ad_txt a{
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
    min-height:3.3em;
    padding:13px;
    color:#0B318F;
  }
  #slideBnrBox{
    padding:20px 0;
    text-align:center;
  }
  #slideBnrBox .sp-slide{
    width:300px;
    margin:0 auto;
  }
  #slideBnrBox .bnr{
    width:100%;
    max-width:300px;
  }
  .intro{
    margin:0 0 15px;
  }
  .date{
    white-space:nowrap;
    font-size:.75rem;
    color:#666;
    margin-bottom:10px;
    letter-spacing:0.05em;
  }
  .main_comment img{
    width:100% !important;
    height:auto !important;
    display:block;
    float:none !important;
    margin:10px 0 !important;
  }
  #product_list,#product_detail,#whobought_area,#arrCheckItems,#undercolumn,#slidewindow,#windowcolumn,#mypagecolumn,.about_us,.about_search,.about_ad,.subscription,.contact_box,.guide,.company{
    padding:15px;
    background:#fff;
  }
  
  .tag_area{
    width:100%;
    height:auto;
    margin:0 0 15px;
    padding:0;
    box-sizing:border-box;
    letter-spacing:-.40em;
  }
  .tag_area li{
    padding:0 0 0 20px;
    margin:0 15px 0 0;
    display:inline-block;
    letter-spacing:normal;
    background:url("../img/icon/ico_tag.svg") no-repeat left center;
    background-size:12px 12px;
    font-size:.75rem;
  }
  .tag_area li a{
    color:#0B318F;
  }
  .sns_area{
    width:100%;
    margin:0 0 15px;
  }
  .sns_area ul{
    display:inline;
  }
  .sns_area li{
    display:inline-block;
    vertical-align:middle;
    margin:0 5px 0 0;
    line-height:1;
  }
  #whobought_area li{
    padding:0 0 0 15px;
    margin:0  0 10px;
    display:block;
    background:url("../img/icon/ico_arrow_other.svg") no-repeat left 5px;
    background-size:7px 8px}.bg_book{border:2px solid #D6D6D6;
    border-radius:5px;
    padding:10px 0 10px 43px;
    margin-bottom:15px;
    font-weight:700;
    background:url("../img/icon/ico_book.svg") no-repeat 15px 55%;
    background-size:18px 16px;
    line-height:1;
  }
  .pay_box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .pay_box .pay_title{
    width:80px;
    height:auto;
    line-height:1;
    margin-right:20px;
    border-radius:20px;
    padding:10px 0;
    text-align:center;
    font-weight:700;
    color:#0B318F;
    background:#EAF4F9;
  }
  .pay_box .pay_txt{
    width:calc(100% - 80px);
    padding:0;
    margin:0;
    font-weight:700;
  }
  .guide a,.info_box a,.txt_contact a,.contact_box a,.shop_information a,.login_area a,#undercolumn_order a{
    color:#0B318F;
    text-decoration:underline;
  }
  .txt_contact{
    margin-top:20px;
    margin-bottom:0
  }
  .about_ad,.shop_information{
  margin-bottom:30px;
  }
  .about_ad .info_box,.shop_information .info_box{
    margin-top:15px;
    margin-bottom:30px;
    padding:15px;
    font-weight:700;
    border:2px solid #D6D6D6;
    border-radius:5px;
    color:#0B318F;
  }
  .about_ad .info_box p,.shop_information .info_box p{
    line-height:2;
    margin:0;
  }
  .about_ad .info_box .box,.shop_information .info_box .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
    margin-bottom:10px;
  }
  .about_ad .info_box .box .ph_box,.shop_information .info_box .box .ph_box{
    width:25%;
    margin-right:auto;
  }
  .about_ad .info_box .box .ph_box img,.shop_information .info_box .box .ph_box img{
    width:100%;
    height:auto;
  }
  
  .about_ad .info_box .box .txt_box,.shop_information .info_box .box .txt_box{
    width:70%;
  }
  .about_ad .info_box .box .txt_box h4,.shop_information .info_box .box .txt_box h4{
    font-size:3.75vw;
  }
  .about_ad .info_box .box .txt_box h3,.shop_information .info_box .box .txt_box h3{
    font-size:5.3125vw;
  }
  div#complete_area{
    margin-top:20px;
  }
  div#complete_area .message,div#undercolumn_entry .message{
    margin-bottom:20px;
    font-weight:700;
    font-size:1.0625rem;
  }
  .ranking ul#tab_ranking{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    width:260px;
    margin:0 auto;
    font-size:15px;
    font-size:.9375rem;
  }
  .ranking ul#tab_ranking a{
    width:80px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:5px 5px 0 0;
    background:#D6D6D6;
    color:#fff;
    box-sizing:border-box;
    letter-spacing:0.1em;
    display:block;
    font-weight:700;
  }
  .ranking ul#tab_ranking a:hover{
    text-decoration:none;
    background:#ccc;
  }
  .ranking ul#tab_ranking a.active{
    color:#0B318F;
    border:1px solid #0B318F;
    border-bottom:none;
    background:#fff;
    position:relative;
  }
  .ranking ul#tab_ranking a.active:before{
    content:"";
    width:78px;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:-1px;
    left:0;
    z-index:2;
  }
  .ranking #tab_ranking_box #tab_weeks,.ranking #tab_ranking_box #tab_monthly{
    display:none;
  }
  .ranking .s-box__2column{
    padding:20px;
    border:1px solid #0B318F;
    background:#fff;
    border-radius:5px;
    height:300px;
    overflow:auto;
  }
  .ranking .s-box__2column .box .number{
    width:26px;
    height:26px;
    line-height:26px;
    margin-right:15px;
    color:#fff;
    text-align:center;
    background:#41A0C7;
    font-size:15px;
    font-size:.9375rem;
  }
  .ranking .s-box__2column .box:nth-child(-n+3) .number{
    background:#0B318F;
  }
  .ranking .s-box__2column .box .number+.txt_box{
    width:calc(100% - 41px);
  }
  
  .ranking {
    padding: 20px 15px;
  }
  
  .s-box__2column{
    width:100%;
  }
  .s-box__2column .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px dashed #D6D6D6}.s-box__2column .box:last-child{padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }
  .news{
    width:100%;
    height:300px;
    overflow:auto;
    padding:20px 15px;
    background:#fff;
  }
  .news .box{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px dashed #D6D6D6;
  }
  .news .box:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }
  .side_btm{
    padding:20px 0 30px;
    background:#EAF4F9;
  }
  .side_box{
    position:relative;
    padding:20px;
    border:2px solid #0B318F;
    background:#fff;
    border-radius:5px;
    height:auto;
  }
  .side_box h3{
    color:#0B318F;
    font-size:16px;
    font-size:1rem;
    letter-spacing:0.05em;
    text-align:center;
  }
  .side_box li{
    line-height:1.7;
    padding-left:10px;
  }
  #slide_information{
    height:auto;
  }
  .sp-previous-arrow:before,.sp-next-arrow:before{
    content:' ' !important;
    display:block;
    background:url(../img/icon/ico_sp-previous-arrow.svg) no-repeat left top;
    background-size:35px 35px;
    text-indent:-9999px;
    width:35px;
    height:35px;
    left:-12px;
    -webkit-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  .sp-next-arrow:after, .sp-previous-arrow:after{
    background:none;
  }
  
  .koudoku .box .ph_box{
    height:120px;
    overflow:hidden;
    margin-bottom:20px;
    border:1px solid #D6D6D6;
    border-bottom:none
  }
  .koudoku .box .ph_box img{
    width:100%;
    height:auto;
  }
  .koudoku .box .fz12{
    line-height:1.8;
  }
  .koudoku .box .price_box{
    margin-bottom:15px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .koudoku .box .price_box .nenkan48{
    width:32%;
    height:auto;
    margin:0 3% 0 0;
  }
  .koudoku .box .price_box .nenkan48 img{
    width:100%;
    height:auto;
  }
  .koudoku .box .price_box p{
    width:65%;
    margin:0;
  }
  .syukusatsuban .box{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }
  .syukusatsuban .box .ph_box{
    width:110px;
    margin-right:20px;
  }
  .syukusatsuban .box .ph_box img{
    width:100%;
    height:auto;
  }
  .syukusatsuban .box .price_box{
    margin-bottom:15px;
  }
  .syukusatsuban .box .price_box p{
    margin:0;
  }
  .btn_s{
    width:240px;
    height:40px;
    border-radius:20px;
    text-align:center;
    line-height:40px;
    color:#fff;
    font-size:13px;
    font-size:.8125rem;
    background:#0B318F;
    margin:auto;
    display:block;
  }
  .btn_s:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none;
  }
  .btn_delete{
    width:50px;
    height:22px;
    border-radius:12px;
    text-align:center;
    line-height:22px;
    color:#fff;
    font-size:11px;
    font-size:.6875rem;
    background:#666;
    margin:auto;
    padding:0;
    display:block;
    border:none;
    outline:none;
    box-shadow:none;
  }
  .btn_delete:focus{
    outline:none;
  }
  .btn_download{
    width:120px;
    height:30px;
    border-radius:20px;
    text-align:center;
    line-height:30px;
    color:#0B318F;
    font-weight:700;
    font-size:12px;
    font-size:.75rem;
    background:#FDD000;
    margin:auto;
    display:block;
  }
  .btn_download:hover{
    color:#0B318F;
    opacity:.9;
    text-decoration:none;
  }
    #page_navi_bottom{
    color:#666;
    text-align:center;
  }
  .pagenumber_area{
    margin-top:80px;
  }
  .pagenumber_area .navi{
    letter-spacing:-.40em;
  }
  .pagenumber_area .navi a,.pagenumber_area .navi strong{
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:3px;
    margin:0 5px 0 0;
    box-sizing:border-box;
    display:inline-block;
    letter-spacing:normal;
  }
  .pagenumber_area .navi a{
    background:#fff;
    border:1px solid #D6D6D6;
  }
  .pagenumber_area .navi a:hover{
    color:#fff;
    background:#0B318F;
    text-decoration:none;
  }
  .pagenumber_area .navi strong{
    background:#0B318F;
    border:1px solid #fff;
    color:#fff;
    font-weight:400;
  }
  .pagenumber_area .navi .p_next{
    background:url("../img/icon/ico_arrow_right.svg") no-repeat center center;
    background-size:20px 10px;
  }
  .pagenumber_area .navi .p_next:hover{
    background:#f6f6f6 url("../img/icon/ico_arrow_right.svg") no-repeat center center;
    background-size:20px 10px;
  }
  .pagenumber_area .navi .p_prev{
    transform:scale(-1, 1);
  }
  .pagenavi_detail{
    margin:20px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  .pagenavi_detail li{
    margin:auto;
  }
  .pagenavi_detail a{
    width:140px;
    height:40px;
    border-radius:5px;
    text-align:center;
    line-height:40px;
    letter-spacing:0.1em;
    color:#0B318F;
    font-weight:700;
    font-size:14px;
    font-size:.875rem;
    background:#fff;
    border:1px solid #0B318F;
    margin:auto;
    display:block;
  }
  .pagenavi_detail .btn_next{
    background:#fff url("../img/icon/ico_arrow_right.svg") no-repeat right 5px center;
    background-size:20px 10px;
  }
  .pagenavi_detail .btn_prev{
    background:#fff url("../img/icon/ico_arrow_left.svg") no-repeat 5px center;
    background-size:20px 10px;
  }
  .btn_search_service{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-bottom:15px;
  }
  .btn_search_service a{
    display:block;
    height:40px;
    line-height:40px;
    border-radius:5px;
    text-align:center;
    color:#fff;
  }
  .btn_search_service a:hover{
    color:#fff;
    opacity:.9;
    text-decoration:none;
  }
  .btn_search_service .btn_tester{
    width:34%;
    background:#41A0C7;
  }
  .btn_search_service .btn_article_search{
    width:60%;
    background:#0B318F;
  }
  .btn_area{
    margin:20px 0;
  }
  .btn_area ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:space-between;
    -moz-flex-pack:space-between;
    -ms-flex-pack:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  }
  .btn_area ul li{
    width:47%;
  }
  #undercolumn{
    margin:0 0 20px;
  }
  .login_btn_area li{
    width:100%;
  }
  .login_btn_area li+li{
    margin-top:10px;
  }
  .btn_area li .btn_back{
    width:100%;
  }
  
  .btn_confirm,a.btn_confirm:link,a.btn_confirm:visited,a.btn_confirm:hover{
    width:100%;
    height:40px;
    line-height:40px;
    color:#FFF;
    text-decoration:none;
    text-align:center;
    padding:0;
    border-radius:5px;
    border:1px solid #0B318F;
    display:block;
    background:#0B318F;
  }
  
  .btn_send,a.btn_send:link,a.btn_send:visited,a.btn_send:hover{
    width:100%;
    height:40px;
    line-height:40px;
    color:#FFF;
    text-decoration:none;
    text-align:center;
    padding:0;
    border-radius:5px;
    border:1px solid #0B318F;
    display:block;
    background:#0B318F;
  }

  .btn_back,a.btn_back:link,a.btn_back:visited,a.btn_back:hover{
    width:100%;
    height:40px;
    line-height:40px;
    color:#FFF;
    text-decoration:none;
    text-align:center;
    border-radius:5px;
    border:1px solid #666464;
    display:block;
    padding:0;
    background:#666464;
  }
  .btn_sub,a.btn_sub,a.btn_sub:link,a.btn_sub:visited,a.btn_sub:hover{
    height:40px;
    line-height:40px;
    color:#0B318F;
    font-weight:700;
    text-decoration:none;
    text-align:center;
    border:1px solid #0B318F;
    border-radius:5px;
    display:block;
    background:#FFF;
  }
  .btn_more,a.btn_more:link,a.btn_more:visited,a.btn_more:hover{
    height:40px;
    line-height:40px;
    color:#0B318F;
    font-weight:700;
    text-decoration:none;
    text-align:center;
    border:1px solid #0B318F;
    border-radius:5px;
    display:block;
    background:#FFF;
  }
  
  ul.edit{
    float:right;
    clear:right;
    display:inline;
    vertical-align:top;
    line-height:1;
    position:absolute;
    right:10px;
    top:15px;
  }
  ul.edit li{
    display:inline;
    float:left;
    line-height:1;
    vertical-align:middle;
  }
  ul.edit li:first-child{
    margin-right:0.8em;
  }
  a.b_edit:link,a.b_edit:visited,a.b_edit:hover{
    color:#0B318F;
    font-size:11px;
    font-size:.6875rem;
    padding:4px 5px;
    border:#0B318F solid 1px;
    border-radius:12px;
    background:#D7DDE3;
    display:inline;
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
  }
  a.b_delete:link,a.b_delete:visited,a.b_delete:hover{
    vertical-align:top;
    cursor:pointer;
  }
  .addbtn{
    margin:0 30px;
    padding:5px 0;
  }
  .btn_inputzip{
    color:#fff;
    background:#41A0C7;
    border-radius:5px;
    padding:10px;
    margin:15px 0 20px;
    display:block;
    text-align:center;
  }
  .btn_login,.btn_close{
    width:70%;
    margin:10px auto;
  }
  .line_table{
    line-height:1.7;
    margin-top:-15px;
  }
  .line_table tr{
    border-top:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
  }
  .line_table tr:first-child{
    border-top:none;
  }
  .line_table th{
    width:100%;
    display:block;
    padding:15px 0 0;
    vertical-align:top;
    font-size:14px;
    font-size:.875rem;
  }
  .line_table td{
    width:100%;
    display:block;
    padding:10px 0 15px;
  }
  .kadomaru_table{
    border-radius:10px;
    border:1px solid #D6D6D6;
  }
  .kadomaru_table tr{
    border-bottom:1px solid #D6D6D6;
  }
  .kadomaru_table tr:last-child{
    border-bottom:none;
  }
  .kadomaru_table th{
    width:100%;
    display:block;
    padding:15px 15px 10px;
    font-size:14px;
    font-size:.875rem;
  }
  .kadomaru_table td{
    width:100%;
    display:block;
    padding:0 15px 15px;
  }
  .kadomaru_table td .txt_contact{
    font-weight:700;
    color:#0B318F;
  }
  .info_corona{
    color:#fff;
    font-size:14px;
    font-size:.875rem;
    background:#90969d;
    padding:13px;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
    letter-spacing:0.05em;
  }
  .pick_up{
    padding:15px;
    margin:0 10px 20px;
    background:#fff;
    border-radius:5px;
    box-shadow:0 2px 3px rgba(0,0,0,0.1);
  }
  .pick_up .object-fit-contain{
    background:#f6f6f6;
  }
  .pick_up .object-fit-contain img{
    width:100%;
    max-height:200px;
    display:block;
    margin:0 auto 15px;
  }
  .pick_up h3{
    margin-bottom:15px;
    font-size:15px;
  }
  
  .pick_up .title{
    color:#0B318F;
    font-size:16px;
    font-size:1rem;
    letter-spacing:0.1em;
    line-height:1.3;
    background:url(../img/title/title_line.svg) no-repeat 0 bottom;
    background-size: 100%;
    padding:0 0 15px;
    margin-bottom:15px;
    position:relative;
  }
  
  .category_contents{
    padding-bottom:20px;
    background:#EAF4F9;
  }
  .category_contents h3{
    width:100%;
    padding:15px;
    border-radius:4px 4px 0 0;
    background:#41A0C7;
    text-align:center;
  }
  .category_contents h3 a{
    padding:2px 0 0 30px;
    margin:0 auto;
    background:url(../img/icon/ico_c_arrow.svg) no-repeat left center;
    background-size:20px 20px;
    color:#fff;
  }
  .category_contents h3 a span{
    font-size:12px;
    font-size:.75rem;
    display:inline-block;
    margin-left:5px;
  }
  .category_contents h3.line2_tit{
    padding:8px;
    line-height:1.2;
  }
  .category_contents h3.line2_tit span{
    font-size:12px;
    font-size:.75rem;
    margin:0;
    padding:0 0 0 25px;
    letter-spacing:0.1em;
  }
  .scrollcontent{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .scrollcontent .mask{
    width:2750px;
    height:385px;
    padding:15px 0 0 15px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .scrollcontent .scrollcontent_in{
    width:325px;
    margin:0 15px 20px 0;
    padding:0;
    background:#fff;
    border-radius:5px;
    border:1px solid #41A0C7;
  }
  .scrollcontent .scrollcontent_in .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    padding:0 0 15px;
    margin:0 15px 15px;
    border-bottom:1px solid #D6D6D6;
  }
  .scrollcontent .scrollcontent_in .box:last-child{
    padding-bottom:0;
    border-bottom:none;
  }
  .scrollcontent .scrollcontent_in .box .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .scrollcontent .scrollcontent_in .box .txt_box{
    width:100%;
  }
  .scrollcontent .scrollcontent_in .box .ph_box+.txt_box{
    width:calc(100% - 115px);
  }
  .downloads_contents{
    padding-bottom:20px;
    background:#fff;
  }
  .downloads_contents .downloads_box{
    padding:15px;
  }
  .downloads_contents .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
  }
  .downloads_contents .box:last-child{
    padding-bottom:0;
    border-bottom:none;
  }
  .downloads_contents .box .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .downloads_contents .box .txt_box{
    width:100%;
  }
  .downloads_contents .box .ph_box+.txt_box{
    width:calc(100% - 85px);
  }
  .article_list .borderAttBox{
    border:#000 3px solid;
    padding:1em;
    font-size:0.75rem;
    margin-bottom:25px;
  }
  .article_list .borderAttBox .ttl{
    font-size:0.9375rem;
    line-height:1.5;
    font-weight:bold;
    margin-bottom:.5em;
  }
  .article_list .borderAttBox p:last-child{
    margin-bottom:0;
  }
  .article_list .list_area{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
  }
  .article_list .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .article_list .box .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .article_list .box .txt_box{
    width:100%;
  }
  .article_list .box h3{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .article_list .box .max2{
    margin-bottom:0;
  }
  .article_detail .box{
    margin:10px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .article_detail .main_comment{
    margin-bottom:15px;
  }
  
  .article_detail .product_info{
    height:auto;
    border:1px solid #D6D6D6;
    border-radius:5px;
    padding:30px 30px 10px;
  }
  .article_detail .product_info button[type="submit"]{
    width:100%;
    border:none;
    background:none;
  }
  .article_detail .product_info img{
    width:50%;
    height:100%;
  }
  .article_detail .login_info{
    height:auto;
    border:1px solid #D6D6D6;
    border-radius:5px;
    margin-bottom:0;
    padding:15px 15px 0;
  }
  .article_detail .login_info .ph_box{
    width:30%;
    height:auto;
    margin-right:auto;
    overflow:hidden;
  }
  .article_detail .login_info .ph_box img{
    width:100%;
    height:auto;
  }
  .article_detail .login_info .txt_box{
    width:65%;
  }
  .article_detail .login_info .btn_area a{
    width:100%;
    height:50px;
    border-radius:5px;
    text-align:center;
    line-height:50px;
    color:#fff;
    display:block;
    letter-spacing:0.1em;
    padding:0 0 0 20px;
  }
  .article_detail .login_info .btn_area .btn_book{
    background:#41A0C7 url("../img/icon/ico_book_white.svg") no-repeat 15% center;
    background-size:20px 18px;
    margin-bottom:15px;
  }
  .article_detail .login_info .btn_area .btn_lock{
    background:#0B318F url("../img/icon/ico_lock_k.svg") no-repeat 20% center;
    background-size:14px 20px;
  }
  .column_list .list_area{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
  }
  .column_list .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .column_list .box .txt_box{
    width:100%;
  }
  .column_list .box h3{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .column_list .box .max2{
    margin-bottom:0;
  }
  .column_detail .main_comment{
    margin-bottom:0;
  }
  .article_list .list_area{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
  }
  .article_list .box+.box{
    margin-top:15px;
  }
  .article_list .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .article_list .box .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .article_list .box .txt_box{
    width:100%;
  }
  .article_list .box .ph_box+.txt_box{
    width:calc(100% - 85px);
  }
  .article_list .box h3{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .article_list .box .max2{
    margin-bottom:15px;
  }
  .article_list .box .pricebox{
    margin:0;
    font-weight:700;
    text-align:right;
  }
  .article_detail #detailarea{
    margin-bottom:30px;
  }
  .article_detail .box{
    margin-bottom:15px;
    display:block;
  }
  .article_detail .box .ph_box{
    width:100%;
    height:auto;
    margin-bottom:15px;
  }
  .article_detail .box .txt_box{
    width:100%;
  }
  .article_detail .box .txt_box .point{
    margin:15px 0;
    text-align:right;
  }
  .article_detail .box .txt_box .point p{
    display:inline;
  }
  .article_detail .box .txt_box .txt_boxin{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:flex-end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
    margin-bottom:30px;
  }
  .article_detail .box .txt_box .txt_boxin .pricebox{
    margin:0 auto 0 0;
    font-weight:700;
  }
  .article_detail .box .txt_box .txt_boxin .cartin{
    margin:0 0 0 auto;
  }
  .article_detail .box .txt_box .txt_boxin .cartin .cartin_btn{
    width:160px;
    height:40px;
    background:#FDD000;
    color:#0B318F;
    border:none;
    border-radius:5px;
  }
  .article_detail .box .txt_box .txt_boxin .cartin .cartin_btn:hover{
    opacity:.9;
  }
  .article_detail .box .txt_box .txt_boxin .cartin .cartin_btn img{
    width:100%;
    height:auto;
  }
  
  .article_detail .box .txt_box .sns_area{
    text-align:right;
  }
  .article_detail ul.status_icon{
    margin:0 0 15px;
  }
  .article_detail ul.status_icon li{
    display:inline-block;
    margin-right:8px;
  }
  .article_detail ul.status_icon li img{
    width:60px;
    height:30px;
  }
  .article_detail .favorite_area{
    text-align:right;
  }
  .article_detail .favorite_btn{
    margin:0 0 15px;
    background:none;
    border:none;
  }
  .article_detail .favorite_btn img{
    width:100px;
    height:22px;
    display:block;
    margin:0 0 0 auto;
  }
  .article_detail #slide .sp-thumbnails{
    margin:12px 0 0;
  }
  #arrCheckItems{
    margin-bottom:0;
  }
  #arrCheckItems .title{
    margin-bottom:15px;
  }
  #arrCheckItems ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  #arrCheckItems ul li{
    width:30%;
    margin:0 5% 0 0;
  }
  #arrCheckItems ul li:nth-child(3n){
    margin-right:0;
  }
  #arrCheckItems ul li img{
    width:100%;
    height:100%;
  }
  .company .map iframe{
    width:100%;
    height:200px;
    margin-top:15px;
  }
  .about_us .box{
    margin-bottom:15px;
  }
  .about_us .info_box{
    padding:15px;
    margin-bottom:30px;
    font-size:14px;
    font-size:.875rem;
    line-height:2;
  }
  .about_us .info_box p{
    line-height:1.4;
    margin-bottom:10px;
  }
  .about_us .ceo{
    margin-top:20px;
    text-align:right;
  }
  .guide_box{
    margin-top:30px;
  }
  .guide_box p+h4,.guide_box img+p{
    margin-top:15px;
  }
  .guide_box img{
    width:100%;
    height:auto;
  }
  .step_box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    align-items:center;
  }
  .step_box .step_title{
    width:80px;
    height:auto;
    line-height:1;
    margin-right:20px;
    border-radius:20px;
    padding:10px 0;
    text-align:center;
    font-weight:700;
    color:#0B318F;
    background:#EAF4F9;
  }
  .step_box .step_txt{
    width:calc(100% - 80px);
    padding:0;
    margin:0;
  }
  .step_box+.step_box{
    margin-top:20px;
  }
  .subscription{
    margin-bottom:30px;
  }
  .subscription h3.sub-color{
    font-size:17px;
    font-size:1.0625rem;
  }
  .subscription .box{
    margin-bottom:15px;
  }
  .subscription .box .ph_box{
    width:100%;
    height:auto;
    margin-bottom:15px;
  }
  .subscription .box .ph_box img{
    width:100%;
    height:auto;
    margin-bottom:10px;
  }
  .subscription .box .txt_box{
    width:auto;
  }
  .subscription .info_box{
    margin-bottom:15px;
    font-weight:700;
  }
  .subscription .bg_info{
    margin-top:15px;
    margin-bottom:15px;
    padding:10px;
  }
  .contact_box{
    margin-bottom:20px;
  }
  .contact_box .title{
    font-size:15px;
    font-size:.9375rem;
    margin-bottom:15px;
  }
  .contact_box p{
    font-weight:700;
    font-size:14px;
    font-size:.875rem;
    line-height:2;
    color:#0B318F;
  }
  .about_search{
    margin-bottom:30px;
  }
  .about_search h3.sub-color{
    font-size:17px;
    font-size:1.0625rem;
  }
  .about_search .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-top:15px;
    margin-bottom:15px;
  }
  .about_search .box .ph_box{
    width:25%;
    height:auto;
    margin-right:auto;
  }
  .about_search .box .ph_box img{
    width:100%;
    height:auto;
  }
  .about_search .box .txt_box{
    width:70%;
  }
  .about_search .btn_search_service{
    width:100%;
    margin-bottom:15px;
  }
  .about_search .btn_search_service .btn_tester{
    width:40%;
  }
  .about_search .btn_search_service .btn_article_search{
    width:55%;
  }
  .about_search .info_box{
    margin-bottom:15px;
    font-weight:700;
  }
  .about_search .bg_info{
    margin-top:15px;
    margin-bottom:15px;
    padding:10px;
  }
  /* カート */
  table.cart_table{
    width:100%;
    margin:30px auto;
  }
  table.cart_table th{
    padding:10px 5px;
    text-align:center;
    vertical-align:middle;
    background:#f6f6f6;
    border:solid 1px #D6D6D6;
  }
  table.cart_table td{
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:solid 1px #D6D6D6;
  }

  table.cart_table .btn_s{
    width:60px;
  }
  
  .information .box .ph_box{
    width:30%;
    margin-right:auto;
  }
  .information .box .txt_box{
    width:65%;
  }
  #undercolumn_error .error{
    text-align:center;
  }
  #mypage_nav ul{
    margin-top:15px;
  }
  #mypage_nav ul li{
    display:inline-block;
    margin:0 25px 15px 0;
  }
  #mypage_nav ul li a{
    padding:0 0 0 25px;
    background-size:15px 15px;
    font-size:14px;
    font-size:.875rem;
    font-weight:700;
  }
  .point_announce{
    padding:15px;
    margin-bottom:30px;
    background:#EAF4F9;
    border-radius:5px;
    line-height:1.7;
  }
  .point_announce ul{
    margin:0;
  }
  .point_announce li+li{
    margin-top:20px;
  }
  .user_name{
    color:#41A0C7;
    display:inline-block;
    margin-right:5px;
    font-weight:700;
  }
  .formBox{
    margin-bottom:30px;
  }
  .formBox p{
    margin:0;
    line-height:1.7;
  }
  .arrowBox{
    padding:15px 25px 15px 15px;
    background:url(../img/icon/ico_arrow_right.svg) right 15px center no-repeat;
    background-size:20px 10px;
    border:#ddd solid 1px;
  }
  .arrowBox:first-child{
    border-radius:7px 7px  0 0;
  }
  .arrowBox:last-child{
    border-radius:0 0 7px 7px;
  }
  .arrowBox+.arrowBox{
    border-top:none;
  }
  .historyBox{
    margin-bottom:15px;
  }
  .cartinarea .box{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .cartinarea .box .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .cartinarea .box .ph_box+.txt_box{
    width:calc(100% - 85px);
  }
  .cartinarea .box p{
    margin:0;
    line-height:1.7;
  }
  .cartinarea .box #downloadable .btn_download{
    margin:0 0 0 auto;
  }
  #news_area li{
    padding:10px;
    display:block;
    clear:both;
    line-height:1.3;
    background-color:#FEFEFE;
    border-top:#FFF solid 1px;
    border-bottom:#CCC solid 1px;
  }
  .favoriteBox{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .favoriteBox .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .favoriteBox .ph_box+.txt_box{
    width:calc(100% - 85px);
  }
  .favoriteBox .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .favoriteBox .box .btn_delete{
    margin:0 0 0 auto;
  }
  .cartitemBox{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .cartitemBox .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .cartitemBox .ph_box+.txt_box{
    width:calc(100% - 85px);
  }
  .cartitemBox .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    border:none;
    padding-bottom:0;
    margin-bottom:0;
  }
  .cartitemBox .box .btn_delete{
    margin:0 0 0 auto;
  }
  .total_area{
    padding:15px;
    margin-bottom:30px;
    background:#EAF4F9;
    border-radius:5px;
    line-height:2;
  }
  .point_area{
    margin-bottom:30px;
  }
  .information{
    margin-bottom:30px;
  }
  .innerBox{
    margin-bottom:15px;
  }
  .box_point{
    margin-right:10px;
  }
  .cartconfirmBox{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #D6D6D6;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .cartconfirmBox .ph_box img{
    width:70px;
    height:70px;
    margin-right:15px;
  }
  .cartconfirmBox .ph_box+.txt_box{
    width:calc(100% - 85px);
  }
  .cartconfirmBox .box{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
  }
  .point_confifrm{
    margin-bottom:30px;
  }
  .point_confifrm dl{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #D6D6D6;
  }
  .point_confifrm dl dt{
    display:inline-block;
    vertical-align:middle;
    width:70%;
  }
  .point_confifrm dl dd{
    width:30%;
    display:inline-block;
    vertical-align:middle;
    text-align:right;
    color:#F12477;
  }
  .login_area{
    margin-bottom:30px;
  }
  .login_area .ico_member{
    position:relative;
    padding:3px 0 0 40px;
    margin-bottom:20px;
  }
  .login_area .ico_member:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    width:30px;
    height:30px;
    border-radius:100%;
    display:inline-block;
    background:#0B318F url(../img/icon/ico_member2.svg) no-repeat center center;
    background-size:20px 20px;
  }
  .login_area .ico_lock{
    position:relative;
    padding:7px 0 0 40px;
    margin-bottom:20px;
  }
  .login_area .ico_lock:before{
    position:absolute;
    top:0;
    left:0;
    content:"";
    width:30px;
    height:30px;
    border-radius:100%;
    display:inline-block;
    background:#0B318F url(../img/icon/ico_lock_k.svg) no-repeat center center;
    background-size:14px 20px;
  }
  dl.form_entry dt{
    margin-bottom:10px;
    font-size:14px;
    font-size:.875rem;
  }
  dl.form_entry dt .attention{
    margin:5px;
  }
  dl.form_entry dd{
    margin-bottom:20px;
  }
  dl.form_entry dd p{
    margin-top:10px;
    margin-bottom:0;
  }
  dl.form_entry dd+dt{
    padding-top:20px;
    border-top:1px dashed #ddd;
  }
  dl.form_info dt{
    margin-bottom:10px;
    font-size:14px;
    font-size:.875rem;
  }
  dl.form_info dd{
    margin-bottom:15px;
  }
  dl.form_info dd+dt{
    padding-top:15px;
    border-top:1px solid #ddd;
  }
  textarea,select{
    width:100%;
    border:1px solid #ddd;
    padding:5px 10px;
    -webkit-border-radius:0;
    -moz-appearance:none;
    -webkit-appearance:none;
    font-size:16px;
    font-size:1rem;
  }
  select{
    border:1px solid #ddd;
    padding:5px 26px 5px 10px;
    background:url(../img/icon/arrow_select.svg) no-repeat right center;
    background-size:22px 26px;
  }
  .selectdate{
    margin:0 5px;
  }
  .exp select{
    max-width:90px;
  }
  input[type="text"],input[type="number"],input[type="tel"],input[type="email"],input[type="password"]{
    font-size:16px;
    font-size:1rem;
    border:1px solid #ddd;
    padding:5px 10px;
    line-height:1.0;
    -webkit-border-radius:0;
    -moz-appearance:none;
    -webkit-appearance:none;
  }
  input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
  }
  input[type="number"]{
    -moz-appearance:textfield;
  }
  input[type="submit"],input[type="button"]{
    outline:none;
    border:none;
    cursor:pointer;
  }
  input[type="submit"]:hover,input[type="button"]:hover{
    -webkit-transition:all .3s;
    transition:all .3s;
  }
  input,textarea{
    color:#424242;
  }
  input:placeholder-shown,textarea:placeholder-shown{
    color:#999;
    padding:4px 5px;
  }
  input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999;
    padding:4px 5px;
  }
  input:-moz-placeholder,textarea:-moz-placeholder{
    opacity:1;
    color:#999;
    padding:4px 5px;
  }
  input::-moz-placeholder,textarea::-moz-placeholder{
    opacity:1;
    color:#999;
    padding:4px 5px;
  }
  input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#999;
    padding:4px 5px;
  }
  input[type="number"]{
    padding:5px 0;
    text-indent:0;
  }
  input[type="number"]:first-child{
    margin-right:-2px;
  }
  input[type="radio"],input[type="check"]{
    padding:5px;
    line-height:1.5;
    margin-right:0.5em;
    font-size:14px;
    font-size:.875rem;
  }
  input[type="radio"]{
    border:1px solid #aaa;
    border-radius:100%;
  }
  input[type="radio"]:checked{
    background:#74D2E7;
  }
  .cartin_quantity,.box_point{
    width:2.5em;
  }
  .boxLong{
    width:100%;
  }
  .boxMedium{
    width:35%;
  }
  .boxShort{
    width:22%;
  }
  .boxHarf{
    width:42%;
  }
  select.boxLong{
    width:100%;
  }
  select.boxMedium{
    width:40%;
  }
  select.boxShort{
    width:24%;
  }
  select.boxHarf{
    width:46%;
  }
  .ui-btn{
    margin:0 !important;
  }
  .bubbleBox{
    width:90%;
    font-weight:bold;
    margin:10px auto 20px auto;
    padding:10px 15px;
    position:relative;
    background-color:#F6F6F6;
    border:1px solid #C5C4C0;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -moz-box-shadow:inset 1px 1px 1px #FFF;
    -webkit-box-shadow:inset 1px 1px 1px #FFF;
    cursor:pointer;
  }
  .bubble_arrow_line{
    width:0;
    height:0;
    border-color:#C5C4C0 transparent transparent transparent;
    border-style:solid;
    border-width:10px;
    position:absolute;
    bottom:-21px;
    left:50%;
  }
  .bubble_arrow{
    width:0;
    height:0;
    border-color:#F6F6F6 transparent transparent transparent;
    border-style:solid;
    border-width:10px;
    position:absolute;
    bottom:-19px;
    left:50%;
  }
  .bubble_announce{
    height:2.5em;
    background:url(../img/common/ico_arrowR.png) right center no-repeat;
    clear:both;
    vertical-align:middle;
    margin-bottom:5px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2){
    .bubble_announce{
      background:url(../img/common/ico_arrowR2.png) right center no-repeat;
      -webkit-background-size:10px 15px;
      background-size:10px 15px;
    };
  }
  .bubbleBox p.fb{
    line-height:2.5em;
  }
  .deliv_announce p{
    width:80%;
  }
  .bubbleBox a:link,.bubbleBox a:visited{
    color:#333;
  }
  .dialog-modal{
    display:none;
    background:#FFFFFF;
  }
  .dialog-inner{
    padding:1.5em;
  }
  #slidewindow .title_box,#windowcolumn .title_box{
    margin:0;
    padding:0 !important;
    text-align:center;
    clear:both;
  }
  #windowcolumn .information{
    padding:15px 10px;
    border-bottom:none;
  }
  .ui-btn-right{
    top:9px !important;
    vertical-align:middle;
  }
  .login_area{
    text-align:center;
  }
  .login_area h3,.login_area p{
    text-align:left;
  }
  .loginareaBox{
    padding:0;
    margin:0 auto 30px;
    display:block;
    clear:both;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    text-align:center;
    position:relative;
  }
  .mailtextBox{
    width:100%;
    margin:0 auto;
    padding:10px;
    background:#fff;
    border-radius:7px 7px 0 0;
    -moz-border-radius:7px 7px 0 0;
    -webkit-border-radius:7px 7px 0 0;
    border:#A9ABAD solid 1px;
    border-bottom:none !important;
    display:block;
  }
  .passtextBox{
    width:100%;
    margin:0 auto;
    padding:10px;
    background:#fff;
    border-radius:0 0 7px 7px;
    -moz-border-radius:0 0 7px 7px;
    -webkit-border-radius:0 0 7px 7px;
    border:#A9ABAD solid 1px;
    display:block;
  }
  .navBox{
    width:100%;
    margin:10px auto;
    background:#FFF;
    border-radius:7px;
    display:block;
    border:#A9ABAD solid 1px;
  }
  .navBox li{
    width:100%;
    vertical-align:middle;
    background:url(../img/header/ico_arrow.svg) no-repeat 95% center;
    background-size:6px 10px;
    padding:0;
    display:block;
    border-bottom:#CCC solid 1px;
  }
  .navBox li a{
    padding:10px;
    display:block;
    cursor:pointer;
  }
  input[type="submit"].nav_nonmember{
    width:100%;
    padding:10px;
    font-weight:bold;
    background:none;
    border:none;
    display:block;
    text-align:left;
  }
  .navBox li:last-child{
    border-bottom:none;
  }
  .navBox li a:link,.navBox li a:visited{
    color:#666464;
    text-decoration:none;
  }
  .window_area{
    margin-bottom:15px;
  }
  .window_area p{
    padding:10px 0;
    line-height:1.3;
  }
  .window_area #completebox{
    border:none;
    font-size:16px;
    font-weight:bold;
    color:#E95277;
    text-align:center;
    padding:20px 10px;
    -webkit-box-shadow:none;
    width:10em;
    margin:auto;
    display:block;
  }
  .view_detail{
    margin:0;
    min-height:150px;
  }
  .view_detail dt{
    padding:10px 12px;
    border-bottom:#CCC solid 1px;
  }
  .view_detail dd{
    padding:10px 12px;
  }
  .alignC{
    text-align:center;
  }
  .alignR{
    text-align:right;
  }
  .alignL{
    text-align:left;
  }
  .clearfix:after{
    content:"";
    clear:both;
    display:block;
  }
  .u-margin__bottom--large{
    margin-bottom:2rem;
  }
  @media screen and (max-width: 1024px){
    .u-margin__bottom--large{
      margin-bottom:1.5rem;
    };
  }
  @media screen and (max-width: 750px){
    .u-margin__bottom--large{
      margin-bottom:1rem;
    };
  }
  .u-margin__bottom--medium{
    margin-bottom:1.5rem;
  }
  @media screen and (max-width: 1024px){
    .u-margin__bottom--medium{
      margin-bottom:1rem;
    };
  }
  @media screen and (max-width: 750px){
    .u-margin__bottom--medium{
      margin-bottom:0.5rem;
    };
  }
  .u-margin__bottom--small{
    margin-bottom:0.5rem;
  }
  @media screen and (max-width: 1024px){
    .u-margin__bottom--small{
      margin-bottom:0.4rem;
    };
  }
  @media screen and (max-width: 750px){
    .u-margin__bottom--small{
      margin-bottom:0.3rem;
    };
  }
  .u-margin__top--large{
    margin-top:2rem;
  }
  @media screen and (max-width: 1024px){
    .u-margin__top--large{
      margin-top:1.5rem;
    };
  }
  @media screen and (max-width: 750px){
    .u-margin__top--large{
      margin-top:1rem;
    };
  }
  .u-margin__top--medium{
    margin-top:1.5rem;
  }
  @media screen and (max-width: 1024px){
    .u-margin__top--medium{
      margin-top:1rem;
    };
  }
  @media screen and (max-width: 750px){
    .u-margin__top--medium{
      margin-top:0.5rem;
    };
  }
  .u-margin__top--small{
    margin-top:0.5rem;
  }
  @media screen and (max-width: 1024px){
    .u-margin__top--small{
      margin-top:0.4rem;
    };
  }
  @media screen and (max-width: 750px){
    .u-margin__top--small{
      margin-top:0.3rem;
    };
  }
  .box40{
    width:40px;
  }
  .box60{
    width:60px;
  }
  .box100{
    width:100px;
  }
  .box120{
    width:120px;
  }
  .box140{
    width:140px;
  }
  .box145{
    width:145px;
  }
  .box150{
    width:150px;
  }
  .box240{
    width:240px;
  }
  .box300{
    width:100%;
  }
  .box320{
    width:320px;
  }
  .box350{
    width:350px;
  }
  .box380{
    width:380px;
  }
  .max2{
    width:100%;
    margin:0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 行数を2行に制限 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .line_clamp{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .en_font{
    font-family:"futura-pt",sans-serif;
  }
  .fz11{
    font-size:.6875rem;
  }
  .fz_vw11{
    font-size:3.4375vw;
  }
  .fz12{
    font-size:12px;
    font-size:.75rem;
  }
  .fz17{
    font-size:17px;
    font-size:1.0625rem;
  }
  .fz18{
    font-size:18px;
    font-size:1.125rem;
  }
  .fz22{
    font-size:22px;
    font-size:1.375rem;
  }
  .linear{
    font-weight:700;
    background:linear-gradient(transparent 60%, #FFF100 60%);
  }
  .bold{
    font-weight:700;
  }
  .attention{
    color:#F12477;
  }
  .point,.attentionSt{
    color:#F12477;
    font-weight:700;
  }
  .price{
    color:#F12477;
  }
  .thankstext,.message{
    margin-bottom:15px;
    color:#F12477;
    font-weight:700;
    font-size:15px;
    font-size:.9375rem;
  }
  .secondary-color{
    color:#0B318F;
  }
  .tertiary-color{
    color:#41A0C7;
  }
  .sub-color{
    color:#128D84;
  }
  .ec-headerNav .ec-headerNav__itemIcon{
    color:#0056b3;
  }
  .ec-layoutRole .ec-layoutRole__contents{
    margin:0;
  }
  
  .breadcrumb{
    width:100%;
    height:auto;
    margin:0;
    padding:0 15px 0 0;
    box-sizing:border-box;
    letter-spacing:-.40em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .breadcrumb li{
    padding:0 0 0 25px;
    margin:0 10px 0 0;
    display:inline-block;
    letter-spacing:normal;
    background:url("../img/icon/ico_arrow_right.svg") no-repeat left center;
    background-size:20px 10px;
    font-size:12px;
    font-size:.75rem;
  }
  .breadcrumb li a{
    color:#0B318F;
  }
  .breadcrumb li.ico_home{
    background:url("../img/icon/ico_book.svg") no-repeat left center;
    background-size:15px 14px;
    padding:0 0 0 25px;
    font-size:13px;
    font-size:.8125rem;
  }
  
  .sp{
    display:flex;
  }
  .pc{
    display:none;
  }
  .sp_block{
    display:block;
  }
  .pc_block{
    display:none;
  }
  .sp_inline{
    display:inline;
  }
  .pc_inline{
    display:none;
  }

  .ec-radio #entry_mailmaga_flg {
      display: flex;
      flex-direction: column; /* ラジオボタンを縦並びに */
  }

  .ec-radio #entry_mailmaga_flg label {
      margin-bottom: 0; /* 各選択肢の間に余白 */
  }

  .ec-radio #entry_mailmaga_flg input[type="radio"] {
      margin-right: 8px; /* ラジオボタンとラベルの間隔 */
  }
  .ec-registerRole{
    padding-left:0px;
    padding-right:0px;
  }
  #undercolumn_shopping .contents_text{
    margin-bottom: 20px;
  }
}
