
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
line-height: 1.7em;
font-weight: normal;
}

body {
line-height:1;
}

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

nav ul,
ul,ol {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/ change colours to suit your needs /
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/ change colours to suit your needs /
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs 
*/
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

/*共通スタイル*/
.submit-btn-contact {
  text-align: center;
  margin-bottom:30px;
}
.submit-btn-contact a{
  display: inline-block;
  color: #fff;
  background: #da0045;
  padding: 1em 2em;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.submit-btn-contact a:hover{
  background: #ef739a;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.footer-lplink{
  width: 100%;
  background: #4c4c4c;
}
.footer-lplink-list{
  max-width: 960px;
  margin: 0 auto;
}
.footer-lplink-list li{
  width: 25%;
  float: left;
}
.footer-lplink-list li a dl{
  width: 100%;
}
.footer-lplink-list li a dl dd{
  padding-top: 5px;
  font-size: 1.0rem;
}
.footer-lplink-list a{
  color: #fff;
  text-align: center;
  display: block;
  padding: 25px;
}
.footer-lplink-list a:hover{
  background: rgba(255,255,255,0.2)
}
.footer-lplink-list a img{
  max-width: 90px;
  border:1px solid #fff;
}
/* --------------------------------------------
clear指定 */
.footer-lplink-list::after,
.footer-lplink-list li a dl::after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 768px) {
  .submit-btn-contact a{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .submit-btn-contact a{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  .footer-lplink-list li{
    width: 100%;
    float: left;
    border-bottom:1px solid #000;
  }
  .footer-lplink-list a{
    text-align: left;
    display: block;
    padding: 10px 5%;
    position: relative;
  }
  .footer-lplink-list a::before{
    display:block;
    content:"";
    position: absolute;
    width: 15px;
    height: 15px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 35%;
    right: 1em;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate-(45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
  }
  .footer-lplink-list li a dl dt{
    width: 15%;
    padding-right: 5%;
    float: left;
  }
  .footer-lplink-list li a dl dd{
    padding-top: 1.2em;
    font-size: 1.2rem;
    float: left;
    width: 70%;
  }
}



