@charset "UTF-8";
/* ===== Base Settings ===== */
body {
	font-family : 'Noto Sans JP', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	font-feature-settings: 'palt';
	line-height: 1.42857;
	color: #5f5f5f;
background-image: -moz-linear-gradient( 90deg, rgb(209,149,160) 0%, rgb(167,208,228) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(209,149,160) 0%, rgb(167,208,228) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(209,149,160) 0%, rgb(167,208,228) 100%);
}

body * {
	margin: 0;
	padding: 0;
}

a, a:active, a:hover, a:visited {
	outline: 0 !important;
}

a {
  color: #113d86;
	text-decoration: underline;
}

a:focus, a:hover {
  color: #18C2FF;
  text-decoration: underline;
}

a img.over {
	opacity: 1;
	transition:0.5s;
}

a:hover img.over {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:0.5s;
}

img {
	max-width: 100%;
}

del {
	color: #f00;
}

del span{
	color: #999;
}

.container {
	padding: 0;
}

.contents {
	background: #fff;
}

.main {
	background: url("../images/common/main_bottom.png") no-repeat right bottom;
	border-bottom: 1px solid #efefef;
}

.main_content {
	padding: 0 1rem;
}

#return {
   
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
}

#return a {
	display: inline-block;
	width: 64px;
	padding: 26px 0 12px 0;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: url(../images/common/return.png) no-repeat 50% 5px #333;
	text-decoration: none;
}

#return a:hover {
	background-color: #555;
}

.disabled {
	pointer-events: none;
  cursor: default;
	opacity: 0.5;
}

.red {
  color: #f00;
}


/* ----------------------------clearfix start */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
/* ----------------------------clearfix end */

@media print, screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 992px) {
  .contents {
    display: flex;
    flex-wrap: wrap;
  }
  
  .main_content {
    padding: 0 0 30px 0;
  }
	
	.sub {
		padding: 0 40px;
	}
}

@media print, screen and (min-width: 1024px) {
  .contents {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

/* ===== Header Settings ===== */

header {
  width: 100%;
	text-align: center;
  padding: 1rem;
  background: url("../images/common/titile_left.png") no-repeat left top / 30vw auto, url("../images/common/titile_right.png") no-repeat right top / 30vw auto, #ffffff;
}

header h1 {
	display: table;
  width: 82%;
  font-size: 1rem;
	margin: 0 auto;
}

#header {
	display: none;
}

@media print, screen and (min-width: 992px) {
  header {
    display: none;
  }
  
  #header {
    display: inherit;
		text-align: center;
		background: url("../images/common/titile_left.png") no-repeat left top / 10rem auto, url("../images/common/titile_right.png") no-repeat right top / 15rem auto, #ffffff;
  }
  
  #header h1 {
    font-size: 1rem;
		padding: 2rem 3rem;
  }
}


/* ===== Navi Settings ===== */

#menu {
	border-top: 1px solid #4984a3;
}

#menu .bg-light {
	background: #4984a3 !important;
}

#menu .navbar-collapse {
  overflow: hidden;
	margin: 0 -0.5rem;
}

#menu .navbar {
  padding: .5rem;
}

#menu .navbar a {
	text-decoration: none;
}

#menu .navbar-light .navbar-brand {
  font-size: 1rem;
  color: #fff;
}

#menu .navbar-light .navbar-toggler {
	background: #fff;
}

#menu .navbar-light .navbar-toggler {
  color: #4984a3;
}

#menu .navbar-nav {
}

#menu .navbar-nav li {
    margin: 0 8px;
	background: url("../images/common/nav.svg") no-repeat;
    background-position: right 10px center;
    background-size: 1em auto;
	border-bottom: 1px solid #fef2e4;
}

