﻿@charset "UTF-8";

/* 必須マーク */
.required{
    color: #f42d43;
    font-weight: normal;
    font-size: 62.5%;
    margin-left: 5px;
}


/* 任意マーク */
.optional{
    margin: 0 0.5em;
    padding: 0 0.5em;
    -webkit-border-radius: 6px;   /* Safari,Google Chrome */
    -moz-border-radius: 6px;      /* Firefox12まで */
    border-radius: 6px;           /* Firefox13以降 */
    background-color: #a2a4b4;
    color: #fff;
    font-weight: normal;
    font-size: 80%;
}

input[type="text"],
input[type="tel"],
input[type="checkbox"],
input[type="radio"],
select:active,
select:focus,
textarea {
  outline: none !important;
}



/*----------------------------------------------------
    form_テーブル箇所
----------------------------------------------------*/
section table   { 
		width: 100%; 
}
		

select, input[type="file"] {
		background-color:#FFF0F5;
		border: 1px solid #FFC0CB;
		height: 30px;
		padding: 0 10px 0 10px;
		line-height: 30px;
		border-radius: 3px;
		}
		
.form-layout-style{
		background-color:#FFF;
		border: 1px solid #CCC;
		/*height: 30px;*/
		padding: 3px 10px;
		/*line-height: 30px;*/
		font-size:94%;
    margin: 0;
		}

.check-layout-style{
	font-size:100%;
	color:#57575e;
		line-height: 30px;
		padding:1px;
		}
.check-layout-style:focus{
		outline:none ;
		}
		
textarea {
	width:70%;
	min-width:70%;
/*    min-height: 190px;
    max-height: 300px;*/
}
textarea.check-layout-style{
	resize: none;
	width:90%;
	height:auto;
	min-width:none;
	min-width:none;
	min-height:60px;
	max-height:none;
}


input:focus, select:focus, textarea:focus {
		outline: 2px #FFC0CB solid  ;
		border-radius: 3px;
		}


input.submit_button {
	font-size:94%;
		  display: inline-block;
		  padding: 15px 24px 13px 0;
		  color: #fff;
		  border-radius: 4px;
		  background-color:inherit;
		  cursor:pointer;
			}

button.submit_button {
	font-size:94%;
		  color: #fff;
		  background:none;
		  border:none;
		  cursor:pointer;
		  margin-bottom:30px;
		  
	}
			
.button.submit{
	margin:0 auto 30px !important;
}
		  
/*input.back_button {
		  display: inline-block;
		  padding: 15px 24px 13px;
		  color: #fff;
		  border-radius: 4px;
		  background-color: #a2a4b4;
		  -webkit-transition: background-color 70ms linear;
		  transition: background-color 70ms linear;
			}
			
input.back_button:hover  {
		background-color: #b0b1b4;
		  }*/
		  

.back_button {
  display: inline-block;
  padding: 15px 24px 13px 15px;
	font-size:94%;
	line-height:1.8;
  color: #0056a8;
  border: 2px solid #0056a8;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 70ms linear;
          transition: border-color 70ms linear;
}

.back_button:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  vertical-align: bottom;
  background-position: 0 -168px;
}

.back_button:visited {
  color: #0056a8;
}

.back_button:hover {
  text-decoration: none;
  color: #2f94ff;
  border-color: #2f94ff;
}		  
			
		
.table-row{
		display:none;
	}	
	

label{
    cursor:pointer;
	}


.table-layout th {
  padding: 19px 20px 19px;
  font-weight: normal;
}
.table-layout td {
  padding: 19px 20px 19px;
}

.table-layout hr {
  margin: 19px 0;
}




input.form-layout-style {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  height: 30px;
  padding: 4px 10px;
  font-size: 12px;
  text-align: left;
  color: #a2a4b4;
  border: 1px solid #e4e7eb;
  border-radius: 3px;
  outline: none;
  background-color: #e4e7eb;
  -webkit-appearance: none;
}

input.form-layout-style:focus {
  color: #353539;
  outline: none;
  background-color: #fff;
}

textarea.form-layout-style {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 130px;
  padding: 5px 10px;
  font-size: 12px;
  text-align: left;
  color: #a2a4b4;
  border-radius: 3px;
  outline: none;
  background-color: #e4e7eb;
  border: 1px solid #e4e7eb;
  max-width: 100%;
  -webkit-appearance: none;
}

textarea.form-layout-style:focus {
  outline: none;
  background-color: #fff;
  color: #353539;
}


.submit_button {
  padding: 0;
}
.submit_button .button {
  min-width: 260px;
  font-size: .875rem;
  font-weight: bold;
}
.submit_button .button:before {
  content: normal;
}
	
/*----------------------------------------------------
   各項目幅（.size*)
----------------------------------------------------*/
.size01{
	width: 70% !important;
}

.size02{
	width: 15%;
}

/*----------------------------------------------------
   上部メッセージ（.area-border)
----------------------------------------------------*/	
.area-border {
  	border: 1px solid #e4e7eb;
	box-shadow:0px 0px 3px;
	width:90%;
	padding-top:20px;
	padding-left:17px;
	padding-right:17px;
	margin: 20px auto;
	vertical-align:middle;
}

