@charset "utf-8";





/*body{
	min-height:auto;
}*/




/* contentsWrapper
------------------------------------------------------------------------------------------------------ */
#c5-wrap {
	width: 100%;
	margin:0 auto;
    font-size: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
}
#c5-wrap img {
	width:100%;
    height: auto;
    vertical-align: bottom;
}
#c5-wrap .pc {
    display: block;
}
#c5-wrap .sp {
    display: none;
}
#c5-wrap a {
	text-decoration:underline;
    color: #f5683a;
    font-weight: bold;
}
#c5-wrap a:hover {
	text-decoration:none;
}
#c5-wrap a img{
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
#c5-wrap a .hover:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.5;
	opacity:0.5;
}
#c5-wrap img.c5-nohref {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#c5-wrap a .hover2:hover{
    position: relative;
    top: 1px;
    left: 0;
}

#c5-wrap ul {
    *zoom: 1;
    margin-left: 0;
    padding: 0;
}
#c5-wrap ul:before,
#c5-wrap ul:after {
    display: block;
    overflow: hidden;
    content: "";
}
#c5-wrap ul:after {
    clear: both;
}
#c5-wrap ul li {
    float: left;
    margin-left: 0;
    list-style: none;
}

.clearfix,
.page_navi,
.other {
	zoom:1;
}

.clearfix:after,
.page_navi:after,
.other:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}





/* h1 title Area
------------------------------------------------------------------------------------------------------ */
#c5-head {
	width:100%;
    overflow: hidden;
    margin-bottom: 4%;
    position: relative;
}
#c5-head #c5-lead {
	margin: 0 auto;
    padding: 0;
    text-align: center !important;
    position: absolute;
    z-index: 10;
}
#c5-head h1 {
	margin: 0;
    padding: 0 0 2%;
    width: 100%;
}
#c5-head .c5-sc {
	margin: 0;
    padding: 0 50px;
}
#c5-head .c5-sc #c5-sc_label {
	margin: 0;
    padding: 0;
}
#c5-head .c5-sc ul {
	margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    margin-right: -0.9009%;
}
#c5-head .c5-sc li {
	margin: 0 !important;
    padding: 0 0 10px 0 !important;
    list-style: none;
    float: left;
    margin-right: 0.9009%;
    width: 49.099%;
}
#c5-head .c5-sc li.c5-flR{
    float: right;
}

#c5-head .c5-sc li .c5-sc02 {
    padding-top: 2px;
    margin: 0 !important;
}
#c5-head .c5-sc li .c5-sc02 img {
    vertical-align: top;
    margin-top: 5px;
}
.c5-sc03 {
    clear: left;
}






/* Nav Area
------------------------------------------------------------------------------------------------------ */
.c5-nav {
    clear: both;
    margin: 0 50px 2%;
    position: relative;
}
.c5-nav ul {
  margin:0 auto 30px;
  position:relative;
  padding:0;
  margin-right: -0.33%;
}
.c5-nav li {
  font-size: 130%;
  float: left;
  padding:0;
  width: 33%;
  text-align:center;
  list-style: none;
  margin:0 0.33% 0 0;
  cursor: pointer;
  background:#000;
  color: #fff;
  font-weight: bold;
  display: table-cell !important;
  vertical-align: middle !important;
}
.c5-nav li.c5-select {
  background:#666;
}
.c5-nav li .c5-catch {
    font-size: 70%;
    font-weight: normal;
    display: block;
    padding-top: 0 !important;
}
.c5-nav li a {
 display: block;
 color: #fff !important;
 text-decoration: none !important;
  height: 3.8em;
}
.c5-nav li a span {
    display: block;
    padding: 6.5% 0 0;
}
.c5-nav li a span#c5-num3 {
    padding: 3% 0 0;
    display: block;
}
.c5-nav a:hover {
 background: #666;
 color: #fff;
}




/* contents Area
------------------------------------------------------------------------------------------------------ */
.c5-section {
    clear: both;
    margin: 0 50px 6%;
    background: #fff;
    padding: 50px;
    overflow: hidden;
}

.c5-ol_label {
    background: #f1f5ab;
    padding: 1% 5% 1% 2%;
    font-weight: bold;
    color: #ff6c00;
    font-size: 1.125em;
    margin: 0;
    clear: both;
}
.c5-ol_label span {
    border-left: 5px solid #ff6c00;
    display: block;
    padding-left: 2%;
}

