@charset "utf-8";

/*====================================================
  共通
=====================================================*/
#pageTop {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
html {
    overflow-y: auto;
}
img { border: none; }
body {
  margin: 0 auto;
  color: #444444;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  -webkit-text-size-adjust: 100%;
}
#wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#contents{
  min-width: 960px;
  width: 100%;
  padding: 0;
}
div#logo {
  width: 960px;
  height: 71px;
  margin: 0 auto;
  float: none;
  padding-top: 0;
}
div#contents { margin: 0 auto; }
#contents a:hover img.alpha,
#contents .alpha:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#mainContents{
  margin: 45px auto 60px;
  width: 950px;
}
.sec_inner {
  width: 950px;
  margin: 0 auto;
}
.taC{ text-align: center;}
.come {
  font-size: 12px;
}

/*icon*/
i.exlink:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: -3px 0 0 3px;
  background: url(/portalc/contents-2/pc/maintenance/v2/img/icon_other2.gif) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
#contents a[target="_blank"]:after,
#contents a.exlinkB:after{
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  margin: -3px 3px 0 3px;
  background: url(/portalc/contents-2/pc/maintenance/v2/img/icon_other2.gif) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
#contents a.no_icon[target="_blank"]:after {
  display: none;
}

/*margin-top*/
.margin-t0 { margin-top: 0px!important; }
.margin-t10 { margin-top: 10px!important; }
.margin-t15 { margin-top: 15px!important; }
.margin-t20 { margin-top: 20px!important; }
.margin-t25 { margin-top: 25px!important; }
.margin-t30 { margin-top: 30px!important; }
.margin-t35 { margin-top: 35px!important; }
.margin-t40 { margin-top: 40px!important; }
.margin-t45 { margin-top: 45px!important; }
.margin-t50 { margin-top: 50px!important; }
.margin-t60 { margin-top: 60px!important; }
.margin-t70 { margin-top: 70px!important; }
/*margin-bottom*/
.margin-b0 { margin-bottom: 0px!important; }
.margin-b10 { margin-bottom: 10px!important; }
.margin-b15 { margin-bottom: 15px!important; }
.margin-b20 { margin-bottom: 20px!important; }
.margin-b25 { margin-bottom: 25px!important; }
.margin-b30 { margin-bottom: 30px!important; }
.margin-b35 { margin-bottom: 35px!important; }
.margin-b40 { margin-bottom: 40px!important; }
.margin-b45 { margin-bottom: 45px!important; }
.margin-b50 { margin-bottom: 50px!important; }
.margin-b60 { margin-bottom: 60px!important; }
.margin-b70 { margin-bottom: 70px!important; }
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.sp-btn{
  width: 100%!important;
}
/* indent */
.indent1, .indent1s, .indent1 li, .indent1s li {
  line-height: 1.35em;
  text-indent: -1em;
  padding-left: 1em!important;
  margin: 0;
  margin-top: 5px;
}
.indent2 {
	line-height: 1.35em;
	text-indent: -2em;
	padding-left: 2em!important;
	margin: 0;
	margin-top: 5px;
}
.indent1s, .indent1s li {
  font-size: 11px!important;
}
.indent1_5 {
	line-height: 1.35em;
	text-indent: -1.5em;
	padding-left: 1.5em!important;
	margin: 0;
	margin-top: 5px;
}
sup { vertical-align: top; }

/*====================================================
  .heading_area
=====================================================*/
#header{
  padding: 0;
  background: 0;
  height: auto;
  box-shadow: none;
  position: static!important;
  width: auto!important;
}
.heading_area{
  background: #e3f6ff;
  border-top: 2px solid #98c8f3;
  border-bottom: 2px solid #98c8f3;
  padding: 35px 0;
}
.heading_area .sec_inner{
  display: table;
}
h1{
  display: table-cell;
  vertical-align: middle;
  color: #0e4291;
  font-size: 26px;
  font-weight: bold;
}
h1 span{
  font-size: 22px;
}