#menu .navbar-nav li.active{
      background-image:url("../images/common/nav_active.svg"), -moz-linear-gradient( 0deg, rgb(226,238,244) 0%, rgb(158,193,211) 99%);
      background-image:url("../images/common/nav_active.svg"), -webkit-linear-gradient( 0deg, rgb(226,238,244) 0%, rgb(158,193,211) 99%);
      background-image:url("../images/common/nav_active.svg"), -ms-linear-gradient( 0deg, rgb(226,238,244) 0%, rgb(158,193,211) 99%);
    background-position:right 10px center,top center;
    background-size:1em auto,100% auto;
}
#menu .navbar-nav li:hover{
      background-image:url("../images/common/nav_active.svg"), -moz-linear-gradient( 180deg, rgb(158,193,211) 0%, rgb(158,193,211) 99%);
      background-image:url("../images/common/nav_active.svg"), -webkit-linear-gradient( 180deg, rgb(158,193,211) 0%, rgb(158,193,211) 99%);
      background-image:url("../images/common/nav_active.svg"), -ms-linear-gradient( 0deg, rgb(158,193,211) 0%, rgb(158,193,211) 99%);
    background-position:right 10px center,top center;
    background-size:1em auto,100% auto;
}
#menu .navbar-nav li.nonh{
    background-image:url("../images/common/nav.svg")!important;
    opacity: 0.5;
}
#menu .navbar-nav li.nonh:hover{
	background-image:url("../images/common/nav.svg")!important;
}
#menu .navbar-nav li.nonh:hover a{
    color: #fff;
    
}
#menu .navbar-nav li a {
  font-weight: 500;
	color: #fff;
	padding: 15px 10px;
}

#menu .navbar-nav li a:hover a,
#menu .navbar-nav li.active a,
#menu .navbar-nav li:hover a
{
	color: #33445a;
}

#menu .navbar-nav li a.disabled:hover {
  border: none;
}

@media screen and (max-width: 991px) {
  #menu .navbar-nav li a br {
    display: none;
  }
}

@media print, screen and (min-width: 992px) {
	button {
		display: none;
	}
	.navbar-expand-lg .navbar-collapse {
		display: block !important;
	}
  #menu {
    width: 265px;
		padding: 2rem 0;
		background: #4984a3;
  }

  #menu .navbar {
    display: inherit;
    padding: 0;
    background: none;
  }
	
	#menu .bg-light {
		background: none !important;
	}
	
	#menu .navbar-collapse {
		margin: 0;
	}
  
  #menu .navbar-light .navbar-brand {
    display: none;
  }
  
  #menu .navbar-nav {
    display: inherit !important;
    width: 100%;
    box-sizing: border-box;
  }
  
  #menu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
		padding: 0;
  }
	
    #menu .navbar-nav li {
    }

  #menu .navbar-nav li a {
    font-size: 0.9rem;
      letter-spacing: 1px;
  }
}


/* ===== Page Content Settings ===== */
.main_content{
    padding-bottom: 30px;
}
.main_content h2 {
	font-family: "Noto Serif JP", sans-serif;
	font-size: 1.2rem;
  font-weight: 700;
	text-align: center;
	margin: 0 -1rem 2rem -1rem;
    color: #0E4B86;
}

.main_content h2 span {
	display: block;
  padding: 1rem;
	background: linear-gradient(to right,  #a7d0e4 0%,#d2bbd5 33%,#e3a382 66%,#bd5f82 100%);
}

.main_content h2 span span {
  padding: 1rem;
	background: rgba(255,255,255,0.4);
}

.main_content h3 {
	font-size: 1.3rem;
	font-family: "Noto Serif JP", sans-serif;
  position: relative;
	margin: 2rem 0 1rem;
  padding: .7rem .5rem;
    color: #4A85A4;
}

.main_content h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: linear-gradient(90deg, #4984a3, #bee3f5);
}

.main_content h3:first-of-type {
	margin: 0 0 1rem;
}

.btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 30px;
	width: 100%;
	margin: 1.5rem 0;
}

.btn li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 320px;
}

.btn li a {
	display: block;
	width: 100%;
	color: #113d86;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	padding: 0.8rem 1.5rem 0.8rem 0.8rem;
	background: #fff;
	border: 2px solid #113d86;
	transition:0.5s;
	position: relative;
}
.btn li a.disabled{
    padding: 0.8rem;
}

.btn li a:hover {
	color: #fff;
	background: #113d86;
	transition:0.5s;
}

