@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////////////////////////////////

海外全言語トップページのみで使用するCSSです。
トップページのみ下層ページとレスポンシブの挙動が異なります。

ブラウザ幅「760px」以上：「design_en_top.css」
ブラウザ幅「760px」未満：「design_en_top_m.css」

//////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////
基本
//////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////
パーツ
//////////////////////////////////////////////////////////////////////////*/

/**************************************************************************/
/*パソコン非表示*/

.pc_none {
	display:none;
}


/**************************************************************************/
/*セール未開催*/

.not_sale{
	dislpay:inline-block !important;
}
.sale{
	display:none !important;
}

/**************************************************************************/
/*ボタン系*/
.bt_type01 a, a.bt_type01, .bt_type02 a, a.bt_type02, .bt_type07 a, a.bt_type07, .bt_type07_min a, a.bt_type07_min, .bt_type07_large a, a.bt_type07_large {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.bt_type01 a:hover, a:hover.bt_type01, .bt_type02 a:hover, a:hover.bt_type02, .bt_type07 a:hover, a:hover.bt_type07, .bt_type07_min a:hover, a:hover.bt_type07_min, .bt_type07_large a:hover, a:hover.bt_type07_large {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.gray a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.bt_type07 {
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bt_type07 a{
	color:#fff;
	font-size:200%;
	font-weight:bold;
	line-height:1.8em;
	text-align:center;
	text-decoration:none;
	display:block;
	background:#888;
	text-shadow: -1px -1px 0px #777;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-repeat:repeat-x;
	background-position:center center;
}
.bt_type07 a span{
	color:#fff;
	text-decoration:none;
}
.bt_type07_large {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bt_type07_large a{
	color:#fff;
	font-size:200%;
	font-weight:bold;
	line-height:2em;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	display:block;
	text-shadow: -2px -2px 0px #777;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-repeat:repeat-x;
	background-position:center bottom;
}
.bt_type07_large a span{
	font-size:100%;
	color:#fff;
	text-decoration:none;
}
.bt_type07_min {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.bt_type07_min a, a.bt_type07_min {
	padding:10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	border-radius: 3px;
	background-repeat: repeat-x;
	background-position: center center;
	line-height: 100%;
	font-size: 18px;
	box-sizing: border-box;
}
.bt_type07_min a span{
	color:#fff;
	text-decoration:none;
}
.yellow01 a{
	background-image:url(../../../img/en/bt_type07_gradation_yellow01.png) !important;
	border:1px solid #F1B700 !important;
	text-shadow: -1px -1px 0px #C78F00 !important;
}
.yellow02 a{
	background-image:url(../../../img/en/bt_type07_gradation_yellow02.png) !important;
	border:1px solid #F1B700 !important;
	text-shadow: -1px -1px 0px #C78F00 !important;
}
.orange01 a{
	background-image:url(../../../img/en/bt_type07_gradation_orange01.png) !important;
	border:1px solid #FF8B3D !important;
	text-shadow: -1px -1px 0px #EE5600 !important;
}
.blue01 a{
	background-image:url(../../../img/en/bt_type07_gradation_blue01.png) !important;
	border:1px solid #367AA8 !important;
	text-shadow: -1px -1px 0px #2A5A7A !important;
}
.wmc a{
	background-image:url(../../../img/en/bt_type07_gradation_wmc.png) !important;
	border:1px solid #D25175 !important;
	text-shadow: -1px -1px 0px #A82E6A !important;
}

.red01 a{
	background-image:url(../../../img/en/bt_type07_gradation_red01.png) !important;
	border:1px solid #d85244 !important;
	text-shadow: -1px -1px 0px #a11409 !important;
}

.blue01_min a{
	background-image:url(../../../img/en/bt_type07_gradation_blue01_min.png) !important;
	border:1px solid #367AA8 !important;
	text-shadow: -1px -1px 0px #2A5A7A !important;
}
.green01 a{
	background-image:url(../../../img/en/bt_type07_gradation_green01.png) !important;
	border:1px solid #8CC95E !important;
	text-shadow: -1px -1px 0px #40A344 !important;
}
.green02 a{
	background-image:url(../../../img/en/bt_type07_gradation_green02.png) !important;
	border:1px solid #73B326 !important;
	text-shadow: -1px -1px 0px #40A344 !important;
}
.gray a{
	border:1px solid #888 !important;
}
.white01_min a{
	background-image:url(../../../img/en/bt_type07_gradation_white01_min.png) !important;
	border:1px solid #fff !important;
	text-shadow: none !important;
}
.green01_min a{
	background-image:url(../../../img/en/bt_type07_gradation_green01_min.png) !important;
	border:1px solid #8CC95E !important;
	text-shadow: -1px -1px 0px #40A344 !important;
	background-color: #83C92C;
}
.yellow01_large a{
	background-image:url(../../../img/en/bt_type07_gradation_yellow01_large.png) !important;
	border:2px solid #F1B700 !important;
	text-shadow: -2px -2px 0px #C78F00 !important;
}
.yellow02_large a{
	background-image:url(../../../img/en/bt_type07_gradation_yellow02_large.png) !important;
	border:2px solid #F1B700 !important;
	text-shadow: -2px -2px 0px #C78F00 !important;
}
.orange01_large a{
	background-image:url(../../../img/en/bt_type07_gradation_orange01_large.png) !important;
	background-color:#f99c00;
	border:2px solid #FF8B3D !important;
	text-shadow: -2px -2px 0px #EE5600!important;
}
.green01_large a{
	background-image:url(../../../img/en/bt_type07_gradation_green01_large.png) !important;
	background-color:#aff517;
	border:2px solid #8CC95E !important;
	text-shadow: -2px -2px 0px #40A344 !important;
}
.yellow01_min a{
	background-image:url(../../../img/en/bt_type07_gradation_yellow01_min.png) !important;
	border:1px solid #F1B700 !important;
	text-shadow: -1px -1px 0px #C78F00 !important;
}
.orange01_min a{
	background-image:url(../../../img/en/bt_type07_gradation_orange01_min.png) !important;
	border:1px solid #FF8B3D !important;
	text-shadow: -1px -1px 0px #EE5600 !important;
	background-color: #FF7C07;
}
.yellow01_min_active{
	background-image:url(../../../img/en/bt_type07_gradation_yellow01_min.png) !important;
	border:1px solid #F1B700 !important;
	text-shadow: -1px -1px 0px #C78F00 !important;
}
.orange01_min_active{
	background-image:url(../../../img/en/bt_type07_gradation_orange01_min.png) !important;
	border:1px solid #FF8B3D !important;
	text-shadow: -1px -1px 0px #EE5600 !important;
}
.bt_type07_min.orange01_min,
.bt_type07_min.green01_min {
	display:table;
	width:100%;
}
.bt_type07_min.green01_min a,
.bt_type07_min.orange01_min a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 34px;
	max-width: 760px;
	padding: 0 !important;
	background-color: #666;
}
.bt_type07_large a {
	height: 56px;
	line-height: 56px;
}
.ipad_bt_b a{
	border-width:2px;
}
.ipad_btset_b .set_text{
	color:#fff;
	padding-top:0 !important;
}
.main_copy_area .ipad_btset_b .set_text,
.prodcts_ad .ipad_btset_b .set_text{
	font-size: 155%;
	line-height: 1.25em;
}
.main_copy_area .ipad_bt_b a,
.prodcts_ad .ipad_bt_b a{
	font-size:190%;
	line-height:1.1em;
	padding:12px 10px 9px;
}
.fv_buttons_set .ipad_btset_b{
	display:table;
}
.box_ipad .ipad_bt_b a,
.fv_buttons_set .ipad_bt_b a{
	font-size:180%;
	line-height:1.1em;
	padding:10px;
}
.box_ipad .ipad_bt_layout .text .font_small,
.fv_buttons_set .ipad_bt_layout .text .font_small{
	line-height:1em !important;
}
.fv_buttons_set .ipad_btset_b .set_text{
	font-size:110%;
	line-height:1.4em;
}
.fv_buttons_set.pro .ipad_btset_b .set_text .free_sixmonth{
	display:none;
}


/**************************************************************************/
/*リストヘッダー系*/

.list_header_angle-r:before{
	content: "\f105";
	font-family: FontAwesome;
}
.list_header_angle-r a{
	padding-left:0.3em;
}


/**************************************************************************/
/*テキスト系*/

.font_small {
	font-size:90% !important;
}
.font_red {
	color:#FF0000 !important;
}
.font_gray {
	color:#999;
}
.strong_color {
	color: #CB4C4C;
}
.font_s {
	text-decoration:line-through;
}
.result_BCN p{
	text-align: end;
	padding: 3px 15px 0 0;
	color: #ffffff;
	background: none;
}

/**************************************************************************/
/*見出し系*/

.site_top h2, h1 {
	font-size:260%;
	line-height:1.2em;
    padding: 10px 20px;
	background-image:none;
}
.site_top h2.badge, h1.badge {
	display:table;
	width:100%;
	box-sizing:border-box;
}
.site_top h2.badge .text, h1.badge .text,
.site_top h2.badge .space, h1.badge .space{
	display:table-cell;
	vertical-align:middle;
}
.site_top h2.badge .space, h1.badge .space {
	text-align:right;
	padding-left:15px;
}
.site_top h2.badge .space img, h1.badge .space img {
	margin:-30px 0;
	width:100px !important;
	max-width:none !important;
	height:89px;
}
.site_top h2, .site_top h1 {
	margin-bottom:0;
}
h1 {
	font-size:180%;
}
.site_top h2 span.section_number {
	display:inline-block;
	color:#999;
	width:1em;
}
h3 {
	font-size: 155%;
	font-weight: normal;
	margin-bottom:20px;
	margin-top:0px;
	border:none;
	padding:0;
	border-color:#253537;
	display:table;
	line-height: 1.37em;
	width:100%;
}
.site_top h3:last-child {
	margin-bottom:0;
}

div.h h3, div.h h2{
	font-size:140%;
}
h3.seo_catch{
	font-size:220%;
	line-height:1.2em;
}
h4{
	font-size:120%;
	color: #999;
}
.h4{
	background:#eee;
	padding:2px;
	margin-top:30px;
	margin-bottom:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.h4 h4{
	margin-bottom:0;
	text-indent:6px;
}


/*※*/
span.caution_number {
	font-size:80%;
	vertical-align:text-top;
	line-height:1em;
}
.site_top h3 span.caution_number {
	font-size:50%;
	vertical-align:super;
}

/*youtubeレスポンシブ*/
div.youtube, div.douga {
    position:relative !important;
    top:auto !important;
    padding: 0px !important;
	width:100% !important;
	padding-top: 56.25% !important;
	margin:0;
}
div.youtube iframe, div.douga iframe {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

/*オンマウスで画像透過*/
#Sample a img, #Sample img{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#Sample a img:hover, #Sample img:hover{
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}

/*//////////////////////////////////////////////////////////////////////////
コンテンツエリアの最大横幅
//////////////////////////////////////////////////////////////////////////*/

.area_inner {
	margin:0 auto;
}
.area_inner, #Header_Container, .footer_contents {
	max-width:1200px;
}


/*//////////////////////////////////////////////////////////////////////////
上書き系
//////////////////////////////////////////////////////////////////////////*/

.header_global span {
	color:#ccc !important;
}

.center_align.font130.font_bold.mar_btm20,
div.right_align+.center_align.font_bold,
#Main_area > .center_align.font_bold {/*各ページ見出し文言*/
	text-align:left !important;
}

/*//////////////////////////////////////////////////////////////////////////
外組レイアウト
//////////////////////////////////////////////////////////////////////////*/

#body_bg_grade {
	width:100%;
	height:100%;
}
#Wrapper {
	width:auto;
	margin:0 auto -260px;
	min-height:100%;
	height:auto !important;
}
#Container {
	margin:0 auto;
	width:100%;
	padding:0;
	position:relative;
}
#Contents_top {
	width:100%;
	color:#333;
	padding:0 0;
	margin:0 auto;
	box-sizing:border-box;
	background-color: transparent;
}
#Main_area {
	width:100%;
	box-sizing:border-box;
	padding: 0px !important;
	margin: 0;
}
#Main_area img {
	width:auto;
	max-width:100%;
}
.bg_dark {
	width: 100%;
	padding: 80px 60px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.bg_dark {
	width: 100%;
	padding: 0 60px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.bg_dark.fv_area_bottom{
	padding-top: 0 !important;
	padding-bottom: 100px;
}


/**************************************************************************/
/*ヘッダー*/

#Header {
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
	position:fixed;
	top:0px;
	left:0;
	border-bottom:1px solid #403F41;
	z-index:10;
}
#Header_Container {
	width:100%;
	height:49px;
	margin:0 auto;
	position:relative;
}
#header_logo {
	width:110px;
	height:34px;
	display:block;
	overflow:hidden;
	background:url(../../../img/common/logo_header.svg) no-repeat center center;
	background-size:contain;
	position:absolute;
	top:8px;
	left:0;
	text-indent:-9999px;
	opacity:0.6;
}
#Header_menu {
	position:absolute;
	top:3px;
	left:168px;
}
#Header_menu ul{
	height:100%;
	background-color:transparent;
	margin-bottom:0 !important;
	table-layout:fixed;
}
#Header_menu ul li {
	display:table-cell;
	margin-right: -1px;
	float: left;
	border: solid 1px #666;
	border-width: 0 1px;
}
#Header_menu ul li.first{
	margin-left:1px;
}
#Header_menu ul li a,
#Header_menu ul li p.commingsoon {
	display: table-cell;
	position: relative;
	height: 44px;
	width: 100%;
	min-width:6em;
	box-sizing:border-box;
	background-color: transparent;
	color: #aaa;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 5px;
	font-size: 15px;
}
#Header_menu ul li a span {
	color: #aaa;
}
#Header_menu ul li a span, #Header_menu ul li p.commingsoon span{
	display:block;
	text-decoration:none;
}
#Header_menu ul li a span {
	color:#aaa;
}
#Header_menu ul li a:hover span{
	color:#fff !important;
}
#Header_menu ul li a.active{
	border:solid 4px #FCA605;
	border-width:4px 0;
	border-top-color:transparent !important;
	box-sizing:border-box;
}
#Header_menu ul li a.active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#Header_menu ul li p.commingsoon span{
	color:#888;
}
#Header_button {
	position:absolute;
	top:8px;
	right:0px;
}

