/* ****************** 基本 ****************** */
/* ベース設定 */
/* 2019.10.01 */
/*レスポンシブ対応部 */
.container:after { clear: both; content: ''; display: block; }
.item_respons { float: left; }
.big_font { font-weight: bold; }

/* ************** 基本部　****************** */
/* フォント設定 */
/* 游ゴシック */
#va_style {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
font-feature-settings: "pkna" 1;
font-size: 14.5px;
line-height: 185%;
font-weight: 500;
/* background-color: #000000; 背景*/
}
h1, h2, h3, h4, h5, h6, strong { @extend html; font-weight: 700; font-size: 18px; text-align: center; }
/* コンテナ設定 */
#va_style div#wrap { margin: 0px; }
/* 文字色 */
#va_style .white { color: white; }
#va_style .caution { color: #B20000; } /* 赤字（B20000）ボタン */
#va_style .note { color: #B20000; font-weight: 700; } 
#va_style .piablue { color: #3366cc; } /* 青色ボタン */
#va_style .coral { color: #3366cc; } /* 青色 */

/* 重さ */
#va_style .bold { font-weight: 700; }

/* 背景グラデーション　begin2-詳細 */
#va_style .blue_lightblue_back {
	background-color: #696969;
}
/* 注意事項 背景グラデーション */
#va_style .b2_red_back {
	background-color: #B20000;
}
/* customer User 1st Color */
#va_style .red_lightpink_back {
	position: relative;
	background-image: linear-gradient(142deg, #023999 0%, #3264c8 100%);
}
/* 背景 */
#va_style .red_back { background-color: #B20000; }			/*注意帯（キャンセル等使用）*/
#va_style .blue_back { background-color: #3366cc; }			/*最も一般的な帯*/
#va_style .white_back { background-color: #ffffff; }		/*白背景*/
#va_style .lightgray_back { background-color: #CCCCCC; }	/*薄グレー*/
#va_style .lightblue_back { background-color: #eaeaea; }	/*枠線（背景グレー/白の枠線）*/
#va_style .lightpink_back { background-color: #eaeaea; }	/*枠線（背景グレー/白の枠線）*/
#va_style .floralwhite_back { background-color: #ffffff; }	/*白背景*/
#va_style .crimson_back { background-color: #dc143c; }		/*----*/
#va_style .coral_back { background-color: #000000; }		/*黒背景*/
#va_style .gray_back { background-color: #eaeaea; }			/*薄グレー帯*/
#va_style .b20_back { background-color: #b20000; }			/*赤背景*/
/* 寄せ */
#va_style .center { margin: auto; }
#va_style .center_text { text-align: center; }
#va_style .left_text { text-align: left; }
/*画像*/
#va_style .artist_img .img {
	max-width: 100%;
 	height: auto;
}
/* ****************** 基本 ****************** */

/* ****************** ロゴ ****************** */
/* ロゴ-ブロック */
#va_style div#logo {
	text-align: center;
	margin-top: 60px;
	//border-bottom: solid 3px #3366cc;
	margin-bottom: 5px;
}
/* ロゴ画像 */
#va_style div#logo img {
	border: none;
}
/* ****************** ロゴ ****************** */

/* ************** フッター・コピーライト ************** */
/* customer */
.footer { height: 50px;}
#copyright {
	color: #FFFFFF;
	//background-image: linear-gradient(#ff8162 0%, #f8b542 100%);
	background-color: #4f4f4f;
	text-align: center;
	//border-top: solid 10px #3366cc;
	padding: 30px 0 30px 0;
	//margin: 5px 0px;
	font-size: 80%;
}
/* ************** コピーライト ************** */

/* ************** 受付タイトル ************** */
/* 受付タイトルブロック */
#va_style div#title {
	text-align: center;
	//margin: 5px 0px;
}
/* 受付タイトル(タイトル) */
#va_style div#title h1 {
	font-weight: bold;
	color: #1f1f1f;
}
/* 受付タイトル(サブタイトル) */
#va_style div#title h2 {
	font-size: 130%;
}
/* ************** 受付タイトル ************** */

/* *************** コンテンツ *************** */
#va_style div.contents { margin: 20px 0; text-align:center; clear:both;}
/* *************** コンテンツ *************** */

/* *********** コンテンツタイトル *********** */
/* コンテンツタイトルブロック */
#va_style div.contents_title {
	padding: 10px;
}
/* コンテンツタイトル */
#va_style div.contents_title h2 {
	color: #fff;
	font-size: 100%;
}
/* *********** コンテンツタイトル *********** */

/* ************ コンテンツボディ ************ */
#va_style div.contents_body {
	text-align: left;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0;
	padding: 2px;
}
/* ************ コンテンツボディ ************ */