/*----------------------------------------------------
   エラー表示（.error）
----------------------------------------------------*/

p.error{
	font-size:87.5%;
	color:#f42d43;
	white-space: nowrap;
	margin:5px 0 0 !important;
	}
	
/*input.error{
	border: 1px solid #f42d43;
	border-radius: 3px;
	box-shadow:0px 0px 3px;
	}
	
textarea.error{
	border: 1px solid #f42d43;
	border-radius: 3px;
	box-shadow:0px 0px 3px;
	}

label.error::before {
 content : "\A" ;
 white-space: pre;
}*/

/*----------------------------------------------------
   エラー表示（.validation-summary-panel）テーブル上部
----------------------------------------------------*/
.validation-summary-panel{
	border: 1px solid #f42d43;
	width:100%;
	padding:10px 0;
	margin: 20px auto 30px;
	text-align:center;
	}
	
.validation-summary-text{
	font-size:100%;
	color:#f42d43;
	}

/*----------------------------------------------------
    ラジオボタン用
----------------------------------------------------*/
.radiobutton-group{
	/*margin-bottom:-20px;*/
}

.radiobutton-group label{
	/*display:block;*/
	cursor: pointer;
	width:100%;
	margin: 0;
	padding: 0 10px 0 0;
	/*font-size:94%;*/
	line-height:1.5;
	vertical-align:middle;
}

.radiobutton-group label input{
	margin-right:5px;
}

.radiobutton-group input[type='radio'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.radiobutton-group label {
  display: inline-block;
  width: auto !important;
  height: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: .875rem;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -280px;
  -webkit-transition: -webkit-transform 100ms linear;
          transition:         transform 100ms linear;
}

.radiobutton-group label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
  vertical-align: middle;
  background-position: 0 -280px;
	background-size: 32px 694px;
}
.radiobutton-group label.is-checkedOut:before {
  background-position: 0 -280px;
}

.radiobutton-group label.is-checked:before {
  background-position: 0 -262px;
}

.radiobutton-group {
  text-align: left;
  margin-bottom: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .radiobutton-group label {
    -webkit-background-size: 32px 694px;
            background-size: 32px 694px;
  }
}

.radiobutton-group br {
  display: none;
}

.radiobutton-group span {
  display: block;
  margin-bottom: 10px;
}

.radiobutton-group span:last-child {
  margin-bottom: 0;
}


/*----------------------------------------------------
    セレクト用
----------------------------------------------------*/
.form-control{
		background-color:#FFF;
		border: 1px solid #CCC;
		height: 30px;
		padding: 0 10px 0 10px;
		line-height: 30px;
		font-size:100%;
}

select.form-control{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  padding-right: 36px;
  font-size: 12px;
  text-align: left;
  color: #a2a4b4;
  outline: none;
  margin: 0;
  border: 0;
  background-color: #e4e7eb;
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-appearance: none;
}

/*----------------------------------------------------
    チェックボックス用
----------------------------------------------------*/

.form-layout-style_checkbox{
	font-size:94%;
	line-height:1.5;
	width:100%;
	/*display:block;*/
}

.form-products-list input[type="checkbox"],
.form-layout-style_checkbox input[type="checkbox"]{
	margin-right:5px;
}

.form-products-list label,
.form-layout-style_checkbox label{
	width:100%;
	/*display:block;*/
}

.form-products-list label[type='checkbox'],
.form-layout-style_checkbox input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-products-list label,
.form-layout-style_checkbox label {
  display: inline-block;
  width: auto !important;
  height: 20px;
  padding-left: 30px;
  cursor: pointer;
  font-size: .875rem;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 -298px;
  -webkit-transition: -webkit-transform 100ms linear;
          transition:         transform 100ms linear;
}

.form-products-list label.is-checkedOut,
.form-layout-style_checkbox label.is-checkedOut {
  width: auto;
  height: 20px;
  background-position: 0 -298px;
}

.form-products-list label.is-checked,
.form-layout-style_checkbox label.is-checked{
  width: auto;
  height: 20px;
  background-position: 0 -418px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .form-products-list label.is-checked,
  .form-layout-style_checkbox label,
  .form-layout-style_checkbox label.is-checkedOut,
  .form-layout-style_checkbox label.is-checked {
    -webkit-background-size: 32px 694px;
            background-size: 32px 694px;
  }
}

.form-layout-style_checkbox br {
  display: none;
}

.form-layout-style_checkbox span {
  display: block;
  margin-bottom: 10px;
}

.form-layout-style_checkbox span:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
    確認画面上部テキスト用
----------------------------------------------------*/

p.info{
	margin:60px 0 !important;
}

/*----------------------------------------------------
    完了画面テキスト用
----------------------------------------------------*/

.complete_text{
	font-size:100%;
	line-height:1.6;
	text-align:center;
	/*padding:120px 0 160px;*/
}


