@charset "utf-8";
/*====================================================
   HTML5 display definitions
====================================================*/

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

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
settings
====================================================*/
:root {
  /* --fontFamiry: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
  --fontFamiry: "Noto Sans JP", sans-serif;
  --fontSize: 18px;
  --lineHeight: 1.8em;
  --txtColor: #000;
  --linkColor: #117d7b;
  --mainColor: #117d7b;
  --ctsWidth: 860px;
}

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: var(--linkColor);
	outline: none;
}
a:focus { outline: none; }
a:active,a:hover { outline: 0; opacity:0.8; }
a:link,a:visited {
	color: var(--linkColor);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:active {
  opacity: .8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a img {
  border-style: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img {
	opacity: 0.8;
}
a.no_hvr:hover, a.no_hvr:hover img {
  opacity: 1!important;
}

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: ''; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;display: inline-table;min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }
* {
  word-break: break-all;
  box-sizing: border-box;
}

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bold { font-weight: bold; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #D60003; }

.mb0 { margin-bottom: 0 !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt0 { margin-top: 0 !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mr0 { margin-right: 0 !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.ml0 { margin-left: 0 !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb3 { padding-bottom: 3px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt3 { padding-top: 3px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0 !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

/*====================================================
Base css
====================================================*/
html {
	height:100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: var(--fontFamiry);
  background: #fff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  color: var(--txtColor);
}
main {
	width: 100%;
	margin: 0;
	padding: 0;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	max-width: var(--ctsWidth);
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

/*リンクボタン*/
.btnBox {
  width: 100%;
	margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 30px;
}
a.linkBtn {
	border: 1px solid var(--linkColor);
	color: var(--linkColor);
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	max-width: 300px;
	width: 90%;
}
a.linkBtn:hover {
	border: 1px solid var(--linkColor);
	color: #fff;
	background: var(--linkColor);
	opacity: 1;
}

/*共通スタイル*/
.flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.numble {
  counter-reset: numble;
}
ul.numble li {
  padding: 0 0 0 30px;
  position: relative;
}
ul.numble li:before {
  counter-increment: numble;
  content: counter(numble) '. ';
  position: absolute;
  left: 0;
  top: 0;
}


/*====================================================
Header
====================================================*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255,255,255,0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
  top: -75px;
}
header .wrap {
  padding: 25px 0;
}
header #h_logo {
  justify-content: center;
  align-items: center;
  gap: 25px;
}
header #h_logo .logo {
  width: 140px;
}
header h1 {
  width: auto;
  max-width: calc(100% - 140px - 25px);
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 600;
}

/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0;
  background: var(--mainColor);
}
footer .wrap {
	padding: 0;
}
#copyright {
  width: 100%;
  display: block;
	text-align: center;
	margin: 0;
  padding: 1.5em 1em;
	font-size: 12px;
	line-height: 1.2em;
  color: #fff;
}

.pc {display: inline-block!important;}
.sp {display: none!important;}


/* ====================================================
contents
==================================================== */
#page_title {
  background: var(--mainColor);
}
#page_title .wrap {
  padding: 25px 0;
}
#page_title .sub_title {
  width: 100%;
  max-width: 100%;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.btn_wrap {
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 80px;
}
.btn_wrap .btn {
  width: 100%;
  max-width: 360px;
  position: relative;
}
.btn_wrap .btn .sbmBtn {
  width: 100%;
  background: #117d7b;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  padding: 20px 40px 20px 20px;
}
.btn_wrap .btn:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
  z-index: 5;
}
.btn_wrap .btn.print:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/icon_printer.png) no-repeat center / contain;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%) rotate(0);
  z-index: 5;
}
.btn_wrap .btn.print button {
  width: 100%;
  background: #117d7b;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  padding: 20px;
}
.btn_wrap .btn .sbmBtn:hover,
.btn_wrap .btn.print button:hover {
  opacity: .8;
}

section#form_cts .w_full { width: 100%; }
section#form_cts .w_mid { width: 400px; }
section#form_cts .w_min { width: 240px; }
section#form_cts .square { width: auto; height: 44px; }
section#form_cts input[type="text"] {
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #000;
}
section#form_cts select {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px;
  border-radius: 5px;
}
section#form_cts .checkbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
section#form_cts .checkbox,
section#form_cts .checkbox label {
  cursor: pointer;
}
section#form_cts .checkbox input[type="checkbox"] {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 5px;
}
section#form_cts .checkbox input[type="checkbox"]:checked {
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
}
section#form_cts .checkbox input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 9px;
  transform: rotate(50deg);
  width: 8px;
  height: 20px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: '';
}
section#form_cts .error_text {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #D60003;
}
section#form_cts .input_set {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
section#form_cts .input_set:not(:first-of-type) {
  margin-top: 40px;
}
section#form_cts .input_set .label {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
section#form_cts .input_set .label h2 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0;
  position: relative;
}
section#form_cts .input_set .label h2:before {
  content: '● ';
  color: #117d7b;
}
section#form_cts .input_set h3 {
  font-weight: 500;
}
section#form_cts .input_set .input_box .column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section#form_cts .input_set .input_box .column .in_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
section#form_cts dl.checkseet dt {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: #fff;
  background: var(--mainColor);
  padding: 5px 10px;
  margin: 0 0 10px;
}
section#form_cts dl.checkseet ul.numble {
  counter-reset: none;
}
section#form_cts {
  counter-reset: numble;
}
section#form_cts dl.checkseet ul.numble li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  margin: 10px 0 10px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
section#form_cts dl.checkseet ul.numble li:before {
  content: none;
}
section#form_cts dl.checkseet ul.numble li p {
  width: 100%;
  padding: 0 0 0 30px;
  position: relative;
}
section#form_cts dl.checkseet ul.numble li p:before {
  counter-increment: numble;
  content: counter(numble) '. ';
  position: absolute;
  left: 0;
  top: 0;
}
section#form_cts dl.checkseet ul.numble li .checkbox {
  gap: 0;
}
section#form_cts dl.checkseet ul.numble li span.result {
  width: 54px;
  text-align: center;
  font-weight: bold;
}
section#form_cts.result select,
section#form_cts.result input[type="checkbox"] {
  pointer-events: none;
}
section#form_cts.result select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

