/* --------------------------------------------------------
 *   リセットCSS
 * -------------------------------------------------------- */
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,font,img,ins,kbd,q,s,samp,small,strike
,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

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

a {
  color: #2F94C5;
  text-decoration: none;
}

ol,ul {
  list-style: none;
}

img:not (.tmpl_aSB_large ) {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------
 *   PC画面用CSS (スマホ用設定はファイル後半)
 * -------------------------------------------------------- */
/* 各画面共通 */
body {
  background-color: #FFF7F0;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  line-height: 22px;
  color: #3f3f3f;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.header1 {
  width: 100%;
  background-color: #fff;
}

.header1-inner {
  width: 100%;
  margin: 0 auto;
}

.headerlogo {
  height: 89px;
  padding: 15px 0 10px 0;
  background:
    url(https://image.exacttarget.com/lib/fe8c1372766c007f7c/m/1/1020943f-caa8-4c77-b5ca-14f7cdfdd34c.png)
    no-repeat bottom left;
}

/* 案内画面 */
.header2 {
  width: 100%;
  background-color: #006C60;
}

.header2-inner {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  padding: 20px 0;
  word-wrap: break-word;
  word-break: normal;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 18px;
}

.note {
  width: 80%;
  margin: 40px auto 40px;
  word-wrap: break-word;
  word-break: normal;
}

.note .title {
  text-align: center;
  font-size: 26px;
  color: e93c00;
  font-weight: bold;
}

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

.sub_btn {
  display: block;
  width: 500px;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  background-color: #e86e46;
  border: 1px solid #e93c00;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.sub_btn:hover {
  background-color: #e93c00;
}

.footer_area {
  width: 100%;
  background-color: #006C60;
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 14px 0;
  color: #fff;
  text-align: center;

}

.present .present_img {
  width: 100%;
  height: auto;
  border: 0;
}

.footer_otoiawase {
  padding: 5%;
  width: 90%;
}


/* 案内画面用 PC */
.hidden-xs{
  display: none;
}

/* 案内画面用 SP */
.visible-xs{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* 案内画面 ここまで */

/* 設問画面 */
.contents {
  margin: 0px 150px;
}

.q_body {
  width: 100%;
  margin: 0 auto;
}

.q_title {
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 8px 8px 8px 42px;
  background:
    url(https://image.exacttarget.com/lib/fe8c1372766c007f7c/m/1/554e9ae5-51d1-47d5-8bbb-63f864afd6e5.png)
    no-repeat top left;
}

.q_choice {
  border: 1px dashed #c0c0c0;
  background-color: #fff;
  font-size: 16px;
  padding: 10;
}

.q_line {
  height: 10px;
  background-color: #006c60;
}

 input[type="radio"], .radio_inline label {
  cursor: pointer;
}
 .radio_inline label{
  width: 80%;
}
input[type="radio"]:hover, .radio_inline label:hover {
  background-color: #9ADEFC;
}

  /* q_choice要素内の全てのul.choice要素にスタイルを適用する */
.q_choice ul.choice {
  width: 100%;
  padding: 20px 0px 0px;
  list-style-type: none;
  overflow: hidden;
}

  /* q_choice要素内のul.choice要素の直下のli.radio_inline要素にスタイルを適用する */
.q_choice ul.choice>li.radio_inline {
  display: inline-block;
  float: left;
  width: 47%;
  margin: 0px 15px 15px 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
  vertical-align: top; /* 上端揃え */
}

  /* q_choice要素内のul.choice要素の直下のli.no_border_sp要素にスタイルを適用する */
.q_choice ul.choice>li.no_border {
  padding-bottom: 0;
  border: none;
}

.q_choice .choice_checkbox, .q_choice .choice_textarea {
  width: 100%;
  padding: 10px 0px 0px;
  list-style-type: none;
  overflow: hidden;
  margin: 0px 0px 0px 10px;
  padding-bottom: 5px;
}

.choice_checkbox_label:hover {
  cursor: pointer;
  background-color: #9ADEFC;
}

.nini_frame {
  border: 1px solid
}

textarea{
  resize: none;
  width: 90%;
}


/* --------------------------------------------------------
 *   スマホ用CSS (PC用設定はファイル前半)
 * -------------------------------------------------------- */
@media screen and ( max-width:960px ) {
  body {
    background-color: #FFF7F0;
    font-size: 14px;
    font-family: メイリオ, Meiryo, "ＭＳ Pゴシック", sans-serif;
    line-height: 22px;
    color: #3f3f3f;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  
  .header1 {
    width: 100%;
    background-color: #fff;
  }
  
  .header1-inner {
    width: 100%;
    margin: 0 auto;
  }

  .headerlogo {
    height: 70px;
    padding: 9px 0 16px 0;
    background:
     url(https://image.exacttarget.com/lib/fe8c1372766c007f7c/m/1/1020943f-caa8-4c77-b5ca-14f7cdfdd34c.png)
     no-repeat bottom left;
  }
  
/* 案内画面 */
  .header2 {
    width: 100%;
    background-color: #006C60;
  }
  
  .header2-inner {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0;
    word-wrap: break-word;
    word-break: normal;
  }
  
  h1 {
    font-size: 28px;
    line-height:1.8;
  }
  
  h2 {
    font-size: 18px;
  }
  
  .note {
    width: 90%;
    margin: 40px auto 40px;
    word-wrap: break-word;
    word-break: normal;
  }
  
  .note .title {
    text-align: center;
    font-size: 20px;
    color: e93c00;
    font-weight: bold;
  }

  .btn_area {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
 .sub_btn {
    display: block;
    width: 98%;
    height: 55px;
    margin: 20px 5px;
    padding: 10px;
    color: #fff;
    background-color: #e86e46;
    border: 1px solid #e93c00;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  .sub_btn:hover {
    background-color: #e93c00;
  }
  
  .footer_area {
    width: 100%;
    background-color: #006C60;
  }
  
  .footer {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 14px 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
  }
  
  .present .present_img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 0;
  }
  
  .footer_otoiawase {
    padding: 5%;
    width: 90%;
  }


/* 案内画面用 PC */
  .hidden-xs{
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
/* 案内画面用 SP */
  .visible-xs{
    display: none;
  }
/* 案内画面 ここまで */

/* 設問画面 */
  .contents {
    margin: 0px 8px;
  }
  
  .q_body {
    width: 100%;
    margin: 0 auto;
  }
  
  .q_title {
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 8px 5px 8px 24px;
    background:
      url(https://image.exacttarget.com/lib/fe8c1372766c007f7c/m/1/554e9ae5-51d1-47d5-8bbb-63f864afd6e5.png)
      no-repeat 0px 8px;
    background-size: 20px
  }
  
  .q_choice {
    border: 1px dashed #c0c0c0;
    background-color: #fff;
  }

  input[type="radio"], .radio_inline label {
    cursor: pointer;
  }

  .radio_inline label{
    width: 85%;
  }

  input[type="radio"]:hover, .radio_inline label:hover {
    background-color: #9ADEFC;
  }
  
  /* q_choice要素内の全てのul.choice要素にスタイルを適用する */
  .q_choice ul.choice {
    width: 100%;
    padding: 20px 0px 0px;
    list-style-type: none;
    overflow: hidden;
  }
  
  /* q_choice要素内のul.choice要素の直下のli.radio_inline要素にスタイルを適用する */
  .q_choice ul.choice>li.radio_inline {
    display: inline-block;
    float: left;
    width: 96%;
    margin: 0px 15px 15px 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
  }
  
  /* q_choice要素内のul.choice要素の直下のli.no_border_sp要素にスタイルを適用する */
  .q_choice ul.choice>li.no_border_sp {
    padding-bottom: 0;
    border: none;
  }
  
  textarea{
    resize: none;
    width: 90%;
  }
  

}