#main {
	background-image: url(/product/trantixxii/advantage/images/main_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 68px;
}
#main>div{
	height: 350px;
	color: #fff;
	position: relative;
}
#main h1 {
	font-size: 46px;
	font-weight: bold;
	position: absolute;
	top: 115px;
	left: 0;
}
#main h1 span {
	font-size: 32px;
	margin-left: 2em;
}

body#LangEN #main h1 span {
	margin-left: 0;
}
#main p {
	font-size: 18px;
	position: absolute;
	top: 180px;
	left: 0;
	text-align: center;
}
#main_image {
	position: absolute;
	top: 28px;
	right: 76px;
}

#main_2nd {
	background-image: url(/product/trantixxii/advantage/images/main_2nd_bg.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 68px;
}
#main_2nd>div{
	height: 150px;
	color: #fff;
	position: relative;
}
#main_2nd h1 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 25px;
}

#main_2nd h1 span {
	font-size: 20px;
}



#advantages {
	margin-bottom: 45px;
}

#advantages>div>table {
	border-collapse: collapse;
}

#advantages td{
	width: 320px;
	color: #fff;
	vertical-align: top;
	padding: 10px 25px;
}
body#LangEN #advantages td{
	line-height: 1.5;
}

#advantages td:nth-child(1){
	background-color: #014099;
}
#advantages td:nth-child(2){
	background-color: #cd6d99;
}
#advantages td:nth-child(3){
	background-color: #91ad5c;
}
#advantages td:not(:last-child){
	border-right: 10px solid #fff;
}

#advantages .advantages_number {
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;
}

#advantages h2 {
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-align: center;
	margin-bottom: 20px;
}

#advantages p {
	margin-bottom: 20px;
	min-height: 170px;
}
#advantages .advantages_detail {
	text-align: center;
	margin-bottom: 25px;
}
#advantages .advantages_detail a {
	background: #526894 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 25px auto 0;
	padding: 10px 30px;
	width: 7em;
}
#advantage_list{
	margin-bottom: 50px;
}
#advantage_list table {
	border: 1px solid #000;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin-bottom: 18px;
}
#advantage_list table th {
	width: 249px;
	background-color: #b9c2d0;
	font-size: 24px;
	color: #526894;
	height: 120px;
}
#advantage_list table td {
	padding: 20px 20px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8;
}


/* paging */
#paging {
    width: 980px;
    margin:50px auto 80px;
}
#paging #pagingL {
    float: left;
    text-align: left;
}
#paging #pagingR {
    float: right;
    text-align: left;
}
#paging #pagingL a,
#paging #pagingR a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    opacity: 0.9;
    color: #FFF;
}
#paging .paging01 {
    background: #014099;
	margin-top: 30px; /* 追加 */
}
#paging .paging02 {
    background: #cd6d99;
    margin-top: 30px; /* 追加 */
}
#paging .paging03 {
    background: #91ad5c;
	margin-top: 30px; /* 追加 */
}
#paging #pagingL a {
    padding-left: 50px;
}
#paging #pagingR a {
    padding-right: 50px;
}
#paging #pagingL a:hover,
#paging #pagingR a:hover {
    text-decoration: underline;
}
#paging #pagingL a:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(225deg);
}
#paging #pagingR a:before {
    content: "";
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

#homepage_btn {
	margin-bottom: 103px;
	text-align: center;
}





#advantage_2nd_menu {
	margin-bottom: 85px;
}
#advantage_2nd_menu img {
	margin-right: 10px;
	vertical-align: -12px;
}
#advantage_2nd_menu h2 {
	color: #335990;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 2px solid #333333;
	margin-bottom: 30px;
}
#advantage_2nd_button {
}
#advantage_2nd_button ul {
	overflow: hidden;
}
#advantage_2nd_button li{
	float: left;
	width: 320px;
	margin-bottom: 10px;
}
#advantage_2nd_button li:not(:nth-child(3n)){
	margin-right: 10px;
}

