<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/*---------- header ----------*/
/*#wrapper{
    padding-bottom: 80px;
}*/

#header{
	width: 900px;
	margin: 0 auto;
}
header .header-top{
	padding: 14px 0;
	justify-content: space-between;
	align-items: center;
}
header .header-top .logo-area{
	display: block;
}
header .header-top .pc-show,
header .header-top .qp-logo{
	display: none;
}
header .header-top .logo-area img,
#footer .logo-area img{
	height: 30px;
}
#footer {
	width: auto;
	padding-bottom:0;
}
#footer footer {
	width: 910px;
	margin:auto;
}
header .header-top ul li{
	display: inline-block;
	margin: 0 0 0 40px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
header .header-top ul li::before{
	content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 1px #33a2c3;
    border-right: solid 1px #33a2c3;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -14px;
}
header nav.gnav ul{
	justify-content: center;
}
header nav.gnav ul li{
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 2px solid #fff;
	padding: 0 40px;
    margin: 16px 0;
}
header nav.gnav ul li:last-child{
	border-right: none;
}
header nav.gnav ul li a{
	color: #fff;
	display:block;
	transform: skewX(-150deg);
}
#stop {
    display: none;
}

body #contents {
	padding-top: 0 !important;
}
footer .footer-btm {
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.flex {
    display: flex;
}
.copyright-area {
    text-align: center;
    color: #999;
    margin: 10px 10px 20px;
    font-size: 130%;
}

#stockpoint section &gt; *{
    margin: 0;
    padding: 0;
}

#stockpoint .sp{
    display: none!important;
}

#stockpoint .arrwLink{
    font-size: 14px;
    line-height: 1.3;
    color: #0080CA;
    display: inline-block;
}

#stockpoint br + .arrwLink{
    margin-top: 5px;
}

#stockpoint .btnBox{
    width: 570px;
    margin: 0 auto;
    text-align: center;
}

#stockpoint .btnBox em{
    font-size: 16px;
    width: 381px;
    display: block;
    margin: 0 auto 6px;
    font-weight: 600;
    color: #FF9800;
    line-height: 1;
    padding-bottom: 25px;
    background-image: url('../img/btn_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

#stockpoint .btnBox a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 84px;
    border-radius: 9px;
    background-color: #F4516D;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

#stockpoint .btnBox a:before{
    content: '';
    position: static;
    width: 26px;
    height: 26px;
    background-image: url('../img/btn_icon.png');
    background-size: cover;
    
}

#stockpoint .btnBox a:hover{
    opacity: .75;
    text-decoration: none;
}

#stockpoint .kv{
    margin-bottom: 50px;
}

#stockpoint .kvPct{
    margin-bottom: 20px;
}

#stockpoint .kvPct img{
    width: 100%;
}

#stockpoint .kvPct p{
    font-size: 14px;
    line-height: 1;
}

#stockpoint section.youtube{
    text-align: center;
    margin: 50px auto 80px;
}

#stockpoint section.youtube iframe{
    width: 560px;
    height: 315px;
}

#stockpoint .sec01{
    margin: 0 auto 80px;
}

#stockpoint .sec01 .secTop em{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #FF9800;
    width:268px;
    margin: 0 auto;
    height: 62px;
    background-image: url('../img/sec01_sub.png');
    background-size: cover;
    padding-bottom: 15px;
}

#stockpoint .sec01 .secTop h2{
    background-image: url('../img/sec01_ttl.png');
    background-size: cover;
    height: 74px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 5px auto 20px;
}

#stockpoint .sec01 .note{
    font-size: 14px;
    text-align: center;
    line-height: 1;
    margin: 0 auto 45px;
}

#stockpoint .sec01 .secBox{
    width: 690px;
    height: 267px;
    margin: 0 auto;
    border-radius: 9px;
    background-color: #F9B7C3;
    padding:35px;
    position: relative;
}

#stockpoint .sec01 .secBox .pct{
    width: 190px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

#stockpoint .sec01 .secBox .pct img{
    width: 100%;
}