/*====================================================
  flow
=====================================================*/
.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.flow .flowList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow .flowList li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  z-index: 5;
}
.flow .flowList li .circle {
  margin-bottom: 10px;
  position: relative;
}
.flow .flowList li .circle::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 30px;
  z-index: 10;
  position: relative;
}
.flow .flowList li:not(:first-child) .circle::after {
  content: "";
  display: block;
  width: 110px;
  height: 10px;
  background: #ccc;
  border-radius: 100px;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  z-index: 5;
}
.flow .flowList li.active {
  z-index: 10;
}
.flow .flowList li.compleat {
  z-index: 15;
}
.flow .flowList li .text {
  font-weight: bold;
  color: #666;
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
}
.flow .flowList li.active .text {
  color: #0e4291;
}
.flow .flowList li.compleat .text {
  color: #0e4291;
}
.flow .flowList li.active .circle::before {
  background: #0e4291;
}
.flow .flowList li.compleat .circle::before,
.flow .flowList li.compleat:not(:first-child) .circle::after,
.flow .flowList li.active:not(:first-child) .circle::after {
  background: #0e4291;
}

/*====================================================
  フッター
=====================================================*/
#homeFooter{
  min-width: 960px;
  margin-top: auto;
  clear: both;
  width: auto;
  overflow: hidden;
}
#toTop {
  margin: 0 auto;
  text-align: right;
  width: 950px;
  height: 23px;
}
#homeFooter #homeFootBg {
    padding-top: 30px;
    background: url(/portalc/contents-2/pc/maintenance/v2/img/bg_footer_new.gif) repeat-x 0 0 #0060a7;
}
#homeFootBg #cms-footer {
    width: 950px;
    margin: 0 auto;
    padding: 0 0 5px;
}
#homeFootBg #footer-info #foot-navi {
  font-size: small;
  margin-bottom: 5px;
  text-align: left;
  float: left;
}
#homeFootBg #footer-info #copyright {
  clear: both;
}
#footer-info #foot-navi ul li {
  float: left;
  list-style-type: none;
  background: url(/portalc/contents-2/pc/maintenance/v2/img/icon_arrowWhite.gif) no-repeat 1px 6px;
  padding: 0 3px 0 12px;
  margin: 0 0 0 5px;
}
#homeFootBg #footer-info #foot-navi ul li a {
    color: #fff;
    text-decoration: none;
}
/*====================================================
  タイトル
=====================================================*/
h2{
  margin: 0 0 30px;
  font-size: 26px;  
  font-weight: bold;
}
.leftBdr{
  border-left: 4px solid #0e4291;
  padding-left: 15px;
}
/*====================================================
  #mainContents
=====================================================*/
/*.note_list*/
.note_list1 li{
  padding-left: 0.7em;
  text-indent: -0.7em;
  color: #555555;
}
.note_list1 li{
  font-size: 16px;
  line-height: 1.6rem;
}
.note_list1 span{
  vertical-align: middle;
  font-size: 11px;
}
.note_list1 span.fnt_small{
  font-size: 14px;
}

/*.linkTxt*/
.linkBtn{
  width: 49%;
}
.linkBtn a{
  display: block;
  background: #fff url(/portalc/contents-2/pc/maintenance/v2/img/arw_blue_r5x9.png) 97% 50% no-repeat;
  padding: 25px 18px 25px 20px;
  text-align: left;
  color: #444;
  text-decoration: none;
  border: 1px solid #c5c5c5;
}
.linkBtn a:hover{
  background: #fff url(/portalc/contents-2/pc/maintenance/v2/img/arw_blue_r5x9.png) 97% 50% no-repeat;
  color: #006ebc;
}

/*.form_btn*/
.form_btn{
  width: 390px;
  margin: 0 auto;
}
.linkArea .linkBtn,
.form_btn .btnIn,
.form_btn .off{
  display: inline-block;
  background: #0e408c;
  padding: 14px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  width: 320px;
  border: 2px solid #0e408c;
  cursor: pointer;
}
.form_btn .btnIn:disabled,
.form_btn .btnIn[disabled] {
  background: #ccc;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
}

