@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ===================================================================

	Setting

=================================================================== */
.wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}

#main_contents {
  width: 900px;
  margin-top: 50px;
  margin-right: 3%;
}

#side_contents {
  width: 300px;
  margin-top: 50px;
}

.contents_inner {
  margin: 50px auto 150px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .tb {
    display: none;
  }

  .sp {
    display: block;
  }

  .container {
    width: 90%;
    margin: 0px auto;
  }

  .contents_inner {
    margin: 30px auto 100px;
  }
}

/* ===================================================================
	/
	/	ボタン
	/
	=================================================================== 	*/
.u_btn {
  width: 300px;
  margin: 0 auto;
  border: 2px solid #034097;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}

.u_btn a {
  text-decoration: none;
  color: #034097;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  font-size: 1.2rem;
}

.u_btn:hover {
  background-color: #034097;
}

.u_btn a:hover {
  color: #fff;
}

/* スマホ */
@media screen and (max-width: 767px) {
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* ===================================================================
	/
	/	共通
	/
	=================================================================== */
h2.u_h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #034097;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

h3.u_h3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  background-color: #dddddd;
  padding: 10px 20px;
  font-weight: bold;
  color: #333;
}

p {
  font-size: 1.2rem;
  line-height: 30px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  h2.u_h2 {
    font-size: 1.3rem;
    letter-spacing: 5px;
    line-height: 25px;
  }

  h3.u_h3 {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }

  p {
    font-size: 0.9rem;
    line-height: 25px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2.u_h2 {
    font-size: 1.6rem;
  }

  h3.u_h3 {
    font-size: 1.4rem;
  }
}

/* ===================================================================
	/
	/	main image
	/
	=================================================================== */
.main_img {
  background-color: #034097;
  padding: 70px 0;
  margin-top: 135px;
}

.main_img .maintext {
  width: 70%;
  margin: 0 auto;
}

.main_img .maintext h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  letter-spacing: 2px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .main_img {
    padding: 40px 0;
    margin-top: 0;
  }

  .main_img .maintext {
    width: 90%;
  }

  .main_img .maintext h1 {
    font-size: 1.8rem;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .main_img .maintext h1 {
    font-size: 1.6rem;
    line-height: 35px;
  }
}

/* ===================================================================
	/
	/	Slider
	/
	=================================================================== */
.slideshow {
  height: 31vw;
  margin-top: 74px;
}

.slideshow li {
  width: 100%;
  height: 100%;
}

.slideshow li a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* ===================================================================
	/
	/	jirei
	/
	=================================================================== */
.jirei .jirei_area {
  margin: 30px 0;
}

.jirei .jirei_area li {
  width: 30%;
}

.jirei .jirei_area li a {
  text-decoration: none;
  color: #333;
}

.jirei .jirei_area li a > img {
  width: 100%;
  margin-bottom: 10px;
}

.jirei .jirei_area li a p.jirei_date {
  font-size: 1rem;
  margin-top: 10px;
}

.jirei .jirei_area li a p.jirei_date span.term {
  color: #fff;
  font-size: 0.8rem;
  background-color: #034097;
  padding: 2px 10px;
  margin-left: 10px;
  letter-spacing: 1px;
}

.jirei .jirei_area li a p.jirei_name {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .jirei .jirei_area {
    margin: 30px 0 0;
  }

  .jirei .jirei_area li {
    width: 48%;
    margin-bottom: 10px;
  }

  .jirei .jirei_area li a p.jirei_date {
    font-size: 0.9rem;
  }

  .jirei .jirei_area li a p.jirei_date span.term {
    font-size: 0.7rem;
    padding: 1px 5px;
    margin-left: 5px;
  }

  .jirei .jirei_area li a p.jirei_name {
    font-size: 1rem;
  }
}

/* ===================================================================
	/
	/	main_contents
	/
	=================================================================== */
.u_sec {
  margin-bottom: 30px;
  overflow: hidden;
}

.u_sec .owner_left {
  width: 50%;
  padding: 20px;
}

.u_sec .owner_left h4 {
  margin-bottom: 20px;
  font-weight: bold;
}

.u_sec .owner_left p {
  text-align: justify;
}

.u_sec .owner_right {
  width: 30%;
  text-align: center;
}

.u_sec .owner_right img {
  width: 90%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .u_sec .owner_left {
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }

  .u_sec .owner_right {
    width: 90%;
    margin: auto;
    padding: 0;
  }
}

.u_sec > p {
  margin-bottom: 30px;
}

.flow_area .flow_box {
  width: 48%;
  border: 2px solid #dddddd;
  margin: 1%;
  padding-bottom: 15px;
}

.flow_area .flow_box h4 {
  color: #034097;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  width: 90%;
  line-height: 20px;
}

.flow_area .flow_box p {
  padding: 5px 20px 0;
  font-size: 1.1rem;
  line-height: 25px;
  letter-spacing: 1px;
}

.flow_area .flow_box p.num {
  color: #034097;
  font-weight: bold;
  background-color: #dddddd;
  padding: 5px 14px;
  margin-right: 10px;
  width: 40px;
  height: 38px;
  font-size: 1.2rem;
}

.flex_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.bg_gray {
  background-color: #f4f4f4;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
}

/* company */
.company .u_sec .greeting {
  margin-bottom: 80px;
}

.company .u_sec .greeting p span.right {
  text-align: right;
  display: block;
}

.company .u_sec .greeting .text_area p {
  margin-bottom: 10px;
}

.company .u_sec .greeting_img > img {
  width: 48%;
  margin-bottom: 15px;
}

.company_dl dt,
.company_dl dd {
  font-size: 1.2rem;
  float: left;
  margin-bottom: 15px;
  padding: 20px;
}

.company_dl dt {
  width: 25%;
  padding-right: 20px;
  background-color: #ededed;
}

.company_dl dd {
  width: 70%;
  padding-left: 10px;
  margin-left: 3%;
}

.company .u_sec ul li {
  font-size: 1.8rem;
  line-height: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 3px;
}

.company .u_sec iframe {
  margin-bottom: 20px;
}

/* mainte */
.mainte p.red_tit {
  color: #a31f24;
  margin: 20px 0 5px;
}

.mainte .bg_gray img {
  width: 24%;
}

.mainte .bg_gray img.img2 {
  width: 48%;
}

.flex_j-a img {
  margin-bottom: 30px;
}

/* service */
.service .member {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

.service .member .text_area {
  width: 48%;
}

.service .member .text_area p {
  margin-bottom: 10px;
}

.service .member .text_area p.mb50 {
  margin-bottom: 50px;
}

.service .member .text_area .flex_j-b > img {
  width: 48%;
}

.service .member .img_area {
  width: 48%;
}

.service .flow_area .flow_box {
  margin: 0 auto 20px;
}

.service .flow_area .flow_box {
  width: 100%;
}

.service .flow_area .flow_box h4 {
  width: 95%;
}

.service .plan_area .plan_box {
  width: 100%;
  border: 3px solid #a31f24;
  padding: 20px;
}

.service .plan_area .plan_box .plan_b-b {
  border-bottom: 2px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.service .plan_area .plan_box .plan_b-b > img {
  width: 40%;
}

.service .plan_area .plan_box .plan_b-b .flex_j-b {
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service .plan_area .plan_box .plan_b-b .flex_j-b img {
  width: 100%;
  height: auto;
}

.service .plan_price {
  font-size: 1.5rem;
  background-color: #dddddd;
  padding: 5px;
  text-align: center;
}

.service .plan_area .plan_box ul li {
  font-size: 1.2rem;
}

.service .merit {
  margin: 30px 0;
  border: 3px solid #dddddd;
  padding: 30px;
}

.service .merit .merit_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .merit .merit_box > p {
  font-size: 1rem;
  text-align: center;
  line-height: 25px;
  border-top: 1px dashed #034097;
  padding-top: 10px;
}

.service .merit .merit_box .maru {
  background-color: #034097;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  width: 160px;
  height: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.service_flex .text_area {
  width: 50%;
}

.service_flex .text_area ul li {
  font-size: 1.2rem;
  line-height: 25px;
}

.service_flex .img_area {
  width: 50%;
}

.service_flex .img_area img {
  width: 100%;
}

.service .title_area ul {
  margin: 30px 0 30px;
}

.service .title_area ul a {
  width: 32%;
  padding: 5px 0;
  border: 2px solid #034097;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.service .title_area ul a {
  font-size: 1rem;
  color: #034097;
  text-decoration: none;
  font-weight: bold;
}

.service .title_area ul a:after {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 15px;
  /*画像の幅*/
  height: 15px;
  /*画像の高さ*/
  background-image: url(../images/aftermainte_icon_n.png);
  background-size: contain;
  vertical-align: middle;
}

.service .title_area ul a:hover {
  transform: translateY(-0.1875em);
}

.service .bg_white {
  background-color: #fff;
  padding: 10px;
  margin: 10px 0;
}

.service .bg_white p.red_tit {
  color: #034097;
  font-weight: bold;
}

.service .bg_white ul li {
  font-size: 1.1rem;
  width: 20%;
  line-height: 30px;
}

.service .bg_white ol li {
  font-size: 1.1rem;
  line-height: 30px;
  list-style-type: decimal;
  list-style-position: inside;
}

.service .corp_flow_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service .corp_flow_box {
  width: 22%;
  text-align: center;
  padding: 25px 20px 40px 0;
  background-image: url(../images/flow_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.service .corp_flow_box p.flow_num {
  font-size: 1rem;
}

.service .corp_flow_box p.flow_num span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #034097;
}

.service dl.corp_box {
  width: 48%;
  margin-bottom: 30px;
}

.service dl.corp_box dt {
}

.service dl.corp_box dd {
  font-size: 1.2rem;
}

.service .mb50 {
  margin-bottom: 50px;
}

.service .w80 {
  width: 80%;
}

.bg_white {
  padding: 20px 20px 30px;
  margin-bottom: 30px;
}

.fudousan_flex .text_area {
  width: 55%;
}

.fudousan_flex .img_area {
  width: 40%;
}

.fudousan_flex .img_area img {
  width: 100%;
}

.service .main_p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333;
  line-height: 40px;
  margin-bottom: 30px;
}

.service .main_p span.big {
  font-size: 150%;
  font-weight: bold;
}

.service .main_p span.red {
  color: #a31f24;
}

.service ul.mimiyori li {
  background-image: url(../images/check_icon.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 30px;
  line-height: 35px;
  font-size: 1.2rem;
}

.service .sign_flex li {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
}

.service .sign_flex li h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.service .sign_flex li img {
  width: 100%;
}

.service .sign_flex li p {
  text-align: left;
}

.service .simulation_flex {
  margin-top: 30px;
}

.service .simulation_flex .simu_box {
  width: 30%;
  margin-bottom: 30px;
}

.service .simulation_flex .simu_before {
  width: 35%;
}

.service .simulation_flex .simu_box img {
  width: 100%;
}

.service .fudousan_flow_box {
  margin-bottom: 50px;
}

.service .fudousan_left {
  width: 70%;
  padding: 0 20px;
}

.service .fudousan_left h4 {
  margin-bottom: 20px;
  font-weight: bold;
  margin-right: auto;
}

.service .fudousan_left p {
  text-align: justify;
  margin-right: auto;
}

.service .fudousan_right {
  width: 28%;
  text-align: center;
}

.service .fudousan_right img {
  width: 90%;
  margin: 0;
}

.service p.syoujyou {
  font-size: 90%;
  text-align: center;
}

/* recruit */
.recruit .u_sec:first-of-type {
  margin-bottom: 100px;
}

.recruit .company_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

#after01,
#after02,
#after03 {
  margin-top: -170px;
  padding-top: 170px;
}

#map {
  margin-top: -170px;
  padding-top: 170px;
}

.recruit p.mb {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.recruit p.mb2 {
  margin: 50px 0;
  font-size: 1.6rem;
  color: #000;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .company_dl dt,
  .company_dl dd {
    font-size: 0.9rem;
    margin-bottom: 15px;
    padding: 10px;
  }

  .company_dl dt {
    width: 100%;
    padding-right: 0;
  }

  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }

  .company .u_sec ul li {
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .company .u_sec .greeting .text_area {
    width: 100%;
  }

  .company .u_sec .greeting .img_area {
    width: 100%;
  }

  .company .u_sec .greeting_img > img {
    width: 100%;
    margin-bottom: 30px;
  }

  .mainte .bg_gray {
    padding: 20px 15px 20px;
  }

  .mainte .bg_gray img {
    width: 48%;
    margin-bottom: 2%;
  }

  .mainte p.red_tit {
    color: #034097;
    margin: 10px 0 0;
  }

  .mainte .flow_area .flow_box {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 10px;
  }

  .mainte .flow_area .flow_box h4 {
    font-size: 1rem;
  }

  .mainte .flow_area .flow_box h4 span {
    padding: 10px 12px;
    margin-right: 5px;
  }

  .mainte .flow_area .flow_box p {
    padding: 5px 20px 0;
    font-size: 0.9rem;
  }

  .service .member .text_area {
    width: 100%;
    margin-bottom: 10px;
  }

  .service .member .img_area {
    width: 100%;
  }

  .service .plan_area .plan_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .service .plan_area .plan_box ul li {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .service .merit {
    margin: 15px 0;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service .merit .merit_box {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .service .merit .merit_box .maru {
    width: 85px;
    height: 85px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .service .merit .merit_box > p {
    width: 65%;
    font-size: 0.9rem;
    text-align: left;
    line-height: 25px;
    border-top: unset;
    padding-top: 0;
  }

  .service_flex .text_area {
    width: 100%;
  }

  .service_flex .text_area ul li {
    font-size: 0.9rem;
    line-height: 25px;
  }

  .service_flex .img_area {
    width: 100%;
  }

  .service .title_area ul {
    margin: 20px 0;
  }

  .service .title_area ul a {
    width: 48%;
    margin-bottom: 2%;
  }

  .service .bg_white ul li {
    font-size: 0.9rem;
    width: 50%;
    line-height: 25px;
  }

  .service .bg_white ol li {
    font-size: 0.9rem;
    line-height: 25px;
  }

  .service .bg_gray {
    padding: 10px 15px 15px;
    margin-bottom: 20px;
  }

  .service .corp_flow_box {
    width: 33%;
    padding: 10px 20px 10px 10px;
  }

  .service .corp_flow_box p.flow_num {
    font-size: 0.9rem;
    line-height: 20px;
  }

  .service .corp_flow_box p.flow_num span {
    font-size: 1.2rem;
  }

  .service .plan_price {
    font-size: 1.2rem;
  }

  .service dl.corp_box {
    width: 100%;
  }

  .service dl.corp_box dd {
    font-size: 0.9rem;
  }

  .service .w80 {
    width: 100%;
  }

  .service .main_p {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .service .main_p span.big {
    font-size: 120%;
  }

  .fudousan_flex .text_area {
    width: 100%;
  }

  .fudousan_flex .img_area {
    width: 100%;
    margin: 30px auto;
  }

  .service .sign_flex li {
    width: 100%;
  }

  .service .sign_flex li h4 {
    font-size: 1.1rem;
  }

  .service ul.mimiyori li {
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .service .simulation_flex .simu_box {
    width: 90%;
    margin: 0 auto 30px;
  }

  .service .simulation_flex .simu_before {
    width: 100%;
  }

  .service p.syoujyou {
    margin: 30px auto;
    font-size: 1rem;
  }

  .service .fudousan_left {
    width: 100%;
    padding: 0;
  }

  .service .fudousan_right {
    width: 90%;
    margin: 10px auto 0;
  }

  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #after01,
  #after02,
  #after03 {
    margin-top: 0;
    padding-top: 0;
  }

  #map {
    margin-top: 0px;
    padding-top: 0px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service .merit .merit_box {
    margin: 1%;
  }

  .service .merit .merit_box .maru {
    width: 140px;
    height: 140px;
  }

  .service .w80 {
    width: 100%;
  }

  .service .main_p span.big {
    font-size: 135%;
  }

  #after01,
  #after02,
  #after03 {
    margin-top: 0;
    padding-top: 0;
  }

  #map {
    margin-top: 0px;
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .service .title_area ul a {
    font-size: 0.9rem;
  }

  .service .bg_white ul li {
    width: 30%;
  }

  .fudousan_flex .text_area {
    width: 100%;
  }

  .fudousan_flex .img_area {
    width: 70%;
    margin: 30px auto;
  }

  .service .sign_flex li {
    width: 48%;
  }

  .service .simulation_flex .simu_box {
    width: 45%;
  }

  .service .simulation_flex .simu_before {
    width: 50%;
  }

  .service p.syoujyou {
    margin: 30px auto;
  }

  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .recruit p.mb {
    margin-bottom: 25px;
    font-size: 3.38vw;
    text-align: justify;
  }

  .recruit p.mb2 {
    margin: 25px 0;
    font-size: 3.38vw;
    text-align: justify;
    color: #000;
  }
}

/* ===================================================================
	/
	/	お問い合わせ
	/
	=================================================================== */
form dl dt {
  font-size: 1rem;
}

form dl dd {
  font-size: 1rem;
}

/* ===================================================================
	/
	/	side_contents
	/
	=================================================================== */
#side_contents .side_bnr_area img {
  width: 100%;
  margin-bottom: 30px;
}

/* スマホ */
@media screen and (max-width: 767px) {
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #side_contents .side_bnr_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #side_contents .side_bnr_area a {
    width: 47%;
  }
}

/* ===================================================================
	/
	/	contact_area
	/
	=================================================================== */
.contact_area {
  background-color: #a31f24;
  text-align: center;
  padding: 40px 0 80px;
  color: #fff;
  margin-top: 100px;
}

.contact_area h2 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.contact_area .img_area img {
  padding: 0;
  width: 33.4%;
}

.contact_area p {
  width: 35%;
  line-height: 30px;
  margin: 30px auto;
}

.contact_area .c_box {
  border: 1px solid #fff;
  width: 700px;
  margin: 0 auto 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.contact_area .c_box dt {
  background-color: #5a5a5a;
  padding: 29px 15px;
  width: 50%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.4rem;
}

.contact_area .c_box dd {
  background-color: #fff;
  padding: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.contact_area .c_box dd img {
  margin: 0 15px 5px;
}

.contact_area .c_box dd a.tel {
  text-decoration: none;
  color: #a31f24;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_area .c_box dd a.mail {
  text-decoration: none;
  color: #a31f24;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: bold;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .contact_area {
    padding: 30px 0 40px;
    margin-top: 0;
  }

  .contact_area h2 {
    line-height: 35px;
    width: 85%;
    margin: 0 auto 30px;
    font-size: 1.3rem;
  }

  .contact_area .img_area {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
  }

  .contact_area .img_area img {
    width: 100%;
  }

  .contact_area p {
    width: 85%;
  }

  .contact_area .c_box {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 15px;
  }

  .contact_area .c_box dt {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }

  .contact_area .c_box dd {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .contact_area .c_box dd img {
    margin: 5px;
    width: 40px;
    height: auto;
  }

  .contact_area .c_box dd a.tel {
    font-size: 2rem;
  }

  .contact_area .c_box dd a.mail {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_area {
    margin-top: 0;
  }

  .contact_area p {
    width: 65%;
  }
}

.menu_img p {
  line-height: unset;
}
