@charset "UTF-8";
/* CSS Document */


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: .8px;
  word-break: break-all;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #333;
  background: #f5f5f5;
  height: 100%;
}

a {
  color: #333;
  cursor: pointer !important;
}



/* ### top_page ### */

.video_wrapper {
    position: relative;
    width: 100vw;
    height: 962.4px;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    /*min-height: 100%;*/
    height: 970px;
    z-index: 1;
}

.video_hidden {
  width: 100%;
  height: 10px;
  background: #f5f5f5;
  z-index: 2;
  padding: 0 0 80px 0;
}

.video_contents {
  position: absolute;
  /*top: 50%;*/
  left: 50%;
  height: 962.4px;
  transform: translateX(-50%);
  min-width: 100%;
  /*min-height: 100%;*/

  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.app_comment {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  padding: 200px 0 20px 0;
}

.zone_comment {
  text-align: center;
  font-size: 150px;
  font-weight: bold;
  color: #ffffff;
}

.version_comment {
  text-align: right;
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  padding: 200px 0 0 0;
}

.start {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 200px 0;
}

.start_box {
  padding: 60px 0 60px 0;
}

.select {
  width: 100%;
  height: 800px;
  font-size: 40px;
}

.select p {
  text-align: center;
}

.select_method {
  display: flex;
}

.te {
  width: 50%;
  height: 500px;
  text-align: center;
  background: #00885a;
  margin: 40px 40px 40px 40px;
  transition: 0.3s;
}

.te a {
  color: #f5f5f5;
  height: 100%;
}

.ke {
  width: 50%;
  height: 500px;
  text-align: center;
  background: #00885a;
  margin: 40px 40px 40px 40px;
  transition: 0.3s;
}

.ke a {
  color: #f5f5f5;
  height: 100%;
}

.select_m_comment {
  font-weight: bold;
  padding: 30px 0 30px 0;
}

.select_comment {
  font-size: 25px;
}



/* ### select_te (select_ke) ### */

.select_te_content {
  font-size: 30px;
  width: 95%;
  height: 500px;
  background: #f5f5f5;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

.select_te_main {
  height: 800px;
}

#select_te_int_5_main {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

#select_te_int_15_main {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

#select_te_int_25_main {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

#generate_type {
  display: none;
}

.select_te_up, .select_te_lower {
  display: flex;
  justify-content: center;
  height: 300px;
}

.select_te_1, .select_te_2, .select_te_3, .select_te_4, .select_te_5, .select_te_6 {
  width: 33%;
  margin: 10px;
  /*background: #e6e6fa;*/
  background: #d3d6dd;
}

.type, .num_of_q, .plus_minus, .num_kou, .int_frac_demi, .kou_minmax, .kou_minmax_ans {
  text-align: center;
  font-size: 20px;
  margin: 10px;
}

.type p, .num_of_q p, .plus_minus p, .num_kou p, .int_frac_demi p, .kou_minmax p, .kou_minmax_ans p {
  text-align: center;
  padding: 0 0 20px 0;
}

.type label, .num_of_q label, .plus_minus label, .num_kou label, .int_frac_demi label, .kou_minmax_ans label {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  font-size: 18px;
}

.type label {
  font-size: 14px;
}

.type input:checked+label, .num_of_q input:checked+label, .plus_minus input:checked+label, .num_kou input:checked+label, .int_frac_demi input:checked+label {
  background: #00885a;
  color: #ffffff;
}

.kou_minmax input {
  font-size: 30px;
  text-align: center;
}

.kou_minmax_flex {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}

.kou_minmax_flex .nami {
  padding: 0 40px 0 40px;
}

.type input, .num_of_q input, .plus_minus input, .num_kou input, .int_frac_demi input, .kou_minmax_ans input {
  display: none;
}

.div_btn_select {
  text-align: center;
  margin: 30px 0 50px 0;
}

.example {
  text-align: center;
  font-size: 40px;
  padding: 40px 0 40px 0;
}

#btn_select {
  display: inline-block;
  color: #ffffff;
	background: #00885a;
	border: none;
  border-radius: 3%;
	cursor: pointer;
	text-align: center;
	padding: 32px 42px;
  font-size: 35pt;
  line-height: 1em;
  transition: 0.3s;
}

/* end select! */

/* ### keisan page ### */
/* ### te_int, ke_int ### */

