@charset "UTF-8";


/* PC用 */
@media screen and (min-width: 768px) , print {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
  #content_area > p {
    padding-left: 10px;
    margin-bottom: 20px;
  }
  
  /* 背景赤矢印 */
  .arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrowcenter::before {
    width: 20px;
    height: 20px;
    background: #FF0000;
  }
  .arrowcenter::after {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  /* 詳細ページ */
  #content_area > section > h2.midashi {
    line-height: 1.6em;
    font-weight: bold;
    color: #0000B2;
  }
  #content_area > section > #text-left {
    float: left;
    width: calc(100% - 320px);
    margin: 0 10px 20px 0;
  }
  #content_area > section > #text-left > p {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #content_area > section > #photo-right {
    float: right;
    width: 300px;
  }
  #content_area > section {
    padding: 0 10px;
  }
  #content_area > section > ul.jirei-syoukai {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
    width: 100%;
    padding-left: 10px;
  }
  #content_area > section > ul.jirei-syoukai > li {
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: left;
    margin: 0 20px 20px 0;
    width: calc(50% - 44px);
    height: 280px;
    border: 2px solid #DDD;
    padding: 10px;
  }
  #content_area > section > ul.jirei-syoukai > li.nophoto {
    height: auto;
  }
  #content_area > section > ul.jirei-syoukai > li > .syamei {
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  #content_area > section > ul.jirei-syoukai > li > .stitle {
    line-height: 1.6em;
    font-weight: bold;
    color: #0000B2;
  }
  #content_area > section > ul.jirei-syoukai > li > img {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 218px;
  }
  #content_area > section > ul.jirei-syoukai > li > .jirei-link-box {
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: right;
  }
  
  
  #content_area > section > .point-area {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #666;
  }
  #content_area > section > .point-area > p {
    margin: 20px 0;
  }
  #content_area > section > #sub-point {
    margin: 20px 0;
    padding-left: 4em;
  }
  #content_area > section > #product-link {
    margin-left: 20px;
    line-height: 1.6em;
  }
  #content_area > section > #product-link > li {
    float: left;
    width: 25%;
    margin-left: 20px;
    text-align: center;
  }
  #content_area > section > .point-area > .float_text {
    float: left;
    width: calc(100% - 220px);
  }
  #content_area > section > .point-area > .float_text > h3 {
    position: relative;
    padding: 0 40px;
  }
  #content_area > section > .point-area > .float_text > h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
  }
  #content_area > section > .point-area > .float_text > h3 > span {
    position: relative;
    padding: 0 1em;
    background-color: #fff;
  }
  #content_area > section > div > .float_photo {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #content_area > section > .point-area > .float_photo {
    width: 200px;
  }
  #content_area > section > .point-area > .float_photo  a {
    text-decoration: underline;
    color: #0000FF;
  }
  
  .contact_link {
    text-align: center;
    margin: 20px 0;
  }
  
  .harf-box {
    float: left;
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  .harf-box:nth-of-type(2n) {
    margin-right: 0;
  }
  
}
 
/* 小さい画面用 */
@media screen and (max-width: 767px) {
  /* コンテンツ */
  #content_area {
    line-height: 1.6em;
  }
  #content_area > p {
    padding-left: 10px;
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  
  #content_area > #fb-area {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  #content_area > .position-center {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  
  #content_area > section {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #content_area > section > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
  }
  #content_area > section > ul > li {
    position: relative;
    margin-bottom: 40px;
    width: calc(100% - 30px);
    margin: 0 10px 40px;
  }
  #content_area > section > ul > li > a > h2 {
    border-bottom: 2px solid #333;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  #content_area > section > ul > li > a {
    width: 100%;
  }
  #content_area > section > ul > li > a:hover > h2 {
    background-color: #DDD;
  }
  
  /* 背景赤矢印 */
  .arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrowcenter::before {
    width: 20px;
    height: 20px;
    background: #FF0000;
  }
  .arrowcenter::after {
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  /* 詳細ページ */
  #content_area > section > h2.midashi {
    line-height: 1.6em;
    font-weight: bold;
    color: #0000B2;
  }
  #content_area > section > #text-left {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  #content_area > section > #text-left > p {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #content_area > section > #photo-right {
    width: 100%;
    text-align: center;
  }
  #content_area > section > ul.jirei-syoukai {
    width: 100%;
  }
  #content_area > section > ul.jirei-syoukai > li {
    position: relative;
    margin: 0 20px 20px 0;
    border: 2px solid #DDD;
    padding: 10px;
  }
  #content_area > section > ul.jirei-syoukai > li > .syamei {
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  #content_area > section > ul.jirei-syoukai > li > .stitle {
    line-height: 1.6em;
    font-weight: bold;
    color: #0000B2;
  }
  #content_area > section > ul.jirei-syoukai > li > img {
    margin: 10px auto;
    max-width: 218px;
  }
  #content_area > section > ul.jirei-syoukai > li > .jirei-link-box {
    text-align: center;
    margin: 5px 0;
  }
  
  #content_area > section > div > .float_photo {
    text-akign: center;
  }
  #content_area > section > .point-area > .float_photo {
    text-align: center;
  }
  #content_area > section > .point-area > .float_photo  a {
    text-decoration: underline;
    text-align: left;
  }
  
  .contact_link {
    text-align: center;
    mac-width: calc(100% - 40%);
    margin: 20px 0;
  }
  
  .harf-box {
    width: 100%;
  }
  
}