.c5-ol_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    clear: left;
}
.c5-ol_list dt {
    float: left;
    width: 25%;
    margin: 0;
    clear: left;
}
.c5-ol_list dd {
    float: left;
    width: 75%;
    margin: 0;
}

.c5-special5 {
    clear: both;
    margin: 0 50px 3%;
    background: #fff;
    padding: 4%;
    overflow: hidden;
    border: 2px solid #000;
}
#c5-wrap h3 {
    margin: 0 50px 0;
    padding: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}
.c5-special5 .c5-sp_img {
    margin: 0;
    padding: 0;
    width: 30%;
    float: left;
}
.c5-special5 .c5-sp_period {
    width: 66%;
    margin: 0 0 6%;
    padding: 0;
    float: right;
}
.c5-special5 .c5-hosoku {
    clear: both;
    background: #f0f0f0;
    padding: 1% 2%;
    position: relative;
}
.c5-special5 .c5-hosoku_txt {
    position: absolute;
    top: -2.8em;
    right: 0;
}
.c5-capture ul {
    margin-right: -1.9607%;
}
.c5-capture li {
    float: left;
    margin-right: 1.9607%;
    width: 31.3725%;
    list-style: none;
}

.c5-andmore {
    max-width: 1100px;
    margin: 0 50px 6%;
}
.c5-andmore p img {
    width: 50% !important;
    padding-left: 25%;
}
.c5-andmore ul {
    margin-right: -4.3478%;
}
.c5-andmore li {
    margin-right: 4.3478%;
    width: 45.6521%;
}
.c5-andmore li .c5-btnhosoku {
    text-align: center;
    padding-top: 5px;
    display: block;
    font-weight: bold;
}


#c5-wrap h2 {
    margin: 0 50px 2%;
    background: #000;
    font-size: 1.500em;
    color: #fff;
    padding: 1%;
    text-align: center;
}

#c5-flow {
    max-width: 1000px;
}
#c5-flow ul {
    margin-right: -1.9607%;
}
#c5-flow li {
    margin-right: 1.9607%;
    width: 31.3725%;
    padding-bottom: 1%;
}
#c5-flow #c5-arrow img {
    width: 12%;
    padding-left: 43%;
}
.c5-redbox {
    border: 3px solid #f00;
    padding: 2% 5%;
}
.c5-redbox .c5-sptxt {
    font-size:1.5em;
}

h2#sec03 {
    background: none;
    margin: 0 50px 30px;
    padding: 0;
}
#c5-text ul {
    margin: 0 0 3%;
    padding: 0;
}
#c5-text ul li {
    list-style: disc;
    clear: left;
    font-size: 0.875em;
    padding-bottom: 1%;
    margin-left: 15px;
}
#c5-text h4 {
    padding: 0;
    margin: 0 0 1%;
    font-weight: bold;
}
#c5-text p {
    font-size: 0.875em;
}
#c5-att {
    font-weight: bold;
    text-align: center;
    padding: 0.8%;
    border: 1px solid #f00;
    color: #f00;
    margin: 0;
}






@media screen and (max-width: 640px) {


/* contentsWrapper
------------------------------------------------------------------------------------------------------ */
#c5-wrap {
	margin:4% auto 0;
}
#c5-wrap .pc {
    display: none;
}
#c5-wrap .sp {
    display: block;
}





/* h1 title Area
------------------------------------------------------------------------------------------------------ */
#c5-head {
    overflow: hidden;
    margin: 0 5% 1%;
    padding: 0;
    width: 90%;
}

#c5-head h1 {
	margin: 0;
    padding: 0;
}
#c5-head .c5-sc {
	margin: 0;
    padding: 0;
}
#c5-head .c5-sc #c5-sc_label {
	margin: 0;
    padding: 2% 0 0;
}
#c5-head .c5-sc ul {
	margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
#c5-head .c5-sc li {
	margin: 0 !important;
    padding: 0 0 3% !important;
    list-style: none;
    clear: left;
    width: 100%;
}
#c5-head .c5-sc li.c5-flR{
    clear: right;
}

#c5-head .c5-sc li.c5-sc03 {
    clear: left;
}
#c5-head .c5-sc li .c5-sc02 {
    padding-top: 0;
    margin: 0 !important;
}
#c5-head .c5-sc li .c5-sc02 img {
    vertical-align: top;
    margin-top: 5px;
}





