@charset "utf-8";
/* CSS Document */

#container-outer {
	width: 100%;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
* html #container-outer {
	width: 100%;
}
*:first-child + html #container-outer {
	width: 100%;
}
#container {
	width: 950px !important;
    margin-left: auto;
    margin-right: auto;
}
#container ul {
	margin: 0;
	padding: 0;
}
#container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-top {
	width: 950px;
	padding-left: 20px;
	padding-right: 20px;
}
.box-p01 {
    padding: 0 10px;
}
.AlignR {
	text-align: right;
}
.box-04-01[class*="col-"] {
	margin: 0 0 20px 0;
}
.mt_20 {
	margin-top: 20px !important;
}
.mt_10 {
	margin-top: 10px !important;
}
.fw_b {
	font-weight: bold;
}
.fs_16 {
    font-size: 115% !important;
}
.fs_20 {
    font-size: 143% !important;
}
.fs_24 {
    font-size: 172% !important;
}
/* header
-------------------------------------------------------------------------------- */
div#header {
	height: 60px;
	margin-bottom:8px;
	padding-left: 20px;
	padding-right: 20px;
}
div#header .inner {
	position: relative;
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
div#header .logo {
	position: absolute;
	top: 20px;
}
div#header .logo a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 151px;
	height: 24px;
	background: url(../img/p/fig_header.png) left -5px no-repeat;
}
div#header .sbmg {
	position: absolute;
	right:0;
	top: 15px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 140px;
	height: 14px;
	background: url(../img/p/fig_header.png) right top no-repeat;
}
div#header p.home {
	position: absolute;
	right:0;
	top: 36px;
	width: 46px;
	border-left:1px solid #d8dadc;
	text-align:right;
}
div#header p.home a {
	font-weight:bold;
	font-size:12px;
	height: 1.4em;
	line-height:1.4em;
}
div#header p.ybb {
	position: absolute;
	right:55px;
	top: 36px;
	width: 10em;
	text-align:right;
}
div#header p.ybb a {
	display:block;
	font-weight:bold;
	font-size:12px;
	height: 1.4em;
	line-height:1.4em;
}

