@charset "Shift_JIS";



.fade___________________________ { /*フェード効果*/
    -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;
}
.fade___________________________:hover {/*フェード効果*/
    opacity: 0;
    filter: alpha(opacity=0);
	cursor:crosshair; 
} 


.itembox___________________________:hover {
	cursor:move; 
}
.___________________________________________________{
}
.___________________________________________________{
}
.___________________________________________________{
}


.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.___________________________________________________{
}
.___________________________________________________{
}
.___________________________________________________{
}
.border_____________________________________________{
    border: 1px solid #CCCCCC;
}
.___________________________________________________{
}
.img________________________________________________{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.___________________________________________________{
}
.box-sizing___________________________________________{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.___________________________________________________{
}
.flex________________________________________________{
	
	/* フレックス バリエーション */
	flex-wrap: wrap;  /* 折り返し */
	display: flex;
	align-content: stretch;   /* 縦の位置指定 */
	justify-content:space-between;   /* 両端は0pxで均等配置 */
	justify-content: left;   /* 左揃え */
	justify-content: center;   /* センター揃え */
	justify-content:flex-start;   /* 始点揃え */
	justify-content:flex-end;   /* 終点揃え */
	justify-content:space-around;   /* 両端含め均等配置 */
}



.______hover__transition_______________________________________________{
}

a.transition______________________________ {	/*トランジションーーーーーーーーーーーーーーーーーーーー*/
	transition: all 0.2s;/*	両方に設定する事。マウスアウト時にも効果を持たせる*/
}
a.transition:hover________________________ {	/*トランジションーーーーーーーーーーーーーーーーーーーー*/
	opacity: 0.5;
	text-decoration: none;
	transition: all 0.2s;
}


.______hover__ttransform_______________________________________________{
}

.transform______________________________ {
  transform: translate(-200%, 0%);	/*ーーーX軸Y軸、px・%で指定可能ーーーーーーーーーーーーーーーーーーーー*/
	transition: all 1s;	/*ーーー同時にトランジションも加えるーーーーーーーーーーーーーーーーーーーー*/
}


.______pointer_______________________________________________{
}

/*ポインターーーーーーーーーーーーーーーーーーーーー*/
.cursor____________________________ {
	cursor: none;
	cursor: pointer;
	cursor: default;/*矢印ーーーーーー*/
	cursor: move;/*十字矢印ーーーーーー*/
}



.___________________________________________________{
}


html {
	scroll-behavior: smooth;
}

img {
    margin: 0px;
}

body {
    font-size: 14px;   /* 220614 62.5%縺九ｉ14px縺ｸ螟画峩縲‥rawer縺ｮ螟ｩ蝨ｰ蟷?↓蠖ｱ髻ｿ縺ゅｊ縲?-10px縺九ｉ-14px縺ｸ蜷梧凾縺ｫ螟画峩*/
    line-height: 1.6em;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
    color: #333333; /* 220614 #666縺九ｉ#333縺ｸ螟画峩*/
    margin: 0px;
    font-weight: normal;
    position: relative;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -999;
    width: 100%;
    overflow-x: hidden;
}

.-----formWrap--------------------------------------------------------------------------------------- {
}


#formWrap #progress {
    background-color: #f1f1f1;
    width: 96%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #CCC;
    text-align: center;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
    font-size: 13px;
    color: #999;
    line-height: 1em;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
    padding-right: 2%;
}
#formWrap #progress span {
	color: #039;
	font-weight: normal;
}
#formWrap {
    width: 100%;
    color: #333;
    padding: 0px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}
#formWrap h2 {
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
    font-size: 170%;
    line-height: 150%;
    font-weight: normal;
    color: #3CF;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: -15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#formWrap p {
	font-size: 115%;
	line-height: 160%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#formWrap div h4 {
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #F00;
	text-align: left;
}
#formWrap h5 {
	font-size: 160%;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#formWrap p .hissu {
	color: #C00;
}
#formWrap form #soushin {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#formWrap form #soushin input {
	padding: 6px;
	margin: 10px;
}
#formWrap form {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
    text-align: left;
}
#formWrap form input {
    border: 1px solid #CCCCCC;
    height: 20px;
    font-size: 14px;
}
#formWrap form select {
    height: 20px;
    font-size: 16px;
}
#formWrap form Table  {
	width:100%;
	border-collapse:collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#formWrap form Table tr th {
	border:1px solid #ccc;
	padding:10px;
	width:30%;
	font-weight:normal;
	background:#f1f1f1;
	text-align:left;
	border-radius: 0px;
}
#formWrap form table tr th .hissu {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #C00;
}
#formWrap form Table tr td {
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
	width: 70%;
}
#formWrap form table tr td .hissu {
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 150%;
	font-weight: normal;
	color: #C00;
}
#formWrap form table tr td select {
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
}
#formWrap .soushin-btn {
    text-align: center;
    margin-top: 30px;
}
#formWrap .soushin-btn input {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    background-color: #F2F2F2;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.2s;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #666666;
    color: #333333;
    font-weight: normal;
}
#formWrap .soushin-btn input:hover {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
    background-color: #FBB03C;
    color: #333333;
    border: 1px solid #666666;
    font-weight: normal;
}
tr td .denwa-toiawase {
    margin-bottom: 0px;
    padding-bottom: 0px;
}




._--------------------------form-area------------------------------------------------------------------ {
}
#form-area {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#form-area h1 {
	color: #FFFFFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-size: 28px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin: 0px;
}
#form-area .flex-cart-BOX {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F2F2F2;
}
#form-area .flex-cart-BOX .left {
	width: 64%;
	text-align: center;
	padding-bottom: 20px;
}
#form-area .flex-cart-BOX .left img {
	width: 100%;
	height: auto;
}
#form-area .flex-cart-BOX .left p {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px auto 20px;
	padding: 0px;
	color: #333333;
	width: 60%;
}
#form-area .flex-cart-BOX .left h3 {
	font-size: 18px;
	line-height: 1em;
	padding: 0px;
	margin: 0px auto 20px;
	color: #000000;
	width: 80%;
}
#form-area .flex-cart-BOX .left form {
	width: 100%;
}
#form-area .flex-cart-BOX .left form input {
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 14px;
}
#form-area .flex-cart-BOX .right {
	width: 34%;
	padding-right: 2%;
	font-size: 12px;
	line-height: 1em;
}
#form-area .flex-cart-BOX .right h3 {
	text-align: center;
	padding: 10px 0px 8px;
	background-color: #CCCCCC;
	margin: 20px 0px 0px;
	font-size: 18px;
	line-height: 1em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
}
#form-area .flex-cart-BOX .right table {
	width: 100%;
	max-width: 100%;
	background-color: #FFFFFF;
}
#form-area .flex-cart-BOX .right table tbody tr th {
	width: 55%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: center;
}
#form-area .flex-cart-BOX .right table tbody tr td {
	width: 40%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding-left: 0px;
	text-align: right;
	padding-right: 5%;
}
#form-area .flex-cart-BOX .right p  {
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 5px;
}
