@charset "UTF-8";
main {
  padding-top: min(7.667vw, 92px);
}

#contnts .inner {
  width: auto;
}

body > *:not(header):not(footer):not(nav) html, body > *:not(header):not(footer):not(nav) body, body > *:not(header):not(footer):not(nav) div, body > *:not(header):not(footer):not(nav) span, body > *:not(header):not(footer):not(nav) applet, body > *:not(header):not(footer):not(nav) object, body > *:not(header):not(footer):not(nav) iframe,
body > *:not(header):not(footer):not(nav) h1, body > *:not(header):not(footer):not(nav) h2, body > *:not(header):not(footer):not(nav) h3, body > *:not(header):not(footer):not(nav) h4, body > *:not(header):not(footer):not(nav) h5, body > *:not(header):not(footer):not(nav) h6, body > *:not(header):not(footer):not(nav) p, body > *:not(header):not(footer):not(nav) blockquote, body > *:not(header):not(footer):not(nav) pre,
body > *:not(header):not(footer):not(nav) a, body > *:not(header):not(footer):not(nav) abbr, body > *:not(header):not(footer):not(nav) acronym, body > *:not(header):not(footer):not(nav) address, body > *:not(header):not(footer):not(nav) big, body > *:not(header):not(footer):not(nav) cite, body > *:not(header):not(footer):not(nav) code,
body > *:not(header):not(footer):not(nav) del, body > *:not(header):not(footer):not(nav) dfn, body > *:not(header):not(footer):not(nav) em, body > *:not(header):not(footer):not(nav) img, body > *:not(header):not(footer):not(nav) ins, body > *:not(header):not(footer):not(nav) kbd, body > *:not(header):not(footer):not(nav) q, body > *:not(header):not(footer):not(nav) s, body > *:not(header):not(footer):not(nav) samp,
body > *:not(header):not(footer):not(nav) small, body > *:not(header):not(footer):not(nav) strike, body > *:not(header):not(footer):not(nav) strong, body > *:not(header):not(footer):not(nav) sub, body > *:not(header):not(footer):not(nav) sup, body > *:not(header):not(footer):not(nav) tt, body > *:not(header):not(footer):not(nav) var,
body > *:not(header):not(footer):not(nav) b, body > *:not(header):not(footer):not(nav) u, body > *:not(header):not(footer):not(nav) i, body > *:not(header):not(footer):not(nav) center,
body > *:not(header):not(footer):not(nav) dl, body > *:not(header):not(footer):not(nav) dt, body > *:not(header):not(footer):not(nav) dd, body > *:not(header):not(footer):not(nav) ol, body > *:not(header):not(footer):not(nav) ul, body > *:not(header):not(footer):not(nav) li,
body > *:not(header):not(footer):not(nav) fieldset, body > *:not(header):not(footer):not(nav) form, body > *:not(header):not(footer):not(nav) label, body > *:not(header):not(footer):not(nav) legend,
body > *:not(header):not(footer):not(nav) table, body > *:not(header):not(footer):not(nav) caption, body > *:not(header):not(footer):not(nav) tbody, body > *:not(header):not(footer):not(nav) tfoot, body > *:not(header):not(footer):not(nav) thead, body > *:not(header):not(footer):not(nav) tr, body > *:not(header):not(footer):not(nav) th, body > *:not(header):not(footer):not(nav) td,
body > *:not(header):not(footer):not(nav) article, body > *:not(header):not(footer):not(nav) aside, body > *:not(header):not(footer):not(nav) canvas, body > *:not(header):not(footer):not(nav) details, body > *:not(header):not(footer):not(nav) embed,
body > *:not(header):not(footer):not(nav) figure, body > *:not(header):not(footer):not(nav) figcaption, body > *:not(header):not(footer):not(nav) footer, body > *:not(header):not(footer):not(nav) header, body > *:not(header):not(footer):not(nav) hgroup,
body > *:not(header):not(footer):not(nav) menu, body > *:not(header):not(footer):not(nav) nav, body > *:not(header):not(footer):not(nav) output, body > *:not(header):not(footer):not(nav) ruby, body > *:not(header):not(footer):not(nav) section, body > *:not(header):not(footer):not(nav) summary,
body > *:not(header):not(footer):not(nav) time, body > *:not(header):not(footer):not(nav) mark, body > *:not(header):not(footer):not(nav) audio, body > *:not(header):not(footer):not(nav) video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*************
  Pankuzu
  *************/