/* Nav Area
------------------------------------------------------------------------------------------------------ */
.c5-nav {
    clear: both;
    margin: 0 5% 2%;
}
.c5-nav ul {
  margin-bottom: 0;
  position:relative;
  padding:0;
  margin-right: 0;
}
.c5-nav li {
  clear: left;
  width: 100%;
  margin-bottom: 1%;
}
.c5-nav li .c5-catch {
    font-size: 70%;
    font-weight: normal;
    display: inline-block;
    padding-top: 0 !important;
}
.c5-nav li a {
 display: block;
 color: #fff !important;
 text-decoration: none !important;
  height: auto;
}
.c5-nav li a span {
    padding:2% 0;
    display: block;
}
.c5-nav li a span#c5-num3 {
    padding: 2% 0;
    display: block;
}
.c5-nav li .c5-catch {
    font-size: 70%;
    font-weight: normal;
    display: block !important;
    padding-top: 0 !important;
}







/* contents Area
------------------------------------------------------------------------------------------------------ */
.c5-section {
    clear: both;
    margin: 0 5% 8%;
    padding: 5%;
}

.c5-ol_label {
    padding: 2% 5% 2% 2%;
}

.c5-ol_list dt {
    width: 47%;
}
.c5-ol_list dd {
    width: 47%;
    float: right;
}

.c5-special5 {
    margin: 0 5% 5%;
    padding: 7%;
}
#c5-wrap h3 {
    margin: 0 5% 0;
}
.c5-special5 .c5-sp_img {
    margin: 0 auto 6%;
    padding: 0;
    width: 100%;
    clear: left;
}
.c5-special5 .c5-sp_period {
    width: 100%;
    margin: 0 0 15%;
    padding: 0;
    clear: right;
}
.c5-special5 .c5-hosoku {
    padding: 1% 5%;
}
.c5-special5 .c5-hosoku_txt {
    font-size: 77%;
}
.c5-capture ul {
    margin-right: 0;
}
.c5-capture li {
    clear: left;
    margin-right: 0;
    margin-bottom: 4%;
    width: 100%;
    list-style: none;
}

.c5-andmore {
    width: 90%;
    margin: 0 5% 6%;
}
.c5-andmore p img {
    width: 100% !important;
    padding-left: 0;
}
.c5-andmore ul {
    margin-right: 0;
}
.c5-andmore li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 4%;
}

#c5-wrap h2 {
    margin: 0 5% 5%;
}

#c5-flow {
    max-width: 1000px;
}
#c5-flow ul {
    margin-right: 0;
}
#c5-flow li {
    margin-right: 0;
    width: 100%;
    padding-bottom: 1%;
}
#c5-flow #c5-arrow img {
    width: 25%;
    padding-left: 36%;
}
#c5-flow .c5-redbox {
    border: 3px solid #f00;
    padding: 6%;
}
#c5-flow .c5-redbox .c5-sptxt {
    font-size:0.875em;
    text-align: center !important;
}
h2#sec03 {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff000', endColorstr = '#faab00');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff000', endColorstr = '#faab00')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #fff000, #faab00);
background-image: -ms-linear-gradient(top, #fff000, #faab00);
background-image: -o-linear-gradient(top, #fff000, #faab00);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fff000), to(#faab00));
background-image: -webkit-linear-gradient(top, #fff000, #faab00);
background-image: linear-gradient(top, #fff000, #faab00);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
h2#sec03 span {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 1.5% 0;
}
#c5-text ul {
    margin: 0 0 3%;
    padding: 0;
}
#c5-text ul li {
    list-style: disc;
    clear: left;
    font-size: 0.875em;
    padding-bottom: 1%;
    margin-left: 15px;
}
#c5-text h4 {
    padding: 0;
    margin: 0 0 1%;
    font-weight: bold;
}
#c5-att {
    font-weight: bold;
    text-align: center;
    padding: 0.8%;
    border: 1px solid #f00;
    color: #f00;
    margin: 0;
}


}



/*--------------------------------------------------------------------------------------------------
 * 修正と追加 171117 (by kuma)
 * -------------------------------------------------------------------------------------------------*/