#advantage_2nd_button li img{
	
}

.advantage_detail h3 {
	font-size: 26px;
	color: #335990;
	background-color: #d4d9e1;
	border-bottom: 2px solid #70829c;
	padding: 10px 15px;
	margin-bottom: 25px;
}

.advantage_detail .sample {
	padding: 10px;
	margin-bottom: 28px;
}

.advantage_detail .sample>div {
	background-color: #fff;
	padding: 20px;
}
.advantage_detail .sample td:nth-child(1) {
	padding-left: 15px;
	padding-right: 20px;
}
.advantage_detail .sample td:nth-child(2) {
	width: 178px;
	border-right: 2px solid #555555;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #555555;
}
.advantage_detail .sample td:nth-child(3) {
	padding: 10px 10px 10px 25px;
	font-size: 18px;
	color: #555555;
}

body#LangEN .advantage_detail .sample td{
	line-height: 1.5;
}

.advantage_detail h4 {
	color: #335990;
	font-weight: bold;
	font-size: 18px;
}

.advantage_detail p {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.8em;
}

.advantage_detail_image {
	text-align: center;
	margin-bottom: 60px;
}
#rolldull, #blasting, #color, #hyperbeta, #ipgoldtitanium, #other, #other02 {
	margin-top: -85px;
	padding-top: 85px;
}
.advantage_detail_btn a {
    z-index: 10;
	background: #526894 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
    text-align: center;
	display: block;
	font-size: 18px;
	margin: 0 auto 85px;
	padding: 10px 30px;
	width: 18em;
}
#rolldull .sample {
	background-image: url(/product/trantixxii/advantage/images/rolldull_bg.jpg);
}
#blasting .sample {
	background-image: url(/product/trantixxii/advantage/images/blasting_bg.jpg);
}
#color .sample {
	background-image: url(/product/trantixxii/advantage/images/color_bg.jpg);
}

#color_detail {
	overflow: hidden;
	margin-bottom: 30px;
}

#color_detail>div {
	float: left;
	width: 48%;
}
#color_detail>div:nth-child(2) {
	float: right;
}

#color_caution {
	border: 1px solid #000;
	padding: 30px 40px;
	margin-bottom: 30px;
	background-image: url(/product/trantixxii/advantage/images/tri_close.png);
	background-repeat: no-repeat;
	background-position: 910px center;
}

#hyperbeta .sample {
	background-image: url(/product/trantixxii/advantage/images/hyperbeta_bg.jpg);
}

#ipgoldtitanium .sample {
	background-image: url(/product/trantixxii/advantage/images/ipgoldtitanium_bg.jpg);
}
#other,
#other02 {
	overflow: hidden;
}
#other #other_list,
#other02 #other_list {
	overflow: hidden;
	margin-bottom: 50px;
}
#other #other_list>div,
#other02 #other_list>div {
	float: left;
	width: 300px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}


/* advantage02 */
/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


#advantage_2nd_menu.advantage02{
	margin-bottom: 0;
}

.advantage_detail h4.mB10{
	margin-bottom: 10px;
}

.advantage02_detail_image01{
	width: 632px;
	margin: 0 auto 50px;
}
.advantage02_detail_image01 img{
	width: 100%;
}
p.advantage02_detail_title,
p.advantage02_detail_title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.advantage_detail p.mB20{
	margin-bottom: 20px;
}

.advantage02_detail_image02{
	border: #000 solid 1px;
	padding: 30px 0 50px;
	text-align: center;
	margin:10px 0 50px;
}
.advantage02_detail_image02 p.advantage02_detail_title{
	margin-bottom: 30px;
}

section.advantage02{
	margin-top: 30px;
}

.advantage02_detail_image03{
	margin:10px 0 30px;
}

.advantage02_attentionL{
	float: left;
	width: 450px;
}

