@charset "UTF-8";
/*===============================================================
	
	adjust2019
	
===============================================================*/

/*===============================================================
	
	web font
	
===============================================================*/
/* パンフレット「Interstate Bold Condensed」代替フォント */
@font-face {
  font-family: "open-sans-condensed-bold";
  src: url("/common/font/open-sans-condensed-bold.woff") format("woff");
}
/* パンフレット「DIN Bold」代替フォント */
@font-face {
  font-family: "GothicA1-Black-Subset";
  src: url("/common/font/GothicA1-Black-Subset.woff") format("woff");
}
/* パンフレット「Vinyl OT」代替フォント */
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/font/BebasNeue-Regular.woff") format("woff");
}
/* グレーストライプ修正 */
.bg-gray {
	/*background: url(../images/bg-gray-strip.png) repeat center top;*/
  background: url("/common/images/assets/bg-gray-strip.png") repeat top left;
}
/*===============================================================
	
	font_notosans
	
===============================================================*/
/*Noto Sans JP*/
.noto_sans { 
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt" ;
}

/*Noto Serif JP*/
.noto_serif { 
	font-family: 'Noto Serif JP', serif;
	font-feature-settings : "palt";
}
.en {
	font-family: "open-sans-condensed-bold";
	font-feature-settings : "palt";
}
/*===============================================================
	
	base
	
===============================================================*/
.thiscontents {
	width:100%;
}
.thiscontents a {
	transition: all 0.3s;
}
.thiscontents a:hover {
	color:#0099CC;
}
.thiscontents .clear {
	width:100%;
	overflow:hidden;
}
.thiscontents .cf:before,
.thiscontents .cf:after {
    content: " ";
    display: table;
}
.thiscontents .cf:after {
    clear: both;
}
.thiscontents .cf {
  *zoom: 1;
}
.thiscontents .clearboth {
	clear:both;
}
.thiscontents .flol {
	display:inline;
	float:left;
}
.thiscontents .flor {
	display:inline;
	float:right;
}
.pc {
}
.tablet {
	display:none;
}
.sp {
	display:none;
}
.sp_tablet {
	display:none;
}
.thiscontents img {
	vertical-align:bottom;
	padding:0;
	margin:0;
}
.none {
	display: none;
}
.thiscontents p {
	margin:0;
	padding:0;
}
.thiscontents h1,
.thiscontents h2,
.thiscontents h3,
.thiscontents h4,
.thiscontents h5,
.thiscontents h6 {
	font-weight:bold;
	margin: 0;
	padding: 0;
}
.thiscontents p {
	margin:0;
	padding:0;
}
.thiscontents sup {
	margin:0;
	padding:0;
	font-size:11px;
	line-height:15px;
}
.thiscontents .photo img,
.thiscontents .fig img {
	width:100%; height:auto;
}
@media screen and (max-width: 1070px) {
#header.sp,
#headline .sp,
.pc {
	display:none;
}
#headline .pc,
#header.pc,
#global-navigation .pc,
#subnav.pc,
#footer-address .pc,
.tablet,
.pc_tablet,
.sp_tablet {
	display:block;
}
.thiscontents {
	/*padding-top:40px;*/
}
}
@media screen and (max-width: 800px) {
.thiscontents  {
	/*margin-bottom:10px;*/
}
#headline .sp,
#header.sp,
.sp {
	display:block;
}
#headline .pc,
#header.pc,
#global-navigation .pc,
#subnav.pc,
#header.pc,
#footer-address .pc,
.pc_tablet,
.tablet {
	display:none;
}
}
@media screen and (max-width: 410px) {
}

/*===============================================================
	
	grid
	
===============================================================*/
.gridcontainer {
	margin-top: -30px;
}
.gridcontainer .grid {
	float:left;
}
.grid {
	margin-top: 30px;
}
/*	gridSize :460 gutterSize :40 column :2 */
.gridwrp_2 { width:104.167%;}
.gridwrp_2 .grid_2 { width:96.000%; margin-right:4.000%; }
.gridwrp_2 .grid_1 { width:46.000%; margin-right:4.000%; }
.gridwrp_1 .grid_2 { width:192.000%; margin-right:8.000%; }

