@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
/*=============================================*/
/*Page Base*/
/*=============================================*/
a {
  color: inherit;
}

.page_main_block section .mb0 {
  margin-bottom: 0;
}

.page_main_block section .mt1 {
  margin-top: 1em;
}

.page_main_block {
  padding-top: 0;
}

.page_ttl_box {
  font-size: 2rem;
  padding: 5em 1em 2em;
}

.page_ttl_box .ttl {
  position: relative;
  padding-bottom: 1em;
  font-size: 1em;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.page_ttl_box .ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 4em;
  height: 3px;
  margin: auto;
  background-color: #df005a;
}

/********************************************/
/*breadcrumb */
/********************************************/
.breadcrumb {
  padding: 10px 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
}

.breadcrumb li a {
  font-size: 1em;
  color: #333;
}

.breadcrumb li span {
  font-size: 1em;
}

.breadcrumb li:after {
  content: "/";
  padding: 0 0.7em;
}

.breadcrumb li:last-child:after {
  content: none;
}

/********************************************/
/*left_img_right_balloon_box */
/********************************************/
.left_img_right_balloon_box {
  letter-spacing: -1em;
}

.left_img_right_balloon_box > * {
  letter-spacing: normal;
}

.left_img_right_balloon_box .left, .left_img_right_balloon_box .right {
  display: inline-block;
}

.left_img_right_balloon_box .left {
  width: 40%;
  margin-right: 5%;
  vertical-align: bottom;
}

.left_img_right_balloon_box .right {
  width: 55%;
  vertical-align: top;
}

.left_img_right_balloon_box.right_img_ver .left {
  width: 40%;
  margin-right: 0;
  margin-left: 5%;
  vertical-align: bottom;
}

.left_img_right_balloon_box.right_img_ver .right {
  width: 55%;
  vertical-align: top;
}

.left_img_right_balloon_box .left figure {
  text-align: right;
}

.left_img_right_balloon_box .left figure img {
  max-width: 210px;
}

.left_img_right_balloon_box.right_img_ver .left figure {
  text-align: left;
}

.left_img_right_balloon_box.right_img_ver .right {
  text-align: right;
}

.left_img_right_balloon_box .right .balloon {
  position: relative;
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 2em 1em;
  background: #7bc8ff;
  border-radius: 10px;
  font-size: 1.8rem;
}

.left_img_right_balloon_box .right .balloon:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(218, 239, 254, 0);
  border-right-color: #7bc8ff;
  border-width: 10px;
  margin-top: -10px;
}

.left_img_right_balloon_box .right .balloon p {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
}

.left_img_right_balloon_box .right .balloon p b {
  font-size: 1.2em;
  color: inherit;
}

.left_img_right_balloon_box.green_ver .right .balloon {
  background: #0abe63;
}

.left_img_right_balloon_box.green_ver .right .balloon:after {
  border-right-color: #0abe63;
}

.left_img_right_balloon_box.pink_ver .right .balloon {
  background: #df005a;
}

.left_img_right_balloon_box.pink_ver .right .balloon:after {
  border-right-color: #df005a;
}

.left_img_right_balloon_box.right_img_ver .right .balloon.right_arrow:after {
  right: auto;
  left: 100%;
  border-left-color: #0abe63;
  border-right-color: transparent;
}

/********************************************/
/*.check_list_box */
/********************************************/
.check_list_box {
  margin-bottom: 40px;
  padding: 40px 30px;
  border: 5px solid #7bc8ff;
  border-radius: 10px;
  background: url(../img/common/stripe-sky-blue.jpg) repeat;
}

.check_list_box .list li {
  position: relative;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.5em;
}

.check_list_box .list li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f058";
  color: #df005a;
}

.check_list_box .list li:last-child {
  margin-bottom: 0;
}

.check_list_box.green_ver {
  border: 5px solid #0abe63;
  background: url(../img/common/stripe-green.jpg) repeat;
}