.advantage02_attentionR{
	width: 500px;
	float: right;
}
.advantage02_attentionR p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: left;
}

.advantage02_detail_List{
	border: #000 solid 1px;
	padding: 40px;
	margin:10px 0 50px;
}
.advantage02_detail_List p.advantage02_detail_title{
	text-align: left;
	margin-bottom: 20px;
}
.advantage02_detail_List li{
	list-style: disc;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 1.8em;
}
.advantage02_detail_List li:first-child{
	margin-top: 0;
}









.advantage02_detail_image04{
	margin-bottom: 80px;
}
.advantage02_detail_image04 img{
	float: left;
    width: 400px;
}
.advantage02_detail_image04 .R{
	float:right;
	margin-right: 20px;
	width: 520px;
}
.advantage02_detail_image04 .R p{
	text-align: left;
}
.advantage02_detail_image04 .R p.advantage02_detail_title{
	margin-top: 10px;
}
.advantage02_detail_image04 a.btn{
	display: block;
	width: 7em;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	background: #526894;
	border-radius: 30px;
	font-size: 18px;
	margin: 0 auto;
}

#LangEN .advantage02_detail_image04 a.btn{
	width: 9em;
}


/* advantage03 */
ol.decimal li{
	list-style: decimal;
	margin-left: 20px;
}
.advantage03_detail_image01{
	width: 630px;
	margin: 0 auto 50px;
}

.advantage03_detail_box01{
	width: 925px;
	margin-bottom: 20px;
}
.advantage03_detail_box01 .R{
	float: right;
	width: 260px;
	margin-left: 65px;
}

.advantage03_detail_box01 ol.decimal li{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	margin-left: 40px;
}
.advantage03_detail_box01 ol.decimal li p{
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

.advantage03_detail_box02{
	border: #000 solid 1px;
	padding: 40px;
	margin-bottom: 100px;
}
.advantage03_detail_box02 .advantage02_detail_title{
	text-align: left;
}
.advantage03_detail_box02 ol.decimal li{
	margin-top: 20px;
}
.advantage03_detail_box02 ol.decimal li:first-child{
	margin-top: 0;
}

.advantage_detail p.advantageNoteTxt{
	font-weight: bold;
	margin: 0 auto;
	width: 735px;
	margin-bottom: 10px;
}
/* 20170227 */
#QA {
	border: 1px solid #000;
	margin-bottom: 30px;

}

#QA .Question {
	height: 1em;
	padding: 20px 40px 2px;
	background-image: url(/product/trantixxii/advantage/images/tri_close.png);
	background-repeat: no-repeat;
	background-position: 910px 20px;
	font-weight: bold;
}

#QA .Question:hover{
	cursor: pointer;
}


#QA .Answer{
	display: none;
	margin: 0 0 30px;
	padding:0 20px 0 47px;
	width: auto;
}
#QA .Answer li{
	margin-bottom: 1em;
}
#QA a:link,
#QA a:visited {
	font-weight: bold;
	color: #335990;
	text-decoration: underline;
}
#QA a:hover,
#QA a:active {
	text-decoration: none;
}



/* paging */
#paging {
    width: 980px;
    margin:0 auto 80px;
}
#paging #pagingL {
    float: left;
    text-align: left;
}
#paging #pagingR {
    float: right;
    text-align: left;
}
#paging #pagingL a,
#paging #pagingR a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px;
    opacity: 0.9;
    color: #FFF;
}

#paging .paging01 a {
    background: #014099;
}
#paging .paging02 a {
    background: #cd6d99;
}
#paging .paging03 a {
    background: #91ad5c;
}
#paging #pagingL a {
    padding-left: 50px;
}
#paging #pagingR a {
    padding-right: 50px;
}
#paging #pagingL a:hover,
#paging #pagingR a:hover {
    text-decoration: underline;
}
#paging #pagingL a:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(225deg);
}
#paging #pagingR a:before {
    content: "";
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

