@charset "utf-8";

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: local("NotoSansJP-Medium"),url("/font/NotoSansJP-Medium.ttf") format("ttf");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 800;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}

#pedal {
    font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.6;
    overflow: hidden;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    text-align: left;
    width:100%;
    color:#111;
}

/* --- 共通 --- */
#pedal * {
	box-sizing: border-box;
}
#pedal {
	line-height: 1.8;
	font-size: 16px;
	color: #111;
}
#pedal img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#pedal .pedalw {
	width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
#pedal .bg1 {
	background-color: #dddddd;
}
#pedal .bg2 {
	margin-top: 30px;
	background-color: #000000;
}
#pedal .bg3 {
	background-color: #b1bcc3;
}
#pedal .pedalContent {
	margin-top: 50px;
}
#pedal h2 {
	font-size: 32px;
    font-weight:550;
}
#pedal .kome {
	font-size: 14px;
}
#pedal a {
	color: #1a1a1a;
}

/* タイトル部分
========================= */
#pedal .titleWrap {
	background-color: #000000;
	color: #ffffff;
    padding:20px 0;
}
#pedal .titleInner {
	display: flex;
    justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
#pedal .change {
    width:50%;
}
#pedal .titleTxtW {
	padding: 0 0 0 25px;
    width:50%;
    box-sizing: border-box;
}
#pedal .titleTxtW .pedalHead {
	line-height: 1.5;
	font-size: 48px;
	font-weight: bold;
    text-align:center;
}
#pedal .titleTxtW .pedalHead span {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
}
#pedal .titleTxtW .pedalHead span:before,
#pedal .titleTxtW .pedalHead span:after {
	content: "";
	display: inline-block;
	height: 1px;
	flex-grow: 1;
	background-color: #ffffff;
}
#pedal .titleTxtW .pedalHead span:before {
	margin-right: 0.5em;
}
#pedal .titleTxtW .pedalHead span:after {
	margin-left: 0.5em;
}
#pedal .titleTxtW .pedalHead + p {
	background-color: #cfcccc;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
    line-height:1.5;
}
/*
#pedal .priceW {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
    text-align:right;
}
#pedal .priceW .arrow {
	position: relative;
	line-height: 1.2;
	margin: 0 20px 0 4px;
	padding: 3px 0 3px 5px;
	font-size: 12px;
	font-weight: bold;
	background-color: #00b491;
}
#pedal .priceW .arrow:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 18px;
	border-color: transparent transparent transparent #00b491;
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(0,-50%);
}
*/
#pedal .priceCP{
    display:block;
}
#pedal .price {
	font-size: 40px;
	font-weight:bold;
    text-align:right;
    line-height:1.7;
}
#pedal .price .yen{
    font-size:30px;
}
#pedal .price .tax{
    font-size:18px;
}

