﻿/* パンくずリスト　*/

.breadcrumbs {width: 98%;}
.breadcrumbs ul {display: table;}
.breadcrumbs ul li {
margin: 0 3px 0 0;
font-size: 13px;
float: left;
}
.breadcrumbs ul li:first-child::before {
padding: 0 3px 0 0;
content: "";
font-size : 14px;font-size : 1.4rem;line-height : 1.5;
color: #e48484;
}
.breadcrumbs ul li::before {
padding: 0 3px 0 0;
content: ">";
font-size : 14px;font-size : 1.4rem;line-height : 1.5;
color: #e48484;
}


/* //パンくずリスト　*/


#contents_main{width:98%; padding:1px; margin:10px auto;max-width:850px;}


.guide-container{
font-family:
"Hiragino Sans",
"Hiragino Kaku Gothic ProN",
"BIZ UDPGothic",
"Meiryo",
"Noto Sans JP",
sans-serif;
font-size:16px; font-size:1.6rem; line-height:1.8;
color:#333;

margin:auto;
padding:20px;
}

.guide-container h1{
font-size:28px;
margin-bottom:20px;
border-bottom:3px solid #3388ee;
padding-bottom:10px;
}

.guide-container h2{
font-size:22px;
margin-top:40px;
border-left:6px solid #3388ee;
padding-left:12px;
}

.guide-container h3{
font-size:18px;
margin-top:25px;
color:#333;
}

.guide-lead{
font-size:16px;
margin-bottom:25px;
}

.guide-toc{
background:#f7f7f7;
padding:20px;
border-radius:6px;
margin-bottom:30px;
}

.toc-title{
font-weight:bold;
margin-bottom:10px;
}

.guide-toc ul{
padding-left:20px;
}

.guide-toc li{
margin:6px 0;
}

.guide-toc a{
text-decoration:none;
color:#0066cc;
}

.guide-toc a:hover{
text-decoration:underline;
}

.guide-related{
margin-top:50px;
padding:20px;
background:#fafafa;
border-top:2px solid #ddd;
}

.guide-related ul{
padding-left:20px;
}

.guide-related li{
margin:6px 0;
}

@media (max-width:600px){
.guide-container h1{
font-size:22px;
}

.guide-container h2{
font-size:19px;
}

.guide-container h3{
font-size:17px;
}

}




.guide-alert{
background:#fff3cd;
border-left:6px solid #f0ad4e;
padding:16px;
margin:20px 0;
border-radius:4px;
}


.guide-check{
background:#f0f8ff;
border:1px solid #cfe2ff;
padding:18px;
border-radius:6px;
margin:30px 0;
}

.guide-check ul{
list-style:none;
padding-left:0;
}

.guide-check li{
padding-left:26px;
position:relative;
margin:8px 0;
}

.chk_color{color:#3e7f06;}

.list_a_color{color:#3388ee;}

.gaiyo_txt, .jita_txt{font-weight: bold;color: #945f1a;}
.check_list_ttl{font-weight: bold;color: #945f1a;}