/* ************** 項目ブロック ************** */
#va_style div.item_title { padding: 5px; text-align: left; }
#va_style div.item_hint { padding: 5px; text-align: right; }
#va_style div.item_msg { padding: 10px; text-align: left; }
#va_style div.item_msg_list { padding: 5px; text-align: left; border-bottom: 1px dashed #cccccc; }
/* ************** 項目ブロック ************** */

/* ************** 余白ブロック ************** */
#va_style div.space_block { margin: 20px 0; text-align:center; }
#va_style div.space_block_ten { margin: 10px 0; text-align:center; }
#va_style div.space_left_title { margin: 0 0 0 10px ; }
/* ************** 余白ブロック ************** */

/* **************** 箇条書き **************** */
#va_style ul {
	list-style-type:disc;
}

#va_style li {
	margin-left:20px;
	//border-bottom: 1px solid #cccccc;
}
/* **************** 箇条書き **************** */

/* **************** テーブル内注意事項 **************** */
/* 表(横組) */
#va_style dl.table_in_cation {
	padding: 0px;
}
/* 表(横組) 項目名 */
#va_style dl.table_in_cation dt.nbd {
	clear: left;
	float: left;
	font-weight: normal;
	width: 15px;
	border-top: 0px
}
/* 表(横組) 項目内容 */
#va_style dl.table_in_cation dd.nbd {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	padding-left: 2px;
	font-weight: normal;
	border-top: 0px
}

/* 表(横組) 項目名 */
#va_style dl.table_in_cation dt.radio {
	clear: left;
	float: left;
	font-weight: normal;
	width: 30px;
	border-top: 0px
}
/* 表(横組) 項目内容 */
#va_style dl.table_in_cation dd.radio {
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 0px;
	padding-left: 2px;
	font-weight: normal;
	border-top: 0px
}
#va_style dl.charge {
	font-feature-settings: "pkna" 1;
	font-size: 11px;
	line-height: 175%;
	font-weight: 700;
}

/* **************** テーブル内注意事項 **************** */

/* **************** 表(縦組) **************** */
/* 表(縦組) */
#va_style dl.vertical_table {
	padding: 5px;
	/*border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; */
}
/* 表(縦組) 項目名 */
#va_style dl.vertical_table dt {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* 表(縦組) 項目内容 */
#va_style dl.vertical_table dd {
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 5px;
	//border-top: 1px solid #cccccc;
}
/* 表(縦組) ライン上部 */
#va_style .line_top {
	border-top: 1px solid #cccccc;
}
/* 表(縦組) ライン下部 */
#va_style .line_bottom {
	border-bottom: 1px solid #cccccc;
}
/* 表(縦組)-入れ子オプション */
#va_style dl.vertical_in {
	padding: 20px;
	border: none;
	/* border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; */
}
/* **************** 表(縦組) **************** */

/* **************** 表(横組) **************** */
/* 表(横組) */
#va_style dl.horizontal_table {
	padding: 5px;
	//border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* 表(横組) 項目名 */
#va_style dl.horizontal_table dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 70px;
}
/* 表(横組) 項目内容1行目 */
#va_style dl.horizontal_table dd {
	margin-left: 75px;
	margin-top: 2px;
	padding-left: 8px;
	font-weight: normal;
}
/* 表(横組) 項目内容2行目以降 */
#va_style dl.horizontal_table dd.add {
	padding-top: 5px;
	border-top: 1px dashed #cccccc;
}

/*開き窓*/
.window {
	border-: 1px 1px 1px 1p;
}

