@charset "utf-8";
/* --------------------------------------------- */
/* (全環境に共通) */
/* --------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  overflow-x: auto;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
dl,
dt,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}
p {
  margin: 0 auto;
  padding: 0;
}
ul, li {
  list-style: none;
}
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:active, a:focus {
  color: #ea5e11;
}
a:hover img {
  opacity: 0.8;
}


.sp {
  display:block!important;
}
.pc {
  display:none!important;
}

#main {
    padding: 70px 10px;
}
.sitelogo {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding: 0 0 20px 0;
    margin-top: -40px;
}
.sitelogo img {
    width: 120px;
}
.m-box1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: inherit;
    height: auto;
}
.m-box-cont1 {
    width: 45%;
    box-sizing: border-box;
}
.m-box-cont1 h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 30px;
    position: relative;
    color: #ea5504;
    text-align: center;
}
.m-box-cont1 .comment-w {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}
.m-box-cont1 .content-w2 {
    position: relative;
    padding: 24px 65px 24px;
    border-radius: 10px;
    background: #fff5f0;
}
.m-box-cont1 .content-w2 .box_ttl {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #ea5504;
    text-align: center;
}
.m-box-cont1 .content-w2 ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px;
    font-weight: bold;
}
.m-box-cont1 .content-w2 ul li {
    position: relative;
    width: 100%;
    padding: 0 0 6px 22px;
    font-size: 16px;
}
.m-box-cont1 .content-w2 ul li::before {
    content: "";
    width: 12px;
    height: 8px;
    border-radius: 0;
    background: none;
    border-top: solid 2px #ea5504;
    border-right: solid 2px #ea5504;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(135deg);
}
.dw-images {
    padding: 50px 0;
    text-align: center;
}
.dw-images img {
    width: 70%;
}
.dw-images .txt {
    font-size: 13px;
    margin-top: 10px;
    color: #888;
}
.m-box-cont2 {
    padding: 25px 25px 30px;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
    width: 50%;
}
.m-box-cont2 .form_ttl {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #ea5504;
}

.m-box-cont2 table {
    width: 100%;
}
.m-box-cont2 th,
.m-box-cont2 td {
    display: block;
    text-align: left;
}
.m-box-cont2 th img {
    width: auto;
    vertical-align: middle;
    margin-left: 5px;
}
.m-box-cont2 td {
    margin-bottom: 12px;
}
.m-box-cont2 td input[type="text"],
.m-box-cont2 td select {
    display: inline-block;
    width: 100% !important;
    height: 45px;
    padding: 3px 10px;
    background-color: white;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: #323232;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.m-box-cont2 td select,
.m-box-cont2 td label {
    cursor: pointer;
}
::placeholder {
    color: #bbb;
  }
.m-box-cont2 .doui {
    font-size:14px;
}
.m-box-cont2 .doui .blank {
    color: #1558D6;
}
.m-box-cont2 .doui .blank:hover {
    text-decoration: underline;
}
.submit_btn_wrap {
    text-align: center;
    margin-top: 30px;
}
#submit_btn {
    display: inline-block;
    font-size: 13pt;
    text-align: center;
    cursor: pointer;
    padding: 20px 80px;
    width: 70%;
    background: #ea5504;
    color: #ffffff;
    line-height: 1em;
    transition: .3s;
    font-weight: bold;
    border: 3px solid #fff;
    border-radius: 1000px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#submit_btn:hover {
    background: #fff;
    color: #ea5504;
    border: 3px solid #ea5504;
}

.footer-copyright {
    text-align: center;
    padding: 50px 0 0;
    font-size: 14px;
    color: #666;
}

/** thanks **/
#main.thanks .sitelogo {
    text-align: center;
}
#main.thanks .m-box-cont {
    padding: 24px;
}
#main.thanks .text-box {
    padding: 30px 0;
    line-height: 1.8;
}
.ret-btn a {
    text-align: center;
    margin: 50px auto;
    display: block;
    padding: 10px;
    border: 1px solid #979797;
    border-radius: 30px;
    width: 280px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.link-line {
    text-decoration: underline;
}

/* -------------------------------------------- */
/* ▼tablet */
/* -------------------------------------------- */
@media screen and (max-width: 979px) {

    #main {
        padding: 50px 0 50px;
    }
    .sitelogo {
        display: none;
    }
    .m-box1 {
        flex-direction: column;
    }
    .m-box-cont1 {
        width: 100%;
        padding: 0 20px;
    }
    .m-box-cont2 {
        width: 100%;
        border-radius:0;
    }
    .dw-images {
        padding: 25px 0;
    }
    .dw-images img {
        max-width: 320px;
    }

    /** thanks **/
    #main.thanks .sitelogo {
        display: block;
        margin: 0;
        padding: 20px;
    }
    #main.thanks .sitelogo img {
        width: 100px;
    }
    #main.thanks .m-box-cont h1 {
        font-size: 20px;
    }
    #main.thanks .text-box {
        font-size: 14px;
    }

    .ret-btn a {
        margin: 10px auto;
    }



}
/* ------------------------------------ */
/* ▼mobile */
/* ------------------------------------ */
@media screen and (max-width: 479px) {

.sp {
  display:none!important;
}
.pc {
  display:block!important;
}


    #main {
        padding: 0 0 50px;
    }
    .m-box-cont1 h1 {
        font-size: 20px;
        background: #fff5f0;
        margin: 0 -20px 15px;
        padding: 10px 20px;
    }
    .m-box-cont1 .comment-w {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .m-box-cont1 .content-w2 {
        margin: 0 0 25px;
        padding: 24px;
    }
    .m-box-cont1 .content-w2 .box_ttl {
        font-size: 15px;
    }
    .m-box-cont1 .content-w2 ul {
        padding: 0;
    }
    .m-box-cont1 .content-w2 ul li {
        font-size: 14px;
    }
    .m-box-cont1 .content-w2 ul li::before {
        width: 10px;
        height: 6px;
        top: 4px;
    }
    .dw-images {
        padding: 0px 0 10px;
    }
    .dw-images .txt {
        font-size: 12px;
    }
    .m-box-cont2 {
        padding: 25px 20px 30px;
    }
    .m-box-cont2 .form_ttl {
        font-size: 14px;
    }
    .m-box-cont2 th, .m-box-cont2 td {
        font-size: 14px;
    }


}
