
html{
    font-size: 62.5%;
}

body{
  font-size: 1.6rem;
  font-family: "UD新ゴ コンデンス90 L";  line-height: 2;
  background-image: linear-gradient(
	  -45deg,
	  #ffffff 25%,
	  #f9f9f9 25%,
	  #f9f9f9 50%,
	  #ffffff 50%,
	  #ffffff 75%,
	  #f9f9f9 75%,
	  #f9f9f9
  );
  background-size: 80px 80px;
  background-attachment: fixed;
  word-break: break-all;
}

input{
  font-family: "sans-serif";
}

textarea{
  margin-bottom:10px;
}

SELECT{
  font-family: "UD新ゴ コンデンス90 L";  
}


h1{
  font-family: "UD新ゴ コンデンス90 M";  font-weight: bold;
  font-size: 24px;
  line-height:190%;  background-color: #166F47;
  border-radius: 10px;
  color: #fff;
  text-align:center;
  margin:10px auto;
  padding:10px;}

h2 {
  font-family: "UD新ゴ コンデンス90 M";  font-weight: bold;
  font-size: 20px;
  line-height:150%;  position: relative;
  padding:10px;  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
}

h3{
  font-family: "UD新ゴ コンデンス90 M";  font-weight: bold;
  font-size: 20px;
  line-height:150%;  background-color: #166F47;
  border-radius: 40px;
  color: #fff;
  text-align:center;
  margin:40px auto 10px auto;
  width:98%;
  padding:10px;}


h4{
  font-family: "UD新ゴ コンデンス90 M";  font-weight: bold;
  font-size: 120%;
  line-height:150%;  font-weight: bold;
  text-align: left;
  color: #364e96;
  padding-bottom:10px;
  margin-bottom:15px;
  border-bottom: dashed 3px #6594e0;
}

.toi{
  margin-right:20px;
  background: linear-gradient(transparent 70%, yellow 70%);
}

h5 {
  font-family: "UD新ゴ コンデンス90 M";  font-weight: bold;
  line-height:150%;  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.5;
  padding:0.4em 0.5em 0.4em 0.5em;  margin: 2em 0 1em 0;
}

h5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ ATTENTION';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em;
}


.code_input_title{
  margin:30px auto 5px auto;
  font-weight:bold;
  font-size:120%;
  font-family: "UD新ゴ コンデンス90 M";}

.language_link{
  font-family: "UD新ゴ コンデンス90 M";
  font-weight:bold;
  font-size: 20px;
  line-height: 150%;
}

.language_link_s{
  font-family: "UD新ゴ コンデンス90 M";
  font-weight:bold;
  font-color:#aaa;
  font-size: 14px;
  width:100%;
  padding:10px 5px;
  line-height: 140%;
  background-color: #ebf6f7;
  border-radius: 5px
}


.card {
  margin: 20px 10px;
  text-align:left;
  padding:10px 20px;
  background-color:#fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}


.whitebase{
  margin:5px;
  text-align:left;
  background-color:#fff;
  padding:15px;
}

.question{
  width: 1px;
  height: 1px;
}


.btn{
  word-break: break-all;
}

.alert{
  font-family: "UD新ゴ コンデンス90 M";  margin-top: 15px;
  padding:10px;}


.ansers_table{
  font-size:120%;
}

.ansers_table_row_title{
}

.ansers_table_row_1{
  background-color: ;
}

.ansers_table_row_1{
  background-color: #fbfaf5;
}

.ansers_table td{
  width: 20%;
}

.ansers_table_selects {
  padding:10px;
  text-align:center;
}

.ansers_table_title {
  font-family: "UD新ゴ コンデンス90 M";  padding:10px;
  font-weight:bold;
  text-align:left;
  font-size:70%;
  line-height: 160%;}

.ansers_table_category {
  font-family: "UD新ゴ コンデンス90 M";  padding:5px 15px;  font-weight:bold;
  text-align:left;
  font-size:70%;
  background-color:#f8e58c;
  border-radius: 40px;
}


.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* アンケート進行度表示 */
meter{
  width:50%;
  height:1em;
  margin:0px 10px;
  margin-bottom:1px;
}

#progress_view {
  position:fixed;
  z-index: 1000;
  top:0;
  width:100%;
  text-align:center;
  padding:7px;
  border-top:2px solid #ffffff;
  background: rgba(0,0,0,0.5);
}

.progress_view_count {
  color: #fff;
}



/* トップメニューへ戻るボタン */
.top_menu_button {
  margin-top:40px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background-image: linear-gradient(#1c978b 0%, #1c978b 100%);
  border: solid 3px #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 30px;
}

.top_menu_button:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.top_menu_button a{
  color:#fff;
}


.sn {
  display: inline-block;
  background: #bbb;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 120%;
  padding:0px 5px;
  margin:0px 5px;
}

.sa {
  display: inline-block;
  background: #bbb;
  border-radius: 10%;
  color: #fff;
  text-align: center;
  line-height: 120%;
  padding:5px;
  margin-right:5px;
}




/* リンク ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  font-weight:bold;
}
@media screen and (max-width:768px) { /* スマホ */
  a:hover{
    text-decoration: none;
    font-weight:bold;
  }
}

