#LoaderBg,#Loader{
	display: none;
}

body.default #Header,
body.default #Container{
	opacity: 1;
}
.childNaviFoot{
  display: none;
}
#ContentsWrap{
  background: #fff;
  color: #000;
}


/*-------------------MV PC-------------------*/
#ExMv {
  position: relative;
}
#ExMv .catch {
position: absolute;
padding-top: 26vw;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
margin: auto;
width: 1160px;

}
#ExMv .catch p {
font-size: 2.5vw;
font-weight: 700;
color: #fff;
line-height: 1.7;
margin-bottom: 60px;
text-align: center;
text-shadow: 1px 2px 3px #262626;
}
#ExMv .catch p strong{
color: #fedb71;
font-size: 3vw;
}

#ArticleBody .block h2{
	background: #f1f1f1;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	padding: 35px 0;
	line-height: 1.4;
	margin-bottom: 10px;
}
#ArticleBody .block h3{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#ArticleBody .block .img{
	text-align: center;
}
#ArticleBody .block .img + .body{
	margin-top: 40px;
}
#ArticleBody .block .img + h3,
#ArticleBody .block .body + h3{
	margin-top: 60px;
}
#ArticleBody .block .body + .img{
	margin-top: 40px;
}


/*-------------------事例 PC-------------------*/
.example_item {
  border: 1px solid #cccccc;
  padding: 3%;
}
.example_item h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.example_item_inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.example_item01 .example_item_inner:after {
background: url(img/num01.png) no-repeat;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 50vw;
    height:9vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    background-position-x:left;
}
.example_item02 .example_item_inner:after {
background: url(img/num02.png) no-repeat;
    right: 0 !important;
    position: absolute;
    bottom: 0;
    content: "";
    width: 50vw;
    height:9vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    background-position-x:right;
}
.example_item03 .example_item_inner:after {
background: url(img/num03.png) no-repeat;
    left: 0 ;
    position: absolute;
    bottom: 0;
    content: "";
    width: 50vw;
    height:9vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    background-position-x:left;
}
.example_item_inner .img {
  width: 32%;
  margin-right: 3%;
}
.example_item_inner .img img{
  width: 100%;
}
.example_item_inner table {
  width: 65%;
}
.example_item_inner table th{
  background-color: #0050a2;
  color: #fff;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  padding: 3%;
}
.example_item_inner table th.empty {
  background-color: #fff;
}
.example_item_inner table td{
  background-color: #f2f6fa;
  color: #333;
  text-align: left;
  vertical-align: middle;
  padding: 3%;
}
.example_item_inner table td ul li {
padding-left:1.3em;
text-indent:-1.3em;
line-height: 1.7;
font-size: 18px;
color: #0050a2;
font-weight: 700;
}
.example_item_inner table td ul li:not(:last-child) {
  margin-bottom: 12px;
}
.example_item_inner table td ul li:before {
    font-family: "FontAwesome";
  content: "\f058";
  font-weight: normal;
  line-height:20px;
  font-size: 20px;
  margin-right: 5px;
  color: #0050a2;
}
.example_item:nth-child(even) {
  margin:40px 0; 
}
.example_item:nth-child(even) .example_item_inner {
  flex-direction: row-reverse;
  position: relative;
}
.example_item:nth-child(even) .example_item_inner .img {
  width: 32%;
  margin-left: 3%;
  margin-right: 0;
}


/*-------------------理由 PC-------------------*/
.reason_img {
  display: flex;
  flex-wrap: wrap;
}
.reason_img .reason_img_item{
  width: 32%;
}
.reason_img .reason_img_item:not(:last-child) {
  margin-right: 2%;
}
.reason_img .reason_img_item img {
  width: 100%;
  margin-bottom: 20px;
}
.reason_img .reason_img_item p {
  font-size: 24px;
  text-align: center;
  color:#0050a2;
  font-weight: 500;
}



#Onayami .wrap{
}
#Onayami .wrap .hd{
  font-size: 20px;
  height: auto;
  line-height: 1.5;
  margin-bottom: 10px;
}
#Onayami .wrap .item{
  margin-top: 30px;
}
#Onayami .wrap .item:not(:nth-child(3n)){
  margin-right: 20px;
}
#Onayami .wrap .hd p:before{
  font-family: "FontAwesome";
  content: "\f058";
  font-weight: normal;
  line-height: 20px;
  font-size: 25px;
  margin-right: 5px;
  color: #132651;
}
#Onayami .wrap .hd p {
  padding-left:1.3em;
text-indent:-1.3em;
line-height: 1.7;
}
#Onayami .wrap .hd p em{
  font-weight: 700;
  color: #132651;
}


#Consultation .inner{
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: inline-block;
  border: 1px solid #cccccc;
  position: relative;
  margin-top: 50px;
}
#Consultation .inner .caption{
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
#Consultation .inner .text{
  margin-bottom: 15px;
}
#Consultation .inner img{
  float: right;
  max-width: 320px;
  margin-left: 20px;
}


a.link {
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}










