@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */
.boxFrame h3{
    font-size: 16px;
    color: #036EB7;
    font-weight: bold;
}
.itemList .item{
    display: inline-block;
    margin: 0 0;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}
.itemList .titleBox{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    background: #00A199;
    border-radius: 7px;
    position: relative;
    padding: 1.25em 0 1.25em 1.25em;
}
.itemList .title{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #fff;
}
.itemList .imageBox{
    display: none;
}
.itemList2 .item{
    margin: 20px 0;
}
.itemList2 .item > div{
    display: inline-block;
    vertical-align: middle;
}
.itemList2 .imageBox{
    width: 160px;
}
.itemList2 .textBox{
    width: 100% ;
}
.itemList3 .item{
    margin: 20px 0;
}
.itemList3 .item > div{
    display: inline-block;
    vertical-align: middle;
}
.itemList3 .imageBox{
    width: 120px;
}
.itemList3 .textBox{
    width: 100% ;
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 38px;
    font-weight:bold;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 300%;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.boxFrame h3{
    font-size: 27px;
}
.itemList .item{
    margin: 0 1%;
    width: calc(96% / 2);
}
.itemList .titleBox{
    font-size: 24px;
}
.itemList .title{
    font-size: 24px;
}
.itemList .imageBox{
    display: block;
    position: absolute;
    bottom: 0;
    right: 3%;
}
.itemList2 .imageBox{
    width: 160px;
}
.itemList2 .textBox{
    width: calc(100% - 160px) ;
}
.itemList3 .imageBox{
    width: 120px;
}
.itemList3 .textBox{
    width: calc(100% - 120px) ;
}
}

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

@media only print {
}