@charset "utf-8";

html, body {
  font-family: "Century", sans-serif;
  height:100%;
  width: 100%;
  margin:0;
  padding:0;
  word-break: break-all;
  font-size: 100%;    
}


body,h1,h2,h3,h4,h5,h6,ul,p {
    padding: 0;
    margin: 0;
}

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

ul {
    list-style-type: none;
}

img {
    width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none !important;
    color: #ffffff;
}

a:hover {
  opacity:1.0;
}

tr, td, p{
    line-break: normal;
}

textarea{
    border-style: solid;
    border-width: 1px;
}

tr, h3, #survey_free_text_area {
    page-break-inside: avoid;
}

*:focus {
  outline: none;
}


li { line-height: 0.75em }

p {
  padding: 5px 15px;
  white-space: pre-wrap;
}

.table-bordered th{
  background-color: #eee;
}

th, td{
  background-color: #fafafa;
}

select{
  min-width: 150px;
}

.breadcrumb{
  display:none !important;
}

.main-header {
  top:   0px !important;
  right: 0 !important;
  left:  0 !important;
  position: fixed !important;
}

.content-wrapper{
  top: 55px;
}

.errorlist {
  color: red
}

/* validator */
form.cmxform label.error, label.error {
  color: #f00;
  margin:2px 10px;
}

.m-0 {
  position: relative;
  padding-left: 25px;
  color :#111;
  text-shadow: 1px 2px 3px #808080;  
  opacity:0.8;
}

.nav-item{
  margin-left:10px !important
}

.content-wrapper {
  position: relative;
  height:auto;
  min-height: 100%;
}

.pagination {
   page-break-before: always;
}

.page_break, .site_top, .site_bottom {
  border-top: 2px dotted #8d8d8d;
  height: 1em;
  text-align: center;
  overflow: visible;
}

.page_break::after {
  content: "ー 改ページ ー";
  background: #8d8d8d;
  color: #fafd3c;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 1em;
}

.site_top::after {
    content: "サイトプレビュー ここから";
    background: #8d8d8d;
    color: #fafd3c;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    top: -1em;
    padding: 0 1em;
  }

.site_bottom::after {
  content: "サイトプレビュー ここまで";
  background: #8d8d8d;
  color: #fafd3c;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 1em;
} 

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  inline-size: 1rem;
  block-size: 1rem;
  top: -0.15rem;
  left: -1.7em;
  border: 1px solid #ccc;
}

.edit_tool {
  width: 100% ! important;
  margin: 0 auto ! important;
  padding: 0 ! important;
}

.edit_tool label { width: 100%; }

.edit_tool label p {
  padding: 0 ! important;
  width: 100% ! important;
}

.edit_tool textarea {
  width: 100% ! important;
  margin: 1% auto ! important;
  /* padding: 2% ! important; */
  max-width: 1200px;
  border: #ccc solid 1px;
}

/* btn */
.btn {
  margin: 10px 10px;
  box-shadow: 2px 2px 4px #222;
  -webkit-transition: none;
  transition: none;
  border-radius:8px;
  cursor:pointer;
  opacity:1;
  padding:5px 20px;
}

.btn:active {
  top: 0;
  box-shadow: none;
}

.btn-label {
  position: relative;
  display: inline-block;
  padding: 2px;
  background: rgba(0,0,0,0.3);
  border-radius: 3px 0 0 3px;
  margin-right:5px;
}

.btn_default {
  width: auto;
  height: auto;
  min-height: 32px;
  min-width: 90px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #222;
  padding: 6px 10px;
  margin: auto;
  border-radius: 4px;
  opacity:0.9;
  cursor:pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color:#000;
  font-weight: 500;
  text-decoration: none;
  border:0.3px solid #bbb;
  white-space: nowrap;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  font-family: 'Arial';
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
}

.btn_default:active {
  top: 2px;
  box-shadow: none;
}

