@charset "UTF-8";

/*タイトル部分のCSS*/
#point-title {
  width: 100%;
  height: 235px;
  background-color: #70C8CE;
  border-bottom: solid 15px #58ACB1;
  background-image: url("_images/head_picture.png");
  background-repeat: no-repeat;
}
#point-title ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#point-title ul li:nth-child(1) h1 {
  font-size: 3.6rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
#point-title ul li:nth-child(2) img {
  margin-top: 15px;
}
/*パンくずリストのCSS*/
.breadcrumb {
  display: flex;
  margin-top: 10px;
  font-size: 1.2rem;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #555555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li:first-child a {
  color: #616497;
}
.breadcrumb li a {
  color: #000;
}
/*コンテンツ内のCSS*/
#content .img_flex img {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#content section p {
  margin: 0 auto 20px;
  line-height: 2.9rem;
  padding: 0 3%;
}
#content img {
  max-width: 95%;
  height: auto;
  margin: 0 auto 5%;
}
#content section h2 {
  margin-bottom: 30px;
}
#content section p .strongA {
    font-weight: 600;
    text-decoration: underline;
}
#content section p .strongB {
    font-weight: 600;
    color: #277F9B;
}
#content section p a {
    font-weight: 600;
    color: #285DB7;
}
#content section .step {
    color: #33333;
	text-align: left;
	width: 100%;
    padding: 0;
    margin: 0;
	font-size: 2.2rem;
}
#content section .step strong {
	font-size: 2.5rem;
    font-family: "Mplus 1p";
    color: #E16C6C;
    margin: 0 1.5% 0 0;
	font-weight: bold;
}
#content section .step span {
    font-family: "Noto Sans JP";
	font-weight: normal;
    color: #333333;
}
#content section .serif {
    font-family: "Noto Serif JP";
    padding: 8px 3% 8px 0;
	font-size: 1.65rem;
}
#content section .serif .strongC {
    font-family: "Noto Sans JP";
    padding: 20px 0;
	font-size: 1.65rem;
	font-weight: 600;
}
#content section .overview{
	text-decoration: none;
	margin: 30px auto 20px;
}
#content section .overview .item{
	font-weight: bold;
	line-height: 3rem;
}
#content section .overview .item_q{
	font-weight: bold;
	line-height: 5rem;
}
#content section .overview p{
	color: #006699;
	margin-left: 1.5rem;
	font-weight: 400;
}
#content section .emphasis{
	font-weight: bold;
	text-decoration: underline;
}
#content .circle{
	margin: 5rem 3rem 8rem 5rem;
}
#content section .blue{
	color: #006699;
}

/*スマホ用のCSS*/
@media only screen and (max-width: 1100px) {
 #content {
    width: 100%;
 }
}
@media only screen and (max-width: 767px) {
  /*タイトル部分のCSS*/
  #point-title {
    width: 100%;
    height: 90px;
    background-color: #70C8CE;
    border-top: solid 220px #ffffff;
    border-bottom: solid 10px #58ACB1;
    background-image: none;
  }
  #point-title ul {
    flex-direction: column;
    align-items: center;
    margin: -217px auto 0;
  }
  #point-title ul li:nth-child(1) h1 {
    color: #000000;
    margin: 0;
  }
  #point-title ul li:nth-child(1) h1 span {
    display: block;
    margin-top: -10px;
  }
  #point-title ul li:nth-child(2) img {
    width: 300px;
	margin-top: 15px;
  }
  #content .circle{
	margin: 5rem 3rem 5rem 2rem;
  }
}
/*コンテンツ内のCSS*/
@media only screen and (max-width: 768px) {
  #content {
    width: 96%;
  }
  #content section p {
    line-height: 2.4rem;
  }
  #content section .step {
    font-size: 1.8rem;
  }
  #content section .step strong {
    font-size: 2.1rem;
  }
  #content section .serif {
	font-size: 1.5rem;
  }
  #content img {
	max-width: 94%;
	height: auto;
	margin: -10px auto 5%;
  }
  #content section .serif .strongC {
	font-size: 1.5rem;
	}
}
@media only screen and (min-width: 768px) {
  #point-title ul.title-smp {
    display: none;
  }
}