@charset "UTF-8";

/* common ************************************/
time {
    display: block;
}

@media only screen and (max-width: 690px) {
    time {
        font-size: 12px;
    }
}
#locator02{
    position: static;
    margin-bottom: 20px;
}

/* article list **********************************/
.case-list {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.case-list article {
    padding: 0;
}

article {
    width: 100%;
    margin-bottom: 30px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

article .post_thumbnail {
    float: left;
    width: 27%;
    height: 110px;
}
article .post_thumbnail a,
article .post_thumbnail .image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
@media only screen and (max-width: 690px) {
    article .post_thumbnail {
        width: 34%;
    }
}

article .post_thumbnail img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

article:after {
    content: "";
    display: table;
    clear: both;
}

article .info {
    float: right;
    width: 70%;
}

@media only screen and (max-width: 690px) {
    article .info {
        width: 62%;
    }
}

article .info .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 8px 0 24px;
}
article .info .title a{
    color: #007acf;
}
@media only screen and (max-width: 690px) {
    article .info .title {
        margin: 6px 0 6px;
        font-size: 15px;
        line-height: 1.4;
    }
}

article .info time {
    line-height: 1;
    position: relative;
    font-size: 11px;
}

article.col {
    width: 32%;
    max-width: 100%;
    margin-bottom: 50px;
}

article.col .media-col-link {
    display: block;
    text-decoration: none;
}

article.col .dlb_box4-4_img {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
}

article.relationlist {
    padding: 0;
    border: none;
}

/* SNS **********************************/
.sns_share {
    margin-top: 16px;
}

.sns_share.head {
    padding-top: 15px;
    /*padding-bottom: 10px;*/
    margin-top: 0;
    /*border-width: 1px 0 1px 0;
border-style: solid;*/
}

.sns_share.foot {
    padding-top: 20px;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin-top: 35px;
}

.sns_share li {
    float: left;
    list-style: none;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 90px;
    line-height: 22px;
}

.sns_share .twitter {
    width: 85px;
}

.sns_share .fb {
    width: 85px;
}

.sns_share .hateb {
    width: 120px;
}

.sns_share .line {
    width: 85px;
}

.sns_share .line a {
    display: block;
    font-size: 11px;
    text-align: center;
}

@media only screen and (max-width: 690px) {
    article .info .sns_share {
        display: none;
    }
}

/* main detail **********************************/
.cover {
    text-align: content;
    margin: 25px auto 40px;
}
/*現在カバー画像非表示設定*/
.cover img {
    max-width: 100%;
    height: auto;
    width: auto;
    /*display: block;*/
    margin: auto;
    display: none;
}

/*#main{
padding: 20px;
border-width: 1px;
border-style: solid;
line-height: 2;
font-size: 15px;
@media only screen and (max-width:690px) {
padding: 0;
border: none;
}
h1{
font-size: 30px;
line-height: 1.5;
margin: 10px 0 20px;
  @media only screen and (max-width:690px) {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.taglist{
margin: 5px 0 16px;
}
h2{
font-size: 26px;
line-height: 1.5;
padding-bottom: 10px;
margin-bottom: 20px;
border-width: 0 0 3px 0;
border-style: solid;
@media only screen and (max-width:690px) {
  font-size: 24px;
}
}
h3{
font-size: 22px;
line-height: 1.5;
padding-left: 12px;
margin-bottom: 16px;
border-width: 0 0 0 5px;
border-style: solid;
@media only screen and (max-width:690px) {
  font-size: 20px;
}
}
h4{
font-size: 18px;
line-height: 1.5;
margin-bottom: 10px;
@media only screen and (max-width:690px) {
  font-size: 17px;
}
}
}*/
/* main content title **********************************/
/*BMの見出しとあわせてください。*/
/* next prev **********************************/
#nextprev {
    margin-top: 24px;
    margin-bottom: 56px;
}

#nextprev li {
    list-style: none;
}

