@charset "utf-8";

/* CSS Document */


/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #005AB1;
}
img,picture {
	vertical-align: middle;
}

/*=======================================
　共通
=======================================*/
.midashi01{
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}
.midashi01 .icon{
	padding: 5px 30px;
	background: var(--main_color);
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	margin: 0 35px 0 0;
	letter-spacing: 0.1em;
}
.midashi01 h4{
	color: var(--main_color);
	font-size: 45px;
	font-weight: bold;
}
.midashi01 h4 span {
	color: #000;
	font-size: 20px;display: block;
}

.midashi02{
	margin: 0 0 30px 0;
}
.midashi02 h5{
	font-size: 30px;
	font-weight: bold;
}
.midashi02 h5::before{
	content:"";
	width: 15px;
	height: 15px;
	background: var(--main_color);
	display: inline-block;
	vertical-align: middle;
	margin: -7px 12px 0 0;
}

.red_box{
	border: 3px var(--main_color) solid;
	border-radius: 20px;
}
.red_box.box01{
	padding: 5%;
    margin: 0 0 150px 0;
}
@media only screen and (max-width: 767px){
.midashi01{
	align-items: flex-start;
	margin: 0 0 20px 0;
	flex-direction: column;
}
.midashi01 .icon{
	padding: 3px 15px;
	font-size: 22px;
	margin: 0 0 10px;
}
.midashi01 h4{
	font-size: 30px;
}
.midashi01 h4 span {
	color: #000;
	font-size: 20px;display: block;
}

.midashi02{
	margin: 0 0 15px 0;
}
.midashi02 h5{
	font-size: 18px;
	font-weight: bold;
}
.midashi02 h5::before{
	width: 10px;
	height: 10px;
	margin: -5px 10px 0 0;
}

.red_box{
	border: 3px var(--main_color) solid;
	border-radius: 20px;
}
.red_box.box01{
    padding: 5%;
    margin: 0 0 60px 0;
}
}

.contact_btn {
    max-width: 831px;
    width: 90%;
    margin: 0 auto 150px;
}
@media only screen and (max-width: 767px){
.contact_btn {
    margin: 0 auto 40px;
    width: auto;
}
.contact_btn2 {
    width: 90%;
}
}


.btn_area_req {
    position: relative;
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 150px;
    display: flex;
    justify-content: center;
    gap: 4%;
}
.btn_req {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
.btn_free {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
    .btn_area_req {
		flex-direction: column;
        gap: 1%;
    }
	.btn_req {
		width: 100%;
		margin: 5% auto;
	}
	.btn_free {
		width: 100%;
		margin: 0 auto;
	}

    }




/*=======================================
　mv
=======================================*/
section#mv_wrap {
	position: relative;
    /* background: url("../../images/mado2/main_bg.jpg") no-repeat center top; */
    /* background-size: cover; */
    /* min-height: 920px; */
}
section#mv_wrap div.contest {
    height: auto;
    border-bottom: none;
    max-width: 1123px;
    width: 90%;
    margin: 0 auto;
    padding: 9% 0 0;
}
section#mv_wrap div.float_img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 270px;
	min-width: 200px;
	width: 20%;
}
section#mv_wrap .caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    font-size: 12px;
    z-index: 1;
    text-align: center;
}
@media only screen and (max-width: 767px){
section#mv_wrap {
		background: none;
    min-height: 100%;
		width: 100%;
}
section#mv_wrap div.contest {
    width: 100%;
}
section#mv_wrap div.contest img {
    width: 100%;
    min-width: 350px;
    margin: 0 auto;
    /* padding-bottom: 9%; */
    height: auto;
}
section#mv_wrap .caption {
    bottom: -190px;
    width: 90%;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}
}


/*=======================================
　外壁塗装をご検討中の方、こんなお悩みもありませんか？
=======================================*/
#about {
    background-color: #F5F5F5;
    position: relative;
    padding-top: 60px;
}
#about .btn {
    max-width: 831px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: -54px;
    right: 0;
    left: 0;
}
#about .btn_area_req {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    max-width: 1120px;
    display: flex;
    justify-content: center;
    gap: 4%;
}
@media (max-width: 2000px) {
	#about .btn_area_req{top: -9%;}}
@media (max-width: 1900px) {
	#about .btn_area_req{top: -8%;}}
@media (max-width: 1800px) {
	#about .btn_area_req{top: -8%;}}
@media (max-width: 1700px) {
	#about .btn_area_req{top: -8%;}}
@media (max-width: 1600px) {
	#about .btn_area_req{top: -7%;}}
@media (max-width: 1400px) {
	#about .btn_area_req{top: -6.5%;}}
@media (max-width: 1300px) {
	#about .btn_area_req{top: -6%;}}
@media (max-width: 1200px) {
	#about .btn_area_req{top: -5.5%;}}
@media (max-width: 1100px) {
	#about .btn_area_req{top: -5%;}}
@media (max-width: 850px) {
	#about .btn_area_req{top: -4.5%;}}

#about .btn_req {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
#about .btn_free {
    max-width: 518px;
    width: 48%;
    margin: 0 auto;
}
#about .innar {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    padding: 194.4px 0 90px;
}
#about .innar .bnr {
    margin-bottom: 120px;
}
#about .innar h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.467;
    text-align: center;
    margin-bottom: 110px;
}
#about .innar h3 span {
    background:linear-gradient(transparent 60%, #FBD864 60%);
}
#about .innar ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
#about .innar ul li {
/*    width: calc(100% / 2 - 10px )¨;*/
	width: calc(100% / 4 );
}

@media only screen and (max-width: 767px){
#about .btn {
    top: -27px;
}
#about .btn_area_req {
	width: 90%!important;
    top: -2%;
    gap: 1%;
}
#about .innar .bnr {
    margin-top: 30%;
    margin-bottom: 60px;
}
#about .innar {
    padding: 80px 0 45px;
}
#about .innar h3 {
    font-size: 28px;
	margin-top: 11%;
    margin-bottom: 55px;
}
#about .innar h3 span {
}
#about .innar ul {
    gap: 0px;
    flex-direction: column;
}
#about .innar ul li {
    width: 100%;
    margin: 0 auto;
}
#about .btn_req {
    width: 100%;
	margin: 5% auto;
}
#about .btn_free {
    width: 100%;
	margin: 0% auto;
}

