@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
.itemList .item > div{
    display: inline-block;
    vertical-align: middle;
}
.itemList .imageBox {
    width: 17%;
    margin: 0 5% 20px 0;
}
.itemList .textBox {
    width: 78%;
    margin: 0 0 20px 0;
}
.itemList h3{
    font-size: 18px;
    color: #036EB7;
    font-weight: bold;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    font-weight:bold;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 300%;
}

h2 span{
    display: inline-block;
    background: #F29600 ;
    border-radius: 50%;
    color: #fff;
    width: 1.5em;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0.05em;
    line-height: 140%;
}

.tabContent h3{
    font-size: 16px;
    color: #036EB7;
    font-weight: bold;
}
.tabContent dl{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
	line-height: 180%;
}
.tabContent dt{
    font-weight: bold;
}
.tabContent dd{
    margin: 0 0 30px 0;
}
.tabContent .scrollBox{
    overflow-x: scroll;
}
.tabContent .scrollBox img{
    max-width: none;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.itemList .imageBox {
    width: 17%;
    margin: 0 2% 20px 0;
}
.itemList .textBox {
    width: 81%;
    margin: 0 0 20px 0;
}
.itemList h3{
    font-size: 29px;
}
h2{
	font-size: 38px;
}
.tabContent h3{
    font-size: 27px;
}
.tabContent dl{
    font-size: 18px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.tabContent .scrollBox img{
    max-width: 100%;
}
}