@charset "UTF-8";
/* Voice */
#flow .main_v {
  background: url("../images/voice/bg_title.jpg") no-repeat;
  background-size: cover; }
#flow .step {
  padding: 13px 13px 13px;
  background: #e5e5e5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
@media screen and (max-width: 767px) {
  #flow .step {
    padding: 15px 10px; } }
#flow .line {
  text-align: center; }
#flow .line img {
  width: 64px;
  height: 40px; }
#flow .sec01 {
  margin: 22px auto 0; }
#flow .sec01 .tabs_container {
  border-bottom: 3px solid #3262b0; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_container {
    border-bottom: 2px solid #3262b0; } }
#flow .sec01 .tabs_container ul > li {
  border: 3px solid #3262b0;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  float: left;
  width: 49.5%;
  list-style: none;
  background: #FFF;
  text-align: center;
  font-size: 20px;
  padding: 12px 0;
  color: #3262b0;
  cursor: pointer;
  letter-spacing: 3px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_container ul > li {
    border: 2px solid #3262b0;
    font-size: 11px;
    margin-bottom: -2px; } }
#flow .sec01 .tabs_container ul > li:last-child {
  float: right; }
#flow .sec01 .tabs_container ul > li span {
  color: #3262b0;
  font-weight: 600; }
#flow .sec01 .tabs_container ul li.active_tab {
  background: #3262b0; }
#flow .sec01 .tabs_container ul li.active_tab span {
  color: #FFF;
  text-shadow: 3px 3px 3px #284e8d;
  -moz-text-shadow: 3px 3px 3px #284e8d;
  -webkit-text-shadow: 3px 3px 3px #284e8d; }
#flow .sec01 .tabs_content_container .tab_content {
  display: none;
  padding: 30px 30px 15px;
  border: 3px solid #3262b0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content {
    padding: 10px;
    border: 2px solid #3262b0;
    border-top: none; } }
#flow .sec01 .tabs_content_container .tab_content .step1 .step_title {
  display: table; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step1 .step_title {
    display: block; } }
#flow .sec01 .tabs_content_container .tab_content .step1 .step_title h3, #flow .sec01 .tabs_content_container .tab_content .step1 .step_title p {
  display: table-cell;
  vertical-align: middle; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step1 .step_title h3, #flow .sec01 .tabs_content_container .tab_content .step1 .step_title p {
    display: block; } }
#flow .sec01 .tabs_content_container .tab_content .step1 .step_title h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3262b0; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step1 .step_title h3 {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0; } }
#flow .sec01 .tabs_content_container .tab_content .step1 .step_title p {
  font-size: 14px;
  color: #474747;
  padding-left: 40px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step1 .step_title p {
    padding-left: 0px; } }