/*スマホメニュー*/
.mobile_menu_open {
	display:none;
}


/**************************************************************************/
/*フッター*/

/*ページトップへ*/
.page_top {
	width:auto;
	text-align:right;
	font-size:85%;
	line-height:1em;
	clear:both;
}
.page_top a {
	color:#ccc !important;
	text-decoration:none !important;
	border-radius:5px;
	padding:5px 8px;
	background-color:#666;
	display:inline-block;
}
.page_top a:hover {
	opacity:0.8;
}

#Contents_top .page_top {
	padding:0 0px 0 0;
}

#Footer{
	min-height:260px;
	height:auto !important;
	width:100%;
	position:relative;
	background-color:#222;
	text-align:center;
	padding:10px 20px 40px;
	box-sizing:border-box;
}
#footer-space{
	height:260px;
}
.footer_contents {
	text-align:left;
	display:inline-block;
	width:auto;
	color:#fff;
}
#footerNavLink, #footerNavLink02 {
	font-size:85%;
	line-height:1em;
	position:absolute;
	left:25px;
	top:0;
	background-color:#ccc;
	padding:0 0 0 1px;
}
#footerNavLink02 {
	top:40px;
	padding:0;
	background-color:transparent;
}

#Footer .banner {
	display:table;
	height:60px;
}
#Footer .banner_area {
	display:table-cell;
	vertical-align:middle;
}
#Footer .banner_area img {
	max-width:100%;
}
.banner_area {
	margin-bottom:5px;
	background-color:transparent;
}

