@charset "UTF-8";
/* 固定ページ用 */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  #main_title {
    display: none;
  }

  #detail #article_wrap {
    padding: 65px 0 100px 0;
    margin: 0 auto;
    line-height: 1.8;
  }
  #detail #article_wrap .hd_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto 50px;
    padding: 30px 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #detail #article_wrap .hd_wrap .date {
    position: absolute;
    top: -9px;
    left: 0;
    line-height: 20px;
    margin: 0;
    padding: 0 25px 0 0;
    background: #fff;
    color: #7d7d7d;
    font-size: 1.4rem;
  }
  #detail #article_wrap .hd_wrap h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #detail #article_wrap h2 {
    margin: 50px auto 40px auto;
    padding: 12px 15px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background: #cc3d3e;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #detail #article_wrap h3 {
    line-height: 1.4;
    margin: 40px 0 20px;
    position: relative;
    padding: 0 0 10px 18px;
    border-bottom: 1px dashed #b5b5b5;
    font-size: 2.2rem;
  }
  #detail #article_wrap h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 30px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #cc3d3e;
  }
  #detail #article_wrap h4 {
    margin: 45px auto 15px auto;
    padding: 12px 15px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background: #efefe1;
    font-size: 2rem;
    line-height: 1.4;
  }
  #detail #article_wrap h5 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #detail #article_wrap p {
    margin: 1em auto 1em auto;
    font-size: 15px;
    line-height: 1.8;
  }
  #detail #article_wrap ul, #detail #article_wrap ol {
    margin: 20px auto 20px auto;
  }
  #detail #article_wrap ul li, #detail #article_wrap ol li {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.8;
  }
  #detail #article_wrap ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #detail #article_wrap ul li:before {
    content: '●';
    color: #cc3d3e;
  }
  #detail #article_wrap ol {
    list-style: none;
    counter-reset: listyle;
  }
  #detail #article_wrap ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #detail #article_wrap ol li:before {
    counter-increment: listyle;
    content: counter(listyle) "）";
  }
  #detail #article_wrap a {
    text-decoration: underline;
    color: #0062ae;
  }
  #detail #article_wrap a:hover {
    text-decoration: none;
  }
  #detail #article_wrap .a_blank:after {
    content: url(../images/common/icon_blank.png);
    position: relative;
    top: -2px;
    right: -2px;
  }
  #detail #article_wrap .a_pdf:after {
    content: url(../images/common/icon_pdf.png);
    position: relative;
    top: 5px;
  }
  #detail #article_wrap .img_zoom {
    display: none;
  }
  #detail #article_wrap b, #detail #article_wrap strong {
    font-weight: bold;
  }
  #detail #article_wrap blockquote {
    margin: 40px auto 40px auto;
    padding: 10px 30px 10px 80px;
    background: url(../images/contents/contents_blockquote.png) 30px 20px no-repeat #F3F1F1;
    color: #666666;
    font-style: italic;
  }
  #detail #article_wrap img {
    max-width: 100%;
    height: auto;
  }
  #detail #article_wrap img.alignnone {
    display: block;
    margin: 40px auto 40px auto;
  }
  #detail #article_wrap img.alignleft {
    float: left;
    display: block;
    vertical-align: top;
    margin: 0 30px 20px 0;
  }
  #detail #article_wrap img.alignright {
    float: right;
    display: block;
    vertical-align: top;
    margin: 0 0 20px 30px;
  }
  #detail #article_wrap table {
    width: 100%;
    margin: 40px auto;
  }
  #detail #article_wrap table th {
    padding: 10px;
    background-color: #F3F1F1;
    border: solid 1px #ddd;
    font-weight: bold;
  }
  #detail #article_wrap table td {
    padding: 10px;
    border: solid 1px #ddd;
  }
  #detail #article_wrap video {
    display: block;
    margin: 40px auto;
  }
  #detail .other_list {
    padding: 30px 0 10px;
    border-top: 1px solid #e6e6ee;
  }
  #detail .other_list:last-child {
    border-bottom: 1px solid #e6e6ee;
  }
  #detail .other_list h2 {
    line-height: 34px;
    margin: 0 0 40px;
    font-size: 1.8rem;
  }
  #detail .other_list .hd_wrap {
    margin: 0 0 40px;
  }
  #detail .other_list .hd_wrap h2 {
    float: left;
    margin: 0 18px 0 0;
  }
  #detail .other_list .hd_wrap .link {
    float: left;
  }
  #detail .other_list .hd_wrap .link a {
    display: block;
    height: 32px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  #detail .other_list .hd_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  #detail .other_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #detail .other_list ul li {
    width: 340px;
    margin: 0 40px 20px 0;
  }
  #detail .other_list ul li:nth-child(3n) {
    margin: 0 0 20px;
  }
  #detail .other_list ul li.dummy {
    height: 1px;
  }
  #detail .other_list ul li a {
    display: block;
    text-decoration: none !important;
  }
  #detail .other_list ul li a:hover {
    opacity: 0.8;
  }
  #detail .other_list ul li a:after {
    content: '';
    display: block;
    clear: both;
  }
  #detail .other_list ul li .text_wrap {
    float: right;
    width: 210px;
  }
  #detail .other_list ul li .text_wrap h3 {
    line-height: 1.6;
    margin: 0 0 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #detail .other_list ul li .text_wrap p {
    line-height: 1.4;
    font-size: 1.2rem;
  }
  #detail .other_list ul li .img_wrap {
    float: left;
    width: 120px;
  }
  #detail .other_list ul li .img_wrap img {
    width: 120px;
  }
  #detail .other_list ul:after {
    content: '';
    display: block;
    clear: both;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #main_title {
    margin: 0;
  }

  #detail #article_wrap {
    margin: 0 auto 50px;
    line-height: 1.8;
  }
  #detail #article_wrap h1 {
    margin: 0 auto 22px;
    padding: 15px 2.6%;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #detail #article_wrap h2 {
    margin: 22px auto 20px;
    padding: 12px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background: #cc3d3e;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #detail #article_wrap h3 {
    margin: 0 0 25px;
    position: relative;
    padding: 0 0 7px 10px;
    border-bottom: 1px dashed #b5b5b5;
    font-size: 1.3rem;
  }
  #detail #article_wrap h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #cc3d3e;
  }
  #detail #article_wrap h4 {
    margin: 25px auto 10px auto;
    padding: 8px 10px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    background: #efefe1;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  #detail #article_wrap h5 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  #detail #article_wrap p {
    margin: 1em auto 1em auto;
    font-size: 12px;
    line-height: 1.8;
  }
  #detail #article_wrap ul, #detail #article_wrap ol {
    margin: 15px auto 15px auto;
  }
  #detail #article_wrap ul li, #detail #article_wrap ol li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.8;
  }
  #detail #article_wrap ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #detail #article_wrap ul li:before {
    content: '●';
    color: #cc3d3e;
  }
  #detail #article_wrap ol {
    list-style: none;
    counter-reset: listyle;
  }
  #detail #article_wrap ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #detail #article_wrap ol li:before {
    counter-increment: listyle;
    content: counter(listyle) "）";
  }
  #detail #article_wrap a {
    text-decoration: underline;
    color: #C94C79;
  }
  #detail #article_wrap a:hover {
    text-decoration: none;
  }
  #detail #article_wrap b, #detail #article_wrap strong {
    font-weight: bold;
  }
  #detail #article_wrap blockquote {
    margin: 20px auto 20px auto;
    padding: 10px 30px 10px 45px;
    background: url(../images/contents/contents_blockquote.png) 20px 20px no-repeat #F3F1F1;
    -webkit-background-size: 14px auto;
            background-size: 14px auto;
    color: #666666;
    font-style: italic;
  }
  #detail #article_wrap p {
    position: relative;
  }
  #detail #article_wrap .a_blank:after {
    content: url(../images/common/icon_blank.png);
    position: relative;
    top: -2px;
    right: -2px;
  }
  #detail #article_wrap .a_pdf:after {
    content: url(../images/common/icon_pdf.png);
    position: relative;
    top: 5px;
  }
  #detail #article_wrap .img_zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #000 url(../images/faq/icon_zoom.jpg) no-repeat center;
    -webkit-background-size: 14px 14px;
            background-size: 14px;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
  }
  #detail #article_wrap img {
    max-width: 100%;
    height: auto;
  }
  #detail #article_wrap img.alignnone {
    display: block;
    margin: 10px auto 10px auto;
  }
  #detail #article_wrap table {
    width: 100%;
    margin: 20px auto;
  }
  #detail #article_wrap table th {
    padding: 10px;
    background-color: #F3F1F1;
    border: solid 1px #ddd;
    font-weight: bold;
  }
  #detail #article_wrap table td {
    padding: 10px;
    border: solid 1px #ddd;
  }
  #detail #article_wrap video {
    display: block;
    margin: 40px auto;
  }
  #detail #article_wrap iframe {
    width: 100%;
    max-width: 100%;
    min-height: 210px;
  }
  #detail .other_list {
    padding: 25px 0 10px;
    border-top: 1px solid #e6e6ee;
  }
  #detail .other_list:last-child {
    border-bottom: 1px solid #e6e6ee;
  }
  #detail .other_list h2 {
    line-height: 34px;
    margin: 0 0 25px;
    font-size: 1.6rem;
  }
  #detail .other_list .hd_wrap {
    margin: 0 0 25px;
  }
  #detail .other_list .hd_wrap h2 {
    float: left;
    margin: 0 18px 0 0;
  }
  #detail .other_list .hd_wrap .link {
    float: left;
  }
  #detail .other_list .hd_wrap .link a {
    display: block;
    height: 32px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  #detail .other_list .hd_wrap:after {
    content: '';
    display: block;
    clear: both;
  }
  #detail .other_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #detail .other_list ul li {
    width: 48.55072%;
    margin: 0 0 20px;
  }
  #detail .other_list ul li:nth-child(even) {
    float: right;
    margin: 0 0 20px;
  }
  #detail .other_list ul li a {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    text-decoration: none !important;
  }
  #detail .other_list ul li .text_wrap {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  #detail .other_list ul li .text_wrap h3 {
    line-height: 1.4;
    margin: 0 0 5px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #detail .other_list ul li .text_wrap p {
    line-height: 1.4;
    font-size: 1.2rem;
  }
  #detail .other_list ul li .img_wrap {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    margin: 0 0 10px;
  }
  #detail .other_list ul li img {
    width: 100%;
  }
  #detail .other_list ul:after {
    content: '';
    display: block;
    clear: both;
  }
}
