body {
  font-family :YuGothic, 'Yu Gothic', sans-serif;
}

a:hover{
	text-decoration:none;
}

main{
	display:block;
	min-height:90vh;
	margin-top:100px;
}
.h1, h1 {
    font-size: 36px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color:#fff;
}
p{
	font-size:15px;
}
 .errorMessage{
   display: none;
   background: #f00;
   color:#fff;
   margin: 10px;
   padding: 10px;
   font-weight: bold;
   text-align: center;
 }

.form-section h2{
	padding-bottom:10px;
	border-bottom:2px solid rgba(30,30,30,.4);
}

.youtube_iframe{
	width:80%;
	margin:0 auto 20px;
	padding-bottom: 45%;
	height:0px;
	position: relative;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff;
  opacity: 0.85;
	box-shadow:1px 1px 3px -1px #333;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #39f;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
footer{
	margin:30px 0 0;
	display:block;
	background:#333;
	color:#fff;
	padding:10px;
	border:none;
}
/*ƒgƒbƒvƒy[ƒWWordPress‹LŽ–ˆê——*/
.press_list{
	width:100%;
	display:flex;
	flex-flow:wrap;
}

.press_list article{
	display:inline-block;
	padding:10px;
  vertical-align: top;
	width:31%;
	margin:1%;
	border:1px solid #ccc;
}
.press_list article a p{
	text-align:center;
	text-decoration:none;
	color:#333;
	font-size:15px;
	font-weight:500;
	height:40px;
}
.press_list img{
	margin:auto;
	max-width:100%;
	width:100%;
	height:auto;
	transition:.4s;
}
.press_list .imgwrapper{
	display:flex;
	max-width:100%;
	width:100%;
	height:200px;
	overflow:hidden;
	background:#333;
}
.press_list .imgwrapper:hover img{
	transform:scale(1.2) rotate(5deg);
	opacity:.5;
  filter: blur(4px);
}
.press_more{
    margin: 10px auto 10px;
    display: block;
    background: #434546;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: bold;
    color: #fff;
		border-radius:2px;
    border-bottom: solid 3px #333;
}
.press_more:hover{
	opacity:.7;
}

/*”wŒi“®‰æ*/
#top_movie{
	max-width:100%;
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden;
	z-index:-9999;
}
#bgv {
  position: fixed;
  right: 0;
  top: 0;
  min-width:100%;
  min-height:100%;
  width: auto;
  height: auto;
  z-index: -9999;
  background-size: cover;
}
#bgv source{
  width:100%;
  height:auto;
}
#bgvdot{
		background-color: rgba(0,0,0,.05);
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 50%, transparent 50%), linear-gradient(rgba(0,0,0,0.8) 50%, transparent 50%);
    background-size: 2px 2px;
		position:fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
}
/*£‚±‚±‚Ü‚Å”wŒi“®‰æ*/
.catname {
    background: #2e55ad;
    padding: 3px 5px;
    width:60%;
    margin: 10px auto 0;
    text-align: center;
}

.catname a {
    color:#fff;
}

 @media screen and (min-width:768px) {
		.errorMessage{
			margin: 10px auto;
		}
}

	@media screen and (max-width:768px){
		.mypagebtn{
			margin-top:-35px;
			font-size:15px;
		}
		.youtube_iframe{
			width:100%;
			margin:0 auto 20px;
			padding-bottom: 56.25%;
			height:0px;
			position: relative;
		}
		.press_list article{
			width:48%;
			margin:1%;
			border:1px solid #ccc;
		}
		.press_more{
			font-size:12px;
		}
		.press_list article a p{
			height:60px;
		}
		.press_list .imgwrapper{
			height:98px;
		}
	}
.top-header{
  margin: 0;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #1d2939;
	display:block;
	background:#1d2939;
	position:fixed;
	z-index:10;
	width:100%;
	height:70px;
	top:0;
	transition:.3s;
}

.form-header{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:10;
	display:block;
	margin:0;
}


p {
  margin: 0;
  line-height: 1.6;
}
/*¥ƒwƒbƒ_[ŠÖ˜A¥*/
.mypagebtn {
	float:right;
	font-size: 21px;
}

.headerbtn {
	float:right;
	margin-top:-60px;
	margin-right:10px;
}

.headerbtn form{
	display:inline-block;
	margin:0;
}
.headerbtn a{
    margin: 0 auto 24px;
    display: inline-block;
    background: #2e55ad;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    border-bottom: solid 3px #333;
}
a.important_btn{
		background: #dc4c33;
		padding:5px;
}
a.login_btn{
		background: #337fdc;
		padding:5px;
}
.mypagebtn a {
   color:#fff;
}
/*£ƒwƒbƒ_[ŠÖ˜A£*/


