@charset "UTF-8";
/* CSS Document */
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}

a {
  color: #333333;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

a:hover {
  color: #333333;
}

.anchor {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}

/*tel*/
[href^="tel"]:hover {
  cursor: default;
}

body,
#mainvisual .inner,
header,
footer {
  min-width: 1200px;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }

  body {
    zoom: 80%;
  }

  .fixed {
    position: inherit !important;
  }
}
/*============================================================================

	共通

============================================================================*/
.dial{
	display: block;
	width: auto;
	margin: 0 8% 15px;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff;
	padding: 5px;
	text-align: center;
	color: #112c80;
    font-family: ヒラギノ角ゴ W6 JIS2004!important;
	font-size: 12px;
}
dl dd em{
	font-size: 12px;
	display: block;
    font-family: ヒラギノ角ゴ W6 JIS2004!important;
	letter-spacing: 0.1em;
	font-weight: normal;
}
em.fs15{
	font-size: 15px;
}
.tel_box a {
  display: block;
  color: #fff;
  background-color: #2c4699;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.tel_box dt {
  font-family: font-hira3;
}
.tel_box dd {
  font-family: adobe-caslon-pro,serif;
  font-weight: 600;
  font-style: normal;
}

.reserve_box a {
  position: relative;
  background-color: #ff9537;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.reserve_box a::before {
  position: absolute;
  top: 35px;
  left: 21px;
  background-image: url("../images/icon_reserve.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  content: "";
}

.reserve_half a {
  z-index: 4;
  text-align: center;
}
.reserve_half a::after {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: #fb861d;
  border-radius: 0 0 20px 20px;
  z-index: -1;
  content: "";
}

.box_arrow {
  position: relative;
  margin: 0 auto 101px;
  background-color: #2c4699;
  text-align: center;
}
.box_arrow h3 {
  position: relative;
  width: 1200px;
  color: #fff;
  font-size: 58.5px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.box_arrow::after {
  position: absolute;
  border-style: solid;
  border-width: 40px 104.5px 0 104.5px;
  border-color: #2c4699 transparent transparent transparent;
  content: "";
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
}

/*============================================================================

	header

============================================================================*/
header {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 90px;
  /* navのheightと同じ値にする */
  background-color: white;
}
header .inner {
  min-width: 1200px;
  margin: auto;
  height: inherit;
  box-sizing: border-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.header_logo {
  width: 425px;
  height: 81px;
  margin: 37px 83px 0 50px;
}
.header_logo a {
  display: block;
  width: inherit;
  height: inherit;
}
.header_logo img {
  width: 100%;
  height: auto;
}

.header_sche {
  margin-right: 48px;
  margin-top: 20px;
  box-sizing: border-box;
}
.header_sche .tb01 {
  width: 400px;
  margin-bottom: 5px;
}
.header_sche .tb01 th,
.header_sche .tb01 td {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
}
.header_sche .tb01 td {
  padding: 0 7px;
}
.header_sche .tb01 td:last-child {
  padding-right: 12px;
}
.header_sche .tb01 thead th {
  padding-left: 21px;
}
.header_sche .tb01 tbody {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.header_sche .tb01 tbody th {
  padding-left: 21px;
}
.header_sche .tb01 tbody td {
  color: #173288;
}
.header_sche .schedule_note {
}
.header_sche .schedule_note li {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.header_sche .schedule_note li:nth-child(1) {
  color: #173288;
}
.header_sche .schedule_note li span.br_point {
  display: inline;
}

.header_contact {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.header_contact li {
  height: 110px;
}
.header_contact .tel_box span.dial{
	margin-bottom: 8px;
}
.header_contact li a {
  width: inherit;
  height: inherit;
  display: block;
  color: #fff;
  box-sizing: border-box;
}
.header_contact {
  margin-top: 15px;
  margin-right: 50px;
}
.header_contact li a {
  border-radius: 10px;
}
.header_contact li:nth-child(1) {
  margin-right: 14px;
}
.header_contact .tel_box {
  width: 315px;
}
.header_contact .tel_box a {
  padding-top: 5px;
}
.header_contact .tel_box dt {
  margin: 3px 0 5px;
  font-size: 14px;
  letter-spacing: 0;
}
.header_contact .tel_box dd {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 0.95;
}
.header_contact .reserve_box {
  width: 250px;
}
.header_contact .reserve_box a {
  padding-left: 67px;
  line-height: 110px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (min-width: 1200px) and (max-width: 1800px){
  header .inner {
    width: 100%;
  }

  .header_logo {
    width: calc(425px * 0.9);
    height: calc(81px * 0.9);
    margin-right: 2%;
  }

  .header_sche {
    width: 31%;
    margin-right: 2%;
  }

  .header_sche .schedule_note {
    width: 100%;
  }

  header .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header_contact {
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_contact .tel_box{
    width: 315px;
    height: 100px;
  }
  .header_contact .reserve_box {
    width: 315px;
    height: 50px;
  }
.header_contact .reserve_box a{
  line-height: 55px!important;
	}
  .header_contact .tel_box a,
  .header_contact .reserve_box a {
    width: inherit;
    height: inherit;
  }
  .header_contact .tel_box {
    margin-bottom: 5px;
  }
  .header_contact .tel_box dd {
    font-size: 32px;
  }
  .header_contact .reserve_box a {
    line-height: 70px;
  }
  .header_contact .reserve_box a::before {
    top: 50%;
    transform: translateY(-50%);
  }
  _::-webkit-full-page-media, _:future, :root .header_contact .tel_box dt {
    font-size: 1vw;
}
}
/*============================================================================

	nav

============================================================================*/
nav {
  position: absolute;
  top: 180px;
  /* headerのheightと同じ値にする */
  width: 100%;
  height: 90px;
  /* headerのmargin-bottomと同じ値にする */
  background-color: white;
  z-index: 9999;
}
nav ul {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
nav ul li {
  height: 90px;
}
nav ul li a {
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  height: 90px;
  padding: 20px 26px 0;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 17px;
  color: #333;
  box-sizing: border-box;
}
nav ul li a::after {
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #bdbdbd;
  top: 10px;
  right: 0;
  content: "";
}
nav ul li:last-child a::after {
  content: none;
}

@media screen and (min-width: 1200px) and (max-width: 1460px) {
  nav ul li a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }
}
/* ホバーのボーダー */
nav li a::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 40px;
  width: 80%;
  height: 10px;
  margin: auto;
  background-color: rgba(255, 253, 127, 0.4);
  transition: 0.15s  ease-out;
  transform: scaleX(0);
  content: "";
  z-index: 1;
}

nav li a:hover::before,
nav li.active2 a::before {
  transform: scaleX(1);
}

/* スクロールで追加されるクラス */
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual {
  display: block;
  position: relative;
  height: 800px;
  background-image: url("../images/mv_img01.jpg");
  background-size: cover;
  background-color: #f0f0f0;
  background-position: center;
  background-repeat: no-repeat;
}

#mainvisual .inner {
  display: block;
  position: relative;
  height: inherit;
  width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.mainvisual_catch {
  position: relative;
}
.mainvisual_catch h2 {
  position: absolute;
  top: 136px;
  left: 162px;
  font-size: 34px;
  text-align: left;
  line-height: 1.55;
  text-shadow:  0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 5px #fff,0 0 6px #fff,0 0 10px #fff;
}
.mainvisual_catch h2 span {
  padding: 8px 22px;
  color: #fff;
  font-size: 30px;
  border-radius: 30px;
  vertical-align: text-bottom;
	text-shadow: none;
}
.mainvisual_catch h2 span:nth-child(1) {
  background-color: #feb752;
  margin-left: 23px;
}
.mainvisual_catch h2 span:nth-child(2) {
  background-color: #ffd740;
  padding: 8px 30px;
  margin-left: 15px;
}
.mainvisual_catch h2 strong {
  margin-left: -6px;
  color: #ff631e;
  font-size: 99px;
  letter-spacing: 0.1em;
}

.list_mv_point {
  position: absolute;
  top: 353px;
  left: 158px;
  text-shadow:  0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 5px #fff,0 0 6px #fff,0 0 10px #fff;
}
.list_mv_point li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.6;
/*  color: #1a5cd5;*/
}
.list_mv_point li::before {
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../images/icon_checkbox_orange.png");
  background-size: cover;
  width: 29px;
  height: 27px;
  content: "";
}
.list_mv_point li strong {
  color: #ff631e;
}

.list_mv_feature {
  position: absolute;
  top: 542px;
  left: 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.list_mv_feature li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  height: 160px;
  margin-right: 20px;
  padding: 5px;
  background-clip: padding-box;
  text-align: center;
}
.list_mv_feature li {
border: 5px solid rgba(113, 136, 206, 0.3);
background-color: rgba(113, 136, 206, 0.7);
}
/*
.list_mv_feature li:nth-child(2) {
  border: 5px solid rgba(99, 190, 230, 0.3);
  background-color: rgba(99, 190, 230, 0.7);
}
*/
.list_mv_feature li:nth-child(3) h3 strong {
/*
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
*/
}
.list_mv_feature li:nth-child(3) h3 span.fs16 {
  display: block;
  line-height: 1.5;
}
.list_mv_feature h3 {
  color: #fff;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 24px;
  line-height: 1.9;
}
.list_mv_feature h3 strong {
  color: #ff631e;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-size: 24px;
}
.list_mv_feature h3 span {
  line-height: 1.625;
}
.list_mv_feature h3 span.fs16 {
  font-size: 16px;
}
.list_mv_feature h3 span.fs24 {
  font-size: 24px;
}

.mv_open_comment{
	position: absolute;
	right: 0;
	top: 423px;
	width: 300px;
	height: 300px;
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 10px solid rgba(255, 226, 116, 0.5);
	background-color: rgba(255, 255, 255, 0.7);
	background-clip: padding-box;
	color: #2c4699;
}
.mv_open_comment p{
	width: 100%;
}
.mv_open_comment p.big{
	width: 100%;
	font-size: 300%;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.mv_open_comment p.big span{
	font-size: 50%;
}


.side_bnr {
  position: absolute;
  right: 0;
  top: 310px;
  width: 100px;
  height: 319px;
  z-index: 9999;
}
.side_bnr.fixed {
  position: fixed;
  top: 200px;
}
.side_bnr a {
  position: relative;
  width: inherit;
  height: inherit;
  padding-top: 122px;
  background: #ffd740;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.3em;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 26px;
  color: #fff;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 3px 18px 0 rgba(173, 173, 173, 0.44);
  transform: 0.2s ease-in-out;
  text-shadow: 0 0 7px #ca7829;
}
.side_bnr a::before {
  position: absolute;
  top: 24px;
  left: 11px;
  background-image: url("../images/icon_24h.png");
  width: 79px;
  height: 79px;
  content: "";
}
.side_bnr a:hover {
  opacity: 0.6;
}

/*==================================================================

	#contents

==================================================================*/
main {
  display: block;
}

#container {
  padding-top: 0;
  padding-bottom: 0;
}

/*============================================================================

	$point

============================================================================*/
.point {
  width: 100%;
  margin-bottom: 124px;
}
.point .box1 {
  width: 100%;
  padding-top: 106px;
}

.point_h3 {
  padding-bottom: 24px;
}
.point_h3 h3 {
  text-align: center;
  margin: 0 auto 13px;
  padding-top: 30px;
  line-height: 1;
  letter-spacing: -0.08em;
}
.point_h3 h3 span.circle {
  position: absolute;
  font-size: 58.3px;
  color: #173288;
  line-height: 95px;
  z-index: 2;
}
.point_h3 h3 span.circle::before {
  position: absolute;
  background-color: #fffd7f;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: -1;
  content: "";
}
.point_h3 h3 span.circle:nth-child(1) {
  top: -64px;
  left: 33px;
}
.point_h3 h3 span.circle:nth-child(1)::before {
  top: 0;
  left: -14px;
}
.point_h3 h3 span.circle:nth-child(2) {
  top: -78px;
  left: 141px;
}
.point_h3 h3 span.circle:nth-child(2)::before {
  top: 2px;
  left: -18px;
}
.point_h3 h3 span.circle:nth-child(3) {
  top: -47px;
  left: 246px;
}
.point_h3 h3 span.circle:nth-child(3)::before {
  top: 0;
  left: -17px;
}
.point_h3 h3 span.white {
  margin-right: 10px;
  font-size: 83px;
  color: #fff;
}
.point_h3 h3 span.white_mini {
  font-size: 47px;
}
.point_h3 h3 span.yellow {
  position: relative;
  margin-right: 8px;
  color: #fffd7f;
  font-size: 65.8px;
}
.point_h3 p {
  display: inline-block;
  padding: 0 30px;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0;
  color: #ff631e;
  background-color: #fff;
  border-radius: 30px;
}

.point_box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.point_box_photo {
  width: 910px;
  height: 470px;
  margin-bottom: 91px;
  background-image: url("../images/check_img01.jpg");
  background-repeat: no-repeat;
}
.point_box_photo ul {
  padding: 44px 0 0 48px;
}
.point_box_photo li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 50px;
  font-size: 20px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  line-height: 32px;
  letter-spacing: 0.1em;
}
.point_box_photo li::before {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icon_checkbox_blue.png");
  background-size: cover;
  width: 35px;
  height: 32px;
  content: "";
}

.point_box2 .point_box_photo {
  background-image: url("../images/check_img03.jpg");
  margin-left: 290px;
  margin-bottom: 61px;
}
.point_box2 .point_box_photo ul {
  padding-left: 398px;
}
.point_box2 .point_box_photo li::before {
  background-image: url("../images/icon_checkbox_blue2.png");
}
.point_box2 .point_box_h4 {
  left: 0;
}
.point_box2 .point_box_h4 figure::before {
  background-color: #63bee7;
}
.point_box2 .point_box_h4_in p {
  text-shadow: 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da, 0 0 3px #50c6da;
}
.point_box2 .point_box_h4_in::after {
  right: unset;
  left: 0;
  border: none;
  border-bottom: solid 34px transparent;
  border-right: solid 290px #0095d9;
  border-left: 0;
  content: "";
  z-index: 1;
}

.point_box_h4 {
  position: absolute;
  top: 0;
  left: 800px;
  width: 400px;
  z-index: 1;
}
.point_box_h4 figure {
  position: absolute;
  top: -67px;
  left: 26px;
  width: 348px;
  height: 348px;
  z-index: 4;
}
.point_box_h4 figure::before {
  position: absolute;
  top: 222px;
  left: -27px;
  background-color: #7188ce;
  width: 400px;
  height: 280px;
  content: "";
  z-index: -1;
}
.point_box_h4 figure img {
  width: 100%;
  height: auto;
}

.point_box_h4_in {
  position: relative;
  width: 400px;
  margin-top: 208px;
  text-align: center;
  font-family: font-hira6;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  z-index: 4;
}
.point_box_h4_in::after {
  position: absolute;
  bottom: -61px;
  right: 0;
  border: none;
  border-bottom: solid 34px transparent;
  border-left: solid 291px #3451a8;
  content: "";
  z-index: 1;
}
.point_box_h4_in p {
  margin-bottom: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1.72;
  text-shadow: 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8, 0 0 3px #4082d8;
  z-index: 2;
}
.point_box_h4_in h4 {
  font-size: 50px;
  color: #ff631e;
  line-height: 1.5;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  z-index: 2;
}
.point_box_h4_in h4 span {
  font-size: 60%;
  display: block;
}

.point_contact {
  text-align: center;
  margin: 0 auto;
}
.point_contact h4 {
  padding-top: 30px;
  padding-bottom: 38px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 26px;
  background: #63bee6;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
.point_contact h4 strong {
  font-size: 150%;
}

.contact_box {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 195px;
  background-color: #2c4699;
}
.contact_box .tel_box {
  margin-bottom: 0;
  height: auto;
  width: auto;
  margin-right: 100px;
}
.contact_box .tel_box dt {
  font-size: 20px;
  margin-bottom: 15px;
}
.contact_box .tel_box dd {
  font-size: 60px;
  letter-spacing: 0.1em;
}
.contact_box .reserve_box a {
  width: 500px;
  height: 105px;
  padding-left: 39px;
  font-size: 30px;
  line-height: 105px;
  box-shadow: 0 5px 0 #ff631e;
  transition: 0.2s ease-in-out;
}
.contact_box .reserve_box a::before {
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
}
.contact_box .reserve_box a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}

.reserve_box a {
  display: block;
  border-radius: 20px;
  color: #fff;
  box-sizing: border-box;
}

/*============================================================================

	about

============================================================================*/
.about {
  margin-bottom: 110px;
  width: 100%;
}
.about .box1 {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1200px;
  text-align: center;
  overflow: hidden;
}

.about_h3 {
  position: absolute;
  left: 36%;
  top: 32%;
  max-width: 450px;
  width: 28%;
  min-width: 300px;
  padding-bottom: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.about_h3 h3 {
  font-size: 45px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  margin-bottom: 3px;
  margin-top: 52px;
}
.about_h3 p {
  display: inline-block;
  padding: 0 57px 0 63px;
  height: 50px;
  color: #fff;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0.12em;
  background-color: #ff9537;
  border-radius: 25px;
}

.about_box {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("../images/about_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 56px 3% 64px;
  box-sizing: border-box;
}

.about_box_list {
  max-width: 630px;
  width: 42%;
  min-width: 420px;
  padding-top: 68px;
  color: #fff;
}
.about_box_list:nth-child(1) {
  background-color: rgba(14, 45, 145, 0.6);
}
.about_box_list:nth-child(1) .about_box_h4 {
  margin-right: 3%;
}
.about_box_list:nth-child(1) > p {
  padding: 0px 18% 9% 16%;
}
.about_box_list:nth-child(2) {
  background-color: rgba(99, 190, 230, 0.8);
}
.about_box_list:nth-child(2) .about_box_h4 {
  margin-left: 3%;
}
.about_box_list:nth-child(2) > p {
  padding: 0 15% 9% 25%;
}
.about_box_list > p {
  font-family: ヒラギノ角ゴ W3 JIS2004;
  font-size: 18px;
  line-height: 2.1;
  text-align: left;
}

.about_box_h4 {
  text-align: center;
}
.about_box_h4 h4 {
  font-size: 36px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  margin-bottom: 0;
}
.about_box_h4 p {
  margin-bottom: 32px;
  font-size: 24px;
  font-family: ヒラギノ角ゴ W4 JIS2004;
  line-height: 1.5;
  letter-spacing: 0;
}

/*============================================================================

	$graph

============================================================================*/
.graph .box1 {
  width: 100%;
  padding-bottom: 126px;
  margin-bottom: 90px;
  background-color: #eef5ff;
}

.graph_h3 {
  margin-bottom: 67px !important;
}
.graph_h3 h3 {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 48px;
}
.graph_h3 h3 strong {
  font-size: 120%;
  color: #fffd7f;
  font-weight: normal;
}

.graph_box {
  max-width: 1530px;
  margin: 0 auto;
  padding-bottom: 123px;
  border: solid 10px #eaeaea;
  background-image: url("../images/graph_bg.jpg");
  background-repeat: repeat;
}

.graph_box_number {
  position: relative;
  max-width: 1300px;
  margin: 75px auto 64px;
  z-index: 1;
}
.graph_box_number > h4 {
  z-index: 2;
  width: 355px;
  height: 76px;
  padding-top: 17px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  background-color: #2c4699;
  box-sizing: border-box;
}

.graph_box_list {
  position: absolute;
  top: 38px;
  max-width: 1300px;
  width: 100%;
  min-width: 1200px;
  padding: 82px 68px 28px;
  background-color: #f0f7ff;
  border: solid 1px #112c80;
  box-sizing: border-box;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: -1;
}

.graph_box_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.graph_box_list h4 {
  position: relative;
  font-size: 30px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  margin-right: 248px;
}
.graph_box_list h4::after {
  position: absolute;
  left: 128px;
  top: 25px;
  width: 106px;
  height: 4px;
  background-image: linear-gradient(to right, #a0a0a0, #a0a0a0 2px, transparent 2px, transparent 4px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  content: "";
}

.list_numbers {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-bottom: 17px;
}

.list_numbers_rank {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  color: #000;
  line-height: 1;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 26.5px;
}
.list_numbers_rank li {
  margin-right: 40px;
  letter-spacing: 0;
}
.list_numbers_rank li:nth-child(1) {
  width: 190px;
}
.list_numbers_rank li:nth-child(2) {
  width: 190px;
}
.list_numbers_rank li:nth-child(3) {
  width: 190px;
}
.list_numbers_rank li:nth-child(4) {
  width: 160px;
  margin-right: 0;
}
.list_numbers_rank em {
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
}
.list_numbers_rank span {
  margin-left: 0;
}
.list_numbers_rank span.point {
  font-size: 130%;
  color: #ff631e;
}

@media screen and (min-width: 1200px) {
  .graph_box {
    width: 96%;
    margin: 0 auto;
  }

  .graph_box_number {
    width: 94%;
  }

  .graph_box_list {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .graph_box_list h4 {
    width: 13%;
    margin-right: 6%;
  }
  .graph_box_list h4::after {
    width: 6vw;
    left: 74px;
  }

  .list_numbers_rank {
    width: 80%;
  }
}
.graph_box_ill {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 151px;
  margin-top: 274px;
}
.graph_box_ill figure {
  margin: 0 78px;
}

.graph_box_text {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  z-index: 1;
}
.graph_box_text::before {
  position: absolute;
  top: 162px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 98px 135.5px 0 135.5px;
  border-color: #eaeaea transparent transparent transparent;
  content: "";
  z-index: -1;
}
.graph_box_text .text_first {
  margin-bottom: 43px;
}
.graph_box_text .yellow {
  background-color: #fdff64;
}
.graph_box_text .graph_strong {
  position: relative;
  color: #112c80;
  font-size: 60px;
  margin-right: 18px;
}
.graph_box_text .graph_strong::before {
  display: inline-block;
  background-image: url("../images/graph_img03.png");
  width: 34px;
  height: 26px;
  margin-right: 10px;
  content: "";
  vertical-align: text-top;
}
.graph_box_text .graph_strong::after {
  display: inline-block;
  background-image: url("../images/graph_img04.png");
  width: 34px;
  height: 26px;
  margin-left: 10px;
  content: "";
  vertical-align: text-top;
}
.graph_box_text p:nth-child(3) {
  font-size: 40px;
  margin-top: 35px;
  margin-bottom: 19px;
}
.graph_box_text p:nth-child(3) span {
  font-size: 130%;
  color: #112c80;
}

.graph_box_point {
  width: 90%;
  margin: 27px auto 46px;
  padding-top: 27px;
  padding-bottom: 32px;
  color: #ff631e;
  text-align: center;
  background-color: #ffe8df;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.graph_box_point h3 {
  margin-bottom: 9px;
  font-size: 40px;
  letter-spacing: 0;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.graph_box_point p {
  font-size: 24px;
}

.graph_box_point02 {
  position: relative;
  width: 838px;
  height: 110px;
  line-height: 106px;
  margin: 0 auto 111px 423px;
  border-radius: 55px;
  border: solid 4px #5ea1f7;
  background-color: #cad9ee;
  box-sizing: border-box;
}
.graph_box_point02::before {
  position: absolute;
  top: -43px;
  left: -115px;
  background-image: url("../images/graph_img05.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 214px;
  height: 287px;
  content: "";
}

@media screen and (min-width: 1200px) {
  .graph_box_point02 {
    margin: 0 auto 111px;
  }
}
.graph_box_list2 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.graph_box_list2_list {
  position: relative;
  width: 550px;
  padding-top: 27px;
  padding-bottom: 24px;
border: 8px solid #a7c1f2;
background-color: #7188ce;
  box-sizing: border-box;
}
.graph_box_list2_list::before {
  position: absolute;
  top: -90px;
  left: -8px;
  background-image: url("../images/icon_graph01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  content: "";
}
.graph_box_list2_list h4 {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 40px;
}

.graph_box_list2 .graph_box_list2_list:nth-child(2) {
border-color: #98d8f4;
background-color: #63bee6;
}
.graph_box_list2 .graph_box_list2_list:nth-child(2)::before {
  background-image: url("../images/icon_graph02.svg");
}

.graph_list2 {
  margin-left: 48px;
  color: #fff;
  text-align: left;
}
.graph_list2 li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 36px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 18px;
  line-height: 1.6;
}
.graph_list2 li::before {
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../images/graph_checkbox_w.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 18px;
  content: "";
}

/*============================================================================

	$feature

============================================================================*/
.feature {
  position: relative;
  background-color: #f7f7f7;
}
.feature::before {
  position: absolute;
  top: -173px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 209px 256px 0 256px;
  border-color: #2c4699 transparent transparent transparent;
  content: "";
  z-index: 1;
}
.feature::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/feature_img01.jpg");
  background-size: cover;
  width: 100%;
  height: 500px;
  content: "";
  z-index: 0;
}
.feature .box1 {
  width: 100%;
  padding-top: 18px;
  z-index: 1;
}

.feature_h3 {
  margin-bottom: 63px;
  color: #fff;
  text-align: center;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 30px;
}
.feature_h3 h3 {
  line-height: 1;
}
.feature_h3 span {
  font-size: 58.5px;
}
.feature_h3 .num {
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 117px;
}
.feature_h3 .yellow {
  font-size: 70px;
  color: #fffd7f;
}

.feature_list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto 72px;
  padding-bottom: 71px;
}
.feature_list li {
  width: 580px;
  height: auto;
  margin-bottom: 20px;
  padding: 26px 16px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-sizing: border-box;
}
.feature_list em {
  display: block;
  margin-bottom: -6px;
  line-height: 1;
  letter-spacing: 0;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 130px;
  color: #dadff0;
}
.feature_list h4 {
  margin-bottom: 10px;
  color: #112c80;
  text-align: center;
  line-height: 1.65;
  font-size: 20px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.feature_list div.kome{
  padding-right: 30px;
  font-family: ヒラギノ角ゴ W4 JIS2004;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}
.feature_list span.kome{
  font-size: 70%;
  vertical-align: super;
}
.feature_list p {
  font-family: ヒラギノ角ゴ W4 JIS2004;
  font-size: 14px;
  text-align: left;
  line-height: 2.2;
  padding-left: 23px;
  padding-right: 23px;
}
.feature_list .feature_list_point {
  background-color: #f2f8ff;
  margin: 15px 22px 0;
}
.feature_list .feature_list_point p {
  font-size: 13px;
  padding: 19px 15px;
  line-height: 1.7;
}
.feature_list li span.point{
	color: #ff9900;
	font-size: 110%;
	font-weight: bold;
}

/*============================================================================

	$wec

============================================================================*/
.wec .box1 {
  margin: 0 auto 105px;
  width: 1180px;
  padding: 63px 93px 83px 83px;
  border-radius: 10px;
  background-color: #4d91d5;
  box-sizing: border-box;
}
.wec h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  color: #fff;
}
.wec p {
  margin-bottom: 65px;
  font-family: ヒラギノ角ゴ W3 JIS2004;
  line-height: 1.875;
  color: #fff;
}

.wec_attention {
  background-color: #fffd7f;
  border-radius: 78.5px;
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 35px 63px;
  box-sizing: border-box;
}
.wec_attention p {
  margin-bottom: 0;
  text-align: left;
  color: #ff631e;
  font-size: 22px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  line-height: 1.36;
}

/*============================================================================

	$flow

============================================================================*/
.flow {
  margin-bottom: 57px;
}
.flow .box1 {
  width: 100%;
}

.flow_h3 {
  font-size: 58.5px;
  margin-bottom: 75px;
  color: #fff;
  text-align: center;
}
.flow_h3 h3 {
  text-align: center;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 50px;
}

.flow_box {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 1550px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
  text-align: center;
}
.flow_box > li {
  width: 48%;
  max-width: 735px;
  min-width: 588px;
}
.flow_box > li > h3 {
  background-color: #7188ce;
  width: 100%;
  height: 130px;
  margin-bottom: 44px;
  border-radius: 65px;
  color: #fff;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 50px;
  line-height: 130px;
  text-align: center;
}
.flow_box > li:nth-child(2) > h3 {
  background-color: #63bee7;
}
.flow_box > li:nth-child(2) h4 {
	background-color: #cfedfb;
	color: #0095d9;
}
.flow_box > li:nth-child(2) .flow_list > li:nth-child(1) h4::before {
  background-image: url("../images/icon_feature04.svg");
}
.flow_box > li:nth-child(2) .flow_list > li:nth-child(2) h4::before {
  background-image: url("../images/icon_feature05.svg");
}
.flow_box > li:nth-child(2) .flow_list > li:nth-child(3) h4::before {
  background-image: url("../images/icon_feature06.svg");
}

.flow_list > li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.flow_list > li h4 {
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  width: 180px;
  padding-top: 102px;
  padding-bottom: 33px;
  line-height: 1;
  text-align: center;
  color: #3451a8;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 20px;
  background-color: #cfdefb;
}
.flow_list > li h4::before {
  position: absolute;
  top: calc(50% - 49px);
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon_feature01.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  content: "";
}
.flow_list > li h4 span {
  display: block;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 4px;
}
.flow_list > li h4 em {
  display: block;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 15px;
}
.flow_list > li .flow_list_box {
  width: calc(100% - 180px - 10px);
  padding: 20px 29px 20px 24px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  letter-spacing: 0;
}
.flow_list > li:nth-child(2) h4::before {
  background-image: url("../images/icon_feature02.svg");
}
.flow_list > li:nth-child(3) h4::before {
  background-image: url("../images/icon_feature03.svg");
}

.flow_list_box p {
  font-size: 14px;
  line-height: 2.2;
  text-align: left;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.flow_list_box p span {
  font-size: 80%;
}

.flow_list_text {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flow_list_text p {
  width: 48%;
}
.flow_list_text figure {
  max-width: 220px;
  width: 45%;
}
.flow_list_text figure img {
  margin-top: 8px;
  width: 100%;
  height: auto;
}

.flow_step {
  margin-top: 30px;
}
.flow_step li {
  position: relative;
  text-align: left;
  margin-bottom: 27px;
}
.flow_step li::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #78a0d3;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  content: "";
}
.flow_step li::after {
  position: absolute;
  left: 17.5px;
  top: 45px;
  width: 10px;
  height: 100%;
  background-color: #b5cff1;
  content: "";
}
.flow_step li:last-child::after {
  content: none;
}
.flow_step h5 {
  margin-bottom: 10px;
  margin-left: 58px;
  color: #3151a8;
  font-size: 18px;
  line-height: 45px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.flow_step p {
  margin-left: 58px;
  font-size: 14px;
  font-family: ヒラギノ角ゴ W3 JIS2004;
  line-height: 1.86;
}
.flow_step .num {
  position: absolute;
  padding-left: 12px;
  color: #fff;
  font-size: 26px;
  line-height: 45px;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.flow_box li:nth-child(2) .flow_step li::before {
  background-color: #63b9e1;
}
.flow_box li:nth-child(2) .flow_step li::after {
  background-color: #bfdfee;
}
.flow_box li:nth-child(2) .flow_step li h5 {
  color: #0195d9;
}

/*============================================================================

	$price

============================================================================*/
.price {
  background-color: #f7f7f7;
  padding-top: 92px;
  margin-bottom: 90px;
}
.price .box1 {
  max-width: 1550px;
  width: auto;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
  text-align: center;
}

.price_h3 {
  width: 100%;
  height: 130px;
  margin-bottom: 58px;
  text-align: center;
  border-radius: 65px;
  color: #fff;
  font-size: 40px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  line-height: 130px;
  background-color: #7188ce;
}

.price_h3_2 {
  background-color: #63bee7;
}

.price_table {
  width: 100%;
  margin-bottom: 72px;
}
.price_table caption {
  caption-side: bottom;
  text-align: right;
  font-size: 18px;
  padding-top: 2px;
}
.price_table thead {
  height: 101px;
}
.price_table thead th {
  line-height: 101px;
  text-align: center;
  color: #fff;
}
.price_table th {
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 26px;
}
.price_table th:nth-child(1) {
  width: 40%;
}
.price_table th:nth-child(2), .price_table th:nth-child(3), .price_table th:nth-child(4) {
  width: 17%;
}
.price_table tbody {
  height: 112px;
  line-height: 112px;
}
.price_table tbody th {
  padding-left: 64px;
  box-sizing: border-box;
  vertical-align: bottom;
}
.price_table tbody tr:nth-child(even) {
  background-color: #ecebeb;
}
.price_table tbody td {
  font-size: 25px;
  color: #ff631e;
  text-align: center;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.price_table tbody td em {
  font-size: 50px;
  margin-left: 12px;
}

.table01 thead {
  background-color: #afbde6;
}
.table01 tbody th {
  color: #3451a8;
}

.table02 {
  margin-bottom: 55px;
}
.table02 thead {
  background-color: #9fd5ee;
}
.table02 tbody th {
  color: #0095d9;
}

.price_box {
  width: 1200px;
  margin: 0 auto;
}
.price_box h4 {
  text-align: center;
  line-height: 100px;
  background-color: #2c4699;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 26px;
  color: #fff;
}

.price_list {
  width: 1200px;
  height: 180px;
  margin: 0 auto 102px;
  background-color: #fff;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price_list li {
  margin: 0 13px;
}

/*============================================================================

	$greet

============================================================================*/
.greet {
  background-image: url("../images/greeting_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1250px;
}
.greet .box1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 52px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.greet_box {
  width: 550px;
}

.greet_h3 {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.greet_h3 h3 {
  font-size: 40px;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  margin-bottom: 46px;
  letter-spacing: 0.1em;
}
.greet_h3 p {
  color: #173288;
  font-family: bebas-neue-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 45px;
  line-height: 1;
}

.greet_box .text p {
  margin-left: 4px;
  margin-bottom: 46px;
  font-size: 16px;
  font-family: ヒラギノ角ゴ W3 JIS2004;
  line-height: 2.2;
}
.greet_catch{
	color: #112c80;
	font-size: 130%!important;
  font-family: ヒラギノ角ゴ W6 JIS2004!important;
}

.doctor_name p {
  font-size: 18px;
  text-align: right;
  font-family: ヒラギノ角ゴ W6 JIS2004 !important;
}
.doctor_name p span {
  font-size: 130%;
}

.doctor_img {
  width: 620px;
}
.doctor_img figure {
  position: relative;
}
.doctor_img figure img {
  width: 100%;
  height: auto;
}
.doctor_img figure::before {
  position: absolute;
  left: 55px;
  bottom: -235px;
  background-image: url("../images/greeting_img02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 196px;
  content: "";
}
.doctor_img figure::after {
  position: absolute;
  right: 34px;
  bottom: -357px;
  background-image: url("../images/greeting_img03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 196px;
  height: 285px;
  content: "";
}

.doctor_img::before{
  position: absolute;
  bottom: 185px;
  right: 250px;
  background-image: url("../images/greeting_img04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 270px;
  height: 196px;
  content: "";	
}
/*============================================================================

	$footer

============================================================================*/
footer {
  position: relative;
  width: 100%;
  background-color: #fff;
}
footer .inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_logo {
  width: 481px;
  height: 92px;
  margin: 0 auto 27px;
  text-align: center;
}
.footer_logo img {
  width: 100%;
  height: auto;
  margin-bottom: 31px;
}

footer address {
  margin-bottom: 85px;
  text-align: center;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 15px;
}

.footer_left {
  width: 548px;
  text-align: left;
}
.footer_left .tel_box {
  height: 150px;
  width: 513px;
  margin-bottom: 43px;
}
.footer_left .tel_box a {
  display: block;
  padding: 20px 0;
  border-radius: 10px;
}
.footer_left .tel_box dt {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer_left .tel_box dd {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer_sche {
  margin-bottom: 33px;
}
.footer_sche .tb01 {
  margin-bottom: 23px;
  width: 513px;
}
.footer_sche .tb01 thead {
  background-color: #2c4699;
  height: 60px;
}
.footer_sche .tb01 thead th {
  text-align: center;
}
.footer_sche .tb01 thead td {
  width: 9%;
}
.footer_sche .tb01 thead th,
.footer_sche .tb01 thead td {
  color: #fff;
  line-height: 60px;
  font-size: 16.5px;
}
.footer_sche .tb01 tbody {
  background-color: #f5f5f5;
}
.footer_sche .tb01 tbody th,
.footer_sche .tb01 tbody td {
  font-size: 16.5px;
  padding-top: 20px;
}
.footer_sche .tb01 tbody th {
  color: #222;
	text-align: center;
}
.footer_sche .tb01 tbody td {
  color: #173288;
}
.footer_sche .tb01 tbody tr:last-child th,
.footer_sche .tb01 tbody tr:last-child td {
  padding-bottom: 20px;
}
.footer_sche .schedule_note {
  margin-left: 7px;
}
.footer_sche .schedule_note li {
  line-height: 2;
  letter-spacing: 0;
}
.footer_sche .schedule_note li:last-child {
  letter-spacing: -0.05em;
}

.schedule_note {
  text-align: left;
}
.schedule_note li {
  font-size: 15.5px;
  line-height: 2;
}
.schedule_note li:nth-child(1) {
  color: #173288;
}
.schedule_note li span.color {
  color: #173288;
}
.schedule_note li span.br_point {
  display: block;
}

.footer_right {
  width: 600px;
}
.footer_right figure {
  margin-bottom: 30px;
}
.footer_right figure img {
  width: 100%;
  height: auto;
}

.footer_access {
  box-sizing: border-box;
  border: 2px solid #173288;
  text-align: center;
}
.footer_access p {
  padding: 10px;
  letter-spacing: 0.1em;
  font-family: ヒラギノ角ゴ W6 JIS2004;
  font-size: 22px;
  color: #333;
  line-height: 1.6;
}
.footer_access p span {
  font-size: 26px;
  display: block;
  color: #173288;
}

.footer_map {
  width: 100%;
}
.footer_map iframe {
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}

.footer_bnr{
	width: auto;
	margin: 30px 5% 50px;
	text-align: center;
}
.footer_bnr img{
	max-width: 100%;	
}
.footer_bnr a:hover {
  opacity: 0.7;
}

/* コピーライト */
.copy {
  width: 100%;
  height: 80px;
  background-color: #2c4699;
  text-align: center;
}

.copy small {
  line-height: 80px;
  font-size: 15px;
  color: #fff;
}

/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  margin-bottom: 0 !important;
  text-align: center;
}

.img_fr img {
  border-radius: 3px;
  margin-bottom: 7px;
  max-width: 300px;
  height: auto;
}

/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd {
  padding-left: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #1F2774;
  text-align: left;
}

/*==================================================================

	table

==================================================================*/
/*フッターの診療時間*/
.tb01 {
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
}

.tb01 td, .tb01 th {
  vertical-align: middle;
}

.tb01 tr:last-child td, .tb01 tr:last-child th {
  border: none;
}

.tb01 th {
  white-space: nowrap;
}

.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}

.tb02 tr:first-of-type {
  background: #f7f7f7;
}

.tb02 th {
  font-weight: bold;
  width: 26%;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

.tb02 td {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}

/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #f0f0f0;
}

.tb03 td,
.tb03 th {
  padding: 8px 20px;
}

.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: #FAFAFA;
}

.tb03 th span {
  font-size: 13px;
}

.tb03 td {
  background-color: #ffffff;
  text-align: center;
}

/*==================================================================

	box

==================================================================*/
.box1 {
  position: relative;
  margin: 0 auto 0;
}

.box2 {
  margin-bottom: 100px;
}

.text {
  position: relative;
  margin-bottom: 50px;
}

.text p {
  margin-bottom: 1em;
}

/*common*/
.pc_inline {
  display: inline !important;
}

.sp_inline {
  display: none !important;
}

.sp_inline_ip {
  display: none !important;
}

.pc_table {
  display: none !important;
}

.sp_table {
  display: none !important;
}

address, body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, option, p, pre, select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

li, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

.w010par {
  width: 10%;
}

.w020par {
  width: 20%;
}

.w025par {
  width: 25%;
}

.w050par {
  width: 50%;
}

.w075par {
  width: 75%;
}

.w100par {
  width: 100%;
}

.w010 {
  width: 10px;
}

.w020 {
  width: 20px;
}

.w030 {
  width: 30px;
}

.w040 {
  width: 40px;
}

.w050 {
  width: 50px;
}

.w060 {
  width: 60px;
}

.w070 {
  width: 70px;
}

.w080 {
  width: 80px;
}

.w090 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w255 {
  width: 255px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w305 {
  width: 305px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w365 {
  width: 365px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 400px;
}

.w415 {
  width: 415px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w435 {
  width: 435px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w765 {
  width: 765px;
}

.w960 {
  width: 960px;
}

.w980 {
  width: 980px;
}

.h030 {
  height: 30px;
}

.h180 {
  height: 180px;
}

.h190 {
  height: 190px;
}

.h200 {
  height: 200px;
}

.h240 {
  height: 240px;
}

.h250 {
  height: 250px;
}

.h280 {
  height: 280px;
}

.h300 {
  height: 300px;
}

.h350 {
  height: 350px;
}

.mt00 {
  margin-top: 0 !important;
}

.mt01 {
  margin-top: 1px;
}

.mt02 {
  margin-top: 2px;
}

.mt03 {
  margin-top: 3px;
}

.mt04 {
  margin-top: 4px;
}

.mt05 {
  margin-top: 5px;
}

.mt06 {
  margin-top: 6px;
}

.mt07 {
  margin-top: 7px;
}

.mt08 {
  margin-top: 8px;
}

.mt09 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mr00 {
  margin-right: 0 !important;
}

.mr01 {
  margin-right: 1px;
}

.mr02 {
  margin-right: 2px;
}

.mr03 {
  margin-right: 3px;
}

.mr04 {
  margin-right: 4px;
}

.mr05 {
  margin-right: 5px;
}

.mr06 {
  margin-right: 6px;
}

.mr07 {
  margin-right: 7px;
}

.mr08 {
  margin-right: 8px;
}

.mr09 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb01 {
  margin-bottom: 1px;
}

.mb02 {
  margin-bottom: 2px;
}

.mb03 {
  margin-bottom: 3px;
}

.mb04 {
  margin-bottom: 4px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb06 {
  margin-bottom: 6px;
}

.mb07 {
  margin-bottom: 7px;
}

.mb08 {
  margin-bottom: 8px;
}

.mb09 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml00 {
  margin-left: 0 !important;
}

.ml01 {
  margin-left: 1px;
}

.ml02 {
  margin-left: 2px;
}

.ml03 {
  margin-left: 3px;
}

.ml04 {
  margin-left: 4px;
}

.ml05 {
  margin-left: 5px;
}

.ml06 {
  margin-left: 6px;
}

.ml07 {
  margin-left: 7px;
}

.ml08 {
  margin-left: 8px;
}

.ml09 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.ml140 {
  margin-left: 140px;
}

.ml160 {
  margin-left: 160px;
}

.ma10 {
  margin: 10px;
}

.ma15 {
  margin: 15px;
}

.ma_auto {
  margin-left: auto;
  margin-right: auto;
}

.pt00 {
  padding-top: 0 !important;
}

.pt01 {
  padding-top: 1px;
}

.pt02 {
  padding-top: 2px;
}

.pt03 {
  padding-top: 3px;
}

.pt04 {
  padding-top: 4px;
}

.pt05 {
  padding-top: 5px;
}

.pt06 {
  padding-top: 6px;
}

.pt07 {
  padding-top: 7px;
}

.pt08 {
  padding-top: 8px;
}

.pt09 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pr00 {
  padding-right: 0 !important;
}

.pr01 {
  padding-right: 1px;
}

.pr02 {
  padding-right: 2px;
}

.pr03 {
  padding-right: 3px;
}

.pr04 {
  padding-right: 4px;
}

.pr05 {
  padding-right: 5px;
}

.pr06 {
  padding-right: 6px;
}

.pr07 {
  padding-right: 7px;
}

.pr08 {
  padding-right: 8px;
}

.pr09 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pr70 {
  padding-right: 70px;
}

.pr80 {
  padding-right: 80px;
}

.pr90 {
  padding-right: 90px;
}

.pr100 {
  padding-right: 100px;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px;
}

.pb02 {
  padding-bottom: 2px;
}

.pb03 {
  padding-bottom: 3px;
}

.pb04 {
  padding-bottom: 4px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb06 {
  padding-bottom: 6px;
}

.pb07 {
  padding-bottom: 7px;
}

.pb08 {
  padding-bottom: 8px;
}

.pb09 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl00 {
  padding-left: 0 !important;
}

.pl01 {
  padding-left: 1px;
}

.pl02 {
  padding-left: 2px;
}

.pl03 {
  padding-left: 3px;
}

.pl04 {
  padding-left: 4px;
}

.pl05 {
  padding-left: 5px;
}

.pl06 {
  padding-left: 6px;
}

.pl07 {
  padding-left: 7px;
}

.pl08 {
  padding-left: 8px;
}

.pl09 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pa01 {
  padding: 1px;
}

.pa02 {
  padding: 2px;
}

.pa03 {
  padding: 3px;
}

.pa04 {
  padding: 4px;
}

.pa05 {
  padding: 5px;
}

.pa10 {
  padding: 10px;
}

.pa15 {
  padding: 15px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.fr10 {
  float: right;
  margin-left: 10px;
}

.fr15 {
  float: right;
  margin-left: 15px;
}

.fr30 {
  float: right;
  margin-left: 15px;
}

.fl10 {
  float: left;
  margin-right: 10px;
}

.fl15 {
  float: left;
  margin-right: 15px;
}

.fl30 {
  float: left;
  margin-right: 30px;
}

.txt10 {
  font-size: 10px;
}

.txt11 {
  font-size: 11px;
}

.txt12 {
  font-size: 12px;
}

.txt13 {
  font-size: 13px;
}

.txt14 {
  font-size: 14px;
}

.txt15 {
  font-size: 15px;
}

.txt16 {
  font-size: 16px;
}

.txt17 {
  font-size: 17px;
}

.txt18 {
  font-size: 18px;
}

.txt19 {
  font-size: 19px;
}

.txt20 {
  font-size: 20px;
}

.txt21 {
  font-size: 21px;
}

.txt22 {

  font-size: 22px;
}

.txt23 {
  font-size: 23px;
}

.txt24 {
  font-size: 24px;
}

.txt25 {
  font-size: 25px;
}

.txt26 {
  font-size: 26px;
}

.txt27 {
  font-size: 27px;
}

.txt28 {
  font-size: 28px;
}

.txt29 {
  font-size: 29px;
}

.txt30 {
  font-size: 30px;
}

.txt31 {
  font-size: 31px;
}

.txt32 {
  font-size: 32px;
}

.txt33 {
  font-size: 33px;
}

.txt34 {
  font-size: 34px;
}

.txt35 {
  font-size: 35px;
}

.txt36 {
  font-size: 36px;
}

.txt37 {
  font-size: 37px;
}

.txt38 {
  font-size: 38px;
}

.txt39 {
  font-size: 39px;
}

.txt40 {
  font-size: 40px;
}

.bold {
  font-weight: 700;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right;
}

.clear {
  clear: both;
}

.v_top {
  vertical-align: top;
}

.v_mid {
  vertical-align: middle;
}

.v_btm {
  vertical-align: bottom;
}

.color_red {
  color: #f33;
}

.color_pink {
  color: #ed8c96;
}

.color_blue {
  color: #00408f;
}

.color_green {
  color: #479f9d;
}

.color_ore {
  color: #ff8327;
}

.color_yellow {
  color: #ffeb8b;
}

.color_beige {
  color: #dac58b;
}

.color_brown {
  color: #9b8052;
}

.color_navy {
  color: #1f2774;
}

.color_black {
  color: #3e3a39;
}

.ls_0 {
  letter-spacing: 0;
}

.ls_1 {
  letter-spacing: 1px;
}

.indent {
  margin-left: 1em !important;
  text-indent: -1em;
}

.line_h_2 {
  line-height: 2 !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.sp {
  display: none !important;
}
