body{
	background-color: #f3f1f2;
	color: #333333;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
}

#container{
	background-color: #ffffff;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
#header_menu.header-row {
	background: rgba(255, 255, 255, 1) !important;
}
section{
	overflow: hidden;
}

h1{
	background-color: inherit!important;
	box-sizing: border-box!important;
	margin: 0!important;
	padding:0!important;
}
h2{
	color: #ffffff;
	font-weight: bold;
}
h3{
	border: none;
}
.div_link {
	cursor: pointer;
}

#header_menu.header-row .header-row_inner .gloval-nav .tryal-buy_btn li.buy_btn {
	display: none!important;
}

ul li{
	list-style: none!important;
	background-image: none!important;
}

.box2_m, .box3_m {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}

.box2_sc, .box3_sc {
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal !important;
	text-align: left !important;
}

/*メインビジュアル*/
#Title-hedding {
	max-width: 1380px;
	padding: 47px 40px 0!important;
	box-sizing: border-box;
	margin:0 auto!important;
	position: inherit;
	z-index:1;
}
.Title-hedding_wrap.volumelicense{
	background: linear-gradient(125deg, #bacde0 0%, #498cca 30%);
	overflow: hidden;
	margin: 53px auto 50px auto!important;
	position: relative;
}

.sub_navi {
	margin: 0 auto!important;
}

/*現在地用*/
.sub_navi li.sub_navi_li03 a{
	background-color: rgba(255, 255, 255, 0.30);
}


/*スライド用*/
.Title-hedding_wrap.volumelicense .slide{
	z-index: 0;
	opacity: 0.15;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.Title-hedding_wrap.volumelicense .slide:before{
		content: '';
		background: linear-gradient(125deg, #bacde0 0%, #498cca 30%);
		position: absolute;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		display: block;
		opacity: 0.85;
	}
	#Title-hedding {
		z-index: 2;
	}
}

.Title-hedding_wrap.volumelicense .slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation :slideshow 20s linear infinite;
}
@keyframes slideshow {
	0%{
		opacity: 0;
		width: 110%;
	}
	10%{
		opacity: 1;
	}
	20%{
		opacity: 1
	}
	30%{
		opacity: 0;
		width: 100%;
	}
	100%{
		opacity: 0;
	}
}
.slide .img1 {
	animation-delay: 0s!important;
}

.slide .img2 {
	animation-delay: 5s!important;
}

.slide .img3 {
	animation-delay: 10s!important;
}

.slide .img4 {
	animation-delay: 15s!important;
}

/*↑↑↑↑スライド用↑↑↑↑*/

#Title-hedding .title_block{
	margin-bottom: 30px!important;
}
#Title-hedding .title_block h1{
	top: 0!important;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	margin-top: 30px!important;
}

#Title-hedding .title_block h1 img{
	display: inline-block;
	width: 100%;
	max-width: 250px;
	vertical-align: middle;
}
#Title-hedding .title_block h1 p{
	font-size: 100%;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	font-weight: bold;
	margin-bottom: 0!important;
}
#Title-hedding .title_block h1 span{
	font-size: 34%;
	display: block;
	font-weight: normal;
}

/*PCでは有効（改行する）*/
.pc {
	display: block;
}

/*PCでは無効（改行しない）*/
.sma {
	display: none;
}

