@charset "UTF-8";

* {
  margin: 0px;
  padding: 0;
}

html,
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0;
}

@media screen and (min-width: 160px) {
  img {
	width:30%;
  }
}
@media screen and (min-width: 460px) {
  img {
	width:30%;
  }
}
@media screen and (min-width: 660px) {
  img {
	width:20%;
  }
}
@media screen and (min-width: 960px) {
  .form_dl {
	width:95%;
	float:left;
  }
  img {
	width:15%;
  }
}

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

  html,
  body {
    font-size: 12px;
  }
}

html {
  overflow-y: scroll;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #4F81BD;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/***************************************
 * Google Material Icons
 **************************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align: middle;
}

.material-icons.md-14 {
  font-size: 14px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-28 {
  font-size: 28px;
}

.material-icons.md-32 {
  font-size: 32px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-72 {
  font-size: 72px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.container {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
}

.container .wrapper {
  width: 980px;
  margin: 0px auto;
  padding: 30px 15px;
}

@media screen and (max-width: 979px) {
  .container {
    padding-top: 0px;
  }

  .container .wrapper {
    width: auto;
    padding: 30px 0px;
    margin: 0 10px;
  }
}

#header {
  position: fixed !important;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  height: 50px;
  background-color: #fff;
  border-bottom: #ddd solid 3px;
  overflow: hidden;
}

#header #hd-table {
  width: 100%;
  display: table;
}

#header #hd-table dl {
  display: table-row;
}

#header #hd-table dl dd {
  vertical-align: middle;
  display: table-cell;
}

#header #hd-table dl dd .hd-box {
  padding: 6px;
}

#header #hd-table #hd-center {
  text-align: center;
}

#header #hd-table #hd-center img {
  max-height: 36px;
  width: auto;
  margin-right: 15px;
}

#header #hd-table #hd-left {
  width: 40%;
  text-align: left;
}

#header #hd-table #hd-right {
  width: 40%;
  text-align: right;
}

#header #hd-table #hd-right a {
  color: #4F81BD;
  font-size: 90%;
  margin-left: 15px;
  display: inline-block;
  text-decoration: none;
}

#header #hd-table #hd-right a:hover {
  color: red;
}

#header #logo {
  color: #4F81BD;
  padding: 7px 15px;
  float: left;
  line-height: 50px;
  font-size: 130%;
}

#header #logo img {
  max-height: 36px;
  width: auto;
  margin-right: 15px;
}

#header #logo #box {
  height: 36px;
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

#header #header-nav {
  float: right;
  line-height: 50px;
  padding-right: 20px;
  overflow: hidden;
}

#header #header-nav a {
  color: #4F81BD;
  font-size: 90%;
  margin-left: 15px;
  float: right;
  display: inline-block;
  text-decoration: none;
}

#header #header-nav a:hover {
  color: #C9EAF4;
}

.mbhide {
  display: inline;
}

footer {
  padding: 20px;
  text-align: center;
  border-top: #ddd solid 3px;
}

footer a {
  text-decoration: none;
}

footer span {
  padding: 0px 6px;
}

.contents h1 {
  padding: 10px 0px;
  color: #4F81BD;
  border-bottom: #4F81BD solid 5px;
  font-size: 150%;
}

.contents .memo {
  padding: 15px;
  color: #000;
}

.my-form {
  padding: 1px;
}

.my-form .step-wrap {
  margin-bottom: 0px;
  padding: 1px 0px;
}

.my-form .step-wrap label {
  cursor: pointer;
  margin-right: 15px;
}

.my-form .step-wrap h2 {
	margin: 30px 0;
	padding: 6px;
	border-bottom: solid 4px;
	color: #4F81BD;
}

.left-border-title,
.my-form .step-wrap h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 6px;
  border-left: #4F81BD solid 5px;
}

.my-form .step-wrap .frm-table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  display: table;
}