#nextprev li a {
    font-weight: bold;
    color: #007acf;
}

#nextprev li a:hover {
    text-decoration: none;
}

#nextprev .prev {
    float: left;
}

#nextprev .next {
    float: right;
}

/* contact **********************************/
/*.contact{
margin-top: 32px;
.title{
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 1;
letter-spacing: .08em;
padding: 15px 8px;
@media only screen and (max-width:560px) {
  font-size: 18px;
}
}
.txt{
padding: 32px 16px;
border-width: 0 2px 2px 2px;
border-style: solid;
font-size: 0;
@media only screen and (max-width:560px) {
  padding: 26px 5%;
}
div{
  display: inline-block;
  text-align: center;
  width: 50%;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  @media only screen and (max-width:560px) {
    width: 100%;
  }
  &.tel{
    font-size: 28px;
    @media only screen and (max-width:560px) {
      margin-bottom: 16px;
    }
    span{
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 24px auto;
      padding-left: 35px;
    }
  }
  &.mail{
    padding: 0 3%;
    @media only screen and (max-width:560px) {
      padding: 0 10%;
    }
    a{
      display: block;
      padding: 15px;
      border-radius: 4px;
      .in{
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px auto;
        padding-left: 40px;
      }
    }
  }
}
}
}
*/
/* relation **********************************/
#relation {
    margin-top: 40px;
}

#relation article {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
    float: left;
    width: 49%;
    margin-right: 2%;
}

#relation article:nth-of-type(2n) {
    margin-right: 0;
}

@media only screen and (max-width: 690px) {
    #relation article {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

#relation .title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 10px;
    line-height: 1;
    border-width: 0 0 3px 0;
    border-style: solid;
}

#relation:after {
    content: "";
    display: table;
    clear: both;
}

.relationlist .post_thumbnail {
    float: left;
    width: 35%;
}

.relationlist .post_thumbnail img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.relationlist time,
.relationlist .txt {
    float: right;
    width: 60%;
}

.relationlist time {
    margin-top: -5px;
    font-size: 11px;
}

.relationlist .txt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
}

@media only screen and (max-width: 690px) {
    .relationlist .txt {
        margin-top: 0;
    }
}

article#main p {
    margin-bottom: 20px;
}

article#main > div:not(.catelist):not(.taglist) {
    margin-bottom: 40px;
}

/*---------------------------
詳細ページ 見出し
----------------------------*/
#articledetail h2 {
    margin: 0 0 30px;
    border-bottom: 1px solid #afd4ce;
    font-size: 26px;
}

#articledetail h3 {
    font-size: 20px;
    padding: 0 0 0 15px;
    border-left: 7px solid #d2d2d2;
    margin: 0 0 30px;
}

#articledetail h4 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

#articledetail h4:before {
    content: "";
    width: 3px;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

#articledetail h4:after {
    content: "";
    background-color: #DDDDDD;
    width: 3px;
    height: 80%;
    position: absolute;
    top: 20%;
    left: 3px;
}

#articledetail h5 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

#articledetail h5:before {
    content: "";
    width: 3px;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

#articledetail h5:after {
    content: "";
    background-color: #DDDDDD;
    width: 3px;
    height: 80%;
    position: absolute;
    top: 20%;
    left: 3px;
}

/*---------------------------
詳細ページ 引用
----------------------------*/
blockquote {
    width: 95%;
    margin: 0 auto;
    padding: 1em 1em 1em 3em;
    position: relative;
    font-size: 90%;
}

blockquote::before {
    content: "“";
    font-size: 500%;
    line-height: 1em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Helvetica, sans-serif;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*---------------------------
詳細ページ リスト
----------------------------*/
#articledetail li {
    list-style-type: none;
}

/*---------------------------
詳細ページ 表
----------------------------*/
#articledetail table.tab1 {
    width: 100%;
}

