.pc_nav ul li:first-of-type a {
    border-bottom: none;
}

.pc_nav ul li:nth-of-type(6) a {
    border-bottom: 2px solid #fff;
}

.sp_nav {
	display: none;
}
.sp_v{
display: none;
}

.sp_so_box{
display: none;
}

.sp_v_in_part_wrp{
display: none;
}
.copy_right_wrp {
	background-color: #fff!important;
}

header{
background-color: #3e3a39;
}

article {
	width: 1100px;
	margin: 0 auto;
  margin-top: 147px;
}

h1{
font-size: 30px;
color: #0080c9;
text-align: center;
margin-bottom: 43px;
}

h1+p{
font-size: 21px;
color: #0080c9;
text-align: center;
margin-bottom: 47px;
letter-spacing: 0.05em;
}

.mail_wrp {
    border: 2px solid #0080c9;
    border-radius: 6px;
    display: block;
    padding-bottom: 59px;
    padding-left: 43px;
    padding-top: 54px;
    width: 440px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.in_mail_wrp {
    display: table;
}

.in_mail_wrp img {
    display: table-cell;
    vertical-align: middle;
}
.half_001 {
    height: auto;
    width: 74px;
}

.in_mail_wrp p {
    display: table-cell;
    font-size: 24px;
    line-height: 1.4;
    padding-left: 24px;
    vertical-align: middle;
    color: #0080c9;
}
.space2 {
    letter-spacing: 0.05em;
}

.mail_wrp:hover{
background-color: #d9e6f2;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}

.pc_nav ul li a{
color: #fff;
font-size: 17px;
padding-bottom: 2px;
}

.pc_nav ul li:nth-of-type(6) a{
border-bottom: #fff solid 2px;
}

.pc_nav ul li:not(:first-child) a:hover{
border-bottom: #fff solid 2px;
}

.pc_nav ul li:first-of-type a{
border-bottom: none;
}

.pc_nav ul li:not(:first-child) a.g_link:hover{
border-bottom: none;
}



@media only screen and (max-width:640px){

article {
    margin: 100px auto 0;
    width: 90%;
}

h1 {
    color: #0080c9;
    font-size: 26px;
    margin-bottom: 43px;
    text-align: center;
}

h1 + p {
    color: #0080c9;
    font-size: 16px;
    letter-spacing: 0em;
    margin-bottom: 47px;
    text-align: left;
    line-height: 1.4;
}

.mail_wrp {
    border: 2px solid #0080c9;
    border-radius: 6px;
    display: block;
    margin: 0 auto 60px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
    width: 100%;
		letter-spacing: 0;
}

.in_mail_wrp {
    display: table;
    margin: 0 auto;
    width: 250px;
}

.in_mail_wrp p {
    color: #0080c9;
    display: table-cell;
    font-size: 18px;
    line-height: 1.3;
    padding-left: 19px;
    text-align: left;
    vertical-align: middle;
}

}