/*mv_text*/
.mv_text{
	width: 45%;
	position: absolute;
	bottom: 190px;
	left: 50%;
	transform: translateX(-50%);
}


}


/*=======================================
　これらのお悩みは、「窓の断熱リフォーム」で解決できます！
=======================================*/
#kaiketsu {
	margin-bottom: 120px;
}
#kaiketsu h3 {
    margin-bottom: 51px;
}
#kaiketsu .column2 {
    display: flex;
    gap: 65px;
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
#kaiketsu .column2 .column:nth-child(1) {
    width: 50%;
}
#kaiketsu .column2 .column:nth-child(2) {
    width: 44.19642857142857%;
}
#kaiketsu .column2 .column .copy {
    color: var(--main_color);
    font-size: 43px;
    margin-bottom: 30px;
    font-weight: bold;
}
#kaiketsu .column2 .column p {
    margin-bottom: 50px;
}

#kaiketsu .column2 .column .win_img {
	margin-bottom: 45px;
}
#kaiketsu .column2 .column .windowBox {
	position: relative;
	width: 100%;
}
#kaiketsu .column2 .column .image02 {
	position: absolute;
	animation: anime 3s forwards infinite;
	top: 0;
}

@keyframes anime {
	0% {
		transform: translate(0, 0);
 }

 50% {
		transform: translate(-12%, -13%);
 }

 100% {
		transform: translate(0, 0);
 }
}

@media only screen and (max-width: 767px){
#kaiketsu {
    margin: 0 auto 60px;
}
#kaiketsu h3 {
    margin-bottom: 25px;
}
#kaiketsu .column2 {
    gap: 30px;
    flex-direction: column;
}
#kaiketsu .column2 .column {
    width: 100%;
}
#kaiketsu .column2 .column .copy {
    font-size: 22px;
    margin-bottom: 15px;
}
#kaiketsu .column2 .column p {
    margin-bottom: 25px;
}
    #kaiketsu .column2 .column:nth-child(1) {
        width: auto;
    }
    #kaiketsu .column2 .column:nth-child(2) {
        width: auto;
    }
}




/*=======================================
　今だけ！創建ペイント
=======================================*/
#now {
    margin-bottom: 117px;
}
#now h3 {
    margin-bottom: 123.5px;
}
#now .innar {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
#now .column3 {
    display: flex;
    margin-bottom: 35px;
    gap: 20px;
    align-content: flex-start;
}
#now .column3 .column {
    width: 46.25%;
}
#now .column3 .column:nth-child(2) {
    width: 3.98392857142857%;
    position: relative;
}
#now .column3 .column:nth-child(2) img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#now .copy01 {
    margin-bottom: 115px;
	text-align: center;
}
#now .image01 {
    margin-bottom: 83px;
}
#now .reform {
}
#now .reform .com_area {
    background-color: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 55px;
    padding: 59px 0 61px;
}
#now .reform .com_area ul {
    max-width: 847px;
    width: 90%;
    margin: 0 auto 50px;
    display: flex;
    gap: 0 78.6px;
    align-items: center;
}
#now .reform .com_area p {
    font-size: 22px;
    width: 90%;
    font-weight: bold;
    line-height: 1.682;
    max-width: 847px;
    margin: 0 auto;
}
#now .reform .com_area p span {
    font-size: 30px;
    color: var(--main_color);
}
#now .copy02 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.583;
    text-align: justify;
    margin-bottom: 66px;
}
#now .image02 {
    text-align: center;
    max-width: 1032px;
    margin: 0 auto;
}







#now .prama_intro {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 188px;
    background-color: #F5F5F5;
    border-radius: 20px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.1);
}
#now .prama_intro .innar {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    display: flex;
    gap: 60px;
}
#now .prama_intro .innar .image,
#now .prama_intro .innar .text {
    width: calc(100% / 2);
}
#now .prama_intro .innar .text .copy {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 48px;
}
#now .prama_intro .innar .text .copy span {

    font-weight: bold;
    background: #fff;
    padding: 0 10px;
}
#now .prama_intro .innar .text .copy span.red {
    font-size: 40px;
    color: var(--main_color);
}
#now .prama_intro .innar .text p {
    margin-bottom: 45px;
}
#now .prama_intro .innar .text p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
#now {
    margin-bottom: 0;
}
#now h3 {
    margin-bottom: 60px;
}
#now .innar {
}
#now .column3 {
    gap: 10px;
    margin-bottom: 25px;
    flex-direction: column;
}
#now .column3 .column {
    width: 100%;
}
#now .column3 .column:nth-child(2) {
    width: 10%;
    margin: 0 auto;
    position: static;
    text-align: center;
}
#now .column3 .column:nth-child(2) img {
    position: static;
    transform: translateY(0);
}