@media all and (max-width: 740px)  {

/*-------------------MV sp-------------------*/
#ExMv {
  position: relative;
}
#ExMv .catch {
position: absolute;
padding-top: 68%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
margin: auto;
width: 1160px;

}
#ExMv .catch p {
font-size: 4.8vw;
font-weight: 700;
color: #fff;
line-height: 1.7;
margin-bottom: 60px;
text-align: center;
text-shadow: 1px 2px 3px #262626;
}
#ExMv .catch p strong{
color: #fedb71;
font-size: 5.8vw;
}  

#ArticleBody .block h2{
	font-size: 19px;
	padding: 20px 0;
}
#ArticleBody .block h3{
	font-size: 4.3vw;
	margin-bottom: 10px;
	padding-bottom: 3px;
  font-weight: 700;
}

#ArticleBody .block .img{
	text-align: center;
}
#ArticleBody .block .img + .body{
	margin-top: 15px;
}
#ArticleBody .block .img + h3,
#ArticleBody .block .body + h3{
	margin-top: 40px;
}
#ArticleBody .block .body + .img{
	margin-top: 15px;
}

#ArticleBody .table-scroll {
  overflow-x: scroll;
  margin-bottom: 40px;
}
#ArticleBody .table-scroll::-webkit-scrollbar {
  height: 6px;
  margin-bottom: 40px;
}
#ArticleBody .table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
#ArticleBody .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#ArticleBody .fcB {
  color: #2b64af;
}




/*-------------------事例 sp-------------------*/
.example_item {
  border: 1px solid #cccccc;
  padding: 5%;
}
.example_item h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.example_item_inner {
  display: inherit;
  flex-wrap: inherit;
  position: relative;
}
.example_item01 .example_item_inner:after {
background: url(img/num01.png) no-repeat;
    right: 5% !important;
    left: inherit;
    position: absolute;
    top: 2%;
    content: "";
    width: 50vw;
    height:10vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    background-position-x:right;
}
.example_item02 .example_item_inner:after {
background: url(img/num02.png) no-repeat;
    right: 5% !important;
    position: absolute;
    top: 2%;
    content: "";
    width: 50vw;
    height:10vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    background-position-x:right;
}
.example_item03 .example_item_inner:after {
background: url(img/num03.png) no-repeat;
    right: 5% !important;
    left: inherit;
    position: absolute;
    top: 2%;
    content: "";
    width: 50vw;
    height:10vw;
    display: inline-block;
    background-size: contain;
    z-index: 1;
    background-position-x:right;
}
.example_item_inner .img {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
}
.example_item_inner .img img{
  width: 100%;
}
.example_item_inner table {
  width: 100%;
}
.example_item_inner table th{
  background-color: #0050a2;
  color: #fff;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  padding: 5% 3%;
}
.example_item_inner table th.empty {
  background-color: #fff;
}
.example_item_inner table td{
  background-color: #f2f6fa;
  color: #333;
  text-align: left;
  vertical-align: middle;
  padding: 3%;
}
.example_item_inner table td ul li {
padding-left:1.3em;
text-indent:-1.3em;
line-height: 1.7;
font-size: 16px;
color: #0050a2;
font-weight: 700;
}
.example_item_inner table td ul li:not(:last-child) {
  margin-bottom: 15px;
}
.example_item_inner table td ul li:before {
    font-family: "FontAwesome";
  content: "\f058";
  font-weight: normal;
  line-height:18px;
  font-size: 18px;
  margin-right: 5px;
  color: #0050a2;
}
.example_item:nth-child(even) {
  margin:30px 0; 
}
.example_item:nth-child(even) .example_item_inner {
  flex-direction: row-reverse;
  position: relative;
}
.example_item:nth-child(even) .example_item_inner .img {
  width: 100%;
  margin-left: 0%;
  margin-right: 0;
}


/*-------------------理由 SP-------------------*/
.reason_img {
  display: inherit;
  flex-wrap: inherit;
  margin-top: 30px;
}
.reason_img .reason_img_item{
  width: 100%;
}
.reason_img .reason_img_item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 7%
}
.reason_img .reason_img_item img {
  width: 100%;
  margin-bottom: 12px;
}
.reason_img .reason_img_item p {
  font-size: 4vw;
  text-align: center;
  color:#0050a2;
  font-weight: 500;
}



#Onayami .wrap{
}
#Onayami .wrap .hd{
  font-size: 1.2rem;
  height: auto;
}
#Onayami .wrap .item:last-child .hd{
  height: auto;
}
#Onayami .wrap .item{
  margin-top: 20px;
}
#Onayami .wrap .item:not(:nth-child(3n)){
  margin-right: 0;
}
#Onayami .wrap .hd p{
  text-align: left;
  width: 100%;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#Onayami .wrap .hd p:before{
  font-family: "FontAwesome";
  content: "\f058";
  font-weight: normal;
  line-height: 20px;
  font-size: 20px;
  margin-right: 7px;
}
#Onayami .wrap .hd p em{
  font-weight: 700;
  color: #132651;
}

#Consultation .inner{
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  display: inline-block;
  border: 1px solid #cccccc;
  position: relative;
  margin-top: 30px;
}
#Consultation .inner .caption{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#Consultation .inner .text{
  margin-bottom: 15px;
}
#Consultation .inner img{
  float: none;
  width: 100%;
  margin: 20px auto;
}


a.link {
	text-decoration: underline;
	word-wrap: break-word;
}
a.link:hover {
	text-decoration: none;
}

}
