@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
#vanquish_contents img {
    display: block;
}
#vanquish_contents a {
    width: 100%;
	display: block;
}
#vanquish_contents .pc_none {
    display: none;
}
#vanquish_contents .mincho {
    font-family:  "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho", serif;
}
#vanquish_contents .blue {
    color: #219fe7
}
#vanquish_contents .auto {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
#vanquish_contents h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #22509b;
}
#vanquish_contents h3 span {
    font-weight: 600;
}
/*=========================
▲▲共通▲▲
===========================*/
#vanquish_contents {
	width: 100%;
	clear: both;
	float: left;
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.875;
	color: #272727;
	min-width: 1000px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
#vanquish_contents #conts_top {
	width: 100%;
	height: 512px;
	float: left;
	clear: both;
	background-image: url("../images/vanquish/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#vanquish_contents #conts_top .img {
	width: 500px;
	position: absolute;
	top: 0;
	left: 65%;
}
#vanquish_contents #conts_top::before {
	content: "";
	display: block;
	width: 100%;
	height: 116px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../images/vanquish/parts_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 9;
}
#vanquish_contents #conts_top .logo {
	width: 175px;
	position: absolute;
	top: 20px;
	left: 16px;
}
#vanquish_contents #conts_top .title_box {
	width: 643px;
	float: left;
	padding-top: 82px;
	position: relative;
}
#vanquish_contents #conts_top .title_box .sub_title {
	width: 231px;
	margin: 0 auto;
}
#vanquish_contents #conts_top .title_box h2 {
	width: 637px;
	margin: -18px auto 0;
}
#vanquish_contents #conts_top .title_box .sub_title_02 {
	width: 637px;
	margin: -15px auto 11px;
}
#vanquish_contents #conts_top .caution {
	width: 460px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 18px;
}
#vanquish_contents #conts_top .title_box .medal_text {
	width: 112px;
	position: absolute;
	top: 82px;
	right: 0;
}
#vanquish_contents #conts_recommend {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 48px;
	padding-bottom: 80px;
	background-image: url("../images/vanquish/bg_02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#vanquish_contents #conts_recommend .img {
	width: 374px;
	position: absolute;
	top: 0;
	left: 0;
}
#vanquish_contents #conts_recommend h3 {
	font-size: 47px;
    margin-bottom: 37px;
	position: relative;
    z-index: 9;
}
#vanquish_contents #conts_recommend h3 .small {
	font-size: 26px;
}
#vanquish_contents #conts_recommend .point_list {
	width: 80%;
	letter-spacing: .4em;
	position: relative;
	z-index: 9;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	margin: 0 auto;
}
#vanquish_contents #conts_recommend .point_list li {
	width: calc((100% - 40px ) /3);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	/* margin-right: 10px; */
	position: relative;
	text-align: center;
	color: #22509b;
	margin-bottom: 20px;
}
#vanquish_contents #conts_recommend .point_list li:last-of-type {
	margin-right: 0;
}
#vanquish_contents #conts_recommend .point_list li .text {
	width: 100%;
	font-size: 23px;
	line-height: 1.5;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#vanquish_contents #conts_recommend .point_list li .text .blue {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}
#vanquish_contents #conts_about {
	width: 100%;
	float: left;
	clear: both;
	background-color: #d4dee9;
	background-image: url("../images/vanquish/bg_03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1076px;
	position: relative;
}
#vanquish_contents #conts_about .img_box {
	width: 382px;
	height: 591px;
	position: absolute;
	bottom: 0;
	right: 60%;
}
#vanquish_contents #conts_about .text_box {
	width: 100%;
	padding: 82px 0 51px 442px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