#now .copy01 {
    margin-bottom: 40px;
}
#now .image01 {
    margin-bottom: 40px;
}
#now .reform {
    padding-bottom: 70px;
}
#now .reform .com_area {
    margin-bottom: 25px;
    padding: 30px 0;
}
#now .reform .com_area ul {
    margin: 0 auto 25px;
    gap: 20px;
    flex-direction: column;
}
#now .reform .com_area ul li:nth-child(2){
    width: 10%;
}
#now .reform .com_area p {
    font-size: 18px;
}
#now .reform .com_area p span {
    font-size: 22px;
}
#now .copy02 {
    font-size: 22px;
    margin-bottom: 35px;
}
#now .image02 {
    text-align: center;
}




#now .prama_intro {
    margin: 0 auto 90px;
}
#now .prama_intro .innar {
    padding: 40px 0;
    gap: 20px;
    flex-direction: column;
}
#now .prama_intro .innar .image,
#now .prama_intro .innar .text {
    width: 100%;
}
#now .prama_intro .innar .text .copy {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
}
#now .prama_intro .innar .text .copy span {
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
}
#now .prama_intro .innar .text .copy span.red {
    font-size: 30px;
}
#now .prama_intro .innar .text p {
    margin-bottom: 25px;
}
#now .prama_intro .innar .text p:last-child {
    margin-bottom: 0;
}
}


/*============================
#pramade
============================*/
#pramade {
	margin: 0 0 228px 0;
}
#pramade h3 {
	margin: 0 0 100px 0;
}
#pramade h3 img {
	width: 100%;
}
#pramade .dannetsu {
	margin: 0;
}
#pramade .dannetsu .read {
	margin: 0 0 50px 0;
}

#pramade .dannetsu .dannetsu01 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 75px 0;
	gap: 50px;
}
#pramade .dannetsu .dannetsu01 .left {
}
#pramade .dannetsu .dannetsu01 .right {
}
#pramade .dannetsu .dannetsu02 {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
#pramade .dannetsu .dannetsu02 .left {
}
#pramade .dannetsu .dannetsu02 .right {
}



#pramade .syanetsu {
	margin: 145px 0 152px 0;
}
#pramade .syanetsu .img01 {
	margin: 0 0 30px 0;
}
#pramade .syanetsu .kome {
    font-size: 12px;
}



#pramade .ketsuro {
	margin: 0 0 95.5px 0;
}
#pramade .ketsuro .ketsuro01 {
	display: flex;
	justify-content: space-between;
}
#pramade .ketsuro .ketsuro01 .left {
    width: 41.26339285714286%;
}
#pramade .ketsuro .ketsuro01 .left .midashi01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
#pramade .ketsuro .ketsuro01 .left .midashi01 h4 span {
    margin-top: 10px;
}
#pramade .ketsuro .ketsuro01 .right {
    width: 55.52767857142857%;
}


#pramade .bouon {
	margin: 0 0 130px 0;
}
#pramade .bouon .text_set {
	display: flex;
	justify-content: space-between;
    margin: 0 0 97.7px;
}
#pramade .bouon .text_set .left {
    width: 41.875%;
}
#pramade .bouon .text_set .right {
    width: 55.70446428571429%;
}
#pramade .bouon .img01 {
    margin: 0 0 48.8px;
}
#pramade .bouon .kome {
    font-size: 12px;
    margin-top: 30px;
}
#pramade .bouon .text_set span {
    font-size: 14px;
}


#pramade .keizai {
	margin: 0 0 188px 0;
}
#pramade .keizai .img01 {
	margin: 0 0 68px 0;
}
#pramade .keizai .kome {
    font-size: 12px;
}



#pramade .case .ttl {
    font-size: 45px;
    font-weight: bold;
    color: var(--main_color);
    text-align: center;
    margin-bottom: 64px;
}
#pramade .case .ttl span {
    font-size: 25px;
    background-color: var(--main_color);
    color: #fff;
    max-width: 322px;
    margin: 0 0 0 25px;
    padding: 7px 58px 8px;
    border-radius: 50px;
}
#pramade .case .case_info .inn {
	display: flex;
	justify-content: space-between;
    margin-bottom: 58px;
}
#pramade .case .case_info .inn .text_set {
    width: 44.18859649122807%;
}
#pramade .case .case_info .inn .text_set .copy {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
}
#pramade .case .case_info .inn .text_set .rank {
    color: var(--main_color);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px var(--main_color) solid;
    margin-bottom: 25px;
    padding: 15px;
}
#pramade .case .case_info .inn .text_set .simulation {
    font-size: 20px;
}
#pramade .case .case_info .inn .text_set .simulation p {
    font-weight: bold;
}
#pramade .case .case_info .inn .text_set .simulation p span {
    color: var(--main_color);
}
#pramade .case .case_info .inn .img {
    width: 49.89035087719298%;
}

#pramade .case .case_info2 .img {
    margin-bottom: 40px;
}
#pramade .case .case_info2 .copy {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
#pramade .case .case_info2 .inn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-start;
}
#pramade .case .case_info2 .inn .rank {
    width: 48%;
    color: var(--main_color);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px var(--main_color) solid;
    margin-bottom: 25px;
    padding: 15px;
}
#pramade .case .case_info2 .inn .simulation {
    width: 48%;
    font-size: 20px;
}
#pramade .case .case_info2 .inn .simulation p {
    font-weight: bold;
}
#pramade .case .case_info2 .inn .simulation p span {
    color: var(--main_color);
}