/* #container-question
-------------------------------------------------------------------------------- */
#container-question {
    padding: 0 10px;
}
#container-question .box-question {
	margin-top: 25px;
}
#container-question .box-answer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;  
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
    margin:50px auto 0;
    width:485px;
}
#container-question .area-question:nth-child(1) .box-answer.answer-length4 {
	-ms-flex-pack: distribute;
	justify-content: space-evenly;
	width: auto;
}
#container-question .box-answer li {
	position: relative;
	height: 70px;
}
#container-question .box-answer a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;  
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 50px;
	width: 195px;
	border-radius: 2px;
	border: solid 1px #9cbbd0;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ecf3f8), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ecf3f8);
	background: -moz-linear-gradient(#fff, #ecf3f8);
	background: -o-linear-gradient(#fff, #ecf3f8);
	background: -ms-linear-gradient(#fff, #ecf3f8);
	background: linear-gradient(#fff, #ecf3f8);
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.6px;
	text-align: center;
	color: #333333;
}
#container-question .box-answer .selected:before {
	position: absolute;
	left: 50%;
	bottom: 12px;
	display: block;
	width: 16px;
	height: 8px;
	margin: 0 0 0 -8px;
	background: #187fc4;
	content: ' '
}
#container-question .box-answer .selected:after {
	position: absolute;
	left: 50%;
	bottom: 1px;
	display: block;
	width: 0;
	height: 0;
	margin: 0 0 0 -16px;
	border-style: solid;
	border-color: transparent;
	border-width: 12px 16px 0px;
	border-top-color: #187fc4;
	content: ' '
}
#container-question .box-answer .selected a{
	color: #187fc4;
	background: #ffffff;
	border-color: #187fc4;
}
#container-question .box-answer .selected a:after{
	content: none;
}
#container-question .box-answer .unselected a{
	border: solid 1px #c2cbd1;
	background: #f5f5f5;
	color: #949494;
}
#container-question .box-answer .unselected a:after{
	border-top-color: #c5cace;
}
#container-question .box-answer a:hover {
	border-color: #187fc4;
	background: #ffffff;
	color: #333333;
}
#container-question .box-answer a:after, #container-question .box-answer a:hover:after{
    position: absolute;
    left: 50%;
    bottom: 4px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    border-style: solid;
    border-color: transparent;
    border-width: 6px 8px 0px;
    border-top-color: #187fc4;
    content: ' ';
}
#container-question .question-num {
    float: left;
    width: 55px;
    height: 56px;
    margin-right: 10px;
    padding-left: 5px;
    line-height: 1.7;
    background: url(../img/p/bg_qa.png) left top no-repeat;
    text-align: center;
    color: #fff;
    font-size: 186%;
    font-weight: bold;
}
#container-question .question-text {
    line-height: 2.3;
    font-size: 143%;
    font-weight: bold;
}
/* #container-result
-------------------------------------------------------------------------------- */
#container-result .box-04-01.box-col-2 {
	border: none;
}
#container-result .box-04-01.box-col-2:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
#container-result .box-04-01.box-col-2 .inner {
    float: left;
	width: 465px;
  min-height: 140px;
	border: 1px solid #d8dadc;
	height: 168px;
}
#container-result #hikari .box-04-01.box-col-2.box-application .inner {
    height: 175px;
}
#container-result .box-04-01.box-col-2 .inner + .inner {
    float: right;
}
#container-result .box-04-01.box-col-2 .inner h3.hdg-01 {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #d8dadc !important;
	background: #f4f5f6 !important;
	padding: 6px 0;
	width: 465px;
	margin: 0 0 10px 0;
}
#container-result .box-04-01.box-col-2 .inner h4 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
#container-result .box-04-01.box-col-2 .tel {
	line-height: 1.4;
}
#container-result .box-04-01.box-col-2 .attention {
	color: #1871f1;
	font-size: 100%;
	line-height: 1;
}
ul.notice-list {
    font-size: 85.71%;
    line-height: 1.35;
}
ul.notice-list li:first-child {
    margin-top: 0;
}
ul.notice-list li:last-child {
    margin-bottom: 0;
}
ul.notice-list li {
    margin: 12px 0 0;
    padding: 0;
}
ul.notice-list li > span {
    padding-right: 0.5em;
    white-space: nowrap;
}
ul.notice-list li > span,
ul.notice-list li > div {
    display: table-cell;
}
.notice-list li.center > span, 
.notice-list li.center > div {
    display: inline;
}
#container-result .box-04-01.box-col-2.box-ntt .inner {
    position: relative;
    height: auto;
}
#container-result .box-04-01.box-col-2.box-ntt .inner .box-inner {
    height: 120px;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east {
    width: 610px;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east .box-inner {
    width: 305px;
    float: left;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east .box-inner + .box-inner{
    width: 304px;
    border-left: 1px solid #d8dadc;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-west {
    width: 320px;
}
#container-result .box-04-01.box-col-2.box-ntt .time {
    position: absolute;
    bottom: 10px;
    width: 305px;
    text-align: center;
}
#container-result .box-04-01.box-col-2.box-ntt .box-ntt-west .time {
    width: 320px;
}
#container-result .box-04-01.box-col-2 .btn-01 {
    margin-top: 28px;
}
#container-result #hikari .box-application .btn-01,
#container-result #hikari .box-application .btn-02 {
    margin-top: 40px;
}
#container-result #hikari .box-application .btn-02 {
  min-width:270px;
  box-sizing:border-box;
}
#container-result #hikari .box-ntt .box-ntt-west .variant {
    margin-top: 45px !important;
}
#container-result .box-04-01 .time {
    padding-left: 20px;
}
#container-result .application-flow {
    list-style: none;
    width: 950px;
    margin: 0;
}
#container-result ul.annotation_fix {
    margin-top: 15px !important;
    margin-left: 0 !important;
    list-style: none;
    font-size: 86% !important;
    text-indent: 0;
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
    #container-result .application-flow.flow-1:before {
        content: url(../img/p/fig_application-flow-1.png) left top no-repeat;
    }
    #container-result .application-flow.flow-2:before {
        content: url(../img/p/fig_application-flow-2.png?20190701) left top no-repeat;
    }
    #container-result .application-flow.flow-3:before {
        content: url(../img/p/fig_application-flow-3.png) left top no-repeat;
    }
    #container-result .application-flow.flow-4:before {
        content: url(../img/p/fig_application-flow-4.png) left top no-repeat;
    }
    #container-result .application-flow.flow-5:before {
        content: url(../img/p/fig_application-flow-5.png) left top no-repeat;
    }
    #container-result .application-flow.flow-6:before {
        content: url(../img/p/fig_application-flow-6.png) left top no-repeat;
    }
}
#faq{
	display:none;
	margin-top: 40px;
}

/* 2015/02/23追加 */

#container-result .box-04-01.box-col-2.box-ntt .inner .box-inner2 {
    height: 140px;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east2 {
    width: 465px;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east2:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east2 .box-inner,
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east2 .box-inner2 {
    width: 465px;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-east2 .box-inner + .box-inner2,
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-west2 .box-inner + .box-inner2 {
    width: 465px;
    border-top: 1px solid #d8dadc;
}
#container-result .box-04-01.box-col-2.box-ntt .inner.box-ntt-west2 {
    width: 465px;
}
#container-result .box-04-01.box-col-2.box-ntt .time2 {
    text-align: center;
}
#container-result .box-04-01.box-col-2.box-ntt .box-ntt-west2 .time2 {
    width: 465px;
}

.list-bullet-01.note{
	margin-top: 30px;
}

.list-bullet-01 li{
	list-style-type: none;
}

#contents-area .contents-inner-wrapper {
	margin-bottom: 70px;
}