@charset "UTF-8";
/*sassを使用して制作*/
/****************************************************

コンパス及びディスプレイ設定

*****************************************************/
/*compass読み込み*/
/*ベースファイル読み込み*/
/* common
-------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

a img {
  border: 0px;
  vertical-align: bottom;
}

img {
  vertical-align: bottom;
}

a, area {
  outline: none;
}

option {
  padding: 0 5px 0 0;
}

/* title
-------------------------------------*/
/* character setting
-------------------------------------*/
strong {
  font-weight: 800;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

/* list
-------------------------------------*/
ul {
  list-style-type: none;
}

ol {
  padding: 0 0px 0px 20px;
}

ol li {
  /*padding:0 0 8px 0px;*/
}

/* table
-------------------------------------*/
table,
th,
td {
  padding: 3px;
}

caption {
  text-align: left;
}

/* 位置
-------------------------------------*/
.alnleft {
  text-align: left;
}

.alncenter {
  text-align: center;
}

.alnright {
  text-align: right;
}

.fltleft {
  float: left;
}

.fltright {
  float: right;
}

.clear {
  clear: both;
}

.valntop {
  vertical-align: top;
}

.valnmiddle {
  vertical-align: middle;
}

.valnbottom {
  vertical-align: bottom;
}

/*----ディスプレイ----*/
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.cap,
.contents .cap {
  padding-left: 1em;
  text-indent: -1em;
}

.cap2,
.contents .cap2 {
  padding-left: 2em;
  text-indent: -2em;
}

.contents .cap,
.contents .cap2 {
  margin: 0 0 0 10px;
  padding-bottom: 2px;
}

/*a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
}*/
.weight400 {
  font-weight: 400;
}

.weight800 {
  font-weight: 800;
}

/* font-size
-------------------------------------*/
.txtxxsmall {
  font-size: xx-small;
}

.txtxsmall {
  font-size: x-small;
}

.txtsmall {
  font-size: small;
}

.txtsmaller {
  font-size: smaller;
}

.txtxxlarge {
  font-size: xx-large;
}

.txtxlarge {
  font-size: x-large;
}

.txtlarge {
  font-size: large;
}

.txtlarger {
  font-size: larger;
}

.txtmed {
  font-size: medium;
}

.txt09 {
  font-size: 9px;
}

.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;
}

.txt80 {
  font-size: 80%;
}

.txt90 {
  font-size: 90%;
}

.txt110 {
  font-size: 110%;
}

.txt120 {
  font-size: 120%;
}

.txt130 {
  font-size: 130%;
}

.txt140 {
  font-size: 140%;
}

.txt150 {
  font-size: 150%;
}

/* color
-------------------------------------*/
.clrred {
  color: #da423e;
}

.clrblue {
  color: #279ab3;
}

.clryellow {
  color: #ddb410;
}

.clrorange {
  color: #fe501a;
}

.clrorange2 {
  color: #F39219;
}

.clrgreen {
  color: #0C3;
}

.clrpink {
  color: #FF999C;
}

.clrbrown {
  color: #a87c1c;
}

.clrwhite {
  color: #FFF;
}

.clr333 {
  color: #333;
}

.clr666 {
  color: #666;
}

.clr999 {
  color: #999;
}

.clrCCC {
  color: #CCC;
}

.clrpurple {
  color: #896795;
}

/* background
-------------------------------------*/
.bg01 {
  background: #F8FBFD;
}

/*.bg02 { background: #ADDBFA;}*/
.bg03 {
  background: #DEF0FB;
}

.bg04 {
  background: #FEF9E9;
}

.bg05 {
  background: #D3F1A0;
}

.bg06 {
  background: #f8d9d8;
}

.bg07 {
  background: #A0A9F1;
}

.bg08 {
  background: #e50112;
  color: #fff;
}

.bg09 {
  background: #FDE297;
}

.bg10 {
  background: #EFEFEF;
}

.bg11 {
  background: #F4F4F4;
}

.bg12 {
  background: #EEEEDC;
}

.bg13 {
  background: #F6F6EE;
}

.bg14 {
  background: #776655;
}

.bg15 {
  background: #EDF3FE;
}

.bg16 {
  background: #F9F9F9;
}

.bg17 {
  background: #7161C4;
}

.bg18 {
  background: #2ABE0F;
  color: #fff;
}

.bg19 {
  background: #FF0B0B;
}

.bg20 {
  background: #FFB82B;
}

.bg21 {
  background: #7CA20A;
}

.bgfff {
  background: #FFF;
}

.bgccc {
  background: #ccc;
}

/*margin
------------------------------------*/
.ma20 {
  margin: 20px !important;
}

.ma10 {
  margin: 10px !important;
}