#pramade .case .reference_case {
    margin: 0 auto 45.7px;
    max-width: 912px;
}
#pramade .case .reference_case:nth-child(1) {
    margin: 0 auto 113px;
    max-width: 912px;
}
#pramade .case .reference_case .price_hikaku {
	display: flex;
	justify-content: space-between;
    margin-bottom: 60px;
}
#pramade .case .reference_case .price_hikaku .price {
    width: 48%;
}
#pramade .case .reference_case .price_hikaku .price table {
    width: 100%;
    margin-bottom: 30px;
}
#pramade .case .reference_case .price_hikaku .price table tr {
    background-color: #EAEAEA;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table tr {
    background-color: #E5FEFF;
}
#pramade .case .reference_case .price_hikaku .price table tr:nth-child(odd) {
    background-color: #fff;
}
#pramade .case .reference_case .price_hikaku .price table th {
    color: #fff;
    background-color: #666666;
    text-align: left;
    padding: 12px 32px;
}
#pramade .case .reference_case .price_hikaku .price table th strong {
    font-size: 20px;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table th {
    background-color: var(--main_color);
}


#pramade .case .reference_case .price_hikaku .price table tr td {
    text-align: left;
    padding: 12px 32px;
}
#pramade .case .reference_case .price_hikaku .price table tr td span {
    color: var(--main_color);
}
#pramade .case .reference_case .price_hikaku .price table tr td:nth-child(even) {
    text-align: right;
}
#pramade .case .reference_case .price_hikaku .price .total {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border: solid 2px #666666;
	padding: 10px 32px;
	align-items: center;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total {
    border: solid 2px var(--main_color);
    color: var(--main_color);
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#pramade .case .reference_case .price_hikaku .total span {
    font-size: 30px;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total li:nth-child(2) {
    position: relative;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total li:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    transform: rotate(-10deg);
    position: absolute;
    background-color: var(--main_color);
    top: 50%;
    left: 0;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total li:nth-child(2):after {
    content: "";
    display: inline-block;
    background: url("../../images/mado1/arrow.png") no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 10px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 auto;
}

#pramade .case .reference_case .img2 {
    margin: 0 0 80px 0;
}
#pramade .case .reference_case .img2 .tani {
    text-align: right;
    padding: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
}
#pramade .case .reference_case .img2 .notes {
    padding: 10px 0 0 0;
    font-size: 12px;
}

#pramade .arrow {
    max-width: 65px;
    margin: 0 auto 40px;
}
#pramade .bnr {
    max-width: 912px;
    margin: 0 auto 110px;
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.3);
}
#pramade .bnr img {
    vertical-align: bottom;
}
#pramade .ranking {
    max-width: 912px;
    margin: 0 auto 20px;
}



#pramade .lineup {
    max-width: 912px;
    margin: 0 auto 100px;
}
#pramade .lineup .ttl {
    color: #2A2A2A;
}
#pramade .lineup .inn {
    display: flex;
    gap: 70px;
}
#pramade .lineup .inn .left,
#pramade .lineup .inn .right {
    width: calc(100% / 2 - 35px);
}
#pramade .lineup .inn .sttl {
    position: relative;
    margin-bottom: 40px;
    display: flex;
}
#pramade .lineup .inn .sttl:before {
    content: "";
    display: block;
    background-color: var(--main_color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
}
#pramade .lineup .inn .sttl span {
    background-color: #fff;
    color: var(--main_color);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
#pramade .lineup .inn .img {
    margin-bottom: 36.8px;
}
#pramade .lineup .inn .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#pramade .lineup .inn p {
    font-weight: bold;
}
#pramade .lineup .kome {
    font-size: 12px;
    text-align: right;
}



#pramade .outline {
    max-width: 912px;
    background-color: var(--main_color);
    margin: 0 auto 70px;
    border-radius: 20px;
}
#pramade .outline .innar {
    max-width: 912px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 45px;
}
#pramade .outline .innar .ttl {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#pramade .outline .innar .ttl span {
    font-size: 20px;
    font-weight: bold;
}
#pramade .outline .innar .ttl span:before {
    content: "";
    display: inline-block;
    border-top: dashed 1px #fff;
    transform: rotate(60deg);
    width: 20px;
    height: 10px;
    margin-right: 10px;
}
#pramade .outline .innar .ttl span:after {
    content: "";
    display: inline-block;
    border-top: dashed 1px #fff;
    transform: rotate(-60deg);
    width: 20px;
    height: 10px;
    margin-left: 10px;
}

#pramade .outline .innar table {
    width: 100%;
    margin-bottom: 12.3px;
}
#pramade .outline .innar table th {
    background-color: #FFE5E5;
    font-size: 16px;
    font-weight: bold;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #C4C4C4;
    padding: 20px 35px;
}
#pramade .outline .innar table td {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 70%;
    border: solid 1px #C4C4C4;
    padding: 20px 35px;
}
#pramade .outline .innar table td span.red {
    color: var(--main_color);
}
#pramade .outline .innar table td span.txt12 {
    font-size: 12px;
}
#pramade .outline .innar .caption {
    font-size: 12px;
    color: #fff;
}
#pramade .outline .innar .caption a {
    font-size: 12px;
    color: #fff;
		text-decoration: underline;
}


#pramade .dannetsu .copy01 {
	margin: 116.2px 0 70px 0;
}
#pramade .dannetsu .copy01 p {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
#pramade .dannetsu .copy01 p:nth-child(1) {
	font-size: 30px;
}
#pramade .dannetsu .copy01 strong {
	background: var(--main_color);
	color: #FFF;
	font-size: 33px;
	line-height: 1.2;
	padding: 0 5px;
}
#pramade .dannetsu .copy01 span {
	color: var(--main_color);
}
#pramade .dannetsu .img01 {
	margin: 0px 0 50px 0;
}
#pramade .dannetsu .img02 {
	margin: 130px 0 80px 0;
}
#pramade .dannetsu .kome {
    font-size: 12px;
}