input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-section {
  max-width: 530px;
  width: 100%;
  margin: auto;
	margin-top: 30px;
	min-height: 150px;
	border-radius:4px;
	background:rgba(250,250,250,0.97)
}

.form-heading{
  margin-bottom: 40px;
  padding: 18px 0 12px;
  background: #efefef;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.form-heading span {
  color: #4c5e75;
  font-size: 10px;
}

.form-steps {
  margin-bottom: 40px;
  text-align: center;
}

.form-wrapper{
  margin-bottom: 32px;
  padding: 50px 50px 30px;
  background: #efefef;
}
.input-wrapper{
 position: relative;
 max-width: 430px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 20px
}

.mypage-inner{
	max-width:520px;
	margin:auto;
}

.error-field {
  border: solid 1px red;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: -14px;
  margin-bottom: 14px;
}

.input-wrapper .input-placeholder {
  pointer-events: none;
  font-weight: normal;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #b5b5b5;
  font-size: 16px;
}

.input-wrapper .form-control {
  position: relative;
  font-size: 16px;
  height: 40px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background: #fff;
}

.input-wrapper input{
  max-width: 430px;
}

.input-wrapper  textarea.form-control{
  height: 76px;
}

.require-text{
  z-index: 1;
  position: absolute;
  top: 14px;
  right: 10px;
  color: #b5b5b5;
  font-size: 12pz;
}