.ma05 {
  margin: 5px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mtm10 {
  margin-top: -10px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.mtb20 {
  margin: 20px 0;
}

.mtb10 {
  margin: 10px 0;
}

.mtb05 {
  margin: 5px 0;
}

/*padding
------------------------------------*/
.pa20 {
  padding: 20px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa05 {
  padding: 5px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl05 {
  padding-left: 5px !important;
}

/*--------------------------------------------------------------------------
*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clearbox,
.clearfix {
  min-height: 1px;
}

.clearbox:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearbox,
.clearfix {
  display: inline-table;
}

/* Mac IE には適用させない \*/
* html .clearbox,
* html .clearfix {
  height: 1px;
}

.clearbox,
.clearfix {
  display: block;
}

/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*--------------------------------------------------------------------------
*/
/*----上へ戻る----*/
/*.gotop{
	padding:10px 0 20px 0;

}
.contents .gotop p{
	clear:both;
	text-align:right;
	background:url(../images/bg_gotop.gif) no-repeat right 5px;
	padding:0 15px 0 0px;
}
.gotop p a:hover{

}*/
/*端末のサイズ設定*/
/* 付与するベンダープレフィックス*/
/* background-size*/
/****************************************************

基本設定

*****************************************************/
/*color*/
/*line-height*/
/*font-size*/
/*-------------- BODYの設定 ------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','游ゴシック', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ＭＳ ゴシック', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', YuGothic, Verdana, sans-serif, 'ヒラギノ角ゴ Pro W3', sans-serif;
  letter-spacing: 0.03em;
  line-height: 230%;
  color: #0e4891;
  border-top: 6px solid #0e4891;
}
@media (max-width: 767px) {
  body {
    font-size: 0.9em;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8em;
  }
}

/*-------------- リンクカラー関連 ------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition-duration: .3s;
  transition-property: transform;
}
a:hover {
  transform: scale(0.95);
  text-decoration: none;
  opacity: 0.5;
}

/*-------------- layout関連 ------------------------*/
.lbox {
  float: left;
}

.rbox {
  float: right;
}

/*-------------- table関連 ------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------- form関連 ------------------------*/
input,
select,
textarea {
  border: none;
  background: #e7eaf1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  input,
  select,
  textarea {
    width: 100%;
    font-size: 1.1em;
  }
}

input[type=radio], input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 10%;
}
@media (max-width: 767px) {
  input[type=radio], input[type=checkbox] {
    width: 5%;
    padding: 10px;
    vertical-align: middle;
  }
}

input[type=radio], input[type=checkbox], input[type=submit] {
  cursor: pointer;
}

.submit {
  background: #0e4891;
  color: #fff;
  border: none;
  width: auto;
  padding: 15px 70px;
  font-size: 1.1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .submit {
    padding: 15px 40px;
    -webkit-appearance: none;
  }
}

.back {
  background: #1874af;
  color: #fff;
  border: none;
  width: auto;
  padding: 15px 70px;
  font-size: 1.1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

button {
  border: none;
  background: none;
  width: 100%;
}

/*-------------- レスポンシブ切り替え設定 ------------------------*/
@media (max-width: 767px) {
  .pcstyle {
    display: none;
  }

  .spstyle {
    display: block;
  }
}
@media (min-width: 768px) {
  .pcstyle {
    display: block;
  }

  .spstyle {
    display: none;
  }
}
.w_1100 {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .w_1100 {
    width: 92%;
  }
}

.w_700 {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .w_700 {
    width: 92%;
  }
}

/****************************************************

共通設定

*****************************************************/
*::selection {
  
  color: #333;
}

.en {
  font-family: 'Oswald', sans-serif;
}

.clr_or {
  color: #ea5436;
}

.btn_wh {
  padding: 8px 75px 6px;
  color: #0e4891;
  text-align: center;
  font-weight: bold;
  border: 1px solid #0e4891;
  background: #fff;
}

.btn_blue {
  padding: 10px 75px 7px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #0e4891;
  background: #0e4891;
}

.btn_read {
  color: #0e4891;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .btn_read {
    padding: 0 0 0 13px;
  }
}

.btn_read::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #0e4891;
  top: 8px;
  left: 0;
}
@media (max-width: 767px) {
  .btn_read::before {
    top: 4px;
    border-width: 7px 0 7px 7px;
  }
}

.btn_or {
  background: #ea5436;
  color: #fff;
  padding: 5px 60px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .btn_or {
    padding: 5px 50px;
  }
}

.title_style {
  font-size: 5em;
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .title_style {
    font-size: 3em;
  }
}
.title_style span:first-of-type {
  font-size: 0.3em;
  color: #ea5436;
  display: block;
}
.title_style span:nth-of-type(2) {
  font-size: 0.3em;
  font-weight: bold;
  text-align: center;
}

.day_blue {
  color: #0e4891;
}

.title_bg_blue {
  background: #0e4891;
  color: #fff;
  padding: 80px 0 100px;
  text-align: center;
  margin: 0 0 120px 0;
}
@media (max-width: 767px) {
  .title_bg_blue {
    padding: 50px 0 60px;
    margin: 0 0 60px 0;
  }
}
.title_bg_blue h1 {
  font-size: 1.9em;
}
@media (max-width: 767px) {
  .title_bg_blue h1 {
    font-size: 1.9em;
  }
}
.title_bg_blue span {
  display: block;
  font-size: 0.8em;
  padding: 0 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .title_bg_blue span {
    padding: 0 0 37px;
  }
}
.title_bg_blue span::after {
  position: absolute;
  content: url("../images/title_bg_blue.png");
  vertical-align: middle;
  top: 32px;
  left: 50%;
  margin: 0 -54px;
}
@media (max-width: 767px) {
  .title_bg_blue span::after {
    top: 32px;
    left: 50%;
    margin: 0 -54px;
  }
}

.goodpoint_title {
  padding: 100px 0 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .goodpoint_title {
    padding: 80px 0 51px;
  }
}
.goodpoint_title h2 {
  font-size: 1.9em;
}
@media (max-width: 767px) {
  .goodpoint_title h2 {
    line-height: 1.5;
  }
}
.goodpoint_title h2 span {
  color: #ea5436;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .goodpoint_title h2 span {
    margin: 0 auto 30px;
    font-size: 1.1em;
  }
}
.goodpoint_title p {
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .goodpoint_title p {
    margin: 0 auto 13px;
  }
}

.goodpoint_list {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
@media (max-width: 767px) {
  .goodpoint_list {
    width: 92%;
    padding: 0 0 50px 0;
  }
}
.goodpoint_list li {
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .goodpoint_list li {
    line-height: 1.5;
  }
}
.goodpoint_list li .number {
  display: inline-block;
  background: #0e4891;
  color: #fff;
  padding: 26px 35px;
  margin: 0 40px 50px 0;
  font-size: 1.3em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
@media (max-width: 767px) {
  .goodpoint_list li .number {
    padding: 2px 14px;
    margin: 9px 11px 50px 0;
  }
}
.goodpoint_list li p {
  line-height: 3;
}
@media (max-width: 767px) {
  .goodpoint_list li p {
    line-height: 1.7;
    font-size: 0.8em;
  }
}
.goodpoint_list li .clr_or {
  color: #ea5436;
  font-size: 1.3em;
  border-bottom: 1px solid #ea5436;
}
@media (max-width: 767px) {
  .goodpoint_list li .clr_or {
    font-size: 1.1em;
  }
}

.title_boder_or {
  text-align: center;
  position: relative;
  margin: 0 0 90px 0;
  font-size: 1.9em;
}
@media (max-width: 767px) {
  .title_boder_or {
    margin: 0 0 40px 0;
  }
}

.title_boder_or::after {
  position: absolute;
  content: "";
  background: #ea5436;
  width: 280px;
  height: 1px;
  top: 18px;
  right: 0;
}
@media (max-width: 767px) {
  .title_boder_or::after {
    width: 93px;
    height: 1px;
    top: 10px;
    right: 0;
  }
}

.title_boder_or::before {
  position: absolute;
  content: "";
  background: #ea5436;
  width: 280px;
  height: 1px;
  top: 18px;
  left: 0;
}
@media (max-width: 767px) {
  .title_boder_or::before {
    width: 93px;
    height: 1px;
    top: 10px;
    left: 0;
  }
}

.title_boder_dot {
  text-align: center;
  position: relative;
  margin: 0 0 90px 0;
  font-size: 1.9em;
}
@media (max-width: 767px) {
  .title_boder_dot {
    margin: 0 0 40px 0;
  }
}
.title_boder_dot span {
  background: #fff;
  padding: 5px 20px;
}

.title_boder_dot::after {
  position: absolute;
  content: "";
  border-bottom: #0e4891 4px dotted;
  width: 100%;
  height: 3px;
  top: 12px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .title_boder_dot::after {
    top: 10px;
    left: 0;
  }
}

.category_list {
  border-bottom: 1px solid #0e4891;
  border-top: 1px solid #0e4891;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .category_list {
    padding: 20px 0;
    text-align: left;
    margin: 0 auto 50px;
  }
}
.category_list li {
  display: inline-block;
  padding: 0 50px 0 0;
  line-height: 3;
}
@media (max-width: 767px) {
  .category_list li {
    padding: 6px 50px 6px 0;
    font-size: 1.2em;
    font-weight: bold;
  }
}
.category_list li .btn_read::before {
  top: 14px;
}
@media (max-width: 767px) {
  .category_list li .btn_read::before {
    top: 18px;
  }
}

.border_blue {
  border: 1px solid #1874af;
  padding: 60px 40px;
  box-shadow: 0px 0px 12px -8px #4d4d4d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .border_blue {
    padding: 30px 15px;
  }
}

.table_overview tr {
  border-bottom: #1874af 1px solid;
  font-size: 1.2em;
  font-weight: bold;
}
.table_overview tr:last-of-type {
  border-bottom: none;
}
.table_overview th, .table_overview td {
  padding: 30px 0;
  text-align: left;
}
.table_overview th {
  width: 200px;
}
@media (max-width: 767px) {
  .table_overview th {
    width: 120px;
  }
}

.bord_blue_5px {
  border-bottom: 5px solid #1874af;
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .bord_blue_5px {
    border-bottom: 5px solid #1874af;
    padding: 0 0 20px;
  }
}

.navigation {
  margin: 0 0 100px;
}
.navigation .screen-reader-text {
  display: none;
}
.navigation .page-numbers {
  text-align: center;
}
.navigation .page-numbers li {
  display: inline-block;
  margin: 0 3px;
}
.navigation .page-numbers li a, .navigation .page-numbers li span {
  display: block;
  background: #0e4891;
  width: 50px;
  height: 45px;
  line-height: 51px;
  color: #fff;
}
.navigation .page-numbers li span {
  background: #ccd8df;
  color: #0e4891;
}

.box27_div {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .box27_div {
    margin: 40px 0;
  }
}

.box27_title {
  padding: 0.5em 1em;
  font-size: 20px;
  background: #d0d8e3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .box27_title {
    padding: 0.5em 1em;
    font-size: 20px;
    background: #d0d8e3;
    font-weight: bold;
  }
}

.box27 {
  padding: 30px 1em;
  border: solid 3px #d0d8e3;
}
@media (max-width: 767px) {
  .box27 {
    padding: 0.5em 1em;
    border: solid 3px #d0d8e3;
  }
}