@media only screen and (max-width: 767px){
    #pramade {
	margin: 0 0 40px 0;
}
#pramade h3 {
	margin: 0 0 50px 0;
}
#pramade h3 img {
	width: 100%;
}
#pramade .dannetsu {
	margin: 0 0 0 0;
}
#pramade .dannetsu .read {
	margin: 0 0 30px 0;
}

#pramade .dannetsu .dannetsu01 {
	display: block;
	margin: 0 0 20px 0;
}
#pramade .dannetsu .dannetsu01 .left {
	width: auto;
	margin-bottom: 20px;
}
#pramade .dannetsu .dannetsu01 .right {
	width: auto;
}
#pramade .dannetsu .dannetsu02 {
	display: block;
}
#pramade .dannetsu .dannetsu02 .left {
	width: auto;
	margin-bottom: 20px;
}
#pramade .dannetsu .dannetsu02 .right {
	width: auto;
}
#pramade .dannetsu .copy01 {
	margin: 40px 0 35px 0;
}
#pramade .dannetsu .copy01 p {
	font-size: 22px;
}
#pramade .dannetsu .copy01 p:nth-child(1) {
	font-size: 20px;
}
#pramade .dannetsu .copy01 strong {
	font-size: 25px;
}
#pramade .dannetsu .copy01 span {
}
#pramade .dannetsu .img01 {
	margin: 0px 0 25px 0;
}
#pramade .dannetsu .img02 {
	margin: 45px 0 40px 0;
}



#pramade .syanetsu {
	margin: 80px 0;
}



#pramade .ketsuro {
	margin: 0 0 80px 0;
}
#pramade .ketsuro .ketsuro01 {
	flex-direction: column;
	gap: 20px;
}
#pramade .ketsuro .ketsuro01 .left {
    width: auto;
}
#pramade .ketsuro .ketsuro01 .right {
    width: auto;
}


#pramade .bouon {
	margin: 0 0 80px 0;
}
#pramade .bouon .text_set {
	margin: 0 0 20px;
	flex-direction: column;
	gap: 13px;
}
#pramade .bouon .text_set .left {
    width: auto;
}
#pramade .bouon .text_set .right {
    width: auto;
}
#pramade .bouon .img01 {
    margin: 0 0 20px;
}
#pramade .bouon .kome {
}


#pramade .keizai {
	margin: 0 0 80px 0;
}
#pramade .keizai .img01 {
	margin: 0 0 20px 0;
}
#pramade .keizai .kome {
    font-size: 12px;
}



#pramade .case .ttl {
    font-size: 18px;
    margin-bottom: 15px;
}
#pramade .case .ttl span {
    font-size: 16px;
    max-width: 100%;
    margin: 10px 0 0;
    padding: 3px 5% 4px;
    display: block;
}
#pramade .case .case_info .inn {
	margin-bottom: 20px;
	flex-direction: column;
	gap: 20px;
}
#pramade .case .case_info .inn .text_set {
    width: auto;
}
#pramade .case .case_info .inn .text_set .copy {
    font-size: 18px;
    margin: 0 0 20px;
}
#pramade .case .case_info .inn .text_set .rank {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 8px 5%;
}
#pramade .case .case_info .inn .text_set .simulation {
    font-size: 14px;
}
#pramade .case .case_info .inn .text_set .simulation p {
}
#pramade .case .case_info .inn .text_set .simulation p span {
}
#pramade .case .case_info .inn .img {
    width: auto;
}

#pramade .case .case_info2 .img {
    margin-bottom: 40px;
}
#pramade .case .case_info2 .copy {
    font-size: 18px;
    margin-bottom: 20px;
}
#pramade .case .case_info2 .inn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: flex-start;
}
#pramade .case .case_info2 .inn .rank {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 5%;
}
#pramade .case .case_info2 .inn .simulation {
    width: auto;
    font-size: 16px;
}
#pramade .case .case_info2 .inn .simulation p {
    font-weight: bold;
}
#pramade .case .case_info2 .inn .simulation p span {
    color: var(--main_color);
}



#pramade .case .reference_case {
    margin-bottom: 40px;
}
    #pramade .case .reference_case:nth-child(1) {
        margin: 0 0 40px;
    }
#pramade .case .reference_case .price_hikaku {
	flex-direction: column;
	gap: 20px;
    margin-bottom: 40px;
}
#pramade .case .reference_case .price_hikaku .price {
    width: auto;
}
#pramade .case .reference_case .price_hikaku .price table {
    margin-bottom: 15px;
}
#pramade .case .reference_case .price_hikaku .price table tr {
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table tr {
}
#pramade .case .reference_case .price_hikaku .price table tr:nth-child(odd) {
}
#pramade .case .reference_case .price_hikaku .price table th {
    padding: 10px 5%;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) table th {
    background-color: var(--main_color);
}


#pramade .case .reference_case .price_hikaku .price table tr td {
    padding: 10px 5%;
}
#pramade .case .reference_case .price_hikaku .price table tr td:nth-child(even) {
}
#pramade .case .reference_case .price_hikaku .price .total {
	padding: 10px 5%;
	align-items: center;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total {
    border: solid 2px var(--main_color);
    color: var(--main_color);
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
#pramade .case .reference_case .price_hikaku .total span {
    font-size: 18px;
}
#pramade .case .reference_case .price_hikaku .price:nth-child(2) .total li:nth-child(2) {
}
#pramade .case .reference_case:nth-child(2) .price_hikaku .price:nth-child(2) .total li:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    transform: rotate(-10deg);
    position: absolute;
    background-color: var(--main_color);
    top: 50%;
    left: 0;
}
#pramade .case .reference_case:nth-child(2) .price_hikaku .price:nth-child(2) .total li:nth-child(2):after {
    content: "";
    display: inline-block;
    background: url("../../images/mado1/arrow.png") no-repeat center center;
    background-size: contain;
    width: 17px;
    height: 10px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin: 0 auto;
}

