@charset "utf-8";

.desire_img {
	padding-top: 0;
    padding-bottom: 4rem;
	max-width: 60% !important;
	display: block;
	margin: 0 auto;
}
.content_p{
	margin-bottom:20px!important;
	}
#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
   
    color: #3c4449;
}


.height{
	line-height:25px;
	
	}
.new_dl{
	
	margin-top:50px;
	}	
 .rwd-text-year {
    display: block;
    padding: 15px 20px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size: 1.4rem;
}
.height_set{
	max-height:194px!important;}
.rwd-grid-item{
	margin-bottom:40px!important;}
#rwd-content .rwd-grid-cardlist01 a.rwd-grid-item:hover {
     background-color: #f0eded; 
}
.voicetxt{
	display: inline;
	width: 80%;
}
.imglink{
	border: 5px solid;
	border-color: #81002a;
    border-radius: 50%;
    box-shadow: 3px 2px 10px -2PX grey;
	margin-left: 5%;
}
.imgsize{
	width: 15%!important;
    height: 15%!important;
    min-width: 50px;
}
.footer_char_current2 {
    padding: 0;
    border-top: 1px solid #cacaca;
    background-color: white;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    font-weight: bold;
    color: #3c4449;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0;
}
.card-header2 {
    padding: 0;
    margin-bottom: 0;
	height: 40px;
}
.card-sub {
	border-top: 1px solid #cacaca;
    background-color: white;
	width: 100%;
	padding: 11px 11px 5px 15px;
}
.card-sub:hover{
	background-color: rgb(164,165,178);
	color: white;
}

.sidenavitxt{
	width: 100%;
	height: 100%;
	font-weight: bold;
    color: #3c4449;
	padding: 6px 0px 5px 15px;
}
.btn{
	padding: 0!important;
	border-radius: 0;
}
.btn:hover{
	background-color: rgb(164,165,178);
}
.sidenavitxt:hover{
	color: white;
}
.btn.focus, .btn:focus {
    outline: 0;
	box-shadow: 0 0 0 0;
}
.btn-link{
	text-decoration-line: none!important;
	height: 100%;
}

.sidenavimain{
	display: -webkit-flex;
    display: flex;
	width: 95%;
	align-items: center;
}
.arrowr{
	width: 13px;
	height: 13px;
	border: 2px solid #0F1520;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
	margin-left: auto;
	margin-bottom: 5px;
}
.arrowl{
	width: 13px;
	height: 13px;
	border: 2px solid rgb(193,39,45);
	border-top: none;
	border-left: none;
	transform: rotate(225deg);
	margin-left: auto;
	margin-bottom: -5px;
}
.card-select{
	background-color: rgb(216, 217, 232);
	/* color: white; */
}

.imgsize2{
	width: 32%!important;
	height: 32%!important;
	display: block;
	margin-right: 10px;
	float: right;
}
.imgsize2>img{
	width: 100%;
    height: auto;
	display: block;
}
.main-sp{
	margin:0 0 0 52%;
	height: auto;
	display: inline-block;
}
.accordion>.footer_char_current2:first-child{
	background-color: rgb(164,165,178);
	color: white;
}
.btn>a>.sidenavitxt:first-child{
	color: white;
}

.new-height-set {
	width: 85% !important;
}


.new-height-set1 {
	width: 80% !important;
}

.new-height-set2 {
	width: 120% !important;
}

@media print,
screen and (min-width:768px) {
	#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dl {
    padding: 20px;
}
	#rwd-content .rwd-keyvisual {
		background-position: center center;
}
	
	.new_p{	
	font-size: 1.6em!important;
    color: #81002a!important;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

	
	#rwd-content .rwd-headline2-type10 {
    padding: 14px 26px 10px 27px;
    margin: 0 0 20px;
    border: 1px solid #9bbce3;
}
	
	#rwd-content .rwd-headline2-type10 .rwd-headline2-text {
    font-size: 2.6rem;
    line-height: 1.54;
	color:#9bbce3;
}
    
}



/*カードUI部のタイトル文字サイズ／改行時の行間調整*/

#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
	font-size: 2.0rem!important;
	line-height: 1.2!important;
}


/*メイン画像内 Revs your heartの太字設定修正*/

#rwd-content .rwd-keyvisual-caption {
	font-family: 'Roboto';
	font-weight: 500;
}

