* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #000000;
	/* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500; */
	/*line-height: 1.5;*/
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/ 
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;/* =14px */
	position: relative;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}


/*ScrollTrigger*/


.invisible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(30px);
	opacity: 0.0;
}

.visible {
	transition: transform 1.2s ease, opacity 1.2s ease;
	transform: translateY(0);
	opacity: 1.0;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.meiryo {
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.main {
	width: 1100px;
	margin: 0 auto;
	max-width: 95%;
}

.pc_none {
	display: none;
}

.d-menu {
	display: none;
}

.panel {
	display: none;
}

.sp_br {
	display: none;
}


/*header*/

header {
	width: 100%;
	background: #FFFFFF;
	-moz-box-shadow:0px 4px 14px #cccfd0;
	-webkit-box-shadow:0px 4px 14px #cccfd0;
	box-shadow:0px 4px 14px #cccfd0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}

header img,
header a {
	display: block;
}

.header_main {
	display: table;
	width: 100%;
}

.logo {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 44px;
}

.logo a {
	width: 228px;
	display: block;
}

.logo a:hover {
	opacity: 0.8;
}

.header_text{
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 10px;
}
.header_text p:nth-child(1){
	font-size: 3.0rem;
	color: #1f242f;
	font-weight: bold;
	line-height: 3.5rem;
	padding-top: 10px;
}
.header_text p:nth-child(2){
	font-size: 14px;
	color: #1f242f;
	font-weight: bold;
}
.header_tel{
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}
.header_tel table{
	width: 100%;
	
}
.header_tel table td:nth-child(1){
	width: 50px;
	vertical-align: middle;
}
.header_tel table td:nth-child(1) img{
	display: block;
}
.header_tel table td:nth-child(2){
	font-size: 2.4rem;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	top: 3px;
}

.header_mail {
	width: 150px;
	display: table-cell;
	vertical-align: middle;
}

.header_mail a:hover {
	opacity: 0.8;
}

.header_mail table{
	background-color: #eb6100;
	width: 100%;
	height: 115px;
}
.header_mail table td{
	vertical-align: middle;
	text-align: center;
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2.2rem;
}
.header_mail table td img{
	margin: 0 auto;
	margin-bottom: 10px;
}

.header_tel.sp_none {
	display: table-cell;
	vertical-align: middle;
}
.header_tel.pc_none{
	display: none;
}

/*nav*/
.nav_box{
	width: 650px;
	display: table-cell;
	vertical-align: middle;
}
nav {
	display: block;
	width: 100%;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.nav_list {
	width: 100%;
	margin: 0 auto;
	display: table;
}

.nav_list li {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

.nav_list li a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000000;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.nav_list li a:hover{
	color: #e06628;
}
.header_bg{
	background: url(../img/header_bg.png);
	background-size: 100% 100%;
}

/* ----------- mv ----------- */

.mv {
	width: 100%;
	/*padding: 90px 0;*/
	/*background: url(../img/bg_mv02.png) no-repeat center center;
	background-size: cover;*/
	position: relative;
	margin-bottom: -2px;
}
.mv_bg{
	display: block;
	margin: 0 auto;
	/*width: 100%;*/
}
.mv_table_box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mv_table{
	width: 100%;
	height: 100%;
	position: absolute;
	vertical-align: middle;
	/*display: block;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background: url(../img/bg_mv02.png) no-repeat center center;
	background-size: cover;
}
.mv_main{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
}
.mv_content{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mv_img{
	display: block;
}
.mv_img.pc_none{
	display: none;
}

.btn_mv {
	display: block;
	width: 318px;
	padding: 15px 10px 15px;
	margin: 30px auto 0 0;
	text-align: center;
	background: #eb6100;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 4px;
}

.btn_mv:hover {
	transform: translateY(-5px);
}


/* ----------- common ----------- */

.part_content {
	width: 100%;
	padding: 90px 0;
}

.part_title {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	border-bottom: 3px dotted #eb6100;
	padding-bottom: 15px;
}
.part_title table{
	margin: 0 auto;
}
.part_title table td:nth-child(1){
	padding-right: 20px;
	vertical-align: middle;
}
.part_title table td:nth-child(1) img{
	display: block;
}
.part_title table td:nth-child(2){
	font-size: 4.4rem;
	line-height: 1;
	color: #1f242f;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	/* top: 3px; */
}

/* ----------- section01 ----------- */

.section01{
	
}
.section01_content{
	
}
.section01_tabBtn{
	/*overflow: hidden;*/
/*	padding-top: 35px;*//*20210413 add*/
}
.section01_tabBtn:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.section01_tabBtn ul{
	display: table;
	width: 100%;
}
.section01_tabBtn li{
	width: 20%;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section01_tabBtn li:last-child{
	padding-right: 0;
}
.section01_tabBtn li>div{
	width: 100%;
    /*max-width: 19.6%;*/
    
    text-align: center;
    padding: 14px 5px 16px;
    border: 1px solid #162d58;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;*/
    background-color: #e1e4f6;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    /*margin-right: 0.5%;*/
    display: table;
}
.section01_tabBtn li>div>div{
	display: table-cell;
	vertical-align: middle;
}
.section01_tabBtn li>div>div p:nth-child(1){
	font-size: 2.2rem;
    font-weight: bold;
    color: #000000;
	line-height: 1;
}
.section01_tabBtn li>div>div p:nth-child(2){
	font-size: 1.6rem;
    line-height: 2.0rem;
    /* letter-spacing: -1px; */
    padding-top: 5px
}

.section01_tabBtn li>div>div p span{
	font-size: 1.6rem;
}
.section01_tabBtn li>div:last-child{
	/*margin-right: 0;*/
	/*float: left;*/
}
.section01_tabBtn li>div:hover{
	color: #FFFFFF;
	background-color: #162d58;
}
.section01_tabBtn li>div:hover p:nth-child(1){
	color: #eb6100;
}
.section01_tabBtn li>div.reasonBtn_select{
	color: #FFFFFF;
	background-color: #162d58;
	z-index: 3;
}
.section01_tabBtn li>div.reasonBtn_select p:nth-child(1){
	color: #eb6100;
}

.reason_contentBox{
	padding: 30px 20px;
	background-color: #162d58;
	display: none;
	border-top: 6px solid #eb6100;
	margin-top: -7px;
	position: relative;
	z-index: 2;
}
.reason_contentSelect{
	display: block;
}
.reason_cTitle{
	display: none;
}
.reason_CTable{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 2px solid #eb6100;
	position: relative;
}
.reason_CTh{
	width: 185px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 5px 20px 25px;
	font-size: 2.2rem;
	line-height: 1;
	color: #eb6100;
	font-weight: bold;
	/*text-align: center;*/
	position: relative;
}
.reason_CTable:before{
	content: "";
    display: block;
    width: 32px;
    height: 100%;
    background: url(../img/chinaBox_img04.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 184px;
}
.reason_CTd{
	
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 47px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #000000;
	text-align: justify;
}
.reason_CTd span{
	font-weight: bold;
	background-image: linear-gradient(to bottom, transparent, transparent 60%, #feec3b 60%, #feec3b 100%);
}
.reason_CTable02{
	margin-top: 28px;
}
.reason_CTable02 .reason_CTh {
    color: #FFFFFF;
    background-color: #eb6100;
}
.reason_CTable02:before {
    content: "";
    display: block;
    width: 32px;
    height: 100%;
    background: url(../img/chinaBox_img05.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 184px;
}
/* ----------- business ----------- */
.business{
	background: url(../img/chinaBox_img06.jpg) no-repeat center center;
    background-size: cover;
}
.business_content01{
	/*padding-top: 30px;*//*20210413 add*/
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: -20px;
	overflow: hidden;
}
.business_content01:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
}
.business_module01{
	width: 30.6%;
	float: left;
	
	border: 4px solid #eb6100;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 28px 28px;
	text-align: center;
	margin-bottom: 20px;
}
.business_module01:nth-child(3n-1){
	margin: 0 4.1%;
}
.business_img{
	
}
.business_img img{
	display: block;
	margin: 0 auto;
}
.business_text{
	padding-top: 10px;
	display: table;
	width: 100%;
}
.business_text div{
	display: table-cell;
	vertical-align: middle;
}
.business_text p:nth-child(1){
	font-size: 2.0rem;
	/*line-height: 2.8rem;*/
	color: #000000;
	padding-bottom: 5px;
}
.business_text p:nth-child(2){
	font-size: 2.6rem;
	line-height: 2.6rem;
	font-weight: bold;
	color: #000000;
}
.business_money{
	width: 190px;
	max-width: 100%;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.4rem;
	color: #FFFFFF;
	background-color: #282828;
	padding: 5px 10px 0px;
	box-sizing: border-box;
	margin-top: 10px;
	min-height: 46px;
}
.business_money span{
	color: #eb6100;
	font-size: 3.4rem;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.business_module02{
	width: 48.3%;
	margin-right: 3.4%;
}
.business_module01:last-child{
	margin: 0 0;
}
.business_module01:last-child .business_text p:nth-child(2) {
    line-height: 3.5rem;
}
.business_module01:last-child .business_money{
    width: 300px;
}
.business_annotation{
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 20px;
}
.business_btn{
	padding-top: 40px;
	text-align: center;
}
.business_btn a{
	display: inline-block;
	background-color: #eb6100;
	width: 560px;
	font-size: 2.8rem;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 10px 20px;
	border: 2px solid #eb6100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.business_btn a:hover{
	background-color: #FFFFFF;
	color: #eb6100;
}
.client_linkBox02{
	display: none;
}
/* ----------- livingExample ----------- */
.livingExample{
	background-image: linear-gradient(to bottom, transparent, transparent 56%, #e1e4f6 56%, #e1e4f6 100%);
}
.livingExample_content{
	/*padding-top: 50px;*//*20210413 add*/
	padding-bottom: 20px;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.livingExample_content img{
	display: block;
}
.livingExample_cl{
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.livingExample_cr{
	width: 50%;
	display: table-cell;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
}
.livingExample_cr img{
	margin: 0 0 0 auto;
}
/* ----------- comparison ----------- */
.comparison{
	background-color: #f8f6f7;
}
.comparison_content{
	/*padding-top: 45px;*//*20210413 add*/
}
.comparison_content img{
	display: block;
	margin: 0 auto;
}
/* ----------- client ----------- */
.client{
	background-color: #162d58;
}
.client .part_title table td:nth-child(2) {
    color: #FFFFFF;
}
.client_content{
	/*padding-top: 40px;*//*20210413 add*/
}
.client_content p{
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4rem;
	padding-bottom: 20px;
}

.client_linkBox{
	width: 864px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: -13px;
}
.client_linkBox a{
	width: 31.72%;
	display: block;
	float: left;
	margin-bottom: 13px;
	cursor: default;
}
.client_linkBox a img{
	display: block;
}
.client_linkBox a:nth-child(3n-1){
	margin: 0 2.42% 13px;
}

/* ----------- voice ----------- */
.voice {
	background: url("../img/voice_bg.png") no-repeat center bottom/cover;
}

.voice_title_small{
	font-size: 3rem;
}

.voice_content {
	position: relative;
	/*height: 500px;*/
	/*padding-top: 40px;*//*20210413 add*/
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.voice_card{
	display: inline-block;
	width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	bottom: 63px;
	border-radius: 10px;
	padding:32px 40px 25px;
	background-color: #162d58;
}

.voice_txt01{
	font-size: 2.4rem;
	font-weight:bold;
	border-bottom:2px solid rgba(146,157,177,.8);
	color: #ffffff;
	padding-bottom: 15px;
}

.voice_txt02{
	font-size: 2rem;
	font-weight:bold;
	color: #ffffff;
	padding-top: 18px;
}

.voice_btn_content{
	text-align: right;
}

/*.voice_btn{*/
/*	display: inline-block;*/
/*	font-size: 1.6rem;*/
/*	font-weight: bold;*/
/*	color: #ffffff;*/
/*	margin-top: 15px;*/
/*	padding-right: 28px;*/
/*	padding-top: 3px;*/
/*	background: url(../img/voice_arrow.png) no-repeat right center;*/
/*}*/


/* ----------- flow ----------- */
.flow{
	background-color: #e1e4f6;
}
.flow_content{
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
	/*padding-top: 35px;*//*20210413 add*/
	overflow: hidden;
}
.flow_module{
	width: 24%;
	background-color: #162d58;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 1.3%;
	padding: 28px 20px 25px;
	position: relative;
}
.flow_module:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 13px solid #162d58;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: absolute;
	top: 0;
	right: -11px;
	bottom: 0;
	margin: auto;
}
.flow_module:last-child{
	margin-right: 0;
}
.flow_module:last-child:after{
	display: none;
}
.flow_img{
	
}
.flow_img img{
	display: block;
	margin: 0 auto;
}
.flow_title{
	display: table;
	width: 100%;
	font-size: 2.0rem;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 2.5rem;
	text-align: center;
	padding-top: 15px;
}
.flow_title p{
	display: table-cell;
	vertical-align: middle;
}
.flow_text{
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 12px;
}
.flow_annotation{
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
	padding-top: 30px;
}
.flow_annotation table{
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.0rem;
	text-align: justify;
}
.flow_annotation table td:nth-child(1){
	width: 15px;
	vertical-align: top;
}
/* ----------- contact_content ----------- */
.contact_content{
	width: 1000px;
	margin: 0 auto 0;/*20210413 add*/
	max-width: 100%;
	background-color: #e1e4f6;
	border-radius: 10px;
	padding: 40px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_line{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	border-bottom: 1px solid #a0a0a0;
}
.contact_line02{
	/*border-bottom: none;*/
}
.contact_line03{
	border-bottom: none;
}
.contact_type{
	width: 210px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	color: #1f242f;
}
.contact_type span{
	display: inline-block;
	color: #FFFFFF;
	background-color: #fc5625;
	margin-right: 20px;
	padding: 4px 5px 4px;
}
.contact_write{
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding-right: 20px;
}
.contact_line02 .contact_type {
    vertical-align: top;
    padding-top: 10px;
}
input.input_text, textarea#message {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    background: #FFFFFF;
    font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border-radius: 3px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cbcbcb;
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
	font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #cbcbcb;
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #cbcbcb;
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cbcbcb;
	font-size: 14px;
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
	font-weight: 400;
}
textarea#message {
	height: auto;
	padding: 10px 20px;
	resize: none;
}

.btn_contact{
	width: 314px;
    display: block;
    padding: 21px 10px 21px 50px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    background: url(../img/chinaBox_img41.png) no-repeat left 85px center #fc5625;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 5px;
}
#submit {
    margin: 20px auto 0 auto;
    border: 2px solid #fc5625;
    outline: none;
    cursor: pointer;
}
#submit:hover{
	color: #fc5625;
	background: url(../img/chinaBox_img41_1.png) no-repeat left 85px center #FFFFFF;
}
/*-------------------- contact_check --------------------*/

.check {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	color: #000000;
}

.check_content {
	overflow: auto;
	width: 1000px;
	max-width: 95%;
	max-height: 80%;
	background: #e1e4f6;
	border-radius: 10px;
	padding: 40px 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_content .contact_line {
	/*margin-bottom: 20px;*/
}

.check_content .contact_line02 {
	margin-bottom: 0;
}

.check_content .contact_line:last-of-type .contact_type {
	vertical-align: top;
}

.check_txt {
	font-size: 16px;
	background: #FFFFFF;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_btn {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 30px 0 10px;
}

.check_btn a {
	width: 48%;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	background: #a0a0a0;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 5px;
}

.check_btn a.next {
	margin-left: 4%;
	color: #FFFFFF;
	background: #fc5625;
}

.check_btn a:hover {
	transform: translateY(-5px);
}

pre#check_message {
	font-size: 16px;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #FFFFFF;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "Microsoft YaHei","微软雅黑",arial,"黑体","宋体","PingFang SC","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;
}
.check_annotation{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	padding-bottom: 10px;
}

/*thankapage*/

.thankspage {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.thankspage_content {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	border-top: 2px solid #162d58;
	border-bottom: 2px solid #162d58;
	padding: 60px 0;
	font-size: 20px;
	font-weight: bold;
	color: #162d58;
}

.btn_top {
	display: block;
	width: 200px;
	background: #fc5625;
	color: #FFFFFF;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btn_top:hover {
	transform: translateY(-5px);
}

.agree {
	position: relative;
}

.agree_left {
	width: 25px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.input_chb {
	width: 22px;
	height: 22px;
	visibility: hidden;
	vertical-align: middle;
}

.agree label {
	position: absolute;
	left: 0;
	top: 2px;
	margin: auto;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background: #FFFFFF;
}

.agree input.input_chb:checked+label {
	background: #FFFFFF;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 10px;
	width: 14px;
	height: 7px;
	border: 2px solid #fc5625;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: auto;
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 2px;
}

.agree span,
.agree a {
	color: #1f242f;
	font-size: 1.6rem;
}

.agree a {
	text-decoration: underline;
}

/* ----------- footer ----------- */

footer {
	width: 100%;
	background: #000000;
	padding: 65px 0 0;
	color: #FFFFFF;
	text-align: center;
}
footer .main{
	width: 1000px;
	max-width: 95%;
}
.footer_title{
	font-size: 2.0rem;
	font-weight: bold;
}
.footer_text{
	font-size: 1.4rem;
	line-height: 2.4rem;
	padding-top: 5px;
}
.footer_text a{
	color: #FFFFFF;
}
.footer_text a:hover{
	color: #eb6100;
}



.foot_nav {
	width: 100%;
	overflow: hidden;
	clear: both;
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 20px;
}

.foot_nav li {
	/*float: left;
	width: 12.5%;*/
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
	position: relative;
	
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	/*padding: 0 30px;*/
}

.foot_nav li a {
	color: #FFFFFF;
	position: relative;
}

.foot_nav li a:hover {
	color: #eb6100;
}
.foot_nav li:first-child {
	/* width: 105px;
	text-align: left; */
}
.foot_nav li:last-child {
	/* width: 165px;
	text-align: right; */
	border-right: none;
}
.foot_nav02 li:first-child {
	width: 180px;
}
.foot_nav02 li:last-child {
	width: auto;
}
.foot_nav02 li:nth-child(5) {
	width: 105px;
}
.wrap-content img{
	display: none;
}
.wrap-content .service_tit{
	font-size: 2.0rem;
    font-weight: bold;
}
.wrap-content .service_list{
	width: 100%;
    overflow: hidden;
    clear: both;
    /*display: table;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.wrap-content .service_list li {
	display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    /*display: table-cell;*/
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-right: 1px solid #FFFFFF;
    padding: 0 15px;
    margin-bottom: 20px
}
.wrap-content .service_list li:first-child {
	/*width: 180px;*/
	/*text-align: left;*/
	padding-left: 0
}
.wrap-content .service_list li:last-child {
	/*width: auto;*/
	/*text-align: center;*/
	border-right: none;
	padding-right: 0;
}
.wrap-content .service_list li:nth-child(5) {
	/*width: 75px;*/
}
.wrap-content a{
	color: #FFFFFF;
}
.wrap-content a br{
	display: none;
}
.wrap-content a:hover {
	color: #eb6100;
}







.copyright {
	font-size: 12px;
	margin-top: 40px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px 0 17px;
}

/*pagt top*/
.pagetop {
	display: none;
	width: 53px;
	height: 53px;
	position: fixed;
	right: 100px;
	bottom: 100px;
	z-index: 999;
}

.pagetop img {
	display: block;
}

.fixd_contact{
	width: 286px;
	height: 130px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -286px;
	margin: auto;
	/*background-color: skyblue;*/
	z-index: 25;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.fixd_contact img{
	display: block;
}
.fixd_contact01{
	margin-bottom: 10px;
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.fixd_contact01:hover{
	left: -175px;
}
.fixd_contact02{
	position: relative;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.fixd_contact02:hover{
	left: -175px;
}

/*media*/
.media{
	background-color: #e1e4f6;
	padding-bottom: 138px;
}
.media_content{
	padding-top: 40px;
	position: relative;
	width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.media_content .swiper-container {
	width: 100%;
	height: 100%;
}



.media_content .swiper-button-prev, .media_content .swiper-button-next {
    opacity: 0.9;
    outline: none;
    background-size: 100% auto;
    width: 38px;
    height: 68px;
    margin-top: 0px;
    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.media_content .swiper-button-prev {
    left: calc(50% - 550px);
    background: url(../img/chinaBox_img29.png);
}
.media_content .swiper-button-next {
    right: calc(50% - 550px);
    background: url(../img/chinaBox_img30.png);
}
.media_content .swiper-button-prev:hover, .media_content .swiper-button-next:hover {
    opacity: 1;
}

.media_text_box{
	padding-top: 18px;
}
.media_text{
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.media_text>span{
    display: inline-block;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    background-color: #cbcfd0;
    border-radius: 5px;
    letter-spacing: 3px;
}
.media_text>a{
	display: table;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    line-height: 1.3;
    padding: 32px 18% 23px;
    text-align: center;
    background: url(../img/introduce_bg_btn.png) no-repeat right 6.5% center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    
}
.media_text>a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
.media_content .swiper-pagination{
	/*bottom: 0px;*/
	width: 100%;
	padding-top: 20px;
	outline: none;
}
.media_content .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
	/*border: 1px solid #365893;*/
	opacity: 1;
	margin: 0 5px;
	outline: none;
}
.media_content .swiper-pagination-bullet-active{
	background: #162d58;
	/*border: 1px solid #365893;*/
}

.fd {
	display: none;
	padding: 80px 0;
	background: rgb(253, 253, 253);
}

.fd_main {
	width: 1000px;
}

.fdt {
	height: 23px;
	text-align: center;
}

.fdt h2 {
	display: inline-block;
	padding: 0 25px;
	font-size: 4.8rem;
	line-height: 1;
	background: rgb(253, 253, 253);
}

.fdt h2 span {
	color: rgb(219, 0, 0);
}

.fdm {
	padding: 50px 40px 0;
	border: 3px solid rgb(226, 96, 0);
}

.fdm_box {
	padding: 0 0 22px;
}

.fdmbt {
	height: 17px;
	text-align: center;
}

.fdmbt h3 {
	display: inline-block;
	padding: 0 35px;
	font-size: 2rem;
	line-height: 34px;
	color: rgb(255, 255, 255);
	background: rgb(226, 95, 0);
	border-radius: 34px;
}

.fdmbm {
	padding: 36px 50px 20px;
	background: rgb(238, 238, 238);
}

.fdmbm p {
	text-align: center;
}

.fdmbm p a {
	text-decoration: underline;
	color: rgb(0, 0, 0);
}

.fdmbm ul li {
	position: relative;
	padding: 5px 20px 5px 50px;
	border-top: 1px dotted rgb(68, 71, 80);
}

.fdmbm ul li:first-child {
	border-top: 0 none;
}

.fdulno {
	position: absolute;
	left: 0;
	top: 12px;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
}

.fdulm b {
	display: block;
}

.specialp {
	text-align: center;
}

.specialp span {
	display: inline-block;
	padding: 0 40px;
	font-size: 2rem;
	line-height: 32px;
	font-weight: bold;
}

.specialp span b {
	font-size: 2.8rem;
}

.specialp small {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 30px;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 20px;
	border: 1px solid rgb(32, 36, 47);
}

/*20210413 add*/
.c_white{
	color: #FFFFFF;
}
.des_mark{
	max-width: 1000px;
	text-align: center;
	font-size: 1.4rem;
	margin: 40px auto 20px auto;
}
.footer_fixed {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fc5625;
	padding: 15px 0;
	z-index: 100;
	border-top: 1px solid #FFFFFF;
}

.footer_fixed .main {
	max-width: 950px;
	display: table;
}

.fixed_txt {
	width: 370px;
	display: table-cell;
	vertical-align: middle;
}

.fixed_txt_inner {
	text-align: center;
	color: #162d58;
	font-size: 16px;
	font-weight: bold;
	background: #FFFFFF;
	padding: 7px 0 7px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	height: 36px;
}

.fixed_txt_inner:after {
	content: "";
	position: absolute;
	width: 0;
	border: 18px solid #fc5625;
	border-left-color: #FFFFFF;
	border-right-color: transparent;
	top: 0;
	bottom: 0;
	right: -18px;
}

.fixed_tel {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.fixed_tel a {
	display: block;
	color: #FFFFFF;
	font-size: 2.1rem;
	font-weight: bold;
	padding-left: 32px;
	line-height: 1;
	letter-spacing: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: url(../img/tel_icon.png) no-repeat left center;
	position: relative;
	z-index: 2;
}

.fixed_time {
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: -1px;
	position: relative;
	z-index: 2;
}

.fixed_mail,
.fixed_pdf {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.fixed_pdf {
	padding-left: 10px;
}

.fixed_btn {
	width: 100%;
	display: table;
	padding: 8px 8px 8px 30px;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
	line-height: 1.2;
    text-align: center;
	background: url(../img/bg_btn.png) no-repeat left 10px center #162d58;
	background-size: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.fixed_pdf .fixed_btn {
	padding-left: 30px;
	background: url(../img/ico_pdf.png) no-repeat left 10px center #162d58;
}

.fixed_btn span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
/*20210413 add*/

/*20210625 add*/
.twitter_link{
	padding: 30px 0;
}
.twitter_link a{
	display: inline-block;
	margin-top: 10px;
}/*20210625 add*/
@media only screen and (max-width: 1399px) {
	/*header*/
	
	.logo {
		width: auto;
		padding: 0 20px;
	}
	
	.logo a {
		width: 200px;
	}
	
	.header_tel{
		width: 100px;
		padding: 0;
	}
	.header_tel table{
		width: 100%;
		height: 100px;
		
	}
	.header_tel table td:nth-child(1){
		width: 100%;
	}
	.header_tel table td:nth-child(1) img{
		margin: 0 auto;
	}
	.header_tel table td:nth-child(2){
		display: none;
	}
	
	.header_mail {
		width: 100px;
	}
	
	.header_mail table{
		height: 100px;
	}
	.header_mail table td img{
		display: block;
		margin: 0 auto;
		margin-bottom: 0;
	}
	.header_mail table td p{
		display: none;
	}
	
	/*nav*/
	.nav_box{
		width: 560px;
	}
	.nav_list li a {
		font-size: 1.4rem;
	}
	
}
@media only screen and (max-width: 1140px) {

	
}
@media only screen and (max-width: 1100px) {
	/*header*/
	.logo {
	    padding-left: 20px;
	}
	.header_text p:nth-child(1) {
	    font-size: 2.6rem;
	    line-height: 3.0rem;
	    padding-top: 5px;
	}
	.section01_tabBtn li>div br.br01{
	    display: none;
    }
	
	
}
@media only screen and (max-width: 1024px) {
	.main {
		width: 95%;
	}
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	
	/*header*/
	header {
		padding: 10px 0;
		border-bottom: 2px solid #eb6100;
		-moz-box-shadow:0px 0px 0px transparent;
		-webkit-box-shadow:0px 0px 0px transparent;
		box-shadow:0px 0px 0px transparent;
	}
	.header_main {
	    width: 95%;
	    margin: 0 auto;
	}
	
	.logo {
		width: auto;
		padding-right: 75px;
		padding-left: 0;
	}
	.logo a {
		width: auto;
	}
	.logo a img{
		height: 46px;
	}
	.header_tel {
	    width: 30px;
	    padding-right: 20px;
	}
	.header_mail {
		display: table-cell;
		width: 46px;
		border: 2px solid #eb6100;
		padding: 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.header_mail img {
		width: 30px;
	}
	.header_mail img,
	.header_tel img {
		margin: 0 auto;
	}
	.header_tel.pc_none {
		display: table-cell;
		width: 30px;
		padding-right: 20px;
		vertical-align: middle;
	}
	.header_mail.pc_none{
		display: table;
	}
	.header_tel.sp_none{
		display: none;
	}
	.d-menu {
		display: table-cell;
		vertical-align: middle;
		width: 70px;
		height: 50px;
		cursor: pointer;
		position: relative;
	}
	.panel-btn {
		display: block;
		position: absolute;
		top: 0;
		top: 50px\0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		background: #eb6100;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	.panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 26px;
		height: 4px;
		margin: -2px 0 0 -13px;
		background: #FFF;
		transition: .2s;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 4px;
		background: #FFF;
		transition: .3s;
	}
	.panel-btn-icon:before {
		margin-top: -11px;
	}
	.panel-btn-icon:after {
		margin-top: 7px;
	}
	.panel-btn .close {
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after {
		margin-top: 0;
	}
	.panel-btn .close:before {
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.panel-btn .close:after {
		-ms-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	/*nav*/
	.nav_box{
		width: auto;
	}
	nav {
		display: none;
		width: 100%;
		padding: 0;
		left: 0;
		position: fixed;
		z-index: 999;
		bottom: 0;
		border-bottom: none;
		
		background: #eb6100;
	    background: -moz-linear-gradient(top, #eb6100 0%, #ecb237 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb6100), color-stop(100%,#ecb237));
	    background: -webkit-linear-gradient(top, #eb6100 0%,#ecb237 100%);
	    background: -o-linear-gradient(top, #eb6100 0%,#ecb237 100%);
	    background: -ms-linear-gradient(top, #eb6100 0%,#ecb237 100%);
	    background: linear-gradient(to bottom, #eb6100 0%,#ecb237 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6100', endColorstr='#ecb237',GradientType=0 );
	}
	.fixed {
		top: auto;
		left: auto;
	}
	.nav_list {
		width: 100%;
		display: block;
	}
	.nav_list li {
		width: 95%;
		margin: 0 auto;
		display: block;
		text-align: left;
		padding: 0;
		background: none;
		border-bottom: 1px solid #FFFFFF;
	}
	.nav_list li:first-of-type,
	.nav_list li:nth-of-type(4) {
		width: 95%;
	}
	.nav_list li:last-of-type {
		background: none;
	}
	.nav_list li a {
		width: 100%;
		display: block;
		font-size: 18px;
		color: #FFFFFF;
		position: relative;
		padding: 20px 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.nav_list li a:hover {
		color: #FFFFFF;
	}
	/* ----------- mv ----------- */
	.mv_img.sp_none {
	    display: block;
	    max-width: 65%;
	}
	.mv {
		/*padding: 90px 0;*/
		/*background: url(../img/bg_mv.jpg) no-repeat top right 35%;
		background-size: cover;*/
		height: 50vw;
	}
	.mv_table {
	    /*background: url(../img/bg_mv02.png);
	    background-size: 100% auto;
	    background-position: center center;*/
	}
	.btn_mv {
		width: 300px;
		font-size: 22px;
		margin: 20px auto 0 0;
	}
	/* ----------- common ----------- */
	.part_content {
		padding: 70px 0;
	}
	.part_title table td:nth-child(2) {
	    font-size: 3.5rem;
	    line-height: 1;
	}
	/*section01*/
	.section01 {
	    
	}
	.section01_content {
	    
	}
	.section01_tabBtn li>div>div p:nth-child(2) {
	    font-size: 1.6rem;
	}
	.section01_tabBtn li>div>div p span {
	    font-size: 1.4rem;
	}
	/* ----------- business ----------- */
	.business_module01 {
	    border: 2px solid #eb6100;
	    padding: 20px 20px;
	    margin-bottom: 20px;
	}
	.business_text p:nth-child(1) {
	    font-size: 1.8rem;
	}
	.business_text p:nth-child(2) {
	    font-size: 2.2rem;
	    line-height: 2.2rem;
	}
	.business_module01:last-child .business_text p:nth-child(2) {
	    line-height: 2.8rem;
	}
	.business_money {
	    width: 190px;
	    font-size: 2.0rem;
	    line-height: 3.0rem;
	    padding: 6px 10px 0px;
	    margin-top: 10px;
	    min-height: 43px;
	}
	.business_money span {
	    font-size: 3.0rem;
	    top: 1px;
	}
	.business_btn a {
	    width: 400px;
	    font-size: 2.4rem;
	    padding: 20px 10px 20px;
	}
	/* ----------- livingExample ----------- */
	.livingExample_content{
		/*padding-top: 30px;*//*20210413 add*/
		padding-bottom: 0px;
	}
	/* ----------- voice ----------- */

	.voice_img01 img{
		max-width:95%;
	}

	.voice_card {
		width: 50%;
		bottom: 45px;
	}

	.voice_title_small {
		font-size: 2.4rem;
	}

	.voice_txt01 {
		font-size: 2.2rem;
	}

	.voice_txt02 {
		font-size: 1.8rem;
	}

	/* ----------- voice ----------- */
	.flow_module {
	    padding: 15px 10px 15px;
	}
	.flow_module:after {
	    border-left: 10px solid #162d58;
	    right: -9px;
	}
	.flow_title {
	    font-size: 1.8rem;
	    line-height: 2.5rem;
	    padding-top: 15px;
	}
	/* ----------- contact ----------- */
	.contact_content {
	    /*margin: 38px auto 0;*//*20210413 add*/
	    padding: 40px 40px;
	}
	.check_content {
	    padding: 40px 40px;
	}
	
	
	/* ----------- footer ----------- */
	footer {
		padding: 40px 0 0px 0;
	}
	.foot_nav{
		margin-bottom: -10px;
	}
	.foot_nav li:first-child,.foot_nav li:last-child,.foot_nav02 li:first-child,.foot_nav02 li:last-child,.foot_nav02 li:nth-child(5) {
	    width: 33.33%;
	    text-align: center;
	    border-right: 1px solid #FFFFFF;
	}
	.foot_nav li {
		display: block;
		float: left;
		width: 33.33%;
		padding: 5px 5px;
		margin-bottom: 10px;
	}
	.foot_nav li:nth-child(3n){
		border-right: none;
	}
	/*.foot_nav li:nth-child(1) {
		width: 100%;
		padding: 10px 5px;
	}*/
	.wrap-content .service_list{
		margin-bottom: -10px;
	}
	.wrap-content .service_list li {
		display: block;
		float: left;
		width: 33.33%;
		padding: 5px 5px;
		margin-bottom: 10px;
	}
	.wrap-content .service_list li:nth-child(3n){
		border-right: none;
	}
	
	
	
	
	
	.copyright {
	    margin-top: 20px;
	}
	/*pagt top*/
	.pagetop {
		right: 10px;
	}
	
	.fixd_contact{
		display: none;
	}
	
	/*media*/
	.media{
		padding-bottom: 118px;
	}
	
	.fdt {
		height: 17px;
	}
	
	.fdt h2 {
		font-size: 3.5rem;
	}
	
	.specialp span {
		padding: 0 20px;
	}
	/*20210413 add*/
	.fixed_txt {
		width: 330px;
	}
	.fixed_txt_inner {
		font-size: 14px;
	}
	.fixed_txt_inner:after {
		border-width: 17px;
		right: -20px;
	}
	.fixed_tel a {
		font-size: 22px;
	}
	.fixed_mail,
	.fixed_pdf {
		width: 150px;
	}
	.fixed_pdf {
		padding-left: 10px;
	}
	.fixed_btn{
		width: 100%;
		padding: 8px 8px 8px 30px;
		font-size: 12px;
		background-position: left 10px center;
	}
	/*20210413 add*/
	
}
@media only screen and (max-width: 950px) {
	/*20210413 add*/
	.footer_fixed {
		padding: 0;
	}
	.footer_fixed .inner {
		display: table;
		width: 100%;
	}
	.fixed_txt {
		display: none;
	}
	.fixed_tel {
		/*width: 33%;*/
		padding: 10px;
		text-align: center;
	}
	.fixed_tel a {
		display: inline-block;
	}
	.fixed_time {
		letter-spacing: 0;
	}
	.fixed_mail,
	.fixed_pdf {
		padding: 10px;
	}
	.fixed_mail {
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
	}
	.fixed_btn {
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
		font-size: 14px;
		padding: 8px 8px 8px 30px;
		background: url(../img/bg_btn.png) no-repeat left 10px center #162d58;
	}
	/*20210413 add*/
}
@media only screen and (max-width: 768px) {
	/* ----------- common ----------- */
	.part_title table td:nth-child(2) {
	    font-size: 2.8rem;
	    line-height: 1;
	    top: 3px;
	}
	.part_title table td:nth-child(1) {
	    padding-right: 15px;
	}
	.part_title img {
	    width: 45px;
	}
	
	
	
	
	.part_toggle {
		width: 80px;
		height: 80px;
	}
	.part_toggle img {
		width: 50px;
	}
	/*mv*/
	.mv_img.sp_none {
	    display: none;
	}
	.mv_img.pc_none {
	    display: block;
	    max-width: 75%;
	}
	.btn_mv {
	    width: 260px;
	    font-size: 1.8rem;
	    margin: 10px auto 0 0;
	}
	/* ----------- section01 ----------- */
	.section01{
		
	}
	.section01_content {
	    
	}
	.section01_tabBtn li>div>div p:nth-child(1) {
	    font-size: 3.0rem;
	}
	.section01_tabBtn li>div>div p:nth-child(2) {
	    display: none;
	}
	.reason_contentBox {
	    padding: 20px 20px 30px;
	}
	.reason_cTitle{
		display: block;
		color: #FFFFFF;
		font-size: 1.8rem;
		text-align: center;
		padding-bottom: 10px;
	}
	.reason_cTitle span{
		display: inline-block;
		font-size: 1.4rem;
	}
	.reason_CTh {
	    width: 145px;
	    padding: 20px 5px 20px 15px;
	    font-size: 2.0rem;
	}
	.reason_CTable:before {
	    left: 144px;
	}
	.reason_CTable02:before {
	    left: 144px;
	}
	/* ----------- speciality ----------- */
	
	.business_module01:nth-child(3n-1) {
	    margin-bottom: 20px;
	}
	.business_module01 {
	    width: 48.3%;
    		margin-right: 3.4%;
	}
	.business_module01:nth-child(2n) {
	    margin-right: 0%;
	    margin-left: 0%;
	}
	.business_module01:last-child {
	    width: 100%;
	}
	.business_text p:nth-child(1) {
	    font-size: 1.6rem;
	}
	.business_text p:nth-child(2) {
	    font-size: 2.0rem;
	    line-height: 2.0rem;
	}
	.business_money {
	    width: 160px;
	    font-size: 1.8rem;
	    line-height: 2.6rem;
	    padding: 6px 10px 5px;
	    margin-top: 10px;
	    min-height: auto;
	}
	.business_money span {
	    font-size: 2.6rem;
	    top: 1px;
	}
	/* ----------- voice ----------- */

	.voice_content {
		padding-bottom: 140px;
	}

	.voice_title_small {
		font-size: 2rem;
	}

	.voice_card {
		width: auto;
		bottom: 0;
		left: 40px;
		right: 40px;
		margin: auto;
		padding:22px 30px 20px
	}

	.voice_img01 img {
		max-width: 100%;
	}

	/* ----------- flow ----------- */
	.flow_module {
	    width: 48%;
	    margin-right: 2%;
	    margin-bottom: 20px;
	    padding: 20px 20px;
	}
	.flow_module:after {
	    border-left: 10px solid #162d58;
	    right: -9px;
	}
	.flow_title {
	    font-size: 1.8rem;
	    line-height: 2.5rem;
	    padding-top: 15px;
	}
	.flow_title br{
		display: none;
	}
	/* ----------- contact ----------- */
	.contact_content {
	    /*margin: 35px auto 0;*/
	    padding: 30px 20px 40px;
	    border-radius: 5px;
	}
	.contact_type {
	    width: auto;
	    display: block;
	    padding-bottom: 10px;
	}
	.contact_write{
		width: auto;
	    display: block;
	    padding-right: 0;
	}
	.contact_line02 .contact_type {
	    padding-top: 0px;
	}
	.check_content {
	    padding: 30px 20px 40px;
	}
	
	
	
	
	
	
	/* ----------- footer ----------- */
	footer {
		padding: 30px 0 0;
	}
	.footer_title {
	    font-size: 1.8rem;
	}
	.foot_nav li {
		width: 48%;
		background: none;
		/*margin-bottom: 5px;*/
		font-size: 1.2rem;
	}
	.foot_nav li:first-child,.foot_nav li:last-child,.foot_nav02 li:first-child,.foot_nav02 li:last-child,.foot_nav02 li:nth-child(5) {
	    width: 48%;
	}
	.foot_nav li:nth-child(3n){
		border-right: 1px solid #FFFFFF;
	}
	.foot_nav li:nth-child(2n){
		border-right: none;
	}
	.wrap-content .service_list li {
		width: 48%;
		background: none;
		/*margin-bottom: 5px;*/
		font-size: 1.2rem;
	}
	.wrap-content .service_list li:nth-child(3n){
		border-right: 1px solid #FFFFFF;
	}
	.wrap-content .service_list li:nth-child(2n){
		border-right: none;
	}
	
	
	.copyright {
		margin-top: 20px;
	}
	/*pagt top*/
	.pagetop {
		bottom: 50px;
		width: 45px;
		height: 45px;
	}
	
	.media_content .swiper-button-prev, .media_content .swiper-button-next {
	    width: 30px;
	    height: 54px;
	    margin-top: 3px;
	    background-size: 100% auto;
	    opacity: 1;
	}
	.media_text>a {
	    font-size: 16px;
	    padding: 27px 18% 18px;
	    background: url(../img/introduce_bg_btn.png) no-repeat right 6.5% center;
	    background-size: 20px auto;
	}
	

	.fdt {
		height: 14px;
	}
	
	.fdt h2 {
		font-size: 2.8rem;
	}
	
	.specialp span {
		padding: 0 10px;
		font-size: 1.8rem;
	}
	
	.specialp span b {
		font-size: 2.4rem;
	}
	
	.specialp small {
		font-size: 1.6rem;
		line-height: 26px;
	}
	
	.fdmbt h3 {
		font-size: 1.8rem;
	}
	/*20210413 add*/
	.footer_fixed {
		padding: 0;
		background-color: #162d58;
	}
	.footer_fixed .inner {
		display: block;
	}
	.fixed_tel {
		width: 33%;
		padding: 0;
		float: left;
		display: block;
	}
	.fixed_tel a {
		display: block;
		height: 60px;
		padding: 0;
		background: url(../img/tel_icon.png) no-repeat center center #162d58;
	}
	.fixed_tel a span{
		display: none;
	}
	.fixed_sp{
		display: block;
		margin: 0 auto;
	}
	.fixed_time {
		display: none;
	}
	.fixed_mail,
	.fixed_pdf {
		width: 33%;
		display: block;
		float: left;
		padding: 0;
	}
	.fixed_mail{
		width: 34%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
	.fixed_btn {
		width: 100%;
		max-width: 100%;
		height: 60px !important;
		background: url(../img/ico_sp_mail.png) no-repeat center center #162d58;
		padding: 0;
	}
	.fixed_pdf .fixed_btn {
		background: url(../img/ico_pdf.png) no-repeat center center #162d58;
	}
	.fixed_btn span {
		display: none;
	}
	/*20210413 add*/
	/*20210625 add*/
	.twitter_link{
		padding: 20px 0;
	}/*20210625 add*/
}

@media only screen and (max-width: 480px) {
	/*header*/
	.logo img{
		max-height: 40px;
	}
	.header_mail {
		width: 36px;
	}
	.header_mail img {
		width: 26px;
	}
	.header_tel {
	    padding-right: 15px;
	}
	.header_tel img {
		height: 40px;
	}
	.header_tel.pc_none {
		width: 26px;
		padding-right: 15px;
	}
	.d-menu {
		width: 55px;
		height: 40px;
	}
	.panel-btn {
		width: 40px;
		height: 40px;
	}
	.panel-btn-icon {
		width: 22px;
		height: 2px;
		margin: -1px 0 0 -11px;
	}
	.panel-btn-icon:before,
	.panel-btn-icon:after {
		width: 22px;
		height: 2px;
	}
	.panel-btn-icon:before {
		margin-top: -9px;
	}
	.panel-btn-icon:after {
		margin-top: 7px;
	}
	/*nav*/
	.nav_list li {
		/*padding: 15px 0;*/
	}
	.nav_list li a {
		font-size: 16px;
		padding: 15px 0;
	}
	/* ----------- mv ----------- */
	.mv {
		/*background: url(../img/bg_mv_sp.jpg) no-repeat top center;
		background-size: cover;*/
		height: 125vw;
	}
	.mv_table {
		background: url(../img/bg_mv_sp.png) no-repeat center center;
		background-size: cover;
	    /*background: url(../img/bg_mv02.png);
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    background-position: 65% center;*/
	  	vertical-align: top;
	  	padding-top: 9vw;
	}
	.mv_table td{
		vertical-align: top;
	}
	.mv_img.pc_none {
	    display: block;
	    max-width: 90%;
	    margin: 0 auto 0 0;
	}
	.mv_img {
		margin: 0 auto;
	}
	.btn_mv {
		width: 55vw;
		font-size: 4.0vw;
		padding: 15px 0 13px;
		margin-top: 3.0vw;
	}
	/* ----------- common ----------- */
	.part_content {
		padding: 40px 0;
	}
	.part_title {
		border-bottom: 2px dotted #eb6100;
    		padding-bottom: 10px;
	}
	.part_title img {
	    width: 35px;
	}
	.part_title table td:nth-child(1) {
	    padding-right: 10px;
	}
	.part_title table td:nth-child(2) {
	    font-size: 2.2rem;
	    line-height: 1;
	    top: 3px;
	}
	
	
	
	
	
	
	
	.part_content02_title .part_title {
		padding: 30px 0;
	}
	.part_toggle {
		width: 50px;
		height: 50px;
	}
	.part_toggle img {
		width: 35px;
	}
	.section_border {
	    height: 5px;
	}
	/* ----------- section01 ----------- */
	.section01{
		
	}
	.section01 .sp_br{
		display: block;
	}
	.section01 .part_title table td:nth-child(2) {
	    text-align: center;
	}
	.section01_tabBtn li>div {
	    border-radius: 5px 5px 0 0;
	}
	.section01_tabBtn li>div>div p:nth-child(1) {
	    font-size: 2.0rem;
	}
	.reason_contentBox {
	    padding: 15px 10px;
	    border-top: 3px solid #eb6100;
	    margin-top: -4px;
	}
	.reason_CTable {
	    border: 1px solid #eb6100;
	}
	.reason_CTh {
		display: block;
	    width: auto;
	    padding: 15px 0px 2px 5px;
	    font-size: 2.0rem;
	    text-align: center;
	}
	.reason_CTd {
		display: block;
	    padding: 30px 10px 15px;
	}
	.reason_CTh:before {
	    content: "";
	    display: block;
	    width: 100%;
	    height: 15px;
	    background: url(../img/chinaBox_img04_1.png);
	    background-size: 100% 100%;
	    position: absolute;
	    top: 100%;
	    left: 0;
	}
	.reason_CTable02 .reason_CTh:before {
	    content: "";
	    display: block;
	    width: 100%;
	    height: 15px;
	    background: url(../img/chinaBox_img05_1.png);
	    background-size: 100% 100%;
	    position: absolute;
	    top: 100%;
	    left: 0px;
	}
	.reason_CTable:before,.reason_CTable02:before {
	    display: none;
	}
	.reason_cTitle{
		font-size: 1.6rem;
	}
	.reason_cTitle span{
		font-size: 1.2rem;
	}
	/* ----------- business ----------- */
	.business_module01 {
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: 10px;
	}
	.business_module01 {
	    padding: 15px 10px;
	}
	.business_module01:nth-child(3n-1) {
	    margin-bottom: 10px;
	}
	.business_text p:nth-child(1) {
	    font-size: 1.4rem;
	}
	.business_text p:nth-child(2) {
	    font-size: 1.8rem;
	    line-height: 1.8rem;
	}
	.business_annotation {
		text-align: justify;
	}
	.business_btn {
	    padding-top: 20px;
	    text-align: center;
	}
	.business_btn a {
	    max-width: 90%;
	    font-size: 1.8rem;
    	padding: 15px 10px 15px;
	}
	/* ----------- livingExample ----------- */
	.livingExample {
	    background-image: linear-gradient(to bottom, transparent, transparent 30%, #e1e4f6 30%, #e1e4f6 100%);
	}
	.livingExample_content{
		/*padding-top: 30px;*//*20210413 add*/
		padding-bottom: 0px;
	}
	.livingExample_cl {
	    width: auto;
	    display: block;
	}
	.livingExample_cr {
	    width: auto;
	    display: block;
	    padding-left: 0px;
	    padding-top: 20px;
	}
	/* ----------- comparison ----------- */
	.comparison_content{
		/*padding-top: 30px;*//*20210413 add*/
		overflow-x: auto;
	}
	.comparison_content img{
		display: block;
		margin: 0 auto;
		width: 500px;
		max-width: 500px;
	}
	/* ----------- client ----------- */
	.client_content {
	    /*padding-top: 30px;*//*20210413 add*/
	}
	.client_linkBox a {
	    width: 49%;
	    margin-bottom: 13px;
	}
	.client_linkBox a:nth-child(3n-1) {
	    margin: 0 0% 13px;
	}
	.client_linkBox a:nth-child(2n) {
	    margin-left: 2%;
	}
	.client_linkBox a:nth-last-child(2){
		display: none;
	}
	.client_linkBox02{
		float: left;
		width: 100%;
		display: block;
	}
	.client_linkBox02 a{
		float: none;
		margin: 0 auto;
	}
	/* ----------- voice ----------- */
	.voice {
	    
	}
	.voice_content {
	    /*padding-top: 30px;*//*20210413 add*/
		padding-bottom: 125px;
	}

	.voice_card {
		left: 20px;
		right: 20px;
		padding: 17px 25px 15px
	}

	.voice_txt01 {
		font-size: 1.8rem;
		padding-bottom: 10px;
}

	.voice_txt02 {
		font-size: 1.6rem;
		padding-top: 12px;
	}

	.voice_title_small {
		font-size: 1.6rem;
	}

	/*.voice_btn {*/
	/*	font-size: 1.4rem;*/
	/*	padding-right: 20px;*/
	/*	background: url(../img/voice_arrow.png) no-repeat right center/15px;*/
	/*}*/

	/* ----------- flow ----------- */
	.flow_module {
	    width: 100%;
	    margin-right: 0%;
	    margin-bottom: 20px;
	    padding: 20px 20px;
	}
	.flow_module:after {
	    border-left: 14px solid transparent;
	    border-top: 13px solid #162d58;
	    border-right: 14px solid transparent;
	    border-bottom: none;
	    top: auto;
	    bottom: -9px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.flow_img img {
	    width: 90px;
	}
	.flow_module:last-child {
	    margin-right: 0;
	    margin-bottom: 0;
	}
	.flow_text {
	    text-align: center;
	}
	.flow_annotation{
		padding-top: 20px;
	}
	/* ----------- contact ----------- */
	.contact_content {
	    /*margin: 35px auto 0;*//*20210413 add*/
	    padding: 30px 20px 40px;
	    border-radius: 5px;
	}
	#submit{
		width: 100%;
		background: url(../img/chinaBox_img41.png) no-repeat left 22vw center #fc5625;
		padding: 15px 5vw 15px 13.0vw;
	}
	#submit:hover{
		background: url(../img/chinaBox_img41_1.png) no-repeat left 22vw center #FFFFFF;
	}
	.check_btn a {
		width: 100%;
	    padding: 15px 5vw 15px 5vw;
	    float: none;
	}
	.check_btn a.next {
	    margin-left: 0%;
	    margin-bottom: 20px;
	}
	.check_content {
	    padding: 30px 20px 30px;
	}
	.check_btn {
	    padding: 20px 0 10px;
	}
	.thankspage_content {
		font-size: 18px;
	}
	.check_annotation{
		text-align: justify;
		font-size: 1.8rem;
		padding-bottom: 5px;
	}
	/*media*/
	.media{
		padding-bottom: 82px;
	}
	.media_content {
	    padding-top: 35px;
	}
	.media_content .swiper-button-prev, .media_content .swiper-button-next {
	    width: 20px;
	    height: 45px;
	    background-size: 100% 100%;
	    opacity: 1;
	    margin-top: 7px;
	}
	.media_content .swiper-button-prev {
	    left: -5px;
	}
	.media_content .swiper-button-next {
	    right: -5px;
	}
	.media_content .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	    margin: 0 5px;
	}
	
	.fd {
		padding: 40px 0;
	}
	
	.fdt {
		height: 10px;
	}
	
	.fdt h2 {
		padding: 0 10px;
		margin: 0 10px;
		font-size: 2.2rem;
	}
	
	.fdm {
		padding: 30px 20px 0;
	}
	
	.fdmbm {
		padding: 24px 20px 10px;
	}
	
	.fdmbm ul li {
		padding: 5px 0 5px 36px;
	}
	
	.fdulno {
		width: 24px;
		height: 24px;
		font-size: 1.8rem;
		line-height: 24px;
	}
	
	.specialp span {
		padding: 0;
		font-size: 1.6rem;
	}
	/*20210413 add*/
	.des_mark{
		margin-top: 30px;
	}
	.fixed_tel a {
		height: 50px;
	}
	.fixed_btn {
		height: 50px !important;
		background: url(../img/ico_sp_mail.png) no-repeat center center #162d58;
	}
	/*20210413 add*/
}


.voice_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	/* margin-top: 40px; */
}
.voice_list li{
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
	background: #FFFFFF;
	padding: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.voice_list li:last-of-type{
	margin-right: 0;
}
.voice_coming{
	color: #cbcfd0;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.voice_img{
	width: 100%;
	/* max-width: 274px; */
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #f3f4f4;
}
.voice_img img{
	width: 100%;
	display: block;
}
.voice_tit{
	font-size: 16px;
	margin: 15px 0 12px;
}
.voice_name{
	font-size: 16px;
	font-weight: bold;
}
.voice_btn{
	width: 100%;
	text-align: right;
	padding: 30px 0 20px 0;
}
.voice_btn a{
	display: inline-block;
	border: 1px solid #162d58;
	color: #000000;
	padding: 6px 45px 6px 20px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(../img/ico_news.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
}
.voice_btn a:hover{
	background-position: right 10px center;
}

@media only screen and (max-width: 1024px) {
	/* ----------- voice ----------- */

	.voice_img01 img {
		max-width: 95%;
	}

	.voice_txt01 {
		font-size: 28px;
	}

	.voice_txt02 {
		font-size: 18px;
	}


}

@media only screen and (max-width: 768px) {
	/*-------------------- voice --------------------*/
	.voice_list li{
		width: 100%;
		max-width: 300px;
		float: none;
		margin: 0 auto 30px auto;
	}
	.voice_list li.voice_comingBox{
		margin-right: auto;
		min-height: 380px;
	}
	.voice_list li:last-child{
		margin-bottom: 0;
	}


}
@media only screen and (max-width: 480px) {
	/*-------------------- voice --------------------*/



}