#pramade .case .reference_case .img2 {
    margin: 0 0 40px 0;
}

#pramade .case .reference_case .img2 .tani {
    text-align: right;
    padding: 0 0 5px 0;
    font-size: 12px;

}

#pramade .case .reference_case .img2 .notes {
    text-align: left;
    padding: 10px 0 0 0;
    font-size: 12px;
}


#pramade .arrow {
    max-width: 35px;
    margin: 0 auto 20px;
}
#pramade .bnr {
    margin-bottom: 40px;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
}
#pramade .bnr img {
    vertical-align: bottom;
}
#pramade .ranking {
    margin-bottom: 40px;
}




#pramade .lineup {
    margin: 0 auto 50px;
}
#pramade .lineup .inn {
    gap: 30px;
    flex-direction: column;
}
#pramade .lineup .inn .left,
#pramade .lineup .inn .right {
    width: auto;
}
#pramade .lineup .inn .sttl {
    margin-bottom: 20px;
}
#pramade .lineup .inn .sttl:before {
}
#pramade .lineup .inn .sttl span {
    font-size: 22px;
    padding: 0 10px;
}
#pramade .lineup .inn .img {
    margin-bottom: 10px;
}
#pramade .lineup .inn .name {
    font-size: 18px;
}
#pramade .lineup .inn p {
}
#pramade .lineup .kome {
    font-size: 12px;
    text-align: left;
}




#pramade .outline {
    margin-bottom: 60px;
}
#pramade .outline .innar {
    padding: 30px 0 40px;
}
#pramade .outline .innar .ttl {
    font-size: 22px;
    margin-bottom: 15px;
}
#pramade .outline .innar .ttl span {
    font-size: 14px;
    position: relative;
}
#pramade .outline .innar .ttl span:before {
    width: 15px;
    height: 8px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    left: 0;
}
#pramade .outline .innar .ttl span:after {
    width: 15px;
    height: 8px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
}

#pramade .outline .innar table {
    margin-bottom: 8px;
}
#pramade .outline .innar table th {
    width: 100%;
    text-align: left;
    padding: 10px 25px;
    display: block;
}
#pramade .outline .innar table td {
    font-size: 16px;
    width: 100%;
    padding: 10px 25px;
    display: block;
    border-top: none;
    border-bottom: none;
}
#pramade .outline .innar table td span.red {
}
#pramade .outline .innar table td span.txt12 {
}
#pramade .outline .innar .caption {
    font-size: 12px;
    color: #fff;
}
}


#gaiheki {
    margin: 0 0 142px 0;
}
#gaiheki .ttl {
    margin: 0 0 181px 0;
}
#gaiheki .inn {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto 50px;
    display: flex;
    gap: 50px;
}
#gaiheki .inn .text,
#gaiheki .inn .img {
    width: calc(100% / 2 - 50px);
}
#gaiheki .image {
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
#gaiheki {
    margin: 0 0 40px 0;
}
#gaiheki .ttl {
    margin: 0 0 45px 0;
}
#gaiheki .inn {
    margin: 0 auto 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
#gaiheki .inn .text,
#gaiheki .inn .img {
    width: auto;
}
#gaiheki .image {
}

}


/*=======================================
　3つのポイント
=======================================*/

#point .innet {
    padding-top: 80px;
	margin-bottom: 165px;
}
#point .point_box {
	position: relative;
	margin-bottom: 135px;
}
#point .point_box._box3 {
	margin-bottom: 320px;
}
#point .point_box .img_box {
	content: '';
	position: absolute;
	top: 0; right: 0;
	max-width: 440px;
}
#point .point_box .img_box .img {
	/* filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.3)); */
}
#point .point_box._box3 .img_box {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	max-width: 443.49px;
}
#point .point_box._box2 .img_box {
	right: auto;
	left: 0;
}
#point .point_box .img_box .text_box {
	content: '';
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 5;
}
#point .point_box._box2 .img_box .text_box {
	right: auto;
	left: 15px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}
#point .point_box._box3 .img_box .text_box {
	top: -20px;
	right: -35px;
}
#point .point_box .img_box .text_box p {
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#point .point_box._box3 .img_box .text_box p {
	color: #000;
}
#point .point_box .img_box .text_box p span {
	font-size: 61px;
}
#point .point_box .text_group {
	position: relative;
	padding: 0 0 0 84px;
}
#point .point_box._box2 .text_group {
	position: relative;
	padding: 0 48px 0 0;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