/* 20210113 更新 */

#advantage_2nd_button h3{
	font-size: 24px;
    color: #335990;
    background-color: #d4d9e1;
    border-bottom: 2px solid #70829c;
    padding: 10px 15px;
    margin-bottom: 25px;
}

.color_beauty_image{
    display: flex;
    justify-content: center;
	width: 65%;
}

#advantage_2nd_button p{
	font-size: 20px;
    width: 28%;
    color: #fff;
	margin-right: 20px;
	border: 1px solid #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}

#advantage_2nd_button ul{
	margin-bottom: 40px;
}

#advantage_2nd_button:last-child{
	margin-bottom: 0;
}

.advantage_detail_link a{
	text-decoration: underline;
}

.advantage_detail_link a:hover{
	text-decoration: none;
}

.image_sc img{
	width: 80%;
    margin: 0 auto 30px;
    display: block;
}

.image_sct img{
	width: 90%;
    margin: 30px auto 50px;
    display: block;
    float: inherit;
}

.blue_title{
	color: #5599bd;
	padding-bottom: 5px;
	border-bottom: 3px solid #cedeeb;
	line-height: 1.3em;
	font-weight: bold;
}

.related_materials{
	display: flex;
    border: 1px solid #000;
	margin-bottom: 50px;
}

.related_materials p{
	margin-bottom: 0;
	padding: 15px 20px;
}

.related_materials span{
	color: #335990;
	font-weight: bold;
	margin-right: 10px; /* 追加 */
}

#portfolio_list{
	display: flex;
	margin-bottom: 20px;
}

#portfolio_list img{
	margin: 0 14px;
}

p.sub_title{
	font-size: 24px;
	font-weight: bold;
    color: #335990;
    border-bottom: 2px solid #70829c;
    padding: 3px 5px;
    margin-bottom: 25px;
}

p.sub_title span{
	font-size: 20px;
}

.portfolio_link a{
	z-index: 10;
    background: #91ad5c none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0 auto 50px;
    padding: 10px 30px;
    width: 15em;
}

/* 追加 */

#advantage_2nd_button{
	display: flex;
	justify-content: center;
}

#advantage_2nd_button img{
	width: 100%;
	margin-right: 0px;
    vertical-align: 0px;
}

.advantage_detail_link{
	display: flex;
    border: 1px solid #000;
    margin-bottom: 50px;
    padding: 5px;
    align-items: center;
}

.advantage_detail_link p{
	margin-bottom: 0;
}

.advantage_detail_link p:first-child{
    background: #335990;
	color: #fff;
	font-weight: bold;
    margin-right: 20px;
    padding: 15px 10px;
}

.advantage_detail_link span{
    font-weight: bold;
}

.advantage_detail_link a{
    font-size: 16px;
}

table.case_study_list{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #919191;
    border-left: 1px solid #919191;
    border-right: 1px solid #919191;
    margin-bottom: 50px;
}

.case_study_list th{
    text-align: center;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
}

.case_study_list th.blue_bg{
	background: #4992b8;
	color: #fff;
}

.case_study_list th.gray_bg{
	background: #e9eaec;
}

.case_study_list td{
    text-align: center;
    border-bottom: 1px solid #919191;
    border-right: 1px solid #919191;
}

.case_study_list td .triangle_images{
	width: 18px;
	margin-bottom: 4px;
    margin-right: 4px;
}

.case_study_list td .image01{
	width: 183px;
    height: 120px;
	margin: 10px;
}

.case_study_list td .image02{
	width: 70%;
	margin: 10px;
}

.case_study_list th:last-child,
.case_study_list td:last-child{
    border-right: none;
}

table.standard_list{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
	font-size: 12px;
}

.standard_list th{
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	padding: 0.5em;
	background: #aeb4be;
	color: #000;
}

