@charset "utf-8";


/* CSS Document */

/**

1. common
2. override bootstrap / slick
2.5 css animation
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content


main colors: 

#0E1446
#dedede


**/

/***************************************************************
 1. common
 **************************************************************/


body{
    
	/*font-family:"Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		*/
    font-family: "Kiwi Maru", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
	line-height:150%;
    height: 100%;

    background-color: #F9F7E4;
    width: 100vw;
    margin: 0;
    padding:0px;

}


.bg-image {
    /* Full height */
    height: 100%;
    
    /* Center and scale the image nicely */
    background-position: center -30px;
    background-repeat: no-repeat;
    background-size: cover;

    /* You can use any image you want here */
    /*background-image: url('https://carbon-footprint.jp/your-image.jpg');*/
    
    /* Position the image below the content */
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    
    transition: opacity 0.5s ease-in-out;
}

.bg-image.hidden{
    opacity:0 !important;
}

#bg-front.bg-image{
    z-index: -1;
}

#bg-back.bg-image{
    z-index: -2;
    opacity: 1;
}



.min-vh-100 {
    min-height: 100vh;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1200px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:right;
	padding-right: 0;
}

.current{
	background-color:#dedede;	
}

h3{
	background-color:#dedede;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:16px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul, ol{
	padding-left:20px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.center{
	display: block;
	margin:0 auto;
}

a:focus{
	color:#aaa;	
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

.blur{
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

img.full{
width:100%;
}

table{
    width:auto;
}

table.norborder,
table.norborder th,
table.norborder td{
	border:none;
}

.alignleft {
display: block;
margin: 0 auto 0 0;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.alignright {
display: block;
margin: 0 0 0 auto;
}

span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

table tr th, table tr td {
	font-size: 14px;
}

.progress-bar-wrapper{
    line-height: 110%;
}

.progress-container {
    width: 100%;
    /*background-color: #f3f3f3;*/
    background: linear-gradient(90deg, violet, blue, cyan, green, yellow, orange, red);
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    position: relative;
    animation-duration: 2s;
}

.progress-bar {
    height: 100%;
    background-color: #fff;
    border-radius: 0px 4px 4px 0px;
    transition: width 0.4s ease;
    float:right;
}


/* font awesome */

*:before, *:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

*:before{
	padding-right:5px;
}

*:after{
	padding-left:5px;
}

.date:before{
	content: "\f133";
}

.location:before{
	content: "\f3c5";
}

.pagetop:before{
 	content: '\f0aa';
}

div#debug div#detail{
    background-color:rgba(255,255,255,0.70);
    line-height: 120%;
    margin:50px;
    border-radius: 20px;
    padding:20px;
    height: 600px;
    overflow-y: scroll;
    position: absolute;
    top: 220px;
}

div#debug table tr{
    border-bottom: 1px solid #999;
}

#detail_toggle{
    z-index: 100;
    position: fixed;
    bottom: 100px;
    right: 100px;
}

#detail_reload{
    z-index: 100;
    position: fixed;
    bottom: 100px;
    right: 60px;
    padding-left: 5px;
    padding-right: 5px;
}


i.fa-info-circle{
    cursor: help;
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1000;
    white-space: nowrap;
    opacity: 1;
}

/***************************************************************
 2. override bootstrap / slick
 **************************************************************/
 

.btn{
/*    border-radius: 0px;*/
}

.btn-info{

}


.btn-group{
    background-color:#fff;
}

.btn-default{
    border-radius: 10px;
    border:3px solid #EC8421;
    color:#EC8421;
    background-color:#fff;
}

.btn-default a{
    color:#EC8421;
    text-decoration: none;
    display: block;
    padding:5px 15px;
}


.btn-default:hover,.btn-default:hover a,.btn-default:hover a:hover{
    background-color:#EC8421;
    color:#fff;
}



.btn-default a:hover{
    text-decoration: none;
    color:#EC8421;
}

.badge{
	padding:4px;
    border-radius: 0px;
    font-size:14px;
    min-width:60px;
    font-weight: normal;
}

.table-flexible{
    padding-left:0px;
    width:100%;
}