#point .point_box .text_group .bg_gray {
	content: '';
	position: absolute;
	top: 57px; bottom: 42px;
	left: 0;
	width: 980px;
	z-index: -1;
}
#point .point_box._box2 .text_group .bg_gray {
	left: auto;
    right: 0;
}
#point .point_box._box3 .text_group .bg_gray {
	top: 29px; bottom: 42px;
}
#point .point_box .text_group .bg_gray img {
	height: 100%;
}
#point .point_box .text_group .str_box .icon_pt {
	width: 88px;
	margin-bottom: 32px;
	padding-top: 29px;
}
#point .point_box._box3 .text_group .str_box .icon_pt {
	padding-top: 0px;
}
#point .point_box .text_group .str_box h4 {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.685;
	margin-bottom: 42px;
}
#point .point_box .text_group .str_box h4 span {
	color: var(--main_color);
}
#point .point_box .text_group .str_box ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 65px;
}
#point .point_box .text_group .str_box ul li {
	line-height: 1.7778;
	padding-left: 18px;
	position: relative;
	font-weight: 500;
}
#point .point_box .text_group .str_box ul li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: var(--main_color);
	border-radius: 50%;
}
#point .point_box .text_group .str_box ul li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: var(--main_color);
	border-radius: 50%;
}
#point .point_box .text_group .str_box .btn01.point01 {
	position: relative;
}
#point .point_box .text_group .str_box .btn01.point02 {
	position: relative;
}
#point .point_box .text_group .str_box .btn01.point03 {
	position: relative;
}

@media screen and (max-width: 1200px) {
	#point {
		padding-top: 6.66vw;
	}
	#point .title_area  .mid {
		font-size: calc((30 / 1200) * 100vw);
	}
	#point .title_area .wide {
		font-size: calc((60 / 1200) * 100vw);
	}
	#point .title_area h3 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 11.6vw;
	}
	#point {
		margin-bottom: 13vw;
	}
	#point .point_box {
		margin-bottom: 10vw;
	}
	#point .point_box .text_group .str_box h4 {
		font-size: calc((35 / 1200) * 100vw);
		margin-bottom: 20px;
	}
	#point .point_box .text_group .str_box .icon_pt {
		margin-bottom: 12px;
	}
	#point .point_box .img_box {
		width: 34vw;
	}
	#point .point_box .text_group {
		padding-left: 60px;
	}
	#point .point_box .text_group .str_box ul {
		margin-bottom: 40px;
	}
	#point .point_box .text_group .str_box ul li {
		font-size: calc((18 / 1200) * 100vw);
	}
	#point .point_box .img_box .text_box p {
		font-size: calc((19 / 1200) * 100vw);
	}
	#point .point_box .img_box .text_box p span {
		font-size: calc((60 / 1200) * 100vw);
	}
	#point .point_box._box3 .img_box {
		/* width: 28vw; */
	}
	#point .point_box .text_group .bg_gray {
		width: 81.05vw;
	}
	#point .point_box._box2 .text_group {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.w980 {
		width: 100%;
	}
	#point {
		padding-top: 50px;
	}
	#point .title_area h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#point .title_area .mid {
		font-size: 15px;
	}
	#point .title_area .wide {
		font-size: 30px;
	}
	#point .point_box {
		margin-bottom: 65px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    #point .point_box._box3 {
	    margin-bottom: 60px;
    }
	#point .point_box .img_box {
		position: relative;
		width: 100%;
	}
	#point .point_box .text_group {
		padding: 0 0 0 5px;
	}
	#point .point_box .text_group .str_box .icon_pt {
		width: 66px;
		padding-top: 20px;
	}
	#point .point_box .text_group .str_box h4 {
		font-size: 18px;
	}
	#point .point_box .text_group .str_box ul li {
		font-size: 15px;
		letter-spacing: 0.05em;
		padding-left: 10px;
	}
	#point .point_box .text_group .str_box ul li::before {
		width: 6px;
		height: 6px;
	}
	#point .point_box .img_box .text_box p {
		font-size: 13px;
	}
	#point .point_box .img_box .text_box p span {
		font-size: 32px;
	}
	#point .point_box .text_group .bg_gray {
		top: 40px;
		width: 100%;
	}
	#point .point_box .text_group .str_box {
		width:80%;
		margin: auto;
		padding: 0 8px;
	}
	#point .point_box._box3 .img_box {
		position: relative;
	}
	#point .point_box._box3 .img_box {
		/* width: 43vw; */
		right: auto;
	}
	#point .point_box._box3 .text_group .str_box .icon_pt {
		padding-top: 20px;
	}
	#point .point_box._box3 .text_group .bg_gray {
		top: 40px;
		bottom: 30px;
	}
	#point .point_box .text_group .str_box .btn01.point01 {
		position: relative;
		left: 0;
	}
	#point .point_box .text_group .str_box .btn01.point02 {
		position: relative;
		left: 0;
	}
	#point .point_box .text_group .str_box .btn01.point03 {
		position: relative;
		left: 0;
	}


}
@media screen and (max-width: 500px) {
	#point .point_box .text_group .str_box {
		width: 100%;
	}
	#point .point_box._box3 .img_box {
		/* width: 60%; */
	}
}



.sec_plan_box {
    background: url("../../images/top/bg01.webp") no-repeat center top;
    background-size: cover;
    margin-bottom: 140px;
}
.sec_plan_box.bg_img {
    padding: 96.2px 0 197.2px;
}
.sec_plan_box .inner {
    max-width: 1400px;
}
.sec_plan_box .copy_area {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
}
.sec_plan_box .copy_area p {
    font-size: 45px;
    letter-spacing: 0.05em;
}
.sec_plan_box .copy_area p span.txt60 {
    color: var(--main_color);
    font-size: 60px;
}
.sec_plan_box .copy_area p span.txt74 {
    color: var(--main_color);
    font-size: 74px;
}
@media only screen and (max-width: 767px){
.sec_plan_box {
    background: url("../../images/top/bg01.webp") no-repeat center top;
    background-size: cover;
    margin-bottom: 140px;
}
.sec_plan_box.bg_img {
    padding: 45px 0 40px;
    margin-bottom: 0;
}
.sec_plan_box .inner {
    max-width: 1400px;
}
.sec_plan_box .copy_area {
    font-size: 22px;
    margin-bottom: 35px;
}
.sec_plan_box .copy_area p {
    font-size: 25px;
}
.sec_plan_box .copy_area p span.txt60 {
    font-size: 30px;
}
.sec_plan_box .copy_area p span.txt74 {
    font-size: 34px;
}

}

