@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0
}
html {
	font-size: 16px !important;
	color: #444444;
}
* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

body {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    width: 100%;
    overflow-x: hidden;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Roboto, "Droid Sans", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
img {
  vertical-align: bottom
}

a {
  text-decoration: none
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

@font-face {
	font-family: 'NotoSansCJKjp Medium';
	src:url('/common/font/NotoSansCJKjp-Medium.woff') format('woff');
	src: url('/common/font/NotoSansCJKjp-Medium.woff2') format('woff2');
}

.fonts-noto-sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding-top: 106px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 106px;
	padding: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	  -ms-flex-align: center;
	      align-items: center;
	background: #fff;
	box-shadow: none;
    border-top: none;
}
.header__inner {
	max-width: 1280px;
	width: 100%;
	margin: 0;
	padding: 0 40px;
}
.header__logo {
	display: block;
	max-width: 157px;
	width: 20%;
}
.header__logo img {
	width: 100%;
}

main {
	max-width: 100%;
	width: 100%;
	display: block;
	padding: 0;
}

.main-visual {
	width: 100%;
	margin-bottom: 0;
	position: relative;
	background: linear-gradient(90deg,#c50010 0%,#c50010 50%,#eeede7 50%,#eeede7 100%);
}

.main-visual img{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}


/* course-sect ----------------------------------------------------------- */

.course-sect .courseListInner{
	padding: 75px 0 0;
}

.course-sect .course-box{
	border-bottom: 2px dotted #cccccc;
	padding-bottom: 32px;
	margin: 0 auto 36px;
	max-width: 1200px;
	width: 100%;
}

.course-sect .course-box:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.course-sect .course-box-inner{
	max-width: 1064px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.course-sect .course-box-top{
	width: 100%;
  display: flex;
  align-items: center;
	padding: 0 45px 0 0;
	margin:0 0 20px;
}

.course-sect .course-box-top p.boxL {
	width: 100%;
  max-width: 240px;
  text-align: center;
  background: center / contain no-repeat url('/topics/lp/LP_00407/images/course_icon.png');
  height: 63px;
  margin-right: 19px;
}

.course-sect .course-box-top .course-num {
  color: #CFAB00;
  font-size: 2.5rem;
  bottom: -13px;
  font-weight: bold;
  padding-top: 12px;
  display: block;
  font-family: "NotoSansCJKjp Medium",sans-serif;
}

.course-sect .course-box-top .font-s {
  font-size: 1.5rem
}

.course-sect .course-box-top .boxR {
	display: inline-block;
	width: 100%;
}

.course-sect .course-box-top .boxR .name-txt {
	font-size: 3rem;
  line-height: 1.6;
  color: #000000;
	font-family: "NotoSansCJKjp Medium",sans-serif;
}
.course-sect .course-box-top .boxR .name-txt span {
	font-size: 2.5rem;
	margin-left: 15px;
}
.course-sect .course-box-bottom{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.course-sect .course-box-bottom .boxL{
	max-width: 100%;
}

.course-sect .course-box-bottom .boxL .boxL-img{
	width: 400px;
	max-width: none;
}

.course-sect .course-box-bottom .boxR{
	padding-left: 36px;
}

.course-sect .course-box-bottom .boxR .explanation-text{
	margin-bottom: 20px;
	font-size: 1.125rem;
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info{
	justify-content: space-between;
	list-style: none; 
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn{
	text-decoration: none;
	min-height: 60px;
	max-width: 284px;
	width: 100%;
}
.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn:first-child{
	margin-right: 10px;
}
.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn:last-child{
	margin-left: 10px;
}
.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a{
	display: block;
	font-size: 1.5rem;
	text-align: center;
	padding: 13px 25px 12px 10px;
	color: #ffffff;
	position: relative;
	border-radius: 5px;
	min-height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a:hover {
	opacity: .6;
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	vertical-align: middle;
	right: 15px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	content: "";
	margin: auto;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn.pt-1 a{
	background-color: #c50010;
	border: 1px solid #c50010;
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn.pt-2 a{
	background-color: #ffffff;
	border: 1px solid #000000;
	color: rgb(0, 0, 0);
}
.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn.pt-2 a:before {
border-top: 2px solid rgb(0, 0, 0);
border-right: 2px solid rgb(0, 0, 0);
}

.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a span {
    padding-top: 3px;
}

.course-sect .courseListInner .annotation-list {
	max-width: 1024px;
	width: 100%;
	margin: 13px auto 60px;
	list-style: none;
	padding: 0 20px;
}

.course-sect .courseListInner .annotation-list li {
	font-size: 0.75rem;
	line-height: 1.6;
}

.course-sect .courseListInner .annotation-list li:before {
	content: "※";
}



/* course-sect ----------------------------------------------------------- */

.choice-sect{
	width: 100%;
	background-color: #eeeeee;
    margin-bottom: 0;
    position: relative;
}
.choice-sect .choiceListInner{
	padding: 40px 20px 55px;
}

.choice-sect .choiceListInner .choice-title{
	font-size: 2.125rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	font-family: "NotoSansCJKjp Medium",sans-serif;
}

.choice-sect .choiceListInner .choice-title .size{
	font-size: 2.5rem;
}

.choice-sect .choiceListInner .choice-title .color{
	color: #c50010;
}

.choice-sect .choiceListInner .choice-title .mg-l{
	margin-left: 12px;
}

.choice-sect .slider{
	list-style: none;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.choice-sect .slider li.slider-box{
	max-width: 324px;
	width: 100%;
	margin: 0 13px 0;
}
.choice-sect .slider li.slider-box:first-child{
	margin-left: 0;
}
.choice-sect .slider li.slider-box:last-child{
	margin-right: 0;
}

.choice-sect .slider li.slider-box:focus {
	outline:0;
}

.choice-sect .slider .slider-inner{
	position: relative;
	padding: 45px 20px 30px;
    background: linear-gradient(to bottom, #c50010 0%, #c50010 190px, #ffffff 190px, #ffffff 100%);
}

.choice-sect .slider .slider-inner .slider-no-img{
	position: absolute;
	top: -2px;
	right: 16px;
	width: 100%;
}
.choice-sect .slider .slider-inner .slider-no-img.no-01{
	max-width: 54px;
}
.choice-sect .slider .slider-inner .slider-no-img.no-02{
	max-width: 64px;
}
.choice-sect .slider .slider-inner .slider-no-img.no-03{
	max-width: 64px;
}

.choice-sect .slider .slider-inner .slider-title{
	font-size: 1.875rem;
	text-align: center;
	color: #ffffff;
	font-family: "NotoSansCJKjp Medium",sans-serif;
}

.choice-sect .slider .slider-inner .slider-title.adjust-space {
  margin: 0 -9px;
}

.choice-sect .slider .slider-inner .slider-img{
	max-width: 260px;
	width: 100%;
	margin: 15px auto 0;
	display: block;
}

.choice-sect .slider .slider-inner .slider-txt{
	margin-top: 25px;
	font-size: 1.125rem;
	line-height: 1.6;
}


/* voice-sect ----------------------------------------------------------- */

.voice-sect .voiceInner{
	padding: 47px 20px 0px;
}

.voice-sect .voiceInner .voice-title{
	text-align: center;
	font-size: 2.5rem;
	color: #ffffff;
	margin-bottom: 10px;
	background: url(/topics/lp/LP_00407/images/voice_title_bk.png) no-repeat;
	background-size: 271px 62px;
	background-position: 50%;
	font-family: "NotoSansCJKjp Medium",sans-serif;
	margin-bottom: 33px;
}

.voice-sect .voiceInner .voice-area .voice-box {
	background-color: #ffffff;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 40px 90px 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid #444444;
	border-radius: 16px;
}

.voice-sect .voiceInner .voice-area .voice-box:last-child{
	margin-bottom: 0;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-box-inner {
	display: block;
	padding: 0 0 0 160px;
	max-width: 842px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-experiences {
	display: inline-block;
	width: 100%;
	font-size: 1.25rem;
	margin-bottom: 10px;
	font-weight: bold;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span{
	position: relative;
	color: #b1840a;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -149px;
	width: 107px;
    height: 97px;
}
.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span.icon-01::before {
	background: url(/topics/lp/LP_00407/images/voice_img_01.png) no-repeat;
	background-size: 100% auto;
}
.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span.icon-02::before {
	background: url(/topics/lp/LP_00407/images/voice_img_02.png) no-repeat;
	background-size: 100% auto;
}
.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span.icon-03::before {
	background: url(/topics/lp/LP_00407/images/voice_img_03.png) no-repeat;
	background-size: 100% auto;
}
.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span.icon-04::before {
	background: url(/topics/lp/LP_00407/images/voice_img_04.png) no-repeat;
	background-size: 100% auto;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-text {
	font-size: 1.25rem;
	line-height: 1.6;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-text .bold {
  font-weight: bold;
}

.voice-sect .voiceInner .annotation-list {
	max-width: 1024px;
	width: 100%;
	margin: 13px auto 60px;
	list-style: none;
	padding: 0 20px;
}

.voice-sect .voiceInner .annotation-list li {
	font-size: 0.75rem;
	line-height: 1.6;
}

.voice-sect .voiceInner .annotation-list li:before {
	content: "※";
}


/* bnr-sect ----------------------------------------------------------- */

.bnr-sect .bnrInner .annotation-list {
  max-width: 1024px;
	width: 100%;
	margin: 13px auto 40px;
  list-style: none;
  padding: 0 20px;
}
.bnr-sect .bnrInner .annotation-list li {
	font-size: 0.75rem;
	line-height: 1.6;
}

.bnr-sect .bnrInner .annotation-list li:before {
	content: "※";
}

.bnr-sect .bnrInner {
	margin-bottom: 53px;
}

.bnr-sect .bnrInner .bnr-img-box {
	width: 100%;
  margin: 0 auto;
  background: center / contain no-repeat url('/topics/lp/LP_00407/images/bnr_img_01_pc.png');
  height: auto;
  padding-top: 53%;
  text-align: center;
  position: relative;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-link:hover {
	opacity: .7;
}

.bnr-sect .bnrInner .bnr-img-box img{
	width: 100%;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-txt{
  font-weight: bold;
  color: #F6470B;
  font-size: 1.8vw;
  position: relative;
  display: inline-block;
  padding-bottom: 3%;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-txt::before,
.bnr-sect .bnrInner .bnr-img-box .bnr-txt::after {
  content: "";
  background: #333333;
  width: 6%;
  height: 3px;
  display: block;
  position: absolute;
  top: 25%;
  border-radius: 15px;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-txt::before {
  transform: rotate(63deg);
  left: -5%;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-txt::after {
  transform: rotate(-63deg);
  right: -5%;
}

.bnr-sect .bnrInner .bnr-link-box {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
} 
.bnr-sect .bnrInner .bnr-link {
  display: block;
  margin: 0 auto;
}

.bnr-sect .bnrInner .sitetop .sitetop-link {
	max-width: 460px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	border: 1px solid #aaa;
	font-family: 'NotoSansCJKjp Medium',sans-serif;
	font-size: 1.625rem;
	color: #444;
	border-radius: 5px;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
}

.bnr-sect .bnrInner .sitetop .sitetop-link:hover {
	border-color: #6a6b6b;
}

.bnr-sect .bnrInner .sitetop .sitetop-link:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 16px;
	height: 16px;
	background: url(/topics/lp/LP_00407/images/botton_icon_01.png) no-repeat;
	background-size: 100% auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* pagetop ----------------------------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a.totop {
	-webkit-tap-highlight-color: transparent;
	width: 44px;
	height: 44px;
	border: 2px solid #999;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	padding-top: 16px;
	opacity: .85;
	display: block;
	color: #222;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 45px;
	right: 15px;

}

.totop::before {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: translateY(2px) rotate(-45deg);
	transform: translateY(2px) rotate(-45deg);
	bottom: 0;
	margin: auto;
	content: '';
	top: 0;
	position: absolute;
    left: 0;
    right: 0;
}

.totop::after {
	content: "top";
	top: 102%;
	margin-left: auto;
	margin-right: auto;
	font-size: .9rem;
	position: absolute;
    left: 0;
    right: 0;
}


/* footer ----------------------------------------------------------- */

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	background: #e50012;
	position: static;
}
.footer__bottom {
	display: inline-block;
}
.footer__copyright {
	font-size: 0.6875rem;
	color: #fff;
}

.pc-none {
	display: none;
}
.sp-none {
	display: block;
}

/***sp***/
@media screen and (max-width: 767px) {
		.sp-none {
			display: none;
		}
		.pc-none {
			display: block;
		}
		.container {
			padding-top: 0;
		}
		.header {
			height: 68px;
			z-index: 1;
			background-color: transparent;
			box-shadow: none;
		}
		.header__inner{
			padding: 0 10px;
		}
		.header__logo {
			max-width: 135px;
    	width: 43.9%;
		}
		main {
			padding: 0;
		}
    .main-visual {
			padding: 0;
			background: #fff;
		}

		.course-sect .courseListInner {
			padding: 40px 0 0;
		}

		.course-sect .course-box{
			border-bottom: 3px dotted #cccccc;
			padding-bottom: 32px;
			margin-bottom: 23px;
			max-width: 100%;
		}

		.course-sect .course-box:last-of-type{
      padding-bottom: 0;
      border-bottom: none;
		}

		.course-sect .course-box-inner{
			max-width: 100%;
			padding: 0 21px 0;
		}

		.course-sect .course-box-top {
      margin: 0 0 15px;
      display: block;
      padding: 0;
    }
    
    .course-sect .course-box-top p.boxL {
      margin: 0 auto;
      max-width: 193px;
    }

    .course-sect .course-box-top .course-num {
      font-size: 2rem;
    }

		.course-sect .course-box-bottom {
			flex-wrap: wrap;
		}

		.course-sect .course-box-bottom .boxL {
			max-width: 100%;
		}


		.course-sect .course-box-bottom .boxR {
			padding-left: 0;
		}

		.course-sect .course-box-top .boxR .name-txt {
			font-size: 2rem;
			text-align: center;
      line-height: 1.6;
      color: #000000;
		}
		.course-sect .course-box-top .boxR .name-txt span {
			font-size: 1.5rem;
			margin-left: 10px;
		}

		.course-sect .course-box-bottom .boxR .explanation-img{
			width: 100%;
			margin-bottom: 20px;
			padding: 0 16px;
		}

		.course-sect .course-box-bottom .boxR .explanation-text {
			margin-bottom: 17px;
			font-size: 0.875rem;
		}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info {
			flex-wrap: wrap;
		}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn:first-child {
			margin-right: 0;
			margin-bottom: 10px;
		}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn:last-child {
			margin-left: 0;
		}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn {
			min-height: 45px;
			max-width: 100%;
		}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a {
			font-size: 0.9375rem;
			padding: 11px 28px 11px 10px;
			min-height: 45px;
		}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a:before {
			right: 19px;
			width: 10px;
			height: 10px;
	}

		.course-sect .course-box-bottom .boxR .explanation-button .btn_info .btn a span {
			padding-top: 0;
    }
    
    .course-sect .courseListInner .annotation-list {
      max-width: 300px;
      padding: 0;
      margin: 20px auto 37px;
    }
    
    .course-sect .courseListInner .annotation-list li{
      font-size: 0.6875rem;
    }


/* course-sect ----------------------------------------------------------- */

.choice-sect .choiceListInner {
	padding: 35px 27px 27px;
}

.choice-sect .choiceListInner .choice-title {
	font-size: 1.25rem;
	margin-bottom: 15px;
}

.choice-sect .choiceListInner .choice-title .size {
	font-size: 1.5rem;
}

.choice-sect .choiceListInner .choice-title .mg-l{
	margin-left: 0px;
}

.choice-sect .slider .slider-inner {
	padding: 35px 25px 20px;
	background: linear-gradient(to bottom, #c50010 0%, #c50010 125px, #ffffff 125px, #ffffff 100%);
}

.choice-sect .slider .slider-inner .slider-title {
	font-size: 1.25rem;
}

.choice-sect .slider .slider-inner .slider-title.adjust-space {
  margin: 0;
}

.choice-sect .slider .slider-inner .slider-no-img {
	top: -2px;
	right: 23px;
}
.choice-sect .slider .slider-inner .slider-no-img.no-01{
	max-width: 36.5px;
}
.choice-sect .slider .slider-inner .slider-no-img.no-02{
	max-width: 42.5px;
}
.choice-sect .slider .slider-inner .slider-no-img.no-03{
	max-width: 43px;
}

.choice-sect .slider .slider-inner .slider-img {
	max-width: 200px;
}

.choice-sect .slider .slider-inner .slider-txt {
	margin-top: 18px;
	font-size: 0.875rem;
	line-height: 1.6;
}

	.slider img.slick-arrow{
		height: auto;
		width: 100%;
		max-width: 32px;
		z-index: 1;
	}

	.slider .slick-prev{
		left: -16px;
	}

	.slider .slick-next{
		right: -16px;
	}

	.choice-sect .slider .slick-dots{
		bottom: -30px
	}

	.choice-sect .slider .slick-dots li{
		margin: 0 4px;
		width: 14px;
		height: 14px;
	}

	.choice-sect .slider .slick-dots li button{
		width: 14px;
		height: 14px;
	}

	.choice-sect .slider .slick-dots li.slick-active button:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 14px;
		height: 14px;
		background: url(/topics/lp/LP_00407/images/dots_icon_01.png) no-repeat;
		background-size: 100% auto;
	}
	.choice-sect .slider .slick-dots li button:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 14px;
		height: 14px;
		background: url(/topics/lp/LP_00407/images/dots_icon_02.png) no-repeat;
		background-size: 100% auto;
	}

	.choice-sect .slider {
    max-width: 100%;
	}

	.choice-sect .slider li.slider-box {
		max-width: 100%;
		margin: 0;
	}


/* voice-sect ----------------------------------------------------------- */

.voice-sect .voiceInner {
	padding: 40px 21px 0;
}

.voice-sect .voiceInner .voice-title {
	font-size: 1.5rem;
	background-size: 166px 40px;
}

.voice-sect .voiceInner .voice-title span::before {
	top: -20px;
	right: -55px;
	width: 43px;
	height: 42px;
}

.voice-sect .voiceInner .voice-area {
	padding: 0;
}

.voice-sect .voiceInner .voice-area .voice-box {
	max-width: 100%;
	padding: 30px 16px 15px;
	margin-bottom: 15px;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-box-inner {
	padding: 0;
	max-width: 100%;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-experiences {
	display: inline-block;
	font-size: 0.9375rem;
	margin: 0 0 30px 0;
	padding: 0;
	max-width: 247px;
	margin: 0 auto 20px;
	display: block;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span {
	padding-left: 112px;
	text-align: left;
	display: inline-block;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-experiences span::before {
	top: -11px;
	left: 30px;
	width: 71px;
    height: 64.5px;
}

.voice-sect .voiceInner .voice-area .voice-box .voice-text {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.voice-sect .voiceInner .annotation-list {
	max-width: 300px;
	padding: 0;
	margin: 20px auto 37px;
}

.voice-sect .voiceInner .annotation-list li{
	font-size: 0.6875rem;
}


/* bnr-sect ----------------------------------------------------------- */

.bnr-sect .bnrInner {
  margin-bottom: 26px;
  padding: 0;
}

.bnr-sect .bnrInner .bnr-img-box {
	max-width: none;
  height: auto;
  padding-top: 144%;
  background: center / contain no-repeat url('/topics/lp/LP_00407/images/bnr_img_01.png')
}

.bnr-sect .bnrInner .annotation-list {
  margin: 13px auto 23px;
} 

.bnr-sect .bnrInner .bnr-link {
  width: 100%;
}

.bnr-sect .bnrInner .bnr-link-box {
  width: 100%;
  padding: 0 10px;
  bottom: 4%;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-txt {
  font-size: 3.6vw;
  padding-bottom: 5px;
}

.bnr-sect .bnrInner .bnr-img-box .bnr-txt::before,
.bnr-sect .bnrInner .bnr-img-box .bnr-txt::after {
  height: 2px;
  top: 35%;
  width: 6%;
}

.bnr-sect .bnrInner .sitetop .sitetop-link {
	max-width: 332px;
	height: 45px;
	font-size: 0.9375rem;
	border-radius: 3px;
}

.bnr-sect .bnrInner .sitetop .sitetop-link:before {
	right: 15px;
	width: 10px;
	height: 10px;
}


/* pagetop ----------------------------------------------------------- */

.pagetop {
	bottom: 30px;
	right: 0px;
	z-index: 5;
}

.totop::after {
	content: "top";
	top: 102%;
	font-size: 0.6875rem;
}

		.footer {
			height: 46px;
		}
}
/*sp adjster*/
/*proto add 20190604 XXX*/

/***sp***/
@media screen and (max-width: 330px) {
    .canpain-date-line-sp-inner {
    	font-size: 17px;
    }
}