@charset "utf-8";

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* common */
/*-------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, 'MS PGothic', helvetica, osaka, sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl, table, div, form, input, select {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a:link,
a:visited,
a:active {
	color:#FF3366;
	text-decoration:none;
}
a:hover {
	color:#FFACAC;
	text-decoration:none;
}
.clear {
	clear:both;
}


/* container */
/*-------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* header */
/*-------------------------------------------------------- */
#header {
	width: 100%;
	height: auto;
	background-color: #AE2D5B;
}

#header_top {
	height: auto;
	font-weight: normal;
	width: 100%;
}
#header_top_in {
	line-height: 120%;
	font-size: 18px;
	font-weight: normal;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	color: #FFF;
	padding-bottom: 20px;
}

/* mv */
/*-------------------------------------------------------- */
#mv {
	width: 100%;
	height: 450px;
	background-color: #F4F3F2;
}
#mv_in {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#smv {
	display: none;
}
#mv2 {
	width: 100%;
	height: 354px;
	margin-bottom: 30px;
}
#smv2 {
	display: none;
}

/* main */
/*-------------------------------------------------------- */
.main {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
}

/* footer */
/*-------------------------------------------------------- */
#footer {
	height: auto;
	width: 100%;
	color: #FFFFFF;
	background-color: #AE2D5B;
	text-align: center;
	font-size: 12px;
}
#footer_in {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_sp {
	display: none;
}
#footer_in_copy {
	clear: both;
	padding-top: 15px;
	font-size: 11px;
}
#footer_in a:link,
#footer_in a:visited,
#footer_in a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_in a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* bg */
/*-------------------------------------------------------- */
.bg-w {
	background-color: #FFFFFF;
	width: 100%;
}
.bg-g {
	background-color: #F4F3F2;
	width: 100%;
}
.bg-p {
	background-color: #FFF4F7;
	width: 100%;
}