#vanquish_contents #conts_about .text_box h3 {
	text-align: left;
	margin-bottom: 6px;
}
#vanquish_contents #conts_about .text_box p {
	margin-bottom: 15px;
}
#vanquish_contents #conts_about .text_box .risk {
	margin-bottom: 14px;
}
#vanquish_contents #conts_about .text_box .risk dt {
	display: inline-block;
    line-height: 1.2;
	color: #ffffff;
	background-color: #22509b;
	padding: 5px 25px 2px;
	border-radius: 20px;
}
#vanquish_contents #conts_about .text_box .risk dd {
	text-indent: -1em;
    padding-left: 1em;
}
#vanquish_contents #conts_about .text_box .bg_box {
	width: 100%;
	padding: 26px 27px 18px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.30);
}
#vanquish_contents #conts_about .text_box .bg_box h4 {
	line-height: 1.4;
    font-weight: bold;
	margin-bottom: 2px;
}
#vanquish_contents .bg_wrapper {
	width: 100%;
	float: left;
	clear: both;
	background-color: #f8f8f8;
	background-image: url("../images/vanquish/bg_04.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#vanquish_contents #conts_quality {
	width: 100%;
	float: left;
	/* clear: both; */
	padding-top: 75px;
	position: relative;
	z-index: 9;
}
#vanquish_contents #conts_quality h3 {
	margin-bottom: 16px;
}
#vanquish_contents #conts_quality h3 .blue {
	font-size: 74px;
}
#vanquish_contents #conts_quality .sub_title {
	width: 610px;
	margin: 0 auto;
	margin-bottom: 16px;
}
#vanquish_contents #conts_quality .quority_list {
	margin-bottom: 73px;
	clear: both;
}
#vanquish_contents #conts_quality .quority_list li {
	width: 100%;
	min-height: 325px;
	padding: 78px 57px 57px;
	background-color: #ffffff;
	margin-bottom: 10px;
	position: relative;
}
#vanquish_contents #conts_quality .quority_list li .text_box {
	width: 435px;
	position: relative;
    z-index: 9;
}
#vanquish_contents #conts_quality .quority_list li .text_box .number {
	font-size: 180px;
	font-weight: bold;
	line-height: 1.1;
	color: rgba(34,80,184,0.04);
	position: absolute;
	top: -88px;
	left: -43px;
}
#vanquish_contents #conts_quality .quority_list li .text_box .logo {
	width: 174px;
	margin-bottom: 20px;
}
#vanquish_contents #conts_quality .quority_list li .text_box h4 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3;
	color: #22509b;
	margin-bottom: 10px;
}
#vanquish_contents #conts_quality .quority_list li .text_box p .red {
	color: #f71943;
	font-weight: bold;
}
#vanquish_contents #conts_quality .quority_list li .img {
	width: 430px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#vanquish_contents #conts_movie {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 104px;
	position: relative;
}
#vanquish_contents #conts_movie::before {
	content: "";
	display: block;
	width: 100%;
	height: 743px;
	position: absolute;
	top: -297px;
	left: 0;
	background-image: url("../images/vanquish/bg_04_2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 0;
}
#vanquish_contents #conts_movie h3 {
	position: relative;
	margin-bottom: 20px;
}
#vanquish_contents #conts_movie .movie_wrapper {
	width: 916px;
	height: 515px;
	margin: 0 auto;
	position: relative;
}
#vanquish_contents #conts_movie .movie_wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#vanquish_contents #conts_case {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 80px;
	background-image: url("../images/vanquish/bg_05.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	margin-bottom: 97px;
}
#vanquish_contents #conts_case h3 {
	margin-bottom: 16px;
}
#vanquish_contents #conts_case .case_list {
	width: 100%;
	float: left;
	clear: both;
	color: #ffffff;
	margin-bottom: 50px;
}
#vanquish_contents #conts_case .case_list li {
	width: 490px;
	float: left;
	margin-bottom: 25px;
	text-align: center;
}
#vanquish_contents #conts_case .case_list li:nth-of-type(2n) {
	float: right;
}
#vanquish_contents #conts_case .case_list li .before {
	width: 242px;
	float: left;
}
#vanquish_contents #conts_case .case_list li .before .text {
	width: 100%;
	background-color: #c4c4c4;
}
#vanquish_contents #conts_case .case_list li .after {
	width: 242px;
	float: right;
}
#vanquish_contents #conts_case .case_list li .after .text {
	width: 100%;
	background-color: #22509b;
}
#vanquish_contents #conts_case .price_area {
	width: 100%;
	clear: both;
	margin: 0 auto 47px;
}
#vanquish_contents #conts_case .price_area .box {
	width: 100%;
	color: #22509b;
	font-weight: 600;
	border: 2px solid #22509b;
	padding: 69px 10px 70px 50px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
}
#vanquish_contents #conts_case .price_area .box::before {
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid #22509b;
	position: absolute;
	top: 1px;
	left: 1px;
}
#vanquish_contents #conts_case .price_area .box p {
	position: relative;
}
#vanquish_contents #conts_case .price_area .box span {
	color: #22509b;
	font-weight: 600;
}
#vanquish_contents #conts_case .price_area .box .name {
	width: 190px;
	display: inline-block;
	font-size: 66px;
	line-height: 1;
}
#vanquish_contents #conts_case .price_area .box .name .small {
	font-size: 20px;
	letter-spacing: -.1em;
}
#vanquish_contents #conts_case .price_area .box .number {
	width: 114px;
	display: inline-block;
	font-size: 20px;
	letter-spacing: -.1em;
}
#vanquish_contents #conts_case .price_area .box .number .big {
	font-size: 40px;
	display: inline-block;
	margin-left: -2px;
}
#vanquish_contents #conts_case .price_area .box .price {
	width: 600px;
	display: inline-block;
	font-size: 57px;
    line-height: 1;
	font-style: italic;
	color: #22509b;
    margin-left: 10px;
}
#vanquish_contents #conts_case .gradient {
	display: inline-block;
    background: #0f3574;
    background: -moz-linear-gradient(top, #0f3574 0%, #3974d4 50%, #0f3574 100%);
    background: -webkit-linear-gradient(top, #0f3574 0%,#3974d4 50%,#0f3574 100%);
    background: linear-gradient(to bottom, #0f3574 0%,#3974d4 50%,#0f3574 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-right: 10px;
    margin-left: -10px;
}
#vanquish_contents #conts_case .price_area .box .price .big {
	font-size: 115px;
	font-style: italic;
}
#vanquish_contents #conts_case .price_area .box .price .tax {
	font-size: 24px;
    position: relative;
}
#vanquish_contents #conts_case .price_area .box .label {
	width: 364px;
	font-size: 24px;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
    padding: 6px 0 6px;
	background-color: #f4101b;
	position: absolute;
	top: 25px;
    right: 260px;
}
#vanquish_contents #conts_case .price_area .box .label::before {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-image: url("../images/vanquish/parts_04.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	left: 170px;
}
#vanquish_contents #conts_case .course_area {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	/* display: flex; */
	/* justify-content: space-between; */
	/* flex-flow: wrap; */
}
#vanquish_contents #conts_case .course_area h3 {
	margin-bottom: 20px;
	width: 100%;
}
#vanquish_contents #conts_case .course_area .sub_title {
	font-size: 29px;
	font-weight: 600;
	color: #22509b;
}
#vanquish_contents #conts_case .course_area h3 .inner {
	display: inline-block;
	padding: 0 60px;
	background: url("../images/vanquish/parts_02.png"), url("../images/vanquish/parts_03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 28px, 28px;
}