.my-form .step-wrap .frm-table dl {
  display: table-row;
}

.my-form .step-wrap .frm-table dl dt,
.my-form .step-wrap .frm-table dl dd {
  display: table-cell;
  padding: 6px 15px;
  border: #fff solid 3px;
}

.my-form .step-wrap .frm-table dl dt {
  border-right: #4F81BD solid 3px;
  width: 20%;
}

.my-form .form-control {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 3px;
  border: #ddd solid 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.my-form select.form-control {
	background-color: #fff;
	min-height: 1rem;
  /*box-sizing: initial;*/
  vertical-align: middle;
}

.my-form .form-control-sub {
  display: inline-block;
	margin-left: 1em;
}

.my-form .form-control.form-long {
  width: 90%;
}

#bonus_kaisu {
	border-bottom: 1px solid;
	padding: 0 0.25em;
	margin-right: 0.25em;
}

.form-dokyo_grid {
  display: grid;
	grid-template-columns: max-content max-content;
	grid-column-gap: 80px;
	grid-row-gap: 10px;
}
.form-dokyo_grid > div:nth-child(1) {
	grid-row: 1/2;
	grid-column: 1/2;
}
.form-dokyo_grid > div:nth-child(2) {
	grid-row: 2/3;
	grid-column: 1/2;
}
.form-dokyo_grid > div:nth-child(3) {
	grid-row: 1/2;
	grid-column: 2/3;
}
.form-dokyo_grid > div:nth-child(4) {
	grid-row: 2/3;
	grid-column: 2/3;
}
.form-dokyo_grid b {
	text-align: right;
	display: inline-block;
	margin-right: 1em;
	font-weight: normal;
}
.form-dokyo_grid > div:nth-child(3) b,
.form-dokyo_grid > div:nth-child(4) b {
	width: 4em;
}

.defhide {
  display: none;
}

.hideparts {
  display: none;
}

.btn-wrap {
  padding-top: 20px;
  text-align: center;
}

.btn-line button {
    margin-top:3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #4F81BD;
  color: #fff;
  border: #C9EAF4 solid 2px;
  cursor: pointer;
}

.btn-wrap button {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px 20px;
  font-size: 120%;
  background-color: #4F81BD;
  color: #fff;
  border: #C9EAF4 solid 2px;
  cursor: pointer;
}

.btn-default {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 20px;
  font-size: 120%;
  background-color: #4F81BD;
  color: #fff;
  border: #ddd solid 2px;
  cursor: pointer;
}

.btn-default:hover {
  background-color: #C9EAF4;
}

.btn-files_meisai {
	text-decoration: none;
	color: #fff !important;
	display: inline-block;
}

#mypage_login {
  width: 650px;
  margin: 0px auto;
}

#mypage_login h1 {
  margin-bottom: 50px;
}

#mypage_login .login-wrap {
  width: 100%;
  display: table;
}

#mypage_login .login-wrap dl {
  display: table-row;
}

#mypage_login .login-wrap dl dt,
#mypage_login .login-wrap dl dd {
  display: table-cell;
  padding: 10px;
}

#mypage_login .login-wrap dl dt {
  width: 120px;
}

#mypage_login .form-control {
  font-size: 130%;
}

.err_wrap {
  background-color: #E16871;
  color: #fff;
  padding: 15px;
}

.suc_wrap {
  background-color: #63A55E;
  color: #fff;
  padding: 15px;
}

.home-navigation {
  margin-top: 50px;
  overflow: hidden;
}

.home-navigation ul li {
  float: left;
  margin: 1%;
  width: 18%;
}

.home-navigation ul li a {
  border: #4F81BD solid 3px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #4F81BD;
  font-size: 120%;
}

.paging {
  padding: 20px;
  overflow: hidden;
  float: right;
}

.paging ul li {
  padding-right: 3px;
  list-style: none;
  float: left;
}