.pankuzu {
  width: 100%;
  background: #f0f0f0;
  padding: 0;
  margin: 0;
}

.pankuzu p {
  width: 960px;
  font-size: 80%;
  margin: 0 auto;
  padding: 2px 0;
}

.pankuzu p span {
  display: inline-block;
  padding: 0 10px 0 0;
}

.pankuzu p span a {
  display: inline-block;
  background: url(/assets/img/ir/bg_pankuzu_arrow.gif) no-repeat right 0.7em;
  padding: 0 18px 0 0;
}

.pankuzu p span:last-child a {
  display: inline-block;
  background: none;
  padding: 0 0 0 0;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: inline;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.red {
  color: #ff0000 !important;
}

.tx_center {
  text-align: center !important;
}

.tx_right {
  text-align: right !important;
}

.tx_left {
  text-align: left !important;
}

/* LINK
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #316042;
  text-decoration: underline;
}

a:active, a:focus {
  outline: 0;
}

.normalLink {
  padding-left: 24px;
  background: url(/assets/img/form/bg_icon_link.png) no-repeat 4px 0.3em;
  padding-bottom: 3px;
}

.blankLink {
  padding-left: 24px;
  background: url(../images/bg_icon_blank.gif) no-repeat 3px 0.3em;
  padding-bottom: 3px;
}

.pdfLink {
  padding-left: 24px;
  background: url(../images/bg_icon_pdf.gif) no-repeat 3px 0.2em;
  padding-bottom: 3px;
}

.wordLink {
  padding-left: 24px;
  background: url(../images/bg_icon_word.gif) no-repeat 3px 0.2em;
  padding-bottom: 3px;
}

.excelLink {
  padding-left: 24px;
  background: url(../images/bg_icon_excel.gif) no-repeat 3px 0.3em;
  padding-bottom: 3px;
}

.pptLink {
  padding-left: 24px;
  background: url(../images/bg_icon_ppt.gif) no-repeat 3px 0.3em;
  padding-bottom: 3px;
}

/*************
Global navi none
*************/
#contnts .section p {
  font-size: 117%;
  line-height: 1.9;
  padding-bottom: 15px;
}

/*************
H1,H2,H3
*************/
#level_3rd .h1_block {
  width: 100%;
  /*background:#205f42;*/
  background: #2a855c;
}

#level_3rd h1 {
  width: 960px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#level_3rd h1 strong {
  font-weight: lighter;
  display: inline-block;
  color: #fff;
  font-size: 300%;
  padding: 36px 0 36px 0;
}

#level_3rd h1 strong.engineer {
  background: url(../images/bg_h1_icon_engineer.png) no-repeat left 28px;
  padding: 36px 0 36px 110px;
}

#level_3rd h2 {
  font-size: 300%;
  font-weight: lighter;
  text-align: center;
  padding: 32px 0 20px 0;
}

#level_3rd h2.sp {
  color: #174c34;
}

#level_3rd h3 {
  /*background:#e4f8ef;*/
  padding: 0;
  font-size: 200%;
  color: #174c34;
  margin: 10px 0 20px 0;
}

#level_3rd h3 strong {
  display: inline-block;
  background: #fff url(../images/bg_h3_icon.png) no-repeat left 3px;
  padding: 0 32px 0 47px;
  font-weight: bold;
  /*border-top:3px solid #fff;*/
}

#level_3rd h4 {
  background: url(../images/bg_h4_line.gif) repeat-x left 3px;
  padding: 0;
  font-size: 170%;
  margin: 10px 0 20px 0;
}

#level_3rd h4 strong {
  display: inline-block;
  background: #fff url(../images/bg_h4_icon.png) no-repeat left 3px;
  padding: 0 32px 0 47px;
  font-weight: normal;
}