#vanquish_contents #conts_case .course_area .course_wrap{
	display:flex;
	flex-flow:wrap;
	justify-content:space-between
}

#vanquish_contents #conts_case .course_area .course {
	width: 490px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	overflow: hidden;
}
#vanquish_contents #conts_case .course_area .course:last-child {

}
#vanquish_contents #conts_case .course_area .course .img {
	width: 190px;
	float: left;
}
#vanquish_contents #conts_case .course_area .course .text_box {
	width: 256px;
	float: right;
	text-align: center;
	color: #22509b;
	font-size: 18px;
	/* padding-top: 24px; */
}
#vanquish_contents #conts_case .course_area .course .text {
	line-height: 1.4;
	margin-bottom: 4px;
	margin-top: 10px;
}
#vanquish_contents #conts_case .course_area .course .price {
	font-size: 28px;
	line-height: 1;
	font-style: italic;
	position: relative;
	text-align: center;
}
#vanquish_contents #conts_case .course_area .course .price .big {
	font-size: 36px;
	font-style: italic;
	margin-left: 0;
}
#vanquish_contents #conts_case .course_area .course .price .tax {
	font-size: 14px;
	position: relative;
}
	
	#vanquish_contents #conts_case .course_area .course .price .tax2 {
	font-size: 9px;
	position: relative;
}
	
