@charset "utf-8";
/*-----------------------------------*/
/* common */
/*-----------------------------------*/
.mod-breadcrumbs {
	width: 960px;
	margin: 0 auto;
	margin-top: 40px;
}
ul.breadcrumb {
		padding: 0;
		margin:0;
		list-style: none;

	}
ul.breadcrumb li {
	display: inline-block;
}
ul.breadcrumb li:after {
	color: #999;
	content: '>';
	padding: 0 5px;
	font-size: 13px;
}
ul.breadcrumb li:last-child:after {
	content: '';
}
ul.breadcrumb li a {
	color: #0057B2;
	font-size: 13px;
}
ul.breadcrumb li span {
	color: #333333;
	font-size: 13px;
}
.sm-mt10 {
	margin-top: 10px;
}
.sm-mt20 {
	margin-top: 20px;
}
.sm-mt100 {
	margin-top: 100px;
}
.mt50 {
	margin-top: 50px;

}
.mt100 {
	margin-top: 100px;

}
.mb100 {
	margin-bottom: 100px;

}
.mb10 {
	margin-bottom: 10px;

}
.fs12 {
	font-size: 1.2rem;
}
.fs13 {
	font-size: 1.3rem;
}
.fs14 {
	font-size: 1.4rem;
}
.fs15 {
	font-size: 1.5rem;
}
.fs16 {
	font-size: 1.6rem;
}
.fs17 {
	font-size: 1.7rem;
}
.fs18 {
	font-size: 1.8rem;
}
.fs19 {
	font-size: 1.9rem;
}
.fs20 {
	font-size: 2.0rem;
}
.fs33 {
	font-size: 3.3rem;
}
.mod-h1-img {
	font-size: inherit;
    border-bottom: 0px solid #ddd;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.mod-h1-img:after{
	content: '';
    width: auto;
    height: auto;
    position: absolute;
    bottom: auto;
    left: 0;
    background: none;
	display: none;
}
.mod-h1-img img{

}
.mod-h4-img {
	font-size: inherit;
    border-left: 0px solid #ddd;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
	padding: 0;
	margin: 0;
}
.mod-h5-img {
	font-size: inherit;
    border-left: 0px solid #ddd;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
	padding: 0;
	margin: 0;
	background: none;
}

.reset {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	font-weight: normal;
	list-style-type: none;
	box-sizing: border-box;
	color: inherit;

}
.reset:before{

}
.reset:after {
		content: normal;
	}
.tRight {
	text-align: right;
}
.mod-around {
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 100%;
   display: table;
   height: 88px;
   margin-top: 7px;
   float: left;
   border: 1px #B0B0B0 solid;

}
.mod-around.center {
	text-align: center;
}
.mod-around.red {
	color: #FF0013;
	font-weight: bold;
}
.mod-around span{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 0px 35px;
}
.mod-h5-style-dannetsu {
	background: none;
	font-size: 1.8rem;
	padding: 8px 0;
	margin: 0;
	color: #FF8D00;
}
.mod-h6-style-dannetsu {
	background: none;
	font-size: 1.6rem;
	padding: 8px 0;
	margin: 0;
	color: #000;
}
.mod-linebt {
	border-bottom: 2px #FF8F00 solid;
	border-top: 2px #FF8F00 solid;
}
/*-----------------------------------*/
/* shinkin module */
/*-----------------------------------*/

body {
	border: none;
}
.mod-form {
	width: 520px;
	margin: 0 auto;
}
.mod-form-title {
	font-size: 30px;
	background: #ffc700;
	padding: 14px 20px;
	line-height: 1;
	margin-bottom: 20px;
}
.mod-form-title span {
	display: block;
	border-left: 6px solid #ffeb00;
	padding-top: 3px;
	padding-left: 20px;
}
.mod-form-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.mod-form-table caption {
	caption-side: bottom;
	line-height: 1.6;
	margin-top: 12px;
	text-align: left;
}
.mod-form-table thead th {
	background: #888888;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 6px;
	border: 1px solid #999999;
}
.mod-form-table tbody th,
.mod-form-table tbody td {
	padding: 13px 16px;
	border: 1px solid #999999;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
          	box-sizing: border-box;
}
.mod-form-table tbody th {
	text-align: left;
	font-weight: normal;
	padding: 13px 14px;
}
.mod-form-label-group {
	display: inline-block;
	width: 160px;
}
.mod-form-label-group span,
.mod-form-label-block span {
	margin-left: 7px;
}
.mod-form-label-block {
	display: inline-block;
	margin-right: 20px;
}
.mod-form-text-input {
	width: 120px;
	height: 26px;
	padding: 3px 10px;
	border: 1px solid #666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 1px 0px rgba(0,0,0,0.3);
}
.mod-form-label-block .mod-form-text-input {
	width: 100px;
}
.mod-form-required {
	margin-left: 12px;
	color: #d80000;
}
.mod-form-btn {
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-top: 16px;
}
.mod-form-btn.mod-form-btn-spec {
	margin-top: 20px;
}
.mod-form-btn .btn {
	display: inline-block;
	margin: 0 10px;
}
.mod-form-table-info {
	margin-top: 30px;
}

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

	.mod-form {
		width: auto;
		padding: 0 10px;
		font-size: 14px;
	}
	.mod-form-title {
		font-size: 18px;
		padding: 9px 12px;
		margin-bottom: 15px;
	}
	.mod-form-title span {
		display: block;
		border-width: 4px;
		padding-left: 10px;
	}
	.mod-form-table tbody th,
	.mod-form-table tbody td {
		padding: 12px 16px;
	}
	.mod-form-table tbody th {
		padding: 12px 15px;
		width: 112px;
	}
	.mod-form-label-group {
		display: block;
		width: 100%;
	}
	.mod-form-label-block {
		display: block;
		margin-right: 0;
		margin-top: 14px;
	}
	.mod-form-label-block:first-child {
		margin-top: 0;
	}
	.mod-form-text-input {
		width: 75%;
	}
	.mod-form-label-block .mod-form-text-input {
		width: 75%;
	}
	.mod-form-required {
		display: block;
		margin: 4px 0 0 0;
	}
	.mod-form-btn {
		margin: 0;
	}
	.mod-form-btn .btn {
		display: block;
		width: 220px;
		margin: 15px auto 0;
	}
	.mod-form-table-info {
		margin-top: 30px;
	}

}


/* line 35, ../../../../dev/scss/module/cyumon/piks.scss */
.sm {
  display: none !important;
}

@media screen and (max-width: 736px) {
  /* line 39, ../../../../dev/scss/module/cyumon/piks.scss */
  .md {
    display: none !important;
  }

  /* line 42, ../../../../dev/scss/module/cyumon/piks.scss */
  .sm {
    display: block !important;
  }
}