/* ラベル ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
label{
  font-weight: ;
  font-size: ;
}



/* 必須項目 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.hissu{
  font-weight:bold;
  font-size:60%;
  margin:-5px 10px 0px 10px;
  padding:2px 5px 5px 5px;
  background-color:#aa0000;
  border-radius: 10px;
  color: #fff;
}

/* 任意項目 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.nini{
  font-weight:bold;
  font-size:60%;
  margin:-5px 10px 0px 10px;
  padding:2px 5px 5px 5px;
  background-color:#ddbbbb;
  border-radius: 10px;
  color: #fff;
}

/* フォームの記入補足 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
 .contact_hosoku{
   margin:10px;
   font-size:1.4rem;
   color: #777;
 }


/* PCとスマホの表示分け ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.pc_only {
	display:block;
}
@media screen and (max-width:768px) {
.pc_only {
	display:none;
}
}
.pc_only_span {
	display:inline;
}
@media screen and (max-width:768px) {
.pc_only_span {
	display:none;
}
}

.sp_only {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only {
	display:block;
}
}
.sp_only_span {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only_span {
	display:inline;
}
}


/* ブートストラップグリッドの..containerと.row のpaddingとmarginを0にする ～～～～～～～～～～～～～～～～ */
.sukima-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* Bootstrapのグリッドの高さを揃えるためのクラス */
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* 上記の中にあるカラムの左右の隙間も0にする ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.sukima-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}


/* divをクリア ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.clear {
    clear: both;
}

/* センタリング ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.center {
    margin: 0 auto;	
    text-align:center;
}



/* フッター領域 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
footer {
  width:100%;
  background-color:#166F47;
  bottom:0px;
  color: #fff;
  text-align:center;
  margin-top:80px;
  padding: 30px 10px;
}

footer a {
  color: yellow;
  font-weight:bold;
}
footer a:hover{
  color: yellow;
  text-decoration: underline;
}

#top_button{
  position:absolute;
  padding-top:10px;
  font-size:40px;
  right:0;
  margin-top:-100px;
  margin-right:10px;
  width:60px;
  height:60px;
  border-radius: 30px;
  text-align:center;
  background-color:#f7e041;
}

#top_button:hover{
  cursor: pointer;
}



/* 各ページの次・前リンク ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.prev-next-link {
  margin-top: 40px;
}
.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  color: #0bd;
  font-size: 2.0rem;
}
.prev-next-link a:hover {
  background-color: #f6f6f6;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}

/* Arrows */
.prev-link {
  text-align:left;
}
.next-link {
  text-align:right;
}


/* Larger devices */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}



.text_shadow {
    text-shadow:
            2px 2px 2px #444444, -2px -2px 2px #444444,
           -2px 2px 2px #444444,  2px -2px 2px #444444,
            2px 0px 2px #444444, -2px -0px 2px #444444,
            0px 2px 2px #444444,  2px -2px 2px #444444;
}

.button_gold {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_gold:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_gold::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_gold 4s ease-in-out infinite;
}
@-webkit-keyframes button_gold {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button_silver {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_silver:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_silver::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_silver 5s ease-in-out infinite;
}
@-webkit-keyframes button_silver {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}






.footer_fix_btn {
  position:fixed;
  z-index: 1000;
  bottom:0;
  width:100%;
  text-align:center;
  padding:10px;
  border-top:2px solid #ffffff;
  background: rgba(0,0,0,0.5);
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
}
.footer_fix_btn a:hover {
  opacity:1.0;
}

.text_shadow {
    text-shadow:
            2px 2px 2px #444400, -2px -2px 2px #444400,
           -2px 2px 2px #444400,  2px -2px 2px #444400,
            2px 0px 2px #444400, -2px -0px 2px #444400,
            0px 2px 2px #444400,  2px -2px 2px #444400;
}

.button_chiba {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_chiba:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_chiba::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_chiba 4s ease-in-out infinite;
}
@-webkit-keyframes button_chiba {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button_inage {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_inage:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_inage::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_inage 5s ease-in-out infinite;
}
@-webkit-keyframes button_inage {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button_makuhari {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 5px 0;
    margin: 10px auto 0px auto;
    border: solid 3px #fff;
    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
    box-shadow: 0 3px 0 0 rgba(40, 40, 0, 0.5);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
}
.button_makuhari:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1.0;/*不透明度*/
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button_makuhari::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button_makuhari 3s ease-in-out infinite;
}
@-webkit-keyframes button_makuhari {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
