@charset "utf-8";
body p {
font-size: 18px;
}
body p {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
body ol {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
body {
  margin: 0;
  padding: 0;
  color: #333
}

p {
   text-align: justify;
}
#policy li {font-weight: bold; }
a { color: #b7a077; }
a:visited { color: #a8a8a8; }
a:hover {
    color: #988564;
    font-weight: bold;
    text-decoration: none;
}
a:hover img { opacity: 0.7; }

h1, h2, h3, h4, h5, h6 { margin-top: 0;}
p {
    margin-top: 0;
    line-height: 1.6;
}

img { vertical-align: bottom; }
#main h1 {
    padding: 30px 30px 30px 20px;
    font-size: 32px;
    border-bottom: solid 1px #8b7348;
}
#main h2 {
    font-size: 24px;

    padding: 11px 22px;
    border-radius: 5px;
}

#main_visual {padding: 0px 0px 8px;}

/*ヘッダー*/

header {
    width: 1080px;
    margin: 0 auto;
}
header #header_contact {
    float: right;
    margin: 35px 0 0;
    padding-top: 30px;
}
header #header_logo {
    float: left;
    margin: 5px 0 10px;
}


/*ヘッダー*/

/*グローバルナビ*/

#global_navi {
    width: 1080px;
    


    clear:both;
    overflow: hidden;
    margin: 16px auto;
}

#global_navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#global_navi ul li {
    width: 179px;
    float: left;
    margin-right: 1px;
    text-align: center;
}

#global_navi ul li a {
    display: block;
    padding:16px;
    background-color: #352b23;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s linear;
}

#global_navi ul li.current a {
    background-color: #b7a077;
}

#global_navi ul li a:hover {
    background-color: #8c7a5b;
}

/*画像*/
a img { transition: opacity 0.2s liner; }
a:hover img { opacity: 0.7; }

/*画像*/

/*グローバルナビ*/

/*メイン*/
#wrapper {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
/*メイン*/

/*フッター*/
footer {
    background-color: #352b23;
    text-align: center;
}
footer #footer_nav {
    background-color: #efefef;
    padding: 10px 0;
}
footer #footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer #footer_nav li {
    display: inline;
    border-left: solid 1px #aaa;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
}
footer #footer_nav li:last-child {
    border-right: solid 1px #aaa;
    padding: 0 8px;
}
footer small {
    display: blick;
    padding: 8px 0;
    color: #fff;
}

/*フッター*/


/*パンくずリスト*/
#breadcrumb { font-size: smaller; }
#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li::after {
    content: ">";
    padding-left: 7px;
}
#breadcrumb ol li:last-child::after { content: none; }

/*パンくずリスト*/


/*メインビジュアル*/

#main_visual {
    width: 100%;
    height: auto;
    margin: 0 auto 48px;
}

#aisatsu { margin-bottom: 30px; }



/*メインビジュアル*/

h1 { 
    font-size: 32px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

h2 { 
    font-size: 24px;
    color: #ff0000;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

li { 
    font-size: 20px;
    }

#merit span {
    font-weight:bold;
}

#method2 ol {
  list-style-type: none;
}


body {
    background-image: url("webb-dark.png");
    background-repeat: repeat;
}
header {
background-color: #ffffff;
}

article {
    background-image: url("spikes.png");
    background-repeat: repeat;
}

#main {
    background-image: url("spikes.png");
    background-repeat: repeat;
}

#main p {
    padding-left: 20px
}

#merit p {
    padding-left: 3px
}



#aisatsu a:hover img {
 opacity: 0.8;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* for IE 4以上 */
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* for IE 8以上 */
 background: white;
}

#method1 span {
    color: red;
}

#method2 span {
    color: red;
}

#question1 span {
    color: red;
}

#question2 span {
    color: red;
}


#question li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#question span.step {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

#method li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#method2 ol li span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}


#method2 ol li {
    border-bottom:1px dotted #84b2e0;}


#merit ol li {
    border-bottom:1px dotted #84b2e0;
}

#merit p {
    
}

.management ul {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

.management ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.container {
  max-width: 960px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  background: transparent;
  color: inherit;
  text-decoration: none;
  border: 0;
  transition: all 200ms ease-in;
  display: inline-block;
}
.btn-default {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  border: 4px solid black;
  padding: 12px 28px;
}
.btn-default:hover {
  background: black;
  color: white;
}
.btn--skew {
  transform: skew(-10deg);
}
.btn--skew > span {
  transform: skew(10deg);
  display: inline-block;
}


h2 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳＰ明朝', serif;
  padding: 1rem 2rem;
  color: #fff;
  background: #000;
}

h2 span {
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

table #kobutsueigyohou {
    width:100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
th,td #kobutsueigyohou  {
    border: 1px solid #c7c7c7;
    padding: 8px
}
th {
    background-color: #f1ede4;
    text-align: left;
    width: 5em;
}

    .defaultlist
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list8{
    	counter-reset:li;
    	margin-left:20px !important;
    }
     
    .list8 li{
    	position:relative;
    	display: block;
    	padding:8px 0px 8px 40px; 
    }
     
    li.list8-count:after{
    	counter-increment: li;
    	content: counter(li);
    	position: absolute;	
    	left: -16px;
    	top: 2px;
    	background: #ccc;
    	height: 30px;
    	width: 30px;
    	line-height: 32px;
    	border: 2px solid #aaa;
    	text-align: center;
    	font-weight: bold;
    	border-radius: 30px;
    }
     
    li.list8-count:before{
    	content:''; 
    	display:block; 
    	position:absolute; 
    	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    	top:11px; 
    	left:15px; 
    	height:0; 
    	width:0; 
    	border-top: 8px solid transparent;
    	border-right: 7px solid transparent;
    	border-bottom: 8px solid transparent;
    	border-left: 13px solid #aaa;
    }

p {
  padding: 0px 30px 0px 0px;
}

/*スマホ対応*/

@media screen and (max-width : 767px){
    img {
        max-width: 100%;
height: auto;
    }
    header,
    #global_navi,
    #wrapper{width: 100%;
    }
    header #header_logo {
        float: none;
        text-align: center;
    }
    header #header_logo img {
        width:100%;
    }
    header #header_contact {
        display: none;
    }
    #global_navi ul li {
        width: 50%;
        padding: 0.5px;
        margin: 0;
        box-sizing: border-box;
    }
    #global_navi ul li a {
        margin: 0;
    }
    
    #main {
        width: 100%;
        box-sizing: border-box;
    }
  #main p {
        padding: 0 5%;
      }
    #main_visual {
        width: 100%;
        height: auto;
    }
}








