@charset "UTF-8";

/*********************************************************
Title: contact.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
***********************************************************/


p {
  font-size: 14px;
}

/*マイページボタン位置変更*/
.mypageBtn {
  right: 10px;
}

.topPic{
  width:100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.topPic img.sp{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.topPic img.pc{
  display:none;
}

p.intro{
  width:100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0 10px;;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

h3.formCtg{
  width:100%;
  height: auto;
  margin: 0 auto 0;
  padding: 10px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #1641B0;
  color:#fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  font-size: 1.15em;
}

.ctgWrapper{
  width:100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:none;
}

/*※印の文章*/
span.attention {
  width: auto;
  height: auto;
  margin: 5px auto 0;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 1.0em;
  position: relative;
  font-size: 1.0em;
}

span.attention:after {
  content: "※";
  width: 10px;
  height: auto;
  margin: 0;
  padding: 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
}

h4.ctgTitle{
  width:100%;
  height: auto;
  margin: 20px auto 0;
  padding: 8px 5px 8px 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-bottom:1px solid #aaa;
  position: relative;
  font-size: 1.15em;
  font-weight: bold;
  color: #1E3278;
  letter-spacing: normal;
}

h4.ctgTitle:after{
  content: "";
  width: 5px;
  height: 70%;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background:#1E3278;
  background-size: 20px 20px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

.ctgContents{
  width:100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

.ctgArea{
  width:100%;
  height: auto;
  margin: 10px auto 0;
  padding: 10px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border:3px solid #1E3278;
  border-radius: 5px;
}

.ctgArea h4{
  width:100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  text-align: center;
  color:#D82C19;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: normal;
}

.telwrapper{
  width:100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

p.subTitle{
  width:100%;
  height: auto;
  margin: 10px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  text-align: center;
}

ul.introLink{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
}

ul.introLink li{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 20px 10px 10px;
  background: url(../img/icon_link_arr.png)right 50% no-repeat;
  background-size: 9px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-bottom: 1px dashed #aaa;
}

ul.introLink li a{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  text-decoration: none;
}

ul.introLink li a:hover{
  opacity: 0.7;
}

/*ボタン*/
.btnWrapper{
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

a.btn{
  width: 90%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: linear-gradient(135deg,  #064d97 0%,#1e3278 100%);
  text-align: center;
  border: none;
  box-shadow: 0 0 3px 0 #1e3278;
  border:1px solid #354786;
  cursor: pointer;
}

.btnWrapper.full a.btn{
  margin: 10px auto 0;
  width: 90%;
  height: auto;
}

a.btn:hover{
  opacity: 0.7;
}

a.btn p.btnTxt{
  width: auto;
  height: 50px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  line-height: 50px;
  position: relative;
//  font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho","Hiragino Mincho Pro",serif;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#fff;
  font-size: 1.1em;
  //font-weight: bold;
  transform: rotate(0.05deg);
}

.btnWrapper.full a.btn p.btnTxt{
  width: auto;
  height: auto;
  padding: 10px 0 10px 30px; 
  text-align: left;
  line-height: normal;
}

.btnWrapper.full a.btn p.btnTxt br{
  display: block;
  line-height: normal;
  
}

a.btn p.btnTxt:after {
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_menuarr_wh.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

.telNum{
  width:97%;
  height: auto;
  margin: 0 auto 10px;
  padding: 5px 30px 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  background: #efefef;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 2px 2px 0#aaa;
  position: relative;
}

.telNum:after{
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top:0;
  bottom:0;
  right: 0;
  background: url(../img/icon_link_arr.png)0 0 no-repeat;
  background-size: 9px 15px;
}

.telNum a{
  width:auto;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 20px 33px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color:#1E3278;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
}

.telNum a:after{
  content: "";
  width: 23px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_normalcall.png)0 0 no-repeat;
  background-size: 23px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

.telNum.free a{
  padding: 20px 10px 20px 40px;
}

.telNum.free a:after{
  content: "";
  width: 32px;
  height: 26.5px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_freecall.png)0 0 no-repeat;
  background-size: 32px 26.5px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}

p.caption{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  text-align: center;
}

p.caption.bottom{
  padding: 10px 0 0;
}

.linkWrapper{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-top: 1px dashed #aaa;
}

.linkWrapper a{
  width:100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 10px 10px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:block;
  border-bottom: 1px dashed #aaa;
  text-decoration: none;
  position: relative;
}

.linkWrapper a:hover{
  opacity: 0.7;
}

.linkWrapper a:after{
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/icon_menuarr_pu.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 10px;
}

.linkWrapper a:last-child{
  border-bottom:none;
}

.linkWrapper.innerItem{
  border-top: none;
  border-bottom: 1px dashed #aaa;
  margin: 0 auto 20px;
}

.linkWrapper.innerItem a{
  padding: 5px 10px 5px 35px;
}

p.linkTxt{
font-size: 13.0px;
}

h4.toggleBtn {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 10px 10px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: bold;
  /* 問い合わせ機能刷新 2023.02.22 NII edit
  border-bottom:1px solid #aaa;*/
}

.toggleBtn:after {
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../img/btn_toggle.png)0 0 no-repeat;
  background-size: 15px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}

.toggleBtn.open:after {
  background-position:0 -15px ;
}

/* add */

.spMenuBtn{
  display: none;
}

.cmnH4 {
  margin-bottom: 5px;
  color: #002c8d;
  font-size: 113.3%;
  font-weight: bold;
}

.mb20 {
  margin-bottom: 20px !important;
}

.cmnNumberList > li {
  margin-bottom: 3px;
}

.cmnNumberList .head {
  float: left;
  margin-right: 3px;
}

.cmnNumberList .text {
  overflow: hidden;
  width: inherit;
}

.cmnContactBox {
  background-color: #1e3278;
  background: -webkit-linear-gradient(left, #0a4891 0%, #1e3278 23%);
  background: linear-gradient(to right, #0a4891 0%, #1e3278 23%);
  border-radius: 6px;
  margin: 0 1px 25px 0;
  padding: 4px;
}

.cmnContactBox .inner01 {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.mr40 {
  margin-right: 40px !important;
}

.txtleft {
  text-align: left;
  padding: 10px;
}

.cmnContactText {
  display: inline-block;
  color: #1d2c79;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: baseline;
}

.txtOrange {
  color: #fd6007;
}
b, em, strong {
  font-weight: bold;
}

.floatL {
  float: left;
}

.ofHidden {
    overflow: hidden;
}

/*===============================
ランドスケープ（400px～）
===============================*/
@media screen and (min-width:400px) {

}

/*===============================
タブレット（768px～）
===============================*/
@media screen and (min-width:768px) {
  .mypageBtn {
    right: 0px;
  }

  .contentBlock {
    float: none;
    margin: 0;
    padding: 0 10px;
    width: 980px;
  }
  
  .topPic img.pc{
    width:100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
  }
  
  .topPic img.sp{
    display:none;
  }
  
  .ctgWrapper{
    display:block;
  }

  
  ul.introLink{
    width: 100%;
    padding: 10px 0 0 0;
  }
  
  ul.introLink li{
    width:100%;
    height: auto;
    margin: 0 4% 0 0;
    float:left; 
    border: none;
    padding: 0 0 5px 0;
    background: none;
  }
  
  ul.introLink li a{
    width: auto;
    display: inline-block;
    padding:  0;
  }
  
  ul.introLink li a:hover{
    text-decoration: underline;
  }
  

  .ctgArea {
    margin: 10px 2% 0 0;
    width: 49%;
    float:left;
  }
  
  .telNum{
    width:97%;
    height: auto;
    margin: 0 auto 5px;
    padding:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    box-shadow: none;
  }
  
  .ctgArea:last-child {
    margin: 10px 0 0 0;
  }

  .PcVerticalMidlArea{
    position: relative;
    top:50px;
  }

  
  ul.introLink li:last-child{
    margin: 0 0;
  }
  
  .btnWrapper.full a.btn p.btnTxt br{
    display: none;
  }
  
  .btnWrapper.tall{
    min-height: 60px;
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: -33px auto 0;
  }
  
  .btnWrapper.tall a.btn{
    margin: auto;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  p.caption br{
    display: none;
  }

  .linkWrapper a {
    border-bottom: none;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 10px 30px;
    position: relative;
    text-decoration: none;
    width: 50%;
    float: left;
  }
  
  .linkWrapper a:nth-child(2):before {
    content: "";
    width: 1px;
    height: 50%;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #aaa;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
  }
  
  .linkWrapper.innerItem{
    border: none;
    margin: 0 auto;
  }
  
  .linkWrapper.innerItem a {
    padding: 5px 10px 5px 30px;
    width: 100%;
  }
  
  .linkWrapper.innerItem a:hover{
    text-decoration: underline;
  }
  
  .btnWrapper.full a.btn{
    width: 95%;
    max-width: none;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display:block;
    background: linear-gradient(135deg,  #064d97 0%,#1e3278 100%);
    text-align: center;
  border: none;
    box-shadow: 0 0 3px 0 #1e3278;
    border:1px solid #354786;
    cursor: pointer;
    text-align: center;
  }
  
  a.btn p.btnTxt{
    font-size: 16.5px;
  }
  
  .btnWrapper.full a.btn p.btnTxt{
    width: auto;
    height: 50px; 
    text-align: left;
    line-height: 50px;
    padding: 0 0 0 30px;
  }
  
  .telInner{
    width: 50%;
    height: auto; 
    float: left;
  }
  
  .telwrapper {
    padding: 0 10px;
    margin: 0 auto;
  }
  
  .telNum a{
    font-size: 2em;
    pointer-events: none;
  }
  
  .telInner .telNum a{
    padding: 8px 0px 0px 30px;
  }
  
  .telNum.full a,
  .telNum.free a{
    padding: 8px 10px 5px 40px;
  }
  
  .telInner .telNum a{
    font-size: 1.7em;
    word-break: break-all;
    line-height: 1.3em
  }
  
  .telNum:after{
    background: none;
  }
}

/*===============================
PC（980px～）
===============================*/
@media screen and (min-width:980px) {

}

/* 問い合わせ機能刷新 2023.02.22 NII start*/
h3.section {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 15px 15px 10px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #f2f2f2;
	font-weight: bold;
	font-size: 1.60em;
}

h3.sectitle {
	display: flex;
	justify-content: flex-start;
}

h3.sectitle p {
	text-align-last: left;
	width: auto;
}

div.secdiv {
	border-bottom: 2px solid #cdcdcd;
}

div.secdiv:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	width: 100px;
	border-bottom: 2px solid #cd0839;
}

h4.section {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	padding: 15px 15px 10px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	font-weight: bold;
	font-size: 1.30em;
	border-bottom: 2px solid #cdcdcd;
}

h4.section span {
	color: #d3234f;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
	font-weight: bold;
	border: 2px solid #d3234f;
}

div.secshodiv {
	position: relative;
}

h4.section:after {
	content: "";
	width: 5px;
	height: 70%;
	padding: 0;
	margin: auto;
	display: block;
	background: #c80023;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

h3.ctgTitle {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	padding: 8px 5px 8px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	border-bottom: 1px solid #aaa;
	position: relative;
	font-size: 1.15em;
	font-weight: bold;
	color: #1E3278;
	letter-spacing: normal;
	cursor: pointer;
}

h3.ctgTitle:after {
	content: "";
	width: 5px;
	height: 70%;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #1E3278;
	background-size: 20px 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

img.toggle {
	width: 15px;
	position: absolute;
}

h3.open img.toggle {
	transform: scale(1, -1);
}

.link {
	width: 97%;
	height: auto;
	margin: 0 auto 10px;
	padding: 5px 30px 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background: #efefef;
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 2px 2px 0#aaa;
	position: relative;
}

.link:after {
	content: "";
	width: 20px;
	height: 20px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: 9px 15px;
}

.link a {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px 20px 33px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #1E3278;
	text-align: center;
	display: inline-block;
	position: relative;
}

.link a:after {
	content: "";
	width: 23px;
	height: 15px;
	padding: 0;
	margin: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	background-size: 23px 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.linkBox {
	background-color: #f7f9fd;
	margin: 0px 0px 10px 10px;
	font-size: 1.10em;
	padding: 5px 20px 5px 30px;
	border: 2px solid #dddfe2;
	text-decoration: none;
	color: black;
}

.linkBox::before {
	content: "";
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #9e9e9e transparent transparent transparent;
	position: relative;
	left: -22px;
	bottom: -25px;
}

.jumplink {
	margin-left: auto;
	margin-block-start: auto;
	font-size: 1.3em;
}

.jumplink::before {
	content: "";
	background: url(../img/link.png)right 50% no-repeat;
}

.triangle {
	content: "";
	border-style: solid;
	border-width: 5px 0px 5px 9px;
	border-color: transparent transparent transparent #9e9e9e;
	position: absolute;
	margin-left: -12px;
	margin-top: 3px;
}

@media screen and (min-width: 768px) {
	.link {
		width: 97%;
		height: auto;
		margin: 0 auto 5px;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: none;
		box-shadow: none;
	}

	.link:after {
		background: none;
	}

	.link.full a, .link.free a {
		padding: 8px 10px 5px 40px;
	}

	.link a {
		font-size: 2em;
	}
	
}

@media screen and (max-width: 768px) {
	h3.sectitle {
		display: block;
	}
	
	.jumplink {
		margin-left: auto;
	}
}
/* 問い合わせ機能刷新 2023.02.22 NII end*/
