@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFF;
}
.top_title{
	background-image:url(../images/main_img21.png);
	background-color:#fffddf;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 20px;
}
.top_title img{
	margin:auto;
}
.top_image{
	background-image:url(../images/main_bg1.png);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	padding:365px 0 12px 0;
	margin:auto;
}
.top_image img{
	margin:auto;
}
#main , #ope-main{
	background-color:#FFF;
	width:800px;
	margin:auto;
}
#main #form_area{
	border:8px solid #ce0500;
	padding:0px 10px 10px 10px;
	background-image:url(../images/form_bg.png);
	position:relative;
	box-shadow:0 1px 8px #999;
}
#main #form_area img{
	margin:auto;
}
#main .rakuten_banner{
	padding:50px 0 60px 0;
	width:814px;
	margin:auto;
}
#main .rakuten_banner p{
	font-size:12px;
	text-align:right;
}
#main .satei_flow{
	
	
}
#main table{
	font-size:14px;
	margin-top:10px;
}
#main table tr th{
	vertical-align:top;
	font-weight:normal;
	width:38%;
	background-image:url(../images/index/1.png);
	background-position:left 25px;
	background-size:auto 19px;
	background-repeat:no-repeat;
	padding:23px 0 0 40px;
	font-size:14px;
	
}
#main table tr th.checked{
	background-image:url(../images/index/2.png);
}
	
#main table tr th.additional{
	background-image:url(../images/form_icon3.png);
	background-position:left 23px;
	background-repeat:no-repeat;
}
#main table tr td{
	padding:15px 0 0 0;
}
#main table#form1{
	float:left;
	width:49%;
}
#main table#form1 input,
#main table#form1 select
{
	width:100%;
	box-sizing:border-box;
	border:1px solid #BD0000;
	border-radius:5px;
	padding:12px 10px;
	font-size:12px;
	background-color:#FFF;
}
#main table#form2 input,
#main table#form2 select
{
	box-sizing:border-box;
	border:1px solid #BD0000;
	border-radius:5px;
	padding:12px 10px;
	font-size:12px;
}
#main table#form2{
	float:right;
	width:49%;
}
#main table tr td.title{
	background-color:#333;
	color:#FFF;
	font-size:20px;
	padding:0 0 0 20px;
}
#main table#form2 textarea{
	box-sizing:border-box;
	border:1px solid #BBB;
	border-radius:5px;
	padding:8px;
	width:100%;
	height:6em;
}
.title_banner{
	background-image:url(../images/main_bg2.png);
	background-repeat:repeat-x;
	height:91px;
	box-sizing:border-box;
	padding-top:20px;
}
.title_banner2{
	background-image:url(../images/main_bg3.png);
	background-repeat:repeat-x;
	height:260px;
	box-sizing:border-box;
	padding-top:25px;
}
a.app_btn{
	animation: wave 3s ease infinite;
}


@keyframes wave {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-8px) }
  25% { transform:translateX(8px) }
  30% { transform:translateX(-5px) }
  35% { transform:translateX(5px) }
  40% { transform:translateX(-2px) }
  45% { transform:translateX(2px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}
@keyframes blur {
  0% { opacity:0.5 }
  15% { opacity:1 }
  45% { opacity:1 }
  60% { opacity:0.5 }
  85% { opacity:0 }
  100% { opacity:0.5 }
}

.swiper-container{
	width: 968px;
	height: 300px;
}

.swiper-slide img{
	box-shadow: 0px 15px 18px -10px rgba(0,0,0, 0.3);
}

.quest {
    width: 100%;
    display: block;
    margin: 0 auto;
	padding: 20px 0;
	background-color: #F7F7F7;
}

dl {
	border-radius: 5px;
    margin: 0 auto 10px;
	width: 948px;
}


.cp-faq-list__q01,.cp-faq-list__q02,.cp-faq-list__q03,.cp-faq-list__q04,.cp-faq-list__q05,.cp-faq-list__q06,.cp-faq-list__q07,.cp-faq-list__q08,.cp-faq-list__q09,.cp-faq-list__q10,.cp-faq-list__q11 {
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #fff;
    padding: 20px 30px 20px 15px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.cp-faq-list__q01::after,.cp-faq-list__q02::after,.cp-faq-list__q03::after,.cp-faq-list__q04::after,.cp-faq-list__q05::after,.cp-faq-list__q06::after,.cp-faq-list__q07::after,.cp-faq-list__q08::after,.cp-faq-list__q09::after,.cp-faq-list__q10::after,.cp-faq-list__q11::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #828282;
    border-bottom: 1px solid #828282;
    transform: rotate(-45deg);
    position: absolute;
    top: 23px;
    right: 15px;
}
.cp-faq-list__q01.active::after,.cp-faq-list__q02.active::after,.cp-faq-list__q03.active::after,.cp-faq-list__q04.active::after,.cp-faq-list__q05.active::after,.cp-faq-list__q06.active::after,.cp-faq-list__q07.active::after,.cp-faq-list__q08.active::after,.cp-faq-list__q09.active::after,.cp-faq-list__q10.active::after,.cp-faq-list__q11.active::after {
    transform: rotate(135deg);
    top: 28px;
}
.cp-faq-list__a01,.cp-faq-list__a02,.cp-faq-list__a03,.cp-faq-list__a04,.cp-faq-list__a05,.cp-faq-list__a06,.cp-faq-list__a07,.cp-faq-list__a08,.cp-faq-list__a09,.cp-faq-list__a10,.cp-faq-list__a11 {
    height: auto;
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.cp-faq-list__a01.open,.cp-faq-list__a02.open,.cp-faq-list__a03.open,.cp-faq-list__a04.open,.cp-faq-list__a05.open,.cp-faq-list__a06.open,.cp-faq-list__a07.open,.cp-faq-list__a08.open,.cp-faq-list__a09.open,.cp-faq-list__a10.open,.cp-faq-list__a11.open {
    max-height: 3000px;
    transition: max-height 0.1s;
}
.cp-faq-list__contents {
    background-color: #f7f7f7;
    padding: 20px 15px;
}
.cp-faq-list__a01 .cp-faq-list__contents,.cp-faq-list__a02 .cp-faq-list__contents,.cp-faq-list__a03 .cp-faq-list__contents,.cp-faq-list__a04 .cp-faq-list__contents,.cp-faq-list__a05 .cp-faq-list__contents,.cp-faq-list__a06 .cp-faq-list__contents,.cp-faq-list__a07 .cp-faq-list__contents,.cp-faq-list__a08 .cp-faq-list__contents,.cp-faq-list__a09 .cp-faq-list__contents,.cp-faq-list__a10 .cp-faq-list__contents,.cp-faq-list__a11 .cp-faq-list__contents {
    margin: 0 15px 20px 15px;
}
.cp-title__h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.cp-title__h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}


#ope-main .midashi{
	font-size: 18px;
	font-weight: bold;
}
#ope-main table{
	width: 100%;
}
#ope-main table th{
	width: 20%;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	border: solid 1px #ccc;
	background: #f5f5f5;
}
#ope-main table td{
	width: 78%;
	padding: 5px 10px;
	font-size: 16px;
	text-align: left;
	border: solid 1px #ccc;
	background: #fff;
}