@charset "utf-8";
/* ================================================================================================================== */
/* 【Customize】Header                                                                                                */
/* ===================================================================================================================*/
#header {
	height: 0;
}
#header .bar {
	transition: top 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
	top: -91px;
}
@media screen and (max-width: 750px) {
	#header {
		height: 132px;
	}
	#header .bar {
		top: -133px;
	}
}
/* ================================================================================================================== */
/* 【Top Common】                                                                                                     */
/* ===================================================================================================================*/
#main .top_cmd_headline {
}
#main .top_cmd_headline .item.type_icon {
	text-align: center;
}
#main .top_cmd_headline .item.type_title {
	margin-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #333333;
	text-align: center;
	font-size: 0.38rem;
	line-height: 1;

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#main .top_cmd_headline .item.type_sub_title {
	margin-top: 10px;
	text-align: center;
	font-size: 0.20rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main .top_cmd_headline .item.type_explain {
	font-size: 0.20rem;
	line-height: 1.5;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#main .top_cmd_headline {
	}
	#main .top_cmd_headline .item.type_icon {
	}
	#main .top_cmd_headline .item.type_title {
		margin-top: 15px;
		padding-bottom: 15px;
		border-bottom-width: 1.5px;
		font-size: 0.50rem;
	}
	#main .top_cmd_headline .item.type_sub_title {
		margin-top: 10px;
		font-size: 0.28rem;
	}
	#main .top_cmd_headline .item.type_explain {
		font-size: 0.28rem;
	}
}
/* ================================================================================================================== */
/* FirstView                                                                                                          */
/* ===================================================================================================================*/
#main #first_view {
	position: relative;
}
@media screen and (max-width: 750px) {
	#main #first_view {
	}
}
/* ================================================================================================================== */
/* FirstView:SliderContent                                                                                            */
/* ===================================================================================================================*/
#main #first_view ul.slider_content {
	height: 750px;
	overflow: hidden;
	position: relative;
}
#main #first_view ul.slider_content > li {
	width: 100%;
	transition: opacity 0.5s ease;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#main #first_view ul.slider_content > li.initial_item {
	transition: opacity 0s ease;
	opacity: 1;
}
#main #first_view ul.slider_content > li.show {
	opacity: 1;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content {
		height: 750px;
		padding-bottom: 29px;
		background: #f0f0f0;
	}
	#main #first_view ul.slider_content > li {
	}
	#main #first_view ul.slider_content > li.initial_item {
	}
	#main #first_view ul.slider_content > li.show {
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Back                                    */
/* =============================================================== */
#main #first_view ul.slider_content > li .back {
	height: 750px;
}
#main #first_view ul.slider_content > li .back img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'; /*IE対策*/
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .back {
		box-sizing: border-box;
		height: 750px;
	}
	#main #first_view ul.slider_content > li .back img {
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front                                   */
/* =============================================================== */
#main #first_view ul.slider_content > li .front {
	box-sizing: border-box;
	height: 100%;
	padding-top: 274px;
	position: absolute;
	top:  0;
	left: 69px;
}
#main #first_view ul.slider_content > li .front .item.type_text {
	position: relative;
}
#main #first_view ul.slider_content > li .front .item.type_text .text_wrapper {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	z-index: 1;
}
#main #first_view ul.slider_content > li .front .item.type_text .text_wrapper .text {
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
}
#main #first_view ul.slider_content > li .front .item.type_text .text_wrapper .text.ready {
	width: 0;
}
#main #first_view ul.slider_content > li .front .item.type_text .bar {
	content: "";
	width: 100%;
	height: 100%;

	transform-origin: left center;
	transform: scaleX(0);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