#pedal .priceRead {
	font-size: 38px;
	font-weight: bold;
	color: #00b491;
}
/*
#pedal [class*="price"] span {
	font-size: 80%;
	font-weight: bold;
}
*/
#pedal .pedalWrap {
	display: flex;
    justify-content: space-between;
	padding: 0 0 10px 0;
}
#pedal .pedalWrap .boximg{
    width:40%;
    text-align:left;
    padding-right:10px;
}
#pedal .pedalWrap img {
	width: 100%;
}
#pedal .pedalWrap .btnList {
    /* width: calc(100% - 150px - 20px); */
    width:50%;
}
#pedal .btnList li {
	margin-top: 10px;
    margin-bottom: 15px;
}
#pedal .btnList li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 7px 1em;
	background-color: #001464;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	border: 2px solid #112575;
	transition: all .3s;
}
#pedal .btnList li a:before {
	content: "";
	display: inline-block;
	margin-right: 1em;
	width: 48px;
	height: 38px;
	transition: all .3s;
}
#pedal .btnList li a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) translate(0,-50%);
	transition: all .3s;
}
#pedal .btnList li a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #001464;
    font-weight:600;
}
#pedal .btnList li a:hover:after {
	border-color: #001464;
}
/* アイコン */
#pedal .btnList li:nth-of-type(1) a:before {
	background: url("../img/ic01.png") no-repeat center center / 40px auto;
}
#pedal .btnList li:nth-of-type(2) a:before {
	background: url("../img/ic02.png") no-repeat center center / 40px auto;
}
#pedal .btnList li:nth-of-type(1) a:hover:before {
	background: url("../img/ic01_on.png") no-repeat center center / 40px auto;
}
#pedal .btnList li:nth-of-type(2) a:hover:before {
	background: url("../img/ic02_on.png") no-repeat center center / 40px auto;
}
/* 電話番号 */
#pedal .phoneWrap {
	display: flex;
	justify-content: space-between;
}
#pedal .phoneWrap:after {
	display: none;
}
#pedal .phoneTxt {
    width:50%;
    padding-right:10px;
	line-height: 1.3;
	font-size: 14px;
}
#pedal .phoneTime {
	display: -webkit-flex;
	display: flex;
	margin-top: 5px;
}
#pedal .phoneTime span:nth-of-type(1) {
	margin-right: 15px;
}
#pedal .photoLink {
    /* width: calc(100% - 150px - 20px); */
    width:50%;
}
#pedal .photoLink a {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 1em;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border: 2px solid #001464;
	background-color: #001464;
	text-align: center;
	pointer-events: none !important;
}
#pedal .photoLink a:before {
	content: "";
	display: inline-block;
	width: 48px;
	height: 38px;
	background: url("../img/ic03.png") no-repeat center center / auto 25px;
}
#pedal .photoLink a:hover {
	text-decoration: none;
}

/* タイトル下部 */
#pedal .titleSecond {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#pedal .titleSecond figure {
	width: 434px;
	margin-left: 70px;
}
#pedal .titleSecond img {
	width: 400px;
}
#pedal .titleSecond .titleTxtW {
	color: #ffffff;
}
#pedal .titleSecond .pedalWrap .btnList {
	width: 100%;
	margin-left: 0;
}
#pedal .titleSecond .btnList li a {
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 20px;
}
#pedal .titleSecond .btnList li a:before {
	margin-right: 15px;
}
#pedal .titleSecond .photoLink a {
	-webkit-justify-content: center;
	justify-content: center;
	padding-left: 0;
	font-size: 16px;
}
#pedal .titleSecond .photoLink a:before {
	width: 24px;
	margin-right: 10px;
}

#pedal .seidoLink a {
	display: block;
	margin: 30px 0 0;
}
#pedal .seidoLink a:hover {
	opacity: 0.7;
}
#pedal .seidoWrap p {
	text-align: center;
}
.shadow1{
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.3);
}
/* 動画 */
#pedal .moveWrap {
	width: 700px;
	margin: 40px auto 0;
}
#pedal .moveWrap .move {
	position: relative;
	padding-top: 56.20608899%;
}
#pedal .moveWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pedal .aboutTx {
	margin: 20px 0 0 0;
    font-size:18px;
}
#pedal .ninka {
	font-size: 20px;
	font-weight: normal;
    padding-top:1em;
}
#pedal .aboutTx b,
#pedal .ninka b{
	font-weight: 600;
}

/* ツイッター */
#pedal .tw {
	margin: 20px 0 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#pedal .tw a:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url("../img/ic04.png") no-repeat top left / 20px auto;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
}
#pedal .tw a:hover {
	color: #1da1f2;
	text-decoration: none;
}

/* 関連記事 */
#pedal .newsWrap {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#pedal .newsWrap p:first-of-type {
	padding: 12px 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#pedal .newsBox {
	line-height: 1.4;
	height: 330px;
	padding: 10px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: left;
	font-size: 15px;
	overflow-y: scroll;
}
#pedal .newsBox a {
	display: block;
	padding: 9px 15px;
	border-top: 1px solid #e6e6e6;
}
#pedal .newsBox a:nth-of-type(1) {
	border-top: none;
}
#pedal .newsBox a dl dd {
	color: #0066c0;
}
#pedal .newsBox a:hover {
	text-decoration: none;
	color: #1a1a1a;
}
#pedal .newsBox a:hover dl dd {
	text-decoration: underline;
}