.paging ul li a {
  text-decoration: none;
  display: inline-block;
  border: #999 solid 1px;
  padding: 6px 10px;
  line-height: 1em;
}

.paging ul li a:hover {
  background-color: #4F81BD;
  color: #fff;
}

.list-table {
  overflow-x: scroll;
}

.list-table table {
  border-collapse: collapse;
  border: #ddd solid 1px;
}

.list-table table th,
.list-table table td {
  white-space: nowrap;
  padding: 6px;
  border: #ddd solid 1px;
}

.list-table table th {
  background-color: #4F81BD;
  color: #fff;
}

.step0 {
  font-size: 120%;
}

.step0 h4 {
  border-bottom: #777 solid 3px;
  margin-bottom: 20px;
  padding: 6px 0px;
}

.step0 .step_nagare {
  padding: 15px;
}

.step0 .step_nagare .nagare_wrap0 {
  padding: 10px;
}

.step0 .step_nagare .nagare_wrap0 ol {
  margin: 15px 40px;
}

.step0 .step-wrap {
  margin-bottom: 0px;
}

.step_list li {
	list-style-type: disc;
	margin-left: 2em;
}

.step_contract_image {
	display: flex;
	align-items: center;
}

.step_contract_image div:first-child {
	margin-right: 80px;
}

.step_contract_image img {
	display: block;
	width: 400px;
}

.red-bold {
  color: #4F81BD;
  font-size: 130%;
}

/*.order-nav{border-bottom:solid #DDDDDD 1px;}*/
.order-nav>ul {
  background-color: #EEEEEE;
}

.order-list {
  width: 98%;
  margin: 0px auto;
}

.order-list .order-nav {
  overflow: hidden;
}

.order-list .order-nav ul {
  display: table;
  border-collapse: collapse;
  border: #ddd solid 1px;
}

.order-list .order-nav ul li {
  border: #ddd solid 1px;
  display: table-cell;
  text-align: center;
}

.order-list .order-nav ul li a {
  display: block;
  padding: 8px 25px;
  text-decoration: none;
  color: #808080;
}

.order-list .order-nav ul li a:hover {
  /*background-color: #4F81BD;
            color: #fff;
  color: #ee827c;*/
  color: #ff0000;
}

.order-list .order-nav ul li a.navactive {
  /*background-color: #4F81BD;
            color: #fff; 
  color: #ee827c; */
  color: #ff0000;
}

.order-list .order-nav ul li a.navactive::before {
  /*border-bottom: solod #ee827c 3px;*/
  border-bottom: solod #ff0000 3px;
}

.order-list .nav-srt {
  display: none;
}

.order-list .nav-def {
  display: inline;
}

.s_order-list .order-nav ul li a:hover {
  /*background-color: #4F81BD;
            color: #fff;*/
  color: #00bfff;
}

.s_order-list .order-nav ul li a.navactive {
  /*background-color: #4F81BD;
            color: #fff; */
  color: #87cefa;
}


.order_list_wrap {
  width: 98%;
  margin: 0px auto;
  overflow: hidden;
}

.order_list_wrap .paging {
  text-align: right;
}

.order_list_wrap .listbox {
  padding: 0px 15px;
}

.order_list_wrap #list-warapper {
  overflow: hidden;
}

.order_list_wrap #list-warapper #listnav-left {
  float: left;
  width: 20%;
  padding: 0px 1%;
}

.order_list_wrap #list-warapper #listnav-right {
  float: right;
  width: 20%;
  padding: 0px 1%;
  text-align: right;
}

.order_list_wrap #list-warapper #list-table {
  height: 400px;
  overflow-y: scroll;
  clear: both;
  float: left;
  width: 100%;
}

.order_list_wrap #list-warapper #list-detail {
  float: right;
  width: 40%;
}

.order_list_wrap #list-warapper #list-detail .dtl-box {
  padding-bottom: 20px;
}