.rwd-grid-new-box .rwd-grid .rwd-grid-item.pc-grid3of12{
	margin-left: 0%!important;
	margin-bottom: 2% !important;
}
.rwd-grid-new-box .rwd-grid-item{
	position: relative;
	overflow: hidden;
}
.rwd-grid-new-box .rwd-grid-item .info{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 100%;
	left: 0;
	display: flex;
	align-items: end;
	transition: all .5s ease;
}
.rwd-grid-new-box .rwd-grid-item:hover .info{
	top: 0;
}
.rwd-grid-new-box .rwd-grid-item .info p{
	line-height: 1.3!important;
	color: #fff;
	font-weight: bold;
	padding:  0 10px 10px 10px;
}
.rwd-grid-new-box .rwd-grid-item .info p:first-child{
	margin-bottom: 4px;
}
.self-introduction table{
	width: 100%;

}
.self-introduction .rwd-grid-item{
	margin-bottom: 0!important;
}
.self-introduction .rwd-grid{
	border-bottom: 1px solid #b8afaf;
	padding-bottom: 40px!important;
	padding-top: 50px!important;
}
.self-introduction .rwd-grid:first-child{
	padding-top: 40px!important;
}

.self-introduction:last-child .rwd-grid{
	border-bottom: none;
	padding-bottom: 0px!important;
}
.self-introduction table td{
	padding: 3px 0;
	line-height: 1.6;
}
.self-introduction table td:first-child{
	width: 115px;
	font-weight: bold;
	color: #81002a;
}
.self-introduction table td:nth-child(2){
	width: 35px;
	font-weight: bold;
	color: #81002a;
}
@media screen and (min-width: 768px) {
	.self-introduction .flag_set{
		padding-top: 115px;
		margin-top: -115px;
	}
	.self-introduction .rwd-grid .rwd-grid-item.pc-grid8of12{
		width: 70%!important;
	}
}
@media screen and (max-width: 767px) {
	.self-introduction .rwd-grid{
		padding-bottom: 30px!important;
		padding-top: 15px!important;
	}
	.self-introduction .rwd-grid:first-child{
		padding-top: 20px!important;
	}
	.self-introduction .flag_set{
		padding-top: 70px;
		margin-top: -50px;
	}
	.self-introduction table td:first-child{
		width: 95px;
	}
	.self-introduction table td:nth-child(2){
		width: 28px;
	}
	.self-introduction .rwd-grid-item img{
		margin-bottom: 20px;
	}
	/*カードUI部のタイトル文字サイズ調整*/
	#rwd-content .rwd-grid-cardlist01 .rwd-grid-item dt {
		font-size: 1.8rem!important;
	}
	h3{
		padding-bottom: 1rem;
		padding-top: 2rem;
	}
	.desire_img{
		padding-bottom: 1rem;
	}
	
	.new_p{	
	font-size: 1.4em!important;
    color: #81002a!important;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
	#rwd-content .rwd-headline2-type10 {
    padding: 14px 26px 10px 27px;
    margin: 0 0 20px;
    border: 1px solid #9bbce3;
}
	
	#rwd-content .rwd-headline2-type10 .rwd-headline2-text {
    font-size: 1.8rem;
    line-height: 1.54;
    color: #9bbce3;
    font-weight: 100;
}

.rwd-grid-item {
    margin-bottom: 0px!important;
}

.content_p {
    margin-bottom: 0!important;
}

.imgsize{
	width: 0!important;
    height: 0!important;
    border: 0;
}

.imgsize>img{
	width: 0!important;
    height: 0!important;
}

.voice-sp{
	width: 0;
	height: 0;
}

.footer_img img {
    max-width: 130px!important;
}
.footer_img{
	text-align: left;
}
.footer_img1{
	height: auto;
}
.pic_003{
	margin-bottom:50px;
}
.footer_char_current{
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
}
.accordion{
	border-left: 0px;
    border-right: 0px;
}
.voicetxt{
	width: 100%;
}
.footer_img1{
	margin-bottom: 10px;
}
.btn>#sidenavi0>.sidenavitxt:first-child{
	color: white;
}
.new-height-set {
	width: 60% !important;
}

.new-height-set1 {
	width: 100% !important;
}

.new-height-set2 {
	width: 120% !important;
}

.new_img_style {
	display: flex;
	justify-content: center;
}

}

@media screen and (max-width: 480px) {
	/*480px以下のボタン内文字改行における調整*/
	#rwd-content .rwd-button-link.icon-arrow {
		padding: 5px 35px 0 20px!important;
	}
	#rwd-content .rwd-button05 {
		height: 60px!important;
	}
	#rwd-content .rwd-button-inner {
		line-height: 1.5!important;
	}
}

#rwd-content .rwd-grid-cardlist01 a.rwd-grid-item:hover::after, #rwd-content .rwd-grid-cardlist03 a.rwd-grid-item:hover::after, #rwd-content .rwd-grid-cardlist04 a.rwd-grid-item:hover::after {
/*    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    border: 2px solid rgb(193,39,45)!important;
    /*box-sizing: border-box;*/
}