/* 内容 */
#pedal .pedalContentBox {
	margin-top: 40px;
	padding-bottom: 40px;
}

#pedal .photoC {
	display: flex;
	margin-bottom: 20px;
}
#pedal .photoC li:nth-of-type(2) {
	margin-left: 30px;
}
#pedal .photoC img {
	width: 475px;
}
#pedal .pedalContentBox h3,
#pedal .contentC h3 {
	font-size: 20px;
    font-weight:550;
}
#pedal .pedalContentBox h3 {
	margin-top: 20px;
}
#pedal .pedalContentBox h3 + p,
#pedal .contentC h3 + p {
	margin-top: 10px;
}
#pedal .contentC {
	display: flex;
    justify-content: space-between;
	margin-top: 20px;
}
#pedal .contentC .imgL {
    width:40%;
}
#pedal .contentC img {
	width: 100%;
}
#pedal .contentC .txtBox {
	width: 60%;
	padding-left: 30px;
    font-size:16px;
}
.pedalw .ttl02{
    padding-bottom:20px;
}
.pedalw .logo{
    margin-top:20px;
    width:200px;
}
.pedalw .logo img{
    width:100%;
}
/*
#pedal .contentC .logo {
	margin-bottom: 20px;
	text-align: center;
}
#pedal .contentC .logo img {
	width: 295px;
}
*/
/* グラフ */
#pedal .graphList {
	padding: 30px 10px 40px;
}
#pedal .graphList li {
	margin-top: 30px;
	padding: 30px 40px;
	background-color: #ffffff;
	color: #373331;
}
#pedal .graphList li:nth-of-type(1) {
	margin-top: 0;
}
#pedal .graphList li .graphH1 {
	padding: 15px;
	background-color: #ebcb2b;
}
#pedal .graphList li .graphH1 p {
	line-height: 1.3;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#pedal .graphList li .graphH1 p span {
	font-size: 40px;
	font-weight: bold;
}
#pedal .graphList li .graphH1 p:nth-of-type(2) {
	font-weight: normal;
}
#pedal .graphList li .graphH1 + p {
	margin-top: 5px;
	text-align: right;
}
#pedal .graphList li .graphH2 p {
	line-height: 1.3;
	display: inline-block;
	padding: 0 10px;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ebcb2b 70%);
	text-align: center;
}
#pedal .graphList li .graphH2 + p {
	margin-top: 35px;
}
#pedal .graphList li .graphTxt {
	line-height: 1.2;
	margin-top: 20px;
	font-size: 30px;
	text-align: center;
}
#pedal .graphList li .graphTxt span {
	font-weight: bold;
}
#pedal .graphList li .graphTxt span:nth-of-type(1):after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url("../img/ic06.png") no-repeat top left / 14px auto;
	vertical-align: middle;
	margin: -5px 5px 0;
}
#pedal .graphList li .graphTxt span:nth-of-type(2) {
	color: #d93116;
	font-size: 44px;
}

/* コンテンツリスト */
#pedal .readTxt {
	padding-top: 50px;
	font-size: 36px;
	font-weight: 600;
}
#pedal .contentList {
	margin-top: 30px;
	padding-bottom: 60px;
}
#pedal .contentList h3 {
	line-height: 1.3;
	display: inline-block;
	margin: 1em 0 0.5em 30px;
	padding: 0 10px;
	font-size: 21px;
	background: linear-gradient(transparent 75%, #fff100 75%);
}