.slick-prev{
    left:-35px;
    width:30px;
}

.slick-next{
    right:-35px;
    width:30px;
}

.slick-prev:before, .slick-next:before{
    font-size: 30px;
}


.slick div.slick-item{
    position:relative;
}

.slick div.slick-item p.caption{
    position: absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(0,0,0,0.90);
    z-index: 100;
    width: 100%;
    margin:0px;
    color:#fff;
}


/* steps ul li */
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.steps .step:first-child {
  margin-left: auto;
}
.steps .step:last-child {
  margin-right: auto;
}

.step:first-of-type .step-circle::before {
  display: none;
}
.step:last-of-type .step-content {
  padding-right: 0;
}

.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #adb5bd;
  border: 2px solid #adb5bd;
  border-radius: 100%;
  background-color: #fff;
  font-size: 12px;
}
.step-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  width: calc(3rem + 1rem - 1.5rem);
  height: 2px;
  transform: translate(-100%, -50%);
  color: #adb5bd;
  background-color: currentColor;
}

.step-text {
  color: #adb5bd;
  word-break: break-all;
  margin-top: 0.25em;
  font-size: 16px;
    
}

.step-active .step-circle {
  color: #fff;
  background-color: #4E6B33;
  border-color: #4E6B33;
}
.step-active .step-circle::before {
  color: #4E6B33;
}
.step-active .step-text {
  color: #4E6B33;
}

.step-error .step-circle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.step-error .step-circle::before {
  color: #dc3545;
}
.step-error .step-text {
  color: #dc3545;
}

.step-success .step-circle {
  color: #28a745;
  background-color: #fff;
  border-color: #28a745;
}
.step-success .step-circle::before {
  color: #28a745;
}
.step-success .step-text {
  color: #28a745;
}




/* input range */

input[type="range"].customRange {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #4E6B33 0%, #4E6B33 var(--value, 50%), #ccc var(--value, 50%), #ccc 100%);
    border-radius: 5px;
    outline: none;
    transition: background 0.15s ease-in-out;
}

input[type="range"].customRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #4E6B33;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type="range"].customRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #4E6B33;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type="range"].customRange::-ms-thumb {
    width: 20px;
    height: 20px;
    background-color: #4E6B33;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

input[type="range"].customRange::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"].customRange::-ms-fill-lower {
    background: #4E6B33;
    border-radius: 10px;
}

input[type="range"].customRange::-ms-fill-upper {
    background: #ccc;
    border-radius: 10px;
}


/* Webkit browsers */
input[type="range"].customRange::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #28A745 0%, #28A745 var(--value, 50%), #ccc var(--value, 50%), #ccc 100%);
    border-radius: 5px;
}

/* Firefox */
input[type="range"].customRange::-moz-range-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #28A745 0%, #28A745 var(--value, 50%), #ccc var(--value, 50%), #ccc 100%);
    border-radius: 5px;
}

/* Internet Explorer */
input[type="range"].customRange::-ms-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}



div.next-button{
    position: fixed;
    bottom: 80px;
    left:0px;
    right: 0px;

}

div#main_content{
    position: relative;
}
div#result{
    padding: 0px 20%;
    margin-top:-100px;
    position: relative;
    z-index: -1;
}
div#result p{
    margin-top: 20px;
    font-size: 40px;
    padding-top: 180px;
    position: relative;
    top: auto;
    text-align: center;
    min-height: 350px;
    background-repeat: no-repeat;
    background-image: url('https://carbon-footprint.jp/images/bg15.png'); 
    background-size: 100% auto; 
    background-position: bottom center; 
}



@media (max-width: 767px){
    
    div#result{
        margin-top: -90px;
        height: 150px;
    }
    div#result p{
        font-size: 3vw;
        padding-bottom: 0px;
        min-height: 130px;
        background-position: 50% top;
        background-size: 140% auto;    
        padding-top: 110px;
        font-size: 18px;
        height: 150px;
        
    }
}