.btn_default:hover{
  border-color:transparent;
  color: #fff !important;
  font-family: 'Arial';
  /* background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); */
  background: linear-gradient(270deg, #97468c 0%, #cb7bc1 50%, #97468c 100%);
  background-size: 200% auto;
  background-position: right center;
}

.btn_dark {
  width: auto;
  height: auto;
  min-height: 32px;
  min-width: 90px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #222;
  padding: 6px 10px;
  margin: auto;
  border-radius: 4px;
  opacity:0.9;
  cursor:pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color:#000;
  font-weight: 500;
  text-decoration: none;
  border:0.3px solid #bbb;
  white-space: nowrap;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  font-family: 'Arial';
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
}

.btn_dark:active {
  top: 2px;
  box-shadow: none;
}

.btn_dark:hover{
  border-color:transparent;
  color: #fff !important;
  font-family: 'Arial';
  /* background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); */
  background: linear-gradient(270deg, #070707 0%, #4d4c4c 50%, #080808 100%);
  background-size: 200% auto;
  background-position: right center;
}

.btn_light {
  width: auto;
  height: auto;
  min-height: 32px;
  min-width: 90px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #222;
  padding: 6px 10px;
  margin: auto;
  border-radius: 4px;
  opacity:0.9;
  cursor:pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color:#000;
  font-weight: 500;
  text-decoration: none;
  border:0.3px solid #bbb;
  white-space: nowrap;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  font-family: 'Arial';
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
}

.btn_light:active {
  top: 2px;
  box-shadow: none;
}

.btn_light:hover{
  border-color:transparent;
  color: #fff !important;
  font-family: 'Arial';
  /* background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); */
  background: linear-gradient(270deg, #4cb0c9 0%, #a7e6f6 50%, #4cb0c9 100%);
  background-size: 200% auto;
  background-position: right center;
}

.btn_blue {
  width: auto;
  height: auto;
  min-height: 32px;
  min-width: 90px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #222;
  padding: 6px 10px;
  margin: auto;
  border-radius: 4px;
  opacity:0.9;
  cursor:pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color:#000;
  font-weight: 500;
  text-decoration: none;
  border:0.3px solid #bbb;
  white-space: nowrap;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  font-family: 'Arial';
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
}

.btn_blue:active {
  top: 2px;
  box-shadow: none;
}

.btn_blue:hover{
  border-color:transparent;
  color: #fff !important;
  font-family: 'Arial';
  /* background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); */
  background: linear-gradient(270deg, #293f6b 0%, #5e7ab3 50%, #293f6b 100%);
  background-size: 200% auto;
  background-position: right center;
}

.btn_brown {
  width: auto;
  height: auto;
  min-height: 32px;
  min-width: 90px;
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #222;
  padding: 6px 10px;
  margin: auto;
  border-radius: 4px;
  opacity:0.9;
  cursor:pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color:#000;
  font-weight: 500;
  text-decoration: none;
  border:0.3px solid #bbb;
  white-space: nowrap;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  font-family: 'Arial';
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
}

.btn_brown:active {
  top: 2px;
  box-shadow: none;
}

.btn_brown:hover{
  border-color:transparent;
  color: #fff !important;
  font-family: 'Arial';
  /* background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); */
  background: linear-gradient(270deg, #695509 0%, #cdb247 50%, #695509 100%);
  background-size: 200% auto;
  background-position: right center;
}

.btn_green {
  width: auto;
  height: auto;
  min-height: 32px;  
  min-width: 90px;  
  position: relative;
  display: inline-block;
  box-shadow: 2px 2px 2px #222;
  padding: 6px 10px;
  margin: auto;
  border-radius: 4px;
  opacity:0.9;
  cursor:pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color:#000;
  font-weight: 500;
  text-decoration: none;
  border:0.3px solid #bbb;
  white-space: nowrap;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  font-family: 'Arial';
  outline: none;
  /*アニメーションの指定*/ 
  transition: all 0.4s ease-out;
}

.btn_green:active {
  top: 2px;
  box-shadow: none;
}

.btn_green:hover{
  border-color:transparent;
  color: #fff !important;
  font-family: 'Arial';
  /* background: linear-gradient(270deg, #fa6c9f 0%, #ffe140 50%, #ff357f 100%); */
  background: linear-gradient(270deg, #068a72 0%, #04b493 50%, #068a72 100%);
  background-size: 200% auto;
  background-position: right center;
}

.radio_dark {
  accent-color: #1f1e1e;
}

.radio_light {
  accent-color: #49b2cc;
}

.radio_blue {
  accent-color: #2D4370;
}

.radio_brown {
  accent-color: #4d3f09;
}

.radio_green {
  accent-color: #03a083;
}

.radio_default {
  accent-color: #CB7BC1;
}

/* exec_site */
.exec_site_header_default{
  background-color: #FCF5FB;
  color: #000;
  /* text-shadow: 1px 2px 3px #808080;   */
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: 3px solid #CB7BC1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.exec_site_header_dark{
  background-color: #2e3133;
  color: #fff ;
  /* text-shadow: 1px 2px 3px #c3c3c3;   */
  opacity: 0.8;
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: 3px solid #1f1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.exec_site_header_light{
  background-color: #78becf;
  color: #000;
  /* text-shadow: 1px 2px 3px #808080; */
  opacity:0.8;
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: 3px solid #49b2cc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.exec_site_header_blue{
  background-color: #2d4370;
  color: #fff;
  /* text-shadow: 1px 2px 3px #c3c3c3;   */
  /* opacity:0.8; */
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: 3px solid #293f6b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.exec_site_header_brown{
  background-color: #695a14;
  color: #fff;
  /* text-shadow: 1px 2px 3px #c3c3c3; ;   */
  opacity:0.8;
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: 3px solid #4d3f09;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.exec_site_header_green{
  background-color: #04b493;
  color: #fff;
  /* text-shadow: 1px 2px 3px #c3c3c3;   */
  /* opacity:0.8; */
  width: 100%;
  height: 300px;
  text-align: center;
  border-bottom: 3px solid #03a083;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.exec_site_category_default{
  background-color: #FCF5FB;
  color: #000;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin-bottom: 20px; */
  font-weight: bold;
  padding-left: 5.5%;
}

.exec_site_category_dark{
  background-color: #2e3133;
  color: #fff;
  opacity:0.8;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin-bottom: 20px; */
  font-weight: bold;
  padding-left: 5.5%;
}

.exec_site_category_light{
  background-color: #78becf;
  color: #000;
  opacity:0.8;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin-bottom: 20px; */
  font-weight: bold;
  padding-left: 5.5%;
}

.exec_site_category_blue{
  background-color: #2d4370;
  color: #fff;
  /* opacity:0.8; */
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin-bottom: 20px; */
  font-weight: bold;
  padding-left: 5.5%;
}

.exec_site_category_brown{
  background-color: #695a14;
  color: #fff;
  opacity:0.8;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin-bottom: 20px; */
  font-weight: bold;
  padding-left: 5.5%;
}

.exec_site_category_green{
  background-color: #04b493;
  color: #fff;
  /* opacity:0.8; */
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin-bottom: 20px; */
  font-weight: bold;
  padding-left: 5.5%;
}


.header_button_default{
  background-color: #e399d8;
  color: #000 ;
  opacity: 0.9;
  width:105%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_button_dark{
  background-color: #2e3133;
  color: #fff ;
  opacity: 0.9;
  width:105%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_button_light{
  background-color: #78becf;
  color: #000 ;
  opacity: 0.9;
  width:105%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_button_blue{
  background-color: #2d4370;
  color: #fff ;
  opacity: 0.9;
  width:105%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_button_brown{
  background-color: #695a14;
  color: #fff ;
  opacity: 0.9;
  width:105%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.header_button_green{
  background-color: #04b493;
  color: #fff ;
  opacity: 0.9;
  width:105%;
  height: 160px;
  padding: 20px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.form_personal input[type="text" i]{
  border: 1px solid #ccc;
  padding: 5px 10px;
  width: 80%;
  height: 40px;
  display: inline-block;
  margin: 5px 20px;
}

.form_personal input[type="text" i]:focus{
  box-shadow: 0 0 3px #3d8bd3;
  border: 1px solid #14a3db;
}

.header_padding {
  padding-top: 200px;
}


@media screen and (min-width: 767px) and (max-width: 1199px) {
  html {
    font-size: 100%;
  }

  label, tr, th, td, p{
    /* width: 100% !important; */
    /* font-size: 90% !important; */
    line-break: auto !important;
  }

  .form_personal {
    width: 90%;
    margin: 50px auto;
  }

  .form_personal input[type="text" i] {
    min-width: 200px;
    max-width: 600px;
  }

  .form_personal th{
    padding: 5px;
  }

  .header_padding {
    padding-top: 200px;
  }
  
  #header_button{
    height: 160px;
  }  

  #survey_free_text_content {
    margin: 5px 0 0 10px;
    max-width: 1100px;
    /* max-height: 900px; */
  }   
}


@media screen and (min-width: 640px) and (max-width: 768px) {
  html {
    font-size: 80%;
    /* padding: 10px; */
  }

  label, tr, th, td, p{
    /* width: 100% !important; */
    /* font-size: 90% !important; */
    line-break: auto !important;
  }

  .form_personal {
    width: 90%;
    margin: 50px auto;
  }

  .form_personal input[type="text" i] {
    min-width:100px;
    max-width:600px;
  }

  .form_personal th{
    padding: 5px;
  }

  .header_padding {
    padding-top: 240px;
  }
  
  #header_button{
    height: 200px;
  } 

  #survey_free_text_content {
    margin: 5px 0 0 10px;
    max-width: 720px;
    /* max-height: 900px; */
  }     
}


@media screen and (max-width: 639px) {
  html {
    font-size: 75%;
  }

  body {
    background: rgba(45,67,112,0.1);  
    position: relative;
  }
  
  label, tr, th, td, p{
    /* width: 100% !important; */
    /* font-size: 90% !important; */
    line-break: auto !important;
  }
  
  th.div {
    padding:20px;
  }

  h1 { font-size: 1.8rem ! important; }
  h2 { font-size: 1.5rem ! important; }
  h3 {
      margin: 0 auto 3%;
      font-size: 1.2rem;
      /* color: #707070; */
      margin-bottom: 5%;
      /* padding: 0 4% ! important; */
      max-width: 100%;
      text-align: left;      
  }

  .header_padding {
    padding-top: 280px;
  }
  
  #header_button {
    height: 280px;
  }

  #survey_free_text_content {
    margin: 5px 0 0 10px;
    max-width: 600px;
    /* max-height: 660px; */
  }
  
  #exec_site_form {
      margin: 0 auto;
      max-width: 90%;      
  }
    
  /* [class^="exec_site_header-"] {
    display: block;
    background-color: #fff;
    color: #000;
    text-shadow: 1px 2px 3px #808080;
    width: 100%;
    height: auto;
    min-height: 100px;
    border-bottom: 3px solid #2D4370;
    margin: 0 0 5%;
    padding: 5%;
    text-align: left;    
} */
  
  .table {
      display: block;
      width: 100%;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 3px 5px #0000001A;
      position: relative;
      margin: 0 0 0 0 ! important;
      padding: 0 0 2% 0.5% ! important;      
  }
  
  .table tbody, .table tr { display: block; }
  
  .table tr {
      width: 100% !important;
      display: block;
  }
  
  .table th, th {
      background: none ! important;
      border-bottom: none ! important;
  }
  
  .table th {
      display: block;
      width: 100% ! important;
      font-size: 1.1rem ! important;
      border-top: #ccc 1px solid ! important;
      margin: 0% 5% 0 ! important;
      padding: 5% 0 0 ! important;      
  }
  
  .table td {
      background: none ! important;
      border: none ! important;
      width: 100%;
      display: block;
      padding: 1rem 1rem 0 5% ! important;      
  }
  
  .table td label {
      display: block;
      position: relative;
      left: 1.5rem;
      margin: 0 0 7% ! important; left: 0.5rem;      
  }

  .table-bordered {
      display: block;
      margin: 0 0 2rem ! important;
      padding: 5% 0.5% 4% ! important;
      width: 100%;
      border: none;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 3px 5px #0000001A;
      position: relative;
  }

  .table-bordered tbody, .table-bordered tr { display: block; }
  .table-bordered tr { padding: 0 2.5% ! important; }
  .table-bordered th { margin: 0; }
  .table-bordered td {
      margin: 1% 0 ! important;
      /* padding:0 50px 0 10px; */
      width: 100%;
      /* display: block; */
  }

  table.table-bordered label {
    display: flex;
    margin: 5% 0 7% 10% ! important;
  }

  table.table-bordered td > div.row { display: block; }  

  table.table-bordered td > div.row { margin: 0 0 3% 2%; }
  
  .form_personal {
    width: 80%;
    margin: 50px auto;
  }

  .form_personal th{
    padding: 5px;
  }

  .form_personal input[type="text" i] {
    min-width: 50px;
    max-width: 500px;
  }

  .form_personal > .table-bordered th, .form_personal > .table-bordered td {
    display: inline-block;
    width: 100%;
    background: inherit;
    border: none;
  }

  .form_personal > .table-bordered th {
    padding: 0 ! important;
    font-weight: normal;
  }
  
  .form_personal > .table-bordered th div {
    display: inline-block;
    float: none ! important;
    margin-left: 2%;
    font-size: 0.5rem;
    vertical-align: super;
  }
    
  .form_personal input[type="text" i]::placeholder {
    color: #ccc;
    text-indent: 2%;
  }
  
  [class^="exec_site_category"] {
  /* .exec_site_category_default { */
    display: block;
    margin: 5% 0 0 0 ! important;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 1.35rem ! important;
    /* position: absolute; */
    z-index: 1;
    /* background-color: inherit; */
    padding: 0 5% ! important;
    max-width: 90%;    
  }

  .btn-group.mr-2 { margin: 0 ! important; }

  .btn { box-shadow: none; }
  
  span.btn-label { display: none; }

  .btn-info {
      height: 55px;
      background-color: #2D4370;
      border-color: #2D4370;
  }

  .btn-info:hover {
    color: #fff;
    background-color: #446099;
    border-color: #446099;
    box-shadow: 0 0 0 0.2rem rgba(68,96,153,.5);
  }

  .btn:active { top: 0; }
  
  .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #446099;
    border-color: #446099;
  }
}  
