﻿@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff!important;
  color: #000;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  width: 100%;
}
h1,h2,h3,ol,li,p{margin:0 auto;}
ul {
  list-style:none;
  padding: 0;
}

section {
  display: block;
}

.pcmode { display: block;}
.spmode { display: none;}

@media all and (-ms-high-contrast:none) {	/*游ゴシック forＩＥ*/

.Flow dt span {
  padding: 4px 0 0 0!important;
}
.Other dd span {
  padding: 3px 5px 0 5px!important;
}
.btn_outo a,
.btn_ouboTop a {
   padding-top: 0.3em!important;
}

}
/*************** header *******************************/

hgroup {
  background-color: #005bac;
  width: 100%;
}

.LogoArea {
  box-sizing: border-box;
  display: table;
  height: 70px;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

#toplogo {
  display: table-cell;
  padding-top: 10px;
  vertical-align: middle;
  width: 50%; 
}

.toptxt h1 {
  color: #fff;
  display: table-cell;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 70px;
  text-align: right;
  width: 50%; 
}

.clue {
  background-color: #fff;
  box-sizing: border-box;
  display: table;
  height: 70px;
  margin: 0 auto;
  width: 100%;
}

.clueFrame {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.clueTop a {
  color: #e71c21;
  display: block;
  float: left;
  font-weight: 600;
  text-decoration: none;
  padding-top: 20px;
}

.clueTop a:hover {
  border-bottom: 2px solid #e71c21;  
}

#UpperOuboFrame {

}


.UpperOubo {
  background-color: #e71c21;
  border-radius: 30px;
  display: table;
  float: right;
  margin-top: 10px;
  padding: 0 20px;
  height: 40px;  
}

.UpperOubo a {
  color: #fff;
  display: table-cell;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}
.UpperOubo a:visited {
  color: #fff;
}
.UpperOubo a:hover {
   opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
 }


/*************** main ***********************************/

main {
  display: block;	/*必須　for IE*/
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.mainArea {
  width: 980px;
}

img.imgL {
  float: left;
  max-height: 248px;
  max-width: 350px;
  margin: 0 20px 10px 0;  
  width: 100%;
}
img.imgR {
  float: right;
  max-height: 248px;
  max-width: 350px;
  margin: 0 0 10px 20px;
  width: 100%;
}
.redtitle {
  color: #e71c21;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.newline00,
.newline01 {
  display: none;
}


h2 {
  display: inline;
  color: #e71c21;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

h3 {
  color: #005bab;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.column01,
.column02,
.column03,
.column04 {
  margin: 2em auto 50px;
  width: 95%;
}
.column01 p,
.column02 p,
.column03 p,
.column04 p {
  text-align: justify;
  line-height: 160%;
  margin-bottom: 1em;
}

.Flow {
  background-color: #e6f7ff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 980px;
  padding: 1.5rem 0;
  width: 98%;
}

.Flow li {
  border-bottom: 1px dashed #69c4f9;
  margin: 0 auto 20px;
  overflow: hidden;
  padding-bottom: 20px;
  width: 95%;
}

.Flow li:last-child {
  border-bottom: none;
}

.Flow dt {
  color: #005bac;
  font-weight: bold;
  float: left;
  text-align: right;
  width: 25%;
}

.Flow dt span {
  background-color: #fff;
  border: 2px solid #005bac;
  display: inline-block;
  text-align: center;
  padding: 2px;
  margin:  0 0 0 5%;
  max-width: 145px;
  width: 70%;
}

.Flow dd {
  float: right;
  margin: 0;
  width: 73%;
}

@media print{
.Flow dt {
  width: 30%;
}
.Flow dd {
	width: 68%;
}
}

.btn_oubo {
  background: top left no-repeat url(/voice/img/arw01.png);
  background-position: 5% 50%;
  background-color: #005baa;
  border-radius: 8px;
  color: #fff;
  display: table;
  padding: 0.8em 0;
  margin: 20px auto;
  text-align: center;
  max-width: 900px;
  width: 95%;
}

.btn_oubo a {
  box-sizing: border-box;
  color: #fff!important;
  display: table-cell;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;    
}

.btn_ouboTop {
  background: top left no-repeat url(/voice/img/arw_blue.png);
  background-position: 5% 50%;
  background-color: #fff;
  border: 2px solid #005baa;
  border-radius: 8px;
  color: #005baa;
  display: table;
  padding: 0.5em 0;
  margin: 20px auto;
  text-align: center;
  max-width: 900px;
  width: 95%;
}

.btn_ouboTop a {
  box-sizing: border-box;
  color: #005baa!important;
  display: table-cell;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;  
}

.btn_oubo a:hover,
.btn_ouboTop a:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
}

/*************** othrer interview ***********************/
.OtherFrame {
  background-color: #fffbb9;
  height: auto;
  margin: 60px 0 40px 0;
  overflow: hidden;
  width: 100%;
}

.Other {
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
  padding: 40px 0;
  width: 98%;
}
.Other ul {
 margin: 0;
 overflow: hidden;
}

.Other li {
  float: left;
  margin-right:2%;
  width: 18%;
}
.Other li:last-child {
  margin-right: 0;
}
.Other dd {
  color: #005bab;
  font-weight: 600;
  margin-left: 0;
  width: 100%;
}

.Other dd span {
  background-color: #e71c21;
  color: #fff;
  display: inline-block;
  margin: 3px 0;
  text-align: center;
  padding: 2px 5px;
}
.newline02 {
  color: #005bab!important;
  background-color: transparent!important;
  display: inline;
  font-weight: bold;
  margin: 0!important;
  padding: 0!important;
}

.Other p br {
  display: none;
}

.Other dd span.lobby {background-color: #005bab;}
.Other dd span.callcenter {
  background-color: #69c4f9;
  font-size: 12px;
  padding: 2px;
}

.wholelink {position: relative;}
.wholelink a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wholelink:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;  
}

#social {
    font-size: 11px!important;
    margin: 50px auto!important;
    max-width: 950px;
    width: 100%;
}
ul#socialObj{
  float:none;
  text-align: right;
}
ul#socialObj li {
    display: inline-block;
    float: none;
    margin: 0 5px 0 0;
    vertical-align: top;
}