@media (max-width: 400px){
    div#result p{
        padding-top: 90px;
    }
}
/*
p#result{
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    padding-left:40vw;
    position: absolute;
    top: 400px;
}

@media (min-width: 768px) {
    p#result{
        font-size: 80px;
        position: relative;
        top: auto;
        margin-top: 300px;
        text-align: left;
        padding-left:40vw;
    }
}


@media (min-width: 1200px) {
    p#result{
        font-size: 80px;
        position: relative;
        top: auto;
        margin-top: 300px;
        text-align: center;
        padding-left:0px;
    }
}
*/


/***************************************************************
 2.5. animation
 **************************************************************/


.fade-in{
    opacity: 0;
}

.fade-in.is-animated{ 
　opacity:0;
  animation-name:fadeIn;
  animation-duration:1s; 
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.fade-in.rise-up.is-animated{
  animation-name:fadeRiseUp;
}

.fade-in.rise-left.is-animated{ 
  animation-name:fadeRiseLeft;
}

.fade-in.fade-simple{
  animation-name:fadeIn;
}

.fade-in.zoom-in{
  animation-name:fadeZoomIn;
}

.fade-in.zoom-out{
  animation-name:fadeZoomOut;
}

.moving-horizontal1 {
  animation: moveHorizontal1 5s linear infinite;
}

.moving-horizontal2 {
  animation: moveHorizontal2 5s linear infinite;
}

.moving-horizontal_l2r_10 {
  animation: moveHorizontal_r2l 10s linear infinite;
}

.moving-horizontal_l2r_8 {
  animation: moveHorizontal_r2l 8s linear infinite;
}

.moving-horizontal_l2r_6 {
  animation: moveHorizontal_r2l 6s linear infinite;
}

.moving-horizontal_l2r_4 {
  animation: moveHorizontal_r2l 4s linear infinite;
}

.moving-horizontal_r2l_10 {
  animation: moveHorizontal_l2r 10s linear infinite;
}



@media (max-width: 767px) {


    .moving-horizontal1 {
      animation: moveHorizontal1_sp 5s linear infinite;
    }

    .moving-horizontal2 {
      animation: moveHorizontal2_sp 5s linear infinite;
    }

    .moving-horizontal_l2r_10 {
      animation: moveHorizontal_r2l_sp 10s linear infinite;
    }

    .moving-horizontal_l2r_8 {
      animation: moveHorizontal_r2l_sp 8s linear infinite;
    }

    .moving-horizontal_l2r_6 {
      animation: moveHorizontal_r2l_sp 6s linear infinite;
    }

    .moving-horizontal_l2r_4 {
      animation: moveHorizontal_r2l_sp 4s linear infinite;
    }


}



@keyframes fadeIn {
  0% {
   opacity: 0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeZoomIn {
  0% {
   opacity: 0;
   transform:scale(0.9);
  }
  100% {
    opacity:1;
    transform:scale(1.0);
  }
}

@keyframes fadeZoomOut {
  0% {
   opacity: 0;
   transform:scale(1.1);
  }
  100% {
    opacity:1;
    transform:scale(1.0);
  }
}

@keyframes fadeRiseUp {
0% {
 opacity: 0;
 transform: translateY(30px);
}

100% {
 opacity:1;
 transform: translateY(0px);
 } 
}

@keyframes fadeRiseLeft {
0% {
 opacity: 0;
 transform: translateX(-60px);
}

100% {
 opacity:1;
 transform: translateX(0px);
 } 
}

@keyframes moveHorizontal1 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes moveHorizontal2 {
  0% {
    background-position: 100px 0;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}

@keyframes moveHorizontal_r2l {
  0% {
    background-position: 800px 0;
    opacity: 0;
  }
  10% {
    background-position: 640px 0;
    opacity: 1;
  }
  90% {
    background-position: -640px 0;
    opacity: 1;
  }
  100% {
    background-position: -800px 0;
    opacity: 0
  }
}

@keyframes moveHorizontal_l2r {
  0% {
    background-position: -800px 0;
    opacity: 0;
  }
  10% {
    background-position: -640px 0;
    opacity: 1;
  }
  90% {
    background-position: 640px 0;
    opacity: 1;
  }
  100% {
    background-position: 800px 0;
    opacity: 0
  }
}


@keyframes moveHorizontal1_sp {
  0% {
    background-position: 0 center;
  }
  50% {
    background-position: 50px center;
  }
  100% {
    background-position: 0 center;
  }
}

@keyframes moveHorizontal2_sp {
  0% {
    background-position: 50px center;
  }
  50% {
    background-position: 0 center;
  }
  100% {
    background-position: 50px center;
  }
}

@keyframes moveHorizontal_r2l_sp {
  0% {
    background-position: 300px center;
    opacity: 0;
  }
  10% {
    background-position: 240px center;
    opacity: 1;
  }
  90% {
    background-position: -240px center;
    opacity: 1;
  }
  100% {
    background-position: -300px center;
    opacity: 0
  }
}

/***************************************************************
 3. header
 **************************************************************/

header{
	
}

header h1{
	display:none;	
}

header div#search_area{
	padding:10px 0;
	text-align:right;
}

header div#search_area ul {
	margin-bottom: 0;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}
header div#search_area .btn-default{
	padding:4px 10px;
	border-radius:0px;
	margin-left:0px;
	float:right;
}

header div#search_area input[type=text]{
	height:30px;
	margin-right:0px;
	float:right;
}