.container {
  width: 95%;
  height: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

.top_space {
  height: 180px;
}


/* header */
header {
  width: 100%;
  height: 80px;
  text-align: center;
  background: #00885a;
  position: fixed;
  z-index: 50;
}

.logo {
  display: inline-block;
  text-align: center;
  line-height: 80px;/*headerのheightにあわせている*/
  font-size: 30px;
  color: #f5f5f5;
}

.reload_btn {
  position: absolute;
  left: 11.7%;
  top: 20%;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  transition: 0.3s;
  background: url(/static/calc/img/reload_48px.png);
  cursor: pointer;
}

.back_btn {
  position: absolute;
  left: 3.7%;
  top: 20%;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  transition: 0.3s;
}

.toppage_btn {
  position: absolute;
  left: 19.7%;
  top: 20%;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  transition: 0.3s;
  background: #f5f5f5;
  cursor: pointer;
}

.toppage_btn a {
  font-size: 20px;
  font-weight: bold;
  color: #00885a;
  height: 100%;
  line-height: 2.3;
}

.pdf_btn {
  transition: 0.3s;
}

.pdf_btn input {
  position: absolute;
  left: 85%;
  top: 20%;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  transition: 0.3s;
  background: #f5f5f5;
  cursor: pointer;

  font-size: 16px;
  color: #00885a;
  font-weight: bold;
}

.non_disp_uuid4pdf input {
  display: none;
}

.email_btn {
  position: absolute;
  left: 93%;
  top: 20%;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  transition: 0.3s;
}



/* main */
.main {
  position: relative;
  margin: 0 200px 0 200px;
}

.main_p {
  font-size: 30px;
}

.notes {
  padding: 0 0 70px 35%;
}


/* 整数・分数分岐フラグ */
#frac_flag_sec {
  display: none;
}

.keisan_1, .keisan_2, .keisan_3, .keisan_4, .keisan_5, .keisan_6, .keisan_7, .keisan_8, .keisan_9, .keisan_10, .keisan_11, .keisan_12, .keisan_13, .keisan_14, .keisan_15, .keisan_16, .keisan_17, .keisan_18, .keisan_19, .keisan_20, .keisan_21, .keisan_22, .keisan_23, .keisan_24, .keisan_25 {
  width: 100%;
  height: 410px;
  margin: 100px 0 0 0;
  display: flex;
  flex-flow: column;
  text-align: right;
}

.s_and_c {
  height: 224px;
  display: flex;
}

#siki_frac {
  display: flex;
  font-size: 30px;
  margin: 80px 0 0 0;
  width: 70%;/* .canvas 30% */
}

.canvas_1, .canvas_2, .canvas_3, .canvas_4, .canvas_5, .canvas_6, .canvas_7, .canvas_8, .canvas_9, .canvas_10, .canvas_11, .canvas_12, .canvas_13, .canvas_14, .canvas_15, .canvas_16, .canvas_17, .canvas_18, .canvas_19, .canvas_20, .canvas_21, .canvas_22, .canvas_23, .canvas_24, .canvas_25 {
  height: 224px;
  width: 30%;/* .siki_frac 70% */
  position: relative;
}

#input_1, #input_2, #input_3, #input_4, #input_5, #input_6, #input_7, #input_8, #input_9, #input_10, #input_11, #input_12, #input_13, #input_14, #input_15, #input_16, #input_17, #input_18, #input_19, #input_20, #input_21, #input_22, #input_23, #input_24, #input_25 {
  width: 100%;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  left: 0;
}

input[type="text"] {
  font-size: 40px;
}

canvas {
  width: 224px;
  height: 224px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}


/* 分数部分 */
.frachead {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;/* フォントサイズ変更の際は、ここも変更すること */
}

.fracbs {
  padding: 5px 10px;
  border-bottom: 1px solid;
}

.fracbb {
  padding: 5px 10px;
}