/*************
Section
*************/
#contnts .section {
  width: 100%;
  display: block;
  background: #fff;
  border-top: 1px solid #139f5f;
}
#contnts .wrapper {
  display: block;
  width: 960px;
  margin: 0 auto;
  background: url(/assets/img/form/bg_section.png) no-repeat top center;
}
#contnts .inner {
  display: block;
  padding: 0 30px;
  width: 960px;
}
#contnts .inner p {
  font-size: 117%;
  line-height: 1.9;
  padding-bottom: 15px;
}

/*************
Special Section
*************/
.sp_section {
  width: 100%;
  display: block;
  background: #f9f5ed;
  border-top: 5px solid #184d35;
}

.sp_section .wrapper {
  display: block;
  width: 960px;
  margin: 0 auto;
  background: url(../images/bg_sp_section.png) no-repeat top center;
}

/*************
Top Section
*************/
.top_section {
  width: 100%;
  display: block;
  background: #fff;
  border-top: none;
}

.top_section .wrapper {
  display: block;
  width: 960px;
  margin: 0 auto;
  background: none;
  padding: 50px 0;
}

/*************
Column
*************/
.column2_type01,
.column2_type02,
.column3 {
  margin: 20px auto;
  display: block;
}

.column2_type01 .col {
  display: inline-block;
  width: 50%;
  float: left;
}

.column2_type01 .col .col_inner {
  padding: 0 0 0 30px;
}

.column2_type01 .col:first-child .col_inner {
  padding: 0 30px 0 0;
}