#footerNavLink li {
	float:left;
	margin:0 1px 0 0;
}
#footerNavLink a {
	display:block;
	height:auto;
	padding:8px 8px 2px;
	background-image:url(../../../img/common/bg_gradation_type03_under.png);
	background-position:left -15px;
	background-repeat:repeat-x;
	background-color:#f4f4f4;
}
#footerNavLink a:hover {
	background-color:#e4e4e4;
}
#footerNavLink02 a.list_headerimage {
	float:left;
	height:auto;
	padding:6px 8px 2px;
	background-position:left 5px !important;
}

.footer_lang {
	width:auto;
}
.footer_contents a:link{color:#fff;text-decoration:none;}
.footer_contents a:visited{color:#fff;text-decoration:none;}
.footer_contents a:hover{color:#fff;text-decoration:underline;}
.footer_contents a:active{color:#fff;text-decoration:underline;}
#footerNavLink{
	background-color:transparent;
	position:static;
	font-size:110%;
}
#footerNavLink a{
	display:inline;
}
#footerNavLink.oya li{
	float:none;
	font-weight:bold;
}
#footerNavLink.oya li ul.ko{
	margin-top:8px !important;
}
#footerNavLink.oya li ul.ko li{
	float:left;
	font-size:90%;
	margin-right:15px;
	font-weight:normal;
}
#footerNavLink.oya li ul.ko li ol{
	margin-top:6px;
	margin-left:17px;
}
#footerNavLink.oya li ul.ko li ol li{
	padding-left:0px;
	list-style-type:disc;
	font-size:85%;
	float:none;
	width:80px;
}