#pedal .contentList > li {
	margin-top: 30px;
	background-color: #ffffff;
}
#pedal .contentList > li:nth-of-type(1) {
	margin-top: 0;
}
#pedal .contentDetail {
    font-size:16px;
	padding: 20px 1em 40px 45px;
}
#pedal .contentDetail li {
	text-indent: -1.2em;
	padding-left: 1.3em;
	text-align: left;
}

#pedal .listInner {
	padding: 30px 40px;
}
#pedal .listInner p {
	text-align: center;
	margin-bottom: 5px;
}
#pedal .listInner > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px 0;
}
#pedal .listInner > ul li {
	padding: 10px 35px;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
#pedal .listInner > ul li:nth-of-type(n+2) {
	margin-left: 20px;
}
#pedal .detailH {
	font-size: 22px;
	font-weight: bold;
}
#pedal .detailH span a {
	font-weight: bold;
	color: #e72d0f;
	text-decoration: underline;
}
#pedal .detailH span a:hover {
	text-decoration: none;
}

/* バナーリンク */
#pedal .topic {
	padding: 30px 0 40px;
}
#pedal .topic > p:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#pedal .bnrLink {
	display: -webkit-flex;
	display: flex;
	padding: 10px 10px 0;
}
#pedal .bnrLink li:nth-of-type(n+2) {
	margin-left: 19px;
}
#pedal .bnrLink li img {
	width: 314px;
}
#pedal .bnrLink li p {
	margin-top: 5px;
	text-align: center;
}
#pedal .bnrLink li a {
	display: block;
	color: #1a1a1a;
}
#pedal .bnrLink li a:hover {
}


/* -------------- スマホ -------------- */
@media only screen and (max-width:767px) {
	
	#pedal {
		line-height: 1.5;
		font-size: 4.3vw;
	}
	#pedal .pedalw {
		width: 100%;
		padding: 0 4vw;
	}
	#pedal .bg2 {
		margin-top: 8vw;
	}
	#pedal .pedalContent {
		margin-top: 12vw;
	}
	#pedal h2 {
		line-height: 1.3;
		font-size: 6.4vw;
	}
	#pedal .kome {
		font-size: 4vw;
        display:inline-block;
        padding-top:0.5em;
	}

	/* タイトル部分
	========================= */
#pedal .titleWrap {
    padding:5vw 0;
}
	#pedal .titleInner {
		display: block;
		width: 100%;
	}
#pedal .change {
    width:100%;
}
	#pedal .titleTxtW {
		margin: 0;
        width:100%;
		padding: 4vw;
	}
	#pedal .titleTxtW .pedalHead {
		line-height: 1.5;
		font-size: 9.8vw;
	}
	#pedal .titleTxtW .pedalHead span {
		font-size: 5.5vw;
	}
	#pedal .titleTxtW .pedalHead + p {
		margin-top: 1vw;
		font-size: 5vw;
	}

	#pedal .price {
		font-size: 9vw;
	}
	#pedal .priceRead {
		font-size: 8vw;
	}
/*
	#pedal .priceW .arrow {
		margin: 0 6vw 0 2vw;
		font-size: 3vw;
	}
	#pedal .priceW .arrow:after {
		border-width: 4vw 0 4vw 5vw;
		right: -5vw;
	}
*/
	#pedal .pedalWrap {
		margin: 2vw 0 0;
	}
    