.column2_type02 .col {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.column2_type02 .col .col_inner {
  padding: 0 0 0 30px;
}

.column2_type02 .col:first-child .col_inner {
  padding: 0 30px 0 0;
}

.column3 .col {
  display: inline-block;
  width: 33%;
  float: left;
}

.column3 .col .col_inner {
  padding: 0 15px 0 15px;
}

/*.column2_type01 .col .col_inner img,
.column2_type02 .col .col_inner img,
.column3 .col .col_inner img{
	width:100%;
	height:auto;
}*/
.column2_type01:before,
.column2_type01:after,
.column2_type02:before,
.column2_type02:after,
.column3:before,
.column3:after {
  content: "";
  display: table;
}

.column2_type01:after,
.column2_type02:after,
.column3:after {
  clear: both;
}

/*************
table
*************/
table.list {
  border-collapse: collapse;
  margin: 15px auto 50px auto;
  width: 100%;
  border: 3px solid #d1d1d1;
}

table.list tr th,
table.list tr td {
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 15px;
  background-color: #fff;
}

table.list tr th {
  background-color: #ececec;
}

/* FOOTER AREA
------------------------------------------------------------*/
/*************
Footer
*************/
/* FORM
------------------------------------------------------------*/
#contnts {
  /*** START form tag ***/
}
#contnts .form_area {
  padding: 0;
  margin: 0;
  display: block;
  border-top: 1px solid #e4e4e4;
}
#contnts .form_area dl {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  margin: 0;
}
#contnts .form_area dl dt {
  display: table-cell;
  width: 300px;
  border-top: 1px solid #fff;
  vertical-align: middle;
  background: #f6f6f6;
  padding: 20px 0;
  position: relative;
}
#contnts .form_area dl dt span,
#contnts div.left_form_area span {
  display: block;
  padding: 4px 40px 4px 15px;
  color: #205f42;
  font-weight: bold;
  font-size: 117%;
  line-height: 1.5;
  margin: 0 0 0 0;
  background: url(/assets/img/form/bg_form_normal.png) no-repeat 100% 50%;
  background-size: 36px 23px;
}
#contnts .form_area dl dt span.must,
#contnts div.left_form_area span.must {
  background: url(/assets/img/form/bg_form_must.png) no-repeat 100% 50%;
  background-size: 36px 23px;
}
#contnts .form_area dl dd {
  display: table-cell;
  width: 580px;
  border-top: 1px solid #fff;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 107%;
}
#contnts .form_area dl dd span {
  padding: 0 10px 0 30px;
}
#contnts .form_area dl dd li span {
  text-indent: 0;
}
#contnts .form_area_confirm dl dd span {
  font-size: 107%;
  display: inline-block;
}
#contnts .form_area dl dd span.check {
  display: block;
  padding: 5px 0 5px 15px;
}
#contnts .form_area_confirm dl dd span.check {
  display: block;
  padding: 5px 0 5px 30px;
  font-size: 107%;
}
#contnts .form_area dl dd ul.form_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contnts .form_area dl dd ul.form_list li {
  display: table;
  padding: 0 0 0 30px;
  font-size: 11px;
}
#contnts .form_area dl dd ul.form_list li.doui {
  padding: 20px 0 0 30px;
}
#contnts .form_area dl dd ul.form_list li span {
  display: table-cell;
  padding: 0;
}
#contnts .form_area dl dd ul.form_list li span a {
  display: inline-block;
  padding: 0 4px 0 16px;
  background: url(/assets/img/form/bg_icon_link.png) no-repeat 4px 0.3em;
  padding-bottom: 3px;
  text-decoration: underline;
}
#contnts .form_area dl dd br {
  display: none;
}
#contnts .form_area .square {
  width: 76%;
}
#contnts .form_area textarea {
  border: 1px solid rgb(118, 118, 118);
  font-size: 0.75em;
}
#contnts .form_area .square2 {
  width: 25%;
}
#contnts .form_area .square3 {
  width: 44%;
}
#contnts .form_area ul.btn_area {
  list-style: none;
  display: table;
  padding: 0;
  margin: 40px auto;
}
#contnts .form_area ul.btn_area li {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
#contnts div.left_form_area {
  display: table-cell;
  background: #f6f6f6;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #fff;
  border-right: 1px solid #e4e4e4;
  width: 165px;
  vertical-align: top;
  padding-top: 63px;
}
#contnts .form_area_confirm div.left_form_area {
  padding-top: 0;
  vertical-align: middle;
}
#contnts .form_area div.left_form_area p.howto_text {
  padding: 15px 10px 0 15px;
  font-size: 12px;
  line-height: 1.7;
}
#contnts .form_area div.left_form_area p.howto_text strong {
  color: #dc0000;
  font-weight: bold;
}
#contnts div.right_form_area {
  display: table-cell;
  border-left: 1px solid #fff;
}
#contnts .form_area div.right_form_area dl {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  margin: 0;
}
#contnts .form_area div.right_form_area dl dt {
  display: table-cell;
  width: 133px;
  border-top: 1px solid #fff;
  vertical-align: middle;
  background: #e4f8ef;
  padding: 20px 0;
  position: relative;
}
#contnts .form_area div.right_form_area dl dt span {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #205f42;
  font-weight: normal;
  font-size: 117%;
  line-height: 1;
  margin: 0;
  background: none;
}
#contnts .form_area div.right_form_area dl dt span br {
  display: none;
}
#contnts .form_area div.right_form_area dl dd {
  display: table-cell;
  width: 600px;
  border-top: 1px solid #fff;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 107%;
}
#contnts .form_area div.right_form_area dl dd p {
  padding: 0 10px 0 30px;
  margin: 20px 0 0 0;
  font-size: 100%;
}
#contnts .form_area div.right_form_area dl dd p strong {
  padding: 0 0 0 0;
  font-size: 100%;
  font-weight: normal;
  border: none;
  background: none;
  color: #d30000;
  margin-left: 0;
  line-height: 1.5;
}
#contnts .form_area div.ssl_area {
  display: block;
  border: 1px solid #e4e4e4;
  margin: 20px 0 0 0;
}
#contnts .form_area div.ssl_area ul {
  display: table;
}
#contnts .form_area div.ssl_area ul li {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
#contnts .form_area div.ssl_area ul li span {
  padding: 0;
  margin: 0;
  display: inline;
}
#contnts .form_area div.ssl_area ul li p {
  font-size: 0.8em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