#flow .sec01 .tabs_content_container .tab_content .step1 a {
  display: block;
  margin: 15px auto 8px auto;
  width: 580px;
  height: 63px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: #3262b0;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #254984; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step1 a {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: normal;
    padding: 10px;
    margin: 10px auto 8px auto; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .step_title {
  display: table; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .step_title {
    display: block; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .step_title h3, #flow .sec01 .tabs_content_container .tab_content .step2 .step_title p {
  display: table-cell;
  vertical-align: middle; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .step_title h3, #flow .sec01 .tabs_content_container .tab_content .step2 .step_title p {
    display: block; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .step_title h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3262b0; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .step_title h3 {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .step_title p {
  font-size: 14px;
  line-height: 18px;
  color: #474747;
  padding-left: 10px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .step_title p {
    padding-left: 0px; } }
#flow .sec01 .tabs_content_container .tab_content .step2 a {
  display: block;
  margin: 16px auto 8px auto;
  width: 325px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: #3262b0;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #254984; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 a {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: normal;
    padding: 10px;
    margin: 10px auto 8px auto; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .contact_box {
  background: #FFF;
  margin-top: 23px;
  border: 3px solid #3262b0;
  font-weight: 600;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box {
    border: 2px solid #3262b0; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .contact_box h4 {
  background: #3262b0;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 8px 0 8px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box h4 {
    font-size: 13px; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info {
  display: table;
  padding: 15px 15px 8px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info {
    display: block;
    padding: 10px; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info span, #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info p {
  display: table-cell;
  vertical-align: middle; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info span, #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info p {
    display: block; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info span {
  font-size: 36px;
  line-height: 39px;
  color: #565656;
  background: url(../images/flow/icon_phone.png) left center no-repeat;
  padding: 3px 0 0 58px;
  font-weight: 600; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info span {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 35px;
    background: url(../images/flow/icon_phone_sp.png) left center no-repeat; } }
#flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info p {
  font-size: 14px;
  color: #565656;
  font-weight: 600;
  padding-left: 10px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step2 .contact_box .contact_info p {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0px; } }
#flow .sec01 .tabs_content_container .tab_content .step3 {
  padding: 17px 12px 24px; }
#flow .sec01 .tabs_content_container .tab_content .step3 .left, #flow .sec01 .tabs_content_container .tab_content .step3 .right {
  width: 50%;
  float: left; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step3 .left, #flow .sec01 .tabs_content_container .tab_content .step3 .right {
    width: 100%;
    float: none; } }
#flow .sec01 .tabs_content_container .tab_content .step3 .left h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 30px;
  color: #3262b0;
  margin: 0; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step3 .left h3 {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0; } }
#flow .sec01 .tabs_content_container .tab_content .step3 .left p {
  font-size: 14px;
  color: #474747;
  line-height: 21px;
  margin-top: 7px;
  text-align: left;
  font-weight: 600; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step3 .left p {
    text-align: left;
    letter-spacing: 3px; } }
#flow .sec01 .tabs_content_container .tab_content .step3 .right {
  text-align: right; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step3 .right {
    margin-top: 20px; } }
#flow .sec01 .tabs_content_container .tab_content .step3 .right img {
  max-width: 100%; }
#flow .sec01 .tabs_content_container .tab_content .step4 h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3262b0;
  margin: 0; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .step4 h3 {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 10px 0; } }
#flow .sec01 .tabs_content_container .tab_content .step4 p {
  font-size: 14px;
  color: #474747;
  margin-top: 7px; }
#flow .sec01 .tabs_content_container .tab_content .complete_box {
  text-align: center;
  background: #3262b0;
  padding: 16px 20px 11px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .complete_box {
    padding: 10px; } }
#flow .sec01 .tabs_content_container .tab_content .complete_box span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 30px;
  display: inline-block;
  color: #FFF; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .complete_box span {
    font-size: 15px;
    line-height: 20px;
    margin: 7px 0 0; } }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .complete_box img {
    transform: scale(0.5, 0.5); } }
#flow .sec01 .tabs_content_container .tab_content .complete_box img.im_left {
  vertical-align: top; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .complete_box img.im_left {
    float: left; } }
#flow .sec01 .tabs_content_container .tab_content .complete_box img.im_right {
  vertical-align: bottom; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .complete_box img.im_right {
    float: right;
    vertical-align: top; } }
#flow .sec01 .tabs_content_container .tab_content p.title_note {
  font-size: 23px;
  line-height: 23px;
  color: #3262b0;
  font-weight: 600;
  margin-top: 25px; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content p.title_note {
    font-size: 16px; } }
#flow .sec01 .tabs_content_container .tab_content ul.note li {
  font-size: 14px;
  color: #474747;
  list-style: none;
  margin-top: 4px; }
#flow .sec01 .tabs_content_container .tab_content ul.note li:before {
  content: "•";
  margin-right: 5px;
  color: #474747; }
#flow .sec01 .tabs_content_container .tab_content .wrap_button {
  text-align: center; }
#flow .sec01 .tabs_content_container .tab_content .wrap_button a {
  width: 40%;
  display: inline-block; }
@media screen and (max-width: 767px) {
  #flow .sec01 .tabs_content_container .tab_content .wrap_button a {
    width: 100%; } }
#flow .sec01 .tabs_content_container .tab_content .wrap_button a img {
  vertical-align: middle; }