.single_term {
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  margin: 20px 0 20px 0;
  position: relative;
  border-bottom: 1px #d0d8e3 solid;
  border-top: 1px #d0d8e3 solid;
}
@media (max-width: 767px) {
  .single_term {
    padding: 5px 20px 5px 20px;
  }
}

/****************************************************

サイト用共通設定

*****************************************************/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 60px;
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .pagetop a {
    display: block;
    width: 50px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .pagetop a img {
    width: 100%;
  }
}

header {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  header {
    align-items: center;
    width: 100%;
    margin: 0 auto 40px;
  }
}
header h1 {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  header h1 {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  header h1 img {
    width: 160px;
  }
}

.head_menu .btn_menu {
  float: right;
}
@media (max-width: 767px) {
  .head_menu .btn_menu {
    float: right;
  }
}
.head_menu .btn_menu li {
  display: inline-block;
  margin: 0 0 45px 20px;
}
@media (max-width: 767px) {
  .head_menu .btn_menu li {
    display: block;
    float: left;
    margin: 0 9px 9px 0px;
  }
}
.head_menu .btn_menu a {
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  text-align: center;
  padding: 6px 30px;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .head_menu .btn_menu a {
    padding: 10px 4px;
    font-size: 1em;
  }
}
.head_menu .btn_menu li:first-of-type a {
  background: #07b53b;
  height: auto;
}
@media (max-width: 767px) {
  .head_menu .btn_menu li:first-of-type a {
    padding: 0;
    background: #06c755;
  }
}
@media (max-width: 767px) {
  .head_menu .btn_menu li:first-of-type a .pc_img {
    display: none;
  }
}
.head_menu .btn_menu li:first-of-type a .sp_img {
  display: none;
}
@media (max-width: 767px) {
  .head_menu .btn_menu li:first-of-type a .sp_img {
    display: inline;
  }
}
.head_menu .btn_menu li:first-of-type a img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .head_menu .btn_menu li:first-of-type a img {
    width: 46px;
  }
}
.head_menu .btn_menu li:nth-of-type(2) a {
  background: #0e4891;
}
@media (max-width: 767px) {
  .head_menu .btn_menu li:nth-of-type(2) span {
    display: none;
  }
}
.head_menu .btn_menu li:last-of-type a {
  background: #1874af;
}

.pc_menu ul {
  float: right;
}
@media (max-width: 767px) {
  .pc_menu ul {
    float: none;
  }
}
.pc_menu li {
  float: left;
}
.pc_menu a {
  color: #0e4891;
  font-weight: bold;
  padding: 0 10px 10px 10px;
  display: block;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .pc_menu {
    display: none;
  }
}

.sp_menu {
  clear: both;
}

/*------------------------------

  ここから下がアコーディオン
  に関するCSS

------------------------------*/
.nav li {
  position: relative;
}
.nav a {
  display: block;
  z-index: 1;
}
.nav .sub {
  display: none;
  position: absolute;
  left: 15px;
  top: 35px;
  z-index: 3;
}
.nav .sub a {
  color: #0e4891;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 16px;
  font-size: 1em;
  width: 150px;
}
.nav .sub a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #0e4891;
  top: 12px;
  left: 0;
}

/*------------------------------

  ここから下がハンバーガーメニュー部分
  に関するCSS

------------------------------*/
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  padding: 14px 0 0 0;
  position: relative;
  z-index: 100;
  /* 重なり順を一番上に */
  cursor: pointer;
}
@media (max-width: 767px) {
  .drawer-open {
    padding: 0;
    align-items: center;
    height: 30px;
    width: 93%;
    justify-content: flex-end;
  }
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #0e4891;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100px;
  left: 100%;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;
  /* メニューを画面に入れる */
}

.drawer-list {
  margin: 0 30px 0 30px;
}
@media (max-width: 767px) {
  .drawer-list {
    margin: 12px 20px 0 20px;
  }
}

.drawer-item a {
  display: block;
  padding: 20px 0 20px 20px;
  color: #0e4891;
  border-bottom: #0e4891 solid 1px;
}

/*↑ここまで*/
footer {
  padding: 130px 0	20px;
  text-align: center;
  color: #0e4891;
  border-bottom: #0e4891 10px solid;
}
@media (max-width: 767px) {
  footer {
    text-align: left;
    padding: 60px 0 2px 0;
  }
}
footer h1 {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  footer h1 {
    margin: 0 0 10px 4%;
  }
}
footer h1 img {
  width: 270px;
}
@media (max-width: 767px) {
  footer h1 img {
    width: 170px;
  }
}
footer nav ul {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  footer nav ul {
    padding: 0 0 40px;
  }
}
footer nav li {
  display: inline-block;
  width: 180px;
}
@media (max-width: 767px) {
  footer nav li {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
  }
}
footer nav a {
  color: #0e4891;
  display: block;
  font-weight: bold;
}
@media (max-width: 767px) {
  footer .copy {
    margin: 0 0 0 4%;
  }
}

/*.pager{
	text-align: center;
	ul{
		display: inline-block;
		margin: 50px 0 100px;
		text-align: center;
		li{
			width: 40px;
			height: 40px;
			line-height: 40px;
			float: left;
			margin: 0 10px 0px;
			color: $clr_or;
			background: #eee;
			a{
				height: 40px;
				line-height: 40px;
				color: #fff;
				background: #000;
				display: block;
			}
		}
	}	
}*/
.single_pager {
  margin: 0 0 140px;
  border-bottom: 1px solid #0e4891;
  border-top: 1px solid #0e4891;
}
@media (max-width: 767px) {
  .single_pager {
    margin: 0 0 50px;
  }
}
.single_pager li {
  width: 50%;
  border-right: 1px solid #0e4891;
  float: left;
}
.single_pager li:hover {
  background: #1874af;
}
@media (max-width: 767px) {
  .single_pager li {
    font-size: 1.2em;
    font-weight: bold;
  }
}
.single_pager li a {
  display: flex;
  justify-content: left;
  align-items: center;
}
.single_pager li:last-of-type {
  border-right: none;
  text-align: right;
}
.single_pager li:last-of-type a {
  display: flex;
  justify-content: right;
  align-items: center;
}
.single_pager li.parent:hover {
  background: none;
}
.single_pager li.parent .next {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
.single_pager li.parent .previous {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}
.single_pager a {
  font-size: 1em;
  color: #0e4891;
  width: 100%;
  height: 100%;
}
.single_pager a:hover {
  color: #fff;
  background: #1874af;
}

/****************************************************

トップページ

*****************************************************/
.main_img {
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .main_img {
    margin: 0 auto 80px;
  }
}
.main_img h1 {
  text-align: center;
}
@media (max-width: 767px) {
  .main_img img {
    width: 90%;
  }
}

/*トップの イベント＆セミナー*/
.top_event {
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .top_event {
    margin: 0 auto 80px;
  }
}

.top_event_list {
  width: 845px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top_event_list {
    width: 100%;
  }
}
.top_event_list li {
  border-bottom: 1px solid #0e4891;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .top_event_list li {
    margin: 0 0 30px 0;
  }
}
.top_event_list h4 {
  font-size: 1.4em;
  color: #0e4891;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .top_event_list h4 {
    margin: 0 0 20px;
  }
}
.top_event_list h4 span {
  padding: 3px 16px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  background: #0e4891;
  font-size: 0.7em;
}
.top_event_list p {
  font-size: 1.2em;
  color: #293a45;
  font-weight: bold;
}
.top_event_list .info {
  margin: 0 0 30px 0;
  color: #0e4891;
}
@media (max-width: 767px) {
  .top_event_list .info {
    margin: 10px 0 20px;
  }
}
.top_event_list .info img {
  vertical-align: middle;
  margin: -4px 0 0 0;
}

