@charset "UTF-8";

/*+++++++++++++++++++++++++++++++++++++++
reset SCC
+++++++++++++++++++++++++++++++++++++++*/
*{ box-sizing: border-box; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
html { margin: 0;padding:0;scroll-behavior:smooth;}
body{ margin: 0;padding:0;}
.all{ width:100%; }
h1,h2,h3 { margin: 0;padding: 0;}
input,textarea {margin:0;padding: 0;}
/*---------------------------List*/
ul,dl{ margin: 0 0 0 0;padding: 0;}
ul.nolist{list-style: none;}
/*--------------------------Table*/
table{ border-collapse: collapse; }
table {border-collapse: collapse;border-spacing: 0;font-size: 100%;}
/*-------------------------Image*/
img { border: none; }
img {max-width:100%;height: auto;}
.img-fit img{width:100%;}
/*-------------------------FONT*/
.bold{font-weight: bold;}
/*-------------------------Link*/
a{ text-decoration: none; color: #000;}
a:hover{ text-decoration: none; }
/*-------------------------WordPress*/
.widget_sp_image-description,.widgettitle{ display: none;}
/*------------------------独自スタイル*/
.red{color:#f00;}
.clears { clear: both; }
.yumincho{font-family:YuMincho,'Yu Mincho',serif;}
/*------------------------タイトル ライン付*/
.min-under{
    position: relative;
    padding-bottom: 1.5rem;
    text-align: center;
}
.min-under:before{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 90px;
    height: 8px;
    content: '';
    background: #d6ad60;
}

.circle{
    border-radius: 50%;
}
.line{
    border:2px solid #bbb;
}



