/* Scss Document */
/* _setting CSS */
html, body {
  background: #fff;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #main #info_index .main_tl {
    background-image: url(../images/common/sp/sp_title_icon_info.png);
    background-repeat: no-repeat;
    background-position: 13px 58px;
    background-size: 30px auto;
  }
  #main .stitle_box h2 {
    position: relative;
    font-size: 2.2rem;
    padding: 60px 0 40px 50px;
  }
  #main .stitle_box h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: -5px auto 0 auto;
    background: url("../images/common/title_icon_info.png") no-repeat;
    width: 28px;
    height: 28px;
  }
  #main #info_index .list {
    width: 100%;
    margin: 0 auto 60px auto;
    border-top: dotted 1px #d4d4d4;
  }
  #main #info_index .list li {
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px dotted #b3b3b3;
    overflow: hidden;
  }
  #main #info_index .list li a {
    display: flex;
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main #info_index .list li a:hover h3 {
    text-decoration: underline;
  }
  #main #info_index .list li a .thumb {
    width: 160px;
  }
  #main #info_index .list li a .thumb img {
    width: 100%;
    height: auto;
  }
  #main #info_index .list li a .head {
    width: calc(100% - 180px);
  }
  #main #info_index .list li a .head h2 {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: bold;
  }
  #main #info_index .list li a .head span {
    width: 85px;
    display: inline-block;
    padding: 5px 10px 3px 0;
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #f586b6;
  }
  #main #info_index .list li.no_result {
    font-size: 1.6rem;
  }
  #main #info_index .list li.no_result a {
    font-size: 1.6rem;
  }
  #main #info_index .pagenavi {
    margin: 0 auto 75px auto;
  }
  #main #info_detail .head {
    padding: 90px 20px 20px 20px;
    margin: 0 auto 40px auto;
    border-bottom: dotted 1px #d4d4d4;
    position: relative;
  }
  #main #info_detail .head .title {
    font-size: 2.2rem;
    font-weight: bold;
  }
  #main #info_detail .head .date {
    position: absolute;
    top: 50px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    background-color: #f586b6;
    color: #fff;
    font-size: 1.6rem;
  }
  #main #info_detail .head .social {
    padding-top: 20px;
    display: flex;
  }
  #main #info_detail .head .social .social_btn {
    padding-right: 5px;
  }
  #main #info_detail .body {
    padding: 0 20px 40px 20px;
    border-bottom: dotted 1px #d4d4d4;
  }
  #main #info_detail .body h1 {
    margin: 3rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2.2rem;
    font-weight: bold;
    border-left: solid 10px #f586b6;
    background-color: #f6f6f6;
  }
  #main #info_detail .body h2 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: solid 2px #f586b6;
    color: #e769a0;
  }
  #main #info_detail .body h3 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #999;
    color: #e769a0;
  }
  #main #info_detail .body h4 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #999;
  }
  #main #info_detail .body h5 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2rem;
    font-weight: bold;
  }
  #main #info_detail .body h6 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #main #info_detail .body p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #main #info_detail .body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  #main #info_detail .body a {
    text-decoration: underline;
    color: #2a8bc8;
  }
  #main #info_detail .body a:hover {
    text-decoration: none;
  }
  #main #info_detail .body ul {
    margin: 2rem 0;
  }
  #main #info_detail .body ul li {
    font-size: 1.6rem;
    margin: 0.5em 0;
  }
  #main #info_detail .body ul li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    margin: -2px 10px 0 0;
    background-color: #e769a0;
    vertical-align: middle;
  }
  #main #info_detail .body ol {
    margin: 2rem 0;
    list-style-position: inside;
  }
  #main #info_detail .body ol li {
    font-size: 1.6rem;
    margin: 0.5em 0;
  }
  #main #info_detail .body strong {
    font-weight: bold;
  }
  #main #info_detail .body b {
    font-weight: bold;
  }
  #main #info_detail .body .wp-video {
    max-width: 100%;
  }
  #main #info_detail .body video {
    max-width: 100%;
    height: auto;
  }
  #main #info_detail .body iframe {
    max-width: 100%;
  }
  #main #info_detail .body table {
    min-width: 100%;
    margin: 0 auto 20px auto;
  }
  #main #info_detail .body table td, #main #info_detail .body table th {
    padding: 5px;
    border: solid 1px #ccc;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  #main #info_detail .body table th {
    font-weight: bold;
    background-color: #eee;
  }
  #main #info_detail .foot {
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto 50px auto;
  }
  #main #info_detail .foot .prev {
    width: 280px;
    padding: 15px 0 0 0;
    float: left;
  }
  #main #info_detail .foot .prev a {
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    position: relative;
    display: block;
  }
  #main #info_detail .foot .prev a i {
    font-style: normal;
  }
  #main #info_detail .foot .prev a span {
    display: block;
    padding-top: 10px;
  }
  #main #info_detail .foot .prev a:before {
    content: '<';
    margin-right: 10px;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #main #info_detail .foot .prev a:hover {
    color: #eb3e89;
    text-decoration: none;
  }
  #main #info_detail .foot .next {
    width: 280px;
    padding: 15px 0 0 0;
    float: right;
    text-align: right;
  }
  #main #info_detail .foot .next a {
    padding: 0 20px 0 0;
    font-size: 1.6rem;
    position: relative;
    display: block;
  }
  #main #info_detail .foot .next a i {
    font-style: normal;
  }
  #main #info_detail .foot .next a span {
    display: block;
    padding-top: 10px;
    text-align: left;
  }
  #main #info_detail .foot .next a:after {
    content: '>';
    margin-left: 10px;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  #main #info_detail .foot .next a:hover {
    color: #eb3e89;
    text-decoration: none;
  }
  #main #info_detail .foot .index {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
  #main #info_detail .foot .index a {
    width: 100%;
    line-height: 56px;
    display: block;
    border: solid 1px #eb3e89;
    text-align: center;
    color: #eb3e89;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  #main #info_detail .foot .index a:after {
    content: '>';
    margin-left: 10px;
    font-size: 1.6rem;
  }
  #main #info_detail .foot .index a:hover {
    background-color: #eb3e89;
    color: #fff;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #main #info_index .main_tl {
    background-image: url(../images/common/sp/sp_title_icon_info.png);
    margin-left: 0;
  }
  #main #info_index .list {
    width: 100%;
    margin: 0 auto 50px auto;
    border-top: dotted 1px #d4d4d4;
  }
  #main #info_index .list li {
    width: 100%;
    padding: 15px 15px 15px 15px;
    border-bottom: dotted 1px #d4d4d4;
  }
  #main #info_index .list li a {
    display: flex;
    flex-wrap: wrap;
  }
  #main #info_index .list li a .thumb {
    width: 100%;
    margin-bottom: 10px;
    order: 2;
  }
  #main #info_index .list li a .head {
    width: 100%;
    margin: 0 auto 10px auto;
    order: 1;
  }
  #main #info_index .list li a .head span {
    padding: 8px 0;
    display: block;
    color: #f586b6;
    font-size: 1.3rem;
  }
  #main #info_index .list li a .head h2 {
    font-size: 1.6rem;
    line-height: 1.312;
    font-weight: bold;
  }
  #main #info_index .list li.no_result {
    font-size: 1.6rem;
  }
  #main #info_index .list li.no_result a {
    font-size: 1.6rem;
  }
  #main #info_index .pagenavi {
    margin: 0 auto 50px auto;
  }
  #main #info_detail .head {
    padding: 60px 0 15px 0;
    margin: 0 auto 20px auto;
    border-bottom: dotted 1px #d4d4d4;
    position: relative;
  }
  #main #info_detail .head .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }
  #main #info_detail .head .date {
    position: absolute;
    top: 20px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    background-color: #f586b6;
    color: #fff;
    font-size: 1.4rem;
  }
  #main #info_detail .head .social {
    padding-top: 20px;
    display: flex;
  }
  #main #info_detail .head .social .social_btn {
    padding-right: 5px;
  }
  #main #info_detail .body {
    padding: 0 0 40px 0;
    border-bottom: dotted 1px #d4d4d4;
  }
  #main #info_detail .body h1 {
    margin: 3rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2.2rem;
    font-weight: bold;
    border-left: solid 10px #f586b6;
    background-color: #f6f6f6;
  }
  #main #info_detail .body h2 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: solid 2px #f586b6;
    color: #e769a0;
  }
  #main #info_detail .body h3 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #999;
    color: #e769a0;
  }
  #main #info_detail .body h4 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: solid 1px #999;
  }
  #main #info_detail .body h5 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 2rem;
    font-weight: bold;
  }
  #main #info_detail .body h6 {
    margin: 2rem 0 1rem 0;
    padding: 10px 0 10px 10px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #main #info_detail .body p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #main #info_detail .body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  #main #info_detail .body a {
    text-decoration: underline;
    color: #2a8bc8;
  }
  #main #info_detail .body a:hover {
    text-decoration: none;
  }
  #main #info_detail .body ul {
    margin: 2rem 0;
  }
  #main #info_detail .body ul li {
    font-size: 1.5rem;
    margin: 0.5em 0;
  }
  #main #info_detail .body ul li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 1px;
    margin: -2px 10px 0 0;
    background-color: #e769a0;
    vertical-align: middle;
  }
  #main #info_detail .body ol {
    margin: 2rem 0;
    list-style-position: inside;
  }
  #main #info_detail .body ol li {
    font-size: 1.5rem;
    margin: 0.5em 0;
  }
  #main #info_detail .body strong {
    font-weight: bold;
  }
  #main #info_detail .body b {
    font-weight: bold;
  }
  #main #info_detail .body .wp-video {
    max-width: 100%;
  }
  #main #info_detail .body video {
    max-width: 100%;
    height: auto;
  }
  #main #info_detail .body iframe {
    max-width: 100%;
  }
  #main #info_detail .body table {
    min-width: 100%;
    margin: 0 auto 10px auto;
  }
  #main #info_detail .body table td, #main #info_detail .body table th {
    padding: 3px;
    border: solid 1px #ccc;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  #main #info_detail .body table td img, #main #info_detail .body table th img {
    max-width: 120px;
    margin: 0 auto;
  }
  #main #info_detail .body table th {
    font-weight: bold;
    background-color: #eee;
    font-size: 1.2rem;
  }
  #main #info_detail .foot {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px auto;
  }
  #main #info_detail .foot .index {
    margin-top: 30px;
  }
  #main #info_detail .foot .index a {
    width: 100%;
    line-height: 56px;
    display: block;
    border: solid 1px #eb3e89;
    text-align: center;
    color: #eb3e89;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
  }
  #main #info_detail .foot .index a:after {
    content: '>';
    margin-left: 10px;
    font-size: 1.6rem;
  }
  #main #info_detail .foot .index a:hover {
    background-color: #eb3e89;
    color: #fff;
  }
  #main #info_detail .foot .prev {
    width: 100%;
    border-bottom: dotted 1px #d4d4d4;
  }
  #main #info_detail .foot .prev a {
    padding: 20px 0;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  #main #info_detail .foot .prev a i {
    font-style: normal;
  }
  #main #info_detail .foot .prev a span {
    padding-left: 20px;
    display: block;
    line-height: 1.2;
  }
  #main #info_detail .foot .prev a:before {
    content: '<';
    margin-right: 10px;
    font-size: 1.6rem;
  }
  #main #info_detail .foot .prev a:hover {
    color: #eb3e89;
    text-decoration: none;
  }
  #main #info_detail .foot .next {
    width: 100%;
    text-align: right;
    border-bottom: dotted 1px #d4d4d4;
  }
  #main #info_detail .foot .next a {
    padding: 20px 0;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  #main #info_detail .foot .next a i {
    font-style: normal;
  }
  #main #info_detail .foot .next a i:after {
    content: '>';
    margin-left: 10px;
    font-size: 1.6rem;
  }
  #main #info_detail .foot .next a span {
    padding-right: 20px;
    display: block;
    text-align: left;
    line-height: 1.2;
  }
  #main #info_detail .foot .next a:hover {
    color: #eb3e89;
    text-decoration: none;
  }
}