.btn li a.disabled {
	color: #777;
	background: #ccc;
	border: 2px solid #ccc;
}

.btn li.pdf a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_pdf.svg) 100% 100% / cover;
  width: 19px;
  height: 19px;
	position: relative;
	top: 2px;
	right: 10px;
}

.btn li.pdf a:after {
	display: none;
}

.btn li a:after {
	content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #113d86;
  border-right: 2px solid #113d86;
  transform: rotate(45deg);
  box-sizing: border-box;
	transition:0.5s;
}

.btn li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
	transition:0.5s;
}

.btn li a.disabled {
	color: #777;
	background: #ccc;
	border: 2px solid #ccc;
}

.btn li a.disabled:before,
.btn li a.disabled:after {
	display: none;
}

@media screen and (max-width: 767px) {
  .pc {display: none;}
	}
  
@media print, screen and (min-width: 768px) {
  .sp {display: none;}
  
	.main_content h2 {
		font-size: 28px;
	}
}

@media print, screen and (min-width: 992px) {
  .main {
    width: calc(100% - 265px);
  }
  
  .main_content h2 {
    margin: 0 0 2rem 0;
  }
}


/* ===== Page Settings ===== */

/*------ greetings ------*/

.main .greetings p {
  text-indent: 1em;
  margin-top: 0.75rem;
}
.main .greetings .text-right b {
  font-size: 1.1rem;
}

.main .greetings .flex {
  text-align: center;
  margin: 0.5rem 0 2rem 0;
}

.main .greetings img {
  display: table;
	width: 100%;
	max-width: 200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .main .greetings p {
    margin-top: 1rem;
  }
  .main .greetings .text-right b {
    font-size: 1.2rem;
  }

  .main .greetings .flex {
		display: flex;
		align-items: center;
		text-align: left;
  }
  
  .main .greetings .img-box {
    margin: 0 3rem 0.5rem 0;
  }
	
	.main .greetings .flex .txt-box p {
		text-indent: 0;
	}
	
	.main .greetings .flex .txt-box p b {
		font-size: 1.2rem;
	}
}


/* ===== Contact Settings ===== */

#contact{
    justify-content:center;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
        background: #EFEFEF;
    padding: 30px 20px 0;
}
#contact dl {
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255,255,255,1.00);
    position: relative;
}
#contact dl::after{
        content: url("../images/common/content_icon_bottom.png");
        transform: scale(0.5);
        position:absolute;
        bottom: -35px;
        right: -30px;
        display: block;
}


#contact dt {
  background-image: -moz-linear-gradient( 0deg, rgb(119,165,176) 0%, rgb(242,228,246) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(119,165,176) 0%, rgb(242,228,246) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(119,165,176) 0%, rgb(242,228,246) 100%);
    position: relative;
    color: #fff;
    padding: 5px 20px 5px 50px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 7.37px rgba(0, 0, 0, 0.09);
}
#contact dt::after{
        content: url("../images/common/content_icon.png");
        transform: scale(0.5);
        position:absolute;
        top: -40px;
        left: -30px;
        display: block;
}

#contact dl dd {
  line-height: 1.6;
  margin: 0;
    padding: 10px 20px 20px;
}
  
@media print, screen and (min-width: 576px) {
  #contact .container {
    width: 100%;
  }
  
	
  
  #contact dd:first-of-type {
    margin-bottom: 0;
  }
	
	#contact dl:last-of-type {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 992px) {
    #contact{
        padding: 30px;
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        justify-content:space-between;
    }
  #contact dl {
    width: 48%;

  }
	
	#contact dl dt {
		font-size: 1.2rem;
		font-weight: 500;
	}
}



/* ===== Footer Settings ===== */

#footer {
	text-align: center;
    background: #EFEFEF;
    color: #747474;
    padding:20px 0 20px;
    letter-spacing: 1px;
}

#footer .container .copyright small {
  display: block;
	font-size: 0.7rem;
	font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  #footer {
  }

  #footer .container .copyright small {
    font-size: 0.8rem;
  }
}

/*# sourceMappingURL=style.css.map */