header #logo_area img {
	width: 100%;
}


#home header{
	
}

#sub header{

}


/*for wordpress qtranslate x*/
body.lang-en .lang-ja{
	display:none;
}

body.lang-ja .lang-en{
	display:none;
}

table#result_table{
    width:80%;
    margin-left: 10%;
    margin-right:10%;
    text-align: left;
    margin-bottom:50px;
}

table#result_table th{
    width:50%;
}

table#result_table span.answer, span.answer{
    font-weight: bold;
    color:#397059;
}
#result_area p{
    line-height: 140%;
    position: relative;
    z-index: 10;
}
#result_area span.answer{
    font-size: 20px;
}

#result_area img#result_solution{
    width:100%;
    max-width: 1000px;
}

/***************************************************************
4 nav
***************************************************************/


nav{
	background-color:#0E1446;
	min-width:1200px;
}

nav div{
	margin:0px;
	padding:0px;
}

nav div ul{
	margin:0px;
	padding:0px;
}

nav div ul li{
	padding:0px;
	margin:0px;
}

nav div > ul > li{
	float:left;	
}

nav div ul li a{
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:16px;
	text-align:center;	
	vertical-align:middle;
}

nav div > ul > li{
	border-left:1px solid #fff;	
	
}

nav div ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;
	width: 150px;
}

nav div ul li:nth-child(7n) a{
	border-right:1px solid #dedede;
}

nav div ul ul li:last-child a{
	border:none;
}

nav div ul li a:hover{
	background-color:#fff;
	color:	#d8690d;
	text-decoration:none;
}





/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
	background-color:#efefef;
}



/***************************************************************
6 footer
***************************************************************/

footer{
	font-size:12px;	
    height: 40px;
    position: fixed;
    bottom: 0px;
    left:0px;
    right: 0px;
}


/***************************************************************
7 breadcrumb
***************************************************************/
/* overwrite bootstrap */
.breadcrumb{
    background-color:transparent !important;
}


/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #999;
	padding:0px;
	margin-bottom:20px;
}

div#sidebar h2{
	background-color:#0e1446;
	color:#fff;
	font-size:18px;
	margin:0px;
	padding:15px 10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}

div#sidebar ul{
	margin-bottom:0px;
    padding-left:0px;
}

div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom:1px solid #ccc;
	color:#666;
    padding-left:30px;
    
}

div#sidebar ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;	
}

div#sidebar ul li a:before{
 	content: '\f0da';
    margin-right:10px;
    margin-left:-20px;
}

div#sidebar ul ul{
    padding-left:20px;
}

div#sidebar ul li ul li{

}

div#sidebar ul li ul li a{
	background-color:#efefef;	
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;		
}







/***************************************************************
9 main_content
***************************************************************/


div#main_content{
	padding:0px;
}