.intro_block{
	padding-bottom: 50px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.intro_block .img_box{
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: -8rem;
	top: -10rem;
	width: 55%;
}



.intro_block .img_box img{
	width: 100%;
}

.intro_block a{
	color: inherit;
	text-decoration: underline;
}

.intro_block h2{
	font-size: 125%;
	width: 60%;
}

.intro_block ul{
	margin: 30px 0 20px 0;
	z-index: 1;
	position: inherit;
}
.intro_block li{
	line-height: 1.5;
	font-size: 20px;
}

.intro_block .note{
	font-size: 12px;
}
.button_wrap{
	margin: 40px auto 0;
	width: 100%;
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 1;
	position: inherit;
}

.button_wrap .button{
	border-radius: 10px;
	background: linear-gradient(125deg, #ffb644 0%, #ff9344 100%);
	width: 48%;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	font-size:24px;
	color: #ffffff;
}

.mv_button {
	margin: 5px 0 20px 0;
	font-size: 20px;
	color: #ffe744;
}

.mv_note {
	width: 30%;
	padding: 8px;
	font-size: 13px !important;
	color: #3c3c3c;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}

a.button{
	text-decoration: none;
}

/*キャンペーンバナーエリア*/
.campaign_area{
	display: block;
	width: 100%;
	max-width: 1380px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px;
}
.campaign_area img{
	width: 100%;
}


/* ボリュームライセンスバナー */


.mv_bottom_bn {
	max-width: 1380px;
	margin: 0 auto;
}

.mv_bottom_bn img {
	width: 100%;
}

/* 導入実績 */

.case_midashi {
	border-left: 9px solid orange;
	font-size: 30px;
	text-align: left!important;
}

.case_midashi span {
	color: #333333;
	padding: 5px 20px;
}

p.case_midashi {
	margin: 2em 0 1em 0;
	line-height: 1.5;
}

.container {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 60px 100px;
	border-bottom: 1px solid #bebebe;
}

.container_t {
	width: 70%;
	display: block;
	text-align: center!important;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	margin: 30px auto;
	padding: 35px 25px;
	box-sizing: border-box;
}

.container_t p{
	margin: 10px auto 0;
}



.container_t p a {
	color: #15A8FB;
	font-size: 20px!important;
}

.case_end {
	text-align: center;
}

.case_title p {
	color: #333333;
	font-size: 200%;
	font-weight: 900;
	text-align: left;
}

span.keishou {
	font-size: 16px !important;
	font-weight: normal!important;
}

.content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.5em auto;
}

.container .content:nth-child(2) {
	margin-top: 3.5em;
}

.content a {
	color: #15A8FB;
}

.content img {
	width: 24%;
}

.case_m {
	padding:0;
	margin-left: 80px;
}

.case_m h3 {
	color: #333333;
	padding-bottom: 15px;
}

.case_m p {
	text-align: left!important;
	font-weight: normal!important;
	font-size: 18px;
	margin:0;
}

.video {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.video p {
	margin: 2.5em 0 1em 0;
}

.video h3 {
	padding-bottom: 20px;
}

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	max-width: 650px;
	aspect-ratio: 16 / 9;
}

p.marker_yellow {
	font-size: 25px!important;
	color: #ffffff;
	background-color: orange;
	width: fit-content;
	padding: 8px 20px;
	border-radius: 8px;
	display: block;
	margin: 2em auto 1em;
}


/*セクション*/
section{
	background-color: #ffffff;
}

/* LP6 */

.lp6_content {
	margin-top: 60px;
}

.lp6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 ;
}

.lp6_item {
	width: 33%;

}

.lp6_sakka {
	position: absolute;
	top: 155px;
	right: 4px;
}

.link_box{
	width: 100%;
	display: block;
	color: #fff;
	padding: 50px 0;
	background-size: 120%;
	background-position: left;
}
.green .link_box{
	background:linear-gradient(to right, rgb(80 193 147 / 70%) 0%,rgb(80 193 147 / 70%) 100%);
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: left;
}
.purple .link_box{
}

.link_box_inner{

	max-width: 1300px;
	margin: 0 auto;
}
/*
.link_box_inner h3{
	display: block;
	text-align: center;
}
*/

.link_box_inner .genre_set{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
	flex-wrap: wrap;
}
.link_box_inner .genre_set a {
	width: 32%;
	box-shadow: rgba(75,53,16,0.34) 0px 0px 7px;
	text-decoration: none;
	/*box-shadow: none;*/
	padding-top: 8% !important;
	border-radius: 8px;
	background-size: cover!important;
	transition:opacity 0.3s ease 0s, transform 0.3s ease 0s;
	display: flex;
	margin-bottom: 30px;
	align-items: flex-end;
}
.link_box_inner .genre_set a:last-child {
	margin-right: 0;
}
.link_box_inner .genre_set a > span {
	border-radius: 0 0 8px 8px;
	background-color: rgba(248,246,230,0.85);
	transition: 0.3s ease 0s;
}
.genre_set a {
	display: flex;
	position: relative;
	width : 18.3%;
	height : auto;
	padding-top: 10% !important;
	background-color: #f8f8f8;
	background-size : 100% auto;
	background-repeat: no-repeat;
	box-sizing : border-box;
	box-shadow : rgba(0,0,0,0.58) 0px 0px 7px;
	border-radius : 0;
	font-size: 13px;
	background-position: center;
}
.genre_set a > span {
	display : flex;
	align-items : center;
	justify-content: space-between;
	position : relative;
	bottom : auto;
	left : auto;
	width : 100%;
	height : auto;
	min-height: 45px;
	padding: 0.25rem 0.8rem;
	background-color : rgb(255, 255, 255);
	box-sizing: border-box;
	font-size: 110%;
	text-align : center;
}
.genre_set a > span > span {
	display : block;
	position : static;
	left: -50%;
	width : auto;
	height : auto;
	text-align: left;
}
.genre_set i.fa {
	display: block;
	position: static;
	height: auto !important;
	margin: 0;
	margin-left: 8px;
	color: #3EA3F9;
	text-align: right;
}
.genre_set a > div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2% 8% 20%;
	box-sizing: border-box;
	background-color: rgba(85,72,56,0.6);
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	border-radius: 8px;
	opacity: 0;
	transition:opacity 0.3s ease 0s;
	line-height: 1.4em;
}