#footerNavLink.oya li ul.ko li.evangelist ol{
	margin-left:0;
}
#footerNavLink.oya li ul.ko li.evangelist ol li{
	width:auto;
	text-align:center;
	margin-right:0;
}
#footerNavLink.oya li ul.ko li.evangelist ol li img{
	height:56px;
}
#footerNavLink li{
	background-color:transparent;
	float:none;
}
#footerNavLink a{
	background-color:transparent;
	background-image:none;
	padding:0;
}
#footerNavLink a:hover{
	background-color:transparent;
}

/**/
.footer-row_banner ul.list_banner li{
	background: none!important;
	display:inline-block!important;
	vertical-align:top!important;
}

.footer-row_banner ul.list_banner li.list_social a {
	color:#fff!important;
	font-size:45px!important;
	display:inline-block!important;
	height:60px!important;
}
.footer-row_banner ul.list_banner li.list_social a,
.footer-row_banner ul.list_banner li.list_social a .fa {
	line-height: 60px !important;

}
#Copyright02{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:85%;
}


/*//////////////////////////////////////////////////////////////////////////
コンテンツレイアウト【共通】
//////////////////////////////////////////////////////////////////////////*/

.section_box {
	margin: 0 auto;
	max-width: 1300px;
	padding: 60px 60px 80px;
	background-color: rgba(244,242,243,0.85);
	/*↓Flexible Box表示する順番を変更できる親
	display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;*/
}
.section_box h2, h1, .section_box .block_ttl, #function .h2_set .func_ttl {
	font-size: 260%;
	line-height: 1.2em;
	padding: 0px;
	background-color:transparent;
	border-radius: 0px;
	background-image: none;
	font-weight: normal;
	margin-bottom: 0;
}
.box_basic {
	padding: 30px 0 0;
}
.contents_wrapper > .box_basic {
	position:relative;
	padding:0;
	margin-bottom: -1px;
}
.contents_wrapper > .box_basic:first-child {
	padding-top: 30px;
}
/*基本レイアウトパーツ（table-cell）*/
.set_image > div {
	padding: 0px;
	border-radius: 0;
}
.set_image img {
	max-width:100% !important;
	width:100% !important;
}
.set_text h3 {
	line-height: 1.3em !important;
}
.set_text h3 span {
	font-size: 80%;
	display: block;
}
.set_text p {
	margin:15px 0 0;
}
				.contents_wrapper .block_text a,
				.r_method_area a,
				.set_text p a {
					/*color:#15A8FB;*/
					text-decoration:underline;
				}

/*基本レイアウトパーツ：基礎部分のみ（table-cell）*/
.box_table {
	display: table;
	width:100%;
	box-sizing:border-box;
}
.box_table > div {
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}