#stockpoint .sec01 .secBox .txt{
    width: 405px;
    height: 100%;
    background-color: #fff;
    border-radius: 9px;
    text-align: left;
    padding: 20px;
}

#stockpoint .sec01 .secBox .txt em{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 15px;
    color: #F27C8C;
}

#stockpoint .sec01 .secBox .txt p{
    font-size: 14px;
    line-height: 1.6;
    text-align: left
}

#stockpoint .sec02{
    margin: 0 auto 85px;
}

#stockpoint .sec02 .secTop{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #F27C8C;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    border-top: 4px solid #F27C8C;
    border-bottom: 4px solid #F27C8C;
    margin: 0 auto 25px;
}

#stockpoint .sec02 .sec02List{
    width: 880px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px;
    list-style: none;
    padding-bottom: 30px;
/*    border-bottom: 4px dotted #999;*/
    
}

#stockpoint .sec02 .sec02List li{
    width: 205px;
}

#stockpoint .sec02 .sec02List li .pct{
    height: 144px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

#stockpoint .sec02 .sec02List li em{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #1C47A5;
    display: block;
    border-bottom: 1px solid #1C47A5;
    margin: 0 auto 10px;
    padding-bottom: 4px;
}

#stockpoint .sec02 .sec02List li p{
    font-size: 14px;
    line-height: 1.3; 
}

#stockpoint .sec02 .sec02Link{
    margin: 0 auto;
    margin-bottom: 25px;
    width: 880px;
}

#stockpoint .sec03 .secTop{
    font-size: 22px;
    font-weight: 600;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 4px solid #F27C8C;
    border-bottom: 4px solid #F27C8C;
    color: #F27C8C;
    margin: 0 auto 20px;
}

#stockpoint .sec03 .secTop span img{
    width: 23px;
}

#stockpoint .sec03 .note{
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 auto 30px;
}

#stockpoint .sec03 .sec03List{
    list-style: none;
    display: flex;
    justify-content: center;
}

#stockpoint .sec03 .sec03List li{
    width: 350px;
    overflow: hidden;
    border-radius: 9px;
}

#stockpoint .sec03 .sec03List li + li{
    margin-left: 20px;
}

#stockpoint .sec03 .sec03List li em{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    background-color: #5375CF;
    height: 70px;
    margin: 0;
}

#stockpoint .sec03 .sec03List li p{
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    background-color: #F2F2F2;
    padding: 20px 20px 17px;
}

#stockpoint .sec03 .noteList{
    width: 100%;
    border-top: 1px solid #999;
    padding-top: 20px;
    margin: 30px auto 30px;
}

#stockpoint .sec03 .noteList p{
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    padding-left: 18px;
    margin: 0;
}

#stockpoint .sec03 .noteList p:before{
    content: '※';
    position: absolute;
    left: 5px;
    top: 0;
}

.bnrBox{
    margin: 0 auto 30px;
    text-align: center;
}

#stockpoint section.fixed{
    width: 100vw;
    height: 80px;
    background-color: rgba(230,230,230,.9);
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
}

#stockpoint section.fixed .fixed-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 600px;
    margin: 0 auto;
}


#stockpoint section.fixed .fixed-inner p{
    font-size: 17px;
    line-height: 1.47;
    color: #f4516d;
    position: relative;
}

#stockpoint section.fixed .fixed-inner p:before{
    content: '';
    position: absolute;
    right: -25px;
    top: 15px;
    width: 14px;
    height: 20px;
    background-image: url('../img/arrw.png');
    background-size: cover;
}

#stockpoint section.fixed .fixed-inner .btns{
    display: flex;
    justify-content: center;
}

#stockpoint section.fixed .fixed-inner .btns a{
    height: 52px;
    display: block;
}

#stockpoint section.fixed .fixed-inner .btns a + a{
    margin-left: 13px;
}

#stockpoint section.fixed .fixed-inner .btns a img{
    height: 100%;
}










</pre></body></html>