/*section:nth-child(odd){
	background-color: #f3f1f2;
}*/

.section_wrapper{
}
.section_wrapper_col h2{
	color: #333333;
	font-size: 200%;
	font-weight: 900;
	margin-bottom: 50px!important;
}

.section_wrapper_col h3{
	font-size: 150%;
	margin:0;
}

.section_wrapper_col h3 span{
	display: inline-block;
	text-align: center;
	color: #ffffff;
	background: #df3183;
	font-weight: bold;
	font-style: italic;
	font-size: 2.25rem;
	line-height: 1;
	margin-right: 20px;
	padding: 10px 20px;
	border-radius: 10px;
	vertical-align: middle;
}

.section_wrapper_col .content_box{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 100px;
}

.section_wrapper_col .content_box.last{
	margin-bottom: 0;
}

.section_wrapper_col .content_box.last h4{
	display: block;
	width: 100%;
	font-size: 150%;
	font-weight: normal;
	margin:30px auto 10px;
}

.section_wrapper_col .content_box li{
	font-weight: normal;
	line-height: 2;
	display: block;
}

.section_wrapper_col .content_box li a{
	color: #3FA0CF!important;
}

.section_wrapper_col .content_box .img_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.section_wrapper_col .content_box.point2 .img_box img{
	width: 48%;
	border-radius: 10px;
}

.section_wrapper_col .content_box.point3 .img_box div{
	width: 100%;
	text-align: center;
}

.section_wrapper_col .content_box.point3 .img_box img{
	border-radius: 10px;
	width: 90%;
}

.section_wrapper_col .content_box.point1 .img_box div{
	width: 30%;
	text-align: center;
	margin-bottom: 50px;
}
.section_wrapper_col .content_box.point1 .img_box img{
	border: 1px solid #f3f1f2;
}
.section_wrapper_col .content_box.point1 .img_box div p{
	margin-top: 10px;
	font-weight: bold;
}

#using .content_box{
	margin: 0 auto!important;
}

.using_wrap{
	display: block;
	margin-top: 50px;
}

.using_box{
	box-sizing: border-box;
	display: flex;
	border-radius: 10px;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #cccccc;
	padding: 40px 60px;
	margin-bottom: 50px;
	background: #ffffff;
}
.using_box:last-child{
	margin-bottom: 0px;
}

.using_name{
	text-align: left!important;
	font-size: 125%;
	margin-bottom: 20px;
	font-weight: normal!important;
}
.using_name a{
	font-weight: bold;
	font-size: 135%;
	margin-right: 10px;
}

