@charset "utf-8";

main {
    width: 762px;
}

main h1 {
    width: 620px;
    float: right;
    border-top: 10px solid #707070;
    margin: 0 39px 100px 0;
    padding-top: 10px;
    text-align: center;
    font-size: 6.0rem;
    line-height: 1em;
    font-family: "FOT-筑紫アンティークL明朝 Std L{pm}";
}

section {
    clear: both;
    margin: 0 0 80px 0;
    position: relative;
}

section:after {
    content: "";
    display: block;
    width: 12px;
    height: 135px;
    position: absolute;
    right: -39px;
    top: 0;
    background: url("../../common/images/bg_kireiya.svg") no-repeat right top;
}

section p.lead {
    color: #707070;
    font-size: 2.4rem;
    line-height: 1.25em;
    font-family: "FOT-筑紫A丸ゴシック Std D{pm}";
    margin-bottom: 30px;
}

section .imgBlock {
    width: 240px;
    line-height: 0;
    margin: 112px 0 30px 0;
    float:  right;
}

section .imgBlock:after {
    content: "";
    display: block;
    clear: both;
}

section .imgBlock img {
    width: 240px;
    margin-bottom: 20px;
}

section .section1 {
	width: 504px;
    margin: 80px 0 6px 0;
	float: left;
}

section .section1 h2 {
	margin-left: 38px;
	font-size: 2.8rem;
    font-family: "FOT-筑紫A丸ゴシック Std D";
	line-height: 3.6rem;
	text-align: left;
	text-decoration: underline;
	letter-spacing: -1.68px;
	color: #333333;
}

section .section1 ul {
    margin: 10px 0 50px 30px;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: "FOT-筑紫アンティークS明朝 Std L";
}

section .section1 ul:after {
    content: "";
    display: block;
    clear: both;
}

section .section1 ul li {
    float: left;
    margin-top: 24px;
	list-style: circle;
}

section .section1 ul li a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #999999;
    color: #ffffff;
}

section .section2 {
	width: 723px;
	padding-bottom: 12px;
	background: #52EBFF 0% 0% no-repeat padding-box;
	border-radius: 10px;
	margin-top: 0;
}

section .section2 h2 {
	margin: 12px 0 20px 3px;
	font-size: 2.4rem;
    font-family: "FOT-筑紫A丸ゴシック Std D";
	line-height: 3rem;
	text-align: left;
	letter-spacing: NaNpx;
	color: #333333;
}

section .section2 h3 {
	width: 528px;
	margin: 48px 0 0 3px;
	font-size: 2.2rem;
    font-family: "秀英角ゴシック銀 B";
	line-height: 3rem;
	text-align: left;
	color: #333333;
	border-bottom: 1px #333 solid;	
}

section .section2 h4 {
	margin: 3px 0 30px 3px;
	font-size: 1.8rem;
    font-family: "秀英角ゴシック銀 B";
	line-height: 3rem;
	text-align: left;
	color: #333333;
}

section .section2 p {
	margin: 0 3px 30px 3px;
	font-size: 1.8rem;
    font-family: "FOT-ユトリロ Pro DB";
	line-height: 3rem;
	text-align: left;
	color: #333333;
}

/* Responsive Styles
============================================================= */

@media screen and (max-width: 750px) {

    main {
        width: 100%;
    }

    main h1 {
        width: auto;
        float: right;
        border-top: 0;
        margin: 6.27vw 3.07vw 8.27vw 0;
        padding-top: 0;
        font-size: 4.0rem;
    }

    main h1:before {
        content: "";
        display: block;
        width: 54.4vw;
        height: 2.67vw;
        background-color: #707070;
        float: right;
    }

    main h1 span {
        display: block;
        clear: both;
        padding-top: 2vw;
    }

    section {
        margin: 0 0 30vw;
    }

    section:after {
        width: 3.2vw;
        height: 36vw;
        right: 0;
    }

    section p.lead {
        margin: 0 0 9.6vw 4.27vw;
    }

    section .imgBlock {
        width: 100%;
        margin-bottom: 9.6vw;
    }

    section .imgBlock img {
        width: 48%;
        float: left;
        margin: 0 1% 2.67vw 1%;
    }

    section .section1 {
        margin-bottom: 0;
    }
	
	section .section1 h2 {
		width: 90%;
		margin-left: 1vw;
	}


    section .section1 ul {
        margin-left: 0;
    }

    section .section1 ul li {
        float: none;
        margin: 0 0 3.2vw 8vw;
    }

    section .section1 {
        width: 98%;
        margin-left: 2%;
    }
	
	section .section2 {
	width: 98%;
	margin-right:1%;
	margin-left:1%;
	padding-bottom: 12px;
	background: #52EBFF 0% 0% no-repeat padding-box;
	border-radius: 10px;
	margin-top: 0;
	}

}