#articledetail table.tab1 th,
#articledetail table.tab1 td {
    border: 1px solid #dddddd;
    padding: 10px;
}

#articledetail table.tab1 th {
    background-color: #eeeeee;
}

#articledetail table.tab2 {
    width: 100%;
}

#articledetail table.tab2 th,
#articledetail table.tab2 td {
    border: 1px solid #dddddd;
    padding: 10px;
}

#articledetail table.tab2 th {
    background-color: #eeeeee;
}

#articledetail table.tab3 {
    width: 100%;
}

#articledetail table.tab3 th,
#articledetail table.tab3 td {
    border: 1px solid #dddddd;
    padding: 10px;
}

#articledetail table.tab3 th {
    background-color: #eeeeee;
}

.voice_table {
    width: 100%;
}

.voice_table th {
    width: 20%;
    background-color: #F5F5F5;
    padding: 1%;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
}

.voice_table td {
    width: 80%;
    padding: 1% 2%;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    text-align: left;
}

.voice_table02 {
    width: 100%;
}

.voice_table02 th {
    width: 20%;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    font-weight: normal;
}

.voice_table02 td {
    width: 80%;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    text-align: left;
    font-size: 14px;
}

.voice_table03 {
    width: 100%;
}

.voice_table03 th {
    width: 30%;
    background-color: #CCE9F0;
    padding: 1%;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    font-size: 16px;
}

.voice_table03 td {
    width: 35%;
    padding: 1%;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    text-align: center;
    font-size: 16px;
}

table.tab01 {
    table-layout: fixed;
}

table.tab01 {
    width: 100%;
}

table.tab01 th,
table.tab01 td {
    border: 1px solid #dddddd;
    padding: 5px;
}

table.tab01 th {
    background-color: #eeeeee;
}

@media only screen and (max-width: 690px) {
    .table_wrap {
        overflow-x: scroll;
    }

    .table_wrap table {
        width: 640px;
    }
}

/*---------------------------
詳細ページ sp　on off
----------------------------*/
.br_sp {
    display: none;
}

@media only screen and (max-width: 690px) {
    .br_sp {
        display: block;
    }
}

/*---------------------------
詳細ページ box構造
----------------------------*/
.introduction_box {
    border: 2px solid #F6F6F6;
    padding: 2%;
    margin-bottom: 15px;
}

.introduction_box_l {
    width: 29%;
    margin-right: 2%;
    float: left;
}

.introduction_box_r {
    width: 69%;
    float: right;
}

.introduction_box .bg_gray {
    background-color: #F6F6F6;
    padding: 3%;
}

@media only screen and (max-width: 690px) {

    .introduction_box_l,
    .introduction_box_r {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
    }
}

.box-quarter:before,
.box-quarter:after {
    content: "";
    display: block;
    clear: both;
}