.using_box .logo_box{
	flex-basis: 25%;
	width: 100%;
	text-align: center;
}
.using_box .logo_box p{
	text-align: left;
	margin-bottom: 0;
	font-size: 85%;
}
.using_box .logo_box a img{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.using_box .logo_box a p{
	font-size: 125%;
}

.using_box .text_box{
	flex-basis: 70%;
	width: 100%;
	max-width: 100%;
}
.using_box .text_box p{
	text-align: left;
	font-weight: normal;
}

.using_box .text_box li{
	list-style: inherit!important;
	font-size: 85%;
	text-indent: -1em!important;
	padding-left: 1em!important;
}

.section_wrapper_col .using_box + p{
	display: block;
	margin-top: 30px;
	text-align: left!important;
	font-weight: 500;
	line-height: 1.5;
}
.section_wrapper_col .using_box + p span{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 759px){
	.using_box{
		display: block;
		padding: 30px;
	}
	.using_box .logo_box {
		width: 65%;
		margin: 0 auto 30px;
	}

	.using_box .logo_box p{
		text-align: center;
	}
	.using_name a{
		font-size: 125%;
		display: block;
	}
}

.casestudy_wrap{
	display: block;
	margin-top: 50px;
}

.casestudy_box{
	box-sizing: border-box;
	display: flex;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 40px 60px;
	justify-content: space-between;
	align-items: center;
}

.casestudy_box .logo_box{
	flex-basis: 35%;
	width: 100%;
}
.casestudy_box .logo_box p{
	text-align: left;
	margin-bottom: 0;
	font-size: 85%;
}
.casestudy_box .logo_box a img{
	width: 100%;
	max-width: 100%;
	margin: 30px auto;
}
.casestudy_box .logo_box a p{
	font-size: 125%;
}

.casestudy_box .text_box{
	flex-basis: 60%;
	width: 100%;
	max-width: 100%;
}
.casestudy_box .text_box p{
	text-align: left;
}

.casestudy_box .text_box li{
	list-style: inherit!important;
	font-size: 85%;
	text-indent: -1em!important;
	padding-left: 1em!important;
}


.section_wrapper_col .casestudy_box + p{
	display: block;
	margin-top: 30px;
	text-align: left!important;
	font-weight: 500;
	line-height: 1.5;
}
.section_wrapper_col .casestudy_box + p span{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 759px){
	.casestudy_box{
		display: block;
		padding: 30px;
	}
	.casestudy_box .logo_box {
		margin-bottom: 30px;
	}

	.casestudy_box .logo_box p{
		text-align: center;
	}
}

/*表*/
.section_wrapper_col .content_box .table_box{
	width: 100%;
	max-width: 800px;
	margin: 40px auto 0;
}
.section_wrapper_col .content_box .table_box h4{
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}

.section_wrapper_col .content_box table{
	margin:0 auto;
	text-align: center;
	border: none;
}

.section_wrapper_col .content_box th{
	text-align: center;
	border:solid 1px #999999;
	border-top: none;
}

.section_wrapper_col .content_box th.blue{
	background-color: #498cca!important;
}

.section_wrapper_col .content_box td{
	text-align: center;
	border:solid 1px #999999;
	background-color: #ffffff;
}
.section_wrapper_col .content_box .dot td{
	border:none;
	font-weight: 900;
	color: #999999;
	line-height: 1;
	background-color: #f3f1f2;
}

.section_wrapper_col .content_box td.blue{
	color: #498cca;
}

/*CLIP STUDIO PAINT ボリュームライセンス*/
.wrap_01{
	background-color: #f3f1f2;
}

.wrap_02 .content_box h3{
	font-weight: 900;
	margin-bottom: 15px;
}

.feature{
	position: relative;
}
.feature .img_box{
	display: inline-block;
	position: absolute;
	z-index: 0;
	right: -8rem;
	top: -5rem;
	width: 45%!important;
}

.feature .img_box img{
	width: 100%;
}

table.type03{
	background: inherit;
}

.wrap_02 .section_wrapper_col .content_box .table_wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.wrap_02 .section_wrapper_col .content_box .table_box{
	width: 48%;
	margin:0;
}

.wrap_02 .section_wrapper_col .content_box .note li{
	font-weight: normal;
	line-height: 1.2;
	font-size: 12px;
}

/*Q & A*/
.section_wrapper_col .content_box li.que{
	font-weight: bold;
	margin-bottom: 10px;
}
.section_wrapper_col .content_box li.ans{
	font-weight: normal;
	border-bottom: 2px dotted #cccccc;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.section_wrapper_col .content_box li span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 5%);
	padding-left: 1em;
}

.que:before{
	content: 'Q';
	font-weight: 900;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #498cca;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

.ans:before{
	content: 'A';
	font-weight: 900;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: #dd3181;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

#faq .section_wrapper_col .content_box .table_box{
	width: 100%;
	max-width:inherit;
	margin: 40px auto 0;
}

#faq .section_wrapper_col .content_box .table_box th,
#faq .section_wrapper_col .content_box .table_box td{
	width: inherit;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	text-indent: inherit;
}

#faq .section_wrapper_col .content_box .table_box p{
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-indent: initial;
}