.input-wrapper--autofield {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.auto-field-label, 
.auto-field {
  display: table-cell;
  vertical-align: top;
}

.auto-field-label {
  width: 80px;
  padding-top: 3px;
  background: #0f7825;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}

.auto-field-label span {
  font-size: 10px;
}

.auto-field {
  position: relative;
  width: 100%;
}

.auto-field .form-control {
  border-radius: 0 4px 4px 0;
}

.form-bottom {
  margin-bottom: 24px;
  text-align: center;
}


.form-bottom a {
  color: #333;
  text-decoration: underline;
}


@media (max-width: 768px) {
	main{
		margin-top:40px;
	}
	.btn{
		margin:auto;
	}
	.home .container{
		width:auto !important;
	}
	.top-header h1 {
	    font-size: 20px;
			margin:10px 0 0;
	}
  .form-wrapper {
    padding: 16px 10px;
  }
	.form-section {
		padding:5px;
	}
  .form-steps {
    padding: 0 8px;
  }
  .form-steps img {
    max-width: 100%;
  }
  .input-wrapper .input-placeholder {
    top: 10px;
    font-size: 12px;
  }
  .input-wrapper .form-control {
    font-size: 12px;
    padding-left: 8px;
  }

  .require-text {
    top: 14px;
    font-size: 10px;
  }
  
  .auto-field-label {
    width: 70px;
  }
  .auto-field {
    width: 100%;
  }

  .auto-field-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.input-label {
  font-size: 12px;
}

.form-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #dfdfdf;
  padding: 10px 16px 8px;
}

.form-col {
  display: table-cell;
  vertical-align: middle;
}


.form-col.form-col--m {
  width: 104px;
}

.form-col.form-col--l {
  width: 216px;
}

.form-col-label {
  display: table-cell; 
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.2;
}

.form-col-label span {
  color: #777;
  font-size: 10px;
}

.form-col-status {
  display: table-cell;
  width: 122px;
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.form-col-status span {
  width: 100%;
  display: block;
  padding: 3px 0 2px;
  background: #333;
  font-weight: normal;
  color: #fff;
}

.form-col-status.is-checked span {
  background: #0f7825;
}

.form-col-input {
  display: table-cell;
  width: 94px;
  padding-left: 14px;
  vertical-align: middle;
}

.form-col-select {
  display: table-cell;
  width: 104px;
  /*padding-left: 14px;*/
  vertical-align: middle;
}

.form-col-select 
.form-attention-text {
  clear: both;
  margin-top: 10px;
  font-size: 12px;
}


.red-text {
  font-weight: bold;
  color: #c70202;
}

.form-attention-text {
  color :#606060;
  font-size: 12px;
}

.sub-field {
  margin-top: 2px;
  background: #dfdfdf;
  padding: 18px 24px 16px;
}

.sub-field .auto-field {
  width: 298px;
}

.sub-field-label {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
	main{
		padding:5px;
	}
  .form-row {
    overflow: hidden;
    display: block;
    padding: 14px 10% 12px;
  }

  .form-col-label,
  .form-col-status,
  .form-col-input {
    display: block;
  }

  .form-col {
    display: block;
  }

  .form-col.form-col--m, 
  .form-col.form-col--l {
    width: 100%;
  }

  .form-col-label {
    margin-bottom: 6px;
  }

  .form-col-status {
    float: left;
    width: 50%;
  }
  .form-col-input {
    width: 50%;
    float: left;
  }

  .form-col-input .tgl-btn {
    margin: 0 auto;
  }

  .sub-field {
    padding: 18px 10px 12px;
  }

  .sub-field .auto-field{
    width: 100%;
  }

  .form-attention-text {
    margin-right: 10px;
    font-size: 10px;
  }
  .form-attention-text br{
    display: none;
  }
}


.select-wrapper {
  position: relative;
  display: block;
}

.select-wrapper.select-wrapper--m{
  width: 104px;
}

.select-wrapper.select-wrapper--l{
  width: 216px;
}

.select-wrapper select{
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.select-wrapper:after{
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  top: 38%;
  right: 6px;
  background: url(../form_img/arrow.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.select-fields {
  width: 340px;
  margin: 0 auto 20px;
}

.select-fields .select-wrapper {
  float: left;
  display: block;
  width: 104px;
  margin-right: 10px;
}

.select-fields .select-wrapper:last-child {
  margin-right: 0;
}

.select-fields .error-message {
  position: absolute;
  margin-top: 0;
  text-align: center;
}

#datepicker-error {
  margin-top: 10px;
}
.submit-btn {
  margin: 0 auto 24px;
  display: block;
  background: #2e55ad;
  font-size: 16px;
  width: 230px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  border-bottom: solid 3px #333;
}

.submit-btn:hover {
  color :#fff;
  opacity: .7;
}

@media (max-width: 768px) {
	.top-header{
		height:40px;
	}
  .select-fields {
    width: 100%;
  }
  .select-wrapper.select-wrapper--m{
    float: none;
    display: block;
    width: 240px;
    margin:0px auto 12px;
  }

  .select-wrapper select {
    font-size: 12px;
  }
  .select-fields .select-wrapper:last-child {
    margin-right: auto;
  }

	.headerbtn{
		margin-top:-20px;
	}
	
	h1 > span{
		display:none;
	}
}

.about-goods-image, .about-goods-text {
  display: block;
}

.about-goods-image {
  width: auto;
  background: #fff;
  text-align: center;
}

.about-goods-image img {
  display: inline-block;
}
.about-goods-text {
  width: auto;
}

.soryo-table-wrapper {

}

.soryo-table-wrapper span {

}

.soryo-table {
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
  font-size: 9px;
  border-top: solid 1px #b9b9b9;
}

.soryo-table th:first-child{
  width: 80px;
  vertical-align: middle;
}

.soryo-table td{
  font-size: 11px;
  text-align: center;
}

/* Utility
//----------------------------------------------------------------- */
.mt-n { margin-top: 0 !important; }

.mt-s { margin-top: 10px; }

.mr-s { margin-right: 10px; }

.ml-s { margin-left: 6px; }

.mb-s { margin-bottom: 10px; }

.text-center { text-align: center; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.form-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: 2px;
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  padding-top: 8px;
  padding-bottom: 16px;
  width: 100%;
  top: 6px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after{
  display: none;
}

.flatpickr-current-month {
  padding: 0 !important;
}

.flatpickr-current-month input.cur-year {
  color: #454545 !important;
}
.flatpickr-month {
  margin: 10px 0 16px;
}

.flatpickr-rContainer {
  margin-right: auto;
  margin-left: auto;
}

.flatpickr-day.today {
  border : solid 2px #0f7825 !important;
}

.flatpickr-day.selected {
  background: #0f7825 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #0f7825 !important;
}

.flatpickr-current-month span.cur-month, 
.flatpickr-current-month input.cur-year {
  font-size: 16px !important;
  font-weight: bold !important;
}

@media (max-width: 768px) {
  .flatpickr-rContainer,
  .flatpickr-rContainer .flatpickr-days,
  .flatpickr-rContainer .dayContainer {
    width: 280px;
    min-width: auto;
    min-width: initial;
    min-width: 0;
  }

  .flatpickr-rContainer {
    padding: 10px;
  }
  
  .form-heading {
    padding: 12px 0 12px;
    margin-top: 0px;
    margin-bottom: 20px;
}
    .form-steps {
        margin-bottom: 20px;
    }
    .form-wrapper{
    	margin-bottom: 0px;
    }
}
/* Checkbox Toggle Btn
//----------------------------------------------------------------- */
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 80px;
  height: 40px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #fff;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #747474;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #0f7825;
}
.tgl-light:checked + .tgl-btn:after{
  background: #fff;
}