/*トップの abaut*/
.bk_top_about {
  background: url("../images/bk_top_about.png") no-repeat 95% 0;
  padding: 0 0 70px 0;
}
@media (max-width: 767px) {
  .bk_top_about {
    background: url(../images/bk_top_about_sp.png) no-repeat center top;
    padding: 280px 0 50px 0;
    background-size: 90%;
  }
}

.top_about h2, .top_about_list h2 {
  font-size: 1.9em;
  margin: 0 0 50px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top_about h2, .top_about_list h2 {
    font-size: 1.6em;
    margin: 0 0 20px;
  }
}
.top_about h2 span, .top_about_list h2 span {
  font-size: 0.75em;
  color: #ea5436;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top_about h2 span, .top_about_list h2 span {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
}
.top_about p, .top_about_list p {
  width: 500px;
  color: #293a45;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2.8;
}
@media (max-width: 767px) {
  .top_about p, .top_about_list p {
    width: 100%;
    font-size: 1.2em;
    line-height: 2.4;
  }
}

.bk_top_about_list {
  background: url(../images/bk_top_about_list.png) no-repeat 5% 28%;
  padding: 0 0px 470px 0px;
}
@media (max-width: 767px) {
  .bk_top_about_list {
    background: url(../images/bk_top_about_list_sp.png) no-repeat center bottom;
    padding: 0 0px 290px 0px;
    background-size: 90%;
    margin: 0 0 70px;
  }
}

.top_about_list {
  width: 560px;
  float: right;
}
@media (max-width: 767px) {
  .top_about_list {
    width: 100%;
    float: none;
  }
}
.top_about_list h2 {
  margin: 0 0 0;
}
@media (max-width: 767px) {
  .top_about_list h2 span {
    margin-bottom: 40px;
  }
}
.top_about_list ul {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .top_about_list ul {
    margin: 0 0 10px;
  }
}
.top_about_list li {
  display: inline-block;
  background: #0e4891;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 8px 23px;
  margin: 0 16px 20px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top_about_list li {
    padding: 5px 20px;
    margin: 0 10px 10px 0;
  }
}

/*トップの サービス*/
.top_service {
  background: url("../images/top_service.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .top_service {
    background: #ddd;
  }
}

.top_service_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .top_service_box {
    display: block;
    justify-content: normal;
    width: 100%;
    margin: 0 auto 80px;
  }
}
.top_service_box li {
  width: 50%;
  padding: 120px 0 110px;
}
@media (max-width: 767px) {
  .top_service_box li {
    width: 100%;
    padding: 80px 40px 60px;
    background: url(../images/top_service_sess.png) no-repeat right top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .top_service_box li:last-of-type {
    background: url("../images/top_service_sem.png") no-repeat center center;
    background-size: cover;
  }
}
.top_service_box h2, .top_service_box p {
  color: #fff;
}
.top_service_box h2 {
  text-align: center;
  font-size: 1.9em;
  position: relative;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .top_service_box h2 {
    font-size: 1.9em;
    margin: 0 0 80px;
  }
}
.top_service_box h2::after {
  position: absolute;
  content: " ";
  width: 120px;
  height: 2px;
  background: #fff;
  top: 70px;
  left: 50%;
  margin: 0 -60px;
}
@media (max-width: 767px) {
  .top_service_box h2::after {
    width: 80px;
    height: 2px;
    background: #fff;
    top: 70px;
    left: 50%;
    margin: 0 -40px;
  }
}
.top_service_box p {
  width: 320px;
  margin: 0 auto 30px;
  font-size: 1.2em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top_service_box p {
    width: 100%;
    margin: 0 auto 30px;
    line-height: 2;
  }
}

/*トップの イベント一覧*/
.btn_event_seminar {
  width: 750px;
  margin: 0 auto 170px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn_event_seminar {
    width: 100%;
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  .btn_event_seminar img {
    width: 90%;
  }
}

/*トップの お客様の声*/
.top_voice {
  margin: 0 auto 150px;
}
@media (max-width: 767px) {
  .top_voice {
    margin: 0 auto 110px;
  }
}

.voice_list_ul {
  margin: 70px 0 0 0;
}
@media (max-width: 767px) {
  .voice_list_ul {
    margin: 50px 0 0 0;
  }
}

.voice_list {
  margin: 0 0 70px 0;
}
@media (max-width: 767px) {
  .voice_list {
    margin: 0 0 50px 0;
  }
}

.voice_img_box, .voice_txt_box {
  float: left;
}
@media (max-width: 767px) {
  .voice_img_box, .voice_txt_box {
    float: none;
  }
}

.voice_img_box {
  position: relative;
  margin: 0 36px 0 0;
}
@media (max-width: 767px) {
  .voice_img_box {
    margin: 0 0 20px 0;
  }
}
.voice_img_box p:last-of-type {
  position: absolute;
  top: 180px;
  left: -15px;
  background: #0e4891;
  color: #fff;
  padding: 0px 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice_img_box p:last-of-type {
    left: -5px;
    padding: 3px 18px;
  }
}
.voice_img_box img {
  width: 355px;
  height: 246px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .voice_img_box img {
    width: 100%;
    height: 240px;
  }
}

.voice_txt_box {
  width: 60%;
  color: #0e4891;
}
@media (max-width: 767px) {
  .voice_txt_box {
    width: 100%;
  }
}
.voice_txt_box h1 {
  font-size: 1.4em;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .voice_txt_box h1 {
    font-size: 1.3em;
    margin: 5px 0 10px;
  }
}

@media (max-width: 767px) {
  .voice_tag_ul + p {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1em;
  }
}

.voice_tag_ul li {
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: #0e4891 1px solid;
  padding: 0 20px;
  margin: 0 5px 0 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .voice_tag_ul li {
    margin: 0 5px 10px 0;
  }
}
.voice_tag_ul p {
  color: #293a45;
  font-weight: bold;
}

/*トップの blog*/
.top_blog {
  margin: 0 auto 150px;
}
@media (max-width: 767px) {
  .top_blog {
    margin: 0 auto 110px;
  }
}

.blog_list {
  float: left;
  width: 249px;
  margin: 0 34px 50px 0;
}
@media (max-width: 767px) {
  .blog_list {
    width: 47%;
    margin: 0 19px 30px 0;
  }
}

@media (max-width: 767px) {
  .blog_list:nth-of-type(2n) {
    margin: 0 0 30px 0;
  }
}

.blog_list:nth-of-type(4n) {
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .blog_list:nth-of-type(4n) {
    margin: 0 0 30px 0;
  }
}

.blog_img_box {
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .blog_img_box {
    margin: 0 0 25px 0;
  }
}
.blog_img_box img {
  width: 249px;
  height: 187px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog_img_box img {
    width: 100%;
    height: 122px;
  }
}

.blog_txt_box h1 {
  font-size: 1.4em;
  color: #0e4891;
  margin: 3px 0 4px;
}
@media (max-width: 767px) {
  .blog_txt_box h1 {
    font-size: 1.3em;
    margin: 5px 0;
  }
}
.blog_txt_box p {
  color: #293a45;
  font-weight: bold;
}

/*トップの お問い合わせ*/
.top_contact {
  display: flex;
  justify-content: space-between;
}
.top_contact li {
  width: 50%;
}
.top_contact a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 85px 0;
  height: 250px;
  font-size: 2em;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top_contact a {
    padding: 43px 14px;
    height: 130px;
    font-size: 1.2em;
  }
}
.top_contact a span {
  font-size: 0.7em;
}
.top_contact li:first-of-type {
  background: #0e4891;
}
.top_contact li:last-of-type {
  background: #07b53b;
}
.top_contact li:last-of-type img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .top_contact li:last-of-type img {
    width: 100%;
    margin: 0 0 6px 0;
  }
}

/****************************************************

profile　（原稿はまだもらってない）

*****************************************************/
/*profile　プロフィール*/
.top_company {
  background: #0e4891;
  color: #fff;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .top_company {
    padding: 80px 0;
  }
}
.top_company h1 {
  text-align: center;
  font-size: 3em;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .top_company h1 {
    font-size: 1.9em;
    margin: 0 0 40px;
  }
}
.top_company h1 span {
  font-size: 0.5em;
}
.top_company table {
  text-align: left;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .top_company table {
    margin: 0 auto 50px;
  }
}
.top_company tr {
  border-bottom: 1px #fff solid;
}
.top_company th, .top_company td {
  padding: 15px;
}

