@charset "utf-8";
/* CSS Document */

.contentsWidth .w100 {
	display:block;
	width:100%;
	height:auto;
}

.contentsWidth .MB10 { margin-bottom:10px!important; }
.contentsWidth .MB20 { margin-bottom:20px!important; }
.contentsWidth .MB30 { margin-bottom:30px!important; }
.contentsWidth .MB40 { margin-bottom:40px!important; }
.contentsWidth .MB50 { margin-bottom:50px!important; }
.contentsWidth .MB60 { margin-bottom:60px!important; }
.contentsWidth .MB70 { margin-bottom:70px!important; }
.contentsWidth .MB80 { margin-bottom:80px!important; }
.contentsWidth .MT10 { margin-top:10px!important; }
.contentsWidth .MT20 { margin-top:20px!important; }
.contentsWidth .MT30 { margin-top:30px!important; }
.contentsWidth .MT40 { margin-top:40px!important; }
.contentsWidth .MT50 { margin-top:50px!important; }
.contentsWidth .PRL20 {
	padding-right: 20px!important;
	padding-left: 20px!important;
}
.pconly { display:block; }
br.pconly { display:inherit; }
.sponly { display:none; }

/* [ movie ] */
.contentsWidth .movie_box {
	display: flex;
	flex-wrap: wrap;
}
.contentsWidth .movie_box > * {
	display: block;
}
.contentsWidth .movie_box.col2 {
	justify-content: space-between;
}
.contentsWidth .movie_box.col2 > * {
	width: calc(50% - 7.5px);
	margin-bottom: 20px;
}
.contentsWidth .movie_box.col3 > * {
	width: calc(33.33% - 6.66px);
	margin-left: 10px;
}
.contentsWidth .movie_box.col3 > *:nth-child(3n+1) {
	margin-left: 0;
}
.contentsWidth .movie_box p {
	margin-top: 10px;
	color: #3364C2;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.contentsWidth .movie_box p b {
	display: block;
	font-size: 2rem;
}
.contentsWidth .movie_box p span {
	display: block;
	margin-top: 5px;
	color: #000;
	font-size: 1.4rem;
}