#contnts .form_alert {
  background-color: #ffeaea;
  margin: 0 0 15px;
  padding: 15px;
  font-weight: bold;
}
#contnts .form_alert p {
  color: #d30000;
  font-size: 109%;
  padding: 0;
  margin: 0;
}
#contnts p.form_confirm {
  color: #205f42;
  font-weight: bold;
  padding-bottom: 20px;
}
#contnts p.form_complete {
  color: #205f42;
  font-weight: bold;
  padding: 20px;
  font-size: 150%;
  text-align: center;
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
#contnts p.form_complete_detail {
  text-align: center;
  padding: 20px 0;
}
#contnts .form_area input.normal,
#contnts .form_area textarea.normal {
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  /* box-shadow */
  box-shadow: rgba(240, 240, 240, 0.65098) 0px 0px 6px 3px inset;
  -webkit-box-shadow: rgba(240, 240, 240, 0.65098) 0px 0px 6px 3px inset;
  -moz-box-shadow: rgba(240, 240, 240, 0.65098) 0px 0px 6px 3px inset;
}
#contnts .form_area input.must,
#contnts .form_area label.select_must,
#contnts .form_area textarea.must {
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  background: #fff1ee;
  /* box-shadow */
  box-shadow: rgba(255, 196, 184, 0.65098) 0px 0px 6px 3px inset;
  -webkit-box-shadow: rgba(255, 196, 184, 0.65098) 0px 0px 6px 3px inset;
  -moz-box-shadow: rgba(255, 196, 184, 0.65098) 0px 0px 6px 3px inset;
}
#contnts .form_area label.select_must select {
  background: #fff1ee;
}
#contnts .form_area input[type=radio], #contnts input[type=checkbox] {
  display: none;
}
#contnts .form_area .radio_normal, #contnts .checkbox_normal {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
#contnts .form_area .radio_normal:after, #contnts .checkbox_normal:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 2px;
  content: "";
}
#contnts .form_area .radio_normal:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #295800;
  content: "";
  opacity: 0;
}
#contnts .form_area input[type=radio]:checked + .radio_normal:before {
  opacity: 1;
}
#contnts .form_area .checkbox_normal:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #295800;
  border-bottom: 3px solid #295800;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
#contnts .form_area input[type=checkbox]:checked + .checkbox_normal:before {
  opacity: 1;
}
#contnts .form_area .radio_must, #contnts .checkbox_must {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
#contnts .form_area .radio_must:after, #contnts .checkbox_must:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 2px;
  content: "";
  /* box-shadow */
  box-shadow: rgba(255, 196, 184, 0.65098) 0px 0px 6px 3px inset;
  -webkit-box-shadow: rgba(255, 196, 184, 0.65098) 0px 0px 6px 3px inset;
  -moz-box-shadow: rgba(255, 196, 184, 0.65098) 0px 0px 6px 3px inset;
}
#contnts .form_area .radio_must:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #295800;
  content: "";
  opacity: 0;
}
#contnts .form_area input[type=radio]:checked + .radio_must:before {
  opacity: 1;
}
#contnts .form_area .checkbox_must:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e00000;
  border-bottom: 3px solid #e00000;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
#contnts .form_area input[type=checkbox]:checked + .checkbox_must:before {
  opacity: 1;
}
#contnts .form_area ul.btn_area li input.submit_btn {
  font-size: 0;
  height: 73px;
  width: 274px;
  background: url(/assets/img/form/bg_btn_submit.png) no-repeat top left;
  background-size: 274px 73px;
  border: none;
  cursor: pointer;
}
#contnts .form_area ul.btn_area li input.reset_btn {
  font-size: 0;
  height: 73px;
  width: 206px;
  background: url(/assets/img/form/bg_btn_reset.png) no-repeat top left;
  background-size: 206px 73px;
  border: none;
  cursor: pointer;
}
#contnts .form_area ul.btn_area li input.send_btn {
  font-size: 0;
  height: 73px;
  width: 192px;
  background: url(/assets/img/form/bg_btn_send.png) no-repeat top left;
  background-size: 192px 73px;
  border: none;
  cursor: pointer;
}
#contnts .form_area ul.btn_area li input.pageback_btn {
  font-size: 0;
  height: 73px;
  width: 146px;
  background: url(/assets/img/form/bg_btn_pageback.png) no-repeat top left;
  background-size: 146px 73px;
  border: none;
  cursor: pointer;
}
#contnts p.form_complete_detail input.topback_btn {
  font-size: 0;
  height: 73px;
  width: 274px;
  background: url(/assets/img/form/bg_btn_topback.png) no-repeat top left;
  background-size: 274px 73px;
  border: none;
  cursor: pointer;
}
#contnts .form_area input,
#contnts .form_area select {
  padding: 0 5px;
  border: 1px solid rgb(118, 118, 118);
  font-size: 0.75em;
  -webkit-appearance: auto;
}
#contnts .form_area ul.btn_area li input.reset_btn:hover,
#contnts .form_area ul.btn_area li input.submit_btn:hover,
#contnts .form_area ul.btn_area li input.send_btn:hover,
#contnts .form_area ul.btn_area li input.pageback_btn:hover,
#contnts p.form_complete_detail input.topback_btn:hover {
  opacity: 0.5;
}

