@charset "utf-8";
/* CSS Document */

.circle_d {
    font-size: 27px;
    color: #032D58;
}
select {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    padding: 7px;
    font-size:1.05em;
    background-color: #EFEFEF;
    border: none;
}
@media screen and (min-width: 750px) {
dd span.pcWidth{
    min-width: 270px;
    display: inline-block;
}
/*PC版でのみ表示する隙間*/
dd span.col_gap{
    padding-left: 20px;
}
dd span.pcIndent{
    min-width: 270px;
    display: inline-block;
}
.pcPosition{
    display: flex;
    flex-direction: row;
    align-items: center;
}
}
@media screen and (max-width: 750px) {
dd span.pcWidth{
    min-width: 120px;
    display: inline-block;
}
dd span.pcIndent{
    min-width: 0px;
}
.pcPosition{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
}
@media screen and (min-width: 750px) {
    .icon-view-sp{
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .icon-view-pc{
        display: none;
    }
    .icon-view-sp{
        margin-left: -1em;
        margin-right: 0.5em;
    }
}
.icon-optional-minna{
    color: #5b84e4;
    font-size: 140%;
    margin-left: 0.0em; 
    margin-right: 0.0em;
}
.responsive-image {
    max-width: 100%;
    height: auto;
}

.completeBox{
    border: 1px solid #008C46;
    padding: 25px 30px;
    background-color: #E5F5E8;
    text-align: center;
}
.icon-complete{
    font-size: 1.5em;
}
.icon-complete:before{
	font-family:'yubin'; 
    content:"\77";
    color: #008C46;
    padding-right: 10px;
}
@media screen and (max-width: 750px) {
input.res[type=button],input.res[type=submit]{
    appearance: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Sans","ヒラギノ角ゴシック",メイリオ,Meiryo,sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    outline: 0;
    padding: 1.1em 0.5em; 
}
input.res[type=submit]{
    margin-top: 20px;
    margin-bottom: 20px;
}
}

/*202210423*/
ul.clm2 li.event {
    flex-basis: 47%;
    max-width: 47%;
    margin: 10px;
}

ul.clm3 li.event {
    flex-basis: 31%;
    max-width: 31%;
    margin: 10px;
}
ul.clm3 li.event a {
    cursor: pointer;
}
ul.clm3 li.event a:hover {
    text-decoration: none;
    opacity: 0.5;
}
/*20210506*/
.h1parts{
    font-size: 0.6em;
}
.kvimg{
    width: 40%;
}
th.nofontweight{
    font-weight: normal !important;
    text-align: left  !important;
}
.formArea form input::placeholder {
    color: lightslategray;
  }
/*20220915*/
@media screen and (max-width: 750px) {
.formArea.spfull dl.basic dd{
    word-break: break-all;
    word-wrap: break-word;
}
}/*end*/

.striped-background {
    background: repeating-linear-gradient(135deg, #75baef, #75baef 5px, #ffffff 5px, #ffffff 9px);
}