.sec_request_bnr {
    margin-bottom: 165px;
}

/*=======================================
　sec_movie
=======================================*/

.sec_movie {
	margin-bottom: 30px;
}

.movie_area {
	width: 850px;
	margin: 0 auto;
}

.movie_area div {
	position: relative;
	padding-bottom: 56.25%;
}

.movie_area div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px){

	.movie_area {
		width: 100%;
	}

	.sec_movie {
		margin-bottom: 20px;
	}


}

/*=======================================
　帯追加
=======================================*/

.cont_obi {
    position: relative;
    bottom: 0;
    width: 100%;
	background: #2ABED4;
	background: linear-gradient(180deg, #2ABED4 0%, #1477CE 100%);
    padding: 40px 0 0 0;
    text-align: center;
}

.cont_obi img {
    position: relative;
    bottom: 0;
    width: 80%;
    max-width: 930px;
    margin: 0 auto;
	margin-bottom: 20px;
    vertical-align: top;
}
.cont_obi .caption {
    display: flex;
    justify-content: center;
    text-align: center;
	padding: 0 20px 20px 20px;
	color: #fff;
	font-size: 12px;
}

.obi_area {
	max-width: 912px;
	margin: 0 auto 73px;
}
.obi_area02 {
	max-width: 850px;
	margin: 0 auto 100px;
	background: #2ABED4;
	background: linear-gradient(180deg, #2ABED4 0%, #1477CE 100%);
}
.obi_area02 img {
    padding: 0 20px 0 20px;
    vertical-align: top;
}
@media only screen and (max-width: 767px){
	.cont_obi {
	padding: 15px 0;
	}
	.cont_obi img {
	bottom: 0;
    display: block;
    width: 100%;
	}
	.obi_area {
		margin: 0 auto 40px;
	}
	.obi_area02 {
        width: 90%;
		margin: 0 auto 50px;
	}
    .obi_area02 img {
        width: 97.46%;
        padding: 15px 0;
        margin: 0 auto;
        display: block;
    }
	.cont_obi .caption.inner {
		padding: 10px 10px 0 calc(10px + 1em);
		text-align: left;
		width: 100%;
        text-indent: -1em;
	}
}



/*=======================================
　muryo_st 2024.03.25追加
=======================================*/
#pramade .case .reference_case .muryo_st {
    margin: 0 0 20px 0;
}
#pramade .case .reference_case .muryo_st.kantou {
    margin: 0 0 50px 0;
}

#pramade .case .reference_case .muryo_st p {
    background: var(--main_color);
    color: #FFF;
    text-align: center;
    padding: 7px 5px 14px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

#pramade .case .reference_case .muryo_st p .big1 {
    font-size: 45px;
}

#pramade .case .reference_case .muryo_st p .big2 {
    font-size: 32px;
}

#pramade .case .reference_case .muryo_st p .yellow {
    color: #FFF700;
}

#pramade .case .reference_case .muryo_st .notes {
    text-align: right;
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    #pramade .case .reference_case .muryo_st {
        margin: 0 0 20px 0;
    }
    #pramade .case .reference_case .muryo_st.kantou {
        margin: 0 0 20px 0;
    }

    #pramade .case .reference_case .muryo_st p {
        background: var(--main_color);
        color: #FFF;
        text-align: center;
        padding: 11px 5px 11px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.2;
    }

    #pramade .case .reference_case .muryo_st p .big1 {
        font-size: 30px;
    }

    #pramade .case .reference_case .muryo_st p .big2 {
        font-size: 24px;
    }

    #pramade .case .reference_case .muryo_st p .yellow {
        color: #FFF700;
    }

    #pramade .case .reference_case .muryo_st .notes {
        text-align: right;
        display: block;
        padding: 5px 0;
        font-size: 12px;
    }
}

/*=======================================
　accordion(関東の方の詳細部分) 2024.03.25追加
=======================================*/
.accordion {
    margin: 0 0 80px 0;
}

.accordion_container {}

.accordion_title {
    background: #2ABED4;
background: linear-gradient(180deg, #2ABED4 0%, #1477CE 100%);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 5%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    margin: 0 auto;
    border-radius: 50px;
    max-width: 450px;
    box-shadow: 3px 4px 11px 4px rgba(0, 0, 0, 0.3);
}

.accordion_title:hover {
    opacity: 0.8;
}

.icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.accordion .icon {
    display: block;
    width: 21px;
    height: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.accordion_title.open .icon_wrap {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.accordion .icon:before,
.accordion .icon:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 21px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.accordion .icon:before {
    width: 3px;
    height: 21px;
    top: 0;
    left: 8px;
}

.accordion_title.open .icon_wrap .icon:before {
    content: none;
}

.accordion_title.open .icon_wrap .icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion_inner {
    display: none;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}


@media screen and (max-width: 1024px) {
    .accordion_title {
        font-size: 24px;
    }

    .icon_wrap {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 767px) {
    .accordion_title {
        font-size: 16px;
        /*! text-align: left; */
        padding: 15px 15px 15px 15px;
    }
}


#point .point_box .text_group .str_box h4 span {
    color: #BB2929;
}
.btn01 a{
    background-color: #BB2929;
}
#point .point_box .text_group .str_box ul li::before{
    background-color: #BB2929;
}


/*aori*/
.aori{
	text-align: center;
	margin: 3%;
}