.box-quarter {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.box-quarter p {
    text-align: left;
    color: #888888;
    font-size: 11px;
}

.box-quarter img {
    margin: 0 0 5px;
}

.box-quarter_box {
    float: left;
    width: 25%;
    padding: 1%;
}

.box-quarter_box img {
    width: auto;
    max-height: 300px;
}

p.title_amazon {
    padding: 0 0 0 25px;
    font-size: 16px;
    color: #1E5291;
    margin-bottom: 20px;
    line-height: 1.3;
}

.box2 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.box2 p {
    color: #888888;
    font-size: 11px;
    text-align: left;
}

.box2 img {
    margin: 0 0 5px;
}

.box2_left {
    float: left;
    width: 50%;
    padding: 1%;
}

.box2_right {
    float: right;
    width: 50%;
    padding: 1%;
}

.box2_left img,
.box2_right img {
    width: auto;
    max-width: 100%;
    max-height: 350px;
}

.box-fifty:before,
.box-fifty:after {
    content: "";
    display: block;
    clear: both;
}

.box-fifty {
    display: inline-block;
    width: 100%;
}

.box-fifty p {
    color: #888888;
    font-size: 11px;
}

.box-fifty img {
    margin: 0 0 5px;
}

.box-fifty_left {
    float: left;
    width: 50%;
    padding: 1%;
}

.box-fifty_right {
    float: right;
    width: 50%;
    padding: 1%;
}

.box-fifty_left img,
.box-fifty_right img {
    width: 100%;
    height: auto;
}

.box_1_3 {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.box_1_3_in {
    -webkit-box-flex: 0;
    flex: 0 1 32%;
    width: 32%;
    margin-right: 1%;
}

.box_1_3_in:last-child {
    margin-right: 0;
}

.box_1_3_in img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 690px) {
    .box_1_3_in {
        -webkit-box-flex: 0;
        flex: 0 1 100%;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .box_1_3_in:last-child {
        margin-bottom: 0;
    }
}

p.title_instagram {
    padding: 0 0 0 25px;
    font-size: 16px;
    color: #1E5291;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media only screen and (max-width: 690px) {

    .box-fifty_left,
    .box-fifty_right {
        float: none;
        width: 100%;
        padding: 1%;
    }

    .box-quarter_box {
        float: none;
        width: 100%;
        padding: 1%;
    }

    .box2_left,
    .box2_right {
        float: none;
        width: 100%;
        padding: 1%;
    }
}

/*---------------------------
詳細ページ フロー
----------------------------*/
.flow_box {
    padding: 2%;
    border: 4px solid #f5f5f5;
}

.flow_box .flow_txt {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.5rem;
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin-bottom: 35px !important;
    -webkit-box-pack: center;
    justify-content: center;
}

.flow_box .flow_txt:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    top: calc(100% + 20px - 7px);
    left: calc(50% - 5px);
}

.flow_box .flow_txt:last-child {
    margin-bottom: 0;
}

/*---------------------------
詳細ページ iframe
----------------------------*/
#articledetail .iframebox {
    position: relative;
    width: 100%;
    padding-top: 75%;
}

#articledetail .iframebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------------
詳細ページ free download
----------------------------*/
.bfdl_box {
    background-color: #F6F6F6;
    padding: 3%;
    margin: 30px 0 60px;
}

.bfdl_tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 7px 15px;
    border-left: 6px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.bfdl_1_2box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bfdl_1_2box_in {
    -webkit-box-flex: 0;
    flex: 0 1 49%;
    background-color: #fff;
    padding: 3%;
}

.bfdl_1_2box_in .left {
    width: 35%;
    float: left;
    margin-right: 5%;
}

.bfdl_1_2box_in .right {
    width: 60%;
    float: right;
}

.bfdl_1_2box_in .left img {
    height: 90px !important;
}

.bfdl_tit02 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.bfdl_btn a {
    display: inline-block;
    background-color: #FFAF2C;
    border: 2px solid #FFAF2C;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 5% 2px !important;
}

.bfdl_btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #FFAF2C !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 690px) {
    .bfdl_1_2box_in {
        -webkit-box-flex: 0;
        flex: 0 1 100%;
        margin-bottom: 10px;
    }
}

/*---------------------------
目次
----------------------------*/
.toc_area {
    width: 94%;
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
    margin: 16px auto;
    padding: 25px;
    box-sizing: border-box;
}

.toc_title {
    text-align: center;
    font-size: 20px;
    border-bottom: 3px solid #eeeeee;
    padding-bottom: 20px;
    line-height: 1;
}

.toc_list {
    margin: 0;
}

.toc_list li {
    margin-bottom: 10px !important;
    list-style-type: decimal !important;
}

.toc_list li a {
    color: #333333 !important;
    text-decoration: none !important;
}

.toc_list li a + .toc_list {
    margin-top: 8px;
    margin-left: 20px;
}

.current_description {
    padding: 16px;
    border: 4px solid #f5f5f5;
    margin-bottom: 30px;
}