/*	gridSize :290 gutterSize :40 column :3 */
.gridwrp_3 { width:104.211%;}
.gridwrp_3 .grid_3 { width:95.960%; margin-right:4.040%; }
.gridwrp_3 .grid_2 { width:62.626%; margin-right:4.040%; }
.gridwrp_3 .grid_1 { width:29.293%; margin-right:4.040%; }

/*	gridSize :210 gutterSize :40 column :4 */
.gridwrp_4 { width:104.167%;}
.gridwrp_4 .grid_4 { width:96.000%; margin-right:4.000%; }
.gridwrp_4 .grid_3 { width:71.000%; margin-right:4.000%; }
.gridwrp_4 .grid_2 { width:46.000%; margin-right:4.000%; }
.gridwrp_4 .grid_1 { width:21.000%; margin-right:4.000%; }

/* PCのみ */
@media screen and (min-width: 961px) {
.gridwrp_2 .grid:nth-child(2n+1) {
	clear:both;
}
.gridwrp_3 .grid:nth-child(3n+1) {
	clear:both;
}
.gridwrp_4 .grid:nth-child(4n+1) {
	clear:both;
}
}	/* for PC min-width: 961px


/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.gridwrp_3,
.gridwrp_3 .grid_1,
.gridwrp_3 .grid_2,
.gridwrp_2,
.gridwrp_2 .grid_1 {
	width:100%; margin-right:0;
}
.gridwrp_4 { width:105.000%;}
.gridwrp_4 .grid_1,
.gridwrp_4 .grid_3 { width:45.238%; margin-right:4.762%; }

.gridcontainer {
	margin-top: 0;
}
.grid {
	margin-top:20px;
}
.grid:first-child {
	margin-top:0px;
}
.gridwrp_4 .grid:nth-child(2) {
	margin-top:0;
}

}	/* for SP max-width: 800px */