.section_wrapper_col p{
	font-weight: bold;
	text-align: center;
}

.sns-waku {
	background: initial;
}

/*海外用*/
#Contents_top {
	padding: 0!important;
	margin: 0 auto!important;
}

.kaigai #Title-hedding {
	margin: 0 auto !important;
	padding: 20px 40px 0!important;
}

.kaigai .intro_block .img_box {
	top: -2.5rem;
	width: 45%;
}

.kaigai .section_wrapper {
	max-width: 1380px;
	padding: 70px 40px 80px 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.kaigai .img_box img{
	width: 100%;
}

.kaigai .point1 .img_box img{
	width: 48%;
	border-radius: 10px;
}

.kaigai .Title-hedding_wrap.volumelicense{
	margin: 0 auto !important;
}

.kaigai .section_wrapper_col .content_box th {
	text-align: center;
	border: solid 1px #999999;
	border-top: none;
	background-image: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #fff;
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #666;
	width: 20%;
}


/*日本語キャンペーン用*/
.campaign_block .section_box {
	background: #f9f8f8;
	padding: 50px 0 80px;
	margin: 30px auto 0;
	border-radius: 20px;
}
.campaign_block .section_wrapper_col {
	margin-bottom: 30px;
}
.campaign_block .section_wrapper_col h2 {
	text-align: center;
	color: #D21C24;
	margin: 0 auto 20px !important;
}
.campaign_block .section_wrapper_col p {
	margin-bottom: 20px;
}
.campaign_block .section_wrapper_col .marker_yellow {
	margin: 0 auto;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 {
	margin-top: 30px;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 div {
	width: 49%;
	text-align: left;
	margin-top: 0;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 p {
	margin: 10px auto;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 ul {
	padding: 0 20px;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box div {
	width: 32%;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 20px;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box li {
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}
p.marker_red {
	font-size: 1em;
	color: #ffffff;
	background-color: #D21C24;
	height: auto;
	padding: 15px;
	line-height: 1.2;
	display: block;
	margin: 10px auto;
	align-content: center;
}
.campaign_block .section_wrapper_col .content_box.point1 .img_box img {
	margin-bottom: 10px;
	border: none;
}
.campaign_block .notes {
	font-size: 12px;
	padding: 35px 25px 0;
}



/*タブレット*/
@media screen and (max-width: 1399px) {
	.section_wrapper_col h3{
		margin: 0 auto;
		max-width: 1140px;
	}
	.section_wrapper_col .content_box {
		margin-top: 20px;
	}
	.feature .img_box{
		right: 0;
	}
	.ja .intro_block .img_box {
		top: -4em;
		width: 50%;
	}
}

/*スマホ*/
@media screen and (max-width: 759px){
	#Title-hedding{
		margin: inherit!important;
		padding: 20px 10px 20px 10px!important;
	}

	.Title-hedding_wrap.volumelicense .slide img {
		width: 200%;
		top: 0;
		left: 0;
		margin-top: 50px;
		transform: translate(0%, 0%);
	}

	.ja .intro_block .img_box {
		top: 0;
	}

	@keyframes slideshow {
		0%{
			opacity: 0;
			left: -20%;
		}
		10%{
			opacity: 1;
		}
		20%{
			opacity: 1
		}
		30%{
			opacity: 0;
			left: -40%;
		}
		100%{
			opacity: 0;
		}
	}

	/*スマートフォンでは無効（改行しない）*/
	.pc {
		display: none;
	}

	/*スマートフォンでは有効（改行する）*/
	.sma {
		display: block;
	}

	.section_wrapper {
		padding: 30px 20px 45px 20px;
	}

	.intro_block .img_box{
		width: 55%;
	}

	.intro_block .img_box img{
		position: absolute;
		width: 110%;
		top: -0.5rem;
		right: -0.4rem;
	}

	.mv_note {
		width: 50%;
		padding: 6px;
		font-size: 11px !important;
	}

	.mv_button {
		font-size: 90%;
	}

	.Title-hedding_wrap.volumelicense{
		margin: 0 auto 30px!important;
	}
	#Title-hedding .title_block{
		padding: 0 10px;
	}
	#Title-hedding .title_block h1{
		margin-top: 0!important;
	}
	#Title-hedding .title_block h1 img {
		max-width: 180px;
	}
	#Title-hedding .title_block h1 p {
		margin-left: 0;
		margin-top: 10px;
	}

	#header_menu.header-row .header-row_inner .gloval-nav .tryal-buy_btn li.buy_btn {
		padding-left: 10px;
	}

	.container {
		padding: 25px 25px 35px 25px;
	}

	.content {
		display: block;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.content img {
		align-items: center;
		width: 50%;
		display: block;
		margin: 0 auto 10px;
	}

	.case_title p{
		font-size: 180%;
		line-height: 1.5;
		margin-top: 20px;
	}
	.case_title p span{
		font-size:70% ;
	}

	.case_title span.keishou {
		font-size: 50%!important;
	}

	p.case_midashi {
		margin: 2em 0 1em;
		padding-left: 10px;
	}

	.case_m {
		padding: 0;
		margin: 0;
	}

	.case_m h3 {
		text-align: center!important;
		padding-bottom: 0;
		font-size: 130% !important;
	}

	.case_m p {
		font-size: 100%;
		margin: 0;
	}

	.case_midashi {
		border-left: 5px solid orange;
		font-size: 23px;
	}

	.container_t {
		width: 100%;
		margin: 10px auto;
		padding: 4px 20px 25px 20px;
	}

	.container_t p a {
		font-size: 110%!important;
	}

	.case_end {
		padding-top: 30px;
		font-size: 100%;
		margin: 0!important;
	}

	h3.case_end {
		text-align: center!important;
		font-size: 110% !important;
		text-indent: 0!important;
		padding-left: 0!important;
		letter-spacing: -0.03em;
	}

	.case_m h3 {
		text-indent: 0!important;
		padding-left: 0!important;
	}

	.lp6_content h3.case_end {
		text-align: left!important;
		text-indent: 0!important;
		padding: 0!important;
		letter-spacing: -0.04em;
	}

	.case_midashi span {
		padding: 0;
	}

	p.marker_yellow {
		font-size: 20px!important;
		font-size: 95% !important;
	}

	p.marker_yellow span {
		padding: 2px 20px;
	}

	.section_wrapper_col .content_box.point3 .img_box div{
		margin-top: 25px;
	}

	.box2_m, .box3_m {
		font-size: 115%;
	}

	.box2_m span.keishou,
	.box3_m span.keishou {
		font-size: 80% !important;
	}


	.box2_sc, .box3_sc {
		font-size: 78%;
		padding-bottom: 10px;
	}

	.lp6_content h3 {
		padding-top: 0!important;
	}

	.link_box {
		padding: 15px 0 5px 0;
	}

	.link_box_inner .genre_set a {
		width: 48%;
		box-shadow: rgba(75,53,16,0.34) 0px 0px 5px;
		padding-top: 14% !important;
		margin-bottom: 12px;
		min-height: 90px;
	}

	.link_box_inner .genre_set a > span {
		border-radius: 0 0 8px 8px;
	}

	.genre_set a > span {
		min-height: 35px;
		font-size: 90%;
	}

	.lp6_sakka {
		position: absolute;
		top: 95px;
		font-size: 8px;
	}

	.intro_block{
		position: initial;
		padding: 0 10px;
	}

	.intro_block .img_box{
		right: 0;
		width: 45%;
	}
	.intro_block h2 {
		font-size: 100%;
		width: 100%;
	}
	.intro_block ul {
		margin: 15px auto;
	}
	.intro_block li {
		font-size: 90%;
	}
	.button_wrap {
		margin: 20px auto 0;
	}
	.button_wrap .button {
		padding: 10px;
		font-size: 16px;
	}
	.section_wrapper_col h2{
		font-size: 1.6em;
		font-weight: 800;
		line-height: 1.2;
		margin-bottom: 20px!important;
	}
	.section_wrapper_col h3{
		font-size: 125%;
		margin-bottom: 20px;
		text-indent: -43px;
		padding-left: 44px;
	}
	.section_wrapper_col h3 span {
		font-size: 1.25rem;
		padding: 5px 10px;
		border-radius: 5px;
		margin-right: 10px;
		display: inline;
	}
	.section_wrapper_col .content_box {
		margin: 0 auto 40px;
	}
	.section_wrapper_col .content_box li {
		line-height: 1.25;
		font-size: 90%;
		margin-bottom: 7px;
	}
	.section_wrapper_col .content_box .img_box {
		display: block;
		margin-top: 0;
	}
	.section_wrapper_col .content_box.point2 .img_box img {
		width: 100%;
		border-radius: 5px;
		margin-top: 10px;
	}
	.section_wrapper_col .content_box .table_box {
		margin: 20px auto 0;
	}
	.section_wrapper_col .content_box.point1 .img_box div {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.wrap_02 .section_wrapper_col .content_box .table_wrap {
		display: block;
		margin-bottom: 10px;
	}
	.wrap_02 .section_wrapper_col .content_box .table_box {
		width: 100%;
		margin-bottom: 10px;
	}
	.section_wrapper_col .content_box th {
	}
	.feature .img_box {
		position: initial;
		margin: 0 auto;
		width: 90%!important;
	}
	.que:before,
	.ans:before{
		font-size: 1.25rem;
		width: 1rem;
	}

	.section_wrapper_col .content_box li span {
		width: calc(100% - 13%);
		padding-left: 1em;
	}


	#faq .section_wrapper_col .content_box .table_box th,
	#faq .section_wrapper_col .content_box .table_box td{
		text-indent: 0!important;
		padding: 15px 10px;
	}

	/*海外モバイル用*/
	.kaigai #Title-hedding {
		padding: 70px 20px 30px!important;
	}

	.kaigai .intro_block .img_box {
		right: 0;
		top: 3.5em!important;
		width: 42%;
	}
	.kaigai .section_wrapper {
		padding: 20px;
	}

	.kaigai .point1 .img_box img{
		width: 100%;
	}


	/*現在地用*/
	.sub_navi li.sub_navi_li03 a{
		background-color: rgba(255, 255, 255, 0.30);
	}

	.sub_navi_wrapper{
		background-color: #ffffff;
	}


	/*日本語キャンペーン用SP*/
	.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 div {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.campaign_block .section_wrapper {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.campaign_block .section_box {
		background: none;
		border-radius: 0px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.campaign_block .section_wrapper_col {
		margin-bottom: 50px;
	}
	.campaign_block .section_wrapper_col h2 {
		text-align: center;
		color: #D21C24;
	}
	.campaign_block .section_wrapper_col p {
		margin-bottom: 20px;
		text-align: left;
	}
	.campaign_block .img_box p {
		text-align: center;
	}
	.campaign_block .section_wrapper_col .marker_yellow {
		margin: 0 auto;
	}
	.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 p {
		text-align: center;
		margin-bottom: 10px;
	}
	.campaign_block .section_wrapper_col .content_box.point1 .img_box.box2 ul {
		padding: 0;
	}
	.campaign_block .section_wrapper_col .content_box.point1 .img_box div {
		width: 100%;
	}
	.campaign_block .section_wrapper_col .content_box.point1 .img_box li {
		text-align: left;
	}
	.campaign_block .section_wrapper_col .content_box.point1 .img_box img {
		border: none;
	}
	.campaign_block .notes {
		font-size: 1em;
		padding: 0.5rem 0.5rem 0;
	}
	.campaign_block .campaign_area {
		padding: 0 20px;
	}
	p.marker_red {
		margin-top: 0 !important;
	}

}