@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*test_css*/

.j12b {color: #666666 ; font-weight: bold; font-size:100%;}
.j9, .j10, .j10b, .j12, .j12b, .j12c, .j14, .j14b {
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif
}

a:link, a:visited, a:hover, a:active {
    color: #494949;
    text-decoration: none;
    opacity: 1;
}

/*SP時ヘッダー位置*/
.wrapper_ {
    margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form{
    display:none;
}

/*リンクマウスオン変化*/
a:hover img{
    opacity: 0.5 ;
}


/* モバイルレイアウト : 0~375 px およびそれ以下. */
@media only screen and (min-width: 0px) and (max-width:375px) {

h3{
    font-size: 165%;
    font-weight: 700;
    line-height: 1.5em;
    font-family: serif;
    color: #4798a6;
    margin: 0% 3%;
}

h4{
    font-size: 150%;
    font-family: serif;
    color: #4798a6;
    margin: 3% 2%;
}

h4 span{
    font-size: 23px;
}

.item{
    margin: 50px 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.item .imageBox img{
}

.item .textBox{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20%;
}

.item .textBox p{
    margin: 0;
    line-height: 1.5em;
    font-size: 100%;
}

.item_2{
    margin: 10px 0 5% 0;
    clear: both;
}

.item_2 .imageBox_2{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.item_2 .imageBox_2 img{
    /*width: 100%;*/
}

.item_2 .textBox_2{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20%;
}

.text_01{
    font-size: 100%;
    margin: 3% 1%;
    line-height: 1.5em;
}
}

/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 376px) and (max-width:768px) {

h3{
    font-size: 250%;
    font-weight: 700;
    line-height: 1.5em;
    font-family: serif;
    color: #4798a6;
}

h4{
    font-size: 200%;
    font-family: serif;
    color: #4798a6;
    margin: 19px 0px 10px 0;
}

.item .imageBox{
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    width: 100%;
    text-align: center;
}

.item .imageBox{
    /*width: 33%;*/
}

.item .textBox{
    width:63%;
    margin-left: 2%;
}

.item .textBox p{
    margin: 0;
    line-height: 2.0em;
    font-size: 122%;
}

.item_2{
    margin: 10px 0 5% 0;
    clear: both;
}

.item_2 .imageBox_2{
    display: inline-block;
    vertical-align: middle;
    /*width: 41%;*/
    text-align: center;
}

.item_2 .imageBox_2 img{
    /*width: 100%;*/
}

.item_2 .textBox_2{
    display: inline-block;
    vertical-align: middle;
    /* width: 58%; */
    margin: 3% 30%;}

.text_01{
    font-size: 125%;
    margin: 3% 3%;
    line-height: 1.5em;
}
}


/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

h3{
    font-size: 300%;
    font-weight: 700;
    line-height: 1.5em;
    font-family: serif;
    color: #4798a6;
}

h4{
    font-size: 200%;
    font-family: serif;
    color: #4798a6;
    margin: 19px 0px 10px 0;
}

.item{
    margin: 10px 0 5% 0;
    clear: both;
}

.item .imageBox{
    display: inline-block;
    vertical-align: middle;
    width: 41%;
    text-align: center;
}

.item .imageBox img{
    /*width: 100%;*/
}

.item .textBox{
    display: inline-block;
    vertical-align: middle;
    width:58%;
    margin-left: 0;
}

.item .textBox p{
    margin: 0 0 0 8%;
    line-height: 1.5em;
    font-size: 120%;
}

.item_2{
    margin: 10px 0 5% 0;
    clear: both;
}

.item_2 .imageBox_2{
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    text-align: center;
}

.item_2 .imageBox_2 img{
    /*width: 100%;*/
}

.item_2 .textBox_2{
    display: inline-block;
    vertical-align: middle;
    width:34%;
    margin-left: 0;
}

.text_01{
    font-size: 125%;
    margin: 3% 1%;
    line-height: 1.5em;
}
}