/* tit */
/*-------------------------------------------------------- */
.tit01 {
	width: 100%;
	background-image: url(images/tit_bg.gif);
	background-repeat: repeat-x;
	height: auto;
}
.tit_in {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	vertical-align: middle;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 140%;
}
.tit_bw {
	width: 100%;
	background-image: url(images/tit_btm.gif);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center;
	display: block;
}
.tit_bg {
	width: 100%;
	background-image: url(images/tit_btm_g.gif);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center;
	background-color: #F4F3F2;
	display: block;
}
.tit_bp {
	width: 100%;
	background-image: url(images/tit_btm_p.gif);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center;
	background-color: #FFF4F7;
	display: block;
}
.mtit {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AE2D5B;
	border-bottom-color: #AE2D5B;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.stit01 {
	font-size: 25px;
	font-weight: bold;
	width: 1050px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFB4AB;
	text-align: center;
	color: #AE2D5B;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	line-height: 140%;
	padding-bottom: 18px;
}
.reason {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #D2678B;
	margin-bottom: 20px;
	clear: both;
}
.reason_in {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
.reason_no {
	background-color: #D2678B;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 15px;
}
.reason_tt {
	font-size: 20px;
	font-weight: bold;
	padding-top: 7px;
}
.point {
	margin-bottom: 20px;
}
.point_no {
	background-color: #AC2C59;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.point_l {
	width: 1050px;
	clear: both;
}
.box01 {
	background-color: #FFFFFF;
	border: 6px solid #BFB4AB;
	margin-bottom: 50px;
	width: 1038px;
}
.box01_in {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.ck_b {
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	background-image: url(images/ck.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: auto;
	width: 1050px;
	text-align: left;
	margin-bottom: 15px;
}
.ck_b_in {
	border-radius: 10px 10px 10px 10px;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
	color: #AE2D5B;
}
.prf {
	background-color: #FFFFFF;
	border: 6px solid #BFB4AB;
	width: 1038px;
}
.prf_in {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.prf_l {
	float: left;
	padding-right: 30px;
	height: auto;
	width: 300px;
	padding-bottom: 30px;
}
.box-s {
	color: #FFF;
	background-color: #F5AFBC;
	border-radius: 10px 10px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BFB4AB;
	border-right-color: #BFB4AB;
	border-left-color: #BFB4AB;
	font-weight: bold;
}
.box-s_in {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-size: 20px;
}
.box-b {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BFB4AB;
	border-bottom-color: #BFB4AB;
	border-left-color: #BFB4AB;
	background-color: #FFF;
	border-radius: 0px 0px 10px 10px;
}
.box-b_in {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.qa {
	clear: both;
	width: 1050px;
	margin-bottom: 30px;
}
.qa_q {
	background-color: #F4F3F2;
	border-radius: 7px 7px 7px 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
}
.qa_a {
	padding-bottom: 30px;
	padding-left: 15px;
}
.b_info {
	background-color: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 25px;
	clear: both;
	color: #AE2D5B;
	font-weight: bold;
	border: 1px solid #AE2D5B;
}

/* ボタン */
/*-------------------------------------------------------- */
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}
.yureru-j a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.l-p-box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: left;
}
.legal {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 180%;
	width: 100%;
}
.legal th {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F0F0F0;
	padding: 10px;
	font-weight: normal;
}
.legal td {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
}
.p-tit {
	font-size: 18px;
	color: #AE2D5B;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin-bottom: 10px;
	font-weight: normal;
}
.p-tx {
	font-size: 14px;
	line-height: 140%;
}

/* parts */
/*-------------------------------------------------------- */
.bmgn3 {margin-bottom: 3px;}
.bmgn5 {margin-bottom: 5px;}
.bmgn7 {margin-bottom: 7px;}
.bmgn10 {margin-bottom: 10px;}
.bmgn12 {margin-bottom: 12px;}
.bmgn13 {margin-bottom: 13px;}
.bmgn15 {margin-bottom: 15px;}
.bmgn18 {margin-bottom: 18px;}
.bmgn20 {margin-bottom: 20px;}
.bmgn25 {margin-bottom: 25px;}
.bmgn28 {margin-bottom: 28px;}
.bmgn30 {margin-bottom: 30px;}
.bmgn40 {margin-bottom: 40px;}
.bmgn45 {margin-bottom: 45px;}
.bmgn50 {margin-bottom: 50px;}
.bmgn70 {margin-bottom: 70px;}
.bmgn80 {margin-bottom: 80px;}

.tmgn20 {margin-top: 20px;}
.tmgn30 {margin-top: 30px;}
.tmgn40 {margin-top: 40px;}
.tmgn50 {margin-top: 50px;}

.lmgn10 {margin-left: 10px;}
.lmgn20 {margin-left: 20px;}
.lmgn40 {margin-left: 40px;}

.rmgn15 {margin-right: 15px;}
.rmgn30 {margin-right: 30px;}

.lpdg5 {padding-left: 5px;}
.lpdg10 {padding-left: 10px;}
.lpdg15 {padding-left: 15px;}
.lpdg50 {padding-left: 50px;}

.rpdg5 {padding-right: 5px;}
.rpdg10 {padding-right: 10px;}
.rpdg15 {padding-right: 15px;}

.fs11 {
	font-size: 11px;
	line-height: 140%;
}
.fs12 {
	font-size: 12px;
	line-height: 140%;
}
.fs14 {
	font-size: 14px;
	line-height: 160%;
}
.fs16 {
	font-size: 16px;
	line-height: 180%;
}
.fs18 {
	font-size: 18px;
	line-height: 180%;
}
.fs20 {
	font-size: 20px;
	line-height: 180%;
}
.fs22 {
	font-size: 22px;
	line-height: 180%;
}
.fs28 {
	font-size: 28px;
	line-height: 180%;
}
.tx_red {color: #FF0000;}
.tx_blue {color: #0000FF;}
.tx_pink {color: #FF3366;}
.tx_pink2 {color: #AE2D5B;}
.tx_yellow {color: #FFFF00;}
.tx_white {color: #FFFFFF;}
.tx_gray {color: #999999;}
.tx_red2 {color: #AE2D5B;}