.order_list_wrap #list-warapper #list-detail .dtl-box h3 {
  border-left: #4F81BD solid 3px;
  font-weight: bold;
  padding-left: 3px;
}

.order_list_wrap #list-warapper #list-detail .dtl-box .dtl-table {
  padding: 10px 15px;
}

.order_list_wrap .list-table {
  line-height: 1em;
  border-collapse: collapse;
  border: #ddd solid 1px;
  display: table;
}

.order_list_wrap .list-table dl {
  font-size: 90%;
  display: table-row;
}

.order_list_wrap .list-table dl dt,
.order_list_wrap .list-table dl dd {
  display: table-cell;
  border: #ddd solid 1px;
}

.order_list_wrap .list-table dl dt {
  padding: 5px;
  text-align: center;
  background-color: #E6B8B7;
}

.order_list_wrap .list-table dl dd {
  padding: 8px;
}

.order-search {
  overflow: hidden;
  /*padding-bottom: 15px;*/
}

.order-search #searchform {
  float: left;
}

.order-search #searchform dl {
  display: table;
}

.order-search #searchform dl dd {
  display: table-cell;
  padding-right: 10px;
}

.order-search #searchform dl dd .btn {
  padding: 3px 15px;
  cursor: pointer;
}

.order-search .move-page {
  float: right;
}

.simulator .simu_table {
  font-size: 90%;
  width: 100%;
  border-collapse: collapse;
  border: #ddd solid 1px;
}

.simulator .simu_table th,
.simulator .simu_table td {
  border: #ddd solid 1px;
  padding: 10px;
}

.simulator .simu_table th {
  white-space: nowrap;
  width: 200px;
  text-align: right;
  font-weight: normal;
  background-color: #C9EAF4;
  color: #4F81BD;
}

.simulator .simu_table th span {
  display: inline;
}

.form_dl dl {
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	padding: 0 15px 15px;
}

.form_dl dd {
	margin: 10px 0 0 1em;
}

.simulator .qa_box {
  margin-bottom: 20px;
  padding: 15px;
}

.simulator .step1_0_qa_box .qa_box:not(:first-of-type),
.simulator .step1_0_qa_box .qa_box .err_msg,
#lawn_table,
.step1_0_submit {
  display: none;
}


.simulator .qa_box h4 {
  background-color: #E6E6E6;
  border-bottom: none;
  padding: 5px;
}

.simulator .qa_box .qa_wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.simulator .qa_box .qa_wrap_table {
	border-spacing: 0 10px;
}

.simulator .qa_box .qa_wrap_table th {
	text-align: left;
	font-weight: normal;
	width: 210px;
}

#rule {
  padding: 20px 0px;
}

#rule #rultext,
#rule #rultext1,
#rule #rultext2 {
  overflow-y: scroll;
  width: 98%;
  border: #000 solid 2px;
  height: 280px;
  font-size: 85%;
  padding: 1%;
}

#rule #agree_wrap {
  padding: 15px;
	margin-bottom: 20px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  font-size: 90%;
  background: #4F81BD;
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

#freeze {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  padding-top: 10%;
  background: #000 no-repeat;
  color: #fff;
  text-align: center;
  display: none;
}

.err_msg {
  margin-top: 15px;
  color: red;
}

.valid_error {
  margin-top: 15px;
  background-color: red;
  padding: 6px;
  color: #fff;
}

#lasterror {
  margin-top: 15px;
  background-color: red;
  padding: 6px;
  color: #fff;
  margin-bottom: 20px;
  display: none;
  text-align: center;
}

#freeze_image {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  /*	filter:alpha(opacity=70);
  	-moz-opacity:0.70;
  	opacity:0.70;*/
  background: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  color: #fff;
  text-align: center;
  display: none;
}

#freeze_image img {
  max-width: 80%;
  height: auto;
}

.upfile_wrap {
  padding-top: 10px;
}

.tb-slide {
  padding: 10px;
}