.check_list_box.pink_ver {
  border: 5px solid #df005a;
  background: url(../img/common/stripe-pink-light.jpg) repeat;
}

.check_list_box b {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1.7rem;
}

/********************************************/
/*base_txt_box */
/********************************************/
.base_txt_box {
  margin-bottom: 3em;
  font-size: 1.6rem;
}

.base_txt_box p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}

.base_txt_box p:last-child {
  margin-bottom: 0;
}

.base_txt_box p b {
  font-size: 1.2em;
  line-height: 2.3;
}

/********************************************/
/*comment_list_column_2 */
/********************************************/
.comment_list_column_2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.comment_list_column_2 li {
  width: 48%;
  margin-right: 4%;
  border: 2px solid #333;
  border-radius: 10px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 2em 0.5em;
  line-height: 1.8;
}

.comment_list_column_2 li:nth-child(2n) {
  margin-right: 0;
}

.comment_list_column_2 li b {
  font-size: 1.7em;
  color: inherit;
  margin: 0 0.2em;
}

.comment_list_column_2 li span {
  font-size: 1em;
}

/********************************************/
/*pink_obi_txt */
/********************************************/
.pink_obi_txt {
  margin-bottom: 50px;
  padding: 1.5em 0.8em;
  background-color: #df005a;
  text-align: center;
  border-radius: 10px;
  font-size: 2rem;
}

.pink_obi_txt p {
  font-size: 1em;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.pink_obi_txt p span {
  font-size: 1em;
}

.pink_obi_txt p b {
  font-size: 1.6em;
  color: inherit;
}

/********************************************/
/*usp_ico_list */
/********************************************/
.usp_ico_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.usp_ico_list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  padding: 2em 0.5em;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
  text-align: center;
}

.usp_ico_list li:nth-child(3n) {
  margin-right: 0;
}

.usp_ico_list li i {
  display: block;
}

.usp_ico_list li i img {
  max-width: 120px;
}

/********************************************/
/*usp_ico_list */
/********************************************/
.usp_ico_list {
  margin-bottom: 30px;
}

.usp_ico_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
  padding: 1.5em 0.5em;
  border-radius: 15px;
  font-size: 1.5rem;
}

.usp_ico_list li:nth-child(3n) {
  margin-right: 4%;
}

.usp_ico_list li:nth-child(2n) {
  margin-right: 0;
}

.usp_ico_list li i img {
  max-width: 90px;
}

/********************************************/
/*center_bold_txt */
/********************************************/
.center_bold_txt {
  text-align: center;
  font-size: 1.8rem;
}

.center_bold_txt p {
  font-size: 1em;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
}

/********************************************/
/*point_page_list */
/********************************************/
.point_page_list li {
  position: relative;
  margin-bottom: 80px;
  padding: 0 40px 30px;
  border: 2px solid #7bc8ff;
  background-color: #fff;
  border-radius: 20px;
}

.point_page_list li:first-child {
  margin-top: 80px;
}

.point_page_list.pink_ver li {
  border: 2px solid #df005a;
}