.standard_list th.number{
	background: #d4d9e1;
	color: #000;
}

.standard_list td{
	font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
	padding: 0.5em 0.3em;
}

.standard_list th:last-child,
.standard_list td:last-child{
    /*　border-right: none; */
}

p.caution_description{
	font-size: 14px;
	margin-left: 15px;
}

/* 20210218 追加 */

#variation {
   background: url(/product/trantixxii/variation/images/main_bg.jpg) center top no-repeat;
    height: 350px;
}

.brandOther {
    margin-top: 20px;
    position: relative;
}

.brandOther .contentBox {
    background: #ececec;
    width: 336px;
    height: 350px;
    margin-left: 115px;
    text-align: center;
}

#variation.brandOther .title {
    padding-top: 80px;
}

.brandOther .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 60px;
    color: #333;
}

.brandOther .btn {
    background: #526894 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 25px auto 0;
    padding: 10px 30px;
    width: 7em;
}

#variation .mainIMG {
    position: absolute;
    right: 81px;
    top: 53px;
}

#portfolio{
	background: url(/product/trantixxii/portfolio/images/main_bg.jpg) center top no-repeat;
    height: 350px;
    margin-bottom: 100px;
}

#portfolio.brandOther .title {
    padding-top: 80px;
}

#portfolio .mainIMG {
    position: absolute;
    right: 81px;
    top: 53px;
}

.advantage_detail_btn{
	display: flex;
	justify-content: center;
}

.catalog_download{
	border: 2px #999999 solid;
    text-align: center;
    margin: 0 auto 50px;
    padding: 20px 0;
}

.catalog_download a.request_info{
    background: #806ca7;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 15px auto 0;
    padding: 10px 30px;
    text-align: center;
    width: 10em;
}

.advantage_detail_btn a.variation{
	background: #014099 none repeat scroll 0 0;
	width: 14em;
}

.advantage_detail_btn a.portfolio{
	background: #91ad5c none repeat scroll 0 0;
	width: 14em;
}

.advantage_detail_btn a:nth-child(n + 2){
	margin-left: 50px;
}

#advantage_2nd_menu .black_bg{
	background: #231f20;
	padding: 20px 15px 40px;
}

#advantage_2nd_menu .black_bg .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#advantage_2nd_menu .black_bg .inner:before{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
	margin-right: 3.0rem;
}

#advantage_2nd_menu .black_bg .inner:after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
	margin-left: 3.0rem;
}

#advantage_2nd_menu .black_bg .inner img{
	margin-right: 40px;
}

#advantage_2nd_menu .black_bg .inner p{
	font-size: 26px;
    font-weight: bold;
    color: #fff;
}

#advantage_2nd_button:nth-child(3) p{
	border: none;
	font-size: 70px;
	margin-right: 0px;
}

.advantage_detail .lot_management{
	font-size: 14px;
}

.advantage_detail .pocket_wave{
	border: #000 solid 1px;
    padding: 40px;
    margin: 10px 0 50px;
}

.advantage_detail .pocket_wave ul li{
	list-style: disc;
}

.advantage_detail .image_shape img{
	display: block;
    margin: 0 auto 30px;
    width: 70%;
}

.advantage_detail .evaluation_item img{
	display: block;
    margin: 0 auto 50px;
    width: 90%;
}

.advantage_detail .image_cutting_process img{
	width: 80%;
    margin: 30px auto 50px;
    display: block;
}

.advantage_detail .image_microstructure img{
	width: 70%;
    margin: 30px auto 50px;
    display: block;
}

.advantage_detail .title_worlds_no1_titanium span{
	font-size: 20px;
}

.advantage_detail .image_worlds_no1_titanium img{
	width: 90%;
	margin: 30px auto 50px;
	display: block;
}

.advantage_detail .image_high_temperature_resistant img{
	width: 80%;
	margin: 30px auto 50px;
	display: block;
}
