@charset "UTF-8";
/* CSS Document */
html {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* font base */
.h1 {
  font-size: 36px;
  line-height: 45px;
}
.font-36 {
  font-size: 36px;
  line-height: 45px;
}
.font-30 {
  font-size: 30px;
  line-height: 45px;
}
.font-28 {
  font-size: 28px !important;
  line-height: 40px !important;
}
.font-24 {
  font-size: 24px !important;
  line-height: 36px !important;
}
.font-22 {
  font-size: 22px !important;
  line-height: 34px !important;
}
.font-20 {
  font-size: 20px !important;
  line-height: 35px !important;
}
.font-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.font-18b {
  font-size: 18px !important;
  line-height: 20px !important;
}
.font-16 {
  font-size: 16px !important;
  line-height: 28px !important;
}

.font-16b {
  font-size: 16px !important;
  line-height: 20px !important;
}

.font-14 {
  font-size: 14px !important;
  line-height: 24px !important;
}
.font-12 {
  font-size: 12px !important;
  line-height: 16px !important;
}
.font-11 {
  font-size: 11px !important;
  line-height: 11px !important;
}
.font-10 {
  font-size: 10px !important;
  line-height: 11px !important;
}
/* font white */
.font-28w {
  font-size: 28px !important;
  line-height: 40px !important;
  color: #ffffff !important;
}
.font-24w {
  font-size: 24px !important;
  line-height: 36px !important;
  color: #ffffff !important;
}
.font-20w {
  font-size: 20px !important;
  line-height: 35px !important;
  color: #ffffff !important;
}
.font-18w {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #ffffff !important;
}
.font-16w {
  font-size: 16px !important;
  line-height: 26px !important;
  color: #ffffff !important;
}
.font-14w {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #ffffff !important;
}


/* table関連 */

.tableSample {
    width: 100%;
    border-collapse: collapse;
}
.tableSample th, td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.tableSample th {
    background: #f4f4f4;
    width: 25%;
    text-align: left;
}

@media only screen and (max-width:650px) {
.tableSample th, td {
    width: auto;
    display: block;
    border-top: none;
}
.tableSample tr:first-child {
    border-top: 1px solid #d5d5d5;
}
}





@media only screen and (max-width:650px) {
  .tableSample2 th, td {
    width: auto;
    display: block;
    border-top: none;
  }
  .tableSample2 tr:first-child {
    border-top: 1px solid #d5d5d5;
  }
}
ol {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px
}
/*hr関連*/
@media screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }
}
hr {
  border: none; /* 一旦線を解除 */
  border-top: solid 3px #f7b52c; /* 点線を指定 */
  /* 参考：↑border-bottomでも同じです */
}
hr2 {
  margin: 30px 0; /* 線の前後の隙間 */
  border: none; /* 一旦線を解除 */
  border-top: solid 2px #f7b52c; /* 点線を指定 */
  /* 参考：↑border-bottomでも同じです */
}
/*リンク色*/
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #ff0000;
}
a:active {
  color: #000000;
}

/*相談内容用リスト*/
ul.cp_list {
  padding: 0.5em;
  list-style: none;
}
ul.cp_list li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 143, 0, 1);
}
ul.cp_list li:after, ul.cp_list li:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}
ul.cp_list li:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 143, 0, 1);
}
ul.cp_list li:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255, 143, 0, 0.5);
  transform: rotate(60deg);
}
/*相談内容用テキストボックス*/
.box_11 {
  position: relative;
  background: #ffffff;
  padding: 1.5em;
  border: solid 1px #f69126;
}
.box_11::after {
  position: absolute;
  content: '';
  left: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: #fff #fff #f69126;
}
/*相談内容用タイトルの横に画像*/
.title:before {
  position: relative;
  vertical-align: middle;
  margin: 0 15px 0 0;
  content: url("../img/omakase.png");
}
/*ロゴタイトルの横に画像*/
.title2:before {
  position: relative;
  vertical-align: middle;
  margin: 0 15px 0 0;
  content: url("../img/rogomark.png");
}
/*ニューアコーディオンQA2*/
.accordion {
  width: 100%;
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}
/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  border: 2px solid #fff0e1;
  background: #fffbf3;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}




/*「ブログ」画像サイズ調整*/

div.mgn {
width: 100%;
}

div.mgn img {
float: left;
margin: 0 30px 30px 0;
}


/*「ブログの次のページ」ページネーション*/
.pagination-next-link {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 1.25em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}

.pagination-next-link:hover {
  background-color: #f3f3f3;
  transition: all 0.3s ease 0s;
}

.pagination2 {
    margin: 60px 0px 0px;
}

.pagination2 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    list-style: none;
}

.pagination2 > ul > li {
    margin: 0px 0.5em;
    width: 2em;
    height: 2em;
}

.pagination2 > ul > li > a,
.pagination2 > ul > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ff940c;
    box-sizing: border-box;
}

.pagination2 > ul > li > a {
    border: 1px solid currentColor;
    text-decoration: none;
}

.pagination2 > ul > li > .current {
    border: 1px solid #ff940c;
    background-color: #ff940c;
    color: #fff;
}

.pagination2 > ul > li > .prev,
.pagination2 > ul > li > .next {
    position: relative;
    border: none;
}
.pagination2 > ul > li > .prev::before,
.pagination2 > ul > li > .next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 0.75em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.pagination2 > ul > li > .prev::before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination2 > ul > li > .next::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

/*Googleカスタム検索窓*/
.gsc-control-cse * {
    box-sizing: content-box;
}
.gsc-input {
    line-height: 1;
}

#cse-search-box {
	width: 100%;
	max-width: 400px;
	height: 80px;
	margin: 0 auto;
	}


/* ボーダーの太さ */
.border-2{
    border-width:2px !important;
}

.border-3{
    border-width:3px !important;
}

.border-4{
    border-width:4px !important;
}

.border-5{
    border-width:5px !important;
}

.dotted-border {
  border-style: dotted;
  border-width: 2px; /* ボーダーの太さ */
  border-color: #ff940c; /* ボーダーの色 */
  padding: 10px; /* 内容とボーダーの間の余白 */
}


h2 {
	font-size: 32px;
  color: #113D78;
	}
h2 {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	}
h2:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #113D7B;
	}