@charset "UTF-8";

@import url("/navi/common/css/common_style.css");

/*===h1===*/
#intro h1 {
    background: url(/navi/26/images/ttl.png) top left no-repeat;
}

/*===h2 icon setting===*/
#sec01 h2:before {
    content: url(/navi/26/images/h2_icon01_pc.png);
}

#sec02 h2:before {
    content: url(/navi/26/images/h2_icon02_pc.png);
}

#sec02 dl {
    margin-bottom: 25px;
    word-break: break-all;
}

#sec02 dt {
    text-align: left;
    font-weight: bold;
    text-indent: -1em;
    margin-left: 1em;
}

#sec02 dd {
    text-align: left;
    margin: 0 0 1em;
}

#sec02 dd:last-child {
    margin: 0;
}

#sec03 h2:before {
    content: url(/navi/26/images/h2_icon03_pc.png);
}

#sec03 ul li {
    text-align: left;
}

#sec04 h2:before {
    content: url(/navi/26/images/h2_icon04_pc.png);
}

#sec05 h2:before {
    content: url(/navi/26/images/h2_icon05_pc.png);
}

#sec06 h2:before {
    content: url(/navi/26/images/h2_icon06_pc.png);
}

.bold {
    font-weight: bold;
}

figcaption span.small {
    font-size: 85.55% !important;
}

#sec02 span.fnb_bgcl {
	background: rgba(0, 117, 194, 0.15);
	padding: 2px 1.5px 1px;
	font-weight: 600;
}


/*===/h2===*/

@media screen and (max-width: 767px) {

    /*===h1===*/
    #intro h1 {
        background: url(/navi/26/images/ttl.png) top center no-repeat;
        background-size: contain;
    }

    #intro h1 span.title2 {
        font-size: 4vw;
    }

    /*===h2 icon setting===*/
    #sec01 h2:before {
        background: url(/navi/26/images/h2_icon01_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec02 h2:before {
        background: url(/navi/26/images/h2_icon02_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec03 h2:before {
        background: url(/navi/26/images/h2_icon03_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec04 h2:before {
        background: url(/navi/26/images/h2_icon04_sp.png) no-repeat;
        background-size: contain;
    }

    #sec05 h2:before {
        background: url(/navi/26/images/h2_icon05_sp.png) no-repeat;
        background-size: contain;
    }

    #sec06 h2:before {
        background: url(/navi/26/images/h2_icon06_sp.png) no-repeat;
        background-size: contain;
    }

    /*===/h2 icon setting===*/
}

/*===各種シンボルカラー設定===*/
a {
    color: #8f76d6;
}

#sec01 .content-inner p > a {
    color: #8f76d6 !important;
}

.b_blk {
    border: 2px solid #0075c2;
}

.b_blk h4 {
    color: #8f76d6;
}

/*「商品情報はこちら」ボタンホバー設定*/
#secItem .btn_dk a:hover {
    color: #0075c2 !important;
}

#secItem .btn_dk a:hover:before {
    background: #0075c2 !important;
}

#secItem .btn_dk a:hover:after {
    background: #0075c2 !important;
}

/*===footarea button===*/
.btn_f a {
    outline: 1px solid #0075c2;
    outline-offset: -1px;
}

.btn_f a:hover {
    outline: 2px solid #0075c2;
    outline-offset: -2px;
}

.section .conversation h4{
    color: #8f76d6;
}

/*=====================================以下に個別cssを入力=====================================*/
.b_blk .cap_R {
    width: 100%;
}

.fig_w372 figcaption {
    width: 42%;
    overflow-wrap: break-word;
}

.fig_w372 figcaption span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

/*
.b_blk h5:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 1px;
    background: #4c4c4c;
}
*/

#intro .b_blk .prof_title {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}

#intro .b_blk .prof_title:after {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}


#intro h1 span.vol {
    margin-bottom: 120px;
}

#intro .b_blk .stack .prof_icn {
    display: inline-block;
    margin: 0 17px 13px 0;
    position: relative;
    top: .3em;
}

#intro .b_blk .stack .first {
    margin-top: 8px;
}

#intro .b_blk .stack .last {
    top: .5em;
    margin-bottom: 0;
}

#intro .b_blk .stack .pro_txt {
    font-size: 13px;
    line-height: 1.4;
}

.b_blk .stack figure {
    width: 47%;
    float: left;
}

.b_blk .stack figure:nth-child(1) {
    margin-right: 6%;
}

.section .conversation {
    width: 92%;
    margin: 0 auto;
    padding: 3rem 3rem;
    background: rgba(0, 117, 194, 0.15);
/*    border-radius: 1rem;*/
    position: relative;
}

.section .conversation .point_icn{
    position: absolute;
    top: -1em;
    left: -.5em;
    padding: .1em .7em;
    border-radius: 22px;
    background: #0075c2;
    color: #fff;
}

.section .conversation.conversation_wt {
    background: #FFF;
    margin-bottom: 20px;
}

.section .conversation.conversation_wt ul {
    margin: 0;
}

