@charset "utf-8";

/* 全てのサイズ共通 */

.pc {
	padding: 0;
}

.mainImage {
    margin-bottom: 3%;
    min-height: 150px;
    max-height: 360px;
    overflow: hidden;
}

.mainImage img {
    width: 100%;
}

.contWrap h2 {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.4rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.contWrap h3 {
    display: inline-block;
    padding: 0 0 2% 0;
    margin: 10% 0 3% 0;
    border-bottom: 1px solid #333333;
    font-size: 1.8rem;
    font-weight: bold;
}

.contWrap p {
    font-size: 1.5rem;
    color: #333333;
}

.box1 {
    display: block;
    overflow: hidden;
}

.box1 li {
    height: auto;
    display: block;
	margin-bottom: 10%;
}

.box1 li .box1Inner {
    display: inline-block;
    width: 100%;
    /*height: 296px;*/
    margin: 0 auto 3%;
}

.box1 li .box1Inner img {
	display: block;
	width: 100%;
}

.box1 li p {
    width: 100%;
    display: block;
    clear: both;
    font-size: 1.8rem;
    text-align: center;
}


.box2 li {
	height: 365px;
    overflow: hidden;
    margin-bottom: 5%;
    font-size: 16px;
    text-align: center;
}

.box2 li div {
    margin-bottom: 3%;
}

.box2 li div img {
    width: 100%;
}

.box2 li p {
    text-align: center;
}


@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/

.pc {
    overflow: hidden;
    margin: 0 0 80px 0;
    padding: 0;
}

.pc .mainImage {
    height: 650px;
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
}

.pc .mainImage img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contWrap h2 {
    font-size: 4.8rem;
    margin-top: 50px;
}

.contWrap h3 {
    padding: 0 0 25px 0;
    margin: 80px 0 30px 0;
    font-size: 2.4rem;
}

.contWrap p {
    font-size: 1.6rem;
}


.box1 {
    display: block;
    overflow: hidden;
    text-align: center;
}

.box1 li {
	width: 350px;
	margin-bottom: 50px;
}

.box1 li .box1Inner {
    width: 296px;
    margin-bottom: 10px;
}

.box1 li p {
    font-size: 1.8rem;
}

.box2 li div {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.box2 li p {
    text-align: center;
}

.box2 li div img {
    width: 100%;
}


}
/* end-md */

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/

.pc {
    overflow: hidden;
    margin: 0 0 80px 0;
    padding: 0;
}

.pc .mainImage {
    height: 650px;
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
}

.pc .mainImage img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contWrap h2 {
    font-size: 4.8rem;
    margin-top: 50px;
}

.contWrap h3 {
    padding: 0 0 25px 0;
    margin: 80px 0 30px 0;
    font-size: 2.4rem;
}

.contWrap p {
    font-size: 1.6rem;
    text-align: left;
}


.box1 {
    display: block;
    overflow: hidden;
    text-align: center;
}

.box1 li {
	width: 320px;
	min-height: 335px;
	margin-bottom: 50px;
}

.box1 li .box1Inner {
    width: 296px;
    margin-bottom: 10px;
}

.box1 li p {
    font-size: 1.8rem;
}

.box2 li div {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.box2 li div img {
    width: 100%;
}

.box2 li div {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

}
/* end-lg */