@charset "UTF-8";

/* CSS Document */


/*
Theme Name: ユーザーマイページ系 base css
Description: ユーザーマイページ系 base css
Theme URI: 
Author: ifdesign
Author URI: 
Version: 1.00
*/


/*全デバイス/画面サイズに共通：スマートフォン縦のモバイルファーストver*/



/*default clear設定*/

h1 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: normal;
}

h2 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal;
  text-align: center;
}

h3 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal;
  text-align: center;
}

h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}

ul, menu, dir {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0em;
  -webkit-padding-after: 0em;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
}

dl {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

dd {
  display: block;
  margin: 0;
  -webkit-margin-start: 0px;
}

p {
  display: block;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

fieldset {
  border: none;
}

hr {
  display: none;
}

img {
  border: 0px;
  vertical-align: bottom;  
}

p {
  padding: 0;
  margin: 0;
}

table {
  display: table;
  border-collapse: collapse;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
}

body, html {
  height: 100%;
}

body {
  border: none;
  padding: 0px;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
}
.body_wrap {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
/*表示切り替え用*/
.pc {
display: none;
}
.sp {
display: block;
}

/*--------------------------
ボタン系
---------------------------*/
button {
  cursor: pointer;
  cursor: hand;
}
.btn_area {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.btn_area button {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	max-width: 350px;
	font-weight: bold;
	border-style: none;
	font-size: medium;
}

/*--------------------------
フォーム系
---------------------------*/


/*フォームテーブル*/

form {
  width: 100%;
}

article.form {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: small;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article.form .tr {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

article.form .tr.index {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #F39C12;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px solid #F39C12;
  font-weight: bold;
  font-size: medium;
  margin-bottom: 10px;
}

article.form .tr .th {
  width: 100%;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: left;
  /* Safari */
  justify-content: left;
}

article.form .tr .td {
  width: 100%;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article.form .tr .td.Authority span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
}

article.form .tr.subbtn_area {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  background-color: #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}

article.form .tr.subbtn_area p {
  margin-right: auto;
}

article.form .bloc {
  margin-bottom: 20px;
}

article.form .bloc .index {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  background-color: #F1F1F1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: left;
  margin-bottom: 5px;
}


/*td内レイアウト*/

article.form .tr .td dl {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin-bottom: 10px;
}

article.form .tr .td dl dt {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  background-color: #fafafa;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 20%;
}

article.form .tr .td dl dd {
  padding-left: 20px;
}

article.form .tr .td dl dd p {}


/*------------------------------------
フォームパーツ
------------------------------------*/


/*css input*/

.field {
  border: 1px solid #E0E0E0;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000000;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.field.s {
  width: 10%;
}

.field.sm {
  width: 20%;
}

.field.m {
  width: 44%;
}

.field.ml {
  width: 60%;
}

.field.l {
  width: 100%;
}
.comment {
	margin-bottom: 5px;
}

/*css radio*/

.radio-input {
  display: none;
}

.radio-input+label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  padding-top: 2px;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked+label {}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #169ef4;
  border-radius: 50%;
}


/* css checkbox */

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  padding-top: 2px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.checkbox-input:checked+.checkbox-parts {}

.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #169ef4;
  border-right: 3px solid #169ef4;
}


/* css select */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #c3c3c3;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  margin-right: 10px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/*------------------------------------
アラート
------------------------------------*/

.help-inline {
  color: red;
  font-size: x-small;
}

.required {
  color: red;
}

.err_message {
  color: red;
}

.alert_area {
  width: 100%;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert .index {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px auto;
  background-image: url("/admin/statics/images/common/icon/info.png");
}

.alert-success .index {
  background-image: url("/admin/statics/images/common/icon/success.png");
}

.alert-error .index {
  background-image: url("/admin/statics/images/common/icon/warning.png");
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.alert strong {
  font-weight: bold;
}




/*PC、タブレット縦、スマートフォン横レイアウト：481px以上に適用*/
@media screen and (min-width: 481px) { 
.pc {
display: block;
}
.sp {
display: none;
}

}


/*PC、タブレット横レイアウト：769px以上に適用*/
@media screen and (min-width: 769px) { 
.pc {
display: block;
}
.sp {
display: none;
}

}