#flow .sec02 {
  margin: 60px auto 80px;
  border: 3px solid #3262b0;
  font-weight: 600;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
@media screen and (max-width: 767px) {
  #flow .sec02 {
    border: 2px solid #3262b0;
    margin: 34px auto; } }
#flow .sec02 .line img {
  width: 64px;
  height: 46px; }
#flow .sec02 h2 {
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding: 13px 10px 14px;
  text-align: center;
  background: #3262b0;
  margin: 0; }
@media screen and (max-width: 767px) {
  #flow .sec02 h2 {
    font-size: 16px;
    line-height: 20px; } }
#flow .sec02 .box_wrap {
  padding: 20px 25px 25px; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap {
    padding: 10px; } }
#flow .sec02 .box_wrap .step1 {
  padding: 15px 15px 20px;
  background: #e5e5e5; }
#flow .sec02 .box_wrap .step1 h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3262b0;
  margin: 0; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step1 h3 {
    font-size: 15px;
    line-height: 20px; } }
#flow .sec02 .box_wrap .step1 p.title {
  color: #3262b0;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 15px; }
#flow .sec02 .box_wrap .step1 ul li {
  color: #474747;
  list-style: none;
  font-size: 14px;
  line-height: 18px; }
#flow .sec02 .box_wrap .step2 {
  margin: 0 -15px; }
#flow .sec02 .box_wrap .step2 .box {
  width: 50%;
  float: left;
  padding: 0 20px; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box {
    width: 100%;
    padding: 0 10px; } }
#flow .sec02 .box_wrap .step2 .box .inner {
  width: 100%;
  border: 3px solid #3262b0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box .inner {
    border: 2px solid #3262b0; } }
#flow .sec02 .box_wrap .step2 .box .inner h3 {
  background: #3262b0;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 8px 0; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box .inner h3 {
    font-size: 15px; } }
#flow .sec02 .box_wrap .step2 .box .inner .box_content {
  padding: 20px;
  min-height: 270px; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box .inner .box_content {
    height: auto; } }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item {
  margin-bottom: 20px; }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item:last-child {
  margin-bottom: 0; }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item h4 {
  color: #3262b0;
  font-size: 18px;
  line-height: 18px;
  margin: 0; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box .inner .box_content .item h4 {
    font-size: 15px; } }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li {
  display: table; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li {
    display: block; } }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li span, #flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li p {
  display: table-cell;
  font-size: 14px;
  color: #474747; }
@media screen and (max-width: 767px) {
  #flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li span, #flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li p {
    display: inline-block;
    float: left; } }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li span a {
  text-decoration: underline; }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li i {
  font-style: normal; }
#flow .sec02 .box_wrap .step2 .box .inner .box_content .item ul li em {
  display: block;
  font-style: normal;
  clear: both;
  color: #474747; }
#flow .sec02 .box_wrap .step2 .box .inner .box_content p.note {
  margin-top: 20px;
  font-size: 14px;
  color: #474747; }
#flow .sec02 .box_wrap .step2 .box02 ul li span {
  display: block !important; }
#flow .step3 {
  padding: 25px 13px 22px;
  text-align: center; }
#flow .step3 h3 {
  font-size: 30px;
  line-height: 30px;
  color: #3262b0;
  margin: 0 0 10px 0px; }
@media screen and (max-width: 767px) {
  #flow .step3 h3 {
    font-size: 15px;
    line-height: 20px;
    text-align: left; } }
#flow .step3 p {
  color: #3262b0;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px; }
@media screen and (max-width: 767px) {
  #flow .step3 p {
    font-size: 15px;
    text-align: left; } }
#flow .step3 a {
  display: block;
  margin: 20px auto 8px auto;
  width: 325px;
  height: 60px;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: #3262b0;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 8px 0 #254984; }
@media screen and (max-width: 767px) {
  #flow .step3 a {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: normal;
    padding: 10px;
    margin: 10px auto 8px auto; } }

@media screen and (max-width: 767px) {
  #flow .main_v .main_v_text img {
    max-width: initial;
    width: 300px; } }