#vanquish_contents #conts_detail {
	width: 100%;
	float: left;
	clear: both;
	padding: 70px 0 88px;
	background-image: url("../images/vanquish/bg_06.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#vanquish_contents #conts_detail h3 {
	margin-bottom: 20px;
}
#vanquish_contents #conts_detail .table_wrapper {
	width: 100%;
	padding: 30px 38px 20px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}
#vanquish_contents #conts_detail .table_wrapper table {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 27px;
}
#vanquish_contents #conts_detail .table_wrapper table tr {
	border-bottom: 1px solid #e7e4e5;
}
#vanquish_contents #conts_detail .table_wrapper table tr th {
	width: 362px;
	padding: 15px 34px 13px;
	font-weight: bold;
}
#vanquish_contents #conts_detail .table_wrapper table tr td {
	padding: 15px 34px 13px;
}
#vanquish_contents #conts_detail .table_wrapper .caution {
	color: #f71943;
    text-align: right;
    font-size: 14px;
    padding-top: 4px;
}

    
    
/*230531 メカニズム追加*/
    
    
#vanquish_contents #conts_mechanism {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 75px;
    position: relative;
    z-index: 9;
	padding:75px 0;

}
#vanquish_contents #conts_mechanism h3 {
    margin-bottom: 16px;
}
    
#vanquish_contents #conts_mechanism h3 .blue {
    font-size: 50px;
}

