﻿/* ---------------------------------------------- */
/*                foreign.html                  */
/* ---------------------------------------------- */
body {
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
}

.style-pc-mode {
	display: block;
}

.style-sp-mode {
	display: none;
}

/* Header Section */
#logo_img {
	width: 230px;
}

/* MainImage Section */
#mvbox {
	width: 100%;
	height: 100vh;
}

/* Problem Section */
.problem-section {
	margin-top: 20px;
	margin-bottom: 50px;
}

.problem-area {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}

/* Slick Section */
.slick-section {
	margin-top: 30px;
	margin-bottom: 50px;
}

/* Photo Section */
.photo-section {
	margin-bottom: 50px;
}

.photo-margin {
	margin-top: 5px;
}

.photo-thanks {
	margin-top:20px;
	font-size: 150%;
	line-height: 120%;
}

/* Commercial Section */
.commercial-comment {
	margin-top: -20px;
}


/*ここからスマートフォン用（768px以下）環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 768px) {
	.style-pc-mode {
		display: none;
	}

	.style-sp-mode {
		display: block;
	}

	#logo-img-mobile {
		width: 250px;
	}

	.problem-arrow {
		margin-left: 110px;
	}
}