/*----------------------------------------------------
    その他
----------------------------------------------------*/

.form-select-product {
  width: 260px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #0056a8;

  -webkit-appearance: none;
}

.form-products > dt {
  margin-bottom: 10px;
}

.form-products-list {
  margin-bottom: 10px;
}

.form-distributors > dt {
  margin-bottom: 10px;
}

.form-distributors > dd > p {
  margin-bottom: 0;
  font-size: .8125rem;
}

.form-distributor-info {
  padding-left: 30px;
  font-size: .8125rem;
}

.form-distributor-checkbox {
  margin-top: 20px;
  margin-bottom: 7px;
  font-weight: bold;
}

.form-distributor-info p {
  margin-bottom: 7px;
}

.table-layout .form-distributor-info p {
  margin-bottom: 7px;
}

.form-distributor-info ul {
  margin-bottom: 10px;
}

.form-distributor-info ul > li {
  margin-bottom: 5px;
}

.form-distributor-info ul > li:last-child {
  margin-bottom: 0;
}

.form-modal {
  display: none;
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  height: 610px;
  padding: 0 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-modal .tab-navigation {
  border-bottom: 1px solid #e4e7eb;
}

.form-modal .heading-lv3 {
  margin-bottom: 10px;
  font-size: .875rem;
}

.form-modal .btn-modal-close {
  right: 2px;
}

.form-modal-inner {
  background-color: #fff;
}

.form-modal-content {
  height: 530px;
  padding-bottom: 20px;
}

.form-modal-content input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-modal-content input[type='checkbox'] + label {
  font-size: .75rem;
}

.form-modal-content-inner {
  overflow: auto;
  height: 530px;
}

.form-modal-category > dt {
  margin-bottom: 7px;
  font-size: .8125rem;
  font-weight: bold;
}

.form-modal-category ul {
  margin-bottom: 15px;
}

.form-modal-category ul > li {
  margin-top: 10px;
}

.form-modal-category ul > li:nth-child(-n+2){
  margin-top: 0;
}

.form-modal-submit {
  margin-top: 30px;
  text-align: center;
}

.form-select-submit {
  width: 260px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: .8125rem;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #0056a8;

  -webkit-appearance: none;
}


@media screen and (max-width: 650px) {

  .table-layout th {
    display: block;
    padding: 10px;
    border-top: 0;
  }

  .table-layout td {
    display: block;
    padding: 15px 10px;
    font-size: 100%;
    border-top: 0;
  }

  .table-layout hr {
    margin: 15px 0;
  }

  .submit_button .button {
    min-width: 200px;
  }
	
	/*----------------------------------------------------
	   各項目幅（.size*)
	----------------------------------------------------*/
	.size01{
		width: 95% !important;
		box-sizing:border-box;
	}
	
	/*----------------------------------------------------
		ラジオボタン用
	----------------------------------------------------*/
	.radiobutton-group label{
		/*display:block;*/
		width:100%;
		padding: 0;
		line-height:normal;
    font-size: .75rem;
	}

  .table-layout .radiobutton-group label {
    text-align: left;
  }
	
	.radiobutton-group label input{
		margin-right:5px;
		margin-bottom:0px;
		width:auto;
	}

  .radiobutton-group span {
    margin-bottom: 5px;
  }
		
	/*----------------------------------------------------
		チェックボックス用
	----------------------------------------------------*/
	
	.form-layout-style_checkbox{
		width:100%;
		display:inline-block;
	}

  .table-layout .form-layout-style_checkbox {
    text-align:left;
  }

  .table-layout .col-2 > .easy-select-box {
    margin-bottom: 10px;
  }
  .table-layout .col-2:last-child > .easy-select-box {
    margin-bottom: 0;
  }
	
	.form-layout-style_checkbox input[type="checkbox"]{
		width:auto;
		display:inline-block;
	}
	
	.form-layout-style_checkbox{
		margin-bottom:-10px;
	}
	
	.form-layout-style_checkbox label {
		/*display:block;*/
		width:100%;
		margin-bottom:10px;
    font-size: .75rem;
	}

  .table-layout .form-layout-style_checkbox label {
    text-align:left;
  }

  .form-layout-style_checkbox span {
    margin-bottom: 5px;
  }



  .table-layout .form-distributor-info {
    text-align: left;
  }

	.table-layout .form-distributor-info p {
    margin-bottom: 5px;
  }

  .form-distributors > dd > p {
    margin-bottom: 10px;
  }

  .form-distributor-checkbox {
    margin-top: 5px;
  }

  .form-modal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 40px 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .form-modal .btn-modal-close {
    top: 8px;
    right: 10px;
  }

  .form-modal-inner {
    overflow: auto;
    width: 100%;
    height: 100%;
  }

  .form-modal-content {
    height: auto;
    padding: 20px 0;
  }

  .form-modal-content-inner {
    height: auto;

    -webkit-overflow-scrolling: touch;
  }

  .table-layout .col-2 {
    margin-bottom: 10px;
  }
  .table-layout .col-2:last-child {
    margin-bottom: 0;
  }
}