#vanquish_contents #conts_mechanism .img{
	margin-bottom:30px;
}
    #vanquish_contents #conts_mechanism .mechanism_other h4{
		font-size:40px;
		text-align: center;
		color: #22509b;
		font-weight: 600;
	}
    #vanquish_contents #conts_mechanism .mechanism_other{background: #d4dee9;padding: 20px;margin-top: 50px;border-radius: 30px;}
    #vanquish_contents #conts_mechanism .mechanism_other ul{
		margin: 0 0 1em 0;
		padding: 20px;
		display: flex;
		justify-content: space-between;
	}
    #vanquish_contents #conts_mechanism .mechanism_other ul li{
		background:#fff;
		padding: 0.25em 1em;
		border-radius:100px;
		box-shadow: 0 5px 0 rgb(0 0 0 / 10%);
		width: calc((100% - 40px) / 4);
		text-align: center;
		font-size: 22px;
	}
    
    #vanquish_contents #conts_mechanism .mechanism_other_img img{
        margin: 0 auto;
    }
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
/*=========================
▼▼共通▼▼
===========================*/
#vanquish_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#vanquish_contents a {
	width: 100%;
	display: block;
}
#vanquish_contents table {
	width: 100%;
}
#vanquish_contents .auto {
	width: 90%;
	margin: 0 auto;
}
#vanquish_contents .sp_none{
    display: none;
}
#vanquish_contents .mincho {
    font-family:  "Yu Mincho", "YuMincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Sawarabi Mincho", serif;
}
#vanquish_contents .blue {
    color: #219fe7
}
#vanquish_contents h3 {
	font-size: 25px;
    font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #22509b;
}
#vanquish_contents h3 span {
    font-weight: bold;
}
#vanquish_contents section {
    padding: 64px 0 60px;
}
/*=========================
▲▲共通▲▲
===========================*/
#vanquish_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #272727;
	text-align: left;
    -webkit-font-smoothing: antialiased;
}
#vanquish_contents #conts_top {
	width: 100%;
	clear: both;
	padding: 0;
}
#vanquish_contents #conts_recommend {
	width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
	background-image: url("../images/vanquish/bg_02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#vanquish_contents #conts_recommend .img {
	width: 70%;
    margin: 0 auto;
}
#vanquish_contents #conts_recommend h3 {
	font-size: 28px;
    line-height: 1.2;
    margin-bottom: 36px;
	position: relative;
}
#vanquish_contents #conts_recommend h3 .small {
	font-size: 18px;
}
#vanquish_contents #conts_recommend .point_list {
	width: 100%;
	letter-spacing: -.4em;
	position: relative;
    text-align: center;
    margin-bottom: 12px;
}
#vanquish_contents #conts_recommend .point_list li {
	width: 48%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	color: #22509b;
}
#vanquish_contents #conts_recommend .point_list li:nth-of-type(2n) {
	margin-right: 0;
}
#vanquish_contents #conts_recommend .point_list li .circle {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
#vanquish_contents #conts_recommend .point_list li .text {
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#vanquish_contents #conts_recommend .point_list li .text .blue {
	font-size: 22px;
	font-weight: 600;
}
#vanquish_contents #conts_about {
	width: 100%;
    padding-bottom: 0;
	background-color: #d4dee9;
	background-image: url("../images/vanquish/bg_03.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1076px;
	position: relative;
}
#vanquish_contents #conts_about .img_box {
	width: 90%;
    max-width: 380px;
    margin: 0 auto;
	position: relative;
}
#vanquish_contents #conts_about .img_box .circle {
	width: 50%;
    max-width: 160px;
	position: absolute;
	bottom: 0;
	left: 20%;
}
#vanquish_contents #conts_about .text_box {
	width: 100%;
    margin-bottom: 18px;
}
#vanquish_contents #conts_about .text_box h3 {
	margin-bottom: 18px;
}
#vanquish_contents #conts_about .text_box p {
	margin-bottom: 18px;
    line-height: 1.8;
}
#vanquish_contents #conts_about .text_box .risk {
	margin-bottom: 14px;
}
#vanquish_contents #conts_about .text_box .risk dt {
	margin-bottom: 8px;
}
#vanquish_contents #conts_about .text_box .risk dt {
	display: inline-block;
    line-height: 1.2;
	color: #ffffff;
	background-color: #22509b;
	padding: 5px 25px 2px;
	border-radius: 20px;
}
#vanquish_contents #conts_about .text_box .risk dd {
	text-indent: -1em;
    padding-left: 1em;
}
#vanquish_contents #conts_about .text_box .bg_box {
	width: 100%;
	padding: 22px 5% 16px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.30);
}
#vanquish_contents #conts_about .text_box .bg_box h4 {
	line-height: 1.4;
    font-weight: bold;
	margin-bottom: 8px;
}
#vanquish_contents #conts_about .text_box .bg_box li {
	text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 8px;
}
#vanquish_contents .bg_wrapper {
	width: 100%;
    float: left;
    clear: both;
	background-color: #f8f8f8;
	background-image: url("../images/vanquish/bg_04.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
#vanquish_contents #conts_quality {
	width: 100%;
	padding-top: 54px;
    padding-bottom: 0;
    position: relative;
    z-index: 9;
}
#vanquish_contents #conts_quality h3 {
	margin-bottom: 18px;
    line-height: 1;
}
#vanquish_contents #conts_quality h3 .blue {
	font-size: 40px;
}
#vanquish_contents #conts_quality .sub_title {
	margin-bottom: 16px;
}
#vanquish_contents #conts_quality .quority_list li {
	width: 100%;
	padding: 40px 5% 32px;
	background-color: #ffffff;
	margin-bottom: 15px;
	position: relative;
}
#vanquish_contents #conts_quality .quority_list li .text_box {
	width: 100%;
	position: relative;
    margin-bottom: 12px;
}
#vanquish_contents #conts_quality .quority_list li .text_box .number {
	font-size: 110px;
	font-weight: bold;
	line-height: 1.1;
	color: rgba(34,80,184,0.04);
	position: absolute;
	top: -42px;
	left: -12px;
}
#vanquish_contents #conts_quality .quority_list li .text_box .logo {
	width: 144px;
	margin-bottom: 14px;
}
#vanquish_contents #conts_quality .quority_list li .text_box h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #22509b;
	margin-bottom: 10px;
}
#vanquish_contents #conts_quality .quority_list li .text_box p .red {
	color: #f71943;
	font-weight: bold;
}
#vanquish_contents #conts_quality .quority_list li .img {
	width: 100%;
}
#vanquish_contents #conts_movie {
	width: 100%;
    float: left;
    clear: both;
	position: relative;
}
#vanquish_contents #conts_movie::before {
	content: "";
	display: block;
	width: 100%;
	height: 743px;
	position: absolute;
	top: -37px;
	left: 0;
	background-image: url("../images/vanquish/bg_04_2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	z-index: 0;
}
#vanquish_contents #conts_movie h3 {
	position: relative;
	margin-bottom: 20px;
}
#vanquish_contents #conts_movie .movie_wrapper {
	width: 100%;
	height: 0;
	padding-top: 56.2%;
	margin: 0 auto;
	position: relative;
}
#vanquish_contents #conts_movie .movie_wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#vanquish_contents #conts_case {
	width: 100%;
    clear: both;
	background-image: url("../images/vanquish/bg_05.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
#vanquish_contents #conts_case h3 {
	margin-bottom: 16px;
}
#vanquish_contents #conts_case .case_list {
	width: 100%;
	color: #ffffff;
	margin-bottom: 56px;
}
#vanquish_contents #conts_case .case_list li {
	width: 100%;
	text-align: center;
	letter-spacing: -.4em;
    margin-bottom: 18px;
}
#vanquish_contents #conts_case .case_list li div {
	width: 49%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}
