@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {

    border-radius: 10px;
	background: rgba(0,0,0,.3);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: rgba(0,0,0,.6);	
}

div#Contents,
.GridSet,
.Grid4 {
    width: 100%;
    margin: auto;
    overflow: visible;
}

div.Section {
width: 100%;
padding: 1.5em 0;
}


div.Section:before {
content: "";
display: block;
clear: both;
float: none;
}

div.Section.Green {
 background: linear-gradient(145deg,#9CCD2E,#82BC3C);
      /* background: linear-gradient(145deg,#BAD333,#D6B941);*/
}

div.Section.Ivory {
    background: linear-gradient(145deg,#FFFEED,#FFF0E3);
}

.Section>.Inner {
    width: 965px;
    margin: auto;
    word-break: break-word;
}

.Section>.Inner iframe {
    margin: auto;
    display: block;
}

.Section>.Inner h2 {
    text-align: center;
    font-size: 1.8em;
    font-weight: normal;
    background: url(/-/media/sp/mimamori/image/bg_h2.png) no-repeat center bottom;
}

.Section.HISYS>.Inner h2 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.8),0 -1px 2px rgba(0,0,0,.8);
}

.Section.HISYS>.Inner h3 {
    background: transparent;
    border: none;
    font-size: 1.3em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.8),0 -1px 2px rgba(0,0,0,.8);
}

h3.Catch {
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 0;
    font-weight: normal;
    color: #444;
    text-align: left;
    margin: 0 0 1em;
    padding: 0;
}
h3.Catch:before {
    content: "";
    background: url(/-/media/sp/mimamori/image/icon_green_s.png) no-repeat center / 100%;
    width: 70px;
    height: 70px;
    display: inline-table;
    vertical-align: middle;
    margin-right: -60px;
}
.Info {
    background: #fdfdfd;
}
.Info .Inner {
    max-width: 965px;
    margin: auto;
    padding: 1em 0;
}
.Info ul {
    display: flex;
    flex-direction: column;
    max-height: 8em;
    overflow-y: auto;
}
.Info li {
    display: flex; 
    align-items: center;
    margin: 0 0 .5em;
    width: 100%;
}
.Info li span {
    margin: 0 1em 0 0;
    min-width: 9em;
    display: flex;
    align-items: center;
}
.Info li span::before {
    content: "お知らせ";
    background: #e4e4e4;
    color: #333;
    border-radius: 2px;
    padding: .15em .3em;
    font-weight: bold;
    font-size: .8em;
    margin: 0 .5em 0 0;
    display: block;
    min-width: 4em;
}
.Info li.Semi span::before {
    content: "セミナー";
    background: #bcebf3;
    color: #333;
}
.Info li.Soudan span::before {
    content: "相談会";
    background: #ffebd2;
    color: #333;
}
.Info li a:link,
.Info li a:visited {
    color: #444;
}
.Catch {
	opacity: 0;
	bottom: -200px;
	position: relative;
}

.Inner .TextStyle1 {
    font-size: 18px;
    margin-bottom: 2em;
    line-height: 1.8;
}

.PageTitleStyle3 .Wrapper {
    background: url(/-/media/sp/mimamori/image/bg_branding_new.png) , linear-gradient(145deg,#BAD333,#D6B941);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 68%;
    width: auto;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 460px;
}
.PageTitleStyle3 .Wrapper .Inner {
    width: 965px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    margin: auto;
    background: url(/-/media/sp/mimamori/image/bg_branding_new.png) , linear-gradient(145deg,#BAD333,#D6B941);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.PageTitleStyle3 .Wrapper .Inner .Read {
    font-size: 1.6em;
    font-weight: bold;
    color: #444;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.8),0 -1px 2px rgba(0,0,0,.8);*/
    width: 40%;
    margin: 2em 0;
    padding: 1em;
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    transition: .08s ease-in;
}

.PageTitleStyle3 .ImgOnlyStyle {
    width: 100%;
    height: auto;
    margin: 0;
}

.PageTitleStyle3 .ImgOnlyStyle img {
    width: 100%;
    height: auto;
    margin: auto;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.PageTitleStyle3 {
    background:  linear-gradient(145deg,#BAD333,#D6B941);
    margin: 0;
}

.PageTitleStyle3 h1 {
    width: 965px;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    padding: .25em 0;
    text-shadow: 0 0 5px rgba(255,255,255,.8);
    background: url(/-/media/sp/mimamori/image/bg_h1.png);
    background-repeat: no-repeat;
    background-position:  110% center; 
    background-size: 64%;
}

.PageTitleStyle3 h1 span {
    font-weight: normal;
    font-size: .8em;
    display: block;
}




.Contact>.Inner {
    padding: 1.5em 0;
}

.Contact .Catch {
    width: 720px;
    display: block;
    margin: auto;
}

.Contact .Catch a:link,
.Contact .Catch a:visited {
    display: block;
    color: #fff;
    width: 100%;
    background: linear-gradient(145deg,#9DCE2E,#79B434);
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    text-shadow: 0 1px 2px rgba(0,0,0,.8),0 -1px 2px rgba(0,0,0,.8);
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #7A9D3F;
    padding: 1.5em 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: .08s ease-in;
}

.Contact .Catch a:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);    
}


@media screen and (max-width: 994px){
    .JS #Contents,
    .JS .GridSet,
    .JS .Grid4 {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .JS .PageTitleStyle3 .Wrapper {
        height: 400px;
    }
    .JS .PageTitleStyle3 .Wrapper .Inner {
        width: 100%;
        background-size: 100%;
        padding: 1em;
        box-sizing: border-box;
    }
    .JS .PageTitleStyle3 h1 {
        padding: .5em .5em 0;
        width: 100%;
        box-sizing: border-box;
    }
    .JS .PageTitleStyle3 .Read {
        padding: 1em;
        white-space: normal;
        width: 100%;
        box-sizing: border-box;
    }
    .Info .Inner {
        padding: 1em;
    }
    .JS .Section>.Inner {
        width: auto;
        padding: 1em;
    }

    .JS .Contact .Catch {
        width: 90%;
    }

    .JS .Inner iframe {
        box-sizing: border-box;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .JS .PageTitleStyle3 .Wrapper .Inner {
        background-size: 100% auto;
    }
    .JS .PageTitleStyle3 .Wrapper .Inner .Read {
        width: 100%;
        margin: 0;
        padding: .5em;
        font-size: 1.4em;
        line-height: 1;
        background: rgba(255,255,255,.8);
        box-shadow: none;
    }
    .JS .Info li span {
        min-width: 10em;
    }
}
@media screen and (max-width: 579px){
    .JS .PageTitleStyle3 .Wrapper {
        height: 300px;
    }

}
@media screen and (max-width: 478px){
    .JS .PageTitleStyle3 h1 {
        font-size: 2.5em;
        padding: .23em 1em .25em;
    }

    .JS .Contact .Catch {
        font-size: 72%;
    }

   .JS .Section>.Inner h2 {
       font-size: 1.5em;
       padding: .5em 0;
   }

   .JS h3.Catch {
       font-size: 20px;
       margin: 0 0 1.5em;
   }

   .JS .Info li {
       flex-direction: column;
       align-items: flex-start;
   }
   .JS .Info li span {
       margin: 0 0 .5em 0
   }
}