div#main_content h1{
	padding:5px 10px 5px 30px;
	margin-top:0px;
	font-size:32px;
	color: #0e1446;
    text-align: center;
}


div#main_content h1 span.category{
    display: inline-block;
    padding:0px 15px 10px;
    margin-right: 20px;
    font-size: 24px;
    background-color:#EC8421;
    border-radius: 15px;
    color:#fff;
    letter-spacing: 15px;
}

div#main_content h1 span.category small{
    font-size: 14px;   
    letter-spacing: 5px;
}

div#main_content h1 p{
    display: inline-block;
}

div#main_content h1 i{
    font-size: 16px;
    vertical-align: super;
}

div#main_content .btn-default{
    margin-top: 30px;
    padding:0px;
}

div#main_content div#content_area{
	padding:10px 0px;	
	min-height:500px;
}


div#main_content h2{
	font-size:20px;
	margin:20px 0px;
	padding:10px 10px;
	border:1px solid #999;	
}

div#main_content h3{
	background-color:#eee;
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

div#main_content h4{
	border-left:3px solid #ccc;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

div#main_content h5{
	font-size:16px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table{
    border-top:2px solid #999;
    border-bottom:2px solid #999;
}

div#main_content table tr{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
}

div#main_content table tr td{
	padding:5px 10px;
}

div#main_content table tr th{
    font-weight: bold;
	padding:5px 10px;
	border-bottom:2px solid #999;
}

div#main_content ul,
div#main_content ol{
    margin:40px 0px;
}

div#main_content ul li:before{
 	content: '\f0da';
    padding-right: 10px;
    margin-left:-15px;
}


div#main_content ul li ul{
	margin-left:20px;	
}


div#main_content ul.papers li,
div#main_content ol.papers li{
    margin-bottom: 20px;
    line-height: 140%;
}


div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}



div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}


i {
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}




/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	.sp_none{
		
	}
	
	.pc_none{
		display:none;
	}
	
	body{
		min-width:1200px;
	}
	
	div#sp_menu{
		display:none;	
	}
    
    
    #transport-range1,#transport-range2,#transport-range3,#transport-range4,#transport-range5,#transport-range6,#transport-range7,#transport-range8{
        margin-top:30px;
    }
    
    .font-s{
        font-size: 16px;   
    }
    
    div.form-check-inline > div.form-check-inline:first-child{
        margin-left:-24px;
    }
    
    .inline_scroll{
        /*overflow-y: scroll;*/
        overflow-x: hidden;        
        /*height:500px;*/
        padding-bottom:200px;
    }
    
    div#transfer_container1,div#transfer_container2,div#transfer_container3{
        margin-top:50px;
    }
    
    div#transfer_container1 div.col-md-1,div#transfer_container2 div.col-md-1,div#transfer_container3 div.col-md-1{
        padding-left: 2px;
        padding-right: 2px;
    }
    

}


/********************************************************************
10 tablet
********************************************************************/



