/*-----------------

portrait.css

-------------------*/

/* メインビジュアル */
#mainVisual {
	/*background-color: #242424;*/
	background-color: #ffffff;
}

/* STEP, VOICE 茶色の背景色指定 */
#step, #voice {
	background-color: #e1d5bd;
}
#notes {
	background-color: #e1d5bd;
}

/* 見出しを明朝フォントにしたい */
h1,h2,h3,h4,h5,h6 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
}

/* ノート切れ端的な飾りはいらない */
#customerVoice{
	background-image: none;
}

/* 注文フォームの見出し部分、青い背景が刺さってるのでこれも解除 */
#order h2{
	font-family: 'Noto Sans Japanese', sans-serif;
	background-image: none;
}
#order h2 img {
	display: inline;
	width: 41px;
	height: auto;
}

/* ボタン */
a.button, button.button {
    color: #0E837E;
    border: 2px solid #0E837E;
}
a.button, a.buttonOrg, a.buttonGrn, button.button, button.buttonOrg, button.buttonGrn {
    display: block;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:link {
    color: #0B5652;
    text-decoration: underline;
}

a.button:hover, button.button:hover {
    background: #0E837E;
    color: #fff !important;
}

/* inherit */
div#base-lp #inquiry a{
	text-decoration: none;
	color: #0E837E;
}

/*
div#base-lp a.button {
    position: absolute;
    bottom: 30px;
}
*/
div#base-lp #inquiry a {
    width: 260px;
}
div#base-lp #inquiry a {
    width: 240px;
    margin: 0 auto;
}


/* フォーム部分の番号画像はいらない */
#step01.inputStep h3,#step02.inputStep h3,#step03.inputStep h3 {
	background-image: none;
	padding-left: 10px;
}

/* step01にもフォームを追加してるので、それ用のCSS */
@media screen and (max-width:640px) {
	/*
	* {
		word-wrap: break-word;
		white-space: normal;
	}
	*/
	.inputStep {
		width: 100%;
		padding: 20px 0px;
	}

	#step01.inputStep th {
		padding-bottom: 0;
	}
	#step01.inputStep th, #step01.inputStep td {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
}

table.portraitOrderTable td {
	padding-bottom: 20px;
}

div.partner_companies {
	margin-top: 100px;
	text-align: center;
}
div.partner_companies h4 {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0em;
}
div.partner_companies img {
	width: 200px;
	margin-right: 24px;
}
div.partner_companies span {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	margin-top: 6px;
}
@media screen and (min-width:641px) {
	div.partner_companies span {
		line-height: 10px;
	}
}
@media screen and (max-width:640px) {
	div.partner_companies img {
		width: 200px;
		display: block;
		margin: 0 auto;
	}
}



#voice, #order {
	background: none;
}
#customerVoiceHeader {
	background-color: #fff;
}
div#point .blockSection {
	padding: 35px 0;
}
div#point .blockSection a.btnOrder {
	text-align: center;
	display: block;
	padding: 0;
	margin: 0 auto 50px;
}
div#point .blockSection h2 {
	font-size: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
}
div#point ul#mainVisualUl {
	width: 560px;
	margin: 0 auto 50px;
}
div#point ul#mainVisualUl li {
	list-style: square;
	float: none;
	width: 100%;
	display: block;
	margin-right: none;
}
div#point ul#mainVisualUl li:not(:last-child) {
	margin-bottom: 4px;
}
@media screen and (max-width:640px) {
	div#point ul#mainVisualUl {
		width: 100%;
	}
}

.btnOrder img {
	width: 480px;
}
#point h2 {
	line-height: 1em;
	text-decoration: underline;/*下線を引く*/
	text-decoration-color: #000000;/*下線を赤色*/
}
#point h2 p {
	margin-bottom: 16px;
}
#voice .voice_link {
	text-align: center;
	margin-bottom: 30px;
}
/*
#voice .voice_link a {
	color: #462828;
	padding: 5px;
	background-color: #b7f2a9;
}
*/
.portraitOrderOption {
	margin-bottom: 20px;
}
.portraitOrderOption h5 {
	font-size: 1.1em;
	width: 100%;
	border-bottom: solid 1px #000000;
}
.portraitOrderOption div {
	margin: 20px 0 20px 80px
}
.portraitOrderOption div ul {
	margin-bottom: 20px;
}
.portraitOrderOption div ul li {
	line-height: 2.5em;
}
.portraitOrderOption div .arr {
	color: #ff0000;
}

.portraitOrderOption p.frame {
	width: 599px;
	margin: 30px 0 10px;
}
.portraitOrderOption p.frame small {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}
.pc {
	display: inline;
}
.sp {
	display: none;
}
@media screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	input[type=text].f01 {
		width: 100%;
	}
	.inputStep textarea {
		width: 100%;
	}
	.portraitOrderOption div {
		margin: 20px 0 20px 0;
	}
	.portraitOrderOption p.frame {
		width: 100%;
	}
	.portraitOrderOption p.frame a {
		display: block;
		text-align: center;
	}
	#order h2 {
		vertical-align: middle;
	}
	#order h2 img {
		vertical-align: middle;
	}
	#customerVoiceHeader {
		margin-top: 40px;
	}
}

.review {
	margin: 20px 0 30px 0 !important;
}
.review_link {
	margin: 0 0 10px !important;
}
.review_link::before {
  content: '';  /* テキストコンテンツは空に設定 */
  display: inline-block;
  width: 32px;  /* 画像の幅を指定 */
  height: 32px; /* 画像の高さを指定 */
  background-image: url('../images/22816019.png'); /* 画像のパスを指定 */
  background-size: cover; /* 画像が幅と高さにフィットするように設定 */
  background-repeat: no-repeat; /* 画像の繰り返しを無効にする */
  margin-right: 8px; /* 画像とテキストの間のスペース */
  vertical-align: middle; /* 画像とテキストを縦方向で揃える */
}
.review_link a {
	text-decoration: none !important;
	color: #462828 !important;
}
