@charset "UTF-8";
/* ==================================
 base csss
============ */

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	overscroll-behavior-x: none !important;
	border:0;
	outline:0;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
	text-decoration: none;
}
a:focus {
    outline: none;
}

.hand {
	cursor: pointer;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF; /*#454545;*/
	color: #000000;
	min-height: 100vh;	/* add 20220903 */
	min-height: -webkit-fill-available;	/* add 20220903 */
	font-family: arial, sans-serif;;
}

html {	/* add 20220903 */
	height: -webkit-fill-available;
}

.wrapper {
	width: 100%;
	height: 100vh;
	display: table;
}

.index {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	padding-top: 150px;
}

.container {
	width: 100%;
	text-align:center;
	padding-top: 40px;
}

.head {
	position: fixed;
	top: 0;
	left: 30px;
	right: 30px;
	padding-top: 60px;
	color: #000000;
}

h2 {
	text-align: left;
	padding: 18px 0 18px 0;
	font-size: 2.0em;
}

#button_area {
	position: fixed;
	bottom: 0;
	left: 30px;
	right: 30px;
    background-color: inherit;
}

.button_child_area {
	text-align: center;
}

button {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 12px 10px;
	background-color: #3F5FA2;
	border: none;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	width:100%;
	max-width: 300px;
	color: #fff;
	font-size: 1em;
}

label.error {
    font-family: arial, sans-serif;
    font-size: 1em;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d89c9c;
    width: 85%;
    margin: auto;
    color: #FAFAFA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.backallow_box {
	display: inline-block; /* なくても大丈夫だけど、念の為 */
	position: relative;    /* 基準値とする */
	padding: 8px 15px 0 15px;
	width: 100%;
}
.backallow_box::before {
	content: "";           /* 疑似要素に必須 */
	width: 16px;           /* アイコンの横幅 */
	height: 16px;          /* アイコンの高さ */
	background: url(../../images/item/12.User-Location_Page-05.png) no-repeat center center / auto 100%; /* 背景にアイコン画像を配置 */
	display: inline-block; /* 高さを持たせるためにインラインブロック要素にする */
	position: absolute;    /* 相対位置に指定 */
	top: 15px;              /* アイコンの位置。微調整してね */
	left: 10px;             /* アイコンの位置。微調整してね */
	z-index: 999;
}
.backallow_box div {	/* titleのbox */
	display: inline-block;
	padding-left: 10px;
}
.backallow_box div .mark {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	object-fit: cover;/*画像の縦横比を保ったまま領域をカバー*/
	object-position: left top;/*画像の横の位置　縦の位置*/
	vertical-align: baseline;
}
.backallow_box div .subbox {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 0;
}
.backallow_box div .subbox .backname {
	font-size: 1em;
}
.backallow_box div .subbox .active_status {
	font-size: 0.4em;
	line-height: 0.8;
}
.cp_account_box {
	display: inline-block; /* なくても大丈夫だけど、念の為 */
	position: relative;    /* 基準値とする */
	padding: 10px 0 10px 10px;
	width: 100%;
}
.cp_account_box img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	object-fit: cover;/*画像の縦横比を保ったまま領域をカバー*/
	object-position: left top;/*画像の横の位置　縦の位置*/
	vertical-align: baseline;
}
.cp_account_box .subbox {
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 0;
}
.cp_account_box .subbox .nickname {
	font-size: 1.0em;
}
.cp_account_box .subbox .email {
	font-size: 0.8em;
}

textarea {
	font-size: 1em;
	padding: 15px 10px 10px;
	font-family: 'Source Sans Pro',arial,sans-serif;
	border: 1px solid #cecece;
	background: #e7e7e7;
	color: #000; /*#FAFAFA;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 600px;
	height:100px;
	margin-bottom:10px;
}
::-webkit-input-placeholder {
   color: #bbb;
}
::-moz-placeholder {
   color: #bbb;
}
::-ms-input-placeholder {
   color: #bbb;
}

input {
	padding: 5px;
	border-radius: 5px;
}

select {
	border: none;
}

/* Ajax インジケータ triwareinc adding
-------------------------------------------------- */
.ajax_loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f7f7f9;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	background-image: url('../images/ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: none;
}