#result h2 {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
}
#result .result_table,
#result .result_chart {
  width: 100%;
  margin: 0 0 80px;
}
#result .result_table table {
  width: 100%;
}
#result .result_table table th,
#result .result_table table td {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #333;
  background: #fff;
}
#result .result_table table .header th,
#result .result_table table .header td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #fff;
  color: inherit;
  background: #117d7b;
  color: #fff;
  line-height: 1.4em;
}
#result .result_table table td {
  text-align: center;
  width: 100px;
}
#result .bdr_box {
  border: 1px solid #333;
  padding: 15px 30px;
}
#result .bdr_box h3 {
  margin: 0 0 10px;
}
#result .bdr_box p span {
  font-weight: bold;
}
#result .bdr_box .result_txt {
  margin: 10px 0 0 0;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 110%;
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .no-print {
    display: none;
  }
  section#form_cts .checkbox input[type="checkbox"]:checked {
    border: 1px solid var(--mainColor)!important;
    background: var(--mainColor)!important;
  }
  section#form_cts .checkbox input[type="checkbox"]:checked:before {
    border-right: 4px solid #fff!important;
    border-bottom: 4px solid #fff!important;
  }
  header,
  footer,
  .btn_wrap {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .print_wrap {
    display: flex;
    gap: 10mm;
    justify-content: space-around;
    font-size: 10px!important;
    line-height: 1.5em!important;
  }
  .print_wrap section {
    width: calc((100% - 10mm)/2);
  }
  section#form_cts select {
    font-size: 8pt!important;
    line-height: 1.5!important;
    width: auto!important;
    height: auto!important;
    padding: 0!important;
    border: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  ::-ms-expand {
    display: none;
  }
  section#form_cts .checkbox input[type="checkbox"] {
    width: 10px;
    height: 10px;
    border-radius: 0;
  }
  section#form_cts .checkbox input[type="checkbox"]:checked:before {
    top: 0px;
    left: 2px;
    width: 2px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  section#form_cts .input_set:not(:first-of-type) {
    margin-top: 5mm;
  }
  section#form_cts dl.checkseet dt {
    font-size: 8pt;
    line-height: 1.5;
    margin: 0;
    padding: 0 1mm;
  }
  section#form_cts dl.checkseet ul.numble li {
    margin: 0;
    padding: 0;
  }
  #result h2 {
    margin: 0 0 2mm;
    font-size: 14pt;
  }
  #result .result_table table td {
    width: 80px;
  }
  #result .result_table table th,
  #result .result_table table td {
    padding: 2px!important;
  }
  #result .result_table, #result .result_chart {
    margin: 0 0 8mm;
  }
  #result .bdr_box {
    padding: 2mm;
  }
  section#form_cts dl.checkseet ul.numble li p {
    padding: 0 0 0 15px;
  }

  #chart_box canvas {
    width: auto !important;
    height: 220px !important;
    margin: 0 auto;
  }

  section#form_cts dl.checkseet ul.numble li {
    flex-wrap: nowrap!important;
  }
}

/*印刷サイズ、向き指定*/
@page {
  size: A4 landscape;
  margin: 0 10mm;
}

footer .wrap {
  padding: 20px 0 0 0;
}
footer ul {
  justify-content: center;
  gap: 2em;
}
footer ul a {
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  section#form_cts select,
  section#form_cts .w_full,
  section#form_cts .w_mid,
  section#form_cts .w_min {
    width: 100%;
  }
  section#form_cts .input_set .input_box .column .in_box {
    width: 100%;
  }
  header #h_logo {
    gap: 0;
  }
  header h1 {
    width: 100%;
    max-width: 100%;
    font-size: 26px;
    text-align: center;
  }
  footer {
    margin: 50px 0 0 0;
  }

  .pc {display: none!important;}
  .sp {display: inline-block!important;}

  section#form_cts dl.checkseet ul.numble.select li {
    flex-wrap: wrap;
  }
  section#form_cts dl.checkseet ul.numble.select li select {
    width: 100%;
    text-align: left;
  }
}

.require::after {
  white-space: pre;
  content: "\a※ 必須";
  font-size: 18px;
  color: #D60003;
}