#vanquish_contents #conts_case .case_list li .before .text {
	width: 100%;
    padding: 3px 0 1px;
    font-weight: 600;
	background-color: #c4c4c4;
}
#vanquish_contents #conts_case .case_list li .after .text {
	width: 100%;
    padding: 3px 0 1px;
    font-weight: 600;
	background-color: #22509b;
}
#vanquish_contents #conts_case .price_area {
	width: 100%;
	clear: both;
	margin: 0 auto 56px;
}
#vanquish_contents #conts_case .price_area .box {
	width: 100%;
	color: #22509b;
	font-weight: 600;
	border: 2px solid #22509b;
	padding: 17px 5% 30px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
    letter-spacing: -.4em;
    text-align: center;
}
#vanquish_contents #conts_case .price_area .box::before {
	content: "";
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	border: 1px solid #22509b;
	position: absolute;
	top: 1px;
	left: 1px;
}
#vanquish_contents #conts_case .price_area .box p {
	position: relative;
    letter-spacing: normal;
}
#vanquish_contents #conts_case .price_area .box span {
	color: #22509b;
	font-weight: 600;
}
#vanquish_contents #conts_case .price_area .box .name {
	width: 113px;
    display: inline-block;
	font-size: 40px;
	line-height: 1;
    margin-bottom: 18px;
}
#vanquish_contents #conts_case .price_area .box .name .small {
	font-size: 13px;
	letter-spacing: -.1em;
}
#vanquish_contents #conts_case .price_area .box .number {
	width: 124px;
	display: inline-block;
	font-size: 20px;
	letter-spacing: -.1em;
}
#vanquish_contents #conts_case .price_area .box .number .big {
	font-size: 20px;
	display: inline-block;
	margin-left: -2px;
}
#vanquish_contents #conts_case .price_area .box .price {
    display: inline-block;
	font-size:24px;
    line-height: 1;
	font-style: italic;
	color: #22509b;
    margin-left: 10px;
}
#vanquish_contents #conts_case .gradient {
	display: inline-block;
    background: #0f3574;
    background: -moz-linear-gradient(top, #0f3574 0%, #3974d4 50%, #0f3574 100%);
    background: -webkit-linear-gradient(top, #0f3574 0%,#3974d4 50%,#0f3574 100%);
    background: linear-gradient(to bottom, #0f3574 0%,#3974d4 50%,#0f3574 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-right: 15px;
    margin-left: -10px;
}
#vanquish_contents #conts_case .price_area .box .price .big {
	font-size: 52px;
	font-style: italic;
}
#vanquish_contents #conts_case .price_area .box .price .tax {
	font-size: 14px;
    position: relative;
    display: block;
    top: 10px;
}
#vanquish_contents #conts_case .price_area .box .label {
	width: 100%;
	font-size: 18px;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
    padding: 6px 0 6px;
	background-color: #f4101b;
	position: relative;
}
#vanquish_contents #conts_case .price_area .box .label::before {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-image: url("../images/vanquish/parts_04.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	left: 50%;
    margin-left: -6px;
}
#vanquish_contents #conts_case .course_area {
	width: 100%;
    text-align: center;
}
#vanquish_contents #conts_case .course_area h3 {
	margin-bottom: 16px;
}
#vanquish_contents #conts_case .course_area h3 .inner {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/vanquish/parts_02.png"), url("../images/vanquish/parts_03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 12px, 12px;
}
#vanquish_contents #conts_case .course_area .sub_title {
	font-size: 20px;
    font-weight: 600;
	color: #22509b;
    margin-bottom: 6px;
}
#vanquish_contents #conts_case .course_area .course {
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}
#vanquish_contents #conts_case .course_area .course span {
	font-weight: 600;
}
#vanquish_contents #conts_case .course_area .course .img {
	width: 100%;
}
#vanquish_contents #conts_case .course_area .course .text_box {
	width: 100%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #22509b;
	font-size: 18px;
    padding-top: 20px;
}
#vanquish_contents #conts_case .course_area .course .text {
	line-height: 1.4;
	margin-bottom: 4px;
}
#vanquish_contents #conts_case .course_area .course .price {
	display: inline-block;
    font-size: 28px;
	line-height: 1;
	font-style: italic;
	position: relative;
	text-align: center;
}
#vanquish_contents #conts_case .course_area .course .price .big {
	font-size: 48px;
	font-style: italic;
    margin-left: 0;
}
#vanquish_contents #conts_case .course_area .course .price .tax {
	font-size: 14px;
    position: relative;
    display: block;
    top: 10px;
}
#vanquish_contents #conts_detail {
	width: 100%;
	background-image: url("../images/vanquish/bg_06.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#vanquish_contents #conts_detail h3 {
	margin-bottom: 20px;
}
#vanquish_contents #conts_detail .table_wrapper {
	width: 100%;
	padding: 30px 5% 22px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}
