@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

@media print {
      .menu_content  {
        display: none;
      }
    }

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

html {
  font-size: 62.5%;
}

body, p, div, a, img, span, dl, dt, dd, h1, h2, h3, h4, ul, li {
	padding: 0;
	margin: 0;
}

body {
font-size: 1.5rem;
}

a {
	text-decoration: none;
	color:inherit;
}

ul {
	list-style: none;
}

figure {
  padding: 0;
  margin: 0;
}

.gridContainer {
	width:100%;
	padding: 0;
	margin: 0;
	color: #2C2F2F;
}

/*Googleフォント*/

.marcellus_regular {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
  }
  

.shippori_mincho_regular {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
    font-feature-settings: "palt" 1;
  }
  
  .shippori_mincho_medium {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
    font-feature-settings: "palt" 1;
  }
  
  .shippori_mincho_semibold {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
    font-feature-settings: "palt" 1;
  }
  
  .shippori_mincho_bold {
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
    font-feature-settings: "palt" 1;
  }
  
  .shippori_mincho_extrabold {
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-style: normal;
    font-feature-settings: "palt" 1;
  }

 .zen_kaku_gothic_new_regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
 font-feature-settings: "palt" 1;
}

.oswald {
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


/*Googleフォント*/




/* モバイルレイアウト : 480 px およびそれ以下. */

.pc_max_widh_div {
max-width: 1060px;
margin: 0 auto;
}

.section_margin {
  margin: 0 7vw;
}

.section_padding {
  padding: 0 7vw;
}


.title_h {
  font-size: 50px;
  padding: 30px 0 20px 0;
  color: rgba(32, 52, 139, 0.5);
}

.h4_title_style {
  font-size: 38px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.title_p {
  font-size:15px;
  padding: 0 0 30px 0;
  color: rgba(32, 52, 139, 0.5);
}

.sab_title_p {
  padding: 0 0 30px 0;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 30px;
}

.main_p {
  line-height: 30px;
  letter-spacing: 0.15rem;
  font-size: 15px;
  margin-bottom: 20px;
}

.white_p {
  color: #E5E7F0;
}

.font_40 {
  font-size: 40px;
}

.font_15_p {
font-size: 15px;
letter-spacing: 0.1em;
}

.font_14 {
  font-size: 14px;
}

.font_22 {
  font-size: 22px;
  letter-spacing: 0;
}

.font_b {
  color:#20348B;
}

.btn_div {
  margin: 60px 0 30px 0;
}

.btn_div a {
  margin: 0 auto;
  display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 260px;
	height: 60px;
	font-size: 15px;
	text-decoration: none;
	transition: 0.3s;
  border: 1px solid transparent;
}

.btn_div a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.blue_a {
  color: #20348B;
  background-color: rgba(32, 52, 139, 0.2);
}

.blue_a::before {
	border: 2px solid #20348b;
}

.white_a {
  color: #ffff;
  background-color: rgba(255,255,255,0.4);
}

.white_a::before {
	border: 2px solid #ffffff;
}



.margin_top_none {
  margin-top: 0;
}

.margin_bottom_none {
  margin-bottom: 0;
}

.sp_br {
  display: block;
}


@media only screen and (min-width: 767px) {

.br_span_tab {
  display: block;
}

.sp_br {
  display: inline-block;
}




}

@media only screen and (min-width: 1000px) {

  .h4_title_style {
  font-size: 58px;
  letter-spacing: 0.15rem;
}

.br_span {
display: block;
}
.padding_top_none {
padding-top:0 ;
}


}