#pedal .pedalWrap .boximg{
    width:45%;
    text-align:left;
    padding-right:0w;
}

	#pedal .pedalWrap .btnList {
		width:50%;
		margin-left: 0;
	}
	#pedal .btnList li a {
		position: relative;
		padding: 3vw 0 3vw 0.5em;
		font-size: 5vw;
	}
	#pedal .btnList li a:before {
		content: "";
		display: inline-block;
		margin-right: 0.5em;
		width: 10vw;
		height: 8vw;
	}
	#pedal .btnList li a:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0.8em;
		width: 2.3vw;
		height: 2.3vw;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg) translate(0,-50%);
		transition: all .3s;
	}
	#pedal .btnList li a:hover {
		text-decoration: none;
		background-color: #ffffff;
		color: #001464;
	}
	#pedal .btnList li a:hover:after {
		border-color: #001464;
	}
	/* アイコン */
	#pedal .btnList li:nth-of-type(1) a:before {
		background: url("../img/ic01.png") no-repeat center center / 9vw auto;
	}
	#pedal .btnList li:nth-of-type(2) a:before {
		background: url("../img/ic02.png") no-repeat center center / 9vw auto;
	}
	#pedal .btnList li:nth-of-type(1) a:hover:before {
		background: url("../img/ic01_on.png") no-repeat center center / 9vw auto;
	}
	#pedal .btnList li:nth-of-type(2) a:hover:before {
		background: url("../img/ic02_on.png") no-repeat center center / 9vw auto;
	}
	/* 電話番号 */
	#pedal .phoneWrap {
		display: block;
	}
	#pedal .phoneWrap:after {
		display: none;
	}
	#pedal .phoneTxt {
        width:100%;
		font-size: 5.5vw;
        text-align:center;
	}
	#pedal .phoneTime {
        display: block;
		margin: 0.5em 0 0 0;
        font-size:4vw;
        text-align:center;
	}
	#pedal .nozoku {
		margin: 0.3em 0 0 0;
        font-size:4vw;
        text-align:center;
	}
	#pedal .phoneTime span:nth-of-type(1) {
		margin-right: 0;
	}
	#pedal .photoLink {
        /* width: calc(100% - 40vw - 20px); */
        width:100%;
        margin:1em auto 0;
        text-align:center;
        padding:0;
        background-color: #001464;
	}
	#pedal .photoLink a {
        display: inline-block;
		height: 100%;
		font-size: 5vw;
        line-height:1.5;
        text-align:center;
		padding: 0.7em 0.5em 0.7em 1.5em;
		transition: all 0;
		pointer-events: auto !important;
	}
    #pedal .photoLink a:before {
        display:none;
    }
	#pedal .photoLink a {
		background: #001464 url("../img/ic03.png") no-repeat left center / auto 6vw;
	}
	#pedal .photoLink a:hover {
		text-decoration: none;
		background-color: #001464;
		color: #fff;
	}


	/* タイトル下部 */
	#pedal .titleSecond {
		width: auto;
		padding: 30px 0;
		display: block;
		-webkit-align-items: center;
		align-items: center;
	}
	#pedal .titleSecond figure {
		width: 70%;
		margin: 0 auto;
	}
	#pedal .titleSecond img {
		width: auto;
	}
	#pedal .titleSecond .titleTxtW {
		color: #ffffff;
	}
	#pedal .titleSecond .pedalWrap .btnList {
		width: 100%;
		margin-left: 0;
	}
	#pedal .titleSecond .btnList li a {
		font-size: 5.5vw;
	}
	#pedal .titleSecond .photoLink a {
		font-size: 5vw;
	}
	#pedal .titleSecond .photoLink a:before {
		margin-right: 1vw;
	}


	#pedal .seidoLink a {
		margin: 5vw -2vw 0;
	}

	#pedal .seidoWrap p {
		text-align: center;
	}

	/* 動画 */
	#pedal .moveWrap {
		width: auto;
		margin: 6vw auto 0;
	}
	#pedal .moveWrap .move {
		position: relative;
		padding-top: 56.20608899%;
	}
	#pedal .moveWrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#pedal .moveWrap + p {
		margin-top: 20px;
	}
	#pedal .moveWrap + p strong {
		line-height: 1.3;
		display: inline-block;
		padding-top: 2vw;
		font-size: 18px;
	}
	#pedal .moveWrap + p strong span {
		display: inline-block;
	}