/*.repair_table*/
table.repair_table{
  width: 100%;
  border: 1px solid #e2e2e2;
}
table.repair_table tr{  border-top: 1px solid #e2e2e2;}
table.repair_table tr:first-child{  border: none;}
table.repair_table th{
  width: 292px;
  background: #f8f8f8;
  padding: 35px 20px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.confirmation table.repair_table th,
.confirmation table.repair_table td{
	padding: 25px 20px;
}
.step2 table.repair_table th{
	background: #f8f8f8 url(/portalc/contents-2/pc/maintenance/v2/img/ico_any.png) no-repeat right 20px center;
	padding: 35px 65px 35px 20px;
}
table.repair_table th.required{
  background: #f8f8f8 url(/portalc/contents-2/pc/maintenance/v2/img/ico_required.png) no-repeat right 20px center;
  padding: 35px 65px 35px 20px;
}
table.repair_table td{
  padding: 35px 20px;
  text-align: left;
  vertical-align: middle;
}
.confirmation table.repair_table td{
  width: 100%;
}
/*table.repair_table a{
  color: #848484;
}*/
/*====================================================
  form common
=====================================================*/
/*radio-btn*/
.radioCheck input{
  display: none;
}
.radioCheck label{
  display: block;
  cursor: pointer;
}
.radioCheck input + label::before{
  content: "";
  display: inline-block;
  background: url(/portalc/contents-2/pc/maintenance/v2/img/radio_btn.png) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin:0 15px 2px 0;
}
.radioCheck input:checked + label::before{
  background: url(/portalc/contents-2/pc/maintenance/v2/img/radio_btn_on.png) no-repeat;
}
.radioCheck input:checked + label{
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 3px #90ccfb;
  box-shadow: 0px 0px 0px 3px #90ccfb;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f1f9fe;
}
/*====================================================
  policy
=====================================================*/
#policy {
  width: 560px;
  min-width: 560px;
  margin: 0 auto;
  padding: 8px;
}
#policy .policy-ttl {
  margin-bottom: 17px;
  padding: 8px 15px;
  background-color: #0e4291;
}
#policy .policy-ttl h1 {
  margin: 0;
  padding: 5px 20px;
  color: #ffffff;
  font-size: 16px;
  border-left: 4px solid #fff; 
}
#policy .policy-text {
  margin-bottom: 80px;
  line-height: 1.6;
  font-size: 14px;
  padding: 0 9px;
}
#policy .policy-close { text-align: center; }

/*====================================================
  modal
=====================================================*/
.modalContents {
  display: none;
}
#cboxContent {
  overflow: hidden;
}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay { background: #666666; }

/* modalBody */
.modalBody {
  background: #fff;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.modalBody .modalInner {
  box-sizing: border-box;
  padding: 45px 35px 0 35px;
  margin-bottom: 35px;
}
.modalBody .modalInner .modalTitle {
  font-weight: bold;
  margin-bottom: 10px;
  color: #3da9e2;
  font-size: 22px;
}
.modalBody .modalInner .modalText {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.modalBody .modalInner .modalImage {
  text-align: center;
}
.modalBody .closeBottom {
  background: #ededed;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ccc;
}
.modalBody .closeBottom .modalClose {
  background: #0e4291;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
}
.modalBody .listBody {
  font-size: 16px;
  line-height: 1.6em;
}
.modalBody .listBody p {
  line-height: 1.6em;
}
.modalBody .listBody + .listBody{
  margin-top: 15px;
}
.modalBody .listBody .additionalListTitle{
  font-weight: bold;
  font-size: 20px;
}

/*====================================================
 errorArea
=====================================================*/
#errorArea,
#errorMsg {
	background-color: #FFF6F6;
	padding: 15px 20px;
	color: #F31312;
  font-size: 14px;
	margin: 0 0 40px;
	font-weight: bold;
}
#errorArea { display: none; }
#errorArea.show {
  display: block;
}
#errorArea .errorList{
	margin: 10px 0;
}
#errorMsg .message {
  display: block;
  margin: 10px 0;
  line-height: 1.6em;
} 