/* #c5-wrap
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
#c5-wrap {
    background: #000;
	color: #fff;
}
#c5-wrap a {
    color: #000;
}

/* #c5-head
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
#c5-head {
	margin-bottom: 30px;
	padding-top: 5px;
	background: #fff;
	color: #000;
}
@media screen and (max-width: 640px) {
	#c5-head {
		width: 100%;
		margin: 0;
		padding-top: 10px;
	}
	#c5-head .c5-sc li {
    	padding-bottom: 20px !important;
    }
    #c5-head .c5-sc .c5-txt_small {
    	margin-left: 17px;
    	margin-right: 17px;
    }
}

/*---------- 追加 h2 ----------*/
#c5-head h2 {
	padding: 0 !important;
	margin: 0 0 20px !important;
}
@media screen and (max-width: 640px) {
	#c5-head h2 .c5-day {
		margin: 20px 0 !important;
		padding: 5px 10px 6px;
		background: #0080c2;
		color: #fff;
		font-size: 70%;
		font-weight: 600;
	}
}

/*---------- 追加 .c5-logo ----------*/
#c5-head .c5-logo {
	width: 100%;
	display: table;
	margin: 40px 0 20px;
}
#c5-head .c5-logo .c5-logo_img {
	width: 410px;
	display: table-cell;
	margin: 0 auto;
	padding-left: 10px;
	vertical-align: middle;
}
#c5-head .c5-logo .c5-logo_txt {
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.8;
}
#c5-head .c5-logo .c5-logo_txt p {
	margin: 0;
}
@media screen and (max-width: 640px) {
	#c5-head .c5-logo,
	#c5-head .c5-logo .c5-logo_img,
	#c5-head .c5-logo .c5-logo_txt {
		display: block;
	}
	#c5-head .c5-logo .c5-logo_img {
		padding-left: 0;
        width: 100%;
	}
    #c5-head .c5-logo .c5-logo_img img{
        width: 100%;
        height: auto;
    }
	#c5-head .c5-logo .c5-logo_txt {
		padding-left: 0;
        text-align: center;
	}
	#c5-head .c5-logo .c5-logo_txt p {
		margin-top: 20px;
		font-size: 15px;
	}
}

/*---------- 追加 .c5-box ----------*/
#c5-head .c5-bbox {
	margin-top: 20px;
	padding: 20px 20px 0;
	background: #000;
	color: #4d4d4d;
}
@media screen and (max-width: 640px) {
	#c5-head .c5-bbox {
		margin-top: 20px;
		padding: 0;
	}
}

#c5-head .c5-gbox {
	margin: 0;
	padding: 20px;
	background: #0080c2;
}
@media screen and (max-width: 640px) {
	#c5-head .c5-gbox {
		padding: 20px 17px 5px;
	}
	#c5-head .c5-gbox ul.sp li {
		margin-bottom: 10px;
	}
	#c5-head .c5-gbox ul.sp li:last-of-type {
		margin-bottom: 0;
	}
}

#c5-head .c5-wbox {
	margin: 0;
	padding: 25px 20px 20px;
	background: #fff;
	color: #000;
}
#c5-head .c5-wbox h3 {
	width: auto;
	margin: 0 0 30px;
	padding: 15px !important;
	background: #0080c2 !important;
	color: #fff;
	font-size: 116% !important;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	border: none !important;
}
@media screen and (max-width: 640px) {
	#c5-head .c5-wbox {
		padding: 10px 15px 20px;
	}
	#c5-head .c5-wbox h3 {
		padding: 10px !important;
		line-height: 1.45;
		font-size: 100% !important;
		margin-bottom: 15px;
	}
}

#c5-head .c5-wbox ul li {
	width: 32%;
	margin: 0 0 0 1.9%;
	box-sizing: border-box;
    text-align: center;
}
#c5-head .c5-wbox ul li:first-of-type {
	margin-left: 0;
}
#c5-head .c5-wbox ul li img {
	margin-bottom: 10px;
    max-width: 297px;
}
#c5-head .c5-wbox ul li .c5-txt_box {
	height: 115px;
	text-align: center;
}
#c5-head .c5-wbox ul li .c5-txt_large {
	margin: 0 0 5px;
}
@media screen and (max-width: 1199px) {
	#c5-head .c5-wbox ul li .c5-txt_box {
		height: 160px;
	}
}
@media screen and (max-width: 991px) {
	#c5-head .c5-wbox ul li .c5-txt_box {
		height: 220px;
	}
}
@media screen and (max-width: 640px) {
	#c5-head .c5-wbox ul li {
		width: 100%;
		margin: 0 0 20px;
	}
	#c5-head .c5-wbox ul li img {
		margin-bottom: 10px;
	}
	#c5-head .c5-wbox ul li .c5-txt_box {
		height: auto;
		text-align: left;
	}
	#c5-head .c5-wbox ul li .c5-txt_large {
		text-align: center;
	}
}