#main #first_view ul.slider_content > li .front .item.type_link {
	margin-top: 30px;
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(30px);
}
#main #first_view ul.slider_content > li .front .item.type_link a {
	padding: 0 68px 0 25px;
	background: rgba(0,0,0,0.6);
	border-radius: 20px;
	color: #ffffff;
	font-size: 0.14rem;
	line-height: 38px;
	position: relative;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #first_view ul.slider_content > li .front .item.type_link a::after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 100%;
	position: absolute;
	background-image: url('../../images/top/arrow_white.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:   0;
	right: 20px;
}
#main #first_view ul.slider_content > li .front .item.type_date {
	color: #000000;
	font-size: 0.14rem;
	line-height: 1;
	transition: 0.6s;
	opacity: 0;
	position: absolute;
	bottom: 40px;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .front {
		padding-top: 35px;
		position: absolute;
		top:  0;
		left: 30px;
	}
	#main #first_view ul.slider_content > li .front .item.type_text {
	}
	#main #first_view ul.slider_content > li .front .item.type_text .text_wrapper {
	}
	#main #first_view ul.slider_content > li .front .item.type_text .text_wrapper .text {
	}
	#main #first_view ul.slider_content > li .front .item.type_text .text_wrapper .text.ready {
	}
	#main #first_view ul.slider_content > li .front .item.type_text .bar {
	}
	#main #first_view ul.slider_content > li .front .item.type_link {
		margin-top: 370px;
		transition: all 1s ease;
		transform: translateY(30px);
	}
	#main #first_view ul.slider_content > li .front .item.type_link a {
		padding: 0 92px 0 37px;
		border-radius: 30px;
		font-size: 0.22rem;
		line-height: 60px;
	}
	#main #first_view ul.slider_content > li .front .item.type_link a::after {
		width: 38px;
		right: 29px;
	}
	#main #first_view ul.slider_content > li .front .item.type_date {
		font-size: 0.22rem;
		bottom: 40px;
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front《Active》                         */
/* =============================================================== */
#main #first_view ul.slider_content > li .front .item.type_text.active .text_wrapper .text.ready {
	width: 100%;
	transition: width 0.3s 0.6s;
}
#main #first_view ul.slider_content > li .front .item.type_text.active .bar {
	transition: all 0.6s ease 0.5s;
	transform: scaleX(1);
}
#main #first_view ul.slider_content > li .front .item.type_link.active {
	opacity: 1;
	transform: translateY(0);
}
#main #first_view ul.slider_content > li .front .item.type_date.active {
	opacity: 1;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .front .item.type_text.active .text_wrapper .text.ready {
	}
	#main #first_view ul.slider_content > li .front .item.type_text.active .bar {
	}
	#main #first_view ul.slider_content > li .front .item.type_link.active {
	}
	#main #first_view ul.slider_content > li .front .item.type_date.active {
	}
}
/* =============================================================== */
/* FirstView:SliderContent:Front:TYPE_TEXT(個別調整)               */
/* =============================================================== */
#main #first_view ul.slider_content > li .front .item.type_text.kind_A {
	padding: 0 12px;
	color: #ffffff;
	font-size: 0.24rem;
	line-height: 42px;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #first_view ul.slider_content > li .front .item.type_text.kind_A:nth-child(n + 2) {
	margin-top: 8px;
}
#main #first_view ul.slider_content > li .front .item.type_text.kind_A .bar {
	background: rgba(0,0,0,0.6);
}
#main #first_view ul.slider_content > li .front .item.type_text.kind_B {
	margin-top: 10px;
	padding: 0 20px;
	font-size: 0.38rem;
	line-height: 64px;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#main #first_view ul.slider_content > li .front .item.type_text.kind_B .bar {
	background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_content > li .front .item.type_text.kind_A {
		padding: 0 15px;
		font-size: 0.30rem;
		line-height: 52px;
	}
	#main #first_view ul.slider_content > li .front .item.type_text.kind_A:nth-child(n + 2) {
		margin-top: 12px;
	}
	#main #first_view ul.slider_content > li .front .item.type_text.kind_A .bar {
	}
	#main #first_view ul.slider_content > li .front .item.type_text.kind_B {
		margin-top: 12px;
		padding: 0 25px;
		font-size: 0.48rem;
		line-height: 79px;

		font-family: 'Noto Sans JP', sans-serif;
		font-style:  normal;
		font-weight: 700;
	}
	#main #first_view ul.slider_content > li .front .item.type_text.kind_B .bar {
	}
}
/* ================================================================================================================== */
/* FirstView:SliderDots                                                                                               */
/* ===================================================================================================================*/
#main #first_view ul.slider_dots {
	line-height: 0;
	letter-spacing: -.40em;
	position: absolute;
	right:  70px;
	bottom: 35px;
	z-index: 2;
}
#main #first_view ul.slider_dots li {
	display: inline-block;
	width:  50px;
	height:  5px;
	background: #cfcfcf;
	cursor: pointer;
	letter-spacing: normal;
	overflow: hidden;
	position: relative;
}
#main #first_view ul.slider_dots li:nth-child(n + 2) {
	margin-left: 3px;
}
#main #first_view ul.slider_dots li::before {
	content: "";
	display: block;
	width:  0;
	height: 100%;
	background: #000000;
	position: absolute;
	top:  0;
	left: 0;
}
#main #first_view ul.slider_dots li.active {
	cursor: default;
}
#main #first_view ul.slider_dots li.active::before {
	width:  100%;
	transition: 5s linear;
}
@media screen and (max-width: 750px) {
	#main #first_view ul.slider_dots {
		position: absolute;
		right:  13px;
		bottom: 0;
	}
	#main #first_view ul.slider_dots li {
		width:  75px;
		height:  8px;
	}
	#main #first_view ul.slider_dots li:nth-child(n + 2) {
		margin-left: 4px;
	}
	#main #first_view ul.slider_dots li::before {
	}
	#main #first_view ul.slider_dots li.active {
	}
	#main #first_view ul.slider_dots li.active::before {
	}
}
/* ================================================================================================================== */
/* FirstView:Scroll                                                                                                   */
/* ===================================================================================================================*/
#main #first_view .scroll {
	width:1px;
	height:90px;
	-webkit-transition:.5s all 1s ease;
	transition:.5s all 1s ease;
	position: absolute;
	top: 680px;
	left:50%;
	z-index:10;
}
#main #first_view .scroll::before {
	content: "SCROLL";
	color: #444444;
	font-size: 0.10rem;
	transform-origin: bottom left;
	transform: rotate(90deg);
	position: absolute;
	top:   -10px;
	left: calc(100% + 3px);

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#main #first_view .scroll::after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	background: #444444;
	-webkit-animation:scroll 1.2s linear 0s infinite;
	animation:scroll 1.2s linear 0s infinite;
}
@-webkit-keyframes scroll {
	0% {
		transform: scale(1,0);
		transform-origin: center top;
	}
	46% {
		transform: scale(1,1);
		transform-origin: center top;
	}
	50%,
	54% {
		transform: scale(1,1);
		transform-origin: center bottom;
	}
	100% {
		transform: scale(1,0);
		transform-origin: center bottom;
	}
}
@keyframes scroll {
	0% {
		transform: scale(1,0);
		transform-origin: center top;
	}
	46% {
		transform: scale(1,1);
		transform-origin: center top;
	}
	50%,
	54% {
		transform: scale(1,1);
		transform-origin: center bottom;
	}
	100% {
		transform: scale(1,0);
		transform-origin: center bottom;
	}
}
@media screen and (max-width: 750px) {
	#main #first_view .scroll {
		width: 1.5px;
		height: 135px;
		top: 670px;
	}
	#main #first_view .scroll::before {
		font-size: 0.15rem;
		top:   -18px;
		left: calc(100% + 12px);
	}
	#main #first_view .scroll::after {
	}
}
/* ================================================================================================================== */
/* AfterFirstView                                                                                                     */
/* ===================================================================================================================*/
#after_fv {
	padding: 75px 0 80px;
	background: #f0f0f0;
}
#after_fv .inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#after_fv .inner .item.type_headline {
	text-align: center;
	font-size: 0.28rem;
	line-height: 1.5;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#after_fv .inner .item.type_youtube {
	margin-top: 30px;
}
#after_fv .inner .item.type_youtube iframe {
	width: 980px;
	height: 550px;
}
@media screen and (max-width: 750px) {
	#after_fv {
		padding: 90px 0 90px;
	}
	#after_fv .inner {
		width: auto;
	}
	#after_fv .inner .item.type_headline {
		font-size: 0.32rem;
	}
	#after_fv .inner .item.type_youtube {
		margin-top: 50px;
	}
	#after_fv .inner .item.type_youtube iframe {
		width:  750px;
		height: 420px;
	}
}
/* ================================================================================================================== */
/* FEATURES                                                                                                           */
/* ===================================================================================================================*/
#features {
	margin-top: 50px;
	padding: 90px 0;
	background-image: url('../../images/top/features_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#features .inner {
	padding-left: 140px;
}
#features .inner .headline {
	box-sizing: border-box;
	width: 365px;
	padding: 50px;
	background: rgba(255,255,255,0.4);
}
#features .inner .headline .link_btn {
	width: 260px;
	margin: 35px auto 0;
}
#sp_features_sub {
	display: none;
}
@media screen and (max-width: 750px) {
	#features {
		margin-top: 0;
		padding: 60px 0 460px;
		background-color: #e2e2e2;
		background-image: url('../../images/top/features_bg_sp.jpg');
		background-size: 100% auto;
		background-position: center top;
		position: relative;
	}
	#features .inner {
		padding-left: 0;
	}
	#features .inner .headline {
		box-sizing: border-box;
		width: 345px;
		margin: 0 auto;
		padding: 40px 35px;
	}
	#features .inner .headline .link_btn {
		width: 590px;
		margin: 0;

		position: absolute;
		left:   80px;
		bottom: -294px;
	}
	#features .inner .headline .type_explain {
		box-sizing: border-box;
		width: 100%;
		padding: 0 30px;
		position: absolute;
		text-align: center;
		left:   0;
		bottom: -165px;
	}
	#sp_features_sub {
		display: block;
		height: 377px;
		background: #e2e2e2;
	}
}
/* =============================================================== */
/* FEATURES:Headline:top_cmd_headline(個別調整)                    */
/* =============================================================== */
#features .inner .headline .top_cmd_headline .item.type_icon img {
	width:  59.878px;
	height: 61.993px;
}
#features .inner .headline .top_cmd_headline .item.type_title {
	width: 209px;
	margin-left:  auto;
	margin-right: auto;
}
#features .inner .headline .top_cmd_headline .item.type_explain {
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	#features .inner .headline .top_cmd_headline .item.type_icon img {
		width:  77.85px;
		height: 80.6px;
	}
	#features .inner .headline .top_cmd_headline .item.type_title {
		width: auto;
	}
	#features .inner .headline .top_cmd_headline .item.type_explain {
		margin-top: 0;
	}
}
/* ================================================================================================================== */
/* SPEC                                                                                                               */
/* ===================================================================================================================*/
#spec {
	margin-top: 50px;
	padding: 65px 0 45px;
	background-color: #e2e2e2;
	background-image: url('../../images/top/spec_bg.png');
	background-size: 60.8% auto;
	background-position: calc(100% - 12px) 18px;
	background-repeat: no-repeat;
}
#spec .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#spec .inner .headline {
	width: 247px;
}
@media screen and (max-width: 750px) {
	#spec {
		margin-top: 60px;
		padding: 80px 0;
		background-color: #e2e2e2;
		background-image: url('../../images/top/spec_bg.png');
		background-size: 96.4% auto;
		background-position: top center;
		background-repeat: no-repeat;
	}
	#spec .inner {
		width: auto;

		// For Flipsnap
		overflow: hidden;
		-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
	}
	#spec .inner .headline {
		width: 690px;
		margin: 0 auto;
	}
}
/* =============================================================== */
/* SPEC:Headline:top_cmd_headline(個別調整)                        */
/* =============================================================== */
#spec .inner .headline .top_cmd_headline .item.type_icon img {
	width:  44.75px;
	height: 49px;
}
#spec .inner .headline .top_cmd_headline .item.type_explain {
	position: absolute;
	top:  65px;
	left: 310px;
}
@media screen and (max-width: 750px) {
	#spec .inner .headline .top_cmd_headline .item.type_icon img {
		width: 48.17px;
		height: 63.7px;
	}
	#spec .inner .headline .top_cmd_headline .item.type_title {
		width: 324px;
		margin-left: auto;
		margin-right: auto;
	}
	#spec .inner .headline .top_cmd_headline .item.type_explain {
		margin-top: 55px;
		text-align: center;
		position: static;
		top:  0;
		left: 0;
	}
}
/* =============================================================== */
/* SPEC:List_Ctrl                                                  */
/* =============================================================== */
#spec .inner .step_ctrl {
	display: none;
}
@media screen and (max-width: 750px) {
	#spec .inner .step_ctrl {
		display: block;
		position: relative;
		z-index: 10;
	}
	#spec .inner .step_ctrl img {
		cursor: pointer;
		position: absolute;
		top: 275px;
	}
	#spec .inner .step_ctrl img.disabled {
		display: none;
	}
	#spec .inner .step_ctrl img.prev {
		left: 0;
	}
	#spec .inner .step_ctrl img.next {
		right: 0;
	}
}
/* =============================================================== */
/* SPEC:List                                                       */
/* =============================================================== */
#spec .inner .step_list {
	margin-top: 37px;
	letter-spacing: -.40em;
}
#spec .inner .step_list ul.item {
	display: inline-block;
	width: 300px;
	letter-spacing: normal;
	vertical-align: top;
}
#spec .inner .step_list ul.item:nth-child(n + 2) {
	margin-left: 40px;
}
@media screen and (max-width: 750px) {
	#spec .inner .step_list {
		width: 1890px; /* 630 x 3 */
		margin-top: 45px;
		margin-left: 80px;
	}
	#spec .inner .step_list ul.item {
		width: 580px;
	}
	#spec .inner .step_list ul.item:nth-child(n + 2) {
		margin-left: 50px;
	}
}
/* =============================================================== */
/* SPEC:List:ITEM                                                  */
/* =============================================================== */
#spec .inner .step_list ul.item li.kind_image {
	background: #ffffff;
	position: relative;
}
#spec .inner .step_list ul.item li.kind_image img {
	width: 100% !important;
}
#spec .inner .step_list ul.item li.kind_image span {
	display: inline-block;
	width: 69px;
	height: 28px;
	background: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 0.14rem;
	line-height: 28px;

	position: absolute;
	top: 0;
	left: 0;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#spec .inner .step_list ul.item li.kind_image span i {
	font-size: 0.20rem;
}
#spec .inner .step_list ul.item li.kind_title {
	margin-top: 8px;
	font-size: 0.18rem;
	line-height: 1.23;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
