@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #87CEFA; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #87CEFA; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #87CEFA; /* キーカラーを指定 */
}


.red{
	color:#cc1237;
}

.bold{
	font-weight:bold;
}



.mini_title{
	font-size: 110% !important;
	font-weight: bold;
	color: #87CEFA;/* キーカラーを指定 */
}

.midokoro{
	color: #fff;
	background-color: #87CEFA;/* キーカラーを指定 */
	margin: 0;
	padding: 10px;
	font-weight: bold;
	margin-bottom:0px !important;
}


ul li {
  margin-left: 0;
  list-style: none;
}


.feature_list {
  margin: auto;
  width: 1040px;
}


.feature_list li:nth-child(1) {
  background: url(../../sekainozekkei365/img/zekkei365_img01_1.jpg) no-repeat right center;
}

.feature_list li:nth-child(2) {
  background: url(../../sekainozekkei365/img/zekkei365_img01_2.jpg) no-repeat left center;
}

.feature_list li:nth-child(2n) img {
  margin-left: auto;
}

.feature_list li:nth-child(2n) p {
  margin-left: auto;
  width: 550px;
}

.feature_list li:nth-child(3) {
  background: url(../../sekainozekkei365/img/zekkei365_img01_3.jpg) no-repeat right center;
}


.feature_list li {
  height: 496px;
  margin-top: 20px;
}


.feature_list li img {
  width: auto;
}

.feature_list li p {
  font-size: 24px;
  margin-top: 18px;
  padding-left: 0;
  text-shadow: 2px 2px 0 #fff;
  line-height: 1.6;
  letter-spacing: normal;
  width: 530px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.country{
	font-size: 80% !important;
	color: #05a26b;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 10px 0px;
}

.question{
	color: #87CEFA;
	font-family: YakuHanJPs, 'Meiryo', sans-serif;
}

.prof{
	background-color: #f9f3e4;
	padding: 20px;
}

.prof p{
	font-size:90%;
	color:#642626;
}

.prof_title{
		border-bottom:solid 1px #642626;
	display: inline-block;
padding-bottom: 10px;

}


.col2-1.per80, .col2-2.per80 {
  width: 73%;
}

.prof2{
	padding-top: 20px;
}


.dvd{
	font-size:80%;
	color:#fff;
	font-weight:bold;
	background-color: #ff7511;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0px !important;
}

.bd{
	background-color:#08add2;
}

.time{
text-align: right;
}

.bottom{
	padding-bottom:20px;
}

.bottom2{
	padding-bottom: 32px;
}


.bottom3{
  padding-bottom: 25px;
}


.small{
  font-size: 99% !important;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.bottom{
	padding-bottom:0px;
}

.bottom2{
	padding-bottom: 0px;
}


.bottom3{
	padding-bottom:0px;
}

.feature_list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 0 23px;
  width: 100%;
}


.feature_list li .txt_feature_list {
  margin-top: -4px;
}

.feature_list li:nth-child(1) {
  background: none;
  margin-top: 24px;
}

.feature_list li:nth-child(2) {
  background: none;
  margin-top: 24px;
}

.feature_list li:nth-child(2n) p {
  margin-left: auto;
  width: 100%;
}

.feature_list li:nth-child(3) {
  background: none;
  margin-top: 24px;
}


.feature_list li:nth-child(4) {
  background: none;
  margin-top: 24px;
}


.feature_list li:nth-child(5) {
  background: none;
  margin-top: 24px;
}


.feature_list li p {
  font-size: 18px;
  margin-top: 12px;
  text-shadow: 2px 2px 0 #fff;
  width: 100%;
}

.feature_list li img {
  width: 100%;
}

.feature_list li {
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.tracklist li {
  width: 100%;
}

.midokoro {
  width: 100%;

}

}/* Media Query for SmartPhone */