#c5-head .c5-wbox .c5-btn {
	display: block;
	width: auto;
	margin: 20px auto 0;
	padding: 10px;
	background-color: #f38e32;
	color: #fff;
	line-height: 1;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#c5-head .c5-wbox .c5-btn.orange {
	background-color: #f38e32;
}
#c5-head .c5-wbox .c5-btn.blue {
	background-color: #7b9fbd;
}
/*#c5-head .c5-wbox .c5-btn:hover{
	opacity:0.8;
	transition: 0.25s ease-in-out;
	text-decoration:none;
}*/
@media screen and (max-width: 640px) {
	#c5-head .c5-wbox .c5-btn {
		margin: 10px auto;
	}
}

#c5-head .c5-sw_box {
	margin: -15px 0 30px;
}
#c5-head .c5-sw_box .c5-sw_ttl {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
	position: relative;
}
#c5-head .c5-sw_box .c5-sw_ttl span {
	position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#c5-head .c5-sw_box .c5-sw_ttl::before {
	position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}
#c5-head .c5-sw_box img {
	margin: 5px auto 20px;
}
#c5-head .c5-sw_box .c5-sw_txt {
	position: relative;
	text-align: center;
	margin: 0 0 10px;
}
#c5-head .c5-sw_box .c5-sw_txt span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#c5-head .c5-sw_box .c5-sw_txt::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#c5-head .c5-sw_box .c5-txt_small {
	font-size: 12px;
}
@media screen and (max-width: 991px) {
	#c5-head .c5-sw_box .c5-sw_ttl {
		font-size: 24px;
	}
}
@media screen and (max-width: 640px) {
	#c5-head .c5-sw_box {
		margin-top: 0;
	}
	#c5-head .c5-sw_box img {
		margin: 10px auto 15px;
	}
	#c5-head .c5-sw_box .c5-sw_txt {
		font-size: 13px;
	}
	#c5-head .c5-sw_box .c5-sw_ttl {
		font-size: 20px;
		line-height: 1.45;
	}
	#c5-head .c5-sw_box .c5-txt_small {
		font-size: 11px;
	}
}

/* .c5-section
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
.c5-section {
	color: #000;
	margin-bottom: 4%;
}

/* .c5-nav
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
.c5-nav li {
	background: #0080c2;
}
.c5-nav a:hover {
	background: #4d4d4d;
}
.c5-nav li.c5-select {
	background: #eeca4c;
}
.c5-nav li.c5-select a:hover {
	background: #EBBB1D;
}
.c5-nav li a span#c5-num3 {
    padding-top: 3.5%;
}
.c5-nav li .c5-catch.small {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.03em;
}
@media screen and (max-width: 1199px) {
	.c5-nav li a span#c5-num3 {
  		padding-top: 1%;
  	}
  	.c5-nav li .c5-catch.small {
  		margin: 0 10px;
  		line-height: 1.6;
  	}
}
@media screen and (max-width: 640px) {
	.c5-nav ul {
  		margin-top: 20px;
  		margin-bottom: 15px;
  	}
  	.c5-nav li a span#c5-num3 {
  		padding-top: 3.5%;
  	}
}

/*---------- 追加 .c5-link_none ----------*/
.c5-nav li.c5-link_none {
	display: block;
	height: 3.8em;
	cursor: default;
}
.c5-nav li.c5-link_none span#c5-num3 {
	display: block;
    padding-top: 3.5%;
}
@media screen and (max-width: 1199px) {
	.c5-nav li.c5-link_none span#c5-num3 {
  		padding-top: 1%;
  	}
}
@media screen and (max-width: 640px) {
	.c5-nav li.c5-link_none {
		height: auto;
	}
  	.c5-nav li.c5-link_none span#c5-num3 {
  		padding-top: 3.5%;
  		margin-bottom: 10px;
  	}
}