.img_cls {
  width: 224px;
  height: 224px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

/* 結果部分 */
.result_re_1, .result_re_2, .result_re_3, .result_re_4, .result_re_5, .result_re_6, .result_re_7, .result_re_8, .result_re_9, .result_re_10, .result_re_11, .result_re_12, .result_re_13, .result_re_14, .result_re_15, .result_re_16, .result_re_17, .result_re_18, .result_re_19, .result_re_20, .result_re_21, .result_re_22, .result_re_23, .result_re_24, .result_re_25 {
  display: flex;
}

.tf_and_wri {
  display: flex;
  flex-flow: column;
}

.suuji_write {
  font-size: 30px;
  text-align: left;
  height: 53px;
  padding: 10px 0 10px 0;
}

.seikai_plus {
  font-size: 30px;
  text-align: left;
  height: 53px;
  padding: 10px 0 10px 215px;
}

.seikai_plus span {
  font-weight: bold;
  color: #00885a;
}

.suuji_write span {
  font-weight: bold;
  color: #00885a;
}


/* saitenchu... */
.popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.popup_text {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    width: 50%;
    border-radius: 10px;
}

.popup_show {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------*/

#clear_1, #clear_2, #clear_3, #clear_4, #clear_5, #clear_6, #clear_7, #clear_8, #clear_9, #clear_10, #clear_11, #clear_12, #clear_13, #clear_14, #clear_15, #clear_16, #clear_17, #clear_18, #clear_19, #clear_20, #clear_21, #clear_22, #clear_23, #clear_24, #clear_25 {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  position: absolute;
  bottom: 0;
  left: 260px;
  transition: 0.3s;
  background: url(/static/calc/img/eraser_48px.png);
}



.scoring_btn {
  text-align: center;
  margin: 30px 0 50px 0;
}

#btn1 {
  display: inline-block;
  color: #ffffff;
	background: #00885a;
	border: none;
  border-radius: 3%;
	cursor: pointer;
	text-align: center;
	padding: 32px 42px;
  font-size: 35pt;
  line-height: 1em;
  transition: 0.3s;
}

.correct_ans_rate {
  text-align: center;
  font-size: 40px;
  color: #00885a;
  margin: 30px 0 50px 0;
}


/* ### お問い合わせ ### */

.contact_main {
  height: 1000px;
  text-align: center;
  font-size: 30px;
}

.contact_top {
  font-size: 20px;
  padding: 0 0 80px 0;
}

.for_form form {
  display: block;
  width: 500px;
  margin: 0 auto;
}

.name_area, .mail_area, .text_area, .name_area_confirm, .mail_area_confirm, .text_area_confirm {
  display: flex;
  flex-flow: column;
  width: 80%;
  padding: 0 0 40px 0;
  text-align: left;
  font-size: 15px;
}

#contact_name {
  width: 500px;
  height: 30px;
  font-size: 15px;
}

#contact_mailaddress {
  width: 500px;
  height: 30px;
  font-size: 15px;
}

#contact_text {
  width: 500px;
  height: 300px;
  font-size: 15px;
  vertical-align: top;
}

#to_confirm, #to_done {
  display: inline-block;
  color: #ffffff;
	background: #00885a;
	border: none;
  border-radius: 3%;
	cursor: pointer;
	text-align: center;
	padding: 32px 42px;
  font-size: 35pt;
  line-height: 1em;
  transition: 0.3s;
}

.name_area_confirm input, .mail_area_confirm input, .text_area_confirm input {
  display: none;
}


/*　###各ページ共通footer###　*/
footer {
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: #333;
}

footer small {
  color: #c0c0c0;
  line-height: 90px;
}





/*-------------------------*/

/* PCの場合のhover */
@media (hover: hover) {

  /* header btn */
  .reload_btn:hover, .back_btn:hover, .email_btn:hover, .toppage_btn:hover, .pdf_btn:hover {
    opacity: 0.7;
  }


  /* select page */
  .type label:hover, .num_of_q label:hover, .plus_minus label:hover, .num_kou label:hover, .int_frac_demi label:hover {
    opacity: 0.7;
  }

  #btn_select:hover {
    background: #89c997;
  }

  #clear_1:hover, #clear_2:hover, #clear_3:hover, #clear_4:hover, #clear_5:hover, #clear_6:hover, #clear_7:hover, #clear_8:hover, #clear_9:hover, #clear_10:hover, #clear_11:hover, #clear_12:hover, #clear_13:hover, #clear_14:hover, #clear_15:hover, #clear_16:hover, #clear_17:hover, #clear_18:hover, #clear_19:hover, #clear_20:hover, #clear_21:hover, #clear_22:hover, #clear_23:hover, #clear_24:hover, #clear_25:hover {
    opacity: 0.7;
  }

  #btn1:hover {
    /*opacity: 0.7;*/
    background: #89c997;
  }

  .te:hover, .ke:hover {
    opacity: 0.7;
  }

  #to_confirm:hover, #to_done:hover {
    opacity: 0.7;
  }

}