.section .conversation.conversation ul {
    margin: 0;
}

.section .conversation.conversation ul li {
    width: 100%;
    text-indent: -1em;
    margin-left: 1em;
}

.section .conversation.conversation ul li figure {
    width: 100%;
}

.section .conversation.conversation ul li a {
    width: 100%;
    font-size: 18px;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dis_bl {
    display: block;
    line-height: 1.4;
}

.mt-10 {
    margin-top: 10px;
}

#sec02 dl {
    margin-bottom: 0px;
}


#sec02 > div > section.b_blk.bg_white.mb-60.t_deco {
    padding: 32px 10px 30px 30px;
}

#sec02 section.b_blk.bg_white.mb-60.t_deco {
    text-align: left;
}

#sec02 section.b_blk.bg_white.mb-60.t_deco h4 {
    margin-top: 35px;
    margin-bottom: 15px;
}

#sec02 section.b_blk.bg_white.mb-60.t_deco li {
    list-style-type: disc;
}

#sec02 > div > section.b_blk.bg_white.mb-60.t_deco > h4:nth-child(1) {
    margin-top: 0;
}

.border-no {
    border: none;
}

#sec02 > div > section.b_blk.bg_white.mb-60.t_deco > h4 {
    margin-left: -3.5%;
}

#sec02 > div > h3 {
	line-height: 1.3;
}
#sec02 > div > h3 span {
	font-size: 14px;
}

#sec01 .ta-rig {
    text-align: right;
}

[data-ruby]::before {
    display: none;
}

#intro ruby {
    display: inline-table;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: none;
    white-space: nowrap;
    text-indent: 0;
    vertical-align: 1em;
    text-decoration: inherit;
    text-align: center;
    line-height: 1em;
}

#intro ruby > rt {
    font-size: 60% !important;
}

#intro ruby > rt {
    display: table-header-group;
    height: 25%;
    margin: 0;
    padding: 0 0.125em;
    border: none;
    font: inherit;
    font-size: 50%;
    text-align: center;
    line-height: 1em;
}

#intro ruby.ruby001,
#intro ruby.ruby002 {
    vertical-align: 0.95em;
}

#intro ruby.ruby003,
#intro ruby.ruby004 {
    vertical-align: 0.9em;
}

@-moz-document url-prefix() {

    #intro ruby.ruby001,
    #intro ruby.ruby002 {
        line-height: 1.1em;
    }

    #intro ruby.ruby003,
    #intro ruby.ruby004 {
        vertical-align: 1em;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future,
    :root #intro ruby.ruby001,
    _::-webkit-full-page-media,
    _:future,
    :root #intro ruby.ruby002 {
        line-height: 1.2em;
    }

    _::-webkit-full-page-media,
    _:future,
    :root #intro ruby.ruby003 {
        line-height: 1.1em;
        vertical-align: 0.9em;
    }

    _::-webkit-full-page-media,
    _:future,
    :root #intro ruby.ruby004 {
        vertical-align: 0.9em;
    }
}


/* ルビold
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .ruby001[data-ruby]::before {
		top: -12px;
        left: -0.5em;
    }
    _::-webkit-full-page-media, _:future, :root .ruby002[data-ruby]::before {
	    top: -12px;
        left: -1em;
    }
    _::-webkit-full-page-media, _:future, :root .ruby003[data-ruby]::before {
        left: 0.3em;
    }
    _::-webkit-full-page-media, _:future, :root .ruby004[data-ruby]::before {
        left: 0.6em;
    }
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -9px;
    left: 0;
    right: 0px;
    margin: auto;
    font-size: 0.4em;
}
.ruby001[data-ruby]::before {
    left: -0.2em;
    width: 3em;
}
.ruby002[data-ruby]::before {
    width: 6em;
}
.ruby003[data-ruby]::before {
    left: -0.2em;
    width: 4em;
}
.ruby004[data-ruby]::before {
    left: -0.2em;
    width: 9em;
}
@-moz-document url-prefix() {

  [data-ruby]::before {
  	top: -6px;
  }
  .ruby001[data-ruby]::before {
    left: -0.2em;
  }
  .ruby002[data-ruby]::before {
    left: -0.5em;
  }
  .ruby003[data-ruby]::before {
      left: 0.2em;
      width: 4em;
  }
  .ruby004[data-ruby]::before {
      left: 0.4em;
      width: 9em;
  }  
}
 */



/*
#secItem li:last-child h3.itemTitle {
    border-left: 5px solid #eb620f;
}

#secItem li:last-child h3 > span.makerName {
    color: #eb620f;
}
*/

#sec01 .content-inner, #sec02 .content-inner, #sec03 .content-inner, #sec04 .content-inner, #sec05 .content-inner, #sec06 .content-inner {
    overflow: visible;
}

.hmds1080 {
    margin: 0 calc(50% - 50vw);
    width: 1080px;
}

/*===colorBtn===*/
.colorBtn {
    width: 100%;
    text-align: center;
}

