@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/*full*/
.subtitle h3{    border-left: solid 16px#45b3dc;color: #206690;}
.subtitle .more a {
    color: #fff;
    background: #45b3dc;
    padding: 10px;
}
.rectangle {
    width: 1160px;
    margin: 20px auto 40px;
    border:3px solid #45b3dc;
    background: #fff;
}

.keywordA{margin:40px auto;}
.keywordA li {
    background: #2b71a3;
    box-shadow: 4px 4px 0px #45b3dc;
    border-color: snow;
}
.keywordA li:hover a{color: #2b71a3;}
.keywordA a {color: #ffeb3b;}
.keywordA a:hover {color: #2b71a3;}

.round_5p img{border: 0;border-radius:0;}
.hightlight_5p .font h4{background: #43afd9;}
.titleC {
    margin: 0 auto;
    padding: 40px 0 10px;
}
.round_5p, .hightlight_5p {
    margin: 20px auto 0px;
    padding-bottom: 10px;
}

.hightlight_5p img{object-fit: contain;}
.brand .font{padding:15px 20px;}
.brand .font h4{
    color: #fff;
    text-shadow: 1px 1px #1a4661;
}

.banner{
	margin: 0px auto;
    padding: 0;
}
/*bg*/
.section2{background:url("../images/bg1.png") top center no-repeat;padding-bottom: 20px;padding-top: 15px;}
/*.section3, .section4{background:url("../images/bgb.png") top center repeat;}*/
.section34{background:url("../images/bg2.png") top center no-repeat;    padding-bottom: 60px;}
.section5{background:url("../images/bg3.png") top center no-repeat;}
/*section1*/
.quotes li:nth-child(odd){background:url("../images/bgb.png") top center repeat;border: 6px double #2b749b;}
.quotes li:nth-child(even){background:url("../images/bgb.png") top center repeat;border: 6px double #2b749b;}
.quotes li {  margin: 5px;}
.quotes .font h4, .quotes .font .price{ color: #faf711;    text-shadow: 1px 1px #2b749b;}
.quotes .font p{color:#fff;}
.quotes .font h4:after {
    content: '';
    height: 32px;
    background: url(../images/quote-left.svg) center center no-repeat;
    background-size: 100%;
    display: block;
    margin: 1rem 0;
}
.quotes .font:after {
    content: '';
    height: 32px;
    background: url(../images/quote-right.svg) center center no-repeat;
    background-size: 100%;
    display: block;
    margin: 1rem 0;
}

/*section3*/
.section3{color: #f7f220;}
/*section4,5*/
.section4, .section5{color: #206690;}

/* m */
@media screen and ( max-width: 640px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }

    /**/
    .rectangle { width: 100%;}
    .subtitle {margin-bottom:60px;}
    .subtitle .more a {
        position: absolute;
        width: 100px;
        top: 50px;
        right: 20px;
        text-align: center;
    }
    .keywordA {    margin: 50px auto 40px auto;}
    .section34{padding-bottom: 0;}
    .round_5p .font p {color: #fff;}

    /*bg*/
    .section2 {background: url(../images/bg0.png) top center repeat;}
    .section3 {background: url(../images/bgdb.png) top center repeat;padding-bottom: 30px;}
    .section4 {background: url(../images/bgb.png) top center repeat;}

    /*title*/
    .section3 .titleC p:before {
        content: "";
        position: absolute;
        border: 1px solid yellow;
        width: 50px;
        left: -65px;
        bottom: 10px;
    }
    .section3 .titleC p:after {
        content: "";
        position: absolute;
        border: 1px solid yellow;
        width: 50px;
        right: -65px;
        bottom: 10px;
    }

    .section4 .titleC h2 {
        padding: 7px 0;
        background: #ffeb3b;
        width: 100%;
    }
}




/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}