/* スマホ等の場合のhover */
@media (hover: none) {

  /* header btn */
  .reload_btn:active, .back_btn:active, .email_btn:active, .toppage_btn:active, .pdf_btn:hover {
    opacity: 0.7;
  }

  /* select page */
  .type label:active, .num_of_q label:active, .plus_minus label:active, .num_kou label:active, .int_frac_demi label:active {
    opacity: 0.7;
  }

  #btn_select:active {
    background: #89c997;
  }

  #clear_1:active, #clear_2:active, #clear_3:active, #clear_4:active, #clear_5:active, #clear_6:active, #clear_7:active, #clear_8:active, #clear_9:active, #clear_10:active, #clear_11:active, #clear_12:active, #clear_13:active, #clear_14:active, #clear_15:active, #clear_16:active, #clear_17:active, #clear_18:active, #clear_19:active, #clear_20:active, #clear_21:active, #clear_22:active, #clear_23:active, #clear_24:active, #clear_25:active {
    opacity: 0.7;
  }

  #btn1:active {
    /*opacity: 0.7;*/
    background: #89c997;
  }

  .te:active, .ke:active {
    opacity: 0.7;
  }

  #to_confirm:active, #to_done:active {
    opacity: 0.7;
  }

}





/* ################################# */

/* ###    画面幅　480pxまでの時     ### */

/* ################################# */


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


/* ### top_page ### */

.video_wrapper {
    height: 662.4px;
}

.video_wrapper > video {
    left: 70%;
    transform: translateX(-70%);
    height: 670px;
}

.video_contents {
  left: 70%;
  height: 662.4px;
  transform: translateX(-70%);
}

.app_comment {
  font-size: 25px;
}

.zone_comment {
  font-size: 75px;
}

.version_comment {
  font-size: 25px;
}

.start {
  font-size: 25px;
}

.select {
  width: 100%;
  height: 900px;
  font-size: 20px;
}

.select_method {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.te {
  width: 80%;
  height: 300px;
  text-align: center;
  background: #00885a;
  margin: 40px 0 40px 0;
  transition: 0.3s;
}

.ke {
  width: 80%;
  height: 300px;
  text-align: center;
  background: #00885a;
  margin: 40px 40px 40px 40px;
  transition: 0.3s;
}

.select_comment {
  font-size: 16px;
}


/* ### select_te (select_ke) ### */

.select_te_content {
  height: 1900px;
}

.select_te_main {
  height: 800px;
}

.select_te_up, .select_te_lower {
  flex-flow: column;
  height: 850px;
}

.select_te_1, .select_te_2, .select_te_3, .select_te_4, .select_te_5, .select_te_6 {
  width: 100%;
  height: 33%;
  margin: 10px 0 10px 0;
}

.example {
  text-align: center;
  font-size: 20px;
  padding: 40px 0 40px 0;
}

/* end select! */


/* ### keisan page ### */
/* ### te_int, ke_int ### */

/* container */

.container {
  width: 95%;
  height: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.top_space {
  height: 120px;
}


/* header */
.logo {
  font-size: 15px;
  position: absolute;
  left: 44.7%;
}

.reload_btn {
  left: 16.7%;
}

.toppage_btn {
  left: 29.7%;
}

.pdf_btn {
  transition: 0.3s;
}

.pdf_btn input {
  left: 67%;
}

.email_btn {
  left: 83%;
}



/* main レスポンシブで横margin変更 */
.main {
  position: relative;
  margin: 0 20px 0 20px;
}

.main_p {
  font-size: 20px;
}

.notes {
  padding: 0 0 70px 0;
  font-size: 12px;
}


/* 整数・分数分岐フラグ */
#frac_flag_sec {
  display: none;
}

.keisan_1, .keisan_2, .keisan_3, .keisan_4, .keisan_5, .keisan_6, .keisan_7, .keisan_8, .keisan_9, .keisan_10, .keisan_11, .keisan_12, .keisan_13, .keisan_14, .keisan_15, .keisan_16, .keisan_17, .keisan_18, .keisan_19, .keisan_20, .keisan_21, .keisan_22, .keisan_23, .keisan_24, .keisan_25 {
  width: 100%;
  height: 448px;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: column;
  text-align: right;
}

.s_and_c {
  height: 448px;
  display: flex;
  flex-flow: column;
}

#siki_frac {
  display: flex;
  font-size: 15px;
  margin: 80px 0 10px 0;
  width: 100%;/* レスポンシブにて変更 */
}

