@charset "utf-8";
/* ===================================================================
CSS information

file name  :  result.css
style info :  スタイル指定
=================================================================== */

/*----------#main----------*/

body {
    background: #fff;
}

#main {
    padding-top:230px;
}
#main img.fixImg {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:-1;
}
#main .txt {
    margin: 60px 0 45px;
    font-size: 15px;
    color: #262626;
    line-height: 2.5;
}
#main div {
    max-width:980px;
    margin:0 auto;
}
#main div .left {
    width:60.204081632%;
    margin-right:1.020408163%;
    display:inline-block;
}
#main div .right {
    width:38.775510204%;
    display:inline-block;
    vertical-align: top;
}
#main div .right figure:first-child {
    margin-bottom:2.127659574%;
}

/*----------#terrace----------*/

#terrace h3 {
    margin-bottom:30px;
}
#terrace h3 span {
    display:inline-block;
    margin:0 auto;
    padding-bottom:8px;
    color:#232323;
    font-size:1.15em;
    border-bottom:#46a0e2 2px solid;
}
#terrace > p {
    display:inline-block;
    vertical-align:top;
    color: #262626;
    text-align:left;
    font-size: 0.75em;
    line-height:2;
    border-left: #fff 1px solid;
    padding: 0 52px;
}
#terrace > p.border {
    border-right: #fff 1px solid;
}
#terrace > p.caption {
    display:block;
    max-width:980px;
    margin:0 auto;
    text-align:right;
    border:none;
}


@media screen and (max-width: 874px) {
    #terrace > p,
    #terrace > p.border {
        border:none;
    }
    #terrace > p.border {
        margin-left:-8px;
    }
}
@media screen and (max-width: 700px) {
    #main .txt {
        margin: 60px 20px 45px;
        text-align:left;
    }
    #main br {
        display:none;
    }
}
@media screen and (max-width: 640px) {
    #main {
        padding-top:150px;
    }
}
@media screen and (max-width: 450px) {
    #terrace > p {
        font-size: 0.6em;
        padding: 0 20px;
    }
}

figure {
    position: relative;
}
figcaption {
    font-size: 0.7em;
    background: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 4px 4px 2px;
    letter-spacing: -1px;
}

/*---point---*/

.point {
    background:url(../../../img/elements/point_bg.jpg) 0 0 repeat;
    position:relative;
    border-radius:3px;
    -webkit-box-shadow: 0 1px 10px #777;
    -moz-box-shadow: 0 1px 10px #777;
    box-shadow: 0 1px 10px #777;
    color:#333;
    padding:40px 25px;
    z-index:1;
}
.point p {
    text-align:left;
    font-size: 0.9em;
    letter-spacing: 0.08em;
    line-height: 2;
}
.point strong {
    display: block;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align:center;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}
.point::before {
    content:'';
    display:block;
    width:27px;
    height:27px;
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position:absolute;
    top:10px;
    left:10px;
    z-index:10;
}
.point::after {
    content:'';
    display:block;
    width:27px;
    height:27px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position:absolute;
    top:10px;
    right:10px;
    z-index:10;
}
.point p::before {
    content:'';
    display:block;
    width:27px;
    height:27px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:10;
}
.point p::after {
    content:'';
    display:block;
    width:27px;
    height:27px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:10;
}
.point .caption { text-align:left;font-size: 0.8em;}



.sec1 {
    width: 100%;
    padding-top: 60px;
    overflow: inherit;
}
.sec1 .fig01 {
	margin:  0 -100px;
}
@media screen and (max-width: 1200px) {
	.sec1 .fig01 {
		margin:  0;
	}
}

.sec1 .inner {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    overflow: inherit;
}
.sec1 .txt {
    margin: 60px 0 45px;
    font-size: 15px;
    color: #262626;
    line-height: 2.5;
}

.sec2 {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    padding-top: 60px;
    overflow: inherit;
}
.sec2 .box {
    margin: 0 0 45px 0;
    position: relative;
}
.sec2 .box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.sec2 .box figure {
    width: 75%;
    position: absolute;
    left: -50px;
    top: 0;
}
.sec2 .box figcaption {
    right: auto;
    left: 0;
}
.sec2 .box .point {
    float: right;
    margin-top: 30px;
	margin-right:  -100px;
    width: 43%;
}
.sec2 .box .point .illust {
    margin-top: 10px;
}
@media screen and (max-width: 1200px) {
	.sec2 .box figure {
			width: 68%;
			left: -50px;
	}
	.sec2 .box .point {
		margin-right:  -0px;
	}
}
@media screen and (max-width: 980px) {
	.sec2 .box figure {
			width: 68%;
			left: 0px;
	}
}



.sec3 {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0;
}
.sec3 .txt {
    margin: 45px 0 45px;
    font-size: 15px;
    color: #262626;
    line-height: 2.5;
}
.sec3 ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.sec3 ul li {
    width:32%;
    margin-left:2%;
    float: left;
}
.sec3 ul li:first-child {
    margin-left:0;
}
.sec3 ul li strong {
    display: block;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
}
.sec3 ul li strong.single {
    line-height: 3;
}


@media screen and (max-width: 980px) {
    .sec1,.sec2,.sec3 ul {
        padding-left: 20px;
        padding-right: 20px;
    }
    .box figure {
        position: relative!important;
        width: 100%!important;
    }
    .point {
        float: none!important;
        margin-top: 30px!important;
        width: 100%!important;
    }
    .sec2 .box figcaption {
        right: 0!important;
        left: auto!important;
    }
    .sec3 ul li strong {
        font-size: 1em;
    }
    .sec1 .spFull {
        margin: 0 -20px;
    }
}
@media screen and (max-width: 800px) {
    .sec3 ul li {
        width:100%!important;
        margin-left:0%!important;
        float: none!important;
        margin-bottom: 20px;
    }
    .sec3 ul li strong {
        margin-bottom: 10px;
    }
    .sec3 ul li strong.single {
        line-height: 1.5!important;
    }
}


p.note {
  margin: 0 auto 30px;
	padding:  0 10px;
  max-width: 960px;
	text-align: left;
	color: #333;
	font-size: 0.75em;
}




/* フォントカラー白
.sec1 .txt,
.sec3 .txt,
.sec3 ul li strong {
	color: #fff;
}
 */