.colorBtn a {
    display: inline-block;
    width: auto;
    background: #5483d9;
    border: 1px solid #5483d9;
    padding: 1em 3em;
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.colorBtn a:hover {
    background: #fff;
    padding: 1em 3em;
    color: #5483d9;
    text-decoration: none;
}

.colorBtn a:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
}

.colorBtn a:hover:before {
    background: #5483d9;
}

.colorBtn a:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: calc(50% + 2px);
    right: 10px;
}

.colorBtn a:hover:after {
    background: #5483d9;
}

.section .conversation .colorBtn a{
    background: #8f76d6;
    border: 1px solid #8f76d6;
    padding: 1em 0;
}

.section .conversation .colorBtn a:hover {
    color: #8f76d6;
    background: #fff;
}

.section .conversation .colorBtn a:hover:before {
    background: #8f76d6;
}

.section .conversation .colorBtn a:hover:after {
    background: #8f76d6;
}

@media screen and (max-width: 1180px) {
    .hmds1080 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    #intro h1 {
        padding-top: 7vw;
    }

    #intro h1 span.vol {
        margin-bottom: 16vw;
    }

    #sec01 ul {
        font-size: 16px;
    }

    .section figure {
        margin-bottom: 0;
    }

    #intro .b_blk .stack .prof_icn + a {
        font-size: 2.7vw;
    }

    /*
    #secItem li:nth-child(1) .itemName,
    #secItem li:nth-child(2) .itemName {
        font-size: 2.9vw !important;
    }
*/
    .b_blk .stack figure {
        width: 100%;
        float: none;
    }

    .b_blk .stack figure:nth-child(1) {
        margin-right: 0;
        margin-bottom: 8vw;
    }

    .section .conversation {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section .conversation.conversation ul {
       display: block;
    }

    
    #sec02 > div > section.b_blk.bg_white.mb-60.t_deco > h4 {
        margin-left: -7%;
    }

    #sec02 > div > section.b_blk.bg_white.mb-60.t_deco {
        padding: 32px 10px 30px 25px;
    }

    /* ルビold
	_::-webkit-full-page-media, _:future, :root .ruby001[data-ruby]::before {
		top: -8px;
        left: 2px;
    }
    _::-webkit-full-page-media, _:future, :root .ruby002[data-ruby]::before {
	    top: -8px;
        left: 2px;
    }
    
    [data-ruby]::before {
	    top: -8px;
    }
	.ruby001[data-ruby]::before {
	    left: 2px;
	    width: 3em;
	}
	.ruby002[data-ruby]::before {
		left: 2px;
	    width: 6em;
	}
	.ruby003[data-ruby]::before {
	    left: 2px;
	    width: 4em;
	}
	.ruby004[data-ruby]::before {
	    left: 2px;
	    width: 9em;
	    top: -9px;
	}

@-moz-document url-prefix() {
  
  .ruby001[data-ruby]::before,
  .ruby002[data-ruby]::before,
  .ruby003[data-ruby]::before,
  .ruby004[data-ruby]::before {
      top: -6px;
  }  
}
 */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {

        _::-webkit-full-page-media,
        _:future,
        :root #intro ruby.ruby001,
        _::-webkit-full-page-media,
        _:future,
        :root #intro ruby.ruby002 {
            line-height: 1em;
            vertical-align: 1em;
        }

        _::-webkit-full-page-media,
        _:future,
        :root #intro ruby.ruby003 {
            line-height: 1em;
            vertical-align: 1em;
        }

        _::-webkit-full-page-media,
        _:future,
        :root #intro ruby.ruby004 {
            vertical-align: 1em;
        }
    }
    .section .conversation.conversation ul {
        display: block;
    }
    .section .conversation.conversation ul li {
        display: block;
        width: 100%;
        margin-bottom: 1.5em;
    }

    .section .conversation.conversation ul li figure {
        width: 100%;
    }

    .section .conversation.conversation ul li a {
        width: 100%;
        font-size: 16px;
    }

    #sec01 .content-inner, #sec02 .content-inner, #sec03 .content-inner, #sec04 .content-inner, #sec05 .content-inner, #sec06 .content-inner {
        overflow: inherit;
    }
    
    .hmds1080 {
        margin: 0 auto;
        width: 100%;
    }
}

/*==============新ヘッダー==============*/
.content-fluid a,
.content-fluid a:link,
.content-fluid a:visited{
    color: #0075c2;
}
.content-fluid .colorBtn a{
    color: #fff;
}
.content-fluid .colorBtn a:hover{
    color: #5483d9;
}
.head-title {
    border-color: #0075c2;
}
.head-title .head-title__number{
    color: #0075c2;
    border-color: #0075c2;
}
#tableOfContents li:before{
    color: #0075c2;
}
#tagList span.ttl{
    background-color: #0075c2;
}
#tagList a{
    background-image: url(/navi/26/images/tag-icn.png);
}
.head-title .head-title__number__icn {
    background: url(/navi/26/images/home-icn.svg) top center no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
     .head-title .head-title__column-title:before{
        background: #0075c2;
    }
}