/*===============================================================
	
	fixed
	
===============================================================*/
.fixed {
	position: fixed;
	top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.fixed {
	position: fixed;
	top: 0;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {

}	/* for SP max-width: 800px */


/*===============================================================
	
	txtlink 2016/11/16
	
===============================================================*/
.txtlink a {
	padding-left:15px;
	color:#000;
	text-decoration:none;
	position:relative;
	display:inline-block;
}
.txtlink a:hover {
	color:#c00;
}
.txtlink a:after {
	position:absolute;
	content:" ";
	width:6px; height:6px;
	top:7px; bottom:auto; left:0; right:auto;
	margin:auto;
	border-top:solid 2px #c00;
	border-left:solid 2px #c00;
	transform: rotate(135deg);
}
.txtlink.arw_prev a {
}
.txtlink.arw_prev a:after {
	top:7px; bottom:auto; left:3px; right:auto;
	transform: rotate(-45deg);
}
.txtlink.arw_after a {
	padding-left:0;
	padding-right:10px;
}
.txtlink.arw_after a:after {
	left:auto; right:0;
}
.txtlink.arw_down a:after {
	top:7px; bottom:auto; left:2px; right:auto;
	transform: rotate(-135deg);
}
.txtlink.arw_after_down a {
	padding-left:0;
	padding-right:10px;
}
.txtlink.arw_after_down a:after {
	top:7px; bottom:auto; left:auto; right:0;
	transform: rotate(-135deg);
}
/*	arw_box */
.txtlink.arw_box a {
	padding-left:25px;
}
.txtlink.arw_box a:before {
	content:' ';
	width:20px;
	height:20px;
	background:#000;
	position:absolute;
	top:2px; bottom:auto; left:0; right:auto; margin:auto;
}
.txtlink.arw_box a:after {
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	top:8px; bottom:auto; left:5px; right:auto;
}

/*===============================================================
	
	bg 背景
	
===============================================================*/
.bg_slash_lightblue {
	background: url("/common/images/assets/bg_slash_lightblue.gif") repeat top center;
}
.bg_world_super {
	background: #fff114;
}
.bg_texture_creater_world_kenokuyama {	background:#e60012 url("/common/images/assets/bg_texture_creater_world_kenokuyama.svg") repeat top left; }
.bg_texture_creater_world_matt {	background:#191d6a url("/common/images/assets/bg_texture_creater_world_matt.svg") repeat top left; }
.bg_texture_creater_world_shinozuka {	background:#878990 url("/common/images/assets/bg_texture_creater_world_shinozuka.svg") repeat top left; }
.bg_texture_car_world {	background:#7dccf3 url("/common/images/assets/bg_texture_car_world.svg") repeat top left; }
.bg_texture_design_world {	background:#fabf13 url("/common/images/assets/bg_texture_design_world.svg") repeat top left; }
.bg_texture_manga_world {	background:#ef93ba url("/common/images/assets/bg_texture_manga_world.svg") repeat top left; }
.bg_texture_game_world {	background:#d5dc20 url("/common/images/assets/bg_texture_game_world.svg") repeat top left; }
.bg_texture_cg_video_animation_world {	background:#89cac2 url("/common/images/assets/bg_texture_cg_video_animation_world.svg") repeat top left; }


.bg_slash_gray{
	background: url("/common/images/assets/bg-gray-strip.png") repeat top left;
}
.bg_grid_gray {
	background: url("/common/images/assets/bg_grid_gray.gif") repeat top left;
}



/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {

}	/* for SP max-width: 800px */


/*===============================================================
	
	色
	
===============================================================*/
.bg_color_kenokuyama {	background-color: #e60012; }
.bg_color_matt {	background-color: #1F77D9; }
.bg_color_sinozuka {	background-color: #878990; }
.bg_color_car {	background-color: #7dccf3; }
.bg_color_design {	background-color: #f4a000; }
.bg_color_manga {	background-color: #ef93ba; }
.bg_color_game {	background-color: #d5dc20; }
.bg_color_anime {	background-color: #89cac2; }
.bg_color_lightgray {	background-color: #ebeeee; }

/*===============================================================
	
	section
	複数のcontent、headlineなど格納するブロック
	
===============================================================*/
.section_wrp {
}
.section {
	width:100%;
}
.section_inner {
	margin:0 auto;
	padding:30px 0 40px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.section_inner {
	margin:0 auto;
	padding:30px 20px 40px 20px;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.section_inner {
	margin:0 auto;
	padding: 5vw;
}
}	/* for SP max-width: 800px */
/*===============================================================
	
	レイアウト
	
===============================================================*/
.wide_width {
	width:1140px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.content_width {
	width:1070px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.narrow_width {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
/* タブレット以下 */
@media screen and (max-width: 1180px) {
.wide_width {
	width:100%;
}
}	/* for tablet max-width: 1360px */

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.content_width {
	width:100%;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.narrow_width {
	width:100%;
}
}	/* for SP max-width: 800px */

/*===============================================================
	
	content 
	
===============================================================*/
.content {
	margin:0 auto;
}
.content + .content {
	margin-top: 30px;
}
.headline + .content {
	margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.content {
	margin:0 auto;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.headline + .content {
	margin-top: 15px;
}
.content {
	width:100%;
	margin:0 auto;
}
.content + .content {
	margin-top: 8vw;
}
}	/* for SP max-width: 800px */

/*===============================================================
	
	headline：見出し
	subhead：小見出し
	
===============================================================*/
.headline {
	text-align: center;
}
.headline .title {
	font-size: 40px;
	line-height: 1.2;
}
.headline .read {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 20px;
}
.headline .label {
	font-size: 20px;
	line-height: 1.2;
	color: #ff9900;
	font-weight: bold;
	padding-bottom: 10px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.headline .title {
	font-size:6vw;
	line-height:1.4;
	padding-bottom:0px;
	text-align:center;
}
.headline .read {
	font-size: 3.5vw;
	line-height: 1.4;
	margin-top: 10px;
}
.headline .label {
	font-size: 4vw;
	padding-bottom: 0px;
}
}	/* for SP max-width: 800px */


/*===============================================================
	
	content_title 
	
===============================================================*/
.content_title {
	text-align: center;
}
.content_title .title {
	font-size: 30px;
	line-height: 1.2;
}
.content_title .read {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.content_title .title {
	font-size: 18px;
}

}	/* for SP max-width: 800px */

/*===============================================================
	
	btn_detail
	
===============================================================*/
.btn_detail {
	width:400px;
	margin:0 auto;
	margin-top:40px;
}
.btn_detail a {
	position:relative;
	display:block;
	background-color:#e61e19;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	padding:15px 0;
	border-radius:0px;
}
.btn_detail a:after {
	position:absolute;
	content:" ";
	width:6px; height:6px;
	top:0; left:auto; bottom:0; right:10px;
	margin:auto;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.btn_detail a:hover {
	text-decoration:none;
	background-color:#f00;
}
.btn_detail_red a {
	background-color:#c91b36;
}
.btn_detail_red a:hover {
	background-color:#e31838;
}
.btn_detail_black a {
	background-color:#000;
}
.btn_detail_black a:hover {
	background-color:#222;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
.btn_detail {
	width:100%;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.btn_detail {
	width:100%;
	margin:0 auto;
	margin-top:20px;
}
.btn_detail a {
	font-size:16px;
}
}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	flexbtn	
-------------------------------------------------------------*/
.flexbtn {
	width:auto;
	text-align:center;
}
.flexbtn a {
	display:inline-block;
	padding:15px 40px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {

}	/* for SP max-width: 800px */


/*===============================================================
	
	section_3bnr
	
===============================================================*/
.section_3bnr {
	background: #ff0;
}
.section_3bnr .section_inner {
	padding: 10px 0;
}
.section_3bnr .bnrlist {
	display: flex;
}
.section_3bnr .bnrlist li {
	width: 32.6%;
	margin-right: 1.1%;
}
.section_3bnr .bnrlist li:last-child {
	margin-right: 0;
}
.section_3bnr .bnrlist li img {
	width:100%; height: auto;
}

/* タブレット以下 */
@media screen and (max-width: 1180px) {

}/* for tablet max-width: 1180px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_3bnr {
	background: #ff0;
}
.section_3bnr .section_inner {
	padding: 20px;
}
.section_3bnr .bnrlist {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.section_3bnr .bnrlist li {
	width: calc((100% - 2vw)/2);
	margin: 0;
	transition: all 0.3s;
}
.section_3bnr .bnrlist li:last-child {
	width: 100%;
	margin-top: 2vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	marker
	
===============================================================*/
.marker {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.marker::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0;
    width: 100%;
    height: 0.7em;
}
.bg_marker {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.bg_marker::after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0;
    width: 100%;
    height: 100%;
}


/*===============================================================
	
	dot_box
	
===============================================================*/
.dot_box {
	border: dotted 2px #000;
  padding: 15px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {

}/* for SP max-width: 800px */

/*===============================================================
	
	checklist
	
===============================================================*/
.checklist li {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.checklist li + li {
  margin-top: 10px;
}
.checklist li::before {
  content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0;
  border: solid 2px #000;
  width: 20px;
  height: 20px;
}
.checklist li::after {
  content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0;
  border-left: solid 3px #7ecef4;
  border-bottom: solid 3px #7ecef4;
  width: 19px;
  height: 10px;
  transform: rotate(-45deg) translate(4px,1px);
}

.checklist_l li {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
}
.checklist_l li + li {
  margin-top: 10px;
}
.checklist_l li::before {
  content:'';
	position:absolute;
	top: 0; bottom: 0; left: 0;
  border: solid 2px #000;
  width: 25px;
  height: 25px;
}
.checklist_l li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: solid 4px #7ecef4;
  border-bottom: solid 4px #7ecef4;
  width: 25px;
  height: 15px;
  transform: rotate(-45deg) translate(6px,0px)
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.checklist li,
.checklist_l li {
  font-size: 3.8vw;
  line-height: 1.4;
  padding-left: 2.2em;
	padding-top: 0.1em;
}
.checklist li + li {
  margin-top: 10px;
}
.checklist_l li::before,
.checklist li::before {
  font-size: 4vw;
  line-height: 1.5;
  width: 1.2em;
  height: 1.2em;
}
.checklist_l li::after,
.checklist li::after {
  font-size: 4vw;
  line-height: 1.5;
  border-left: solid 3px #7ecef4;
  border-bottom: solid 3px #7ecef4;  
	width: 1.2em;
	height: 0.6em;
	transform: rotate(-45deg) translate(0.2em,0.2em);
}
}/* for SP max-width: 800px */

/*===============================================================
	
	section_w_major
	
===============================================================*/
.section_w_major {
	text-align: left;
  border: solid 3px #7ecef4;
  padding: 60px;
  border-radius: 5px;
}
.section_w_major p {
  font-size: 16px;
  line-height: 1.6;
}
.section_w_major .headline {
  text-align: left;
}
.section_w_major .headline .title {
  color: #7ecef4;
  border-bottom: dotted 2px #000;
  padding-bottom: 10px;
}
.section_w_major .headline .read {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.w_major_content {
	text-align: left;
  margin-top: 50px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_w_major {
  border: solid 2px #7ecef4;
  padding: 15px;
}
.section_w_major p {
  font-size: 3.5vw;
  line-height: 1.6;
}
.section_w_major .headline {
  text-align: left;
}
.section_w_major .headline .title {
  text-align: left;
}
.section_w_major .headline .read {
  margin-top: 15px;
  font-size: 3.5vw;
  line-height: 1.6;
}
.w_major_content {
	text-align: left;
  margin-top: 30px;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	w_major_outline
	
===============================================================*/
.w_major_outline .flex_container {
	justify-content:space-between;
  margin-top: 20px;
}
.flex_container .txt_area {
	width: 38%;
}
.flex_container .fig_area {
	width: 55%;
  margin-top: -20px;
}
.w_major_outline .dot_box {
  display: inline-block;
  margin-top: 30px;
}
.w_major_outline  .title {
  font-size: 30px;
}
.w_major_outline  .title strong {
  color: #7ecef4;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.w_major_outline .flex_container {
  margin-top: 10px;
}
.flex_container .txt_area {
	width: 100%;
}
.flex_container .fig_area {
	width: 100%;
  margin-top: 10px;
}
.w_major_outline .dot_box {
  margin-top: 3vw;
  display:block;
	padding: 10px;
}
.w_major_outline  .title {
  font-size: 6vw;
  line-height: 1.3;
}

}/* for SP max-width: 800px */


/*===============================================================
	
	w_major_case
	
===============================================================*/
.w_major_case .flex_container {
	justify-content:space-between;
}
.w_major_case .case {
	width: 48%;
  text-align: center;
  border: solid 3px #7ecef4;
}
.w_major_case .case_header {
  position: relative;
  background: #7ecef4;
  color: #fff;
  padding: 10px;
}
.w_major_case .case_header .title {
  font-size: 20px;
  line-height: 1.3;
}
.w_major_case .case_header .num {
  position: absolute;
  top: -30px; left: -10px;
  font-size: 12px;
  line-height: 20px;
  color: #7ecef4;
}
.w_major_case .case_header .num span {
  font-size: 25px;
  line-height: 44px;
  display: block;
  width: 50px;
  height: 50px;
  background: #ff0;
  border: solid 3px #7ecef4;
  color: #7ecef4;
  border-radius: 50%;
  box-sizing: border-box;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.w_major_case .flex_container {
	justify-content:space-between;
}
.w_major_case .case {
	width: 100%;
  text-align: center;
  border: solid 3px #7ecef4;
}
  .w_major_case .case + .case {
    margin-top: 30px
  }
.w_major_case .case_header .title {
  font-size: 4.5vw;
  line-height: 1.3;
}
.w_major_case .case_header .num {
  position: absolute;
  top: -30px; left: -15px;
  font-size: 2.5vw;
  line-height: 1.5;
  color: #7ecef4;
}
.w_major_case .case_header .num span {
  font-size: 20px;
  line-height: 30px;
  width: 34px;
  height: 34px;
  border: solid 2px #7ecef4;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	case_body	
-------------------------------------------------------------*/
.w_major_case .case_body {
  padding: 20px;
}
.w_major_case .case_body .step {
  background: #7ecef4;
  color: #000;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
}
.w_major_case .case_body .step strong {
  font-size: 20px;
}
.w_major_case .case_body .icon_plus {
  position: relative;
  width: 100%;
  height: 50px;
}
.w_major_case .case_body .icon_plus::before,
.w_major_case .case_body .icon_plus::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
	margin: auto;
  width: 25px;
  height: 3px;
  background: #000;
  transform: rotate(90deg)
}
.w_major_case .case_body .icon_plus::after {
  transform: rotate(0deg)
}
.w_major_case .case_footer {
  border-top: dotted 2px #7ecef4;
  padding: 20px;
}
.w_major_case .case_footer p {
  font-size: 14px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.w_major_case .case_body {
  padding: 10px;
}
.w_major_case .case_body .step {
  font-size: 3vw;
}
.w_major_case .case_body .step strong {
  font-size: 4vw;
}
.w_major_case .case_body .icon_plus {
  height: 30px;
}
.w_major_case .case_body .icon_plus::before,
.w_major_case .case_body .icon_plus::after {
  width: 15px;
  height: 2px;
  transform: rotate(90deg)
}
.w_major_case .case_body .icon_plus::after {
  transform: rotate(0deg)
}
.w_major_case .case_footer {
  padding: 10px;
}
.w_major_case .case_footer p {
  font-size: 3.5vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	w_major_target
	
===============================================================*/
.w_major_target {
  border: dotted 2px #000;
  position: relative;
}
.w_major_target .w_major_target_inner {
  position: relative;
  width: 100%;
  padding: 30px;
}
.w_major_target::before,
.w_major_target::after,
.w_major_target .w_major_target_inner::before,
.w_major_target .w_major_target_inner::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
}
.w_major_target::before {
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  top: -2px;
  left: -2px;
}
.w_major_target::after {
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  bottom: -2px;
  right: -2px;
}
.w_major_target .w_major_target_inner::before {
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  bottom: -2px;
  left: -2px;
}
.w_major_target .w_major_target_inner::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  top: -2px;
  right: -2px;
}

.w_major_target .flex_container {
	justify-content:space-between;
  position: relative;
  margin-top: 15px;
}
.w_major_target .use_course {
	width: 60%;
}
.w_major_target .use_case {
	width: 40%;
}
.w_major_target .use_course .use_course_inner {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.w_major_target .use_course .list {
	width: 45%;
  box-sizing: border-box;
  border: 0;
}
.w_major_target .use_course .list + .list {
  width: 55%;
  border-left: dotted 2px #000;
  padding-left: 30px;
}
.w_major_target .use_course .list li {
  font-size: 12px;
  line-height: 1.5;
}
.w_major_target .use_course .list li + li {
  margin-top: 5px;
}
.w_major_target .title {
  color: #7ecef4;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.w_major_target .flex_container {
  margin-top: 10px;
}
.w_major_target .w_major_target_inner {
  padding: 10px;
}
.w_major_target::before,
.w_major_target::after,
.w_major_target .w_major_target_inner::before,
.w_major_target .w_major_target_inner::after {
  width: 15px;
  height: 15px;
}
.w_major_target .use_course,
.w_major_target .use_case,
.w_major_target .use_course .list,
.w_major_target .use_course .list + .list {
	width: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 0;
}
  .w_major_target .use_case {
    margin-top: 20px;
  }
.w_major_target .use_course .list li {
  font-size: 3.5vw;
  line-height: 1.4;
}
.w_major_target .use_course .list li + li {
  margin-top: 2px;
}
.w_major_target .title {
  font-size: 5vw;
	line-height: 1.4;
  padding-top: 5px;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	foo	
-------------------------------------------------------------*/
.w_major_target .use_case h4 {
  text-align: center;
  font-size: 20px;
  background: #7ecef4;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
}
.w_major_target .use_case h4::after {
  content:'';
	position:absolute;
	bottom: -40px; left: 0; right: 0;
	margin: auto;
	width:100px;
	height:20px;
	border-top: 20px solid #7ecef4;
	border-bottom: 20px solid transparent;
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;
	transform: translate(3px,0);
	box-sizing:border-box;
	transition:all .3s;
}
.w_major_target .use_case .dot_box {
  margin-top: 40px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.w_major_target .use_case h4 {
  font-size: 4.5vw;
  padding: 10px;
}
.w_major_target .use_case h4::after {
  content:'';
	position:absolute;
	bottom: -30px; left: 0; right: 0;
	margin: auto;
	width:20px;
	height:20px;
	border-top: 20px solid #7ecef4;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	transform: translate(3px,0);
	box-sizing:border-box;
	transition:all .3s;
}
.w_major_target .use_case .dot_box {
  margin-top: 20px;
  padding: 0;
  padding-top: 15px;
  border: 0;
  border-top: dotted 2px #000;
}
}/* for SP max-width: 800px */
