@charset "utf-8";
/******************************************
 ■ 画面幅指定なし（PC）
******************************************/
/*-- Flex --*/
.form-row, .row-input, .row-name {
	display: -webkit-flex;
	display: flex;
}
.form-row, .row-input {
	/*-webkit-flex-direction: column;*//* 縦並び */
	/*flex-direction: column;*//* 縦並び */
	-webkit-flex-direction: row;/* 横並び */
	flex-direction: row;/* 横並び */
}
.row-name, .row-input {
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*----------*/

.contact-form-container {
	width: 100%;
	margin: 0 auto;
	display: table;
	text-align: left;
	/*font-size: 14px;*/
	color: #000;
	/*line-height: 18px;*/
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form {
	width: 100%;
	margin: 0 auto;
	display: table;
	border-top: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
}
.form-block-title {
	color: #FFFFFF;
	background-color: #028bcf;
	padding: .2em .6em;
	margin-top: 1.8em;
}
.form-example {
	display: table;
}
.row-name {
	/*width: 100%;*/
	width: 19em;
	padding: 10px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	background-color: #eee;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.row-name strong {
	margin-right: auto;
}
.required {
	background-color: #E34742;
	display: inline;
	padding: .3em .6em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	margin-left: .2em;
	float: right;
}
.row-input {
	width: 100%;
	padding: 10px;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.contact-form input, .contact-form textarea {
	width: 100%;
	margin-right: 0.5em;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form textarea {
	height: 7em;
}
.contact-form-container input[type=radio], .contact-form-container input[type=checkbox] {
	width: 1.5em;
	height: 1.5em;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-form-container input[type=radio] {
	margin-right: 0;
}
.contact-form-container label {
	vertical-align: .3em;
	margin-right: 1em;
}
.postal-code {
	width: 9em !important;
}
.postal-code-serach {
	width: 4em !important;
}
.bday-year {
	width: 6em !important;
}
.bday-month {
	width: 4em !important;
}
.bday-day {
	width: 4em !important;
}
.form-payment {
	border: 1px solid #000000;
	padding: 0.5em;
	line-height: 2em;
}
.form-agree {
	background-color: #dddddd;
	padding: 0.5em;
	line-height: 2em;
	margin-top: 2em;
}
.form-btn {
	display: table;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	padding: 15px;
    background-color: #028bcf;
    border: 0px solid #1b2084;
    color: #ffffff;
	box-shadow: 0px 0px 3px 2px #3e5d6c3d;
	margin-top: 2em;
	margin-bottom: 2em;
	float: left;
	margin-right: 1.5em;
}
.form-error-msg {
	font-weight: bold;
	color: #FF6060;
	background: #FCFF5C;
}
.error_all{
	display: block;
}
/* pict */
.pict_box {
	display: inline-block;
	margin-right: 0em;
	float: left;
	vertical-align: middle;
    height: 60px;
	width: 240px;
}
.pict_box:nth-child(6n) {
	margin-right: 0;
}
.pict_file {
	width: 10em !important;
	float: left;
	margin-right: 0 !important;
}
.rotating_arrow {
	height: 24px !important;
	width: auto !important;
    float: left;
    margin: 8px 5px 8px 3px;
    cursor: pointer;
}
.pict_preview {
	height: auto !important;
	width: 100% !important;
}
.pict_preview_tatenaga {
	height: auto !important;
	width: 100% !important;
}
.pict_box .pict_preview_tatenaga {
	margin-top: -7px;
	margin-left: 6.5px;
}
.kakunin_gamen .pict_box {
	margin-right: 1.5em;
	float: left;
	width: auto;
}
.kakunin_gamen .pict_box .pict_preview_tatenaga {
	margin-top: 0px;
}
/*分割線*/
.bunkatsu_sen {
    margin-top: -10px !important;
	border-top: 10px solid red;
    border-bottom: 10px solid blue;
    width: 100%;
    position: absolute !important;
    cursor: row-resize;
    opacity: 0.3;
}
.bunkatsu_sen_mini {
    margin-top: 0px !important;
    border-top: 1px solid red;
    border-bottom: 1px solid blue;
    width: 100%;
    position: absolute !important;
    cursor: initial;
    opacity: 0.3;
    left: 0;
}
.Pygmy_toast {
  font-size: 1.3em;
}

/** .amazon_search_result_list **/
.amazon_search_result_list {
  margin: 0 auto;
  padding: 0 0 1em 0;
  max-width: 90%;
  overflow-x: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.kanren_item_h3 {
  text-align: center;
}
.amazon_search_result_list table {
  margin: 0 auto;
}
.amazon_search_result_list table td {
  vertical-align: top;
}
.amazon_search_result_list .item {
  font-size: 0.9em;
  margin: 0 1em 0 1em;
  max-width: 13em;
}
.amazon_search_result_list .item .img_box {
  width: 13em;
  height: 13em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.amazon_search_result_list .item .title_box {
  margin: 0.5em 0;
}
.amazon_search_result_list .item .price {
  font-weight: bold;
}

/******************************************
 ■ 画面幅768px以下（タブレット）を上書き
******************************************/
@media screen and (max-width: 768px) {
/*-- Flex --*/
.form-row, .row-input {
	-webkit-flex-direction: column;/* 縦並び */
	flex-direction: column;/* 縦並び */
}
/*----------*/
.row-name {
	width: 100%;
	padding: 5px 10px;
}
  
/** .amazon_search_result_list **/
.amazon_search_result_list {
  max-width: 100%;
  overflow-x: scroll;
  box-shadow: 3px 3px 10px 2px #dddddd;
  padding: 1em 0em 1em 1em;
  border-bottom: 0.5em solid #999999;
}
  
}
