body {
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%!important;
}

#home {
  display: block;
  width: 50px;
  line-height: 50px;
  border: 2px solid #fff;
  background: #75C9C8;
  opacity: .8;
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  font-size: 25px;
  position: fixed;
  right: 10px;
  bottom: 5px;
  text-align: center;
  text-decoration: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

a {
    color: #0087ca;
}
a {
    text-decoration: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#wrap {
    background-color: #ffffff;
    margin: 0 auto;
}

h1 {
    margin-top: 15px;
}

img {
    vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

nav {
    width: 950px;
    margin: 30px auto 100px;
    padding: 0;
    border-top: 6px solid #0a9180;
    border-bottom: 6px solid #0a9180;
}

.clearfix {
    display: block!important;
}

.clearfix {
    display: inline-table;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul {
    list-style: none;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    width: 189px;
    height: 60px;
    padding: 10px 0;
    display: block;
    color: #555555;
    font-weight: bold;
}

nav ul li a span.stepnumb {
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    display: block;
}

nav ul li:first-child:after {
    content: "";
    border-right: 0;
}
nav ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    border-right: 1px solid #cccccc;
    position: absolute;
    top: 25%;
}

p.stepnumb {
    font-family: 'Droid Serif', serif;
    letter-spacing: 0.1em;
    color: #0a9180;
    margin: 0 auto 20px;
}

p.stepnumb:before, p.stepnumb:after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 5px;
    border-top: 1px solid #cccccc;
    margin: 0 15px;
}



h2 {
    font-size: 30px;
    font-weight: bold;
    color: #0a9180;
    margin: 30px 0 50px;
}

.animation.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.animation {
    opacity: 0.01;
    transform: translate(0, 30px);
    transition: all 500ms;
}

p.text {
    width: 700px;
    margin: 40px auto;
}

.t_point {
    background: linear-gradient(transparent 60%, #fecf00 60%);
}

.t_red {
    color: #d1452e;
}

#contents3, #contents5, #contents7 {
    background-color: #f2f1ec;
    width: 100%;
    padding: 80px 0;
    margin: 80px 0 0;
}

.top-t {
	text-align: center;
}
.pc {
    display: block !important;
    margin: 0 auto !important;
}

@media only screen and (max-width: 750px){
.pc {
    display: none !important;
}
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 750px){
.sp {
    display: block !important;
    width: 100% !important;
}
}

#contents1, #contents4, #contents6 {
    width: 100%;
    padding: 0;
    margin: 80px 0 0;
}

.ac-box {
    padding: 0.5em 0;
    max-width: 710px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #0a9180;
    margin: auto;
    color: #fff;
}
.ac-box {
    margin: 30px auto 5px;
}

.ac-box:after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: " \f078";
    font-weight: 900;
}

.ac-small {
    margin: 0 auto;
    text-align: center;
}

div.ac-small dl {
    background: #f2f1ec;
    border-right: 3px solid #0a9180;
    border-bottom: 3px solid #0a9180;
    border-left: 3px solid #0a9180;
    max-width: 710px;
    margin: 0 auto 1em;
}

div.ac-small dt {
    width: 40%;
    float: left;
    font-weight: bold;
}
div.ac-small dt, div.ac-small dd {
    padding: 10px 10px 0 10px;
    border-top: 3px solid #0a9180;
}
div.ac-small dl, div.ac-small dt, div.ac-small dd {
    box-sizing: border-box;
}

div.ac-small dd {
    background: #fff;
    margin-left: 40%;
    padding-bottom: 10px;
    border-left: 3px solid #0a9180;
}

div.ac-small dd:after {
    content: '';
    display: block;
    clear: both;
}

.ac-small p {
    color: #d1452e;
    font-size: 0.8em;
}

dl.redtextbox {
    width: 710px;
    padding: 20px 0;
    background-color: #FFFAF0;
    border: 1px solid #d1452e;
    margin: 30px auto;
    text-align: left;
    color: #d1452e;
}

dl.redtextbox dt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px;
}

dl.redtextbox dd {
    font-size: 13px;
    width: 460px;
    margin: 0 auto;
    border-top: 1px dashed #cccccc;
    padding: 5px 0 5px 0;
}