/****************************************************

易選流易学について　about.html

*****************************************************/
.bk_goodpoint_fbfbfb {
  background: #fbfbfb;
}

.goodpoint_list {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
@media (max-width: 767px) {
  .goodpoint_list {
    width: 92%;
    padding: 0 0 50px 0;
  }
}
.goodpoint_list li {
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .goodpoint_list li {
    line-height: 1.5;
  }
}
.goodpoint_list li .number {
  display: inline-block;
  background: #0e4891;
  color: #fff;
  padding: 26px 35px;
  margin: 0 40px 50px 0;
  font-size: 1.3em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
@media (max-width: 767px) {
  .goodpoint_list li .number {
    padding: 2px 14px;
    margin: 9px 11px 50px 0;
  }
}
.goodpoint_list li p {
  line-height: 3;
}
@media (max-width: 767px) {
  .goodpoint_list li p {
    line-height: 1.7;
    font-size: 0.8em;
  }
}
.goodpoint_list li .clr_or {
  color: #ea5436;
  font-size: 1.3em;
  border-bottom: 1px solid #ea5436;
}
@media (max-width: 767px) {
  .goodpoint_list li .clr_or {
    font-size: 1.1em;
  }
}

.history {
  padding: 120px 100px;
  border-top: 3px solid #0e4891;
  border-bottom: 3px solid #0e4891;
  border-left: 1px solid #0e4891;
  border-right: 1px solid #0e4891;
  margin: 210px auto 180px;
}
@media (max-width: 767px) {
  .history {
    padding: 80px 0px;
    margin: 130px auto 100px;
    border-left: none;
    border-right: none;
  }
}
.history h2 {
  margin: -207px 0 83px -100px;
}
@media (max-width: 767px) {
  .history h2 {
    margin: -138px 0 57px 0px;
  }
}
@media (max-width: 767px) {
  .history h2 img {
    width: 100%;
  }
}
.history h3 {
  font-size: 1.9em;
  margin: 0 0 50px 0;
}
@media (max-width: 767px) {
  .history h3 {
    margin: 0 0 30px 0;
  }
}
.history p:first-of-type {
  float: left;
  width: 56%;
  margin: 0 103px 0 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .history p:first-of-type {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .history p img {
    width: 100%;
  }
}

/****************************************************

かがやき易選塾について　seminar.html

*****************************************************/
.bg_seminar {
  position: relative;
  padding: 210px 0px 260px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .bg_seminar {
    padding: 70px 0 0;
    margin: 0;
  }
}
.bg_seminar div {
  width: 550px;
  margin: 0 auto;
  z-index: 3;
  background: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .bg_seminar div {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
}
.bg_seminar div::after {
  position: absolute;
  content: url("../images/bg_seminar_down.png");
  z-index: -1;
  bottom: 0;
  left: 0;
  padding: 40px;
}
@media (max-width: 767px) {
  .bg_seminar div::after {
    content: " ";
  }
}
.bg_seminar h2 {
  font-size: 1.9em;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .bg_seminar h2 {
    font-size: 1.6em;
    border-bottom: 4px #ea5436 double;
    padding: 0 0 20px;
    margin: 0 0 30px;
  }
}
.bg_seminar h2::before {
  position: absolute;
  content: url("../images/bg_seminar_up.png");
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .bg_seminar h2::before {
    content: none;
  }
}
.bg_seminar p {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bg_seminar p {
    font-size: 1.3em;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .bg_seminar img {
    width: 100%;
    padding: 20px 0 0;
  }
}

.goodpoint_zyuku {
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .goodpoint_zyuku {
    margin: 0 0 70px;
  }
}

.goodpoint_case {
  width: 800px;
  margin: 0 auto 35px;
}
@media (max-width: 767px) {
  .goodpoint_case {
    width: 92%;
  }
}
.goodpoint_case p {
  font-size: 2.9em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .goodpoint_case p {
    font-size: 3.8em;
  }
}
.goodpoint_case p span {
  font-size: 0.4em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .goodpoint_case p span {
    font-size: 0.5em;
  }
}
.goodpoint_case ul {
  border: 1px solid #0e4891;
  padding: 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .goodpoint_case ul {
    padding: 40px;
  }
}
.goodpoint_case li {
  display: inline-block;
  width: 280px;
  font-weight: bold;
  box-sizing: content-box;
  line-height: 1.7;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .goodpoint_case li {
    display: block;
    width: 100%;
    font-size: 1.3em;
  }
}
.goodpoint_case li:first-of-type {
  position: relative;
  padding: 0px 90px 0 0;
  margin: 0 60px 0 0;
}
@media (max-width: 767px) {
  .goodpoint_case li:first-of-type {
    padding: 0px 0 30px 0;
    margin: 0 0 20px 0;
  }
}
.goodpoint_case li:first-of-type::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_1.png);
  background-repeat: no-repeat;
  width: 53px;
  height: 30px;
  top: 32%;
  right: 0;
}
@media (max-width: 767px) {
  .goodpoint_case li:first-of-type::after {
    background-image: url(../images/arrow_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 50px;
    top: 72%;
    right: 50%;
  }
}

.img_niwa_1 {
  margin: 0 0 170px;
  text-align: center;
}
@media (max-width: 767px) {
  .img_niwa_1 {
    margin: 0 0 80px;
  }
}
.img_niwa_1 img {
  width: 100%;
}

.seminar_curriculum {
  width: 800px;
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .seminar_curriculum {
    width: 92%;
    margin: 0 auto 110px;
  }
}
.seminar_curriculum p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .seminar_curriculum p {
    margin: 0 0 20px;
  }
}

.table_seminar_flow th span:first-of-type {
  position: relative;
  padding: 20px 20px 20px;
  margin: 0 20px 0 0;
  font-size: 3.5em;
  font-weight: bold;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .table_seminar_flow th span:first-of-type {
    padding: 20px 20px 20px;
    font-size: 2.5em;
  }
}
.table_seminar_flow th span:first-of-type::before {
  position: absolute;
  content: "STEP";
  font-size: 15px;
  width: 50px;
  top: -22px;
  left: 50%;
  margin: 0 -25px;
}
@media (max-width: 767px) {
  .table_seminar_flow th span:first-of-type::before {
    top: -10px;
  }
}
.table_seminar_flow th span:first-of-type::after {
  position: absolute;
  content: "";
  background: #ea5436;
  width: 50px;
  height: 1px;
  top: 80px;
  left: 50%;
  margin: 0 -25px;
}
@media (max-width: 767px) {
  .table_seminar_flow th span:first-of-type::after {
    width: 54px;
    height: 1px;
    top: 63px;
    left: 50%;
    margin: 0 -27px;
  }
}
.table_seminar_flow th, .table_seminar_flow td {
  padding: 5px 0 50px;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .table_seminar_flow th, .table_seminar_flow td {
    padding: 5px 0 30px;
  }
}
@media (max-width: 767px) {
  .table_seminar_flow td {
    font-size: 1.3em;
    line-height: 1.7;
  }
}

/****************************************************

個別鑑定　session.html

*****************************************************/
.bg_session {
  position: relative;
  padding: 210px 0px 260px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .bg_session {
    padding: 70px 0 90px;
    margin: 0;
  }
}
.bg_session div {
  width: 700px;
  margin: 0 auto;
  z-index: 3;
  background: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .bg_session div {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
}
.bg_session div::after {
  position: absolute;
  content: url("../images/bg_session_down.png");
  z-index: -1;
  bottom: 0;
  left: 0;
  padding: 40px;
}
@media (max-width: 767px) {
  .bg_session div::after {
    content: " ";
  }
}
.bg_session h2 {
  font-size: 1.9em;
  margin: 0 0 50px;
  color: #ea5436;
  text-align: center;
}
@media (max-width: 767px) {
  .bg_session h2 {
    font-size: 1.6em;
    margin: 0 0 30px;
  }
}
.bg_session h2::before {
  position: absolute;
  content: url("../images/bg_session_up.png");
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .bg_session h2::before {
    content: none;
  }
}
.bg_session li {
  background: url(../images/icn_check.png) no-repeat left center;
  font-weight: bold;
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .bg_session li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    font-size: 1.3em;
  }
}
.bg_session li:last-of-type {
  background: none;
}

.session_contents {
  width: 800px;
  margin: 160px auto 160px;
}
@media (max-width: 767px) {
  .session_contents {
    width: 92%;
    margin: 93px auto 58px;
  }
}
@media (max-width: 767px) {
  .session_contents h2 {
    margin: 0 0 56px 0;
  }
}
.session_contents li {
  font-size: 1.2em;
  float: left;
  width: 26%;
  margin: 0 85px 0 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .session_contents li {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .session_contents li p {
    float: left;
    width: 64%;
  }
}
.session_contents li p:first-of-type {
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .session_contents li p:nth-child(2) {
    margin: 0 30px 0 10px;
    width: 24%;
  }
}
@media (max-width: 767px) {
  .session_contents li p:nth-child(2) img {
    width: 100%;
  }
}
.session_contents li:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .session_contents li:last-of-type {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.session_box {
  width: 800px;
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .session_box {
    width: 92%;
    margin: 0 auto 110px;
  }
}
.session_box p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .session_box p {
    margin: 0 0 20px;
    font-size: 1.3em;
    line-height: 2;
  }
}
.session_box .border_blue {
  margin: 0 0 70px;
}
@onclude mqSP {
  .session_box .border_blue {
    padding: 40px 15px 0;
    margin: 0 0 40px;
  }
}
.session_box .bord_blue_5px {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .session_box .bord_blue_5px {
    margin: 0 0 20px;
  }
}
.session_box .table_overview tr:last-of-type {
  border: none;
}

.session_QA {
  padding: 40px 40px 40px 40px;
  border: 1px solid #0e4891;
  border-bottom: 4px solid #0e4891;
  font-weight: bold;
  box-shadow: 0px 0px 12px -8px #777777;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .session_QA {
    padding: 30px 30px 30px 30px;
  }
}
.session_QA dt {
  font-size: 1.5em;
  color: #ea5436;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .session_QA dt {
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
}
.session_QA dt span {
  font-size: 1.5em;
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  .session_QA dt span {
    padding: 0 10px 0 0;
  }
}
.session_QA dd {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .session_QA dd {
    font-size: 1.2em;
    line-height: 2;
  }
}
.session_QA a {
  color: #1874af;
}

@media (max-width: 767px) {
  .session_point .goodpoint_list li .number {
    margin: 9px 21px 70px 0;
  }
}
.session_point .goodpoint_list p {
  font-size: 0.9em;
  line-height: 2;
}
@media (max-width: 767px) {
  .session_point .goodpoint_list p {
    font-size: 0.8em;
    line-height: 1.5;
  }
}
.session_point .goodpoint_list p span {
  font-size: 1em;
}

/****************************************************

問合せ・申込　contact.html

*****************************************************/
.contact {
  width: 700px;
  margin: 134px auto 130px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact {
    width: 92%;
    margin: 104px auto 80px;
  }
}
.contact dl {
  margin: 0 0 30px;
}
.contact dl:last-of-type {
  margin: 0 0 82px;
}
@media (max-width: 767px) {
  .contact dl:last-of-type {
    margin: 0 0 69px;
  }
}
.contact dt, .contact dd {
  float: left;
}
@media (max-width: 767px) {
  .contact dt, .contact dd {
    float: none;
  }
}
.contact dt {
  width: 30%;
}
@media (max-width: 767px) {
  .contact dt {
    width: 100%;
    font-size: 1.2em;
    margin: 0 0 6px 0;
  }
}
.contact dt span {
  color: #ff2131;
}
.contact dd {
  width: 70%;
}
@media (max-width: 767px) {
  .contact dd {
    width: 100%;
    font-size: 1.1em;
  }
}
.contact dd .mwform-checkbox-field-text {
  font-weight: bold;
}
.contact .submit_box {
  display: flex;
  justify-content: center;
}
.contact .submit_box input[type=submit]:nth-of-type(2) {
  margin: 0 0 0 20px;
}
.contact .clr_aka {
  color: #ff2131;
  margin: 0 0 20px;
}
.contact p {
  margin: 0 0 20px;
}
.contact form {
  margin: 0 0 130px;
}
@media (max-width: 767px) {
  .contact .mw_wp_form .vertical-item + .vertical-item {
    margin-top: 13px;
  }
}

/****************************************************

プライバシーポリシー　privacy.html

*****************************************************/
.privacy_box {
  width: 800px;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .privacy_box {
    width: 92%;
  }
}

.privacy_title {
  border-left: #0e4891 9px solid;
  padding: 5px 0 5px 30px;
  margin: 0 0 90px;
}
@media (max-width: 767px) {
  .privacy_title {
    border-left: #0e4891 9px solid;
    padding: 5px 0 5px 20px;
    margin: 0 0 51px;
  }
}
.privacy_title h1 {
  font-size: 1.9em;
  line-height: 1.1;
}
.privacy_title p {
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: bold;
}

.privacy_contents {
  font-weight: bold;
  margin: 0 0 160px;
}
@media (max-width: 767px) {
  .privacy_contents {
    margin: 0 0 105px;
  }
}
.privacy_contents p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .privacy_contents p {
    line-height: 2;
  }
}
.privacy_contents dl {
  position: relative;
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .privacy_contents dl {
    margin: 0 0 105px;
  }
}
.privacy_contents dl:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #174891;
  background: linear-gradient(90deg, #174891 12%, #ea5436 12%);
}
.privacy_contents dt {
  font-size: 1.5em;
}
.privacy_contents dd {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 30px 0 45px;
}
@media (max-width: 767px) {
  .privacy_contents dd {
    margin: 30px 0 45px;
  }
}

/****************************************************

キャンセルポリシー　cancel.html

*****************************************************/
.info_box {
  padding: 50px;
  border: 2px solid #0e4891;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .info_box {
    padding: 20px;
    margin: 40px 0 0 0;
  }
}

.ico_attention {
  padding: 5px 0 0 40px;
  background: url("../images/ico_attention.png") no-repeat left center;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .ico_attention {
    padding: 3px 0 0 40px;
    margin: 0 0 15px;
  }
}

/****************************************************

投稿　blog.html

*****************************************************/
.single_box {
  width: 700px;
  float: left;
}
@media (max-width: 767px) {
  .single_box {
    width: 92%;
    float: none;
  }
}

.single_title {
  border-left: #0e4891 9px solid;
  padding: 11px 0 11px 40px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .single_title {
    border-left: #0e4891 9px solid;
    padding: 5px 0 5px 20px;
    margin: 0 0 30px;
  }
}
.single_title h1 {
  font-size: 1.9em;
  line-height: 2;
  margin: 17px 0 16px;
}
@media (max-width: 767px) {
  .single_title h1 {
    font-size: 1.6em;
  }
}
.single_title p {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}

.single_title_1 {
  position: relative;
  padding: 41px 40px 41px 40px;
  margin: 0 0 50px;
  background: #0e4891;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .single_title_1 {
    padding: 5px 0 5px 20px;
    margin: 0 0 30px;
  }
}
.single_title_1 h1 {
  font-size: 1.9em;
  line-height: 1.5;
  margin: 17px 0 16px;
}
.single_title_1 p {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
.single_title_1 .btn_category a {
  padding: 5px 15px 3px;
  font-size: 0.9em;
  background: #fff;
  color: #0e4891;
}
.single_title_1 .voice_tag_ul li {
  border: none;
  color: #0e4891;
  background: #fff;
}

.single_title_1:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: '';
  border: 2px solid #fff;
}