.tb-slide table {
  background-color: #fff;
  width: auto;
}

.tb-slide table th {
  background-color: #888;
  font-weight: normal;
  padding: 2px;
}

.tb-slide table td {
  vertical-align: top;
}

.colspan {
  display: none;
}

.child-table {
  font-size: 90%;
  border-collapse: collapse;
  border: #A6A6A6 solid 1px;
  display: table;
}

.child-table dl {
  display: table-row;
}

.child-table dl dt,
.child-table dl dd {
  line-height: 1em;
  border: #A6A6A6 solid 1px;
  display: table-cell;
  padding: 3px 10px;
}

.child-table dl dt {
  background-color: #E6E6E6;
}

#page {
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 1em;
}

#page a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #F1F1F1;
  border: 1px solid #999999;
  color: #333333;
  margin-right: 2px;
}

#page a:hover {
  color: #FFFFFF;
  background: #C9EAF4;
}

#page .nowpage {
  display: inline-block;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #999CAD;
  text-decoration: none;
  color: #FFFFFF;
  background: #b22222;
  margin-right: 2px;
}

.ttl-wrap {
  background-color: #F6F9F1;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 20px;
  height: 150px;
}

.ttl-wrap dl {
  display: table;
  width: 98%;
  margin: 0px auto;
}

.ttl-wrap dl dd {
  vertical-align: middle;
  display: table-cell;
}

.ttl-wrap dl .ttl-image {
  color: #88C6CE;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  position: relative;
  width: 140px;
  height: 140px;
}

.ttl-wrap dl .ttl-image img {
  position: absolute;
  z-index: 7;
  height: 140px;
  width: 140px;
  top: 0px;
  left: 0px;
}

.ttl-wrap dl .ttl-text {
  padding-left: 20px;
  color: #88C6CE;
  text-align: center;
}

.ttl-wrap dl .ttl-text p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ttl-wrap dl .ttl-text .ttl-str1 {
  border-bottom: #ddd solid 2px;
}

.ttl-wrap dl .ttl-text .ttl-str2,
.ttl-wrap dl .ttl-text .ttl-str3 {
  font-size: 24px;
  font-weight: bold;
}

.ttl-wrap dl .ttl-text .ttl-str3 span {
  display: inline;
}

#oekaki {
  display: none;
  position: fixed !important;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999;
  width: 350px;
}

#canvasContainer {
  position: absolute;
  top: 46px;
  left: 0px;
  width: 350px;
  height: 300px;
  background-color: #666464;
}

#Canvas {
  background-color: #FFFFFF;
  height: 300px;
}

#draw a {
  text-align: center;
  text-decoration: none;
  display: block;
  height: 46px;
  line-height: 46px;
  background-color: #000;
  color: #fff;
}

#savebutton {
  display: none;
  position: absolute;
  top: 346px;
  text-align: center;
}

#savebutton a {
  text-align: center;
  text-decoration: none;
  display: block;
  height: 46px;
  line-height: 46px;
  background-color: #000;
  color: #fff;
}

#shomei {
  text-align: center;
  padding: 15px;
  display: none;
}

#shomei a {
  background-color: #810043;
  color: #fff;
  text-decoration: none;
  padding: 20px;
}

#shomei_image {
  margin-top: 20px;
  padding: 20px;
}

#shomei_image img {
  max-width: 100%;
  height: auto;
  border: #000 solid 1px;
}

.h1dtl {
  padding: 10px 0px;
  border-top: #000 solid 3px;
  border-bottom: #000 solid 3px;
  margin-bottom: 20px;
}

#detaileblock {
  overflow-x: scroll;
  overflow-y: scroll;
  width: auto;
  margin: 0px auto;
}

.dtl-wrap {
  padding: 15px;
}

.dtl-wrap h3 {
  border-left: #4F81BD solid 3px;
  padding-left: 5px;
}