/* .c5-ol_label
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
.c5-ol_label {
    background: #ccc;
    color: #000;
}
.c5-ol_label span {
    border-left: 5px solid #000;
}

/* #c5-flow
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
#c5-flow {
    max-width: 100%;
}
#c5-flow ul {
	margin: -30px 0 0;
	position: relative;
	z-index: 100;
}
#c5-flow li {
    margin: 0;
    width: 100%;
    padding-bottom: 2%;
}
#c5-flow li:last-of-type {
	padding-bottom: 0;
}
@media screen and (max-width: 640px) {
	#c5-flow ul {
		margin-top: -15px;
	}
	#c5-flow li {
		margin-bottom: 20px;
	}
	#c5-flow li:last-of-type {
		margin-bottom: 0;
	}
}

/*---------- 追加 .c5-flow_txt ----------*/
@media screen and (max-width: 640px) {
	#c5-flow li .c5-flow_step {
		background: #0080c2;
		color: #fff;
		padding: 7px 10px 5px;
		margin: 0 0 10px;
		line-height: 1;
	}
	#c5-flow li .c5-flow_txt {
		line-height: 1.8;
	}
}

/*---------- 追加 .c5-flow_img ----------*/
#c5-flow .c5-flow_img {
	width: 100%;
	display: table;
}
#c5-flow .c5-flow_img div {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
#c5-flow .c5-flow_img .c5-flow_img_label img {
	width: 80%;
	height: auto;
}
@media screen and (max-width: 640px) {
	#c5-flow .c5-flow_img {
		display: block;
	}
	#c5-flow .c5-flow_img div {
		display: block;
		width: 100%;
	}
	#c5-flow .c5-flow_img .c5-flow_img_label img {
		margin-bottom: 20px;
	}
}

/* #sec03
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
h2#sec03 {
    background: #efcd21;
    padding: 25px 15px 30px;
}
h2#sec03 img {
	width: auto;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	h2#sec03 {
		font-size: 90% !important;
		padding: 10px;
	}
}

/* #c5-text
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
#c5-text {
	position: relative;
}
#c5-text ul {
	width: 100%;
    margin-bottom: 1%;
}
@media screen and (max-width: 1199px) {
	#c5-text ul {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#c5-text ul {
		margin-top: 20px;
		margin-bottom: 3%;
		width: auto;
	}
}

/*---------- 追加 .c5-text_img ----------*/
#c5-text .c5-text_img {
	margin: 0;
	position: absolute;
	top: 30px;
	right: 50px;
}
#c5-text .c5-text_img img {
	width: 50%;
	float: right;
}
@media screen and (max-width: 991px) {
	#c5-text .c5-text_img img {
		width: 40%;
	}
}
@media screen and (max-width: 640px) {
	#c5-text .c5-text_img {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
	}
	#c5-text .c5-text_img img {
		width: 100%;
		float: none;
	}
}


/* #c5-att
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
#c5-att {
    margin-top: 3%;
}
@media screen and (max-width: 640px) {
	#c5-att {
		padding: 10px;
	}
}

/* .c5-andmore
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
.c5-andmore {
    margin: 0 auto 5%;
}
.c5-andmore p img {
	display: block;
    width: auto !important;
    padding: 0 !important;
    margin: 0 auto 30px;
}
.c5-andmore_txt {
	text-align: center;
	margin: -10px auto 20px;
}
.c5-andmore_txt.large {
	margin-top: 10px;
	font-size: 35px;
	font-weight: 600;
    color: #efcd21;
}
@media screen and (max-width: 1199px) {
	.c5-andmore_txt.large {
		margin: 10px 20px 0;
		font-size: 30px;
	}
}
@media screen and (max-width: 640px) {
	.c5-andmore {
		width: 100%;
	}
	.c5-andmore p img {
		width: 50% !important;
		margin: 20px auto;
	}
	.c5-andmore p a img {
		width: 90% !important;
		margin-bottom: 30px;
	}
	.c5-andmore_txt {
		margin: -5px auto 10px;
		font-size: 12px;
	}
	.c5-andmore_txt.large {
		margin: 10px 10px 0;
		font-size: 16px;
	}
}

/* .c5-redbox
-------------------------------------------------------------------------------------- */
/*---------- 上記既存cssの修正 ----------*/
.c5-redbox {
    border: 5px solid #a4a4a4;
    padding: 15px;
}
@media screen and (max-width: 640px) {
	.c5-redbox {
		border-width: 3px;
		padding: 5px;
	}
}

/* 追加 .c5-sub / .c5-txt_red / .c5-txt_large / .c5-txt_small
-------------------------------------------------------------------------------------- */
.c5-sub {
	padding: 20px !important;
	background: #0080c2 !important;
	color: #fff;
	font-size: 130% !important;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	border: none !important;
}

.c5-txt_red {
	color: #e41f1b;
}