.single_contents {
  margin: 0 0 90px;
}
@media (max-width: 767px) {
  .single_contents {
    margin: 0 0 75px;
  }
}
.single_contents div {
  font-size: 18px;
  line-height: 2;
}
.single_contents p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.single_contents img {
  max-width: 100%;
  height: auto;
}

.btn_category a {
  background: #0e4891;
  color: #fff;
  padding: 5px 15px 3px;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .btn_category a {
    padding: 3px 10px;
  }
}

.widget {
  width: 250px;
  float: right;
}
@media (max-width: 767px) {
  .widget {
    width: 100%;
    float: none;
  }
}

.category_widget_tatle {
  position: relative;
  padding: 1rem 2rem;
  border: 2px solid #668db2;
  margin: 0 0 20px;
  color: #668db2;
}
@media (max-width: 767px) {
  .category_widget_tatle {
    position: relative;
    padding: 26px 20px 21px 20px;
    border: 2px solid #668db2;
    margin: 0 0 20px;
  }
}

.category_widget_tatle:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border: 2px solid #668db2;
}

.category_widget_list {
  margin: 0 0 40px 0;
}
.category_widget_list a {
  color: #668db2;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #668db2;
}

/*****************
投稿記事のスタイル
*****************/
.mark {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff99 0%);
}