#contents3, #contents5, #contents7 {
    background-color: #f2f1ec;
    width: 100%;
    padding: 80px 0;
    margin: 80px 0 0;
}

ul#faq_menu {
    max-width: 710px;
    margin: 0 auto;
    text-align: left;
    padding: 10px;
}

ul#faq_menu li {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 0 0 30px;
    border-bottom: solid 1px #cccccc;
}

#contents4, #contents6 {
    width: 100%;
    padding: 0;
    margin: 80px 0 0;
}

.clearfix {
    display: inline-table;
}

.faq_box {
    max-width: 800px;
    margin: 0 auto;
}

dl.faq {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

dl.faq dt {
    max-width: 780px;
    font-weight: bold;
    text-align: left;
    background: url(../img/q2.png) no-repeat left top;
    background-position: 5px 27px;
    padding: 30px 10px 10px 10px;
    padding-left: 50px;
    overflow: hidden;
}

dl.faq dd {
    padding: 30px 10px 30px 60px;
    border-bottom: solid 1px #cccccc;
    text-align: left;
    background: url(../img/a.png) no-repeat left top;
    background-position: 5px 27px;
    max-width: 780px;
    overflow: hidden;
}

#contents3, #contents5, #contents7 {
    background-color: #f2f1ec;
    width: 100%;
    padding: 80px 0;
    margin: 80px 0 0;
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (min-width: 479px){
.sponly {
    display: none;
}
}

@media screen and (max-width: 768px){
#wrap {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
}
}

@media screen and (max-width: 768px){
#wrap img {
    max-width: 100%;
    width /***/: auto;
    height: auto;
    vertical-align: bottom;
}
}

@media screen and (max-width: 768px){
header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
}

@media screen and (max-width: 768px){
nav {
    text-align: left;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}
}

@media screen and (max-width: 768px){
body {
    font-size: 14px;
    background-color: #ffffff;
}
}

@media screen and (max-width: 768px){
nav ul li {
    width: 90%;
    padding: 0 5%;
    display: block;
    clear: both;
    background-color: #0a9180;
    border-bottom: 1px solid #cccccc;
}
}

@media screen and (max-width: 768px){
nav ul li:after {
    content: "";
    display: none;
}
}

@media screen and (max-width: 768px){
nav ul li a {
    text-indent: 1rem;
    color: #ffffff;
    float: left;
    width: 95%;
    height: 2rem;
    display: block;
    font-weight: bold;
}
}

@media screen and (max-width: 768px){
nav ul li a:hover {
    color: #aaaaaa;
}
}

@media screen and (max-width: 479px){
nav ul li a span.stepnumb {
    background: url(../img/arrow.png) 0 0.5rem no-repeat;
    text-indent: 1.5rem;
    float: left;
    font-family: 'Droid Serif', serif;
    display: block;
}
}

@media screen and (max-width: 479px){
p.text {
    text-align: left;
    max-width: 90%;
    width /***/: auto;
    height: auto;
}
}

@media screen and (max-width: 479px){
dl.redtextbox {
    text-align: left;
    width: auto;
    padding: 5%;
    margin-left: 5%;
    margin-right: 5%;
}
}

@media screen and (max-width: 479px){
dl.redtextbox dd {
    line-height: 1.75rem;
    font-size: 0.8rem;
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width: 479px){
dl.redtextbox {
    text-align: left;
    width: auto;
    padding: 5%;
    margin-left: 5%;
    margin-right: 5%;
}
}

@media screen and (max-width: 479px){
.ac-box {
    width: 90%;
}
}

@media screen and (max-width: 479px){
div.ac-small dl {
    width: 90%;
}
}

@media screen and (max-width: 479px){
.mail {
    font-size: 10px;
    text-decoration: underline;
}
}

@media screen and (max-width: 479px){
footer {
    padding: 1rem 0 0;
    font-size: 0.8rem;
    text-align: center;
    margin: 3rem 5% 0;
}
}

@media screen and (max-width: 479px){
#contents1 {
	margin: 35px 0 0 !important;
}
}