.c5-txt_large {
	font-size: 116%;
	line-height: 1.8;
}
.c5-txt_small {
	font-size: 11px;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	.c5-txt_large {
		font-size: 100%;
	}
	.c5-txt_small {
		font-size: 9px;
	}
}


/* 追加 #c5-contact
-------------------------------------------------------------------------------------- */
#c5-contact {
	margin: 5% 50px 20px;
}
#c5-contact .c5-sub {
	margin: 0 !important;
	padding: 12px !important;
}
#c5-contact div {
	margin: 0;
	padding: 20px 10px;
	background: #fff;
	color: #000;
}
#c5-contact h3 {
	margin: 0 !important;
	padding: 7px 10px 6px !important;
	background: #0080c2;
	color: #fff;
	font-size: 1.2em !important;
	text-align: center;
	line-height: 1;
	border: none;
}
#c5-contact ul {
	margin: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#c5-contact ul li {
	float: none !important;
	width: 50%;
	display: table-cell;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	font-size: 92%;
}
@media screen and (max-width: 640px) {
	#c5-contact {
		margin: 5% 20px 1%;
	}
	#c5-contact h3 {
		font-size: 100% !important;
		line-height: 1.45;
	}
	#c5-contact ul {
		display: block;
	}
	#c5-contact ul li {
		display: block;
		width: 100%;
		border: none;
	}
}

/* 追加 #c5-comment
-------------------------------------------------------------------------------------- */
#c5-comment {
    margin: 5% 50px;
    padding: 20px 50px;
    background: #fff;
    color: #231815;
}
#c5-comment ul {
    margin: 0;
    padding: 0;
}
#c5-comment ul li {
    list-style: disc;
    clear: left;
    font-size: 0.875em;
    margin-left: 15px;
    line-height: 1.8;
}
@media screen and (max-width: 640px) {
    #c5-comment {
        margin: 5% 20px;
        padding: 10px;
    }
}
#c5-comment h3 {
    margin: 0 0 20px!important;
    padding: 5px 10px 6px !important;
    background: #231815;
    color: #fff;
    font-size: 1.2em !important;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 640px) {
    #c5-comment {
        margin: 5% 20px;
    }

}

/* 流用 lineup Area ( /bravia/kabekake/ )
-------------------------------------------------------------------------------------- */
#c5-lineup a.c5-btn {
	text-decoration:none;
}

#c5-lineup {
    clear: both;
    width: 100%;
    overflow: hidden;
}
#c5-lineup p {
    font-size: 116%;
    font-weight: bold;
}
#c5-lineup p span {
    font-size: 76%;
    font-weight: normal;
}

#c5-lineup ul {
    margin-right: -3.8461%;
    *zoom: 1;
    padding: 0;
}
#c5-lineup ul:before,
#c5-lineup ul:after {
    display: block;
    overflow: hidden;
    content: "";
}
#c5-lineup ul:after {
    clear: both;
}
#c5-lineup li {
    float: left;
    margin-right: 3.8461%;
    /*margin-bottom: 6.5%;*/
    margin-bottom: 2%;
    width: 29.4871%;
    list-style: none;
    padding: 0;
	height: 160px;
}

@media screen and (max-width: 940px) {
	#c5-lineup li {
		height: 240px;
	}
}

@media screen and (max-width: 640px) {
#c5-lineup li {
	height: auto;
}
.c5-imgsec {
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
}
.c5-imgsec2 {
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
}
}

#c5-lineup li dl.c5-prdbox {
    margin: 0 0 2%;
    padding: 2%;
    border: 1px solid #ccc;
    float: left;
}
#c5-lineup li dl.c5-prdbox dt {
    margin: 0 3.5% 0 0;
    padding: 0;
    float: left;
    /*width: 43%;*/
    width: 38%;
}
#c5-lineup li dl.c5-prdbox dt img {
    width: 100%;
    float: left;
}
#c5-lineup li dl.c5-prdbox dd {
    /*margin: 6% 0;*/
    margin: 2% 0 6%;
    padding: 0;
    float: left;
    /*width: 53%;*/
    width: 58%;
    font-weight: bold;
    line-height: 1;
}
#c5-lineup li span {
    font-size: 76%;
    display: block;
}
#c5-lineup li span a {
    color: #666;
    text-decoration: none;
}
#c5-lineup li span a:hover, #c5-lineup li span a:active {
    color: #999;
    text-decoration: none;
}
#c5-lineup li dl.c5-prdbox dd span {
    margin: 6% 0 0;
    padding: 0;
    display: block;
    color: #000 !important;
    font-weight: normal;
    border-radius: 5px;
}
#c5-lineup li dl.c5-prdbox dd span a {
    color: #fff !important;
}
#c5-lineup li dl.c5-prdbox dd span a:hover, #c5-lineup li dl.c5-prdbox dd span a:active {
    color: #fff !important;
}