/*** END form tag ***/
@font-face {
  font-weight: normal;
  font-style: normal;
} /* Made with http://icomoon.io/app */
/* General style */
.grid-gallery {
  height: 510px;
}

.grid-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-gallery figure {
  margin: 0;
  position: relative;
}

.grid-gallery .gallery_other {
  margin: 0;
  cursor: default !important;
  opacity: 1 !important;
}

.grid-gallery figure img {
  display: block;
  width: 100%;
}

.grid-gallery .gallery_other img {
  display: block;
  width: 100%;
}

.grid-gallery figcaption h3 {
  margin: 0;
  padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
  margin: 0;
}

/* Grid style */
.grid-wrap {
  max-width: 1025px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.grid {
  margin: 0 auto;
}

.grid li {
  width: 20%;
  float: left;
  cursor: pointer;
}

.grid li.nonegallery {
  width: 40%;
  float: left;
}

.grid figure .hov2 {
  display: block;
  position: relative;
}

.grid figure .hov2 img {
  display: block;
}

.grid figure .hov2 img:hover {
  display: block;
}

.grid figure:hover .hov2::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*-moz-box-shadow:inset 0px 0px 15px -1px rgba(35,129,82,1);
  -webkit-box-shadow:inset 0px 0px 15px -1px rgba(35,129,82,1);
  box-shadow:inset 0px 0px 15px -1px rgba(35,129,82,1);*/
  box-shadow: inset 0px 0px 0 5px #39a272;
}

.grid figcaption {
  background: #e4e4e4;
  padding: 25px;
}

/* Slideshow style */
.slideshow {
  position: relative;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: -510px;
  left: 0;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  perspective: 1000px;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.slideshow ul {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 150px);
  transition: transform 0.5s;
}

.slideshow ul.animatable li {
  transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
  transform: translate3d(0, 0, 0);
}

.slideshow li {
  width: 1025px;
  max-width: 1025px;
  height: 100%;
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
}

.slideshow a {
  display: block;
  width: 100%;
  height: 100%;
}

.img01 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_01_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img02 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_02_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img03 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_03_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img04 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_04_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img05 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_05_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img06 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_06_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img07 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_07_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img08 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_08_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img09 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_09_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img10 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_10_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img11 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_11_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img12 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_12_large.png") 0 0 no-repeat;
  background-size: contain;
}

.img13 {
  width: 100%;
  height: 100%;
  background: url("../../images/large/member_13_large.png") 0 0 no-repeat;
  background-size: contain;
}

.slideshow li.show {
  visibility: visible;
  display: none;
}

.slideshow li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s;
}

.slideshow li.current {
  display: block;
}

.slideshow li.current:after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.slideshow figcaption {
  padding-bottom: 20px;
}

.slideshow figcaption h3 {
  font-weight: 300;
  font-size: 200%;
}

/* Navigation */
.slideshow nav span {
  position: absolute;
  z-index: 1000;
  color: #59656c;
  text-align: center;
  padding: 3%;
  cursor: pointer;
  font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
  top: 50%;
  transform: translateY(-50%);
}

.slideshow nav span.nav-next {
  right: 0;
}

.slideshow nav span.nav-close {
  top: 0;
  right: 0;
  padding: 0.5em 1em;
}

.icon:before,
.icon:after {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
  content: "\e601";
}

span.nav-next:before {
  content: "\e600";
}

/* Example media queries (reduce number of columns and change slideshow layout) */
@media screen and (max-width: 1025px) {
  /* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
  .grid li {
    width: 20%;
  }
  .grid li.nonegallery {
    width: 40%;
  }
  .slideshow li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
  .slideshow li figure img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .info-keys {
    display: none;
  }
}
/*タブレット用サブメニュー解除*/
.tb_menucancel {
  display: none;
}

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