#pedal .aboutTx {
	margin: 5vw 0 0 0;
    font-size:4.5vw;
    text-align:left!important;
}
#pedal .ninka {
	font-size: 5vw;
	font-weight: normal;
    padding-top:1em;
    text-align:left!important;
}

	/* ツイッター */
	#pedal .tw {
		margin: 5vw 0 8vw;
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
	}
	#pedal .tw a:before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 20px;
		background: url("../img/ic04.png") no-repeat top left / 24px auto;
		vertical-align: middle;
		margin-top: -4px;
		margin-right: 7px;
	}
	#pedal .tw a:hover {
		color: #1da1f2;
		text-decoration: none;
	}

	/* 関連記事 */
	#pedal .newsWrap {
		width: auto;
		margin: 0 auto;
		padding: 0 4vw;
		padding-bottom: 30px;
	}
	#pedal .newsWrap p:first-of-type {
		padding: 12px 0 10px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	#pedal .newsBox {
		line-height: 1.4;
		max-height: 400px;
		height: 90vw;
		padding: 10px 5px;
		text-align: left;
		font-size: 15px;
		overflow-y: scroll;
	}
	#pedal .newsBox a {
		display: block;
		padding: 9px 15px;
		border-top: 1px solid #e6e6e6;
	}
	#pedal .newsBox a:nth-of-type(1) {
		border-top: none;
	}
	#pedal .newsBox a dl dd {
		color: #0066c0;
	}
	#pedal .newsBox a:hover {
		text-decoration: none;
		color: #1a1a1a;
	}
	#pedal .newsBox a:hover dl dd {
		text-decoration: underline;
	}

	/* 内容 */
	#pedal .pedalContentBox {
		margin-top: 7vw;
		padding-bottom: 10vw;
	}
	#pedal .photoC {
		display: block;
		margin-bottom: 5vw;
	}
	#pedal .photoC li:nth-of-type(2) {
		margin-left: 0;
		margin-top: 0;
	}
	#pedal .photoC img {
		width: 100%;
        margin-bottom:4vw;
	}
	#pedal .contentC h3 {
		line-height: 1.4;
		font-size: 5.5vw;
	}
	#pedal .contentC h3 + p {
		margin-top: 2.7vw;
	}
	#pedal .contentC {
		display: block;
		margin-top: 4vw;
	}
#pedal .contentC .imgL {
    width:100%;
}
	#pedal .contentC img {
		width: 100%;
	}
	#pedal .contentC .txtBox {
		width: 100%;
		margin-top: 4vw;
        padding-left: 0;
		margin-left: 0;
	}