/* **************** 表(横組) **************** */
/* customer */
.test_001
{
	width: 100%;
	//height: 100%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	background-image: linear-gradient(-34deg, #ffd7d7 0%, #ff6161 100%);
	-webkit-transition: all 0.4s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-moz-transition: all 0.4s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 0.4s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 0.4s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.test_002
{
	width: 100%;
	//height: 100px;
	position: relative;
	background-image: linear-gradient(142deg, #ff8162 0%, #f8b542 100%);
}

.test_003 {
	cursor: pointer;
	margin: auto;
	margin-top: 150px;
	max-width: 300px;
	height: 70px;
	background-color: #ff8162;
	border-radius: 90px;
	text-align: center;
	color: #FFF;
	line-height: 70px;
	border: 1px solid #ff8162;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.test_003:hover
{
	background-color: #FFF;
	color: #ff8162;
}

.test_004 {
	cursor: pointer;
	height: 15vw;
	width: 15vw;
	min-height: 150px;
	min-width: 150px;
	border-radius: 100%;
	background-color: #f1f3f8;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), inset -1px 3px 0 white;

	position: absolute;
	top: 90%;
  	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.test_box {
	padding: 0.5em 1em;
	margin:0.5em 0;
	font-weight: bold;
	color: #B20000;/*文字色*/
	background: #FFF;
	border: solid 3px #333;/*線*/
	border-radius: 10px;/*角の丸み*/
	font-size:20px;
}

.test_box p {
    margin: 0; 
    padding: 0;
}

.test_004:hover {
	background-color: #595968;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), inset -1px 3px 0 #595968;
}


input[type=submit], input[type=button] {
	display: inline-block;
	cursor: pointer;
	margin: auto;
	width: 250px;
	height: 60px;
	/* background-color: #000;*/
	border-radius: 38px;
	text-align: center;
	color: #ffffff;
	/* border: 1px solid #000; */

	font-size:20px;
	font-weight:bold;

	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
/* ボタン　「次へ」*/
input[type=submit].next {
	display: inline-block;
	cursor: pointer;
	margin: auto;
	width: 250px;
	height: 60px;
	background-color: #023999;
	border-radius: 38px;
	text-align: center;
	color: #ffffff;
	/* border: 1px solid #ff8162; */
	font-size:18px;
	font-weight:bold;
	transition: all 0.3s ease 0s;
	border: solid 0px rgba(0,0,0,0);
}

input[type=submit].next:hover {
	background: #ccc;
	color: #fff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

input[type=button].address {
	/* padding:3px; */
	/* margin-right: 1px; */
	background-color: #4f4f4f;
	/*background: -webkit-gradient(linear,left top, left bottom, from(#999999), color-stop(80%,#cccccc), to(#cccccc));
	background: -moz-linear-gradient(left top, #999999, #cccccc 80%, #cccccc);*/
	cursor:pointer;
	width:100px;
	height: 40px;
	font-size:100%;
	font-weight:bold;
	border-radius: 5px;
}
input[type=submit].prev {
	padding:3px;
	/*margin-right: 10px;*/
	background-color: #FFFFFF;
	background: -webkit-gradient(linear,left top, left bottom, from(#FFFFFF), color-stop(80%,#cccccc), to(#cccccc));
	background: -moz-linear-gradient(left top, #FFFFFF, #cccccc 80%, #cccccc);
	cursor:pointer;
	color:#B20000;
	text-shadow: 1px 1px 2px #FFFFFF;
	filter: dropshadow(color=#cccccc, offx=1, offy=1);
	font-size:100%;
	font-weight:bold;
}

/* **************** FORM **************** */

form input {
	position: relative;
	border: 0;
	outline: 0;
	background: #fff;
	padding: 0.75em 1em 0.75em 1em;
	border: solid 1px rgba(0,0,0,0.25);
	/* webkit-appearance: none; */
	border-radius: 0;
	-webkit-tap-highlight-color : rgba(0,0,0,0)
}

input[type=checkbox] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

/************ フォーム内ガイド  *************/
::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
placeholder{
	color:#ccc
}

/* **************** アコーディオン **************** */

.ac_tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.ac_tab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.ac_tab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #696969; /* back_color */
}

.ac_tab .ac_tab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #FFF;
}
.ac_tab .ac_tab-content p {
	margin: 1em;
}
/* :checked */
.ac_tab input:checked ~ .ac_tab-content {
	max-height: 50em;
}
/* Icon */
.ac_tab label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size:150%;
}
.ac_tab input[type=checkbox] + label::after {
	content: '+';
}
.ac_tab input[type=checkbox]:checked + label::after {
	transform: rotate(515deg);
}

/* **************** entry内のBox **************** */
/*ピアブルー*/
.box_in1 {
	padding: 0.5em 1em;
	margin: 0em 0em 1em 0em;
	background: #FFF;
	border: solid 3px #023999;
	border-radius: 10px;
	min-width: 320px;
	width: 50%;
}
.box_in2 {
	padding: 0.5em 1em;
	margin: 0em 0em 1em 0em;
	background: #FFF;
	border: solid 3px #888;
	border-radius: 10px;
	min-width: 320px;
	width: 50%;
}

.box_in3 {
	padding: 0.5em 0.2em;
	margin: 1em 1.4em 1em 1em;
	background: #FFF;
	border: solid 2px #b20000;
	border-radius: 5px;
	min-width: 300px;
}

.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #ffff;
    border-left: solid 10px #ffc06e;
}

#va_style div.item_left {
	display:  inline-block;
	width: 70px ; 
}

#va_style div.item_left2 {
	display:  inline-block;
}

.bg_screen {
	background-image: url(../image/icons/screen_sho.png);    /* 背景画像指定 */
	padding:  350px;
	background-no-repeat: 繰り返しの指定; 
}