.dtl-wrap .frm-table {
  margin-bottom: 15px;
  width: 100%;
  display: table;
}

.dtl-wrap .frm-table dl {
  display: table-row;
}

.dtl-wrap .frm-table dl dt,
.dtl-wrap .frm-table dl dd {
  display: table-cell;
  padding: 6px;
  border-bottom: #ddd solid 2px;
}

#step_last {
  display: none;
}

.str_wrap {
  padding: 15px 25px;
}

.str_wrap ol li {
  padding-bottom: 20px;
}

.h2_lst {
  padding: 10px 0px;
  font-size: 120%;
}

/*# sourceMappingURL=style.css.map */


.tablecss th,
td {
  font-weight: initial;
}

.tablecss {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-left: solid #DDDDDD 1px;
  border-right: solid #DDDDDD 2px;
}

.tablecss tbody {
  //height: 400px;
  overflow-y: scroll;
}

.tablecss th {
  border-top: solid #DDDDDD 1px;
  border-bottom: solid #DDDDDD 1px;
  background-color: #ff1919;
   /*background-color: #cc0033; */
}

.tablecss td {
  border-top: solid #DDDDDD 1px;
  border-bottom: solid #DDDDDD 1px;
  background-color: #FFFFFF;
  padding: 0 5px;
}


.s_tablecss th,
td {
  font-weight: initial;
}

.s_tablecss {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-left: solid #DDDDDD 1px;
  border-right: solid #DDDDDD 2px;
}

.s_tablecss tbody {
  //height: 400px;
  overflow-y: scroll;
}

.s_tablecss th {
  border-top: solid #DDDDDD 1px;
  border-bottom: solid #DDDDDD 1px;
  background-color: #afeeee;
}

.s_tablecss td {
  border-top: solid #DDDDDD 1px;
  border-bottom: solid #DDDDDD 1px;
  background-color: #FFFFFF;
  padding: 0 5px;
}

.s_bottomline {
  border-bottom: solid #87cefa 3px !important;
}

.bottomline {
  /*border-bottom: solid #ee827c 3px !important; */
    border-bottom: solid #ff1919 3px !important;
}

.help {
	color: #4F81BD;
	text-decoration: underline;
	cursor: pointer;
}
.help_msg {
  display: none;
	border: 1px solid;
	font-size: 14px;
	padding: 4px 8px;
	margin: 30px 0;
	color: #555;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .mbhide {
    display: none;
  }

  .my-form {
    padding: 20px 0px;
  }

  .my-form h3 {
    font-size: 100%;
  }

  .my-form .step-wrap .frm-table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    display: block;
  }

  .my-form .step-wrap .frm-table dl {
    display: block;
  }

  .my-form .step-wrap .frm-table dl dt,
  .my-form .step-wrap .frm-table dl dd {
    display: block;
    padding: 6px 15px;
    border: none;
  }

  .my-form .step-wrap .frm-table dl dt {
    font-weight: bold;
    border-right: none;
    width: auto;
  }

  .my-form .step-wrap .frm-table dl dd {
    border-bottom: #ddd solid 2px;
  }

  .my-form .form-control {
    padding: 3px;
    margin-bottom: 4px;
  }

  .my-form select.form-control {
    /* height: 1.5em; */
  }

  .form-dokyo_grid {
    grid-column-gap: 40px;
  }

  #mypage_login {
    width: 98%;
  }

  #mypage_login .login-wrap {
    width: 90%;
    display: table;
  }

  #mypage_login .login-wrap dl {
    display: table-row;
  }

  #mypage_login .login-wrap dl dt,
  #mypage_login .login-wrap dl dd {
    display: table-cell;
    padding: 10px;
  }

  #mypage_login .login-wrap dl dt {
    width: auto;
  }

  .order-list .order-nav ul li a {
    padding: 3px 15px;
  }

  .order-list .nav-srt {
    display: inline;
  }

  .order-list .nav-def {
    display: none;
  }

  .simulator .simu_table {
    font-size: 12px;
  }

  .simulator .simu_table th,
  .simulator .simu_table td {
    line-height: 1em;
    padding: 4px;
  }

  .simulator .simu_table th {
    width: auto;
  }

  .simulator .simu_table th span {
    display: block;
    padding-bottom: 5px;
  }
  .ttl-wrap {
    padding: 0px;
    margin-top: 30px;
    height: 110px;
  }

  .ttl-wrap dl dd {
    vertical-align: middle;
    display: table-cell;
  }

  .ttl-wrap dl .ttl-image {
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    height: 100px;
  }

  .ttl-wrap dl .ttl-image img {
    height: 100px;
    width: 100px;
  }

  .ttl-wrap dl .ttl-text p {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ttl-wrap dl .ttl-text .ttl-str1 {
    border-bottom: #ddd solid 2px;
  }

  .ttl-wrap dl .ttl-text .ttl-str2,
  .ttl-wrap dl .ttl-text .ttl-str3 {
    font-size: 14px;
    font-weight: bold;
  }

  .ttl-wrap dl .ttl-text .ttl-str3 span {
    display: block;
  }

  .step_contract_image {
    display: block;
  }

  .step_contract_image div:first-child {
    margin-right: auto;
    margin-bottom: 10px;
  }

  .step_contract_image img {
    margin: auto;
  }

  .simulator .qa_box {
    padding: 15px 0;
  }

  .simulator .qa_box .qa_wrap_table,
  .simulator .qa_box .qa_wrap_table tbody {
    display: block;
  }

  .simulator .qa_box .qa_wrap_table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }

  .simulator .qa_box .qa_wrap_table th {
    width: auto;
  }
}

