@charset "UTF-8";
.p-synthesis-bg {
    background-color: #ffffff;
}
.p-common-sub-kv {
	height: 0px;
}
.main-area{
	width: 1000px;
	margin: 30px auto 100px;
	text-align: center;
}

.mv-area{
	width: 100%;
	margin-top: 80px;
}

.mv_pc{
	display: block;
	background-color: #f2ebe6;
	border-top: solid 20px #333;
    border-bottom: solid 20px #333;
	text-align: center;
	padding: 40px 10px
	
}
.mv_pc img {
	max-width: 100%;
	margin: 0 auto;
}
.mv_sp{
	display: none;
}
.news-area ul li{
	text-align: left;
	border-radius: 10px;
}
h2{
	font-size: 30px;
    font-weight: bold;
    border-bottom: dotted 5px #fd7919;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    word-break: break-all;
    margin: 50px 0;
}
.title{
	background-color: #f2ebe6;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 10px;
    border-radius: 8px;
    display: block;
    font-size: 20px;
    padding: 20px 34% 10px 2%;
    font-weight: 900;
    text-align: left;
    position: relative;
    width: 64%;
    margin: 0 auto;
}
details{
	width: 100%;
	border: solid 5px #333333;
    border-radius: 10px;
	margin: 15px 0;
	display: block;
}
details .contents p a {
	font-weight: bold;
	color: #fd791a;
}
summary {
	display: block;
	list-style: none;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}

.days{
	font-size: 15px;
	margin: 0 0 5px 0;	
}
.jump_point{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.accordion summary{
	position: relative;
	list-style: none; /* デフォルトの三角形アイコンを消します */
	padding: 15px 45px 15px 25px;
	background-color: #f2ebe6;
	cursor: pointer; /* ポインターを指さしマークに変更 */
	border-radius: 10px;
}

.accordion summary::-webkit-details-marker {
	display: none; /* Safariで表示されるデフォルトの三角形アイコンを消します */
}

.accordion summary::after{
	position: absolute;
	width: 15px;
	height: 15px;
	top: calc(50% - 10px);
	right: 25px;
	border-right: 4px solid #fd791a;
	border-bottom: 4px solid #fd791a;
	box-sizing: border-box;
	content: "";
	transform: rotate(45deg);
	transition: top 0.4s ease-out, transform 0.4s ease-out;
}

.accordion details[open] summary::after{
	top: calc(50% - 5px);
	transform: rotate(-135deg);
}

.accordion .contents{
	padding: 20px 15px;
	font-size: 18px;
	text-align: left;
}

a{
	position: relative;
}

.btn-area ul a li::after{
	content: "\e5cc";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga' 1;
    font-feature-settings: 'liga' 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    font-size: 1.5625rem;
    color: #fd791a;
}

.btn{
	border: solid 4px #333333;
	border-radius: 100px;
	padding: 25px;
	width: 400px;
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}
.btn :hover{
	opacity: 0.6;
}
.btn-area{
	overflow: hidden;
	margin-bottom: 30px;
}

.rental{
	background-color: #4cc2dc;
	float: right;
}
.vps{
	background-color: #badc26;
	float: left;
}
.title b{
	font-size: 20px;
}
.text{
	margin: 15px 15px 20px;
	font-size: 18px;
}
.text a {
	font-weight: bold;
	color: #ff7a39;
}
.new{
	position: relative;
    width: 100%;
    margin: 60px auto;
}
.new::before{
    position: absolute;
    content: url("img/press/new_icon.png");
    top: -12px;
    right: 0px;
    padding: 5px 25px;
}
.l-local-header.active .l-local-header__logo {
    width: 200px;
    line-height: 80px;
}

@media screen and (max-width: 1024px) {	
.mv-area img{
		width: 100%;
	}	
}

@media screen and (max-width: 768px) {
	
.main-area{
	width: 90%;
	margin: 70px auto;
}

.mv-area img{
	width: 100%;
}	
.title::after {
    right: 1vw;
    bottom: 3vw;
}
@media screen and (max-width: 48em) {
.p-common-sub-kv {
    margin-top: 80px;
}	
.mv-area{
	margin-top: 60px;
}
.mv-area img {
    margin-top: 0;
}	
.mv_pc{
	display: none;
}
.mv_sp{
	display: block;
	border-top: solid 15px #333;
    border-bottom: solid 15px #333;	
	}	

.new::before {
    position: absolute;
    content: url(img/press/new_icon.png);
    top: -24px;
    right: -7px;
    padding: 5px 0px;
}
details {
    border: solid 3px #333333;
}	
summary {
    font-size: 18px;
}	
.title{
	padding: 20px 13% 10px 4%;
	width: 83%;
}
.title::after{
	right: 1vw;
    bottom: 4vw;
	}	
}
.btn{
	float: none;
	width: 80%;
	font-size: 30px;
	padding: 20px;
	margin: 15px auto 0;
	border: solid 3px #333333;
}
.btn li{
	font-size: 18px;
}	


}
@media screen and (max-width: 320px){


	
}