@charset "UTF-8";

.narrow { letter-spacing: -0.08em;}
/* ---------------------------------------------
	articleページ
--------------------------------------------- */

.article h2{
    width: 100%;
    margin: 20px auto 15px;
    text-align: center;
    font-size:  180%;
}
.cx_smartphoneview.article h2{
    font-size: 150%;
    margin-top: 115px;
}


/* ---------------------------------------------
	イントロ
--------------------------------------------- */
#introWrap{
    margin: 20px 0;
    line-height: 1.9;
}
#introWrap h2#hdr191220{
    background: url("../photo/ph191220_00.jpg") no-repeat 0 0;
    width: 100%;
    height: 0;
    padding-top: 53.14%;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
}
.cx_smartphoneview #introWrap h2#hdr191220{
    background: url("../photo/ph191220_00_sp.jpg") no-repeat 0 0;
    padding-top: 89.68%;
    background-size: cover;
}
#introWrap #profWrap{
    background-color: rgba(214, 234, 228, 0.62);
    padding: 1em;
    margin-bottom: 10px;
}
#introWrap h3{
    font-size: 120%;
    line-height: 1.4;
    float: left;
    color: #5f7970;
}
#introWrap #profWrap > div{
    float: left;
    border-left: solid 1px #78968c;
    margin-left: 1em;
    padding-left: 1em;
}
.cx_smartphoneview #introWrap h3{ float: none;}
.cx_smartphoneview #introWrap #profWrap > div{
    float: none;
    margin-left: 0;
    padding-left: 0.5em;
}
.cx_smartphoneview #introWrap dd{ letter-spacing: -0.05em;}



/* ---------------------------------------------
	Q&A
--------------------------------------------- */
#mainWrap{ padding-bottom: 60px;}
#mainWrap > div{ margin-bottom: 30px;}
#mainWrap p.taLeft{
    text-align: justify;
    margin: 16px 0 0;
    line-height: 1.9;
    text-shadow: 2px 2px 10px #fff,2px -2px 10px #fff,-2px 2px 10px #fff,-2px -2px 10px #fff,2px 2px 10px #fff,2px -2px 10px #fff,-2px 2px 10px #fff,-2px -2px 10px #fff;
}
.cx_smartphoneview #mainWrap p.taLeft{ padding: 0 16px; box-sizing: border-box;}
#mainWrap .w50_pc{
    width: 48%;
    float: left;
}
.cx_smartphoneview #mainWrap .w50_pc{
    width: 100%;
    float: none;
}
#mainWrap .photoBase{
    width: 50%;
    height: auto;
    margin: 15px 15px 10px 0;
}
#mainWrap .photoBase p{
    background-color: #000;
    color: #fff;
    font-size: 88%;
    padding: 5px;
    line-height: 1.4;
    
}
#mainWrap .photoBase.fRight{
    margin: 15px 0 10px 15px;
}
#mainWrap .photoBase.fLeft + .fRight{ margin-left: 0;}
#mainWrap .photoBase.w100{
    width: 100%;
    margin: 15px 0 10px;
}
#mainWrap .photoBase img{
    width: 100%;
    height: auto;
}

.cx_smartphoneview #mainWrap .photoBase{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*-------------ページャー-------------*/
#pagerWrap{
    background-color: #fff;
    padding: 20px 0;
    border-top: solid 1px #ccc;
}
.cx_smartphoneview #pagerWrap{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#pagerWrap ul{
    width: 960px;
    /*width: 798px;*/
    /*width: 634px;*/
    margin: 0 auto;
    box-sizing: border-box;
}

.cx_smartphoneview #pagerWrap ul{
    padding: 0 20px;
    box-sizing: content-box;
}

#pagerWrap li{
    width: 145px;
    /*height: 145px;*/
    margin: 0 18px 0 0;
    /*background-color: #aaa;*/
    float: left;
    overflow: hidden;
}
#pagerWrap li:nth-last-of-type(1){ margin: 0;}

#pagerWrap li .photoBase{ height: 145px;}
#pagerWrap li img{
    width: auto;
    height: 100%;
}
#pagerWrap li p{ font-size: 88%; line-height: 1.4;}
#pagerWrap li a:hover p{
    text-decoration: underline;
}