/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {
    
    body{
        overflow-x: hidden;
        font-size: 14px;
    }
	
	.sp_none{
		display:none;
	}
	
	.pc_none{
		
	}
    
    .font-s{
        font-size: 14px;
    }
	
    #debug{
        display:none;
    }
    
    div.next-button{
        bottom:30px;
    }
    
	header div#search_area{
		display:none;
	}
	
	header div#logo_area{
		padding:0px;
        text-align: center;
	}
	
	header div#logo_area img{
		width:30%;
	}
	
    
    .step-content {
      width: 1rem;
      min-width: 1rem;
      max-width: 1rem;
      padding-right: 0.55rem
    }
    
    .step-circle{
        font-size: 10px;
        width:1.2rem;
        height:1.2rem;
    }
    
    .step-circle::before {
      width: 0.1rem;
    }
    
    .step-text{
        word-break:keep-all;
        overflow-x: visible;
        font-size: 8px;
    }
    
    .bg-image{
        background-size: 140% auto;
        background-position: 50% 200px;
    }
    
    .bg-image.sp-large{
        background-size: 200% auto;
        background-position: 50% 100px;
    }
	
    .bg-image.sp-xlarge{
        background-size: 300% auto;
        background-position: 50% 60px;
    }
    
    
    
	.row{
		margin-left:0px;
		margin-right:0px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
        top: 80px;
	}
	
	nav ul{
		width:100%;	
		height: auto;
		background-color:rgba(0,0,0,0.67);
	}

	nav ul li{
		float:left;
        width:100%;
	}
    
    nav > div > ul > li{
        border-bottom:1px dashed #fff;
    }
    
    nav div ul ul{
        padding-left:20px;
        position: relative;
        display: block;
        width:100%;
    }
    
    nav div ul li ul li{
        display: block;
        position: relative;
    }
	
    nav div ul li a{
        text-align: left;
        padding-top:10px;
    }
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}
    
    div#main_content h1{
        font-size: 24px;
        padding-left: 0px;
    }
	
	div#main_content div#content_area{
		padding:0px;
	}
    
    
    div#main_content .btn-default{
        margin-top: 15px;
    }
	
    
    div#main_content div.col-12 strong{
        font-size: 16px;
    }
    
    div#main_content small{
        line-height: 120%;
        font-display: 12px;
    }    

	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}


	section#process ul li{
		padding:60px 5px 10px 5px;
		margin:4px 5px;
	}


	div#sp_menu{
		position:absolute;
		right:20px;
		top:20px;
		display:block;	
	}
    
    div.right_column{
        margin-right:15px;
    }

	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
    #transport-range0,#transport-range1,#transport-range2,#transport-range3,#transport-range4,#transport-range5,#transport-range6,#transport-range7,#transport-range8{
        margin-bottom:60px !important;
    }
    
    .inline_scroll{
        overflow-y: scroll;
        height:500px;
        padding-bottom:200px;
    }    

    footer{
        height:30px;
        font-size: 10px;
    }

    div#main_content img.full{
        width:80%;
    }
    
    
    div.col-md-12.left_column{
        padding-left:0px;
        padding-right:0px;
    }
    
    div.text-end, div.text-start{
        padding:0px !important;
    }
    
    span.sp_br{
        display: block;
        height:1px;
        width: 100%;
    }

    div#main_content h1 span.category{
        font-size: 20px;
        margin-top: -15px;
        padding: 0px 15px 5px;
    }
    
    div#main_content h1 p{
        margin-bottom: 0px;
        display: block;
        font-size: 18px;
    }
    
    body.step07 .moving-horizontal_r2l_10{
        margin-top: 200px;
    }
    
}


/**********************************************************************
41 Small SP iphone SE
**********************************************************************/

@media (max-width:400px){
    .inline_scroll{
        overflow-y: scroll;
        height:350px;
        padding-bottom:200px;
    }
    
    div#main_content h1{
        font-size: 20px;
        padding-left: 0px;
    }
    
    div#main_content h1 p{
        font-size: 16px;
    }
    
    div#main_content small{
        line-height: 110%;
        font-size: 11px;
    }
    
    div#result_area div.col-3{
        padding-left:0px;
        padding-right:0px;
    }
    
    div#result_area div.col-6{
        padding-left:5px;
        padding-right:5px;        
    }
}

/********************************************************************
42 Print
********************************************************************/


@media print {
	

	a[href]:after{
	content: ""!important;
	}

	abbr[title]:after{
	content: ""!important;
	} 	
	
	.row{
		display:block;
	}
	
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
	

  .sp_none{
	display:block !important;
  }
	
  .pc_none{
	display:none !important;
  }
	
  .wrapper{
	width:1200px !important;	
	min-width:1200px !important;
  }	
	
  nav{
	display:block !important;
	float:none !important;
	position:relative !important;
  }
	
  nav ul li{
	width:auto !important;
  }

  div#search_area{
	display:block !important;
  }	
	
  div#sp_menu{
	display:none;	
  }
	
  div#search_area{
	display:block;
  }
	
  div#sidebar ul{
	display:block !important;	
	position: relative;
  }
	
  div#sidebar h2 i{
    display:none !important;
  }	
	
  .left, .left_column{
	float:left !important;
  }
	
  .right, .right_column{
	float:right !important;
  }	
	
}