.canvas_1, .canvas_2, .canvas_3, .canvas_4, .canvas_5, .canvas_6, .canvas_7, .canvas_8, .canvas_9, .canvas_10, .canvas_11, .canvas_12, .canvas_13, .canvas_14, .canvas_15, .canvas_16, .canvas_17, .canvas_18, .canvas_19, .canvas_20, .canvas_21, .canvas_22, .canvas_23, .canvas_24, .canvas_25 {
  height: 224px;
  width: 100%;/* レスポンシブにて変更 */
  position: relative;
}

canvas {
  width: 224px;
  height: 224px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}


/* 分数部分 */
.frachead {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: center;
  line-height: 5px;/* フォントサイズ変更の際は、ここも変更すること */
}

.fracbs {
  padding: 5px 5px;/*2つめ:10px->5pxに変更!!*/
  border-bottom: 1px solid;
}

.fracbb {
  padding: 5px 5px;/*2つめ:10px->5pxに変更!!*/
}

.img_cls {
  width: 224px;
  height: 224px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

/* 結果部分 */
.result_re_1, .result_re_2, .result_re_3, .result_re_4, .result_re_5, .result_re_6, .result_re_7, .result_re_8, .result_re_9, .result_re_10, .result_re_11, .result_re_12, .result_re_13, .result_re_14, .result_re_15, .result_re_16, .result_re_17, .result_re_18, .result_re_19, .result_re_20, .result_re_21, .result_re_22, .result_re_23, .result_re_24, .result_re_25 {
  display: flex;
}

.tf_and_wri {
  display: flex;
  flex-flow: column;
}

.suuji_write {
  font-size: 20px;
  text-align: left;
  height: 53px;
  padding: 10px 0 0 0;
}

.seikai_plus {
  font-size: 20px;
  text-align: left;
  height: 53px;
  padding: 10px 0 0 0;
}

.seikai_plus span {
  font-weight: bold;
  color: #00885a;
}

.suuji_write span {
  font-weight: bold;
  color: #00885a;
}


/* saitenchu... */
.popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.popup_text {
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    width: 50%;
    border-radius: 10px;
}

.popup_show {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------*/

#clear_1, #clear_2, #clear_3, #clear_4, #clear_5, #clear_6, #clear_7, #clear_8, #clear_9, #clear_10, #clear_11, #clear_12, #clear_13, #clear_14, #clear_15, #clear_16, #clear_17, #clear_18, #clear_19, #clear_20, #clear_21, #clear_22, #clear_23, #clear_24, #clear_25 {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 6%;
  position: absolute;
  bottom: 0;
  left: 260px;
  transition: 0.3s;
  background: url(/static/calc/img/eraser_48px.png);
}



.scoring_btn {
  text-align: center;
  margin: 30px 0 0 0;
}

#btn1 {
  display: inline-block;
  color: #ffffff;
	background: #00885a;
	border: none;
  border-radius: 3%;
	cursor: pointer;
	text-align: center;
	padding: 32px 42px;
  font-size: 35pt;
  line-height: 1em;
  transition: 0.3s;
  margin: 30px 0 0 0;
}

.correct_ans_rate {
  text-align: center;
  font-size: 20px;
  color: #00885a;
  padding: 30px 0 20px 0;
}


/* ### お問い合わせ ### */

.contact_main {
  height: 1000px;
  text-align: center;
  font-size: 30px;
}

.contact_top {
  font-size: 15px;
  padding: 0 10px 80px 10px;
}

.input_class {
  padding: 0 10px 0 10px;
}

.for_form form {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.name_area, .mail_area, .text_area, .name_area_confirm, .mail_area_confirm, .text_area_confirm {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0 0 40px 0;
  text-align: left;
  font-size: 15px;
}

#contact_name {
  width: 90%;
  height: 30px;
  font-size: 15px;
}

#contact_mailaddress {
  width: 90%;
  height: 30px;
  font-size: 15px;
}

#contact_text {
  width: 90%;
  height: 300px;
  font-size: 15px;
  vertical-align: top;
}

#to_confirm, #to_done {
  font-size: 20pt;
}

.name_area_confirm input, .mail_area_confirm input, .text_area_confirm input {
  display: none;
}


/*　###各ページ共通footer###　*/
footer {
  height: 50px;
}

footer small {
  line-height: 50px;
}

}
