@charset "utf-8";

@import url('./base.css');

body{
color:#333;
font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
background-color:#c1e3a2;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents{
width:980px;
margin: 0 auto;
box-sizing: border-box;
background-color: rgba(255,255,255,1.00);
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#contents h1.title_bar{
width: 980px;
margin: 0px auto;
padding: 0px;
box-sizing: border-box;
}

#contents h2{
width:920px;
border-bottom: dotted rgba(171,159,146,0.8) 4px;
margin:40px auto 20px auto;
padding-left: 10px;
padding-bottom: 5px;
box-sizing: border-box;
font-size:28px;
color:rgba(255,135,137,1.00);
font-weight:bold;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
line-height: 20pt;
}


#contents h3{
width:910px;
border-bottom: dotted rgba(171,159,146,0.8) 2px;
margin:20px auto 10px auto;
padding-left: 10px;
padding-bottom: 3px;
box-sizing: border-box;
font-size:24px;
color:rgba(19,180,188,1.00);
font-weight:bold;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
line-height: 20pt;
}


#contents h4{
width:910px;
margin:0px auto 10px auto;
padding-left: 10px;
box-sizing: border-box;
font-size:19px;
color:rgba(136,199,53,1.00);
font-weight:bold;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
line-height: 20pt;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents img.img_main{
display: block;
width: 900px;
margin: 10px auto 30px auto;
padding: 0px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents img.img_main_sp{
display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents p.main{
width:920px;
margin:15px auto;
font-size:20px;
line-height:24pt;
}

#contents p{
width:900px;
margin:15px auto;
font-size:18px;
line-height:24pt;
}

#contents span.red_bold{
font-weight:bold;
font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
color:#cc0000;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents ul.kome{
width:900px;
padding: 0px;
margin:0px auto 20px auto;
}

#contents ul.kome li{
margin-bottom:5px;
list-style-type:none;
font-size:17px;
line-height:18pt;
}


#contents ul.kome li::before{
content: "※";
display: inline-block;
margin-right: 5px;
font-size:17px;
}

#contents ul.kome li span{
width:870px;
padding: 0px;
display: inline-block;
vertical-align: top;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


#contents a{
text-decoration: underline;
}

#contents a:link{
color:#1C70E1;
}

#contents a:visited{
color:#1C70E1;
}

#contents a:hover{
color:#DB477E;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contents .round_group{
width: auto;
overflow: hidden;
margin: 0px auto;
padding-left: 50px;
}

#contents .round_group img.round{
float: left;
margin:20px;
width: 170px;
max-height: 100%;
border-radius: 300px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#contents div.toiawase{
padding: 2px 20px;
background-color: #fcf0ac;
text-align: center;
margin: 20px 0;
border-radius: 5px;
-moz-border-radius: 5px;
}