.txt_blue {
  color: #0e4891;
}

.txt_or {
  color: #ea5436;
}

/************************************
投稿の装飾（デフォルトコンテンツ）
************************************/
/*point*/
.box26 {
  position: relative;
  margin: 0 0 2em;
  padding: 0.5em 1em;
  border: solid 2px #ea5436;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.box26 .box_title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1 !important;
  font-size: 19px;
  background: #FFF;
  color: #ea5436;
  font-weight: bold;
}

/*今日のまとめ*/
.box_matome {
  padding: 40px 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eef2f7;
  margin: 30px 0 50px;
}
@media (max-width: 767px) {
  .box_matome {
    padding: 25px;
  }
}
.box_matome h2 {
  font-size: 1.4em;
  border-bottom: 1px solid #0e4891;
  padding: 0 0 10px 0;
  margin: 0 0 10px;
}

/*問合せ*/
.btn_info {
  display: block;
  padding: 10px;
  margin: 0 0 2em;
  background: #0e4891;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}

/*易選流の説明*/
.box_ekisen {
  padding: 60px 40px;
  margin: 50px 0;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #399ab3;
  box-shadow: 7px 7px 0px 0px #399ab3;
  color: #399ab3;
}
@media (max-width: 767px) {
  .box_ekisen {
    padding: 30px 20px;
    border-right: none;
    margin: 30px 0;
  }
}
.box_ekisen p:first-of-type {
  padding: 0 0 0 0;
}
@media (max-width: 767px) {
  .box_ekisen p:first-of-type {
    margin: 0 0 20px;
  }
}
.box_ekisen p {
  font-weight: bold;
  padding: 0 0 0 20px;
  float: left;
  width: 50%;
  line-height: 2 !important;
}
@media (max-width: 767px) {
  .box_ekisen p {
    float: none;
    padding: 0 0 0 0;
    width: auto;
  }
}
.box_ekisen p img {
  width: 100%;
}

/*ラインお友達*/
.line_box {
  padding: 60px 0px 80px;
  line-height: 1.4 !important;
  color: #07b53b;
}
@media (max-width: 767px) {
  .line_box {
    padding: 30px 0px;
  }
}

/*ブログプロフィール（一番初めの記事に使ってる為削除不可）*/
.single_box .box_28 {
  padding: 60px 0;
  margin: 50px 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 4px double #1874af;
  border-bottom: 4px double #1874af;
}
@media (max-width: 767px) {
  .single_box .box_28 {
    padding: 30px 0px;
    border-right: none;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .single_box .box_28 p:first-of-type {
    margin: 0 0 20px;
  }
}
.single_box .box_28 p {
  font-weight: bold;
  padding: 0 0 0 40px;
  float: left;
}
@media (max-width: 767px) {
  .single_box .box_28 p {
    padding: 0 0 0 0;
    line-height: 1.1 !important;
  }
}
.single_box .box_28 p img {
  width: 100%;
}

/*ブログプロフィール*/
.single_box .box_29 {
  padding: 30px 0;
  margin: 50px 0;
  font-size: 20px;
  font-weight: bold;
  border-top: 4px double #1874af;
  border-bottom: 4px double #1874af;
  background: url("../images/prof_img_.png") no-repeat 100% 30px;
}
@media (max-width: 767px) {
  .single_box .box_29 {
    background: none;
  }
}
.single_box .box_29 p:first-of-type .clr_or {
  color: #ea5436;
  padding: 0;
}
.single_box .box_29 p:first-of-type img {
  width: 100%;
}

/************************************
投稿の装飾

************************************/
/*背景青　白文字*/
.h3_title {
  color: #fff;
  background: #399ab3;
  padding: 3px 12px;
  margin: 30px 0 30px;
  font-size: 21px;
}

/*丸　タイトル*/
.h2_title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #0e4891;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  top: 7px;
  left: 0;
}
@media (max-width: 767px) {
  .h2_title::before {
    top: 2px;
  }
}

.h2_title {
  position: relative;
  padding: 0 0 0 30px;
  margin: 30px 0;
}

/*背景ブルーグレー*/
.box_bg_bg {
  padding: 40px 50px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eef2f7;
  margin: 30px 0 50px;
}
@media (max-width: 767px) {
  .box_bg_bg {
    padding: 25px;
  }
}

/*タイトル　下線*/
.h1_title_br {
  position: relative;
  margin: 50px 0 50px;
}

.h1_title_br:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #174891;
  background: linear-gradient(90deg, #174891 12%, #ea5436 12%);
  bottom: -15px;
  left: 0;
}

/*吹き出し　*/
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}

.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}

.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 6px;
  left: 0;
  padding-right: 30px;
}

.oneArea .onebox .fukiArea {
  width: 63%;
}

.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}

.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.oneArea .onebox .fukidasi::before {
  left: -15px;
  border-left: 25px solid #f2f3f7;
  border-top: 25px solid transparent;
}

.oneArea .onebox .fukidasi::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}

@media screen and (max-width: 1024px) {
  .oneArea .onebox .imgArea img {
    max-width: 100%;
    top: -24%;
    padding-right: 13px;
  }

  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }

  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }

  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }

  .oneArea .onebox .imgArea {
    width: 20%;
  }

  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/*吹き出し 30　女性*/
.oneArea .hukidashi_f_30 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin-top: 20px;
}

.oneArea .hukidashi_f_30 .imgArea {
  width: 16%;
  position: relative;
}

.oneArea .hukidashi_f_30 .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 9%;
  left: auto;
  right: 0;
  padding-left: 30px;
}

.oneArea .hukidashi_f_30 .fukiArea {
  width: 63%;
}

.oneArea .hukidashi_f_30 .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f2d2;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}

.oneArea .hukidashi_f_60 .fukidasi {
  background-color: #f9e1d4;
}

.oneArea .hukidashi_m_30 .fukidasi {
  background-color: #cfe4db;
}

.oneArea .hukidashi_m_60 .fukidasi {
  background-color: #dad2dd;
}

.oneArea .hukidashi_f_30 .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #f2f2d2;
}

.oneArea .hukidashi_f_60 .fukidasi::before {
  border-top: 25px solid #f9e1d4;
}

.oneArea .hukidashi_m_30 .fukidasi::before {
  border-top: 25px solid #cfe4db;
}

.oneArea .hukidashi_m_60 .fukidasi::before {
  border-top: 25px solid #dad2dd;
}

.oneArea .hukidashi_f_30 .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}