/* [ modal ] */
.modal_box {
	position: relative;
	width: 100% !important;
	max-width: 880px !important;
	margin: 0 auto;
	padding: 40px 20px !important;
	background: #fff;
	color: #000;
	font-size: 1.6rem;
}
.modal_box * { box-sizing: border-box; }
.modal_box a {
	-webkit-transition: all ease .3s; /* Safari */
	transition: all ease .3s;
}
.modal_box h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	text-align: center;
}
.modal_box h3 span { display: inline-block; }
.modal_box .movie {
	position: relative;
	padding-top: 56.25%;
	background: #daeaf5;
	overflow: hidden;
}
.modal_box .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal_box button {
	position: absolute;
	top: 0;
	right: 0 !important;
	width: 40px !important;
	height: 40px !important;
	padding: 0 0 0.2em !important;
	border: none;
	background: #000;
	color: #fff !important;
	font-size: 3rem;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	-webkit-transition: all ease .3s; /* Safari */
	transition: all ease .3s;
}
.modal_box button:hover { background: #666; }
.modal_box button::before, 
.modal_box button::after { display: none; }


.contentsWidth .lineup_box {
max-width: 855px;
width: 95%;
margin: 0 auto 20px;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
font-size: 30px;
color:#132B54;
}
.contentsWidth .lineup_box img {
margin-bottom: 10px;
}
.contentsWidth .lineup_box p {
font-size: 30px;
}


.contentsWidth section {
margin-bottom: 80px;
overflow: hidden;
}
.contentsWidth section h2.section_ttl {
display: block;
background: url(../img/ttl_bg.gif) top center no-repeat;
font-size: 20px;
font-weight: bold;
padding: 23px 0 20px;
}

.contentsWidth .feature_box h3.feature_btn {
	display: block;
	cursor: pointer;
	padding: 20px;
	background: #C90A00;
	margin-bottom: 3px;
	color:#fff;
	font-size: 2.2rem;
	font-weight: bold;
}
.contentsWidth .feature_box h3.feature_btn span {
	display: block;
	background: url("../img/lineup_list_btn_o.svg") no-repeat right center;
	background-size: 100px 24px;
	padding:0 110px;
	text-align: center;
}
.contentsWidth .feature_box h3.feature_btn.active span {
	display: block;
	background: url("../img/lineup_list_btn_c.svg") no-repeat right center;
	background-size: 100px 24px;
	padding:0 110px;
}

.contentsWidth .feature_box .feature_ct { padding-top:30px; }
.contentsWidth .feature_box .feature_ct { display: none; }

.contentsWidth .feature_box .feature_ct .feature_flexbox {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contentsWidth .feature_box .feature_ct .feature_flexbox::after{
	content:"";
	display: block;
	width:33%;
}
.contentsWidth .feature_box .feature_ct .empty_item{
	content:"";
	display: block;
	width:33%;
}
.contentsWidth .feature_box .feature_ct .feature_flexbox .feature_eachbox {
	width: 32%;
	margin-bottom: 40px;
	line-height: 1.5;
}
.contentsWidth .feature_box .feature_ct .feature_flexbox .feature_eachbox a {
color:#000;
}
.contentsWidth .feature_box .feature_ct .feature_flexbox .feature_eachbox p {
display: block;
margin: 0 auto;
padding-top: 5px;
font-size: 1.4rem;
}
.contentsWidth .feature_box .feature_ct .feature_flexbox .feature_eachbox p strong {
font-size: 16px;
margin-bottom: 5px;
font-weight: bold;
color:#0075C5;
display: block;
padding-left: 20px;
background: url("../img/lineup_arrow.gif") no-repeat 0 5px;
}


.contentsWidth .chirp_box {
border:  solid 3px #56A6D7;
box-sizing: border-box;
padding: 20px;
}
.contentsWidth .chirp_box .feature01 {
overflow: hidden;
}
.contentsWidth .chirp_box .feature01 p {
display: block;
line-height: 1.5;
float: left;
width: 70%;
}
.contentsWidth .chirp_box .feature01 a {
display: block;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
font-size: 26px;
color:#132B54;
margin-bottom: 10px;
padding-left: 20px;
background: url("../img/lineup_arrow.gif") no-repeat left center;
}
.contentsWidth .chirp_box .feature01 img {
display: block;
float: right;
width: 25%;
}
.contentsWidth .chirp_box .feature02 {
overflow: hidden;
}
.contentsWidth .chirp_box .feature02 strong {
display: block;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
font-size: 20px;
color:#132B54;
margin-bottom: 15px;
line-height: 1.2;
border-left:#0079C4 solid 5px;
padding-left: 8px;
}
.contentsWidth .chirp_box .feature02 a {
font-size: 15px;
color:#0079C4;
display: inline-block;
padding:0 20px;
background: url("../img/lineup_arrow.gif") no-repeat left center;
}
.contentsWidth h2.bottom_border {
  border-bottom: solid 3px #b4b4b4;
  position: relative;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
font-size: 28px;
color:#132B54;
padding-bottom: 5px;
}
.contentsWidth h2.bottom_border:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0079C4;
  bottom: -3px;
  width: 13%;
}

.contentsWidth .series_feature_box {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;

-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contentsWidth .series_feature_box>a {
display: block;
width: 50%;
overflow: hidden;
background: #F0EEEE;
color:#000;
}
.contentsWidth .series_feature_box>a:nth-child(2),
.contentsWidth .series_feature_box>a:nth-child(3),
.contentsWidth .series_feature_box>a:nth-child(6),
.contentsWidth .series_feature_box>a:nth-child(7) {
background: #DFE8ED;
}
.contentsWidth .series_feature_box>a img {
display: block;
float: left;
width: 55%;
max-width: 270px;
}
.contentsWidth .series_feature_box>a p {
display: block;
float: left;
width: 45%;
padding: 30px 10px 0 0;
box-sizing: border-box;
}
.contentsWidth .series_feature_box>a p strong {
display: block;
margin-bottom: 5px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 15px;
color:#0079C4;
padding-left: 20px;
background: url("../img/lineup_arrow.gif") no-repeat 0px 3px;
}

/* [ Simulation Bunner ] */
.contentsWidth .simulation_bunner {
	margin: 0 auto;
	max-width: 680px;
}
.contentsWidth .simulation_bunner a {
	display: block;
	position: relative;
	padding: 20px 45% 20px 60px;
	border: 5px solid #cce3f2;
	background: url(../img/bnr_simulation.png) right center no-repeat #fafcfe;
	background-size: 49.25%;
	color: #000;
	box-sizing: border-box;
}
.contentsWidth .simulation_bunner a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 4px solid #0075bf;
	border-right: 4px solid #0075bf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.contentsWidth .simulation_bunner b, 
.contentsWidth .simulation_bunner span { line-height: 1.2; }
.contentsWidth .simulation_bunner b {
	display: inline-block;
	font-size: 1.6rem;
	color: #0075bf;
}
.contentsWidth .simulation_bunner span {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: bold;
}



/*---------------------*/

.contentsWidth .sec_ttl {
	display: block;
	margin-bottom: 20px;
	border-bottom:  solid 3px #0064C2;
}
.contentsWidth .sec_ttl b {
	display: inline-block;
	margin-left: 6px;
	padding: 10px 20px 5px 20px;
	background: #0064C2;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	transform: skew(-15deg);
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contentsWidth .sub_ttl {
	margin-bottom: 15px;
	padding-left: 6px;
	border-left: 6px solid #003965;
	color: #003965;
	font-size: 2rem;
}
.contentsWidth .feature_lead_txt {
	display: block;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}

.contentsWidth .feature_sonar_btnbox{
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.contentsWidth .feature_sonar_btnbox a{
display: block;
width: 49%;
max-width: 475px;
margin-bottom: 15px;
}

.contentsWidth .feature_extension_btnbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 20px;
	background: #C5CACE;
}
.contentsWidth .feature_extension_btnbox a {
	display: flex;
	align-items: center;
	width: calc(50% - 10px);
	height: 80px;
	padding: 0 20px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.4rem;
}
.contentsWidth .feature_extension_btnbox a:nth-child(2) ~ a { margin-top: 20px; }
.contentsWidth .feature_extension_btnbox a:hover,
.contentsWidth .feature_extension_btnbox a:active { opacity: 0.7; }
.contentsWidth .feature_extension_btnbox a b {
	width: 100%;
	padding: 20px 32px 20px 0;
	background: url(../img/arrow_white.svg) right center no-repeat;
	background-size: 32px auto;
	color: #fff;
}

.contentsWidth .guide {
padding: 40px 20px;
background: url("../img/guide_bg.jpg") top center no-repeat;
background-size: cover;
}


.contentsWidth .guide_each_box {
background: #fff;
padding: 20px;

box-sizing: border-box;
}
.contentsWidth .guide_each_box .guide_each_ttl {
	color:#003565;
	font-weight: bold;
	font-size: 26px;
	padding-left: 80px;
	height: 70px;
	margin-bottom: 20px;

	display: -webkit-flex;
	display: flex;

	-webkit-align-items: center;
	align-items: center;
	}
.contentsWidth .guide_each_box .guide_each_ttl.ttl01 {
	background: url("../img/guide_ttl_step1.svg") left center no-repeat;
	background-size: auto 100%;
}
.contentsWidth .guide_each_box .guide_each_ttl.ttl02 {
	background: url("../img/guide_ttl_step2.svg") left center no-repeat;
	background-size: auto 100%;
}
.contentsWidth .guide_each_box .guide_each_ttl.ttl03 {
	background: url("../img/guide_ttl_step3.svg") left center no-repeat;
	background-size: auto 100%;
}
.contentsWidth .guide_each_box .guide_each_ttl.ttl04 {
	background: url("../img/guide_ttl_step4.svg") left center no-repeat;
	background-size: auto 100%;
}

.contentsWidth .guide_each_box .guide_each_inbox{
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-align-items: center;
align-items: center;
}
.contentsWidth .guide_each_box .guide_each_inbox>*{
width: 50%;
text-align: center;
}
.contentsWidth .guide_each_box .guide_each_inbox>* ul{
display: inline-block;
margin: 0 0 0 20px;
text-align: left;
font-size: 1.6rem;

padding-left: 1.5em;
}
.contentsWidth .guide_each_box .guide_each_inbox>* ul li{
list-style: disc;
margin-bottom: 10px;
}
.contentsWidth .guide_each_box .guide_point_txt{
	position: relative;
font-weight: bold;
color:#fff;
background: #C90A00;
font-size: 2.2rem;
margin: 40px auto 30px;
max-width: 600px;
padding: 5px 20px;
text-align: center;
transform: skew(-15deg);
}
.contentsWidth .guide_each_box .guide_point_txt b{
	display: block;
	transform: skew(15deg);
}
.contentsWidth .guide_each_box .guide_img01_2{
margin: 0 auto;
max-width: 700px;
height: auto;
}
.contentsWidth .guide_arrow{
display: block;
width: 124px;
margin: 20px auto;
}


.contentsWidth .guide_each_box .guide_each_inbox.inbox02 img{
width: 60%;
text-align: center;
}
.contentsWidth .guide_dl_box{
padding-top: 20px;
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-around;
justify-content: space-around;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.contentsWidth .guide_dl_box a{
display: block;
width: 40%;
background: #003565;
padding: 10px 20px;
color:#fff;
font-size: 16px;
font-weight: bold;

box-sizing: border-box;
}
.contentsWidth .guide_dl_box a span{
display: block;
width: 100%;
background: url("../img/download_white.svg") right center no-repeat;
background-size: 19px 22px;
}

.contentsWidth .guide03_likebox {
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

}

.contentsWidth .guide03_likebox .guide03_like_eachbox { width: 32%; }
.contentsWidth .guide03_likebox .guide03_like_eachbox p {
	padding: 10px 0;
	font-size: 1.4rem;
}
.contentsWidth .guide03_likebox .guide03_like_eachbox a {
	display: block;
	background: #003565;
	padding: 10px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.contentsWidth .guide03_likebox .guide03_like_eachbox a span{
	display: block;
	width: 100%;
	padding-right: 32px;
	background: url("../img/arrow_white.svg") right center no-repeat;
	background-size: 32px auto;
}

.contentsWidth .guide_note_box {
	padding: 20px;
	background: rgba(255,255,255,0.5);
	font-size: 1.3rem;
}
.contentsWidth .guide_note_box li {
	padding-left: 1em;
	text-indent: -1em;
}
.contentsWidth .guide_note_box li + li { margin-top: 10px; }


.contentsWidth .support_link{
text-align: center;
}
.contentsWidth .support_link a{
display: block;
background: #003565;
max-width: 400px;
margin: 0 auto;
padding: 20px;
color:#fff;
font-size: 16px;
font-weight: bold;

box-sizing: border-box;
}
.contentsWidth .support_link a span{
display: block;
width: 100%;
text-align: left;

box-sizing: border-box;
padding-right: 55px;
background: url("../img/arrow_white.svg") right center no-repeat;
background-size: 47px 18px;
}