/* STEP 2 */

.center {
	text-align: center;
}
.center .list {
	display: inline-block;
	text-align: left;
}
.list {
	margin: 20px 0;
	padding-left: 1.5em;
}
.list_dl {
	margin: 15px;
}
.list_dl dd {
  margin-left: 15px;
  margin-top: 5px;
}
.red {
  color: red;
}
.blue {
  color: blue !important;
}
.underline {
  text-decoration: underline;
}
.pdf_icon {
	background-color: black;
	color: white !important;
	text-decoration: none;
  display: inline-block;
	padding: 2px 0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 1;
	text-align: center;
  width: 3.5em;
  vertical-align: middle;
}
.pdf_done {
  margin-left: 0.5em;
	color: red;
	border: 1px solid;
	border-radius: 4px;
	padding: 2px;
	font-size: .75em;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.radio_horizontal label {
	margin-right: 2em;
}
.radio_horizontal input {
	margin-right: 1em;
}
.step_table {
	width: 100%;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
}
.step_table th { 
  background-color: #DEEDF2;
  text-align: left;
  font-weight: normal;
}
.step_table th,
.step_table td {
  padding: 2px 4px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.step_table.record {
	border: 0;
	table-layout: auto;
	border-spacing: 0 2px;
}
.step_table.record thead th {
  text-align: left;
}
.step_table.record tbody tr {
	background-image: linear-gradient(#F4F4F4,#FFFFFF,#F4F4F4);
}
.step_table.record tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
  border-width: 4px 0 4px 4px;
  text-align: center;
  color: #08215C;
  font-weight: bold;
}
.step_table.record tbody tr td:nth-child(2) {
  color: #08215C;
  font-weight: bold;
}
.step_table.record tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
	border-width: 4px 4px 4px 0;
}
.step_table.record tbody tr td {
  border: 4px solid #D9D9D9;
  border-width: 4px 0;
  padding: 30px 4px;
}
.step_table.record tbody tr td a {
  color: #2E6FBA;
}
.step_table.record tbody tr td img {
	display: block;
	width: 80px;
	margin: auto;
}
.step_table.datetime {
  border-top: 0;
  border-spacing: 0 2px;
}
.step_table.datetime th {
	text-align: left;
}
.step_table.datetime tbody th {
	text-align: left;
}
.step_table.datetime tbody th {
	background-color: #ECF0DF;
}
.step_table.datetime input,
.step_table.datetime select {
	width: 100%;
}
.sumit_table {
	width: 100%;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
    text-align:center;
}
.sumit_table th {
	background-color:#DEEDF2;
	font-weight:normal;
}
.step_div {
	margin: 30px 15px 60px;
}
.step_buttons {
	display: flex;
	justify-content: center;
}
.step_buttons .button {
  background: none;
	border-radius: 5em;
	border: 3px solid;
	-webkit-appearance: none;
	padding: 10px 20px;
}
.list_paper_img {
	display: block;
  max-width: 200px;
  margin: 15px;
}
#preferred_datetime > div {
  display: inline-flex;
}
#preferred_datetime > div:not(:nth-of-type(1)) {
	margin-left: 20px;
}
#preferred_datetime > div span {
	margin-right: 5px;
}