#spec .inner .step_list ul.item li.kind_explain {
	margin-top: 5px;
	font-size: 0.12rem;
	line-height: 1.6;
}
@media screen and (max-width: 750px) {
	#spec .inner .step_list ul.item li.kind_image {
		width: 580px;
	}
	#spec .inner .step_list ul.item li.kind_image img {
	}
	#spec .inner .step_list ul.item li.kind_image span {
		display: inline-block;
		width: 140px;
		height: 56px;
		font-size: 0.28rem;
		line-height: 56px;
	}
	#spec .inner .step_list ul.item li.kind_image span i {
		font-size: 0.41rem;
	}
	#spec .inner .step_list ul.item li.kind_title {
		margin-top: 25px;
		font-size: 0.28rem;
	}
	#spec .inner .step_list ul.item li.kind_title br {
		display: none;
	}
	#spec .inner .step_list ul.item li.kind_explain {
		margin-top: 20px;
		font-size: 0.24rem;
	}
}
/* =============================================================== */
/* SPEC:List:LinkButton                                            */
/* =============================================================== */
#spec .inner .link_btn {
	width: 260px;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
	#spec .inner .link_btn {
		width: 590px;
		margin: 20px auto 0;
	}
}
/* ================================================================================================================== */
/* TRANSLATION                                                                                                        */
/* ===================================================================================================================*/
#translation {
	margin-top: 50px;
	padding: 110px 0 135px;
	background-image: url('../../images/top/translation_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#translation .inner {
	padding-left: 140px;
}
#translation .inner .headline {
	box-sizing: border-box;
	width: 280px;
}
#translation .inner .headline .link_btn {
	width: 260px;
	margin: 35px auto 0;
}
@media screen and (max-width: 750px) {
	#translation {
		margin-top: 60px;
		padding: 50px 0 95px;
		background-color: #e2e2e2;
		background-image: url('../../images/top/translation_bg_sp.jpg');
		background-size: 100% auto;
		background-position: center top;
		background-repeat: no-repeat;
	}
	#translation .inner {
		padding-left: 0;
	}
	#translation .inner .headline {
		width: 690px;
		margin: 0 auto;
	}
	#translation .inner .headline .link_btn {
		width: 590px;
		margin: 55px auto 0;
	}
}
/* =============================================================== */
/* TRANSLATION:Headline:top_cmd_headline(個別調整)                 */
/* =============================================================== */
#translation .inner .headline .top_cmd_headline .item.type_icon img {
	width:  63.72px;
	height: 63.72px;
}
#translation .inner .headline .top_cmd_headline .item.type_title {
	width: 275px;
	margin-left:  auto;
	margin-right: auto;
}
#translation .inner .headline .top_cmd_headline .item.type_explain {
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	#translation .inner .headline .top_cmd_headline .item.type_icon img {
		width:  96px;
		height: 96px;
	}
	#translation .inner .headline .top_cmd_headline .item.type_title {
		width: 363px;
	}
	#translation .inner .headline .top_cmd_headline .item.type_explain {
		margin-top: 675px;
		text-align: center;
	}
}