.pedalw .ttl02{
    padding-bottom:4vw;
}
    
    
.pedalw .logo{
    margin-top:8vw;
    width:60vw;
}
	#pedal .contentC .logo img {
		width: 55vw;
	}
	/* グラフ */
	#pedal .graphList {
		padding: 30px 4vw 40px;
	}
	#pedal .graphList li {
		margin-top: 30px;
		padding: 4vw;
		background-color: #ffffff;
		color: #373331;
	}
	#pedal .graphList li:nth-of-type(1) {
		margin-top: 0;
	}
	#pedal .graphList li .graphH1 {
		padding: 15px;
	}
	#pedal .graphList li .graphH1 p {
		line-height: 1.2;
		font-size: 5vw;
	}
	#pedal .graphList li .graphH1 p span {
		font-size: 8vw;
	}
	#pedal .graphList li .graphH1 p:nth-of-type(2) {
		margin-top: 2vw;
		font-size: 4vw;
		font-weight: bold;
	}
	#pedal .graphList li .graphH1 + p {
		margin-top: 5px;
		font-size: 3.5vw;
	}
	#pedal .graphList li .graphH2 p {
		line-height: 1.3;
		display: inline-block;
		padding: 0 2vw;
		font-size: 4.5vw;
		background: linear-gradient(transparent 70%, #ebcb2b 70%);
		text-align: center;
	}
	#pedal .graphList li .graphH2 + p {
		margin-top: 5vw;
	}
	#pedal .graphList li .graphTxt {
		line-height: 1.2;
		margin-top: 2vw;
		font-size: 4vw;
		text-align: center;
	}
	#pedal .graphList li .graphTxt span:nth-of-type(1):after {
		content: "";
		display: inline-block;
		width: 3vw;
		height: 3.5vw;
		background: url("../img/ic06.png") no-repeat top left / 3vw auto;
		vertical-align: middle;
		margin: -1vw 1.5vw 0;
	}
	#pedal .graphList li .graphTxt span:nth-of-type(2) {
		font-size: 7vw;
	}

	/* コンテンツリスト */
	#pedal .readTxt {
		padding-top: 12vw;
		font-size: 6.5vw;
	}
	#pedal .contentList {
		margin-top: 7vw;
		padding-bottom: 15vw;
	}
	#pedal .contentList h3 {
		display: block;
		line-height: 1.4;
		margin: 0 0 0.8em;
		font-size: 4.8vw;
        text-align:center;
	}
	#pedal .contentList > li {
		margin-top: 8vw;
	}
	#pedal .contentList > li:nth-of-type(1) {
		margin-top: 0;
		padding-top: 3vw;
	}
	#pedal .contentList > li:nth-of-type(1) figure {
		margin-top: 3vw;
	}
	#pedal .contentDetail {
		padding: 4vw 4vw 5vw;
	}
	#pedal .contentDetail li {
		text-indent: -1rem;
		padding-left: 1rem;
		margin-top: 0.5em;
		text-align: left;
	}
	#pedal .contentDetail li:nth-of-type(1) {
		margin-top: 0;
	}
	#pedal .listInner {
		padding: 4vw;
	}
	#pedal .listInner p {
		text-align: left;
		margin-bottom: 5px;
	}
	#pedal .listInner > ul {
		display: block;
		width: 80%;
		margin: 5vw auto;
	}
	#pedal .listInner > ul li {
		padding: 10px 35px;
		font-size: 5vw;
	}
	#pedal .listInner > ul li:nth-of-type(n+2) {
		margin-top: 3vw;
		margin-left: 0;
	}
	#pedal .detailH {
		font-size: 4.7vw;
        text-align:left;
	}

	/* バナーリンク */
	#pedal .topic {
		padding: 6vw 0 8vw;
	}
	#pedal .bnrLink {
		display:block;
		padding: 6vw 4vw 0;
	}
	#pedal .bnrLink li {
		width: 95%;
        margin:5vw auto 2vw;
	}
	#pedal .bnrLink li:nth-of-type(n+2) {
        margin:7vw auto 0;
	}

	#pedal .bnrLink li img {
		width: 100%;
	}
	#pedal .bnrLink li p {
		margin-top: 0.5em;
		text-align: center;
	}
	#pedal .bnrLink li a:hover {
		text-decoration: none;
	}
	
}
    /* パンくず */
    .breadList {
        display: -webkit-flex;
        display: flex;
        margin: 10px 0 12px;
        font-size: 15px;
        padding: 0 1em;
        flex-wrap: wrap;
    }

    .breadList li {
        position: relative;
        margin-right: 18px;
    }

    .breadList li:last-of-type {
        margin-right: 0;
    }

    .breadList li:after {
        content: "/";
        display: inline-block;
        position: absolute;
        font-size: 70%;
        top: 50%;
        right: -12px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .breadList li:last-of-type:after {
        display: none;
    }

    .breadList li a {
        color: #4d4d4d;
    }

    .breadList li a:hover {
        color: #ff4d00;
    }

    @media only screen and (max-width: 1024px) {

        /* パンくず */
        .breadList {
            margin: 1.3vw 0 1.5vw;
            font-size: 2vw;
        }

        .breadListli {
            margin-right: 2.4vw;
        }

        .breadListli:after {
            right: -2vw;
        }
    }

    @media screen and (max-width: 767px) {

        /* パンくず */
        .breadList {
            margin: 1vw 0 3vw;
            font-size: 3.4vw;
            padding: 0 0.5em;
        }

        .breadListli {
            margin-right: 4.8vw;
        }

        .breadListli:after {
            right: -4vw;
        }

    }