#vanquish_contents #conts_detail .table_wrapper table {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 27px;
}
#vanquish_contents #conts_detail .table_wrapper table tr {
	border-bottom: 1px solid #e7e4e5;
}
#vanquish_contents #conts_detail .table_wrapper table tr th {
	width: 35%;
	padding: 15px 3% 13px;
	font-weight: bold;
}
#vanquish_contents #conts_detail .table_wrapper table tr td {
	padding: 15px 3% 13px;
}
#vanquish_contents #conts_detail .table_wrapper .caution {
	color: #f71943;
    text-align: right;
    font-size: 13px;
    padding-top: 4px;
}


 #vanquish_contents #conts_mechanism .mechanism_other h4{
		font-size: 25px;
		text-align: center;
		color: #22509b;
		font-weight: 600;
	}
    #vanquish_contents #conts_mechanism .mechanism_other{background: #d4dee9;padding: 20px;margin-top: 50px;}
    #vanquish_contents #conts_mechanism .mechanism_other ul{
		margin: 0 0 1em 0;
		padding: 20px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
    #vanquish_contents #conts_mechanism .mechanism_other ul li{
		background:#fff;
		padding: 0.25em 1em;
		border-radius:100px;
		box-shadow: 0 5px 0 rgb(0 0 0 / 10%);
		width: 100%;
		text-align: center;
		font-size: 22px;
		margin-bottom: 10px;
	}
}