body{
    font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    color: #262626;
    font-size: 14px;
}
img{
    max-width: 100%;
    height: auto;
}
#specialContents {
    width: 1080px;
    margin: 0 auto;
}
#specialContents:after {
    content: "";
    clear: both;
    display: block;
}
header {
    overflow: hidden;
    width: 1080px;
    margin: 0 auto 10px;
    padding: 10px 0;
}
header #logoImg {
    float: left;
    width: 180px;
    height: 56px;
}
header #update {
    float: left;
    padding: 0 10px;
}
header #update b {
    padding: 4px 0;
    background: #0079c7;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
header #update b.english_faq {
    padding: 0;
    margin-right: 10px;
    background: #fff;
    font-size: small;
    color: #0079c7;
    border: 1px solid #0079c7;
}
header #update b.china_faq {
    padding: 0;
    margin-right: 20px;
    background: #fff;
    font-size: small;
    color: #0079c7;
    border: 1px solid #0079c7;
}
header #update b a {
    width: 174px;
    display: inline-block;
    padding: 4px 40px;
    color: #fff;
    text-decoration: none;
}
header #update b.english_faq a,
header #update b.china_faq a {
    width: 100px;
    padding: 2px 10px;
    color: #0079c7;
}
header #update span.last_update_date {
    padding-left: 20px;
}
header #google_translate_element {
    margin-left: 120px;
}
header #update p.faq_header_text {
    clear: both;
    margin-top: 10px;
}
header #form_faq_search{
    float: right;
}
header #search {
    background: none;
    height: auto;
    margin: 10px 0 0;
}
header #search #searchTit {
    margin-bottom: 8px;
    font-weight: bold;
}
#search input {
    height: 40px;
    margin-bottom: 4px;
    padding: 6px;
    box-sizing: border-box;
}
#search .search {
    background: #0079c7;
    padding-left: 10px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.4em;
    border: none;
}

h2{
    padding-left: 40px;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    position: relative;
}
h2:before{
    content: "";
    width: 20px;
    height: 2px;
    background-color: #0078c7;
    position: absolute;
    top: 50%;
    left: 0;
}

ul{
    margin-top: 20px;
    padding-left: 1em;
}
li{
    list-style: disc;
}
li + li{
    margin-top: 10px;
}

.col1 {
    width: 1080px;
    margin: 0 auto 60px;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}
.col2 {
    float: left;
    width: 500px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dedede;
}
/*
.col2:nth-child(2n+1) {
    margin-right: 26px;
}
*/
.col2_wrap{
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}
.col2_wrap .col2{
    padding-bottom: 55px;
    position: relative;
}
.col2_wrap .col2 .allFaq{
    position: absolute;
    right: 0;
    bottom: 25px;
}
.col1 a,
.col2 a{
    color: inherit;
    text-decoration: none;
}
.col1 a:hover,
.col2 a:hover{
    text-decoration: underline;
}

.col1 ul,
.col2 ul{
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}
.allFaq{
    text-align: right;
}
.allFaq a{
    width: 80px;
    padding: 5px 15px;
    color: #0079c7;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
    border: 1px solid #0079c7;
    border-radius: 2px;
    position: relative;
    display: inline-block;
}
.allFaq a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #0079c7;
}
.modunsolved{
    text-align: center;
}
.modunsolved a{
    min-width: 280px;
    padding: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.02em;
    background-color: #0079c7;
    border-radius: 2px;
    display: inline-block;
}

footer{
    margin-top: 60px;
    padding: 25px 0 30px;
    border-top: 1px solid #dedede
}
footer p{
    text-align: center;
}
footer p a{
    min-width: 280px;
    padding: 18px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.02em;
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
}

nav{
    width: 240px;
    float: left;
}
nav ul:first-child{
    margin-top: 0;
}
nav ul li:first-child{
    padding-top: 3px;
    padding-left: 1em;
    margin-left: -1em;
    color: #fff;
    background-color: #0079c7;
    list-style: none;
}
nav ul li{
    padding-right: 1em;
}
nav ul li a{
    color: inherit;
    text-decoration: none;
}
nav ul li a:hover{
    text-decoration: underline;
}

.faq_single{
    width: 810px;
    float: right;
}
.faq_single article p{
    margin-top: 15px;
}
.faq_single a{
    color: #0078c7;
}
.faq_single a:hover{
    text-decoration: none;
}
.faq_single article ul:first-child{
    padding-left: 0;
}
.faq_single article ul:first-child li{
    list-style: none;
}
.faq_single article ul:first-child li a{
    text-decoration: none;
}
.faq_single article ul:first-child li a:before{
    content: "▼";
    padding-right: 10px;
    font-size: 10px;
    display: inline-block;
}

.BtnImg p a{
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    background-color: #0079c7;
    border: 1px solid #0079c7;
}
.BtnImg p a:hover{
    color: #0079c7;
    background-color: #fff;
}

.mistake{
    margin-top: 30px;
    padding: 20px 25px;
    background-color: #ffebeb;
    border: 1px solid #ffbfbf;
}
.mistake + p{
    margin-top: 30px !important;
}
.mistake h2{
    padding-left: 0;
    color: #d55454;
}
.mistake h2:before{
    display: none;
}
.mistake .txtBox p{
    color: #d55454;
}

.connection{
    margin-top: 60px;
    padding: 20px 25px;
    border: 1px solid #dedede;
}
.connection h2{
    padding-left: 0;
}
.connection h2:before{
    display: none;
}
.breadcrumb {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid #0079c7;
}
.breadcrumb a{
    margin: 0 10px;
    display: inline-block;
}
