.inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

/* -- bread box -- */
.breadcrumbs ul {
    white-space: nowrap;
}
.breadcrumbs li:not(:last-child) {
    position: relative;
    padding-right: 25px;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    vertical-align: middle;
}
.breadcrumbs_box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 0;
    padding: 4px 0 0\0;
    background: -moz-linear-gradient(left, #95dfdb 15%, transparent);
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #95dfdb), color-stop(transparent));
    background: -webkit-linear-gradient(left, #95dfdb 15%, transparent);
    background: -o-linear-gradient(left, #95dfdb 15%, transparent);
    background: -ms-linear-gradient(left, #95dfdb 15%, transparent);
    background: linear-gradient(to right, #95dfdb 15%, transparent);
}
.breadcrumbs li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 9px;
    top: 0px;
    right: 6px;
    bottom: 0;
    margin: auto;
    background: url(https://clo.flight.co.jp/img/breadcrumbs_img02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.case_form_title{
    width: 70%;
    margin:0 auto;
    padding-top: 60px;
	color: #02a99b;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.case_form_title_hr {
    border: none;
    border-top: 1px solid #000;
    width: 50%;
    margin:0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    
}


.clear_box {
    clear:  both;               /* 回り込みを解除する */
}
.content_box {
    display:flex;
    justify-content: center;
    width: 100%;
}
.left_content {
    width: 45%;

}

.introduction_pdf_img{
    width: 70%;
    height: auto;
    margin:0 auto;
    margin-bottom: 5%;
    border: solid 1px #d9f2f0
}

.content_title {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #02a99b;
    font-weight: bold;
    font-size: x-large;
}
.content_title_border {
    border-left: 5px solid #02a99b;
    padding-left: 10px;
}
.content_string {
    margin-left: 0 auto;
    font-size: 18px;
    margin-top: 30px;
    margin-right: 30px;
}


.case_form_box {
    width: 30%;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #dcdcdc;
}



.zojirushi_idx_case {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

/* -- content -- */
.contact_cfa_Box{
	background-color: #FFFFFF;
	height: 208px;
  border: thick double #c0c0c0;
	overflow-y: scroll;
	padding: 29px 44px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_cfa_Box ul{
	padding-bottom: 29px;
}
.contact_cfa_Box ul li{
	padding: 15px 0 13px;
	border-bottom: 1px solid #d9f2f0;
}
.contact_cfa_Box ul li:first-child{
	padding-top: 0;
}
.contact_cfa_Box ul li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.contact_cfa_Box table{
	width: 100%;
}

.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



@media only screen and (max-width:1200px) {
	/* --------------- content --------------- */
}
@media only screen and (max-width:1023px) {
    
	
}



@media only screen and (max-width:767px) {
	/* --------------- content --------------- */


}

@media only screen and (max-width:480px) {
	/* --------------- content --------------- */

	
}