.s5-link a {
    text-decoration: underline !important;
}
.s5-link a:hover {
    text-decoration: none !important;
}

.c5-logoset {
    display: block;
    margin: 0;
    padding: 0 0 3%;
    width: 70%;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
#c5-lineup {
    clear: both;
    width: 100%;
    overflow: hidden;
}
#c5-lineup p {
    font-size: 120%;
    font-weight: bold;
}
#c5-lineup p span {
    font-size: 76%;
    font-weight: normal;
    display: block;
}

#c5-lineup ul {
    margin-right: 0;
    *zoom: 1;
    padding: 0;
}
#c5-lineup ul:before,
#c5-lineup ul:after {
    display: block;
    overflow: hidden;
    content: "";
}
#c5-lineup ul:after {
    clear: both;
}
#c5-lineup li {
    clear: left;
    margin-right: 0;
    margin-bottom: 8%;
    width: 100%;
    list-style: none;
    padding: 0;
}
#c5-lineup li dl.c5-prdbox {
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}
/*#c5-lineup li dl.c5-prdbox {
    width: 100%;
    margin: 0 0 2%;
    padding: 6%;
    border: 1px solid #ccc;
    clear: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#c5-lineup li dl.c5-prdbox dt {
    margin: 0;
    padding: 0;
    clear: left;
    width: 100%
}
#c5-lineup li dl.c5-prdbox dt img {
    width: 100%;
    clear: left;
}
#c5-lineup li dl.c5-prdbox dd {
    margin: 0;
    padding: 0;
    clear: left;
    width: 100%;
    font-weight: bold;
    font-size: 130%;
}
#c5-lineup li span {
    display: block;
    clear: both;
    font-size: 100%;
}
#c5-lineup li span a {
    color: #666;
    text-decoration: none;
}
#c5-lineup li span a:hover, #c5-lineup li span a:active {
    color: #999;
    text-decoration: none;
}
#c5-lineup li dl.c5-prdbox dd span {
    margin: 3% 0 0;
    padding: 0;
    display: block;
    color: #fff !important;
}
#c5-lineup li dl.c5-prdbox dd span a {
    color: #fff !important;
}
#c5-lineup li dl.c5-prdbox dd span a:hover, #c5-lineup li dl.c5-prdbox dd span a:active {
    color: #fff !important;
}
*/

}

#c5-lineup li dl.c5-prdbox dd .s5-storeButton,
#c5-lineup li dl.c5-prdbox dd .s5-button{
    width: 90%;
    text-align: center;
}

.c5-name {
    margin-bottom: 10px !important;
    /*font-weight: bold;
    margin-top: 5px;*/
}
.c5-labelb {
    padding: 4px 6px !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 80%;
    display: inline-block!important;
    border: 1px solid #000;
    border-radius: 5px;
}

.c5-copyright{
    font-size: 11px;
    margin-top: 20px;
}
@media screen and (max-width: 640px) {
    .c5-copyright{
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 20px;
    }
}

.c5-oubo {
    margin: 15px 0 40px;
}
.c5-oubo .c5-wakubox {
    margin: 30px 0;
    padding: 20px 30px 10px;
    border: 1px solid #000;
}
.c5-oubo ul {
    margin: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.c5-oubo ul li:nth-child(odd) {
    border-right: 10px solid #fff;
}
.c5-oubo ul li {
    float: none !important;
    width: 50%;
    display: table-cell;
}
.c5-oubo h3 {
    margin: 0 0 15px !important;
    padding: 12px 10px 11px !important;
    color: #000;
    font-size: 16px !important;
    text-align: center;
    line-height: 1;
    border: 1px solid #000 !important;
}
.c5-oubo .c5-wakubox h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    text-align: left;
    line-height: 1.7;
    border: none !important;
    font-weight: normal;
}
@media screen and (max-width: 640px){
.c5-oubo {
    margin-bottom: 30px;
}
.c5-oubo ul {
    display: block;
}
.c5-oubo ul li {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    border: none !important;
}
#c5-wrap h3 {
    margin: 0 5% 0;
}
}

.c5-title-space {
	display: inline-block;
	width: 188px;
}