.point_page_list li .num {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: -1em;
  width: 2.35em;
  margin: auto;
  padding: 0.45em 0;
  font-size: 4.5rem;
  background: #18d3e4;
  background: -moz-linear-gradient(-45deg, #18d3e4 0%, #e84ee6 100%);
  background: -webkit-linear-gradient(-45deg, #18d3e4 0%, #e84ee6 100%);
  background: linear-gradient(135deg, #18d3e4 0%, #e84ee6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#18d3e4", endColorstr="#e84ee6",GradientType=1 );
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 200px;
}

.point_page_list li .num small {
  display: block;
  font-size: 0.4em;
}

.point_page_list.pink_ver li .num {
  background: #ed2265;
  background: -moz-linear-gradient(-45deg, #ed2265 0%, #ed9c0f 100%);
  background: -webkit-linear-gradient(-45deg, #ed2265 0%, #ed9c0f 100%);
  background: linear-gradient(135deg, #ed2265 0%, #ed9c0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ed2265", endColorstr="#ed9c0f",GradientType=1 );
}

.point_page_list li figure {
  border: 1px solid #ccc;
}

.point_page_list li .ttl {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
  margin: 3.5em 0 1em;
  color: #189ee4;
  letter-spacing: 0.05em;
}

.point_page_list li .left {
  width: 30%;
  float: left;
  margin-right: 3%;
}

.point_page_list li .right {
  width: 65%;
  float: right;
}

.point_page_list.pink_ver li .ttl {
  color: #df005a;
}

/********************************************/
/*faq_list_box */
/********************************************/
.faq_list_box {
  margin-bottom: 2em;
  padding: 2em 4em 1.5em 2em;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.faq_list_box dt, .faq_list_box dd {
  position: relative;
  font-size: 1em;
  padding: 1em 0.5em;
  padding-left: 7em;
}

.faq_list_box dt {
  padding-bottom: 1.5em;
  margin-bottom: 20px;
}

.faq_list_box dd {
  display: none;
  margin-top: 1.5em;
  border-top: 1px solid #df005a;
}

.faq_list_box .base_txt_box {
  margin-bottom: 0;
}

.faq_list_box .ico {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1em;
  width: 2em;
  height: 2em;
  background-color: #7bc8ff;
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 900;
  border-radius: 100px;
}

.faq_list_box dd .ico {
  background-color: #df005a;
}

.faq_list_box dt {
  cursor: pointer;
}

.faq_list_box dt:after {
  position: absolute;
  top: 0;
  right: -1.5em;
  bottom: 0;
  left: auto;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f35b";
  font-weight: normal;
  font-size: 1.5em;
  color: #df005a;
}

.faq_list_box dt.active:after {
  content: "\f358";
}

.faq_list_box i {
  position: absolute;
  width: 90px;
  left: 0;
  top: 0;
}

.faq_list_box dd i {
  top: 1em;
}

/********************************************/
/*flow_num_list */
/********************************************/
.flow_num_list li {
  position: relative;
  margin-bottom: 60px;
}

.flow_num_list li .num {
  display: inline-block;
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  width: 1.8em;
  margin: auto;
  background-color: #fff;
  text-align: center;
  font-size: 5rem;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 700;
  color: #df005a;
}

.flow_num_list li .inner {
  padding: 3em 2em 0;
  font-size: 1.6rem;
  border: 2px solid #189ee4;
  border-radius: 10px;
}

.flow_num_list li figure {
  text-align: center;
  margin-bottom: 10px;
}

/********************************************/
/*voice_box  */
/********************************************/
.voice_box {
  padding: 60px 0;
}

.voice_box .main_width {
  position: relative;
}

.voice_box .num {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 8rem;
  color: rgba(223, 0, 90, 0.5);
}

.voice_box.bg_stripe_sky_blue .num {
  color: rgba(123, 200, 255, 0.5);
}

.voice_box.bg_stripe_green .num {
  color: rgba(10, 190, 99, 0.5);
}

.voice_box .prof_box {
  display: table;
  margin-bottom: 10px;
}

.voice_box .prof_box .img {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

.voice_box .prof_box .img img {
  border-radius: 10px;
}

.voice_box .prof_box .txt_box {
  display: table-cell;
  width: 60%;
  font-size: 1.7rem;
  vertical-align: middle;
}

.voice_box .prof_box .txt_box p {
  position: relative;
  margin-top: 2em;
  padding: 2em 1em;
  max-width: 400px;
  background-color: rgba(223, 0, 90, 0.8);
  border-radius: 0 10px 10px 0;
  font-size: 1em;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}

.voice_box .prof_box .txt_box p:after {
  position: absolute;
  left: -4em;
  top: 0;
  content: "";
  width: 4em;
  height: 100%;
  background-color: rgba(223, 0, 90, 0.8);
  border-radius: 10px 0 0 10px;
}

.voice_box.bg_stripe_sky_blue .txt_box p {
  background-color: rgba(123, 200, 255, 0.8);
}

.voice_box.bg_stripe_sky_blue .txt_box p:after {
  background-color: rgba(123, 200, 255, 0.8);
}

.voice_box.bg_stripe_green .txt_box p {
  background-color: rgba(10, 190, 99, 0.8);
}

.voice_box.bg_stripe_green .txt_box p:after {
  background-color: rgba(10, 190, 99, 0.8);
}

.voice_box.bg_stripe_green .num {
  color: rgba(10, 190, 99, 0.5);
}

.voice_box .base_txt_box {
  background-color: #fff;
  padding: 2em 1.5em;
  border-radius: 10px;
}

.voice_box .bottom_txt {
  display: none;
}

.voice_box .base_txt_box .toggle_btn {
  position: relative;
  width: 90%;
  max-width: 30em;
  margin: 1.5em auto 0;
  background-color: #df005a;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 2em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.voice_box .base_txt_box .toggle_btn:after {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f055";
  font-weight: bold;
  font-size: 1.5em;
}

.voice_box .base_txt_box .toggle_btn.active:after {
  content: "\f056";
}

.voice_box .base_txt_box .toggle_btn.active {
  background-color: #575757;
}

.bg_stripe_sky_blue .base_txt_box .toggle_btn {
  background-color: #7bc8ff;
}

.bg_stripe_green .base_txt_box .toggle_btn {
  background-color: #0abe63;
}

/********************************************/
/*Blog common  */
/********************************************/
.blog_page_block {
  padding-top: 30px;
}

.blog_page_block .post_content {
  width: 100%;
  margin-bottom: 50px;
}

.blog_page_block .sidebar {
  width: 100%;
}

/********************************************/
/*Blog Archives  */
/********************************************/
.blog_page_block .post_list li {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.blog_page_block .post_list li a {
  display: block;
  padding: 15px 10px;
  overflow: hidden;
}

.blog_page_block .post_list li figure {
  width: 35%;
  float: left;
  margin-right: 3%;
}

.blog_page_block .post_list li .date {
  display: inline-block;
  margin: 0.5em 0 1em;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 300;
  color: #575757;
  font-size: 1.2rem;
  font-style: italic;
  vertical-align: middle;
}

.blog_page_block .post_list li .category {
  display: inline-block;
  float: right;
  background-color: #df005a;
  color: #fff;
  padding: 0.3em 1em;
  font-size: 1.2rem;
  vertical-align: middle;
}

.blog_page_block .post_list li .ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_page_block .post_list li a {
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  color: inherit;
}

.blog_page_block .post_list li a:hover {
  opacity: 0.8;
}

.blog_page_block .post_list li a:hover .ttl {
  color: #df005a;
}

.paging {
  text-align: center;
}

.paging ul li {
  display: inline-block;
}

.paging ul li a, .paging ul li span {
  display: inline-block;
  border: 1px solid #df005a;
  font-size: 1.6rem;
  padding: 0.6em 0.9em 0.5em;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.paging ul li .current {
  background-color: #df005a;
  color: #fff;
}

/********************************************/
/*Blog Sidebar  */
/********************************************/
.sidebar .side_box {
  margin-bottom: 60px;
}

.sidebar .side_box .side_ttl {
  display: block;
  margin-bottom: 1em;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: right;
}

.sidebar .side_link_list li a {
  position: relative;
  display: block;
  padding: 1.2em 0.8em;
  border-top: 1px solid #df005a;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar .side_link_list li a:after {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  left: auto;
  font-family: "Font Awesome 5 Free";
  width: 1em;
  height: 1em;
  margin: auto;
  line-height: 1em;
  content: "\f061";
  font-weight: bold;
  color: #df005a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar .side_link_list li:last-child a {
  border-bottom: 1px solid #df005a;
}

.sidebar .side_link_list li a:hover {
  color: #fff;
  background-color: #df005a;
}

.sidebar .side_link_list li a:hover:after {
  right: 0.2em;
  color: #fff;
}

.sidebar .side_post_list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar .side_post_list li img {
  width: 40%;
  margin-right: 3%;
  float: left;
}

.sidebar .side_post_list li .date {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.3rem;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 300;
  color: #575757;
}

.sidebar .side_post_list li .category {
  display: block;
  margin-bottom: 0.3em;
  color: #df005a;
  font-size: 1.3rem;
}

.sidebar .side_post_list li .ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: auto;
  line-height: 1.4;
}

/********************************************/
/*Blog Single Page  */
/********************************************/
.post_single_block .post_ttl {
  margin-bottom: 1em;
  font-size: 2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.post_single_block .date {
  display: inline-block;
  margin-bottom: 1em;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
}

.post_single_block .category {
  display: inline-block;
  float: right;
  padding: 0.3em 1em;
  color: #fff;
  background-color: #df005a;
  font-size: 1.4rem;
}

.post_single_block .icatch {
  margin-bottom: 30px;
}

.next_prev_link li {
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}

.next_prev_link li:first-child {
  border-top: 1px solid #ccc;
}

.next_prev_link li:last-child {
  margin-bottom: 80px;
}

.next_prev_link li.next {
  text-align: right;
}

.next_prev_link li a {
  padding: 0.8em 0.5em;
  display: block;
  line-height: 1.8;
}

.next_prev_link li span {
  display: block;
  color: #575757;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, sans-serif;
  font-weight: 500;
  color: #7bc8ff;
}

.related_post_list .star_center_ttl {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1em;
}

.related_post_list .star_center_ttl i {
  max-width: 120px;
}

.related_post_list .list {
  display: flex;
  flex-wrap: wrap;
}

.related_post_list .list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}

.related_post_list .list li:nth-child(2n) {
  margin-right: 0;
}

.related_post_list .list li .ttl {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0.5em 0;
  line-height: 1.6;
}

/****************************/
/*the_content  */
/****************************/
.post_single_block .the_content {
  margin-bottom: 80px;
}

.post_single_block .the_content h2 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  font-weight: bold;
}

.post_single_block .the_content h3 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #189ee4;
  font-size: 2.2rem;
}

.post_single_block .the_content h4 {
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
}

.post_single_block .the_content p {
  margin-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
}

.post_single_block .the_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post_single_block .the_content .alignright {
  display: inline;
  max-width: 60%;
  float: right;
  margin: 0 0 10px 10px;
  padding: 4px;
}

.post_single_block .the_content .alignleft {
  display: inline;
  max-width: 60%;
  float: left;
  margin: 0 10px 10px 0;
}

.post_single_block .the_content img {
  margin-top: 30px;
  margin-bottom: 40px;
}

.post_single_block .the_content ul, .post_single_block .the_content ol {
  font-size: 1.5rem;
  margin-bottom: 2em;
}

.post_single_block .the_content ul li, .post_single_block .the_content ol li {
  margin-bottom: 0.4em;
  padding-left: 1.3em;
  line-height: 1.8;
  text-indent: -1.3em;
}

.post_single_block .the_content ul li:last-child, .post_single_block .the_content ol li:last-child {
  margin-bottom: 0;
}

.post_single_block .the_content ul li:before {
  content: "・";
  margin-left: 0.3em;
}

.post_single_blockt .the_content ol {
  counter-reset: item;
}

.post_single_blockt .the_content ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.3em;
}

/********************************************/
/*404 notfound_box*/
/********************************************/
.notfound_box {
  padding-top: 50px;
  margin-bottom: 80px;
  text-align: center;
}

.notfound_box p {
  margin-bottom: 1.5em;
  font-size: 1.8rem;
  line-height: 1.5;
}

.notfound_box .border_arrow_btn {
  max-width: 350px;
  margin: auto;
}/*# sourceMappingURL=page.css.map */