/* sp用スタイル */
@media only screen and (max-width: 750px) {
	html {
		width: 100%;
	}
	body {
		margin: 0;
		width: 100%;
	}
	
	p {
		margin: 0;
	}
	
	li {
		list-style-type: none;
	}
	
	.pc {display: none !important;}
	.sp {display: block !important;}
		
	.top-content {
		margin-top: 60px;
		width: 100%;
		text-align: center;
	}
	.top-content > img {
		width: 100%;
		vertical-align: top;
	}
	
	.banner {
		margin-top: 20px;
	}
	
	.slide {
		display: flex;
	}
	
	.slide > li {
		margin-right: 20px;
	}
	
	.slide > li > div > img.pc {
		/* width: 165px;
		height: 105px; */
		width: 20vw;
	}
	
	.slide > li > div > img.sp {
		width: 110px;
		height: 70px;
	}
	
	.news {
		max-width:980px;
		width: 80%;
		margin: auto;
	}
	
	.news > .title > p {
		color: #FF4E00;
		font-size: 36px;
		text-align: center;
		margin: 0;
	}
	
	.news-columns {
		list-style: none;
		padding-left: 0;
	}
	
	.news-column {
		margin-top: 10px;
	}
	
	.news-column > .container {
		border: 1px solid #FBB50A;
	}
	
	.container > .wrapper {
		margin: 15px;
	}

	.container > .wrapper > .flex-div {
		flex-wrap: wrap;
	}
	
	.tag {
		border-radius: 20px;
		display: inline-block;
		width: 120px;
		margin-right: 10px;
	}
	
	.tag > p {
		font-size: 15px;
		text-align: center;
		margin: 0;
	}
	
	.tag.info {
		background-color: #FFB40c;
	}
	
	.tag.info > p {
		color: white;
	}
	
	.tag.live {
		background-color: #20A4B4;
	}
	
	.tag.live > p {
		color: white;
	}
	
	.tag.release {
		background-color: #285CAC;
	}
	
	.tag.release > p {
		color: white;
	}
	
	.published-time > p {
		font-size: 15px;
		color: #FF4E00;
		margin: 0;
	}
	
	.article > p {
		word-break: break-all;
	}
	
	.button1-wrapper {
		width: 30%;
		margin: auto;
	}
	
	.button1 {
		position:relative;
		/* display: table-cell; */
		display: block;
		width: 100%;
		height: 38px;
		background-color: #FF4E00;
		text-align: center;
		vertical-align: middle;
	}

	.view_all {
		color: white;
		line-height: 38px;
		font-size: 12px;
	}
	
	.button1 > .triangle-right {
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent white;
		display: inline-block;
		width: 0;
		height: 0;
		vertical-align: middle;
		position: absolute;
		top: 12px;
		right: 10%;
	}

	.profile-pc {display: none !important;}
	.profile-sp {display: block !important;}
	
	.profile-sp {
		background-color: #FBB52B;
		width: 100%;
	}
	
	.profile-sp > .title > p {
		color: white;
		font-size: 32px;
		text-align: center;
		margin: 0;
		padding: 20px;
	}
	
	.slider-wrapper {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	
	.slider-container {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.slider-list {
		display: flex;
		width: 500%;
		height: 100%;
	}
	.slider-item {
		width: 80vw;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 15px;
		font-weight: bold;
		color: white;
		background: #FF4E00;
	}
	.slider-item > div > img {
		width: 80vw;
	}

	.name-tag-large {
		font-size: 24px;
		margin: 0;
	}

	.name-tag-small {
		font-size: 16px;
		margin: 0;
	}

	.prev-next-box {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		position: absolute;
		top: 43%;
		width: 100%;
	}
	.prev-next-box div {
		width: 38px;
		height: 38px;
		background: white;
		color: #FF4E00;
		box-sizing: border-box;
		display: block;
		border-radius: 50%;
		border-color: #FF4E00;
		border: 1px solid;
	}
	.prev-next-box div:hover {
		cursor: pointer;
	}
	
	.prev-next-box > .prev {
		position: absolute;
		top: 0px;
		left: -20px;
	}
	.prev-next-box > .next {
		position: absolute;
		top: 0px;
		right: -20px;
	}
	
	.prev > .triangle-left {
		border-style: solid;
		border-width: 6px 6px 6px 0;
		border-color: transparent #FF4E00 transparent transparent ;
		display: inline-block;
		width: 0;
		height: 0;
		vertical-align: middle;
		position: absolute;
		top: 13px;
		right: 15px;
	}
	
	.next > .triangle-right {
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #FF4E00;
		display: inline-block;
		width: 0;
		height: 0;
		vertical-align: middle;
		position: absolute;
		top: 13px;
		right: 15px;
	}
	
}

/* pc用スタイル */
@media only screen and (min-width: 750px) {
	html {
		width: 100%;
	}
	body {
		margin: 0;
		width: 100%;
	}
	
	p {
		margin: 0;
	}
	
	li {
		list-style-type: none;
	}
	
	.mont-12 {
		font-size: 12px;
	}
	
	.pc {display: block !important;}
	.sp {display: none !important;}
	
	.top-content {
		margin-top: 60px;
		width: 100%;
		text-align: center;
	}
	.top-content > img {
		width: 100%;
		vertical-align: top;
	}
	
	.banner {
		margin-top: 20px;
	}
	
	.slide {
		display: flex;
	}
	
	.slide > li {
		margin-right: 20px;
	}
	
	.slide > li > div > img.pc {
		/* width: 165px;
		height: 105px; */
		width: 20vw;
	}
	
	.slide > li > div > img.sp {
		width: 110px;
		height: 70px;
	}
	
	.news {
		max-width:980px;
		width: 80%;
		margin: auto;
	}
	
	.news > .title > p {
		color: #FF4E00;
		font-size: 36px;
		text-align: center;
		margin: 0;
	}
	
	.news-columns {
		list-style: none;
		padding-left: 0;
	}
	
	.news-column {
		margin-top: 10px;
	}
	
	.news-column > .container {
		border: 1px solid #FBB50A;
	}
	
	.container > .wrapper {
		margin: 15px;
	}
	
	.tag {
		border-radius: 20px;
		display: inline-block;
		width: 120px;
		margin-right: 10px;
	}
	
	.tag > p {
		font-size: 15px;
		text-align: center;
		margin: 0;
	}
	
	.tag.info {
		background-color: #FFB40c;
	}
	
	.tag.info > p {
		color: white;
	}
	
	.tag.live {
		background-color: #20A4B4;
	}
	
	.tag.live > p {
		color: white;
	}
	
	.tag.release {
		background-color: #285CAC;
	}
	
	.tag.release > p {
		color: white;
	}
	
	.published-time > p {
		font-size: 15px;
		color: #FF4E00;
		margin: 0;
	}
	
	.article > p {
		word-break: break-all;
	}
	
	.button1-wrapper {
		width: 30%;
		margin: auto;
	}
	
	.button1 {
		position:relative;
		/* display: table-cell; */
		display: block;
		width: 100%;
		height: 38px;
		background-color: #FF4E00;
		text-align: center;
		vertical-align: middle;
	}
	
	.view_all {
		color: white;
		line-height: 38px;
	}

	.button1 > .triangle-right {
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent white;
		display: inline-block;
		width: 0;
		height: 0;
		vertical-align: middle;
		position: absolute;
		top: 12px;
		right: 10%;
	}
	
	
	.profile-pc {display: block !important;}
	.profile-sp {display: none !important;}
	
	.profile-pc {
		background-color: #FBB52B;
		width: 100%;
	}
	
	.profile-pc > .title > p {
		color: white;
		font-size: 32px;
		text-align: center;
		margin: 0;
		padding: 20px;
	}

	.profile-row {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-bottom: 50px;
	}

	.profile-item {
		width: 20%;
		background-color: #FF4E00;
		color: white;
		font-weight: bold;
	}

	.profile-item > img {
		width: 100%;
	}

	.profile-item-space {
		width: 5%;
	}
	
	.name-tag-large {
		font-size: clamp(0.9rem, 1.8vw, 1.8rem);
		margin: 0;
	}

	.name-tag-small {
		font-size:clamp(0.8rem, 1.5vw, 1.5rem);
		margin: 0;
	}
}
@media only screen and (max-width: 300px) {
	.button1 > .triangle-right {
		display: none;
	}
	.name-tag-large {
		font-size: 12px;
		margin: 0;
	}

	.name-tag-small {
		font-size: 8px;
		margin: 0;
	}
}
@media only screen and (max-width: 250px) {
	.news > .title > p {
		color: #FF4E00;
		font-size: 16px;
		text-align: center;
		margin: 0;
	}
	
	.profile-sp > .title > p {
		color: white;
		font-size: 16px;
		text-align: center;
		margin: 0;
		padding: 20px;
	}	
}