/* ordersheet */

.ordersheet h2 {
	background-color: #F7EADD;
	text-align: center;
	color: #8C8E9F;
	padding: 8px;
	margin-bottom: 60px;
}
.ordersheet_header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ordersheet_header p {
	width: 45%;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.ordersheet_header p span {
  display: inline-block;
}
.ordersheet_header p span:first-of-type {
	width: 5em;
}
.ordersheet_header p i {
	font-style: normal;
	margin-right: 1em;
	display: inline-block;
}
.ordersheet_table {
	width: 100%;
	border-collapse: collapse;
}
.ordersheet_table th,
.ordersheet_table td {
	border: 1px solid;
	padding: 2px 4px;
}
.ordersheet_table th {
	background-color: #F7EADD;
	text-align: left;
}
.ordersheet_table td i {
	display: none;
}

@media screen and (max-width: 768px) {
  .step_table_wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* .step_table_wrapper::-webkit-scrollbar {
    background: #eee;
  }
  .step_table_wrapper::-webkit-scrollbar-track {
    background: #eee;
  }
  .step_table_wrapper::-webkit-scrollbar:horizontal {
    height: 5px;
    }
  .step_table_wrapper::-webkit-scrollbar-thumb{
    background: #ccc;
  } */
  .step_table {
    white-space: nowrap;
  }
  .step_table th {
    padding: 4px 8px;
    font-size: 10px;
  }
  .step_table td {
    padding: 8px;
    font-size: 10px;
  }
  .step_buttons .button {
    padding: 8px;
  }
  .step_buttons .button.cancel {
    margin-right: 10px;
  }
  .step_buttons .button.cancel i {
    margin-right: 6px;
    font-size: 1.25em;
  }
  .step_buttons .button.submit i {
    margin-left: 6px;
    font-size: 1.25em;
  }
  .pdf_done {
    display: block;
    text-align: center;
    margin: 0;
    width: 2em;
  }
  #preferred_datetime > div {
    display: block;
    margin-bottom: 10px;
  }
  #preferred_datetime > div:not(:nth-of-type(1)) {
    margin-left: 0;
  }
  #preferred_datetime select {
    margin: 0;
  }
  .ordersheet_header p {
    width: 100%;
  }
  .ordersheet_table,
  .ordersheet_table tbody,
  .ordersheet_table th {
    display: block;
  }
  .ordersheet_table thead {
    display: none;
  }
  .ordersheet_table tr {
    display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid;
  }
  .ordersheet_table td {
    border-bottom: 0;
    display: flex;
    padding: 0;
  }
  .ordersheet_table td i {
    margin-right: 1em;
    width: 6em;
    display: block;
    font-style: normal;
    padding: 2px 4px;
    background-color: #F7EADD;
    border-right: 1px solid;
  }
  .ordersheet_table td span {
    padding: 2px 4px;
  }
}