@media screen and (max-width: 1024px) {
  .oneArea .hukidashi_f_30 .imgArea img {
    max-width: 100%;
    top: -2px;
    padding-left: 18px;
  }

  .oneArea .hukidashi_f_30 .fukidasi {
    padding: 15px;
    font-size: 14px;
  }

  .oneArea .hukidashi_f_30 .fukidasi::before {
    top: 8px;
  }

  .oneArea .hukidashi_f_30 .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }

  .oneArea .hukidashi_f_30 {
    margin-top: 15px;
  }

  .oneArea .hukidashi_f_30 .imgArea {
    width: 20%;
  }

  .oneArea .hukidashi_f_30 .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}
/* img を　右寄,中央寄にするスタイル　2022/06/02追記 */
.alignright {
  display: block;
  margin-left: auto;
}

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

/* pz-linkcard　2022/06/05追記　外部リンクのサムネイル表示*/
.lkc-link {
  width: 100%;
}

/****************************************************

プロフィール　profile.html

*****************************************************/
.profile_01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 10px;
  left: 0;
  background: #fff;
}

.profile_01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background: #fff;
}

.profile_01 {
  position: relative;
  padding: 110px;
  margin: 180px auto 160px;
  background: #0e4891;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .profile_01 {
    padding: 60px 20px;
    margin: 100px auto 100px;
  }
}
.profile_01 h2 {
  position: absolute;
  top: -85px;
  left: 0;
}
@media (max-width: 767px) {
  .profile_01 h2 {
    top: -52px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .profile_01 h2 img {
    width: 300px;
  }
}
.profile_01 .profile_box_txt {
  float: right;
  width: 440px;
}
@media (max-width: 767px) {
  .profile_01 .profile_box_txt {
    float: none;
    width: auto;
  }
}
.profile_01 .profile_box_txt h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .profile_01 .profile_box_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.profile_01 .profile_box_txt p {
  font-size: 1.2em;
  line-height: 2.2;
}
.profile_01 .profile_box_txt p:first-of-type {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #fff solid;
  display: block;
  font-weight: normal;
}
@media (max-width: 767px) {
  .profile_01 .profile_box_txt p:first-of-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #fff solid;
    display: block;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .profile_01 .profile_box_txt p:last-of-type {
    margin-bottom: 30px;
  }
}
.profile_01 h3 {
  float: left;
}
@media (max-width: 767px) {
  .profile_01 h3 {
    float: none;
  }
}
@media (max-width: 767px) {
  .profile_01 h3 img {
    width: 100%;
  }
}

.profile_contents {
  width: 490px;
  margin: 136px 0 226px;
}
@media (max-width: 767px) {
  .profile_contents {
    width: 94%;
    margin: 0 auto;
    padding: 0 0;
  }
}
.profile_contents h3 {
  position: relative;
  font-size: 1.5em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profile_contents h3 {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
}
.profile_contents h3 .bg_wh {
  background: #fff;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .profile_contents h3 .bg_wh {
    padding: 0 10px 0 0;
  }
}
.profile_contents h3 .bg_wh span {
  font-size: 0.8em;
}
.profile_contents h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  z-index: -1;
  background: #ea5436;
}
@media (max-width: 767px) {
  .profile_contents h3:first-of-type + p {
    margin-bottom: 30px;
  }
}
.profile_contents p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2.2;
}

.contents_right {
  float: right;
}
@media (max-width: 767px) {
  .contents_right {
    float: none;
  }
}

.bg_blue {
  background: #d0d8e3;
  padding: 8px;
  display: block;
}

.bg_wh_clr_blue {
  background: #d0d8e3;
  padding: 8px;
  display: block;
  color: #0e4891;
  font-weight: bold;
}

.profile_contents_01 {
  position: relative;
}
@media (max-width: 767px) {
  .profile_contents_01 {
    padding: 0 0 410px;
  }
}

.profile_contents_01::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 660px;
  background: url("../images/img_profile_01.png") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .profile_contents_01::before {
    width: 100%;
    height: 360px;
    background: url(../images/img_profile_01.png) no-repeat 0 0;
    background-size: contain;
    bottom: 0;
  }
}

.profile_contents_02 {
  position: relative;
}
@media (max-width: 767px) {
  .profile_contents_02 {
    padding: 0 0 440px;
  }
}
.profile_contents_02 .profile_contents {
  margin: 110px 0 150px;
}
@media (max-width: 767px) {
  .profile_contents_02 .profile_contents {
    margin: 30px 0 0;
  }
}

.profile_contents_02::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 660px;
  background: url(../images/img_profile_02.png) no-repeat 0 0;
  background-size: contain;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .profile_contents_02::before {
    width: 100%;
    height: 360px;
    right: 0;
    top: 800px;
  }
}

.profile_contents_03 {
  position: relative;
}
@media (max-width: 767px) {
  .profile_contents_03 {
    padding: 0 0 370px;
  }
}
.profile_contents_03 .profile_contents {
  margin: 0 0 130px;
}
@media (max-width: 767px) {
  .profile_contents_03 .profile_contents {
    margin: 30px 0 0;
  }
}

.profile_contents_03::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 660px;
  background: url("../images/img_profile_03.png") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .profile_contents_03::before {
    width: 100%;
    height: 302px;
    bottom: 0;
  }
}

.profile_contents_04 {
  position: relative;
}
@media (max-width: 767px) {
  .profile_contents_04 {
    padding: 0 0 440px;
  }
}
.profile_contents_04 .profile_contents {
  margin: 60px 0 170px;
}
@media (max-width: 767px) {
  .profile_contents_04 .profile_contents {
    margin: 30px 0 0;
  }
}

.profile_contents_04::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 660px;
  background: url(../images/img_profile_04.png) no-repeat 0 0;
  background-size: contain;
  right: 0;
  top: -120px;
}
@media (max-width: 767px) {
  .profile_contents_04::before {
    width: 100%;
    height: 360px;
    right: 0;
    top: 668px;
  }
}

/* =========================================
   ブログ一覧 4列表示用スタイル
   ========================================= */

/* リスト全体のコンテナ */
.blog_list_container {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 各記事のボックス（PC表示時：4列） */
.blog_list_container li {
  width: 22%; /* 100% ÷ 4 = 25% ですが、余白分を引いて22%程度に */
  margin-right: 4%; /* 右側の余白 */
  margin-bottom: 30px; /* 下側の余白 */
  float: left; /* 横並びにする */
  box-sizing: border-box;
}

/* 4つごとの最後の要素は右余白を0にする */
.blog_list_container li:nth-child(4n) {
  margin-right: 0;
}

/* 5つ目（次の行の最初）の要素で回り込みを解除 */
.blog_list_container li:nth-child(4n+1) {
  clear: both;
}

/* リンクをブロック要素にしてクリック範囲を広げる */
.blog_list_container li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* 画像の幅を親要素に合わせる */
.blog_list_container .blog_img_box img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -------------------------------------------
   スマホ表示（幅767px以下）は1列または2列にする
   ------------------------------------------- */
@media screen and (max-width: 767px) {
  .blog_list_container li {
    width: 48%; /* 2列にする場合 */
    margin-right: 4%;
  }
  .blog_list_container li:nth-child(4n) {
    margin-right: 4%; /* PC用設定をリセット */
  }
  .blog_list_container li:nth-child(2n) {
    margin-right: 0; /* スマホ2列用の右余白なし設定 */
  }
  .blog_list_container li:nth-child(4n+1) {
    clear: none; /* PC用設定をリセット */
  }
  .blog_list_container li:nth-child(2n+1) {
    clear: both; /* スマホ2列用の改行設定 */
  }
}

/* =========================================
   修正用追記CSS
   ========================================= */

/* 下部メルマガ登録エリアの修正 */
.top_contact .mail_magazine {
  background: #ea5436 !important; /* オレンジ色に変更（サイト内のアクセントカラーを使用） */
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px; /* 隣のボックスと高さを合わせる */
}

/* スマホ表示時の調整 */
@media (max-width: 767px) {
  .top_contact .mail_magazine {
    height: 130px;
    font-size: 1.2em;
    padding: 0 14px;
  }
}

/* コース内のボタン下余白を無くす */
.session_box .border_blue p.alncenter {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}