/*基本レイアウトパーツ：基礎部分のみ（flex）*/
.box_flex {
	display: -webkit-flex;/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	width:100%;
	justify-content: space-between;
	box-sizing:border-box;
}
.box_flex > div {
	display: -webkit-flex;/* Safari */
	display: flex;
	box-sizing:border-box;
}
.box_flex > div,
.box_flex > div p,
.box_flex > div span,
.box_flex > div a,
.box_flex > div img,
.box_flex > div h3,
.box_flex > div h4,
.box_flex > div h5,
.box_flex > div div{
	/*IEで画像の下に余白ができる問題回避策*/
	min-height:0%;
}

.list_banner{
	margin:0 !important;
}
li.list_social{
	background: none !important;
	padding: 0 !important;
}
.twitter_facebook_banner a{
	display:block;
}
.twitter_facebook_banner a img{
	width:60px;
	height:60px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.twitter_facebook_banner a img:hover{
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.footer_link{
	font-size:85%;
	line-height:1.5em !important;
	height:auto !important;
	margin-bottom:10px;
}
.footer_link a {
	display:inline-block;
}
/*//////////////////////////////////////////////////////////////////////////
コンテンツレイアウト【個別】
//////////////////////////////////////////////////////////////////////////*/

/**************************************************************************/
/*メインビジュアル*/

.mainvisual_top {
	width:100%;
	height:440px;
	position:relative;
	background-color:#444;
	background-repeat:no-repeat;
	background-size:100% auto;
	box-sizing:border-box;
	background-position:center top;
}
.mainvisual_top img {
	width:100%;
}
.catch_copy {
	text-shadow:1px 1px 10px #DC0047;
	position:absolute;
	width:100%;
	bottom:20px;
	font-weight:bold;
	box-sizing:border-box;
	padding:0 20px;
	line-height:normal !important;
}
.catch_bg {
	display:inline-block;
	max-width:600px;
	box-sizing:border-box;
}
.kr .catch_bg {
	max-width:570px;
}
.catch_bg img {
	display:block;
	width:100%;
}

/*メインビジュアルコピーライト*/
.illustrator_name {
	position: absolute;
	width: 100%;
	bottom: 2px;
	box-sizing: border-box;
	font-size: 11px;
	line-height: normal !important;
	padding: 0 20px;
}
.illustrator_name p {
	text-shadow: white 2px 0px,  white -2px 0px,
	white 0px -2px, white 0px 2px,
	white 2px 2px, white -2px 2px,
	white 2px -2px, white -2px -2px,
	white 1px 2px,  white -1px 2px,
	white 1px -2px, white -1px -2px,
	white 2px 1px,  white -2px 1px,
	white 2px -1px, white -2px -1px;
	font-weight: bold;
	color: #000;
	width: 100%;
	max-width: 1200px;
	text-align: right;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: border-box;
	opacity: 0.6;
}

@media screen and (max-width: 920px) {
	.catch_inner {
		text-align: center;
	}
}

/**************************************************************************/
/*黒エリア＆中間エリア*/

.main_copy_area {
	margin:0px;
	padding:24px 0px 0px;
}
.prodcts_ad {
	background-color: rgba(0,0,0,0.40);
	max-width: 100%;
	padding:160px 0 140px;
}
.main_copy_area	.area_inner,
.prodcts_ad .area_inner {
	padding:0 24px 24px;
}

/*ロゴ＆パッケージ＆価格*/
.top_logo {
	width:50%;
}
.top_logo, .top_pk {
	padding-right:30px;
}
.top_pk, .copy_block_01 {
	width:25%;
}
.top_logo img {
	width:100% !important;
	max-width:750px !important;
}
.top_pk img {
	width:100% !important;
	max-width:358px !important;
}
.copy_block_01 {
	white-space:nowrap;
}
.copy_block_01 h2 {
	padding:0;
	margin-bottom:0;
	font-size:250%;
	line-height:1.1em;
	background-color: transparent;
}
.copy_block_01 h2 a {
	display:block;
	text-decoration:none;
	background-color:#333;
	margin-bottom:1px;
}
.copy_block_01 h2 a:hover {
	background-color:#444;
}
.copy_block_01 h2 span {
	display:inline-block;
}
.copy_block_01 h2 > span {
	font-size:60%;
	line-height:1.4em;
	margin-top:4%;
}
.copy_block_01 h2 .pro {
	margin-right:10px;
}
.copy_block_01 h2 .ex {

}
.copy_block_01 h2 .kakaku_large {
	font-size:165%;
	line-height:1em;
}
.main_copy_area .copy_block_01 h2 a,
.main_copy_area .copy_block_01 h2 > span {
	padding-left:8px;
	padding-right:8px;
}

/*ボタン*/
.trial_buy_buttons {

}
.trial_buy_buttons > div {
	width:50%;
	flex-direction: column;
}
.trial_buy_buttons > div:nth-child(odd) {
	padding-right:5px;
}
.trial_buy_buttons > div:nth-child(even) {
	padding-left:5px;
}
.trial_buy_buttons > div > div{
	width:100%;
	height:100%;
}
.trial_buy_buttons .trial_button > div,
.trial_buy_buttons .buy_button > div{
	min-height:60px;
}
.trial_buy_buttons .bt_type07_large {
	display:table;
	width:100%;
	height:100%;
	padding:0;
}
.trial_buy_buttons .bt_type07_large a{
	display:table-cell;
	height:100% !important;
	line-height:1em !important;
	padding:5px 0;
	box-sizing:border-box;
}


/*SNSボタン*/
.twitter_facebook {
	display:block;
	position:relative;
	width:100%;
	padding:10px 0 0;
	box-sizing:border-box;
}
.facebook{
	position:static;
	width:auto;
	height: 21px;
}
.tweet{
	position:static;
}

/**************************************************************************/
/*プロの現場でも使われている*/

.contents_galleryset > div{
	width:16%;
	flex-direction: column;
	margin-bottom:20px;
	background-color:#292f33;
}
.contents_galleryset > div.mar_btm0{
	background-color:transparent;
}
.contents_galleryset .set_image{
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.contents_galleryset .set_image img{
	pointer-events: none;
}
.contents_galleryset .set_image a{
	display:block;
}
.contents_galleryset .set_image a:hover {
	opacity:0.7;
	transition: 0.2s ease-in-out;
}
.contents_galleryset .set_text{
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.contents_galleryset .set_text p {
	font-size:80%;
	margin:0;
	line-height:1em;
	padding:0px 5px 5px;
	box-sizing:border-box;
	color:#999 !important;
}
.contents_galleryset .set_text span {
	display:inline-block;
	text-decoration:none;
	color:#999 !important;
}
.contents_galleryset .set_text .artist_name {
	font-weight:bold;
	color:#fff !important;
	margin-bottom:3px;
}

/**************************************************************************/
/*便利機能を動画で見る*/

.contents_youtubeset > div {
	width:49%;
	flex-direction:column;
	margin-bottom:20px;
	background-color:#aaa;
	border-radius: 10px;
}
.contents_youtubeset .set_image{
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
.contents_youtubeset .set_text{
	width:100%;
	box-sizing:border-box;
	padding: 0 20px;
}
.contents_youtubeset .set_text h3{
	line-height:1.1em;
	box-sizing:border-box;
	color: #fff;
}
.contents_youtubeset .set_text span{
	display:block;
	padding-top:5px;
	font-size:55%;
	line-height:1.2em;
}
.bt_andmore{
	background-color:#aaa;
	transition:0.2s ease-in-out;
	display:block;
	color:#fff !important;
	text-decoration:none !important;
	padding:18px 10px;
	text-align:center;
	margin:0 auto;
	width:100%;
	max-width:400px;
	box-sizing:border-box;
	border-radius:5px;
	font-size:110%;
}

/**************************************************************************/
/*便利機能を用途別に見る*/

.contents_funcbutton{
	margin-bottom:20px;
}
.contents_funcbutton:last-child{
	margin-bottom:0px;
}
.contents_funcbutton .set_text {
	display:none !important;
}
.contents_funcbutton .set_image {
	width:100%;
	text-align:left;
}
.contents_funcbutton .set_image div {
	padding:0;
	background-color:transparent;
}
.contents_funcbutton .set_image a {
	display:block;
	width:100%;
    height: 100px;
	font-size:300%;
	text-align:left;
	line-height:1em;
	font-weight:bold;
    background-size:100% auto;
    background-position: center center;
	background-repeat:no-repeat;
	border-radius:10px;
	box-sizing:border-box;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	color:#fff !important;
	text-decoration:none !important;
	overflow:hidden;
}
.contents_funcbutton .set_image a:hover {
	opacity:0.7;
	transition: 0.2s ease-in-out;
}
.contents_funcbutton .set_image a .small {
	display:inline-block;
	color:#fff !important;
	text-decoration:none !important;
	font-size:50%;
	line-height:1em;
	vertical-align:middle;
}
.contents_funcbutton .set_image a > div {
	display:table;
	width:100%;
	height:100%;
}
.contents_funcbutton .set_image a > div > div {
	display:table-cell;
	border-radius:8px 0 0 8px;
	vertical-align:middle;
	padding:0 20px;
}
.contents_funcbutton .set_image a > div > div:first-child {
	width:50%;
}
.contents_illust .set_image a {
	background-image:url(/view/img/common/top/banner_for_illust.jpg);
}
.contents_illust .set_image a > div > div:first-child {
	background-color:rgba(45,169,183,0.6);
}
.contents_manga .set_image a {
    background-image:url(/view/img/common/top/banner_for_manga.jpg);
}
.contents_manga .set_image a > div > div:first-child {
	background-color:rgba(16,88,152,0.6);
}
.contents_anime .set_image a {
    background-image:url(/view/img/common/top/banner_for_animation.jpg);
}
.contents_anime .set_image a > div > div:first-child {
	background-color:rgba(98,63,109,0.6);
}
/*イタリア語・タイ語・インドネシア語のみ*/
.contents_funcset > div {
	width:49%;
	flex-direction:column;
	margin-bottom:20px;
	background-color:#292f33;
}
.contents_funcset .set_image{
	display:table;
	table-layout:fixed;
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.contents_funcset .set_image div{
	display:table-cell;
	height:285px;
	padding:5px;
	background-color:#fff;
	vertical-align:middle;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.contents_funcset .set_image div img{
	width:auto !important;
	max-width:100% !important;
	height:auto;
	max-height:100%;
}
.contents_funcset .set_text{
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.contents_funcset .set_text h3{
	padding:0 5px 5px 5px;
	line-height:1.1em;
	box-sizing:border-box;
}
.h_manga_anime{
	border:none !important;
	padding:0 !important;
	line-height:1em !important;
}
.h_csporiginal{
	display:table;
}
.h_csporiginal .set_image,
.h_csporiginal .set_text{
	display:table-cell;
	vertical-align:middle;
}
.h_csporiginal .set_image{
	padding-right:20px;
	width:140px;
	box-sizing:border-box;
}
.h_csporiginal .set_text{
	font-size:125%;
}
.h_csporiginal .set_text h3{
	margin-bottom:0;
	font-weight:bold;
}


/**************************************************************************/
/*10,000点以上の無料素材*/


/**************************************************************************/
/*iPad版も登場*/




/**************************************************************************/
/*ユーザーからの声、コミュニティの最新情報*/

.box_widget{

}
.contents_widget > div {
	width:50%;
	/*max-width:500px;*/
	float:left;
	box-sizing:border-box;
}
.contents_widget > div:nth-child(even) {
	padding-left:15px;
}
.contents_widget > div:nth-child(odd) {
	padding-right:15px;
}
#uservoice {
	background-color: #292F33 !important;
	border: none;
	border-radius: 3px;
}
#uservoice .uservoice_contents {
	color: #fff !important;
}
#uservoice .uservoice_contents .comment {
	width:auto !important;
	overflow:hidden;
	float:none !important;
}
#uservoice .slide_pict {
	margin-right:8px;
	width: 48px;
	border-radius: 5px;
}
#uservoice .separator_solid {
	border-color: rgba(145,165,180,.6) !important;
}
.box_widget_x2 > div{
	width:49%;
	flex-direction:column;
}


/**************************************************************************/
/*多くの教育機関で導入*/

.box_school p{
	padding:0;
	margin-top:0;
	font-size:80%;
	line-height:1.2em;
}
.box_school p:last-child {
	margin-bottom:0;
}
.contents_cases > div{
	display:block;
	width:49%;
	margin-bottom:20px;
	box-sizing:border-box;
	background-color:#292F33;
}
.contents_cases .set_text {
	width:65%;
	box-sizing:border-box;
	padding:10px;
}
.contents_cases h3{
	padding:0;
	line-height:1.1em;
}
.contents_cases h3 span{
	display:block;
	padding-top:5px;
	font-size:55%;
	line-height:1.2em;
	color:#999;
}
.contents_cases .more{
	display:inline-block;
}
.contents_cases .set_image {
	width:35%;
	box-sizing:border-box;
	max-width:168px;
	padding:10px;
	float:right;
}
.contents_schoollist .set_text {
	display:none !important;
	float:left;
}
.contents_schoollist .set_image{
	width:100%;
	text-align:left !important;
}
.contents_schoollist .set_image > div {
	padding:10px;
}
.contents_schoollist .set_image > div > div {
	max-height:250px !important;
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
}
.contents_schoollist .set_image h4 {
	margin-bottom:0px;
}
.contents_schoollist .set_image p {

}
.contents_schoollist .set_image span {
	display:inline-block;
	margin-right:4px;
}
.contents_schoollist .scroll{
	margin-bottom:15px;
}


/**************************************************************************/
/*大量導入に便利なボリュームライセンス*/


/**************************************************************************/
/*カスタマーサポート*/




/**************************************************************************/
/*PRO & EX 比較導線*/
#hikaku {
	font-size: 90%;
}
.hyou_area {
	display: -webkit-flex;/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 30px;
}
.hyou_area > div {
	width: 50%;
	box-sizing: border-box;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: solid 1px #ccc;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;/* Safari */
	align-items: center;/* 縦方向中央揃え */
	-webkit-justify-content: center;/* Safari */
	justify-content: center; /* 横方向中央揃え */
}
.hyou_area > div:nth-child(odd) {
	padding-right: 40px;
}
.hyou_area > div:nth-child(even) {
	border-left: solid 1px #ccc;
	padding-left: 40px;
}
.hyou_area > div h3 {
	font-size: 120%;
	margin-bottom: 0;
}
.hyou_area > div p {
	display: inline-block;
	margin: 0;
	line-height: 1.4em;
}
.hyou_area > div.same_text {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	border-left:none;
}
.seo_catch_area{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	box-sizing: border-box;
}

.fv_area {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;/* Safari */
	flex-wrap: wrap;
	position:relative;
	background-color:#222;
	border-bottom: solid 1px #444;
	z-index:4;
}
.big_area {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	width:50%;
	box-sizing:border-box;
}
.big_area > div p,
.big_area > div a,
.big_area > div img,
.big_area > div h2,
.big_area > div h3,
.big_area > div h4,
.big_area > div h5,
.big_area > div div,
.big_area > div{
	/*IEで画像の下に余白ができる問題回避策*/
	min-height:0%;
}
.big_area h2,
.big_area .fv_contents{
	display: -webkit-flex;
	display: flex;
}
.big_area .fv_contents{
	flex-direction: column;
}
.big_area h2 {
	font-size:150%;
	border-radius: 0;
	padding: 10px 40px;
	align-items: center;
}
.big_area h2 span {
	display: inline-block;
	max-width: 559px;
	width: 100%;
	text-align: center;
}
.big_area.fv_illust h2 {
	background-color: #5dc2d0;
	justify-content: flex-end;
}
.big_area.fv_manga h2 {
	background-color: #5390cd;
}
.big_area.fv_illust {
	/*background-color: #5dc2d0;*/
}
.big_area.fv_manga {
	border-left:solid 1px #444;
	/*background-color: #5390cd;*/
}
.fv_contents{
	background-color:#222;
}
.button_info {
	padding: 20px 40px;
}
.big_area.fv_illust .button_info{
	text-align:right;
}
.big_area.fv_manga .button_info{
	text-align:left;
}
.big_area .button_info .fv_pk {
	width:100%;
	text-align: center;
}
.big_area .button_info .fv_pk img {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}
.fv_set {
	display:inline-block;
	width:100%;
	max-width:559px;
	position:relative;
	text-align:left;
	pointer-events: none;
	box-sizing: border-box;
}
.fv_buttons {
	width:100%;
	background-color:#222;
	padding:0 40px 10px;
	box-sizing:border-box;
	overflow:hidden;
}
.fv_buttons_set {
	display: -webkit-flex;
	display: flex;
	max-width:559px;
	width:100%;
	text-align:center;
}
.big_area.fv_illust .fv_buttons_set {
	float: right;
}
.big_area.fv_manga .fv_buttons_set {
	float: left;
}



/**************************************************************************/
/*メルマガ登録*/

.receive_news {
	padding:30px;
	border:solid 1px #ccc;
	border-radius:0px;
	max-width:1300px;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.volume_area .receive_news {
	margin: 0 auto;
}
.receive_news h3 {
	margin-bottom: 0px;
}
.receive_news a {
	background-color:#6E8394;
	padding:10px;
	border-radius:8px;
	/*white-space:nowrap;*/
	margin-bottom: 0;
}
.receive_news .box_table > div:first-child {
	padding-right:10px;
}
.receive_news .box_table > div p:last-child {
	margin-bottom: 0;
}


/**************************************************************************/
/*※*/

.caution_area {
	background-color:#222;
	margin-bottom:0;
	border-bottom:solid 1px #403F41;
	color:#eee;
	font-size:100%;
	text-align:right;
	padding:2px 0 5px;
}
.caution_area p {
	display:inline-block;
	margin-right:10px;
	font-size:75%;
	margin-bottom:0;
	line-height:1.2em;
}


/*//////////////////////////////////////////////////////////////////////////
コンテンツレイアウト【個別】レスポンシブ
//////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1105px) {
	.header_global span {
		left:134px !important;
	}
	.header_global_target{
		left:50px!important;
	}
	#Header_menu{
		left:190px;
	}
	#Header_menu ul li{
		width:auto;
	}
	#Header_menu ul li a, #Header_menu ul li p.commingsoon{
		box-sizing:border-box;
		padding:0 8px;
		font-size:90%;
	}
	.bt_type07_min.green01_min,
	.bt_type07_min.orange01_min {
		width:50px !important;
		font-size:80%;
	}
	.bt_type07_min.green01_min a,
	.bt_type07_min.orange01_min a {
		line-height:1em !important;
		font-size:15px;
	}
	.copy_block_01 h2 {
		font-size:180%;
	}
}

@media screen and (max-width: 920px) {
	.contents_galleryset > div {
		width: 19%;
	}
	.contents_funcbutton .set_image a {
		background-size: auto 100%;
	}
	.contents_funcset .set_image div{
		height:160px;
	}
}

@media screen and (max-width: 900px) {
	.fv_buttons_set .bt_type07_large a{
		font-size:150% !important;
		line-height:1em !important;
		padding:5px 0;
	}
	.box_ipad .ipad_bt_b a,
	.fv_buttons_set .ipad_bt_b a{
		font-size:135%;
		line-height:1.1em;
	}
}

@media screen and (max-width: 860px) {
	#Header {
		padding: 0 10px;
		min-width: 760px;
	}
	#Header_menu,
	.header_global {
		display:none !important;
	}
	#Header_button {
		right:40px;
	}
	.bt_type07_min.green01_min {
		margin-right:3px !important;
	}
	.bt_type07_min {
		margin-bottom:5px;
	}
	.mobile_menu_open {
		display:block;
		width:44px;
		height:44px;
		box-sizing:border-box;
		padding:10px 10px 0;
		cursor:pointer;
		position:absolute;
		top:3px;
		right:3px;
		background-color:#333;
		z-index:100;
	}
	.mobile_menu_open div {
		width:100%;
		height:4px;
		background-color:#666;
		margin-bottom:6px;
		pointer-events: none;
	}
	.contents_cases .set_text:last-child {
		width:100%;
	}

}