/*************** footer **********************************/
footer {
  border-top: 2px solid #005bab;
  box-sizing: border-box;
  margin-top: 80px;
  padding: 1rem 5px 5px 5px;
  text-align: center;
}
footer a {
  text-decoration: none;
}
footer a:visited {
 color: #000;
}
footer a:hover {
  text-decoration: underline;
}


#top-of-page {
  bottom: 0px;
  display: none;/*はじめは非表示*/
  position: fixed;
  right: 30px;
  z-index: 99999;
}

#top-of-page a {
  width: 120px;
  height: 121px;
  display: block;
}

#top-of-page a:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
}

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

.pcmode { display: none;}
.spmode { display: block;}
h3 span {
  display: block;
}
/*************** header **********************************/
hgroup {
  background-color: #fff;
}
.LogoArea {
  background-color: #fff;
  display: block;
  height: auto;
}

#toplogo {
  background-color: #005bac;
  display: block;
  height: 53px;
  padding-top: 0;
  width: 100%; 
}

.toptxt h1 {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  padding: 10px 10px 0;
  text-align: center;
  width: 100%; 
}
.clueTop {display: none;}

#UpperOuboFrame {
  background-color: rgba(255,255,255,0.8);
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}

.UpperOubo {
  background-color: #e71c21;
  border-radius: 30px;
  display: block;
  float: none;
  height: 60px;
  line-height: 60px;
  margin: 10px auto;
  padding: 0;
  width: 93%;  
}

.UpperOubo a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 80%;
  z-index: 10000;
}
/*************** main ************************************/

img.imgCenter {
  max-width: 350px;
  margin: 1em auto;
  width: 95%;
}
.mainFrame {
  background-color: #e6f7ff;
  box-sizing: border-box;  
  max-width: 980px;
  padding: 20px;
  width: 100%;
}
.maintxt {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  color: #005bac;
  font-size: 1.5em;
  font-weight: 600;
  height: auto;
  max-width: 420px;
  margin: 0 auto;
  padding: 20px;
}

.introtitle {
  background: repeat-x url(/voice/img/slashline.png);
  background-position: 50% 50%;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.introtitle span {
  background-color: #fff;
  padding: 0 0.5em;
}
 
.secondtxt {
  background-color: #fffbb9;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  color: #005bac;
  font-size: 1.3em;
  font-weight: 500;
  height: auto;
  max-width: 420px;
  margin: 0 auto;
  padding: 30px 20px;
}

.secondtxt li:first-child span {
  background-color: #e71c21;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 14px;
}
.secondtxt li:not(first-child) {
  color: #000;
  font-weight: 600;
}

.Flow dt {
  float: left;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}


.Flow dd {
  float: right;
  width: 91%;
}  


/*************** othrer interview ************************/
.btn_ouboTop span {
  display:block;
}

.Other li,
.Other li:last-child {
  clear: both;
  float: none;
  margin: 0 auto;
  width: 90%;
}

.Other dl {
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.Other dt {
  float:left;
  width: 20%;
}
.Other dd {
  color: #005bab;
  float:left;
  font-weight: 600;
  margin-left: 2%;
  width: 78%;
}


.newline02 {
  display: none!important;
}

.Other p br {
  display: block!important;
}
/*************** footer **********************************/
#top-of-page {
  bottom: 29px;
  width: 60px;
  right: 0  
}

#top-of-page a{
  width: 60px;
}

#top-of-page img {
  width: 100%;
}

}

@media screen and (max-width: 680px) {
.newline00,
.newline01 {
  display: inline-block;
}

.redtitle br {
  display: none;
}

}
@media only screen and (max-width: 480px) {

.redtitle br,
.maintxt p br {
  display: none;
}


}

/*-----------------------------------*/
/* index5.htmlのボタンの文字サイズ調整 */
@media screen and (max-width: 450px) {
  .btn_oubo.f_size a {
    font-size: 1.3em;
    padding-left: 1.5em;
  }
}