/* #PC ========================================================================================================== */

.main_contactus{
    height: 480px;
/*    background-image: url(/home/imgs/top/mainimg_pc.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.title_bar{
    width: 100%;
    font-size: 1.5em;
    color: #fff;
    background-color: #0055C9;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
}
.title_bar2{
    color: #666666;
    font-weight: bold;
}
.detail_area{
    margin-top: 30px;
    color: #666666;
    font-weight: normal;
}
.detail_area p,
.detail_area ol{
    margin-bottom: 25px;
}
.detail_area ol li {
    list-style-type: none;
    counter-increment: cnt;
    margin-left: 50px;
}
.detail_area ol li::before {
    content: "（" counter(cnt) "）";
    display:inline-block;
    margin-left:-3em;
}
.step_area{
    margin-top: 60px;
    margin-left: 30px;
}
.step_area img{
    width: 33%;
    float: left;
    position: relative;
    margin-left: -1%;
}
.step_text{
    clear: both;
    font-size: 1.2em;
    text-align: center;
    padding-top: 50px;
}
.list {
    height: auto;
    margin-top: 50px;
    width: 950px;
    float: left;
    margin-left: 25px;
    font-size: 16px;
}
.list ul.main_contactus {
    padding: 0px;
    list-style-type: none;
    position : relative;
    margin: 0px;
}
.list ul.main_contactus li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.list ul.main_contactus li span{
    color: #0055C9;
}
.list ul.main_contactus li img{
    float: right;
}
.list ul.main_contactus li.hn1 {
    width: 200px;
    padding-left: 20px;
    color: #02479e;
    font-weight: bold;
}
.list ul.main_contactus li.hn2 {
    width: 695px;
    padding-left: 25px;
    border-left: 5px solid #02479e;
}
.list ul.main_contactus li.hn3 {
    width: 65px;
    padding-left: 20px;
    color: #02479e;
    font-weight: bold;
}
.list ul.main_contactus li.hn4 {
    width: 745px;
    padding-left: 25px;
    border-left: 5px solid #02479e;
}
.list ul.main_contactus li.hn5 {
    width: 370px;
    padding-left: 25px;
    border-left: 5px solid #02479e;
}
.list ul.main_contactus li.hn6 {
    width: 370px;
}
.list ul.main_contactus li.hn7 {
    width: 150px;
    padding-left: 20px;
    color: #02479e;
    font-weight: bold;
}
.list ul.main_contactus li.hn8 {
    width: 745px;
    padding-left: 25px;
    border-left: 5px solid #02479e;
}
.list ul.main_contactus li.line, .list ul.main_contactus li.line2 {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.list ul.main_contactus li.line2{
    margin-left: 220px;
    width: 725px;
}
.list ul.sub{
    list-style-type: disc
}
.list ul.sub li{
    width: 90%;
    display: list-item;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 30px;
    float: none;
}
.img_area{
    width: 350px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.img_area img{
    width: 100%;
}
.img_area img:hover{
    opacity: 0.7;
}
.agree_area{
    width: 100%;
    padding-left: 20px;
    color: #0055C9;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.agree_area .agree_check{
    color: #666666;
    font-weight: bold;
    text-align: center;
}
.req{
    background-color: red;
    padding: 3px;
    font-size: 0.9em;
    margin-left: 10px;
    color: #fff !important;
}
.textform1 {
    width: 500px;
    margin-bottom: 5px;
}
input[type="text"] {
    height: 20px;
    font-size: 14px;
}
.btn_area_contactus{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn_area_contactus img{
    width: 200px;
    margin-right: 15px;
    margin-left: 15px;
}
.btn_area_contactus img:hover{
    opacity: 0.7;
}
.clear{
    clear: both;
    margin-bottom: 10px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

.list {
    width: 750px;
    margin-left: 0px;
    font-size: 26px;
}
.list ul.main_contactus li.hn1 {
    width: 720px;
    padding-left: 30px;
}
.list ul.main_contactus li.hn2 {
    width: 720px;
    padding-left: 30px;
    border-left: 0px solid #02479e;
    margin-top: -15px;
}
.textform1 {
    width: 90%;
    margin-bottom: 10px;
    border-radius: 5px;
}
input[type="text"] {
    width: 90%;
    height: 40px;
    font-size: 26px;
}
.agree_area{
    padding: 10px;
    padding-bottom: 30px;
}
.agree_area p{
    padding: 10px;
    border: 1px solid #0055C9;
}
.agree_text{
    display: block;
}
.btn_area_contactus img{
    width: 250px;
}
.btn_area_contactus{
    margin: 60px;
}
.list ul.main_contactus li.line2 {
    display: none;
}
input[type=checkbox], input[type=radio] {
  transform: scale(2);
  margin-right: 15px;
}
}/* @media only screen and (max-width: 750px) */
