* {
  font-style: normal
}

html {
  font-style: normal;
  text-align: left;
  font-size: 12px;
  line-height: 1.6
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0
}

body * {
    margin: 0;
    padding: 0;
}
.topic {
    display: none;
    position: fixed;
    z-index: 3;
    left: auto;
    right: 217px;
    top: 144px;
}

/*.header-nav-bg {
    color: #fff;
    border: 2px solid #7e735f;
    border-radius: 5px;
    padding-left: 3px;
    height: 35px;
    padding-top: 5px;
}*/
.title_logo {
margin-top: 17px;
}
.picture {
    width: auto;
    max-width: 100%;
}
.picture300 {
    width: auto;
    max-width: 300px; 
}
.picture280 {
    width: auto;
    max-width: 280px; 
}
.picture260 {
    width: auto;
    max-width: 260px; 
}
.picture250 {
    width: auto;
    max-width: 250px; 
}
.picture240 {
    width: auto;
    max-width: 240px; 
}
.picture220 {
    width: auto;
    max-width: 220px; 
}
.picture200 {
    width: auto;
    max-width: 200px; 
}
.picture150 {
    width: auto;
    max-width: 150px; 
}
.picture140 {
    width: auto;
    max-width: 140px; 
}
.picture130 {
    width: auto;
    max-width: 130px; 
}
.picture120 {
    width: auto;
    max-width: 120px; 
}
.picture110 {
    width: auto;
    max-width: 110px; 
}
.picture100 {
    width: auto;
    max-width: 100px; 
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}
.clear_both {
    clear:both;
}
.spacer {
    min-width: 120px;
    width: auto;
	}
.red {
    color: #FF6464;
}
.blu {
    color: #4B92DB;
}
.blk {
    color: #555555;
}
.gre {
    color: #DDDDDD;
}
.lgre {
    color: #EEEEEE;
}
.grn {
    color: #3BB143;
}
.pnk {
    color: #FC0FC0;
}
.corplate {
    color: #7e735f;
}
.em06 {
	font-size: 0.6em;
}
.em07 {
	font-size: 0.7em;
}
.em08 {
	font-size: 0.8em;
}
.em09 {
	font-size: 0.9em;
}
.em10 {
	font-size: 1em;
}
.em12 {
	font-size: 1.2em;
}
.em13 {
	font-size: 1.3em;
}
.em14 {
	font-size: 1.4em;
}
.em15 {
	font-size: 1.5em;
}
.em16 {
	font-size: 1.6em;
}
.em17 {
	font-size: 1.7em;
}
.em18 {
	font-size: 1.8em;
}
.em20 {
	font-size: 2em;
}
.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.6);
}
.bg-mask2 {
    height: 100%;
    background-color: rgba(242,242,242,0.6);
}
.bg-mask-00394a {
    background-color: rgba(0,57,74,0.55);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}
.bg-mask-7e735f {
    background-color: rgba(166,147,124,0.55);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.arrow_L-R {
    position: relative;
    z-index: 1;
}
.arrow_L-R::before {
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(../png/icon-arrow-03.png);
    background-repeat: no-repeat;
    left: 100%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrow_R-L {
    position: relative;
    z-index: 1;
}
.arrow_R-L::before {
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    background-image: url(../png/icon-arrow-03.png);
    background-repeat: no-repeat;
    left: 290px;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.arrow_U-D {
    position: relative;
    z-index: 1;
}
.arrow_U-D::before {
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    background-image: url(../png/icon-arrow-03.png);
    background-repeat: no-repeat;
    left: 290px;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.arrow_D-U {
    position: relative;
    z-index: 1;
}
.arrow_D-U::before {
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    background-image: url(../png/icon-arrow-03.png);
    background-repeat: no-repeat;
    left: 290px;
    top: 50%;
}
.div_center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.bold {
    font-weight: 800;
}
.space {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.space2 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}

.margin_t_b50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin_t_b30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin_t_b20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin_t30 {
    margin-top: 30px;
}

.margin_b30 {
    margin-bottom: 30px;
}

.upper_rubi {
    font-size: 0.6em;
    vertical-align: text-top;
    position: absolute;
    left: 46px;
    top: 14px;
}
.under_rubi {
    font-size: 0.6em;
    /* [disabled]margin-top: -56px; */
    vertical-align: text-top;
    text-align: right;
    position: absolute;
    left: 99px;
    top: 29px;
}


[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.88em;
    margin: auto;
    font-size: 0.5em;
    left: -15%;
    right: auto;
}
/*rt, rp {
    display: none;
}*/
.display_none {
    display: none;
}
ruby {
    white-space: nowrap; 
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}


/* シンプルな矢印アイコン */

.arrow-icon1-1::before {
  left: 4px;
  width: 5px;
  height: 1px;
  background: #7e735f;
}

.arrow-icon1-1::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* シンプルな矢印アイコン（大） */

.arrow-icon1-2::before {
  left: 3px;
  width: 7px;
  height: 1px;
  background: #7e735f;
}

.arrow-icon1-2::after {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* シンプルな太い矢印アイコン */

.arrow-icon1-3::before {
  left: 4px;
  width: 6px;
  height: 2px;
  background: #7e735f;
}

.arrow-icon1-3::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #7e735f;
  border-right: 2px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* シンプルな太い矢印アイコン（大） */

.arrow-icon1-4::before {
  left: 2px;
  width: 7px;
  height: 3px;
  background: #7e735f;
}

.arrow-icon1-4::after {
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #7e735f;
  border-right: 3px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* 右上向きの矢印アイコン */

.arrow-icon2-1::after {
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
}

.arrow-icon2-2::before {
  width: 12px;
  height: 2px;
  background: #7e735f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


/* 右上向きの矢印アイコン（大） */

.arrow-icon2-2::before {
  width: 12px;
  height: 2px;
  background: #7e735f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow-icon2-2::after {
  left: 1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7e735f;
  border-right: 2px solid #7e735f;
}


/* 右下向きの矢印アイコン */

.arrow-icon2-3::before {
  left: 3px;
  width: 9px;
  height: 1px;
  background: #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-icon2-3::after {
  left: 4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #7e735f;
  border-bottom: 1px solid #7e735f;
}


/* 右下向きの矢印アイコン（大） */

.arrow-icon2-4::before {
  width: 12px;
  height: 2px;
  background: #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-icon2-4::after {
  left: 1px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #7e735f;
  border-bottom: 2px solid #7e735f;
}


/* 三角＋四角の矢印アイコン */

.arrow-icon3-1::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #7e735f;
}

.arrow-icon3-1::after {
  left: 0;
  width: 6px;
  height: 4px;
  border-left: 4px solid #7e735f;
}


/* 三角＋四角の矢印アイコン（大） */

.arrow-icon3-2::before {
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #7e735f;
}

.arrow-icon3-2::after {
  left: 0;
  width: 8px;
  height: 6px;
  border-left: 4px solid #7e735f;
}


/* 三角＋四角の矢印アイコン2 */

.arrow-icon3-3::before {
  left: 1px;
  width: 6px;
  height: 4px;
  background: #7e735f;
}

.arrow-icon3-3::after {
  left: 7px;
  box-sizing: border-box;
  width: 2px;
  height: 2px;
  border: 2px solid transparent;
  border-left: 2px solid #7e735f;
}


/* 三角＋四角の矢印アイコン2（大） */

.arrow-icon3-4::before {
  width: 7px;
  height: 6px;
  background: #7e735f;
}

.arrow-icon3-4::after {
  left: 7px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #7e735f;
}


/* 右上に曲がった矢印アイコン */

.arrow-icon3-5::before {
  left: 7px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #7e735f;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.arrow-icon3-5::after {
  top: 7px;
  left: -2px;
  border: 0 solid transparent;
  border-left: 3px solid #7e735f;
  border-radius: 0 0 0 10px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* 右下に曲がった矢印アイコン */

.arrow-icon3-6::before {
  top: 8px;
  left: 7px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-icon3-6::after {
  left: -1px;
  border: 0 solid transparent;
  border-top: 3px solid #7e735f;
  border-radius: 10px 0 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* 三角の矢印アイコン */

.arrow-icon4-1::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #7e735f;
}


/* 三角の矢印アイコン（正円背景） */

.arrow-icon4-2::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #7e735f;
}

.arrow-icon4-2::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}


/* 三角の矢印アイコン（角丸背景） */

.arrow-icon4-3::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #7e735f;
}

.arrow-icon4-3::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}


/* 三角の矢印アイコン（四角背景） */

.arrow-icon4-4::before {
  width: 12px;
  height: 12px;
  background: #7e735f;
}

.arrow-icon4-4::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}


/* 三角の矢印アイコン（正円枠） */

.arrow-icon4-5::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e735f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.arrow-icon4-5::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #7e735f;
}


/* 三角の矢印アイコン（角丸枠） */

.arrow-icon4-6::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e735f;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

.arrow-icon4-6::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #7e735f;
}


/* 三角の矢印アイコン（四角枠） */

.arrow-icon4-7::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e735f;
}

.arrow-icon4-7::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #7e735f;
}


/* くの字の矢印アイコン */

.arrow-icon5-1::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の太め矢印アイコン */

.arrow-icon5-2::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #7e735f;
  border-right: 2px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の矢印アイコン（正円背景） */

.arrow-icon5-3::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #7e735f;
}

.arrow-icon5-3::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の矢印アイコン（角丸背景） */

.arrow-icon5-4::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #7e735f;
}

.arrow-icon5-4::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の矢印アイコン（四角背景） */

.arrow-icon5-5::before {
  width: 12px;
  height: 12px;
  background: #7e735f;
}

.arrow-icon5-5::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の矢印アイコン（正円枠） */

.arrow-icon5-6::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e735f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.arrow-icon5-6::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の矢印アイコン（角丸枠） */

.arrow-icon5-7::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e735f;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

.arrow-icon5-7::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* くの字の矢印アイコン（四角枠） */

.arrow-icon5-8::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #7e735f;
}

.arrow-icon5-8::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #7e735f;
  border-right: 1px solid #7e735f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* クエスチョン（正円背景） */

.question {
    position: relative;
}

.question::before {
    margin-right: .25em;
    content: "?";
    display: inline-block;
    line-height: 17px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #7e735f;
    color: #7e735f;
}

 /* ふきだし */
 
.balloon-shadow-line {
    position: relative; /* 三角の位置を固定するために設定 */
    max-width: 300px; /* 幅 */
    width: 80%;
    margin: 0 auto 40px; /* 上 左右 下のマージン */
    padding: 20px; /* ふきだし内の余白 */
    background: #fff; /* 背景色 */
    border: 1px solid #ddd;
    text-align: left; /* テキストの揃え */
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.balloon-shadow-line::before,
.balloon-shadow-line::after {
    content: '';
    width: 20px; /* 影をつけるために線幅で設定せずにboxを使用する */
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.balloon-shadow-line::before {
  background: #ddd; /* 吹き出しの線と同じ色 */
  bottom: -10px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.balloon-shadow-line::after {
  background: #fff; /* 吹き出しの地と同じ色 */
  bottom: -9px; /* 線の太さだけずらす */
}

.balloon-shadow-line-L {
    position: relative; /* 三角の位置を固定するために設定 */
    max-width: 300px; /* 幅 */
    width: 80%;
    margin-top: 0;
    margin-bottom: 40px; /* 上 左右 下のマージン */
    padding: 20px; /* ふきだし内の余白 */
    background: #fff; /* 背景色 */
    border: 1px solid #ddd;
    text-align: left; /* テキストの揃え */
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.balloon-shadow-line-L::before,
.balloon-shadow-line-L::after {
    content: '';
    width: 20px; /* 影をつけるために線幅で設定せずにboxを使用する */
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 15%;
    margin-left: -10px;
}
.balloon-shadow-line-L::before {
  background: #ddd; /* 吹き出しの線と同じ色 */
  bottom: -10px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.balloon-shadow-line-L::after {
  background: #fff; /* 吹き出しの地と同じ色 */
  bottom: -9px; /* 線の太さだけずらす */
}

.balloon-shadow-line-R {
    position: relative; /* 三角の位置を固定するために設定 */
    max-width: 300px; /* 幅 */
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 40px; /* 上 左右 下のマージン */
    padding: 20px; /* ふきだし内の余白 */
    background: #fff; /* 背景色 */
    border: 1px solid #ddd;
    text-align: left; /* テキストの揃え */
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.balloon-shadow-line-R::before,
.balloon-shadow-line-R::after {
    content: '';
    width: 20px; /* 影をつけるために線幅で設定せずにboxを使用する */
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 85%;
    margin-left: -10px;
}
.balloon-shadow-line-R::before {
  background: #ddd; /* 吹き出しの線と同じ色 */
  bottom: -10px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.balloon-shadow-line-R::after {
  background: #fff; /* 吹き出しの地と同じ色 */
  bottom: -9px; /* 線の太さだけずらす */
}

.round { /* 角丸用クラス */
  border-radius: 8px;
}

 /* チャット風ふきだし */
 
.balloon-set-box {
  display: flex;
  flex-wrap: wrap;
}
.balloon-set-box.left-box { /* 左 */
  flex-direction: row;
}
.balloon-set-box.right-box { /* 右 */
  flex-direction: row-reverse; /* アイコンと吹き出しの並びを入れ替える */
}
.balloon-box {
    position: relative; /* 三角の位置を固定するために設定 */
    display: inline-block;
    max-width: 400px;
    margin: 20px; /* 上 左右 下のマージン */
    padding: 8px 15px; /* ふきだし内の余白 */
    background: #f0f0f0; /* 背景色 */
    text-align: left; /* テキストの揃え */
    border-radius: 15px;
    border: 1px solid #7e735f; /* 吹き出しの線の色 */
}
.balloon-box::before,
.balloon-box::after {
  content: '';
  border: 14px solid transparent;
  border-top-color: #f0f0f0;
  position: absolute;
  top: 0;
}
.left-box .balloon-box::after { /* 左側からの三角の位置 */
  left: -13px;
}
.left-box .balloon-box::before { /* 線になる部分 */
    border-top-color: #7e735f; /* 吹き出しの線の色と同じ色 */
    top: -1px;
    left: -15px;
}
.right-box .balloon-box::after { /* 右側からの三角の位置 */
  right: -13px;
}
.right-box .balloon-box::before { /* 線になる部分 */
    border-top-color: #7e735f; /* 吹き出しの線の色と同じ色 */
    top: -1px;
    right: -15px;
}
.icon-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: center;
}

[icon-ruby] {
    position: relative;
}
[icon-ruby]::before {
    content: attr(icon-ruby);
    position: absolute;
    top: 133px;
    margin: auto;
    font-size: 1.25em;
    left: 45%;
    right: auto;
    /*font-weight: bold;*/
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit
}

table {
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  font-size: 1em;
  border: 0
}

ol, ul {
  font-size: 1em;
  list-style: none
}

caption, th {
  font-size: 1em;
  text-align: left
}

q:after, q:before {
  font-size: 1em;
  content: ''
}

abbr, acronym {
  border: 0;
  font-size: 1em
}

small {
  font-size: .8em
}

large {
  font-size: 1.2em
}

th {
  font-weight: 100
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

img {
  vertical-align: bottom
}
.side_menu img,
.L02-002 img,
.L03-002 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.all__initial {
 all: initial;
 all: -moz-initial;
}
.ol__initial {
    list-style-type: initial;
    list-style-type: -moz-initial;
    list-style-type: decimal;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ul__initial {
    list-style-type: initial;
    list-style-type: -moz-initial;
    list-style-type: disc;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ol_brackets {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.ol_brackets li {
  counter-increment: cnt;
}
.ol_brackets li::before {
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-28px;
  width: 30px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-top: -93px;
    padding-top: 93px;
}
.side_menu {
    border-left: 1px solid #e8e9ec;
    border-right: 1px solid #e8e9ec;
    border-bottom: 1px solid #e8e9ec;
    padding-bottom: 50px;
}
.side_menu02 {
    border-left: 1px solid #e8e9ec;
    border-right: 1px solid #e8e9ec;
}
.target{
    padding-top: 60px;
}
.em80 {
    font-size: 1.2em !important;
} 
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
    /*z-index: 10;*/
}
.pagination-box {
	display: inline-block;
}
.pagination span {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff; /* 文字色 */
    background: #7e735f; /* 背景色 */
    border-radius: 18px;
}
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #7e735f;
    background: #fff;
    /*box-shadow: 0 0 0 2px #7e735f inset;*/
    border-radius: 18px;
}
.pagination a:hover{
	color: #fff;
	background: #7e735f;
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #fff;
    background: #7e735f;
    border-radius: 18px;
}
@media only screen and (max-width: 413px) {
 .pagination {
     font-size: 12px;
     line-height: 12px;
 }
 .pagination span, .pagination a {
     padding: 8px 10px 8px 10px;
 }
 .pagination .current{
     padding: 8px 10px 8px 10px;
 }
}


button {
    border: 0;
    background-color: transparent;
    border-bottom-right-radius: 8px;
}

button:focus {
    outline: 0;

}

:placeholder-shown {
  color: #9da0a4
}

::-webkit-input-placeholder {
  color: #9da0a4
}

:-moz-placeholder {
  color: #9da0a4;
  opacity: 1
}

::-moz-placeholder {
  color: #9da0a4;
  opacity: 1
}

:-ms-input-placeholder {
  color: #9da0a4
}

a {
  color: inherit
}

#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
  max-width: none
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%
}

#cboxBottomLeft, #cboxMiddleLeft {
  clear: left
}

#cboxContent {
  position: relative
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

#cboxTitle {
  margin: 0
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

#cboxOverlay {
  background: #232531;
  opacity: .8!important
}

#colorbox {
  outline: 0
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000
}

.cboxIframe {
  background: #fff
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc
}

#cboxLoadingGraphic {
  /*background: url(/common/jQueryAssets/colorbox/images/loading.gif) no-repeat center center*/
}

#cboxLoadingOverlay {
  background: #000
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #fff;
  font-size: 15px
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  /*background: url(/common/jQueryAssets/colorbox/images/controls_ma.png) no-repeat 0 0*/
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
  outline: 0
}

#cboxPrevious {
  background-position: 0 0;
  right: 44px
}

#cboxPrevious:hover {
  background-position: 0 -40px
}

#cboxNext {
  background-position: -40px 0;
  right: 22px
}

#cboxNext:hover {
  background-position: -40px -40px
}

#cboxClose {
  background: 0 0
}

#cboxClose::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#cboxClose::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#cboxClose:hover {
  background-position: -80px -40px
}

.cboxSlideshow_off #cboxPrevious, .cboxSlideshow_on #cboxPrevious {
  right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -120px -40px;
  right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -160px -40px
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -160px 0;
  right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -120px -40px
}

.L01-001-item+.L01-001-item.service-section {
  margin-top: 0
}

.L01-001-item p[class^=H02]+a, .L01-001-item p[class^=H02]+div, .L01-001-item p[class^=H02]+p {
  margin-top: 30px
}

.L01-001-item__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.L02-001-item_type_sub {
  margin-top: 50px
}

.H01-001-01 {
  border-bottom: 1px solid #e8e9ec
}

.H01-001-01__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.H01-001-01__title {
  line-height: 1.3;
  color: #7e735f;
  font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.H01-001-01__title_type_center_01 {
  text-align: center
}

.H01-001-02 {
    position: relative;
    background-color: #7e735f;
    color: #ffffff;
    padding-left: 10px;  /*line-height: 1.3;*/  /*color: #7e735f;*/
    padding-top: 10px;  /*border-bottom: 3px solid #e9e9e9*/
    border-radius: 5px;
    line-height: 1em;
}

h1+.H01-001-02 {
  margin-top: 20px
}

.H01-001-02:before {
/*  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #005c55*/
}

.H01-001-03 {
  font-weight: 700;
  color: #333333;
  line-height: 1.3;
  border-left: 4px solid #333333;
}

.H01-001-04 {
  font-weight: 700;
  color: #7e735f;
  line-height: 1.3
}

.H01-001-05 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #7e735f;
  line-height: 1.3
}

*+.H01-001-05 {
  margin-top: 50px
}

.H02-001-03 {
  color: #45494b;
  font-size: 13px;
  line-height: 2
}

.H05-003-01-description__text+.H02-001-03 {
  margin-top: 20px
}

*+.H02-001-03 {
  margin-top: 25px
}

.H02-001-01 {
  color: #45494b;
  line-height: 2
}
.H02-001-01 .map {
    max-width: 786px;
    width: 100%;
}

.H02-001-01 h2 {
    position: relative;
    background-color: #7e735f;
    color: #ffffff;
    padding-left: 10px;  /*line-height: 1.3;*/  /*color: #7e735f;*/
    padding-top: 0px;  /*border-bottom: 3px solid #e9e9e9*/
    border-radius: 5px;
    line-height: 1.8em;
    margin-top: 50px;
    margin-bottom: 30px;
}

.H02-001-01 h3 {
    font-weight: 700;
    color: #7e735f;
    line-height: 1.3;
    border-left: 4px solid #005c55;
    line-height: 1.8em;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.H02-001-01 h4 {
    font-weight: 600;
    color: #7e735f;
    line-height: 1.3;
	line-height: 1.8em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.H02-001-01 h5 {
    font-weight: 500;
    color: #7e735f;
    line-height: 1.2;
	line-height: 1.5em;
    margin-top: 23px;
    margin-bottom: 13px;
}

.H02-001-01 h6 {
    font-weight: 400;
    color: #7e735f;
    line-height: 1.1;
	line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 10px;

}

.H02-001-01 pre {
    line-height: 1.5;
	line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.H02-001-01 ul {
    list-style-type: initial;
    list-style-type: -moz-initial;
    list-style-type: disc;
    padding-left: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 23px;
}
.H02-001-01 ol {
    list-style-type: initial;
    list-style-type: -moz-initial;
    list-style-type: decimal;
    padding-left: 25px;
    margin-left: 25px;
}
.H02-001-01 a, .H02-001-01 a:hover {
    border: none;
}

*+.H02-001-01 {
  margin-top: 25px
}

.H08-001-01-inner__title+.H02-001-01 {
  margin-top: 0
}

.H02-001-02 {
  color: #45494b;
  line-height: 2
}

*+.H02-001-02 {
  margin-top: 30px
}

.H02-001_state_important {
  color: #c8143d
}

.H02-001_state_gray {
  color: #bbb
}

.H02-001-01_state_center_01 {
  text-align: center
}

.H02-001-01_state_right {
  text-align: right
}

p a {
  color: #7e735f;
  padding-bottom: 2px;
  border-bottom: 1px solid
}

p a:not([href*=amazon])[target="_blank"] {
  position: relative;
  margin-right: 20px
}

p a:not([href*=amazon])[target="_blank"]:after {
    position: absolute;
    margin-left: 1px;
    content: "";
    width: 25px;
    height: 15px;
    background-image: url(../png/icon-blank-01@2x.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0;
    -webkit-filter: opacity(50%); filter: opacity(50%);
}

.icon-pdf {
  position: relative;
  margin-right: 35px!important
}

.icon-pdf:after {
  position: absolute;
  margin-left: 6px!important;
  content: "";
  width: 25px!important;
  height: 13px!important;
  margin-top: -6px!important;
  /*background-image: url(../../images/icon-pdf-01@2x.png)!important;*/
  background-repeat: no-repeat;
  background-size: 25px 13px!important;
  background-position: 0
}

.H02-002-07 {
  text-decoration: line-through;
}

.H02-004-01 {
    color: #333333;
    line-height: 1.6;
    font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
}

*+.H02-004-01 {
  margin-top: 30px
}

.H02-004-02 {
  color: #005c55;
  font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6
}

*+.H02-004-02 {
  margin-top: 30px
}

.H02-004_state_center {
  text-align: center
}

.H02-005-01 {
  color: #7e735f;
  line-height: 1.6;
  font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.H02-005_state_center {
  text-align: center
}

.H04-003-01 {
  background-color: #7e735f;
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3
}

.H02-001-01+.H04-003-01 {
  margin-top: 30px
}

.H04-003-01.H04-003-01_type_icon img {
  vertical-align: baseline
}

.H04-003-01_state_disabled {
  background-color: #b0b0b0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.H04-003-01_state_disabled:hover {
  background-color: #b0b0b0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  cursor: not-allowed
}

.H04-003-02 {
  background-color: #0a847b;
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.H02-001-01+.H04-003-02, .H03-001-06+.H04-003-02 {
  margin-top: 30px
}

.H04-003-02.H04-003-02_type_icon img {
  vertical-align: baseline
}

.H04-003-02_state_disabled {
  background-color: #b0b0b0;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.H04-003-02_state_disabled:hover {
  background-color: #b0b0b0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  cursor: not-allowed
}

.H04-003-03 {
  background-color: #fff;
  border: 2px solid #d3d3d3;
  color: #45494b;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.H04-003-03_state_disabled {
  background-color: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999
}

.H04-003-03_state_disabled:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d3d3d3;
  cursor: not-allowed
}

.H04-003-03.H04-004-03_type_icon img {
  vertical-align: baseline
}

.H04-004-02 {
  text-align: center
}

.H04-004-02+div, .H04-004-02+p {
  margin-bottom: 30px
}

*+.H04-004-02 {
  margin-top: 30px
}

.H04-004-02__phone {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #7e735f
}

.H04-004-02__phone img {
  vertical-align: middle
}

.H04-004-03 {
  text-align: right
}

*+.H04-004-03 {
  margin-top: 20px
}

*+.H04-004-04 {
  margin-top: 20px
}

*+.H04-007-01 {
  margin-top: 30px
}

.H08-003-01 {
  background-color: #f2f2f2
}

.H08-003-01.L01-001-item+.L01-001-item {
  margin-top: 0
}

.formTable {
  color: #45494b
}

.formTable tbody tr.is-hidden {
  display: none
}

.formTable select {
  background-color: #fff
}

.formTable-th {
  background-color: #f7f7f7;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
  background-clip: padding-box
}

.formTable-td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.formTable-td__text small {
  color: #65676a;
  font-size: 13px
}

.formTable-td__text_state_error {
  color: #c8143d
}

.formTable-td__text+.formTable-td__text {
  margin-top: 8px
}

.formTable-td__text:not(:empty)+input {
  margin: 10px 0 5px 0
}

.formTable_type_input .formTable-th {
  position: relative
}

.formTable_type_input .formTable-th::after {
  position: absolute;
  content: "任意";
  width: 52px;
  height: 20px;
  background-color: #8e8e8e;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center
}

.formTable_type_input .formTable-th_type_required::after {
  content: "必須";
  background-color: #c8143d
}

.formTable input[type=email], .formTable input[type=number], .formTable input[type=tel], .formTable input[type=text], .formTable select, .formTable textarea {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #65676a;
  vertical-align: middle;
  overflow: auto
}

.formTable input[type=email]:disabled, .formTable input[type=number]:disabled, .formTable input[type=tel]:disabled, .formTable input[type=text]:disabled, .formTable select:disabled, .formTable textarea:disabled {
  background-color: #f1f1f1
}

.formTable input[type=email], .formTable input[type=number], .formTable input[type=tel], .formTable input[type=text], .formTable select {
  padding-left: 15px
}

.formTable input[type=radio] {
  display: none
}

.formTable input[type=radio]+span {
  display: inline-block;
  position: relative;
  padding-left: 25px
}

.formTable input[type=radio]+span::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.formTable input[type=radio]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.formTable input[type=radio]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.formTable input[type=radio]:checked+span::after {
  position: absolute;
  left: 5px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff
}

.formTable input[type=checkbox] {
  display: none
}

.formTable input[type=checkbox]+span {
  position: relative;
  padding-left: 25px;
  display: inline-block
}

.formTable input[type=checkbox]+span::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.formTable input[type=checkbox]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.formTable input[type=checkbox]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.formTable input[type=checkbox]:checked+span::after {
  position: absolute;
  top: 7px;
  left: 3px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.formTable input[type=checkbox]:disabled+span, .formTable input[type=radio]:disabled+span {
  cursor: text
}

.formTable input[type=checkbox]:disabled+span::before, .formTable input[type=radio]:disabled+span::before {
  border-color: #dedede;
  background-color: #f1f1f1
}

.formTable input[type=checkbox]:disabled:checked+span::before, .formTable input[type=radio]:disabled:checked+span::before {
  border-color: #dedede;
  background-color: #dedede
}

.formTable select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 15px top 50%;
  /*background-image: url(../../images/icon-arrow@2x.png);*/
  background-repeat: no-repeat;
  background-size: 6px 7px
}

.formTable select::-ms-expand {
  display: none
}

.inputStyle-01__input {
  width: 100%;
  border-color: #d8d8d8
}

p:not(:empty)+.inputStyle-01__input {
  margin-top: 10px;
  margin-bottom: 5px
}

.inputStyle-01__input_state_error {
  background-color: #f9e3e3;
  border-color: #f63c56
}

.inputStyle-02-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

p:not(:empty)+.inputStyle-02-box {
  margin-top: 10px
}

.inputStyle-02-box__item>input {
  margin-bottom: 5px
}

.inputStyle-02__input {
  border-color: #d8d8d8
}

.inputStyle-03__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

p:not(:empty)+.inputStyle-03__inner_type_col3 {
  margin-top: 0
}

.inputStyle-03__inner_type_vertical label {
  width: 100%
}

p:not(:empty)+.inputStyle-03__inner_type_vertical {
  margin-top: 20px
}

p:not(:empty)+.inputStyle-03__inner_type_col2 {
  margin-top: 0
}

p:not(:empty)+.inputStyle-03__inner_type_yesno {
  margin-top: 0
}

.inputStyle-04-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.inputStyle-04-check-list__item {
  color: #45494b
}

p+.inputStyle-04-check-list_type_col3 {
  margin-top: 0
}

p+.inputStyle-04-check-list_type_vertical {
  margin-top: 20px
}

.inputStyle-04-check-list_type_vertical .inputStyle-04-check-list__item {
  width: 100%
}

p+.inputStyle-04-check-list_type_col2 {
  margin-top: 0
}

.inputStyle-05__textarea {
  width: 100%;
  resize: vertical;
  border-color: #d8d8d8
}

p+.inputStyle-05__textarea {
  margin: 10px 0 5px
}

.inputStyle-06 p:not(:empty)+select {
  margin: 10px 0 5px
}

.inputStyle-06__input {
  display: block;
  border-color: #d8d8d8
}

select+.inputStyle-06__input {
  margin-top: 20px
}

.inputStyle-06__input_type_pulldownLong {
  max-width: 468px;
  width: 100%;
  margin-bottom: 5px
}

.inputStyle-07-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px
}

p:not(:empty)+.inputStyle-07-inner {
  margin-top: 10px
}

.inputStyle-07__input {
  border-color: #d8d8d8
}

.inputStyle-08-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px
}

.inputStyle-08-check-list__item {
  color: #45494b
}

.inputStyle-08-check-list__item:first-child {
  width: 100%;
  margin-right: 0
}

p+.inputStyle-08-check-list {
  margin-top: 0
}

.inputStyle-09 {
  margin-top: 20px
}

.inputStyle-09-check-item {
  display: block;
  position: relative
}

.inputStyle-09-check-item::before {
  position: absolute;
  content: "必須";
  background-color: #c8143d;
  width: 52px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  top: 4px
}

.inputStyle-09-check-item input[type=checkbox] {
  display: none
}

.inputStyle-09-check-item input[type=checkbox]+span {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  color: #45494b
}

.inputStyle-09-check-item input[type=checkbox]+span::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.inputStyle-09-check-item input[type=checkbox]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.inputStyle-09-check-item input[type=checkbox]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.inputStyle-09-check-item input[type=checkbox]:checked+span::after {
  position: absolute;
  top: 7px;
  left: 3px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.formFlow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.formFlow__item {
  position: relative;
  width: 33.3%;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #777
}

.formFlow__item:first-child {
  border-left: 1px solid #dedede
}

.formFlow__item:last-child {
  border-right: 1px solid #dedede
}

.formFlow__item:not(:last-child)::after, .formFlow__item:not(:last-child)::before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-width: 20px;
  border-top-width: 30px;
  border-bottom-width: 30px
}

.formFlow__item:not(:last-child)::before {
  right: -22px;
  z-index: 2;
  border-left-color: #f7f7f7
}

.formFlow__item:not(:last-child)::after {
  right: -23px;
  z-index: 1;
  border-left-color: #dedede
}

.formFlow__item strong {
  vertical-align: baseline;
  font-family: Roboto, sans-serif
}

.formFlow__item span {
  vertical-align: baseline
}

.formFlow__item_state_active {
  border-color: #006057;
  background-color: #006057;
  color: #fff
}

.formFlow__item_state_active:first-child {
  border-left: 1px solid #006057
}

.form_ma .hero_type_input {
  position: relative
}

.form_ma .hero_type_input::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #006057;
  opacity: .8
}

.form_ma .hero_type_input .hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form_ma .hero_type_input .hero-lead {
  position: static
}

.form_ma .hero_type_input .hero-lead__title {
  margin-bottom: 0;
  line-height: 1.3
}

.H05-001-01+.H03-001-01, [class^=H02]+.H03-001-01 {
  margin-top: 30px
}

.H03-001-01-item {
  position: relative;
  padding-left: 1em;
  line-height: 2;
  color: #45494b
}

.H03-001-01-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・"
}

.H03-001-01-item:not(:last-child) {
  margin-bottom: 10px
}

.H05-003-01-description__text+.H03-001-01 {
  margin-top: 20px
}

.H03-001-04 {
  margin-bottom: 30px
}

[class^=H02]+.H03-001-04 {
  margin-top: 30px
}

.H03-001-04-item {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  color: #65676a;
  font-size: 13px
}

.H03-001-04-item::before {
  position: absolute;
  top: 0;
  left: -.1em;
  content: "※"
}

.H03-001-04-item:not(:last-child) {
  margin-bottom: 10px
}

.H05-003-01-description__text+.H03-001-04 {
  margin-top: 20px
}

[class^=H02]+.H03-001-05 {
  margin-top: 30px
}

.H03-001-01+.H03-001-05, .H05-001-01+.H03-001-05, .H05-003-01-description__text+.H03-001-05 {
  margin-top: 20px
}

.H03-001-05-item {
  position: relative;
  padding-left: 1em;
  line-height: 2;
  color: #45494b
}

.H03-001-05-item::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #005c55
}

.H03-001-05-item:not(:last-child) {
  margin-bottom: 10px
}

.H03-001-05-item a {
  color: #3286d9
}

.H03-001-05-item a[target="_blank"] {
  position: relative
}

.H03-001-05-item a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 3px;
  /*background-image: url(../../images/icon-blank-01@2x.png);*/
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 0
}

.H03-001-05-item strong {
  display: block;
  margin-bottom: 5px
}

.H03-001-02 {
  margin-bottom: 30px;
  padding-left: 1em;
  list-style: decimal
}

[class^=H02]+.H03-001-02 {
  margin-top: 30px
}

.H03-001-02-item {
  position: relative;
  padding-left: 10px;
  line-height: 2;
  color: #45494b
}

.H03-001-02-item:not(:last-child) {
  margin-bottom: 10px
}

.H05-003-01-description__text+.H03-001-02 {
  margin-top: 20px
}

.H03-001-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px
}

.H02-001-01+.H03-001-06, .H05-003-01-description__text+.H03-001-06 {
  margin-top: 20px
}

.H03-001-06-item {
  position: relative;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b
}

.H03-001-06-item::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #7e735f
}

.H03-001-06-item a {
  color: #3286d9;
  padding-bottom: 2px;
  border-bottom: 1px solid
}

hr {
  height: 1px;
  margin: 30px 0;
  border: 0;
  background-color: #dedede
}

.H04-008-01-item a {
  position: relative;
  color: #3286d9
}

.H04-008-01-item a::before {
  position: absolute;
  top: 50%;
  content: "";
  width: 7px;
  height: 14px;
  margin-top: -7px;
  /*background-image: url(../../images/H04-008/icon-under-arrow-01@2x.png);*/
  background-size: 7px 14px
}

.H04-008-02-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede
}

.H04-008-02-item a {
  width: 100%;
  height: 100%;
  color: #45494b;
  background-color: #fff
}

.H04-008-02-item_state_current a {
  color: #005c55;
  background-color: #e9f4f1
}

.H04-010-01-item a {
  display: block;
  width: 100%;
  height: 100%
}

.H04-010-01-item__title {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  color: #45494b;
  line-height: 1.6;
  font-weight: 700;
  font-size: 0
}

.H04-010-01-item__title img {
  vertical-align: baseline;
  margin-left: 9px
}

.H04-010-01-item__title+.H04-010-01-item__text {
  margin-top: 0
}

.H04-010-01-item__text {
  color: #45494b;
  line-height: 2
}

.H04-010-01-item__inner {
  margin-bottom: 10px
}

.H04-010-01-item__image {
  width: 100%
}

.H04-010-01-item__icon {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #7e735f;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom
}

.H04-010-01-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%
}

.H04-010-01-item__icon svg path {
  fill: #7e735f
}

.H04-010-02-item a {
  display: block;
  width: 100%;
  height: 100%
}

.H04-010-02-item a p {
  text-align: left
}

.H04-010-02-item__title {
  position: relative;
  margin-bottom: 10px;
  color: #45494b;
  line-height: 1.6;
  font-weight: 700;
  font-size: 0
}

.H04-010-02-item__title img {
  vertical-align: baseline;
  margin-left: 9px
}

.H04-010-02-item__title+.H04-010-02-item__text {
  margin-top: 0
}

.H04-010-02-item__text {
  color: #45494b;
  line-height: 2
}

.H04-010-02-item__inner {
  margin-bottom: 10px;
  text-align: center
}

.H04-010-02-item__image {
  max-height: 220px
}

.H04-010-02-item__icon {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #7e735f;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom
}

.H04-010-02-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%
}

.H04-010-02-item__icon svg path {
  fill: #7e735f
}

.H04-010-02-item__new {
  margin-left: 10px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  font-family: Roboto, sans-serif;
  background-color: #c8143d
}

.H04-011-01-item {
  min-height: 60px;
  padding: 18px 15px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b
}

.H04-011-01-item a {
  position: relative;
  width: 100%;
  height: 100%;
  margin: -15px;
  padding: 15px
}

.H04-011-01-item__title {
  line-height: 1.3;
  font-weight: 700
}

.H04-011-01-item__title img {
  vertical-align: baseline;
  margin-left: 8px
}

.H04-011-01-item__icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 7px;
  height: 6px
}

.H04-011-01-item__icon path {
  fill: #9e9e9e;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.H04-011-01-item__icon_type_center {
  top: 50%;
  margin-top: -3px;
  bottom: initial
}

.H04-012-01-item {
  border: 2px solid #e9e9e9;
  background-color: #fff
}

.H04-012-01-item a {
  display: block;
  position: relative
}

.H04-012-01-item__image img {
  width: 100%
}

.H04-012-01-item__title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
  color: #45494b
}

.H04-012-01-item__title img {
  margin-left: 8px;
  vertical-align: baseline
}

.H04-012-01-item__text {
  margin-top: 0;
  line-height: 1.6;
  color: #45494b
}

.H04-012-01-item__text small {
  color: #999;
  display: inline-block
}

.H04-012-01-item__icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 7px;
  height: 6px
}

.H04-012-01-item__icon path {
  fill: #9e9e9e;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.H04-012-02-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e9e9e9
}

.H04-012-02-item>a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #45494b
}

.H04-012-02-item__image {
  margin-bottom: 10px
}

.H04-012-02-item__image>img {
  width: 100%
}

.H04-012-02-item__label {
  margin-bottom: 10px;
  line-height: 1
}

.H04-012-02-item__label span {
  margin-right: 15px
}

.H04-012-02-item__title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.H04-012-02-item__dl::after {
  display: block;
  content: "";
  clear: both
}

.H04-012-02-item__dl dd, .H04-012-02-item__dl dt {
  float: left
}

.H04-012-02-item__dl dt {
  font-weight: 700;
  clear: both
}

.H04-012-02-item__dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.H04-012-02-item__icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 7px;
  height: 6px
}

.H04-012-02-item__icon path {
  fill: #9e9e9e;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.D02-002-01+.H04-012-02 {
  margin-top: 30px
}

.H05-001-01 {
  text-align: center;
  display: block
}

.B03-001-03+.H05-001-01, .H02-001-01+.H05-001-01, .H02-001-03+.H05-001-01, .H02-004-01+.H05-001-01, .H02-005-01+.H05-001-01, .H03-001-01+.H05-001-01, .H05-001-01+.H05-001-01, .H06-001-01+.H05-001-01, .service-section__title+.H05-001-01 {
  margin-top: 30px
}

.H05-001-01__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #65676a;
  display: block
}

*+.H05-001-03 {
  margin-top: 30px
}

.H05-001-03-item {
  text-align: center
}

.H05-001-03-item__image {
  width: 100%;
  text-align: center
}

.H05-001-03-item__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #65676a
}

*+.H05-002-01 {
  margin-top: 30px
}

.H05-002-01-item {
  text-align: left
}

.H05-002-01-item_type_right {
  margin-top: 30px;
  text-align: right
}

.H05-003-01-item__image {
  width: 100%
}

.H05-003-01-item__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #65676a;
  display: block
}

.H05-003-01-description__title {
  padding-bottom: 15px;
  color: #45494b;
  line-height: 1.6;
  font-weight: 600
}

.H05-003-01-description__text+.H05-003-01-description__title {
  margin-top: 20px
}

.H05-003-01-description__text {
  color: #45494b;
  line-height: 2
}

.H03-001-01+.H05-003-01-description__text, .H03-001-05+.H05-003-01-description__text, .H05-003-01-description__text+.H05-003-01-description__text {
  margin-top: 20px
}

.H02-001-01+.H05-005-01 {
  margin-top: 30px
}

.H05-005-01-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.H05-005-01-item__image {
  width: 100%
}

.H05-005-01-item__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #65676a;
  display: block
}

.H05-005-01-description {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.H05-005-01-description__title {
  padding-bottom: 5px;
  color: #45494b;
  line-height: 1.6;
  font-weight: 600
}

.H05-005-01-description__text+.H05-005-01-description__title {
  margin-top: 20px
}

.H05-005-01-description__text {
  color: #45494b;
  line-height: 2
}

.H05-005-01-description__text+.H05-005-01-description__text {
  margin-top: 20px
}

.H06-001-01 {
  width: 100%;
  table-layout: fixed
}

.H06-001-01-inner__title {
  color: #fff;
  text-align: center;
  background-color: #0a847b;
  border: 1px solid #dedede
}

.H06-001-01-inner__text {
  color: #45494b;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dedede
}

.H06-001-01-inner__text:first-child {
  text-align: center;
  background-color: #f7f7f7
}

.H06-002-01 {
  color: #45494b;
  width: 100%
}

.H06-002-01-inner__title {
  font-weight: 700;
  line-height: 1.6;
  vertical-align: top
}

.H06-002-01-inner__text {
  display: inline-block
}

.H07-001-01 {
  color: #45494b;
  background-color: #fff
}

.H07-001-01-item {
  border-top: 1px solid #dedede
}

.H07-001-01-item:last-child {
  border-bottom: 1px solid #dedede
}

.H07-001-01-item_state_active {
  background-color: #f7f7f7
}

.H07-001-01-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.H07-001-01-item__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.H07-001-01-item__text {
  display: none
}

.H07-001-01-item__text small {
  font-size: 13px
}

.H07-001-01-button {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #7e735f
}

.H07-001-01-button::after, .H07-001-01-button::before {
  position: absolute;
  content: '';
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.H07-001-01-button::before {
  width: 2px;
  height: 14px;
  left: 11px;
  top: 5px
}

.H07-001-01-button::after {
  width: 14px;
  height: 2px;
  left: 5px;
  top: 11px
}

.H07-001-01-item_state_active .H07-001-01-button {
  background-color: #0a847b
}

.H07-001-01-item_state_active .H07-001-01-button::before {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.H07-001-01-item_state_active .H07-001-01-button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.H07-002-01 {
  color: #45494b;
  background-color: #fff
}

.H07-002-01-item {
  border-top: 1px solid #dedede
}

.H07-002-01-item:last-child {
  border-bottom: 1px solid #dedede
}

.H07-002-01-item_state_active {
  background-color: #f7f7f7
}

.H07-002-01-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.H07-002-01-item__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 35px
}

.H07-002-01-item__title::before {
  content: '';
  width: 20px;
  height: 26px;
  position: absolute;
  margin-left: -35px;
  /*background-image: url(../../images/H07-002-01/icon-question@2x.png);*/
  background-repeat: no-repeat;
  background-size: 100%
}

.H07-002-01-item__text {
  display: none;
  position: relative;
  padding-left: 35px
}

.H07-002-01-item__text::before {
  content: '';
  width: 20px;
  height: 23px;
  position: absolute;
  margin-left: -35px;
  /*background-image: url(../../images/H07-002-01/icon-answer@2x.png);*/
  background-repeat: no-repeat;
  background-size: 100%
}

.H07-002-01-item__text p+p {
  margin-top: 10px
}

.H07-002-01-button {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #7e735f
}

.H07-002-01-button::after, .H07-002-01-button::before {
  position: absolute;
  content: '';
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.H07-002-01-button::before {
  width: 2px;
  height: 14px;
  left: 11px;
  top: 5px
}

.H07-002-01-button::after {
  width: 14px;
  height: 2px;
  left: 5px;
  top: 11px
}

.H07-002-01-item_state_active .H07-002-01-button {
  background-color: #0a847b
}

.H07-002-01-item_state_active .H07-002-01-button::before {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.H07-002-01-item_state_active .H07-002-01-button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.H08-001-01 {
  width: 100%;
  color: #7e735f;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}

.H08-001-01-inner__title {
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede
}

.H08-001-01_type_important .H08-001-01-inner__title {
    border-color: #575757
}

.H08-001-01-inner__text {
  color: #45494b;
  line-height: 1.6
}

.H08-001-01-inner__text+.H08-001-01-inner__text {
  margin-top: 15px
}

.H08-001-01_type_important {
    background-color: #EFEFEF;
    border-color: #EEEEEE
}

.H08-001-01_type_alert {
  background-color: #fff6f6;
  border-color: #c8143d
}

.H08-001-01_type_alert .err_link {
  -webkit-transition: .2s;
  transition: .2s
}

.H08-001-01_type_alert .err_link:hover {
  color: #3286d9
}

.D01-001-01 {
  border-top: 1px solid #d8d8d8
}

.D01-001-01__item {
  border-bottom: 1px solid #d8d8d8;
  color: #45494b;
  /*background-image: url(../../images/H07-002-01/icon-question@2x.png);*/
  background-size: 20px 26px;
  background-repeat: no-repeat
}

.D01-001-01__item a {
  display: block
}

.D02-002-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.D02-002-01__item {
  text-align: center
}

.D02-002-01__item input[type=radio] {
  display: none
}

.D02-002-01__item input[type=radio]:hover+span {
  border-color: #006057;
  color: #006057
}

.D02-002-01__item input[type=radio]:checked+span {
  border-color: #006057;
  background-color: #006057;
  color: #fff
}

.D02-002-01__item span {
  display: block;
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.D03-001-01-banner-item a {
  display: block
}

.D03-001-01-banner-item a:hover .D03-001-01-banner-item__image img {
  -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
  transform: matrix(1.07, 0, 0, 1.07, 0, 0)
}

.D03-001-01-banner-item__image>img {
  width: 100%
}

.D03-001-01-banner-item__text {
  position: relative;
  display: inline-block;
  color: #65676a
}

.D03-001-01-banner-item__text::after {
  position: absolute;
  top: 50%;
  content: "";
  /*background-image: url(/common/image/footer/icon-blank-01@2x.png);*/
  background-repeat: no-repeat;
  background-position: 0 0
}

.D03-001-01-list-item {
  position: relative;
  background-color: #fff
}

.D03-001-01-list-item a {
  display: block;
  height: 100%
}

.D03-001-01-list-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}

.D03-001-01-list-item__header span {
  display: block;
  font-weight: 700
}

.D03-001-01-list-item__header small {
  display: block;
  margin-bottom: 5px;
  font-weight: 400
}

.D03-001-01-list-item__dl {
  color: #45494b
}

.D03-001-01-list-item__dl dt {
  font-weight: 700
}

.D03-001-01-list-item__label {
  position: absolute;
  background-color: #ea7a3d;
  color: #fff;
  text-align: center
}

.D03-001-01-list-item__icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #7e735f;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom
}

.D03-001-01-list-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%
}

.D03-001-01-list-item__icon svg path {
  fill: #7e735f
}

.D03-002-01 {
  display: inline-block;
  min-width: 120px;
  padding: 0 20px;
  background-color: #7e735f;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.TC1-001-01 {
  margin: -10px 0 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.TC1-001-01__item {
  flex: 40%;
  color: #45494b;
  position: relative;
  padding-left: 20px;
  margin: 10px 0 0 10px;
  line-height: 2
}

.TC1-001-01__item::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #005c55
}

.TC1-001-01__item a {
    color: #7e735f;
    padding-bottom: 2px;
    border-bottom: 1px solid #7e735f;
}

.TC1-001-03 {
  color: #45494b
}

.TC1-001-03__post {
  position: relative
}

.TC1-001-03__post::before {
  position: absolute;
  left: 0;
  content: "〒"
}

.TC1-001-03__text {
  line-height: 1.4
}

.TC2-001-02 {
  margin-top: 30px;
  color: #45494b
}

.TC2-001-02__acrobat>img {
  width: 158px
}

.TC2-001-02__text {
  line-height: 2
}

.TC3-001-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #45494b;
  background-color: #f2f2f2
}

*+.TC3-001-01 {
  margin-top: 30px
}

.TC3-001-01-profile__text {
  line-height: 2
}

.D02-003-01__title {
  margin-bottom: 30px;
  font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #005c55
}

.D02-003-01-content__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #65676a;
  display: block
}

.D02-003-01-content-info__title {
  color: #45494b
}

.D02-003-01-content-info__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222
}

.D02-003-01-content-info__dl+.D02-003-01-content-info__dl {
  margin-top: 10px
}

.D02-003-01-content-info__dl_type_01 {
  background-color: #fff7d6
}

.D02-003-01-content-info__dl_type_02 {
  background-color: #e9f4fb
}

.D02-003-01-content-info__dl dd, .D02-003-01-content-info__dl dt {
  color: #45494b;
  line-height: 1.6
}

.D02-003-01-content-info__dl dt {
  font-weight: 700
}

.D02-003-01-content-info__dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.H05-001-03+.D02-004-01 {
  margin-top: 30px
}

.D02-003-01+.D02-004-01, .D02-003-01-content__caption+.D02-004-01 {
  margin-top: 40px
}

.D02-004-01-item_type_01 {
  border-top: 3px solid #efcd58;
  background-color: #fff7d6
}

.D02-004-01-item_type_02 {
  border-top: 3px solid #9ac8e9;
  background-color: #e9f4fb
}

.D02-004-01-item__type {
  margin-bottom: 10px;
  color: #65676a;
  font-size: 13px
}

.D02-004-01-item__title {
  color: #7e735f;
  font-weight: 700
}

.D02-004-01-item-list__item {
  position: relative;
  color: #45494b
}

.D02-004-01-item-list__item::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 5px
}

.D02-004-01-item-list__item:not(:last-child) {
  margin-bottom: 10px
}

.D02-004-01-item-list__item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.D02-004-01-item-list__item dt {
  white-space: nowrap
}

.F01-001-01__inner {
  background-color: #f4f4f4
}

.F01-001-01-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0
}

.F01-001-01-form__title {
  color: #7e735f;
  font-weight: 700;
  font-size: 16px
}

.F01-001-01-form__input {
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.F01-001-01-form__button {
  overflow: hidden;
  background-color: #7e735f;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(../png/icon-search-01@2x.png);
  background-repeat: no-repeat;
  background-position: 50%;
  white-space: nowrap;
  text-indent: 100%
}

.F01-001-01-check__title {
  color: #7e735f;
  font-weight: 700;
  font-size: 16px
}

.F01-001-01-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.F01-001-01-check-list+.F01-001-01-check-list {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.F01-001-01-check-list__item {
  color: #45494b;
  font-size: 14px
}

.F01-001-01-check-list__item label input[type=checkbox] {
  display: none
}

.F01-001-01-check-list__item label input[type=checkbox]+span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px
}

.F01-001-01-check-list__item label input[type=checkbox]+span::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.F01-001-01-check-list__item label input[type=checkbox]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.F01-001-01-check-list__item label input[type=checkbox]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.F01-001-01-check-list__item label input[type=checkbox]:checked+span::after {
  position: absolute;
  left: 3px;
  top: 6px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.F01-001-01-form+.F01-001-01-check {
  margin-top: 40px
}

.F01-001-01-radio__title {
  color: #7e735f;
  font-weight: 700;
  font-size: 16px
}

.F01-001-01-radio-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.F01-001-01-radio-list+.F01-001-01-radio-list {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.F01-001-01-radio-list__item {
  color: #45494b;
  font-size: 14px
}

.F01-001-01-radio-list__item label input[type=radio] {
  display: none
}

.F01-001-01-radio-list__item label input[type=radio]+span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px
}

.F01-001-01-radio-list__item label input[type=radio]+span::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.F01-001-01-radio-list__item label input[type=radio]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.F01-001-01-radio-list__item label input[type=radio]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.F01-001-01-radio-list__item label input[type=radio]:checked+span::after {
  position: absolute;
  left: 5px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff
}

.F01-001-01-check+.F01-001-01-radio {
  margin-top: 40px
}

.SS_search {
  background-color: #f4f4f4
}

#SS_searchQuery1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b
}

#SS_searchSubmit1 {
  overflow: hidden;
  background-color: #7e735f;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(../png/icon-search-01@2x.png);
  background-repeat: no-repeat;
  background-position: 50%;
  white-space: nowrap;
  text-indent: 100%
}

#SS_searchCategory1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#SS_searchCategory1>li {
  font-size: 14px;
  color: #45494b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#SS_searchCategory1>li>input {
  display: none
}

#SS_searchCategory1>li>input:checked+label::before {
  border-color: #0a847b;
  background-color: #0a847b
}

#SS_searchCategory1>li>input:checked+label::after {
  position: absolute;
  top: 6px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#SS_searchCategory1>li>label {
  position: relative;
  display: inline-block
}

#SS_searchCategory1>li>label::before {
  position: absolute;
  top: 11px;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

#SS_searchCategory1_file_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0
}

#SS_searchCategory1_file_type>input {
  display: none
}

#SS_searchCategory1_file_type>input:checked+label::before {
  border-color: #0a847b;
  background-color: #0a847b
}

#SS_searchCategory1_file_type>label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #45494b;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#SS_searchCategory1_file_type>label::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 18px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#SS_searchCategory1_file_type>label::after {
  position: absolute;
  left: 5px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff
}

.SS_item {
  position: relative;
  border: 2px solid #e9e9e9;
  background-color: #fff
}

.SS_image img {
  width: 100%
}

.SS_page {
  overflow: hidden
}

.SS_title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
  color: #45494b
}

.SS_icon img {
  margin-right: 8px;
  vertical-align: baseline
}

.SS_summary {
  margin-top: 0;
  line-height: 1.6;
  color: #45494b
}

.SS_url {
  color: #999;
  display: inline-block
}

#SS_result+.SS_paging {
  margin-top: 40px
}

#SS_adlink+#SS_notFound {
  margin-top: 25px
}

.F01-002-01-text {
  color: #45494b;
  line-height: 2
}

.F01-002-01-result__sort span {
  color: #45494b;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 2px
}

.F01-002-01-result__sort span:first-child {
  margin-right: 15px;
  padding-right: 20px;
  border-right: 1px solid #ccc
}

#SS_naviResult {
  color: #45494b;
  line-height: 2
}

#SS_naviSort {
  display: inline-block;
  color: #45494b;
  padding-bottom: 2px;
  font-size: 14px
}

#SS_naviSort>span {
  display: inline-block
}

#SS_naviSort>span:nth-child(1) {
  margin-right: 15px;
  padding-right: 20px;
  border-right: 1px solid #ccc
}

#SS_naviSort>span a {
  color: #3286d9;
  padding-bottom: 2px;
  border-bottom: 1px solid
}

[class^=H04]+.F01-003-01 {
  margin-top: 40px
}

.F01-003-01-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.F01-003-01-pager-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #006057
}

.F01-003-01-pager-item_state_current a {
  color: #fff;
  background-color: #006057
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

[class^=H04]+.wp-pagenavi {
  margin-top: 40px
}

.wp-pagenavi .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #006057
}

.wp-pagenavi .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006057;
  color: #fff
}

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #006057
}

.SS_paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.SS_pagingFirst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.SS_selectPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006057;
  color: #fff;
  font-weight: 400
}

.SS_numberPage>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #006057
}

.SS_nextPage, .SS_prevPage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #006057
}

.H04-009-01 {
  border-top: 1px solid #d8d8d8
}

.H02-005-01+.H04-009-01 {
  margin-top: 30px
}

.H04-009-01__item {
  border-bottom: 1px solid #d8d8d8
}

.H04-009-01__item a {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.H04-009-01__item a[href$=".pdf"] .H04-009-01__text {
  position: relative
}

.H04-009-01__item a[href$=".pdf"] .H04-009-01__text::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 13px;
  bottom: 5px;
  margin-left: 10px;
  /*background: url(../../images/icon-pdf-01@2x.png) no-repeat;*/
  background-size: 100%
}

.H04-009-01__date {
  color: #45494b
}

.H04-009-01__text {
  line-height: 1.6;
  color: #45494b
}

.H04-009-01__icon {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #7e735f;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom
}

.H04-009-01__icon svg {
  position: absolute;
  top: 50%;
  left: 50%
}

.H04-009-01__icon svg path {
  fill: #7e735f
}

.H02-001-01+.H04-009-01 {
  margin-top: 30px
}

.H09-004-01__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.H09-004-01__date {
  color: #45494b
}

.H09-004-01__media {
  color: #fff;
  background-color: #006057
}

.H09-004-01__lead {
  font-weight: 700;
  color: #45494b
}

.H09-004-02 {
  background-color: #f4f4f4
}

.H09-004-02-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.H09-004-02__item {
  height: 20px;
  margin-left: 10px
}

.H09-005-01-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.H09-005-01-tab__item {
  text-align: center;
  color: #45494b;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #dedede
}

.H09-005-01-tab__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.H09-005-01-tab__item_state_active {
  position: relative;
  background-color: #006057;
  color: #fff
}

.H09-005-01-content__item:not(:first-child) {
  display: none
}

*+.H03-001-07 {
  margin-top: 30px
}

.H03-001-07__list {
  margin: -10px 0 0 -10px
}

.H03-001-07 *+.H03-001-07__list {
  margin-top: 10px
}

.H03-001-07__item {
  position: relative;
  padding-left: 20px;
  margin: 10px 0 0 10px
}

.H03-001-07__item::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #7e735f;
}
.H03-001-07__base {
  display: inline-block
}
*+.H03-001-08 {
  margin-top: 30px
}
ol.H03-001-08__list {
    counter-reset: li;
}
.H03-001-08__list {
  margin: -10px 0 0 -10px;
}

.H03-001-08 *+.H03-001-08__list {
  margin-top: 10px;
}
.H03-001-08__item {
    position: relative;
    padding-left: 40px;
    margin: 10px 0 0 10px;
}

.H03-001-08__item::before {
    position: absolute;
    left: 0px;
    color: #7e735f;
    font-weight: bold;
    counter-increment: li;
    content: counter(li) ". ";
    width: 30px;
    text-align: right;
}

.H03-001-08__base {
  display: inline-block
}
.H04-009-03 {
  border-top: 1px solid #d8d8d8
}

.H04-009-03__item {
  border-bottom: 1px solid #d8d8d8
}

.H04-009-03__item a {
  display: block;
  position: relative
}

.H04-009-03__item a[href$=".pdf"] .H04-009-03__text {
  position: relative
}

.H04-009-03__item a[href$=".pdf"] .H04-009-03__text::after {
  position: absolute;
  content: '';
  width: 25px;
  height: 13px;
  bottom: 5px;
  margin-left: 10px;
  /*background: url(../../images/icon-pdf-01@2x.png) no-repeat;*/
  background-size: 100%
}

.H04-009-03__inner {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.H04-009-03__date {
  color: #45494b
}

.H04-009-03__media {
  color: #fff;
  background-color: #006057
}

.H04-009-03__lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #45494b
}

.H04-009-03__text {
  line-height: 1.6;
  color: #45494b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.H04-009-03__icon {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #7e735f;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom
}

.H04-009-03__icon svg {
  position: absolute;
  top: 50%;
  left: 50%
}

.H04-009-03__icon svg path {
  fill: #7e735f
}

.H04-009-02__item:nth-child(odd) {
  background-color: #f7f7f7
}

.H04-009-02__item a {
  display: block;
  position: relative
}

.H04-009-02__header {
  margin-bottom: 10px
}

.H04-009-02__header>h3 {
  display: inline-block;
  color: #45494b;
  font-weight: 700
}

.H04-009-02__header>span {
  display: inline-block;
  background-color: #ea7a3d;
  color: #fff;
  text-align: center;
  vertical-align: middle
}

.H04-009-02__text {
  line-height: 1.6;
  color: #45494b
}

.H04-009-02__info::after {
  display: block;
  clear: both;
  content: ""
}

.H04-009-02__info dd, .H04-009-02__info dt {
  float: left;
  color: #45494b
}

.H04-009-02__info dt {
  font-weight: 700;
  clear: both
}

.H04-009-02__icon {
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #7e735f;
  border-radius: 25px;
  text-align: center;
  vertical-align: bottom
}

.H04-009-02__icon svg {
  position: absolute;
  top: 50%;
  left: 50%
}

.H04-009-02__icon svg path {
  fill: #7e735f
}

.H09-002-01 {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0
}

.H09-002-01__input {
  width: 100%;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b
}

.H09-002-01__button {
  overflow: hidden;
  background-color: #7e735f;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(../png/icon-search-01@2x.png);
  background-repeat: no-repeat;
  background-position: 50%;
  white-space: nowrap;
  text-indent: 100%
}

.I01-001-01 {
  display: inline-block;
  width: 70px;
  height: 22px;
  border: 1px solid #c8143d;
  color: #c8143d;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  margin-left: 10px;
  font-weight: 400
}

.E01-001-01-item {
  background-color: #f4f4f4
}

.E01-001-01-item:not(:nth-child(1)) {
  margin-top: 10px
}

.E01-001-01-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.E01-001-01-item-content__label {
  display: inline-block;
  min-width: 64px;
  height: 26px;
  background-color: #7e735f;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  text-align: center
}

.E01-001-01-item-content__label_type_01 {
  background-color: #f7a900
}

.E01-001-01-item-content__label_type_02 {
  background-color: #509ce4
}

.E01-001-01-item-content__info>p {
  display: inline;
  color: #7e735f
}

.E01-001-01-item-content__info>a {
  display: inline;
  color: #3286d9;
  border-bottom: 1px solid
}

.E01-001-01-item-content__info>span {
  display: block;
  margin-top: 5px;
  color: #65676a
}

.E02-001-01 {
  border: 1px solid #ccdbda;
  background-color: #f0f7f5
}

.E02-001-01-list-item {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.E02-001-01-list-item__label {
  font-weight: 700;
  color: #7e735f
}

.E02-001-01-list-item__number strong {
  color: #005c55;
  font-family: 'EB Garamond', serif
}

.E02-001-01__note {
  margin-top: 10px;
  color: #65676a;
  text-align: center;
  font-size: 13px
}

.E02-001-01__text {
  color: #45494b;
  line-height: 1.6
}

.E02-002-01 {
  display: block;
  background-color: #f4f4f4
}

.E02-002-01+.E02-003-01 {
  margin-top: 20px
}

.E02-002-01-button {
  border: 0;
  background-color: #323a42;
  border-radius: 5px;
  color: #fff;
  vertical-align: middle
}

.E02-002-01-pulldown__title {
  font-weight: 700;
  color: #7e735f;
  line-height: 1
}

.E02-002-01-pulldown__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff;
  /*background-image: url(../../images/icon-arrow@2x.png);*/
  background-repeat: no-repeat;
  background-size: 6px 7px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #65676a;
  font-size: 14px;
  vertical-align: middle
}

.E02-002-01-pulldown__select::-ms-expand {
  display: none
}

.E02-002-01-pulldown+.E02-002-01-check {
  margin-top: 30px
}

.E02-002-01-check__title {
  color: #7e735f;
  font-weight: 700;
  font-size: 16px
}

.E02-002-01-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dedede
}

.E02-002-01-check-list+.E02-002-01-check-list {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.E02-002-01-check-list__item {
  color: #45494b;
  font-size: 14px
}

.E02-002-01-check-list__item label input[type=checkbox] {
  display: none
}

.E02-002-01-check-list__item label input[type=checkbox]+span {
  position: relative;
  padding-left: 25px
}

.E02-002-01-check-list__item label input[type=checkbox]+span::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.E02-002-01-check-list__item label input[type=checkbox]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.E02-002-01-check-list__item label input[type=checkbox]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.E02-002-01-check-list__item label input[type=checkbox]:checked+span::after {
  position: absolute;
  top: 5px;
  left: 3px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.widget-wrapper {
  display: inline-block
}

.screen-reader-text, .widgettitle {
  display: none
}

#archives-dropdown-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff;
  /*background-image: url(../../images/icon-arrow@2x.png);*/
  background-repeat: no-repeat;
  background-size: 6px 7px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #65676a;
  font-size: 14px;
  vertical-align: middle
}

#archives-dropdown-2::-ms-expand {
  display: none
}

.E02-003-01 {
  display: inline-block;
  color: #45494b
}

.E02-003-01>input[type=checkbox] {
  display: none
}

.E02-003-01>input[type=checkbox]+span {
  position: relative;
  padding-left: 25px
}

.E02-003-01>input[type=checkbox]+span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  margin-top: -8px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.E02-003-01>input[type=checkbox]+span::after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.E02-003-01>input[type=checkbox]:checked+span::before {
  border-color: #0a847b;
  background-color: #0a847b
}

.E02-003-01>input[type=checkbox]:checked+span::after {
  position: absolute;
  top: 5px;
  left: 3px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.E02-003-01_type_small {
  font-size: 14px
}

.E02-004-01 {
  border-top: 1px solid #e9e9e9
}

.E02-004-01-item {
  border-bottom: 1px solid #e9e9e9
}

.E02-004-01-item_state_disabled {
  background-color: #f7f7f7
}

.E02-004-01_state_fillter .E02-004-01-item_state_disabled {
  display: none
}

.E02-004-01-item-header__title {
  font-weight: 700;
  color: #45494b
}

.E02-004-01-item-header__title span:nth-child(1) {
  color: #006057
}

.E02-004-01-item-header__info {
  color: #65676a;
  font-size: 13px
}

.E02-004-01-item-header__info span:nth-child(2) {
  position: relative;
  margin-left: 10px;
  padding-left: 10px
}

.E02-004-01-item-header__info span:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background-color: #ccc
}

.E02-004-01-item-info__icon {
  display: inline-block;
  width: 50px;
  height: 16px;
  margin-right: 5px;
  color: #fff;
  background-color: #c8143d;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 12px;
  line-height: 16px
}

.E02-004-01-item-info__text {
  color: #45494b;
  font-size: 13px
}

.E02-004-01-item-contact {
  text-align: center
}

.E02-004-01-item-contact__button {
  display: block;
  min-width: 130px;
  height: 38px;
  background-color: #0a847b;
  color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 14px
}

.E02-004-01-item-contact__button_state_disabled {
  background-color: #c1c3c5;
  -webkit-box-shadow: none;
  box-shadow: none
}

.E02-004-01-item-contact__link {
  color: #3286d9;
  border-bottom: 1px solid;
  font-size: 13px
}

.L02-002 {
  /*background-color: #fff*/
}

.L02-002-title, .L02-002-title2 {
    position: relative;
    background-color: #7e735f;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 50px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;    
}
.L02-002-title3 {
    position: relative;
    width: 280px;
    height: 100%;
    background-color: #7e735f;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 50px;
    border-radius: 5px;
}

.L02-002-title::after, .L02-002-title2::after, .L02-002-title3::after {
  /*position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(/common/image/sidebar/icon-circle-arrow-01@2x.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0 0*/
}

.L02-002-title a, .L02-002-title2 a, .L03-002-title a, .L02-002-title2 span, .L02-002-title span, .L03-002-title span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.L02-002-title3 a, .L02-002-title3 span {

  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.L02-002-list__item>a, .L02-002-list__item_state_active>a, 
.L02-002-list__item2>a, .L02-002-list__item2_state_active>a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7e735f
}

/*.L02-002-list__item_state_active>a, .L02-002-list__item2_state_active>a {
  color: #7e735f
}
*/

.L02-002-oder-list__item a {
    display: block;
    color: #45494b;
}
.L03-002 {
  background-color: #fff
}

.L03-002-title {
    position: relative;
    background-color: #ffffff;
    color: #7e735f;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 0 0 2px #7e735f inset;
 }

.L03-002-title::after {
  /*position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(/common/image/sidebar/icon-circle-arrow-01@2x.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0 0;*/
}

.L03-002-title a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.breadcrumbs__item {
  color: #45494b;
}

.breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero .breadcrumbs__item {
  color: #fff;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.hero_type_consultation {
  position: relative;
}

.hero_type_consultation::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #006057;
  opacity: .8;
}

.hero_type_consultation .hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero_type_consultation .hero-lead {
  position: static;
}

.hero_type_consultation .hero-lead__title {
  margin-bottom: 0;
  line-height: 1.3;
}

.hero-lead {
  position: absolute;
}

.hero-lead__title {
  font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: #fff;
}

.hero-lead__sub {
  font-family: Roboto, sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: .2em;
}

.hero__inner {
  position: relative;
}

.hero .breadcrumbs__item:not(:last-child) {
    background-image: url(../png/icon-breadcrumbs-arrow-02@2x.png);
}

#google-map {
  width: 100%;
}

a {
  text-decoration: none;
}

.procedure-flow__text a {
  border-bottom: none;
}

/* 改行制御 */

.ws-normal {
	white-space: normal;
}

.ws-pre {
	white-space: pre;
}

.ws-nowrap {
	white-space: nowrap;
}

.br::after {
	content: "\A";
	white-space: pre;
}

@media screen and (min-width:769px) {
  .sp {
    display: none
  }
  .sp_space {
  margin-bottom: 0; 
  }  
  #cboxClose {
    top: -56px;
    right: -56px;
    width: 56px;
    height: 56px
  }
  #cboxClose::before {
    width: 56px
  }
  #cboxClose::after {
    width: 56px
  }
  .L01-001 {
    width: 100%
  }
  .L01-001-item+.L01-001-item {
    margin-top: 70px
  }
  .L01-001-item_type_top {
    padding: 100px 0
  }
  .L01-001-item_type_top:last-child {
    padding: 100px 0 0
  }
  .L01-001-item_type_top:last-child.H08-003-01 {
    margin-bottom: -120px;
    padding-bottom: 120px
  }
  .L01-001-item_type_top:first-child {
    position: relative;
    padding: 35px 0 100px
  }
  .L01-001-item_type_top:first-child::before {
    position: absolute;
    top: -75px;
    content: "";
    background-color: #fff;
    left: 50%;
    width: 83.3%;
    height: 75px;
    margin-left: calc(-1 * (83.3% / 2))
  }
  .L01-001-item_type_top+.L01-001-item_type_top {
    margin-top: 0
  }
  .L01-001-item_type_single:first-child {
    padding: 35px 0 0
  }
  .L01-001-item__inner {
    min-width: 1104px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px
  }
  .L01-001-item__inner_type_top {
    padding: 0 230px
  }
  .L01-001-item__inner_type_small {
    padding: 0 180px
  }
  .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1104px;
    max-width: 1280px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .L02-001 {
    max-width: 840px;
    margin-right: 80px
  }
  .H02-001-01+.L02-001-item, .L02-001-item+.L02-001-item:not(.L02-001-item_type_interview), .L02-001-item+.L02-001-item:not(.L02-001-item_type_sub) {
    margin-top: 70px
  }
  .L02-001-item_type_interview {
    margin-top: 10px!important
  }
  .H01-001-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 50px;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .H01-001-01_type_modal {
    margin-top: 20px
  }
  .H01-001-01__inner {
    position: relative;
    width: 100%;
    min-width: 1104px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    height: 100%
  }
  .H01-001-01__title {
    font-size: 40px
  }
  .H01-001-01__title_type_center_01 {
    left: 0;
    width: 100%
  }
  .H02-001-01+.H01-001-02, .H08-001-01+.H01-001-02, .formTable+.H01-001-02, [class^=H04]+.H01-001-02 {
    margin-top: 70px
  }
  .H01-001-02 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 26px
  }
  .H02-001-01+.H01-001-03, .H03-001-01+.H01-001-03, .H03-001-05+.H01-001-03, .H04-003-01+.H01-001-03, .H04-004-02+.H01-001-03, .H05-001-01+.H01-001-03, .H05-003-01+.H01-001-03, .H06-001-01+.H01-001-03, .H06-002-01+.H01-001-03, .H08-001-01+.H01-001-03 {
    margin-top: 70px
  }
  .H02-001-03+.H01-001-03 {
    margin-top: 30px
  }
  .H01-001-03 {
    margin-bottom: 22px;
    padding-left: 17px;
    font-size: 24px
  }
  .H01-001-04 {
    margin-bottom: 22px;
    font-size: 21px
  }
  .H02-001-01+.H01-001-04, .H02-004-01+.H01-001-04, .H03-001-05+.H01-001-04, .H05-001-01+.H01-001-04, .H05-003-01+.H01-001-04, .H06-002-01+.H01-001-04 {
    margin-top: 50px
  }
  .H08-001-01-inner__text+.H01-001-04 {
    margin-top: 30px
  }
  .H01-001-05 {
    font-size: 18px
  }
  .H02-001-01 {
    font-size: 16px
  }
  .H02-001-02 {
    font-size: 18px
  }
  .H02-001-01_state_center_02 {
    text-align: center
  }
  p a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  p a:hover {
    border-bottom: 1px solid transparent
  }

  p a:not([href*=amazon])[target="_blank"]:after {
    bottom: 7px
  }
  .icon-pdf:after {
    bottom: 7px!important
  }
  .H02-004-01 {
    font-size: 30px;
  }
  .H02-004-02 {
    font-size: 19px
  }
  .H02-005-01 {
    font-size: 34px
  }
  .H04-003-01 {
    display: inline-block;
    font-size: 16px;
    min-width: 320px;
    min-height: 50px;
    padding: 14px 30px 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
  }
  .H04-003-01:hover {
    background-color: #0a847b;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  .H04-003-01.H04-003-01_type_icon img {
    margin-left: 10px
  }
  .H04-003-01:disabled {
    background-color: #b0b0b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .H04-003-01:disabled:hover {
    background-color: #b0b0b0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    cursor: not-allowed
  }
  .H04-003-01+.H04-003-01 {
    max-width: 320px;
    margin: 0 0 0 16px;
    vertical-align: top
  }
  .H04-003-02 {
    display: inline-block;
    font-size: 16px;
    min-width: 320px;
    min-height: 50px;
    padding: 14px 30px 16px;
    line-height: 1.3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
  }
  .H04-003-02:hover {
    background-color: #7e735f;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  .H04-003-02+.H04-003-02, .H04-003-03+.H04-003-02 {
    margin-left: 16px
  }
  .H04-003-02.H04-003-02_type_icon img {
    margin-left: 10px
  }
  .H04-003-02:disabled {
    background-color: #b0b0b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .H04-003-02:disabled:hover {
    background-color: #b0b0b0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    cursor: not-allowed
  }
  .H04-003-03 {
    display: inline-block;
    min-width: 320px;
    font-size: 16px;
    min-height: 50px;
    padding: 13px 30px 13px;
    line-height: 1.3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
  }
  .H04-003-03:hover {
    border-color: #7e735f
  }
  .H04-003-03:disabled {
    background-color: #b0b0b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .H04-003-03:disabled:hover {
    background-color: #b0b0b0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    cursor: not-allowed
  }
  .H04-003-03.H04-004-03_type_icon img {
    margin-left: 10px
  }
  .formTable+.H04-004-02 {
    margin-top: 70px
  }
  .H04-004-02 .H04-003-01, .H04-004-02 .H04-003-02 {
    margin-bottom: 0
  }
  .H04-004-02__phone {
    margin-top: 30px;
    font-size: 28px
  }
  .H04-004-02__phone img {
    margin-right: 12px
  }
  .H04-004-02__form {
    display: inline-block
  }
  .H04-004-02__form+.H04-004-02__form:not(:first-child) {
    margin-left: 16px
  }
  .H04-007-01 {
    font-size: 0
  }
  .H04-007-01__inner {
    display: inline-block;
    overflow: hidden
  }
  .H04-007-01__inner img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .H04-007-01__inner img:hover {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0)
  }
  .formTable {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid #dedede
  }
  .formTable-th {
    width: 282px;
    font-size: 16px;
    vertical-align: top
  }
  .formTable-td {
    border-top: 1px solid #dedede
  }
  .formTable-td__text {
    font-size: 16px
  }
  .formTable_type_input .formTable-th {
    padding: 25px 100px 25px 30px
  }
  .formTable_type_input .formTable-th::after {
    top: 30px;
    right: 30px
  }
  .formTable_type_input .formTable-td {
    padding: 25px 30px
  }
  .formTable_type_confirm .formTable-th {
    padding: 15px 30px
  }
  .formTable_type_confirm .formTable-td {
    padding: 15px 30px
  }
  .formTable input[type=email], .formTable input[type=number], .formTable input[type=tel], .formTable input[type=text], .formTable select, .formTable textarea {
    font-size: 16px
  }
  .formTable input[type=email], .formTable input[type=number], .formTable input[type=tel], .formTable input[type=text], .formTable select {
    height: 44px
  }
  .formTable input[type=radio]+span {
    cursor: pointer
  }
  .formTable input[type=checkbox]+span {
    cursor: pointer
  }
  .inputStyle-01__input {
    padding: 10px 20px
  }
  .inputStyle-01__input_type_middle {
    max-width: 410px
  }
  .inputStyle-01__input_type_small {
    width: 280px
  }
  .inputStyle-02-box__label {
    margin-right: 8px;
    font-size: 16px
  }
  .inputStyle-02-box__item {
    width: 50%
  }
  .inputStyle-02-box__item:nth-child(2) {
    margin-left: 20px
  }
  .inputStyle-02-box__item p {
    padding-left: 25px
  }
  .inputStyle-02__input {
    width: calc(100% - 1.5em);
    padding: 10px 20px
  }
  .inputStyle-03__inner label span {
    font-size: 16px
  }
  .inputStyle-03__inner_type_col3 {
    margin: -20px -10px 0 0
  }
  .inputStyle-03__inner_type_col3 label {
    width: 30.9%;
    margin: 20px 10px 0 0
  }
  .inputStyle-03__inner_type_vertical label:not(:first-child) {
    margin-top: 20px
  }
  .inputStyle-03__inner_type_col2 {
    margin: -20px -10px 0 0
  }
  .inputStyle-03__inner_type_col2 label {
    width: 47.5%;
    margin: 20px 10px 0 0
  }
  .inputStyle-03__inner_type_yesno {
    margin: -20px -10px 0 0
  }
  .inputStyle-03__inner_type_yesno label {
    width: 85px;
    margin: 20px 10px 0 0
  }
  .inputStyle-04-check-list__item {
    font-size: 16px
  }
  .inputStyle-04-check-list_type_col3 {
    margin: -20px -10px 0 0
  }
  .inputStyle-04-check-list_type_col3 .inputStyle-04-check-list__item {
    width: 30.9%;
    margin: 20px 10px 0 0
  }
  .inputStyle-04-check-list_type_vertical .inputStyle-04-check-list__item:not(:first-child) {
    margin-top: 20px
  }
  .inputStyle-04-check-list_type_col2 {
    margin: -20px -10px 0 0
  }
  .inputStyle-04-check-list_type_col2 .inputStyle-04-check-list__item {
    width: 47.5%;
    margin: 20px 10px 0 0
  }
  .inputStyle-05__textarea {
    height: 120px;
    padding: 10px 20px;
    max-width: 468px
  }
  .inputStyle-06__input_type_number {
    width: 92px
  }
  .inputStyle-06__input_type_pulldownShort {
    width: 264px
  }
  .inputStyle-07__input {
    width: 280px;
    margin-right: 10px
  }
  .inputStyle-07__input_type_pulldownTel {
    width: 120px
  }
  .inputStyle-08-check-list {
    margin-top: -20px
  }
  .inputStyle-08-check-list:last-child {
    border-bottom: none;
    padding-bottom: 0
  }
  .inputStyle-08-check-list+.inputStyle-08-check-list {
    margin-top: 0
  }
  .inputStyle-08-check-list__item {
    font-size: 16px;
    width: 22.5%;
    margin: 20px 10px 0 0
  }
  .inputStyle-08-check-list__item:nth-child(4n+5) {
    margin-right: 0
  }
  .inputStyle-09-check-item {
    margin-left: 72px
  }
  .inputStyle-09-check-item::before {
    left: -72px
  }
  .inputStyle-09-check-item input[type=checkbox]+span {
    font-size: 16px;
    cursor: pointer
  }
  .formFlow {
    height: 60px
  }
  .formFlow__item {
    padding-top: 16px
  }
  .formFlow__item:not(:last-child)::after, .formFlow__item:not(:last-child)::before {
    content: ""
  }
  .formFlow__item strong {
    margin-right: 10px;
    font-size: 16px
  }
  .formFlow__item span {
    font-size: 14px
  }
  .formFlow__item_state_active:last-child {
    border-right: 1px solid #006057
  }
  .formFlow__item_state_active:not(:last-child)::before {
    border-left-color: #006057
  }
  .formFlow__item_state_active:not(:last-child)::after {
    border-left-color: #006057
  }
  .H02-001-01+.formFlow {
    margin-top: 40px
  }
  .formFlow+.formConfirmation {
    margin-top: 40px
  }
  .form_ma .hero_type_input {
    height: 220px;
    margin-bottom: 70px;
    /*background-image: url(/action/image/bg-consultation-pc@2x.jpg)*/
  }
  .form_ma .hero_type_input .hero__inner {
    min-width: 1104px;
    max-width: 1280px;
    padding: 0 180px
  }
  .form_ma .hero_type_input .hero-lead__title {
    font-size: 36px
  }
  .form_ma.form_type_seminar .hero_type_input {
    /*background-image: url(/action/image/bg-seminar-pc@2x.jpg)*/
  }
  .H03-001-01-item {
    font-size: 16px
  }
  .E02-004-01+.H03-001-04 {
    margin-top: 30px
  }
  .H03-001-05 {
    overflow: hidden
  }
  .H03-001-01+.H03-001-05, .H05-003-01+.H03-001-05, .H08-001-01-inner__text+.H03-001-05 {
    margin-top: 30px
  }
  .H03-001-05-item {
    font-size: 16px
  }
  .H03-001-05-item::before {
    top: 14px
  }
  .H03-001-05+.H03-001-02 {
    margin-top: 30px
  }
  .H03-001-02-item {
    font-size: 16px
  }
  .H03-001-06-item {
    width: 20%;
    padding-left: 14px;
    font-size: 16px
  }
  .H03-001-06-item a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H03-001-06-item a:hover {
    border-bottom: 1px solid transparent
  }
  [class^=H02]+.H04-008-01, div+.H04-008-01 {
    margin: 30px auto 0 1px
  }
  .H04-008-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .H04-008-01-item {
    margin: 0 0 10px -1px;
    padding: 6px 20px 8px;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    font-size: 16px;
    line-height: 1
  }
  .H04-008-01-item a {
    margin-left: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-008-01-item a::before {
    left: -20px
  }
  .H04-008-01-item a:hover {
    border-color: #3286d9
  }
  [class^=H02]+.H04-008-02 {
    margin-top: 40px
  }
  .H04-008-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dedede
  }
  .H04-008-02-item {
    width: 25%;
    min-height: 60px;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.3
  }
  .H04-008-02-item:nth-child(4n+1) {
    border-left: 1px solid #dedede
  }
  .H04-008-02-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -20px 0;
    padding: 20px 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-008-02-item a:hover {
    color: #005c55;
    background-color: #e9f4f1
  }
  .H04-008-02-item_type_empty a {
    cursor: default;
    pointer-events: none
  }
  .H04-009-02+.H04-008-02 {
    margin-top: 40px
  }
  [class^=H02]+.H04-010-01, [class^=H02]+.H04-010-02 {
    margin-top: 40px
  }
  .H04-010-01, .H04-010-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .H04-010-01-item {
    width: 48.2%;
    max-width: 445px
  }
  .H04-010-01-item:nth-child(even) {
    margin-left: 3.6%
  }
  .H04-010-01-item:nth-child(n+3) {
    margin-top: 40px
  }
  .H04-010-01-item a {
    font-size: 0
  }
  .H04-010-01-item a:hover .H04-010-01-item__image {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0)
  }
  .H04-010-01-item a:hover .H04-010-01-item__title span {
    color: #0a847b;
    border-color: #0a847b
  }
  .H04-010-01-item a:hover .H04-010-01-item__icon {
    border-color: #0a847b
  }
  .H04-010-01-item a:hover .H04-010-01-item__icon svg path {
    fill: #0a847b
  }
  .H04-010-01-item__title {
    padding-left: 30px;
    text-indent: -30px
  }
  .H04-010-01-item__title span {
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-010-01-item__text {
    font-size: 16px
  }
  .H04-010-01-item__inner {
    display: inline-block;
    overflow: hidden;
    width: 100%
  }
  .H04-010-01-item__image {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .H04-010-01-item__icon {
    width: 22px;
    height: 22px;
    margin-right: 9px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-010-01-item__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
  .H04-010-01-item__icon svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H08-001-01+.H04-010-02 {
    margin-top: 40px
  }
  .H04-010-02 {
    margin-left: -3.3%
  }
  .H04-010-02-item {
    width: 30%;
    margin-left: 3.3%
  }
  .H04-010-02-item:nth-child(n+4) {
    margin-top: 40px
  }
  .H04-010-02-item a {
    font-size: 0;
    text-align: center
  }
  .H04-010-02-item a:hover .H04-010-02-item__image {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0)
  }
  .H04-010-02-item a:hover .H04-010-02-item__title .H04-010-02-item__link {
    color: #0a847b;
    border-color: #0a847b
  }
  .H04-010-02-item a:hover .H04-010-02-item__icon {
    border-color: #0a847b
  }
  .H04-010-02-item a:hover .H04-010-02-item__icon svg path {
    fill: #0a847b
  }
  .H04-010-02-item__title {
    padding-left: 30px;
    text-indent: -30px
  }
  .H04-010-02-item .H04-010-02-item__link {
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-010-02-item__text {
    font-size: 16px
  }
  .H04-010-02-item__inner {
    display: inline-block;
    overflow: hidden;
    width: 100%
  }
  .H04-010-02-item__image {
    max-width: 100%;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .H04-010-02-item__icon {
    width: 22px;
    height: 22px;
    margin-right: 9px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-010-02-item__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
  .H04-010-02-item__icon svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H05-001-01+.H04-011-01, [class^=H02]+.H04-011-01 {
    margin-top: 40px
  }
  .H04-011-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .H04-011-01-item {
    width: 48.2%;
    padding: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-011-01-item:hover {
    color: #0a847b;
    border-color: #0a847b
  }
  .H04-011-01-item:hover svg path {
    fill: #0a847b
  }
  .H04-011-01-item:hover .H04-011-01-item__image img {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0)
  }
  .H04-011-01-item:nth-child(even) {
    margin-left: 3.5%
  }
  .H04-011-01-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .H04-011-01-item:nth-child(n+3) {
    margin-top: 30px
  }
  .H04-011-01-item__image {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-right: 15px
  }
  .H04-011-01-item__image img {
    width: 100px;
    height: 100px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .H04-011-01-item__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px
  }
  [class^=H08]+.H04-012-01 {
    margin-top: 30px
  }
  [class^=H02]+.H04-012-01 {
    margin-top: 40px
  }
  .H04-012-01-item {
    padding: 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-012-01-item:not(:first-child) {
    margin-top: 30px
  }
  .H04-012-01-item:hover {
    border-color: #0a847b
  }
  .H04-012-01-item:hover .H04-012-01-item__title {
    color: #0a847b
  }
  .H04-012-01-item:hover .H04-012-01-item__icon path {
    fill: #0a847b
  }
  .H04-012-01-item a {
    margin: -25px;
    padding: 25px
  }
  .H04-012-01-item a::after {
    display: block;
    content: "";
    clear: both
  }
  .H04-012-01-item__image {
    float: left;
    width: 240px;
    margin-right: 15px
  }
  .H04-012-01-item__title {
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-012-01-item__text {
    overflow: hidden;
    font-size: 16px
  }
  .H04-012-01-item__text+.H04-012-01-item__text small {
    margin-top: 20px
  }
  .H04-012-01-item__text small {
    font-size: 13px
  }
  .H04-012-02 {
    margin-top: -30px
  }
  .H04-012-02-item {
    max-width: 405px;
    width: 48.2%;
    min-height: 422px;
    padding: 25px;
    margin-top: 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-012-02-item:hover {
    border-color: #0a847b
  }
  .H04-012-02-item:hover .H04-012-02-item__title {
    color: #0a847b
  }
  .H04-012-02-item:hover .H04-012-02-item__icon path {
    fill: #0a847b
  }
  .H04-012-02-item>a {
    margin: -25px;
    padding: 25px
  }
  .H04-012-02-item__label {
    font-size: 13px
  }
  .H04-012-02-item__title {
    font-size: 18px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-012-02-item__dl dd, .H04-012-02-item__dl dt {
    font-size: 15px
  }
  .H04-012-02-item__dl dt {
    width: 65px
  }
  .H04-012-02-item__dl dd {
    width: calc(100% - 65px)
  }
  .my-sizer-element {
    width: 48.2%;
    margin-left: 3.5%
  }
  .B02-001-01-header__title+.H05-001-01 {
    margin-top: 25px
  }
  .H05-001-01__image {
    max-width: 100%
  }
  .H05-001-03-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
  }
  .H05-001-03-item {
    width: calc(50% - 15px)
  }
  .H05-001-03-item:nth-child(odd) {
    margin-right: 30px
  }
  .H05-001-03-item:nth-child(n+3) {
    margin-top: 30px
  }
  .H05-003-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .H05-003-01_type_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .H02-001-01+.H05-003-01, .H04-003-01+.H05-003-01, .H05-003-01+.H05-003-01, .H06-001-01+.H05-003-01, .H08-001-01+.H05-003-01, .benefit-content__title+.H05-003-01 {
    margin-top: 30px
  }
  .H05-003-01-item__image {
    max-width: 405px
  }
  .H05-003-01-item__caption {
    max-width: 405px
  }
  .H05-003-01-description {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .H05-003-01_type_right .H05-003-01-description {
    padding: 0 20px 0 0
  }
  .H05-003-01-description__title {
    font-size: 16px
  }
  .H05-003-01-description__text {
    font-size: 16px
  }
  .H05-005-01 {
    margin: -30px 0 0 -3.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .H05-005-01-inner {
    margin: 30px 0 0 3.3%;
    width: 46.7%
  }
  .H05-005-01-item {
    width: 120px
  }
  .H05-005-01-description__title {
    font-size: 16px
  }
  .H05-005-01-description__text {
    font-size: 16px
  }
  .H01-001-03+.H06-001-01, .H02-001-01+.H06-001-01, .H05-003-01+.H06-001-01, .H08-001-01-inner__title+.H06-001-01 {
    margin-top: 30px
  }
  .H06-001-01-inner {
    font-size: 15px;
    line-height: 1.6;
    color: #45494b
  }
  .H06-001-01-inner__title {
    padding: 15px
  }
  .H06-001-01-inner__text {
    padding: 15px
  }
  .H02-001-01+.H06-002-01 {
    margin-top: 40px
  }
  .H06-002-01-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .H06-002-01-inner:last-child .H06-002-01-inner__title {
    border-bottom: 1px solid #fff
  }
  .H06-002-01-inner:last-child .H06-002-01-inner__text {
    border-bottom: 1px solid #fff
  }
  .H06-002-01-inner__title {
    font-size: 16px;
    width: 250px;
    padding: 20px 0;
    border-top: 1px solid #dedede;
  }
  .H06-002-01-inner__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 0;
    margin-left: 30px;
    font-size: 16px;
    border-top: 1px solid #dedede;
  }
  .H06-002-01-inner:first-child .H06-002-01-inner__title {
	 border-top: 1px solid #fff;
  }
  .H06-002-01-inner:first-child .H06-002-01-inner__text {
	 border-top: 1px solid #fff;
  }
  .H07-001-01 {
    margin-top: 40px;
    font-size: 16px
  }
  .H07-001-01-item {
    padding: 20px
  }
  .H07-001-01-item:hover {
    background-color: #f7f7f7
  }
  .H07-001-01-item__header {
    margin: -20px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
  }
  .H07-001-01-item__title {
    max-width: 715px
  }
  .H07-001-01-item__text {
    margin: 20px 0 10px;
    padding: 0 60px 0 10px
  }
  .H07-002-01 {
    margin-top: 40px;
    font-size: 16px
  }
  .H07-002-01-item {
    padding: 20px
  }
  .H07-002-01-item:hover {
    background-color: #f7f7f7
  }
  .H07-002-01-item__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -20px;
    padding: 20px;
    cursor: pointer
  }
  .H07-002-01-item__title {
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .H07-002-01-item__title::before {
    top: 50%;
    margin-top: -13px
  }
  .H07-002-01-item__text::before {
    top: 5px
  }
  .H07-002-01-item__text {
    margin: 20px 0 10px;
    margin-bottom: 10px;
    padding: 0 60px 0 35px
  }
  *+.H08-001-01 {
    margin-top: 40px
  }
  .H08-001-01-inner {
    padding: 40px
  }
  .H08-001-01-inner__title {
    font-size: 18px
  }
  .H02-004-02+.H08-001-01-inner__text {
    margin-top: 25px
  }
  .H08-001-01-inner__text {
    font-size: 16px
  }
  .D01-001-01__item {
    padding: 20px 20px 20px 60px;
    background-position: top 50% left 20px;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .D01-001-01__item:hover {
    background-color: #f7f7f7
  }
  .D01-001-01__item a {
    margin: -20px -20px -20px -60px;
    padding: 20px 20px 20px 60px
  }
  .D02-002-01 {
    margin: -15px 0 0 -15px
  }
  .D02-002-01__item {
    margin: 15px 0 0 15px
  }
  .D02-002-01__item span {
    min-width: 78px;
    height: 40px;
    padding: 0 28px;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer
  }
  .D03-001-01 {
    margin-top: 60px
  }
  .D03-001-01-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
  }
  .D03-001-01-banner-item {
    width: 48.8%
  }
  .D03-001-01-banner-item a:hover .D03-001-01-banner-item__text {
    border-color: #65676a
  }
  .D03-001-01-banner-item__image {
    overflow: hidden
  }
  .D03-001-01-banner-item__image>img {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .D03-001-01-banner-item__text {
    padding: 0 0 2px 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .D03-001-01-banner-item__text::after {
    right: -22px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background-size: 11px 11px
  }
  .D03-001-01-banner-item__text {
    margin-top: 15px;
    font-size: 16px
  }
  .D03-001-01-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2.5% 0 0 -2.3%
  }
  .D03-001-01-list-item {
    width: 31%;
    margin: 2.5% 0 0 2.3%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .D03-001-01-list-item:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  .D03-001-01-list-item__header {
    height: 146px;
    padding: 0 30px;
    font-size: 20px
  }
  .D03-001-01-list-item__header small {
    font-size: 15px
  }
  .D03-001-01-list-item__dl {
    padding: 25px 30px 40px
  }
  .D03-001-01-list-item__dl dd, .D03-001-01-list-item__dl dt {
    font-size: 15px
  }
  .D03-001-01-list-item__label {
    top: 135px;
    left: 30px;
    width: 100px;
    height: 22px;
    font-size: 13px;
    line-height: 22px
  }
  .D03-001-01-list-item__icon {
    width: 22px;
    height: 22px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .D03-001-01-list-item__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
  .D03-001-01-list-item__icon svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .D03-002-01 {
    font-size: 13px
  }
  .TC1-001-01__item {
    width: 42%;
    font-size: 16px
  }
  .TC1-001-01__item:nth-child(odd) {
    margin-right: 30px
  }
  .TC1-001-01__item::before {
    top: 15px
  }
  .TC1-001-01__item a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .TC1-001-01__item a:hover {
    border-bottom: 1px solid transparent
  }
  .TC1-001-03 {
    margin-top: 30px
  }
  .TC1-001-03__post {
    padding-left: 18px;
    font-size: 16px
  }
  .TC1-001-03__post::before {
    font-size: 16px
  }
  .TC1-001-03__text {
    font-size: 16px
  }
  .TC1-001-03__telAndfex {
    margin-top: 10px;
    font-size: 16px
  }
  .TC1-001-03__telAndfex span {
    margin-right: 20px
  }
  *+.TC2-001-02 {
    margin-top: 40px
  }
  .TC2-001-02__acrobat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .TC2-001-02__acrobat>img {
    margin-right: 30px
  }
  .TC2-001-02__text {
    font-size: 16px
  }
  .TC3-001-01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
  }
  .TC3-001-01-image {
    margin-right: 60px
  }
  .TC3-001-01-image img {
    width: 200px
  }
  .TC3-001-01-profile img {
    width: 254px
  }
  .TC3-001-01-profile__text {
    font-size: 16px
  }
  img+.TC3-001-01-profile__text {
    margin-top: 20px
  }
  .D02-003-01__title {
    font-size: 25px
  }
  .D02-003-01-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .D02-003-01-content__image {
    max-width: 405px;
    margin-right: 20px
  }
  .D02-003-01-content__image>img {
    max-width: 100%
  }
  .D02-003-01-content-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .D02-003-01-content-info__title {
    margin-bottom: 15px;
    font-size: 16px
  }
  .D02-003-01-content-info__dl {
    padding: 20px
  }
  .D02-003-01-content-info__dl dd, .D02-003-01-content-info__dl dt {
    font-size: 16px
  }
  .D02-003-01-content-info__dl dt {
    width: 70px
  }
  .D02-004-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .D02-004-01-item {
    width: 100%;
    padding: 30px 20px
  }
  .D02-004-01-item+.D02-004-01-item {
    margin-left: 20px
  }
  .D02-004-01-item__title {
    margin-bottom: 20px;
    font-size: 18px
  }
  .D02-004-01-item-list__item {
    padding-left: 20px
  }
  .D02-004-01-item-list__item dd, .D02-004-01-item-list__item dt {
    font-size: 16px
  }
  .F01-001-01 {
    font-size: 16px
  }
  .F01-001-01-form__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    margin-right: 20px
  }
  .F01-001-01-form__input {
    max-width: 500px;
    padding: 10px 20px;
    font-size: 14px
  }
  .F01-001-01-form__button {
    width: 70px;
    height: 44px;
    background-size: 17px 17px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .F01-001-01-form__button:hover {
    background-color: #0a7e76
  }
  .F01-001-01-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .F01-001-01-check__title {
    width: 100px;
    margin-right: 20px
  }
  .F01-001-01-check__contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .F01-001-01-check-list {
    margin-top: -20px
  }
  .F01-001-01-check-list__item {
    width: 25%;
    margin-top: 20px
  }
  .F01-001-01-check-list__item label input[type=checkbox]+span {
    cursor: pointer
  }
  .F01-001-01-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .F01-001-01-radio__title {
    width: 100px;
    margin-right: 20px
  }
  .F01-001-01-radio__contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .F01-001-01-radio-list {
    margin-top: -20px
  }
  .F01-001-01-radio-list__item {
    width: 25%;
    margin-top: 20px
  }
  .F01-001-01-radio-list__item label input[type=radio]+span {
    cursor: pointer
  }
  .SS_search {
    padding: 40px
  }
  #SS_searchQuery1 {
    max-width: 500px;
    height: 44px;
    padding: 10px 20px;
    font-size: 14px
  }
  #SS_searchSubmit1 {
    width: 70px;
    height: 44px;
    background-size: 17px 17px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  #SS_searchSubmit1:hover {
    background-color: #0a7e76
  }
  #SS_searchCategory1 {
    margin-top: -20px
  }
  #SS_searchCategory1>li {
    width: 23.6%;
    margin: 20px 10px 0 0
  }
  #SS_searchCategory1>li:nth-child(4n) {
    margin-right: 0
  }
  #SS_searchCategory1>li>input:checked+label::before {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  #SS_searchCategory1>li>input:checked+label::after {
    left: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  #SS_searchCategory1>li>label::before {
    left: 0
  }
  #SS_searchCategory1>li>label {
    padding-left: 25px;
    cursor: pointer
  }
  #SS_searchCategory1_file_type>label {
    width: 25%;
    cursor: pointer
  }
  #SS_searchCategory1_file_type>label::before {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  #SS_searchCategory1_file_type>label::after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  #SS_search1+#SS_navi {
    margin-top: 70px
  }
  #SS_adlink+#SS_result {
    margin-top: 30px
  }
  .SS_item {
    padding: 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .SS_item:not(:first-child) {
    margin-top: 30px
  }
  .SS_item:hover {
    border-color: #0a847b
  }
  .SS_item:hover .SS_title {
    color: #0a847b
  }
  .SS_item:hover .H04-012-01-item__icon path {
    fill: #0a847b
  }
  .SS_image {
    float: left;
    width: 240px;
    margin-right: 15px
  }
  .SS_title {
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .SS_summary {
    overflow: hidden;
    font-size: 16px
  }
  .SS_summary+.SS_url {
    margin-top: 20px
  }
  .SS_url {
    font-size: 13px
  }
  #SS_navi+#SS_adlink {
    margin-top: 40px
  }
  .F01-002-01 {
    font-size: 16px
  }
  .F01-002-01-text {
    font-size: 16px
  }
  .F01-002-01-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #SS_navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #SS_naviResult {
    font-size: 16px
  }
  #SS_naviSort>span a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  #SS_naviSort>span a:hover {
    border-color: transparent
  }
  .F01-003-01-pager {
    margin-left: -10px
  }
  .F01-003-01-pager-item {
    width: 30px;
    height: 40px;
    margin-left: 10px
  }
  .F01-003-01-pager-item a {
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .F01-003-01-pager-item a:hover {
    color: #fff;
    background-color: #006057
  }
  .F01-003-01-pager-item_type_first, .F01-003-01-pager-item_type_last, .F01-003-01-pager-item_type_next, .F01-003-01-pager-item_type_prev {
    width: 55px;
    height: 40px
  }
  .wp-pagenavi :not(:first-child) {
    margin-left: 10px
  }
  .wp-pagenavi .page {
    width: 30px;
    height: 40px;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .wp-pagenavi .page:hover {
    background-color: #006057;
    color: #fff
  }
  .wp-pagenavi .current {
    width: 30px;
    height: 40px;
    font-size: 16px
  }
  .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    width: 55px;
    height: 40px;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .wp-pagenavi .first:hover, .wp-pagenavi .last:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
    background-color: #006057;
    color: #fff
  }
  .SS_paging {
    margin-left: -10px
  }
  .SS_numberPage, .SS_pagingFirst {
    width: 30px;
    height: 40px;
    margin-left: 10px
  }
  .SS_pagingFirst {
    font-size: 16px
  }
  .SS_selectPage {
    width: 30px;
    height: 40px;
    margin-left: 10px;
    font-size: 16px
  }
  .SS_numberPage>a {
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .SS_numberPage>a:hover {
    background-color: #006057;
    color: #fff
  }
  .SS_nextPage, .SS_prevPage {
    width: 55px;
    height: 40px;
    margin-left: 10px;
    font-size: 16px
  }
  .SS_nextPage:hover, .SS_prevPage:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .SS_nextPage:hover:hover, .SS_prevPage:hover:hover {
    background-color: #006057;
    color: #fff
  }
  .H04-009-01__item {
    font-size: 16px;
    padding: 20px 70px 20px 20px
  }
  .H04-009-01__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 70px 20px 20px;
    margin: -20px -70px -20px -20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-01__item a:hover {
    background-color: #f7f7f7
  }
  .H04-009-01__item a:hover .H04-009-01__icon {
    border-color: #006057
  }
  .H04-009-01__item a:hover .H04-009-01__icon svg path {
    fill: #006057
  }
  .H04-009-01__date {
    margin-right: 20px
  }
  .H04-009-01__text {
    font-size: 15px
  }
  .H04-009-01__icon {
    right: 20px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-01__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
  .H04-009-01__icon svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H09-004-01 {
    font-size: 16px
  }
  .H09-004-01__inner {
    margin: 0 0 30px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
  .H09-004-01__date {
    margin-right: 15px
  }
  .H09-004-01__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 22px;
    font-size: 13px;
    margin-right: 15px
  }
  .H09-004-02-inner {
    padding: 30px
  }
  .H09-005-01-tab__item {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H09-005-01-tab__item:last-child {
    border-right: 1px solid #dedede
  }
  .H09-005-01-tab__item:hover {
    background-color: #f7f7f7;
    border-color: #dedede;
    color: #45494b
  }
  .H09-005-01-tab__item a {
    margin: -20px;
    padding: 20px
  }
  .H09-005-01-tab__item_state_active {
    border-color: #006057
  }
  .H09-005-01-tab__item_state_active+.H09-005-01-inner__item {
    border-left: 0
  }
  .H09-005-01-tab__item_state_active:last-child {
    border-right: 1px
  }
  .H09-005-01-tab__item_state_active::after {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 4px);
    content: "";
    width: 0;
    height: 0;
    margin-left: -4px;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #006057 transparent transparent transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H09-005-01-tab__item_state_active:hover::after {
    opacity: 0;
    border-color: #dedede
  }
  .H09-005-01-content {
    margin-top: 40px
  }
  .H03-001-06+.H09-005-01, .H09-005-01+.H09-005-01 {
    margin-top: 40px
  }
  .H03-001-07__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .H03-001-07__item {
    width: 29%;
    font-size: 16px
  }
  .H03-001-07__item::before {
    top: 15px
  }
  .H03-001-07__base {
    margin-left: 10px
  }
  .H03-001-08__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .H03-001-08__item {
    width: 41%;
    margin-left: 20px;
    font-size: 16px;
    padding-left: 40px;
  }
  .H03-001-08__item::before {
    top: 4px
  }
  .H03-001-08__base {
    margin-left: 10px
  }
  .H04-009-03__item {
    font-size: 16px;
    padding: 20px 70px 20px 20px
  }
  .H04-009-03__item a {
    padding: 20px 70px 20px 20px;
    margin: -20px -70px -20px -20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-03__item a:hover {
    background-color: #f7f7f7
  }
  .H04-009-03__item a:hover .H04-009-03__icon {
    border-color: #006057
  }
  .H04-009-03__item a:hover .H04-009-03__icon svg path {
    fill: #006057
  }
  .H04-009-03__date {
    margin-right: 15px
  }
  .H04-009-03__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 22px;
    font-size: 13px;
    margin-right: 15px
  }
  .H04-009-03__text {
    font-size: 15px
  }
  .H04-009-03__icon {
    right: 20px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-03__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
  .H04-009-03__icon svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .E02-002-01+.H04-009-03 {
    margin-top: 40px
  }
  .H02-001-01+.H04-009-02 {
    margin-top: 30px
  }
  .H04-009-02__item {
    padding: 30px 80px 30px 20px
  }
  .H04-009-02__item a {
    margin: -30px -80px -30px -20px;
    padding: 30px 80px 30px 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-02__item a:hover .H04-009-02__header>h3 {
    color: #0a847b
  }
  .H04-009-02__item a:hover .H04-009-02__icon {
    border-color: #0a847b
  }
  .H04-009-02__item a:hover .H04-009-02__icon svg path {
    fill: #0a847b
  }
  .H04-009-02__header>h3 {
    font-size: 19px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-02__header>span {
    width: 100px;
    height: 22px;
    margin-left: 15px;
    font-size: 13px
  }
  .H04-009-02__text {
    margin-bottom: 20px;
    font-size: 16px
  }
  .H04-009-02__info dd, .H04-009-02__info dt {
    font-size: 15px
  }
  .H04-009-02__info dt {
    width: 60px;
    margin-right: 20px
  }
  .H04-009-02__icon {
    right: 20px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H04-009-02__icon svg {
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
  }
  .H04-009-02__icon svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H09-002-01 {
    padding: 70px
  }
  .H09-002-01__input {
    max-width: 620px;
    padding: 15px 25px;
    font-size: 16px
  }
  .H09-002-01__button {
    width: 80px;
    height: 60px;
    background-size: 19px 19px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .H09-002-01__button:hover {
    background-color: #0a7e76
  }
  *+.H09-002-01 {
    margin-top: 40px
  }
  .I01-001-01 {
    font-size: 13px
  }
  .E01-001-01-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .E01-001-01-item-content {
    width: calc(50% - 10px);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .E01-001-01-item-content__label {
    margin: 8px 20px 0 0
  }
  .E01-001-01-item-content__info>p {
    font-size: 16px
  }
  .E01-001-01-item-content__info>a {
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .E01-001-01-item-content__info>a:hover {
    border-color: transparent
  }
  .E01-001-01-item-content__info>span {
    font-size: 13px
  }
  .E01-001-01-item-content+.E01-001-01-item-content {
    position: relative
  }
  .E01-001-01-item-content+.E01-001-01-item-content::before {
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -.5em;
    content: "&";
    color: #c1c1c1;
    font-size: 22px;
    font-family: YakuHanMP, "Noto Serif Japanese", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN"
  }
  .E02-001-01 {
    padding: 40px
  }
  .E02-001-01-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .E02-001-01-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 25px
  }
  .E02-001-01-list-item:last-child {
    margin-left: 20px
  }
  .E02-001-01-list-item__label {
    font-size: 16px
  }
  .E02-001-01-list-item__number strong {
    font-size: 50px
  }
  .E02-001-01-list-item__number span {
    font-size: 16px
  }
  .E02-001-01__text {
    margin-top: 25px;
    font-size: 16px;
    text-align: center
  }
  .H02-001-01+.E02-001-01 {
    margin-top: 40px
  }
  .E02-002-01 {
    padding: 40px
  }
  .E02-002-01-button {
    width: 130px;
    height: 44px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .E02-002-01-button:hover {
    background-color: #0a7e76
  }
  .E02-002-01-check-list+.E02-002-01-button {
    margin-top: 30px
  }
  .E02-002-01-pulldown__select+.E02-002-01-button, .widget-wrapper+.E02-002-01-button {
    margin-left: 15px
  }
  .E02-002-01-hr {
    margin: 20px -40px
  }
  .E02-002-01-pulldown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .E02-002-01-pulldown-inner form {
    font-size: 0
  }
  .E02-002-01-pulldown__title {
    width: 120px;
    margin-right: 20px;
    font-size: 16px
  }
  .E02-002-01-pulldown__select {
    width: 260px;
    height: 44px;
    padding-left: 15px;
    background-position: right 15px top 50%
  }
  .E02-002-01-pulldown+.E02-002-01-pulldown {
    margin-top: 20px
  }
  .E02-002-01-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .E02-002-01-check__title {
    width: 120px;
    margin-right: 20px
  }
  .E02-002-01-check__contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .E02-002-01-check-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 20px 0;
    padding-bottom: 20px
  }
  .E02-002-01-check-list__item {
    width: 23.6%;
    margin: 20px 10px 0 0
  }
  .E02-002-01-check-list__item:nth-child(4n) {
    margin-right: 0
  }
  .E02-002-01-check-list__item label input[type=checkbox]+span {
    cursor: pointer;
    display: inline-block
  }
  .H08-001-01+.E02-002-01 {
    margin-top: 40px
  }
  .E02-001-01+.E02-002-01 {
    margin-top: 40px
  }
  .H04-009-01+.E02-002-01 {
    margin-top: 40px
  }
  .H04-009-03+.E02-002-01 {
    margin-top: 40px
  }
  #archives-dropdown-2 {
    width: 260px;
    height: 44px;
    padding-left: 15px;
    background-position: right 15px top 50%
  }
  .E02-003-01>input[type=checkbox]+span {
    cursor: pointer
  }
  .E02-004-01-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px
  }
  .E02-004-01-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
  }
  .E02-004-01-item-header__title {
    font-size: 16px
  }
  .E02-004-01-item-header__title span:nth-child(2) {
    margin-left: 10px
  }
  .E02-004-01-item-header__title+.E02-004-01-item-header__info {
    margin-left: 10px
  }
  .E02-004-01-item-contact {
    padding-left: 20px
  }
  .E02-004-01-item-contact__button {
    margin-bottom: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .E02-004-01-item-contact__button:hover {
    background-color: #7e735f;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  .E02-004-01-item-contact__button_state_disabled:hover {
    background-color: #c1c3c5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }
  .E02-004-01-item-contact__link {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .E02-004-01-item-contact__link:hover {
    border-color: transparent
  }
  .E02-004-01-item__content {
    width: 650px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .L02-002 {
    width: 27.3%;
    max-width: 280px;
    margin-top: -84px
  }
  .L02-002-title, .L02-002-title2 {
    height: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
  }
  .L02-002-title3 {
    height: 40px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
  }
   .L02-002-title a, .L02-002-title a:visited, .L02-002-title2 a, .L02-002-title2 a:visited {
    color: #FFFFFF;
 }
   .L02-002-title a:hover, .L02-002-title2 a:hover {
    color: #7e735f;
 }
 .L02-002-title:hover, .L02-002-title2:hover {
    background-color: #FFFFFF;
    color: #7e735f;
    box-shadow: 0 0 0 2px #7e735f inset;
  }
  .L02-002-title a, .L02-002-title2 a, .L03-002-title a, .L02-002-title span, .L02-002-title2 span, .L03-002-title span {
    padding-left: 20px
  }
  .L02-002-list {
    margin-left: 1px;
    position: static;    /*border-left: 1px solid #e8e9ec*/
    padding-left: 5px;
  }
  .L02-002-list__item, .L02-002-list__item_state_active, 
  .L02-002-list__item2, .L02-002-list__item2_state_active {
    font-size: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom: 1px solid #E8E9EC;
  }
  .L02-002-list__item>a, .L02-002-list__item_state_active>a, 
  .L02-002-list__item2>a, .L02-002-list__item2_state_active>a{
    padding-top: 15px;
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 1.3
  }
  .L02-002-list__item>a::before, .L02-002-list__item2>a::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    width: 14px;
    height: 15px;
    background-color: #777777;
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .L02-002-oder-list__item>a::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 20px;
    width: 14px;
    height: 15px;
    background-color: #777777;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .L02-002-list__item>a::after, .L02-002-list__item2>a::after {
    position: absolute;
    content: "";
    top: 18px;
    left: 2px;
    width: 10px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .L02-002-oder-list__item>a::after {
    position: absolute;
    content: "";
    top: 14px;
    left: 22px;
    width: 10px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
/*  .L02-002-list__item>a:hover, .L02-002-list__item2>a:hover {
    color: #7e735f
  }
  .L02-002-list__item>a:hover::before,
  .L02-002-list__item>a:hover::after,
  .L02-002-oder-list__item>a:hover::before,
  .L02-002-oder-list__item>a:hover::after {
    background-color: #7e735f;
  }
  .L02-002-list__item2>a:hover::before,
  .L02-002-list__item2>a:hover::after,
  .L02-002-oder-list__item2>a:hover::before,
  .L02-002-oder-list__item2>a:hover::after {
    background-color: #7e735f;
  } */
  .L02-002-list__item>a, .L02-002-list__item_state_active>a,
  .L02-002-oder-list__item>a, .L02-002-oder-list__item_state_active>a {
    position: relative
  }
  .L02-002-list__item2>a, .L02-002-list__item2_state_active>a,
  .L02-002-oder-list__item2>a, .L02-002-oder-list__item2_state_active>a {
    position: relative
  }  
  .L02-002-list__item_state_active>a::before, .L02-002-list__item2_state_active>a::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 0;
    width: 14px;
    height: 15px;
    background-color: #7e735f;
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -17px;

}
  .L02-002-oder-list__item_state_active>a::before, .L02-002-oder-list__item2_state_active>a::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 30px;
    width: 14px;
    height: 15px;
    background-color: #7e735f;
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -17px;
}
  .L02-002-oder-list {
  }
  .L02-002-oder-list__item, .L02-002-oder-list__item_state_active {
    padding-top: 13px;
    padding-right: 0;
    padding-left: 45px;
    padding-bottom: 13px
  }
  .L02-002-oder-list__item a, .L02-002-oder-list__item_state_active a {
    margin-top: -13px;
    margin-right: 0;
    margin-left: -55px;
    margin-bottom: -13px;
    padding-top: 13px;
    padding-right: 0;
    padding-left: 40px;
    padding-bottom: 13px;
    line-height: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .L02-002-oder-list__item a:hover, .L02-002-oder-list__item_state_active a:hover {
    color: #005c55
  }
  .L03-002 {
    width: 27.3%;
    max-width: 280px;
    margin-top: 46px
  }
  .L03-002-title {
    height: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    /*box-shadow: 0 0 0 2px #7e735f inset;*/
	}
  /*.L03-002-title:hover {
    background-color: #7e735f;
    color: #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF inset;
  }*/
  .L03-002-title a {
    padding-left: 20px
  }
  .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 20px;
    left: 40px;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    padding-bottom: 2px
  }
  .hero__inner .breadcrumbs {
    top: 18px
  }
  .breadcrumbs__item {
    font-size: 12px;
    white-space: nowrap
  }
  .breadcrumbs__item:not(:last-child) {
    padding-right: 27px;
    background-image: url(../png/icon-breadcrumbs-arrow-01@2x.png);
    background-size: 5px 8px;
    background-repeat: no-repeat;
    background-position: top 50% right 10px
  }
  .breadcrumbs__item:last-child a {
    border: 0
  }
  .breadcrumbs__item a {
    padding-bottom: 2px;
    /*border-bottom: 1px solid #a2a4a5;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .breadcrumbs__item a:hover {
    border-color: transparent
  }
  .hero .breadcrumbs__item a {
    border-color: #fff
  }
  .hero .breadcrumbs__item a:hover {
    border-color: transparent
  }
  .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1104px;
    padding-bottom: 0px
  }
  .hero {
    width: 100%;
    height: 560px
  }
  .hero_type_inheritance-proposal {
    background-image: url(../jpg/bg-inheritance-proposal-pc-01@2x.jpg)
  }
  .hero_type_landowner {
    background-image: url(../jpg/bg-landowner-pc-01@2x.jpg)
  }
  .hero_type_tax-account {
    background-image: url(../jpg/bg-tax-account-pc-01@2x.jpg)
  }
  .hero_type_consulting {
    background-image: url(../jpg/bg-consulting-pc-01@2x.jpg)
  }
  .hero_type_rental-house {
    background-image: url(../jpg/bg-rental-house-pc-01@2x.jpg)
  }
  .hero_type_real-estate-inheritance {
    background-image: url(../jpg/bg-real-estate-inheritance-pc-01@2x.jpg)
  }
  .hero_type_payment-consultation {
    background-image: url(../jpg/bg-payment-consultation-pc-01@2x.jpg)
  }
  .hero_type_effective-use-consultation {
    background-image: url(../jpg/bg-effective-use-consultation-pc-01@2x.jpg)
  }
  .hero_type_corporate {
    background-image: url(../jpg/bg-corporate-pc-01@2x.jpg)
  }
  .hero_type_policy {
    background-image: url(../jpg/bg-policy-pc-01@2x.jpg)
  }
  .hero_type_message {
    background-image: url(../jpg/bg-message-pc-01@2x.jpg)
  }
  .hero_type_access {
    background-image: url(../jpg/bg-access-pc-01@2x.jpg)
  }
  .hero_type_newsletter {
    background-image: url(../jpg/bg-newsletter-pc-01@2x.jpg)
  }
  .hero_type_faq {
    background-image: url(../jpg/bg-faq-pc-01@2x.jpg)
  }
  .hero_type_contact {
    background-image: url(../jpg/bg-contact-pc-01@2x.jpg)
  }
  .hero_type_consultation {
    margin-bottom: 70px;
    height: 220px
  }
  .hero_type_consultation .hero__inner {
    min-width: 1104px;
    max-width: 1280px;
    padding: 0 180px
  }
  .hero_type_consultation .hero-lead__title {
    font-size: 36px
  }
  .hero-lead {
    top: 357px;
    left: 40px
  }
  .hero-lead__title {
    margin-bottom: 22px;
    font-size: 50px;
  }
  .hero-lead__sub {
    font-size: 22px
  }
  .hero__inner {
    max-width: 1280px;
    height: 100%;
    margin: 0 auto
  }
  #google-map {
    height: 500px
  }
  .table_width70 {
    width: 70%;
  }
  .table_width30 {
    width: 30%;
  }
  .table_width60 {
    width: 60%;
  }
  .table_width40 {
    width: 40%;
  }
  .table_width50 {
    width: 50%;
  }
  .table_width80 {
    width: 80%;
  }
  .table_width20 {
    width: 20%;
  }
  .table_width90 {
    width: 90%;
  }
  .table_width10 {
    width: 10%;
  }
}

@media screen and (max-width:768px) {
.arrow_L-R,
.arrow_R-L {
    margin-bottom: 35px;
}
.arrow_L-R::before,
.arrow_R-L::before {
    left: 42%;
    right: auto;
    top: 99%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*.em12, .em13, .em14, .em15, .em16, .em17, .em18 {
	font-size: 1em;
  }*/
  .sp_space {
    margin-bottom: 150px;
  }
  .pc {
    display: none
  }
  #cboxClose {
    right: 0
  }
  #cboxClose::before {
    width: 42px
  }
  #cboxClose::after {
    width: 42px
  }
  .L01-001 {
    margin-bottom: 70px
  }
  .L01-001-item+.L01-001-item {
    margin-top: 50px
  }
  .L01-001-item_type_top {
    padding: 50px 0
  }
  .L01-001-item_type_top:last-child {
    padding: 50px 0 0
  }
  .L01-001-item_type_top:last-child.H08-003-01 {
    margin-bottom: -70px;
    padding-bottom: 70px
  }
  .L01-001-item__inner {
    padding: 0 15px
  }
  .L02-001 {
    padding: 0 15px
  }
  .H02-001-01+.L02-001-item, .L02-001-item+.L02-001-item:not(.L02-001-item_type_interview), .L02-001-item+.L02-001-item:not(.L02-001-item_type_sub) {
    margin-top: 50px
  }
  .L02-001-item {
    margin-bottom: 100px;
  }
  .L02-001-item_type_interview {
    margin-top: 10px!important
  }
  .H01-001-01 {
    margin-bottom: 25px;
    padding: 0px 15px
  }
  .H01-001-01__title {
    font-size: 28px
  }
  .H02-001-01+.H01-001-02, .H08-001-01+.H01-001-02, .formTable+.H01-001-02, [class^=H04]+.H01-001-02 {
    margin-top: 40px
  }
  .H01-001-02 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 22px
  }
  .H02-001-01+.H01-001-03, .H03-001-01+.H01-001-03, .H03-001-05+.H01-001-03, .H04-003-01+.H01-001-03, .H04-004-02+.H01-001-03, .H05-001-01+.H01-001-03, .H05-003-01+.H01-001-03, .H06-001-01+.H01-001-03, .H06-002-01+.H01-001-03, .H08-001-01+.H01-001-03 {
    margin-top: 40px
  }
  .H02-001-03+.H01-001-03 {
    margin-top: 20px
  }
  .H01-001-03 {
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 20px
  }
  .H01-001-04 {
    margin-bottom: 20px;
    font-size: 18px
  }
  .H02-001-01+.H01-001-04, .H02-004-01+.H01-001-04, .H03-001-05+.H01-001-04, .H05-001-01+.H01-001-04, .H05-003-01+.H01-001-04, .H06-002-01+.H01-001-04 {
    margin-top: 40px
  }
  .H08-001-01-inner__text+.H01-001-04 {
    margin-top: 20px
  }
  .H01-001-05 {
    font-size: 16px
  }
  .H02-001-01 {
    font-size: 14px
  }
  .H02-001-02 {
    font-size: 16px
  }
  p a:not([href*=amazon])[target="_blank"]:after {
    bottom: 5px
  }
  .icon-pdf:after {
    bottom: 5px!important
  }
  .H02-004-01 {
    font-size: 20px;
  }
  .H02-004-02 {
    font-size: 17px
  }
  .H02-005-01 {
    font-size: 23px
  }
  .H02-005-01 br {
    display: none
  }
  .H04-003-01 {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px
  }
  .H04-003-01+.H04-003-01 {
    margin-top: 20px
  }
  .H04-003-01.H04-003-01_type_icon img {
    margin-left: 5px
  }
  .H04-003-01:disabled {
    background-color: #b0b0b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .H04-003-02 {
    width: 100%;
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.3
  }
  .H04-003-02+.H04-003-02, .H04-003-03+.H04-003-02 {
    margin-top: 20px
  }
  .H04-003-02.H04-003-02_type_icon img {
    margin-left: 5px
  }
  .H04-003-02:disabled {
    background-color: #b0b0b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .H04-003-03 {
    width: 100%;
    display: block;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.3
  }
  .H04-003-03:disabled {
    background-color: #b0b0b0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .H04-003-03.H04-004-03_type_icon img {
    margin-left: 5px
  }
  .formTable+.H04-004-02 {
    margin-top: 50px
  }
  .H04-004-02__phone {
    margin-top: 25px;
    font-size: 21px
  }
  .H04-004-02__phone img {
    width: 16px;
    height: 16px;
    margin-right: 9px
  }
  .H04-004-02__form {
    display: block
  }
  .H04-004-02__form+.H04-004-02__form:not(:first-child) {
    margin-top: 20px
  }
  .H04-007-01__inner img {
    max-width: 100%
  }
  .formTable {
    display: block
  }
  .formTable tbody {
    display: block
  }
  .formTable tbody tr {
    display: block
  }
  .formTable tbody tr:last-child td {
    padding-bottom: 0
  }
  .formTable-th {
    display: block;
    font-size: 15px
  }
  .formTable-td {
    display: block;
    width: 100%
  }
  .formTable-td__text {
    font-size: 14px
  }
  .formTable_type_input .formTable-th {
    padding: 15px 70px 15px 10px
  }
  .formTable_type_input .formTable-th::after {
    top: 15px;
    right: 10px
  }
  .formTable_type_input .formTable-td {
    padding: 20px 0
  }
  .formTable_type_confirm .formTable-th {
    padding: 15px 10px
  }
  .formTable_type_confirm .formTable-td {
    padding: 20px 10px
  }
  .formTable input[type=email], .formTable input[type=number], .formTable input[type=tel], .formTable input[type=text], .formTable select, .formTable textarea {
    font-size: 14px
  }
  .formTable input[type=email], .formTable input[type=number], .formTable input[type=tel], .formTable input[type=text], .formTable select {
    height: 40px
  }
  .inputStyle-01__input {
    padding: 10px
  }
  .inputStyle-01__input_type_small {
    width: 100%
  }
  .inputStyle-02-box__label {
    margin-right: 4px;
    font-size: 14px
  }
  .inputStyle-02-box__item {
    width: 48.3%
  }
  .inputStyle-02-box__item:nth-child(2) {
    margin-left: 10px
  }
  .inputStyle-02-box__item p {
    padding-left: 20px
  }
  .inputStyle-02__input {
    max-width: 122px;
    padding: 10px
  }
  .inputStyle-03__inner label span {
    font-size: 14px
  }
  .inputStyle-03__inner_type_col3 {
    margin: -15px -15px 0 0
  }
  .inputStyle-03__inner_type_col3 label {
    width: 45%;
    margin: 15px 15px 0 0
  }
  .inputStyle-03__inner_type_vertical label:not(:first-child) {
    margin-top: 15px
  }
  .inputStyle-03__inner_type_col2 {
    margin: -15px -15px 0 0
  }
  .inputStyle-03__inner_type_col2 label {
    width: 45%;
    margin: 15px 15px 0 0
  }
  .inputStyle-03__inner_type_yesno {
    margin: -15px -15px 0 0
  }
  .inputStyle-03__inner_type_yesno label {
    width: 80px;
    margin: 15px 15px 0 0
  }
  .inputStyle-04-check-list__item {
    font-size: 14px
  }
  .inputStyle-04-check-list_type_col3 {
    margin: -15px -15px 0 0
  }
  .inputStyle-04-check-list_type_col3 .inputStyle-04-check-list__item {
    width: 45%;
    margin: 15px 15px 0 0
  }
  .inputStyle-04-check-list_type_vertical .inputStyle-04-check-list__item:not(:first-child) {
    margin-top: 15px
  }
  .inputStyle-04-check-list_type_col2 {
    margin: -15px -15px 0 0
  }
  .inputStyle-04-check-list_type_col2 .inputStyle-04-check-list__item {
    width: 45%;
    margin: 15px 15px 0 0
  }
  .inputStyle-05__textarea {
    height: 100px;
    padding: 10px
  }
  .inputStyle-06__input_type_number {
    width: 90px
  }
  .inputStyle-06__input_type_pulldownShort {
    width: 240px
  }
  .inputStyle-07-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .inputStyle-07__input {
    width: 193px
  }
  .inputStyle-07__input_type_pulldownTel {
    width: 90px
  }
  .inputStyle-08 {
    margin-top: -15px
  }
  .inputStyle-08-check-list {
    margin-top: 0
  }
  .inputStyle-08-check-list__item {
    font-size: 14px;
    width: 45%;
    margin: 15px 15px 0 0
  }
  .inputStyle-08-check-list__item:nth-child(odd) {
    margin-right: 0
  }
  .inputStyle-09-check-item {
    margin-left: 67px
  }
  .inputStyle-09-check-item::before {
    left: -67px
  }
  .inputStyle-09-check-item input[type=checkbox]+span {
    font-size: 14px
  }
  .formFlow {
    height: 70px
  }
  .formFlow__item {
    padding-top: 9px
  }
  .formFlow__item:not(:last-child) {
    border-right: 1px solid #dedede
  }
  .formFlow__item strong {
    display: block;
    font-size: 18px;
    text-align: center
  }
  .formFlow__item span {
    display: block;
    font-size: 11px;
    text-align: center
  }
  .formFlow__item_state_active:first-child {
    border-right: 1px solid #006057
  }
  .formFlow__item_state_active:not(:last-child) {
    border-right: 1px solid #006057
  }
  .formFlow__item_state_active:last-child {
    border-right: 1px solid #006057
  }
  .H02-001-01+.formFlow {
    margin-top: 30px
  }
  .formFlow+.formConfirmation {
    margin-top: 30px
  }
  .form_ma .hero_type_input {
    height: 150px;
    margin-bottom: 30px;
    /*background-image: url(/action/image/bg-consultation-sp@2x.jpg)*/
  }
  .form_ma .hero_type_input .hero-lead__title {
    font-size: 25px
  }
  .form_ma.form_type_seminar .hero_type_input {
    /*background-image: url(/action/image/bg-seminar-sp@2x.jpg)*/
  }
  .H03-001-01-item {
    font-size: 14px
  }
  .E02-004-01+.H03-001-04 {
    margin-top: 20px
  }
  .H03-001-01+.H03-001-05, .H05-003-01+.H03-001-05, .H08-001-01-inner__text+.H03-001-05 {
    margin-top: 20px
  }
  .H03-001-05-item {
    font-size: 14px
  }
  .H03-001-05-item::before {
    top: 10px
  }
  .H03-001-05+.H03-001-02 {
    margin-top: 20px
  }
  .H03-001-02-item {
    font-size: 14px
  }
  .H03-001-06-item {
    width: 50%;
    padding-left: 1em;
    font-size: 14px
  }
  [class^=H02]+.H04-008-01, div+.H04-008-01 {
    margin-top: 30px
  }
  .H04-008-01 {
    border-top: 1px solid #d8d8d8
  }
  .H04-008-01-item {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px
  }
  .H04-008-01-item a {
    display: block;
    margin: -15px 0;
    padding: 15px 0 15px 15px
  }
  .H04-008-01-item a::before {
    left: 0
  }
  [class^=H02]+.H04-008-02 {
    margin-top: 30px
  }
  .H04-008-02 {
    border-top: 1px solid #dedede
  }
  .H04-008-02-item {
    padding: 15px;
    border-left: 1px solid #dedede;
    font-size: 14px
  }
  .H04-008-02-item a {
    display: block;
    margin: -15px;
    padding: 15px
  }
  .H04-008-02-item_type_empty {
    display: none
  }
  .H04-009-02+.H04-008-02 {
    margin-top: 30px
  }
  [class^=H02]+.H04-010-01, [class^=H02]+.H04-010-02 {
    margin-top: 30px
  }
  .H04-010-01-item {
    margin-bottom: 30px
  }
  .H04-010-01-item__title {
    padding-left: 24px;
    text-indent: -24px
  }
  .H04-010-01-item__title span {
    font-size: 14px
  }
  .H04-010-01-item__text {
    font-size: 14px
  }
  .H04-010-01-item__icon {
    width: 18px;
    height: 18px;
    margin-right: 6px
  }
  .H04-010-01-item__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
  .H08-001-01+.H04-010-02 {
    margin-top: 30px
  }
  .H04-010-02-item {
    margin-bottom: 30px
  }
  .H04-010-02-item__title {
    padding-left: 24px;
    text-indent: -24px
  }
  .H04-010-02-item .H04-010-02-item__link {
    font-size: 14px
  }
  .H04-010-02-item__text {
    font-size: 14px
  }
  .H04-010-02-item__inner {
    text-align: center
  }
  .H04-010-02-item__image {
    width: 100%;
    max-width: 345px
  }
  .H04-010-02-item__icon {
    width: 18px;
    height: 18px;
    margin-right: 6px
  }
  .H04-010-02-item__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
  .H05-001-01+.H04-011-01, [class^=H02]+.H04-011-01 {
    margin-top: 30px
  }
  .H04-011-01-item:not(:first-child) {
    margin-top: 20px
  }
  .H04-011-01-item a {
    display: block
  }
  .H04-011-01-item__image {
    margin-bottom: 10px
  }
  .H04-011-01-item__image img {
    width: 100%
  }
  .H04-011-01-item__title {
    font-size: 14px
  }
  [class^=H08]+.H04-012-01 {
    margin-top: 20px
  }
  [class^=H02]+.H04-012-01 {
    margin-top: 30px
  }
  .H04-012-01-item {
    padding: 15px 15px 20px
  }
  .H04-012-01-item:not(:first-child) {
    margin-top: 20px
  }
  .H04-012-01-item a {
    margin: -15px -15px -20px;
    padding: 15px 15px 20px
  }
  .H04-012-01-item__image {
    margin-bottom: 10px
  }
  .H04-012-01-item__title {
    font-size: 14px
  }
  .H04-012-01-item__text {
    font-size: 14px
  }
  .H04-012-01-item__text+.H04-012-01-item__text small {
    margin-top: 15px
  }
  .H04-012-01-item__text small {
    font-size: 12px
  }
  .H04-012-02-item {
    width: 100%;
    padding: 15px
  }
  .H04-012-02-item+.H04-012-02-item {
    margin-top: 20px
  }
  .H04-012-02-item>a {
    margin: -15px;
    padding: 15px
  }
  .H04-012-02-item__label {
    font-size: 12px
  }
  .H04-012-02-item__title {
    font-size: 16px
  }
  .H04-012-02-item__dl dd, .H04-012-02-item__dl dt {
    font-size: 14px
  }
  .H04-012-02-item__dl dt {
    width: 55px
  }
  .H04-012-02-item__dl dd {
    width: calc(100% - 55px)
  }
  .B02-001-01-header__title+.H05-001-01 {
    margin-top: 20px
  }
  .H05-001-01__image {
    width: 100%;
    max-width: 345px
  }
  .H05-001-03-item {
    margin-top: 30px
  }
  .H05-003-01_type_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .H05-003-01-item {
    display: block;
    margin: 30px auto 0
  }
  .H05-003-01-item__image {
    display: block;
    max-width: 345px;
    margin: 0 auto
  }
  .H05-003-01-description {
    padding-top: 30px
  }
  .H05-003-01-description__title {
    font-size: 14px
  }
  .H05-003-01-description__text {
    font-size: 14px
  }
  .H05-005-01 {
    margin-top: -30px
  }
  .H05-005-01-inner {
    margin-top: 30px;
    width: 100%
  }
  .H05-005-01-item {
    width: 80px
  }
  .H05-005-01-description__title {
    font-size: 14px
  }
  .H05-005-01-description__text {
    font-size: 14px
  }
  .H01-001-03+.H06-001-01, .H02-001-01+.H06-001-01, .H05-003-01+.H06-001-01, .H08-001-01-inner__title+.H06-001-01 {
    margin-top: 25px
  }
  .H06-001-01-inner {
    font-size: 14px
  }
  .H06-001-01-inner__title {
    padding: 10px
  }
  .H06-001-01-inner__text {
    padding: 10px
  }
  .H02-001-01+.H06-002-01 {
    margin-top: 30px
  }
  .H06-002-01 {
    border-bottom: 1px solid #dedede
  }
  .H06-002-01-inner {
    padding: 20px 0;
    border-top: 1px solid #dedede
  }
  .H06-002-01-inner__title {
    font-size: 14px
  }
  .H06-002-01-inner__text {
    font-size: 14px;
    padding-top: 15px
  }
  .H07-001-01 {
    font-size: 14px;
    margin-top: 30px
  }
  .H07-001-01-item {
    padding: 20px 10px 20px 15px
  }
  .H07-001-01-item_state_active {
    border-top: 1px solid #dedede
  }
  .H07-001-01-item__header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .H07-001-01-item__title {
    padding-right: 10px
  }
  .H07-001-01-item__text {
    margin-top: 15px;
    padding: 0 30px 0 0
  }
  .H07-002-01 {
    margin-top: 30px;
    font-size: 14px
  }
  .H07-002-01-item {
    padding: 20px 10px
  }
  .H07-002-01-item_state_active {
    border-top: 1px solid #dedede
  }
  .H07-002-01-item__header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .H07-002-01-item__title {
    padding-right: 10px
  }
  .H07-002-01-item__title::before {
    top: 5px
  }
  .H07-002-01-item__text::before {
    top: 26px
  }
  .H07-002-01-item__text {
    margin-bottom: 5px;
    padding: 20px 30px 0 35px
  }
  *+.H08-001-01 {
    margin-top: 30px
  }
  .H08-001-01-inner {
    padding: 30px 20px
  }
  .H08-001-01-inner__title {
    font-size: 16px
  }
  .H02-004-02+.H08-001-01-inner__text {
    margin-top: 30px
  }
  .H08-001-01-inner__text {
    font-size: 14px
  }
  .D01-001-01__item {
    padding: 15px 10px 15px 45px;
    background-position: top 50% left 10px;
    font-size: 14px
  }
  .D01-001-01__item a {
    margin: -15px -10px -15px -45px;
    padding: 15px 10px 15px 45px
  }
  .D02-002-01 {
    margin: -10px 0 0 -10px
  }
  .D02-002-01__item {
    margin: 10px 0 0 10px
  }
  .D02-002-01__item span {
    min-width: 60px;
    height: 30px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 24px
  }
  .D03-001-01 {
    font-size: 14px
  }
  .D03-001-01-banner {
    margin-top: 35px
  }
  .D03-001-01-banner-item+.D03-001-01-banner-item {
    margin-top: 20px
  }
  .D03-001-01-banner-item__image {
    text-align: center
  }
  .D03-001-01-banner-item__text {
    font-size: 13px
  }
  .D03-001-01-banner-item__text::after {
    right: -18px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background-size: 9px 9px
  }
  .D03-001-01-banner-item__text {
    margin-top: 10px;
    font-size: 14px
  }
  .D03-001-01-list {
    margin-top: 30px
  }
  .D03-001-01-list-item+.D03-001-01-list-item {
    margin-top: 15px
  }
  .D03-001-01-list-item__header {
    height: 111px;
    padding: 0 30px;
    font-size: 14px
  }
  .D03-001-01-list-item__header small {
    font-size: 14px
  }
  .D03-001-01-list-item__dl {
    padding: 20px 15px 50px
  }
  .D03-001-01-list-item__dl dd, .D03-001-01-list-item__dl dt {
    font-size: 14px
  }
  .D03-001-01-list-item__label {
    top: 100px;
    left: 15px;
    width: 90px;
    height: 20px;
    font-size: 12px;
    line-height: 20px
  }
  .D03-001-01-list-item__icon {
    width: 18px;
    height: 18px
  }
  .D03-001-01-list-item__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
  .D03-002-01 {
    font-size: 12px
  }
  .TC1-001-01__item {
    font-size: 14px
  }
  .TC1-001-01__item::before {
    top: 13px
  }
  .TC1-001-03__post {
    padding-left: 18px;
    font-size: 14px
  }
  .TC1-001-03__post::before {
    font-size: 14px
  }
  .TC1-001-03__text {
    font-size: 14px
  }
  .TC1-001-03__telAndfex {
    font-size: 14px
  }
  .TC2-001-02 {
    text-align: center
  }
  .TC2-001-02__text {
    margin-top: 10px;
    font-size: 14px
  }
  .TC3-001-01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px
  }
  .TC3-001-01-image {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center
  }
  .TC3-001-01-profile {
    width: 100%;
    text-align: center
  }
  .TC3-001-01-profile__text {
    font-size: 14px
  }
  img+.TC3-001-01-profile__text {
    margin-top: 10px
  }
  .D02-003-01__title {
    font-size: 20px
  }
  .D02-003-01-content__image {
    margin-bottom: 15px;
    text-align: center
  }
  .D02-003-01-content__image>img {
    width: 100%;
    max-width: 345px
  }
  .D02-003-01-content-info__title {
    margin-bottom: 10px;
    font-size: 14px
  }
  .D02-003-01-content-info__dl {
    padding: 15px 20px
  }
  .D02-003-01-content-info__dl dd, .D02-003-01-content-info__dl dt {
    font-size: 14px
  }
  .D02-003-01-content-info__dl dt {
    width: 60px
  }
  .D02-004-01-item {
    padding: 20px
  }
  .D02-004-01-item+.D02-004-01-item {
    margin-top: 20px
  }
  .D02-004-01-item__title {
    margin-bottom: 15px;
    font-size: 16px
  }
  .D02-004-01-item-list__item {
    padding-left: 16px
  }
  .D02-004-01-item-list__item dd, .D02-004-01-item-list__item dt {
    font-size: 14px
  }
  .F01-001-01 {
    font-size: 14px
  }
  .F01-001-01-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .F01-001-01-form__title {
    width: 100%;
    display: block;
    margin-bottom: 15px
  }
  .F01-001-01-form__input {
    padding: 10px;
    font-size: 13px
  }
  .F01-001-01-form__button {
    width: 50px;
    height: 40px;
    background-size: 15px 15px
  }
  .F01-001-01-check__title {
    display: block;
    margin-bottom: 15px
  }
  .F01-001-01-check-list {
    margin: -15px -20px 30px 0
  }
  .F01-001-01-check-list__item {
    width: 50%;
    margin-top: 10px
  }
  .F01-001-01-check-list__item label input[type=checkbox]+span {
    margin-right: 20px
  }
  .F01-001-01-radio__title {
    display: block;
    margin-bottom: 15px
  }
  .F01-001-01-radio-list {
    margin: -15px -20px 0 0;
    padding-bottom: 30px
  }
  .F01-001-01-radio-list__item {
    width: 50%;
    margin-top: 10px
  }
  .F01-001-01-radio-list__item label input[type=radio]+span {
    margin-right: 20px
  }
  .SS_search {
    padding: 30px 20px
  }
  #SS_searchQuery1 {
    max-width: 200px;
    height: 40px;
    padding: 10px;
    font-size: 13px
  }
  #SS_searchSubmit1 {
    width: 50px;
    height: 40px;
    background-size: 15px 15px
  }
  #SS_searchCategory1 {
    margin-top: -10px
  }
  #SS_searchCategory1>li {
    width: 50%;
    margin-top: 10px;
    padding-left: 25px
  }
  #SS_searchCategory1>li>input:checked+label::after {
    left: -17px
  }
  #SS_searchCategory1>li>label::before {
    left: -20px
  }
  #SS_searchCategory1_file_type {
    margin-top: -10px
  }
  #SS_searchCategory1_file_type>label {
    width: 50%;
    margin-top: 10px
  }
  #SS_search1+#SS_navi {
    margin-top: 50px
  }
  #SS_adlink+#SS_result {
    margin-top: 20px
  }
  .SS_item {
    padding: 15px 15px 20px
  }
  .SS_item:not(:first-child) {
    margin-top: 20px
  }
  .SS_image {
    margin-bottom: 10px
  }
  .SS_image img {
    height: 100%
  }
  .SS_title {
    font-size: 14px
  }
  .SS_summary {
    font-size: 14px
  }
  .SS_summary+.SS_url {
    margin-top: 15px
  }
  .SS_url {
    font-size: 12px
  }
  #SS_previewContainer img {
    width: 100%
  }
  #SS_navi+#SS_adlink {
    margin-top: 30px
  }
  .F01-002-01 {
    font-size: 14px
  }
  .F01-002-01-text {
    font-size: 14px
  }
  .F01-002-01-result {
    overflow: hidden
  }
  .F01-002-01-result p:first-child {
    margin-bottom: 15px
  }
  .F01-002-01-result__sort {
    float: right
  }
  #SS_navi::after {
    display: block;
    content: "";
    clear: both
  }
  #SS_naviResult {
    font-size: 14px
  }
  #SS_naviSort {
    float: right
  }
  #SS_naviResult+#SS_naviSort {
    margin-top: 15px
  }
  .F01-003-01-pager {
    margin-left: -5px
  }
  .F01-003-01-pager-item {
    margin-left: 5px;
    width: 20px;
    height: 30px
  }
  .F01-003-01-pager-item a {
    font-size: 14px
  }
  .F01-003-01-pager-item_type_first, .F01-003-01-pager-item_type_last, .F01-003-01-pager-item_type_next, .F01-003-01-pager-item_type_prev {
    width: 30px;
    margin-left: 10px
  }
  .wp-pagenavi :not(:first-child) {
    margin-left: 5px
  }
  .wp-pagenavi .page {
    width: 20px;
    height: 30px;
    font-size: 14px
  }
  .wp-pagenavi .current {
    width: 20px;
    height: 30px;
    font-size: 14px
  }
  .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 30px;
    font-size: 14px
  }
  .SS_numberPage, .SS_pagingFirst {
    width: 22px;
    height: 30px
  }
  .SS_pagingFirst {
    font-size: 13px
  }
  .SS_selectPage {
    width: 22px;
    height: 30px
  }
  .SS_numberPage>a {
    font-size: 13px
  }
  .SS_nextPage, .SS_prevPage {
    width: 35px;
    height: 30px;
    font-size: 13px
  }
  .H04-009-01__item {
    font-size: 14px;
    padding: 20px 40px 20px 10px
  }
  .H04-009-01__item a {
    display: block;
    padding: 20px 40px 20px 10px;
    margin: -20px -40px -20px -10px
  }
  .H04-009-01__date {
    margin-bottom: 10px
  }
  .H04-009-01__icon {
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px
  }
  .H04-009-01__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
  .H09-004-01 {
    font-size: 14px
  }
  .H09-004-01__inner {
    margin: 0 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .H09-004-01__date {
    display: block;
    margin-right: 10px
  }
  .H09-004-01__media {
    width: 90px;
    height: 20px;
    font-size: 12px;
    text-align: center
  }
  .H09-004-01__lead {
    width: 100%;
    margin-top: 10px
  }
  .H09-004-02-inner {
    margin: -15px 0 0 -10px;
    padding: 25px 20px
  }
  .H09-004-02__item {
    margin-top: 15px
  }
  .H09-005-01-tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .H09-005-01-tab__item {
    width: 50%;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede
  }
  .H09-005-01-tab__item:first-child, .H09-005-01-tab__item:nth-child(2) {
    border-top: 1px solid #dedede
  }
  .H09-005-01-tab__item:nth-child(odd) {
    border-left: 1px solid #dedede
  }
  .H09-005-01-tab__item a {
    margin: -10px;
    padding: 10px
  }
  .H09-005-01-tab__item_state_active {
    border-color: #006057
  }
  .H09-005-01-tab__item_state_active:first-child {
    border-top: 1px;
    border-left: 0
  }
  .H09-005-01-tab__item_state_active:nth-child(2) {
    border-right: 0;
    border-top: 1px
  }
  .H09-005-01-tab__item_state_active:nth-child(odd) {
    border-left: 1px
  }
  .H09-005-01-content {
    margin-top: 30px
  }
  .H03-001-06+.H09-005-01, .H09-005-01+.H09-005-01 {
    padding-top: 30px
  }
  .H03-001-07__item {
    font-size: 14px
  }
  .H03-001-07__item::before {
    top: 13px
  }
  .H03-001-07__base {
    margin-left: 5px
  }
  .H03-001-08__item {
    margin-left: 30px;
    font-size: 14px;
    width: auto;
  }
  .H03-001-08__item::before {
    top: 3px
  }
  .H03-001-08__base {
    margin-left: 5px
  }
  .H04-009-03__item {
    font-size: 14px;
    padding: 20px 40px 20px 10px
  }
  .H04-009-03__item a {
    padding: 20px 40px 20px 10px;
    margin: -20px -40px -20px -10px
  }
  .H04-009-03__date {
    width: 100%;
    display: block;
    margin-bottom: 10px
  }
  .H04-009-03__media {
    width: 90px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    margin-right: 10px
  }
  .H04-009-03__icon {
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px
  }
  .H04-009-03__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
  .E02-002-01+.H04-009-03 {
    margin-top: 30px
  }
  .H02-001-01+.H04-009-02 {
    margin-top: 20px
  }
  .H04-009-02__item {
    padding: 10px 40px 10px 10px
  }
  .H04-009-02__item a {
    margin: -10px -40px -10px -10px;
    padding: 10px 40px 10px 10px
  }
  .H04-009-02__header>h3 {
    font-size: 16px
  }
  .H04-009-02__header>span {
    width: 90px;
    height: 20px;
    font-size: 12px
  }
  .H04-009-02__text {
    margin-bottom: 15px;
    font-size: 14px
  }
  .H04-009-02__info dd, .H04-009-02__info dt {
    font-size: 14px
  }
  .H04-009-02__info dt {
    width: 60px;
    margin-right: 10px
  }
  .H04-009-02__info dd {
    width: calc(100% - 75px)
  }
  .H04-009-02__icon {
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px
  }
  .H04-009-02__icon svg {
    width: 5px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px
  }
  .H09-002-01 {
    padding: 30px
  }
  .H09-002-01__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
    font-size: 13px
  }
  .H09-002-01__button {
    width: 50px;
    height: 50px;
    background-size: 15px 15px
  }
  *+.H09-002-01 {
    margin-top: 30px
  }
  .I01-001-01 {
    font-size: 12px
  }
  .E01-001-01-item {
    padding: 20px
  }
  .E01-001-01-item-content {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
  .E01-001-01-item-content+.E01-001-01-item-content {
    margin-top: 20px
  }
  .E01-001-01-item-content__label {
    margin: 0 15px 0 0
  }
  .E01-001-01-item-content__info>p {
    font-size: 14px
  }
  .E01-001-01-item-content__info>a {
    font-size: 14px
  }
  .E01-001-01-item-content__info>span {
    font-size: 12px
  }
  .E02-001-01 {
    padding: 30px 15px
  }
  .E02-001-01-list-item {
    padding: 15px;
    text-align: center
  }
  .E02-001-01-list-item:last-child {
    margin-top: 10px
  }
  .E02-001-01-list-item__label {
    font-size: 14px
  }
  .E02-001-01-list-item__number {
    line-height: 1.3
  }
  .E02-001-01-list-item__number strong {
    font-size: 36px
  }
  .E02-001-01-list-item__number span {
    font-size: 14px
  }
  .E02-001-01__text {
    margin-top: 20px;
    font-size: 14px
  }
  .H02-001-01+.E02-001-01 {
    margin-top: 30px
  }
  .E02-002-01 {
    padding: 30px 20px
  }
  .E02-002-01-button {
    width: 82px;
    height: 40px;
    font-size: 14px
  }
  .E02-002-01-button_type_long {
    width: 100px
  }
  .E02-002-01-check-list+.E02-002-01-button {
    margin-top: 20px
  }
  .E02-002-01-hr {
    display: none
  }
  .E02-002-01-hr+.form-pulldown {
    margin-top: 30px
  }
  .E02-002-01-pulldown-inner .E02-002-01-button {
    margin-left: 10px
  }
  .E02-002-01-pulldown-inner form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .E02-002-01-pulldown__title {
    display: block;
    margin-bottom: 20px;
    font-size: 16px
  }
  .E02-002-01-pulldown__select {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-position: right 10px top 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .E02-002-01-pulldown+.E02-002-01-pulldown {
    margin-top: 30px
  }
  .E02-002-01-check__title {
    display: block;
    margin-bottom: 20px
  }
  .E02-002-01-check-list {
    margin-top: -15px;
    margin-bottom: 15px;
    padding-bottom: 15px
  }
  .E02-002-01-check-list__item {
    width: 50%;
    margin-top: 10px
  }
  .H08-001-01+.E02-002-01 {
    margin-top: 30px
  }
  .E02-001-01+.E02-002-01 {
    margin-top: 30px
  }
  .H04-009-01+.E02-002-01 {
    margin-top: 30px
  }
  .H04-009-03+.E02-002-01 {
    margin-top: 30px
  }
  .widget-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  #archives-dropdown-2 {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-position: right 10px top 50%
  }
  .E02-004-01-item {
    padding: 15px 10px
  }
  .E02-004-01-item-header__title {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
  }
  .E02-004-01-item-header__info {
    display: block;
    margin-bottom: 10px
  }
  .E02-004-01-item-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .E02-004-01-item-contact__button_state_disabled:hover {
    background-color: #c1c3c5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }
  .E02-004-01-item__content {
    margin-bottom: 10px
  }
  .L02-002 {
    margin: 70px 12px 40px;
    line-height: 1.6
  }
  .L02-002-title, .L02-002-title2, .L03-002-title {
    padding: 15px 0 15px 16px;
    font-size: 18px
  }
  .L02-002-title3 {
    width: 768px;
    padding: 0;
    font-size: 16px
  }
  .L02-002-title a, .L02-002-title2 a, .L03-002-title a {
    margin: -20px 0 -20px -16px;
    padding: 20px 0 20px 16px
  }
  .L02-002-title3 a {
    margin: -20px 0 -20px -16px;
    padding: 10px 0 10px 14px
  }
  .L02-002-list {
    padding: 0 15px
  }
  .L02-002-list__item, .L02-002-list__item_state_active, .L02-002-list__item2, .L02-002-list__item2_state_active {
    padding: 20px 0;
    border-bottom: 1px solid #e8e9ec;
    font-size: 18px
  }
  .L02-002-list__item>a, .L02-002-list__item_state_active>a, .L02-002-list__item2>a, .L02-002-list__item2_state_active>a {
    position: relative;
    margin: -20px 0;
    padding: 15px 0
  }
  .L02-002-list__item>a::after, .L02-002-list__item_state_active>a::after, 
  .L02-002-list__item2>a::after, .L02-002-list__item2_state_active>a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 7px;
    height: 6px;
    margin-top: -3px;
    /*background-image: url(/common/image/sidebar/icon-arrow-01@2x.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 7px 6px
  }

  .L02-002-oder-list {
    margin-top: 20px;
    padding-left: 10px;
  }
  .L02-002-oder-list__item, .L02-002-oder-list__item_state_active,
  .L02-002-oder-list__item2, .L02-002-oder-list__item2_state_active {
    padding: 15px 0;
  }
  .L02-002-oder-list__item a, .L02-002-oder-list__item_state_active a,
  .L02-002-oder-list__item2 a, .L02-002-oder-list__item2_state_active a {
    position: relative;
    margin: -15px 0;
    padding: 15px 0;
    line-height: 1.2;
  }
  .L02-002-oder-list__item a::before, .L02-002-oder-list__item2 a::before {
    position: absolute;
    top: 50%;
    left: -8px;
    content: "";
    width: 3px;
    height: 3px;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 6px 6px;
    border-radius: 50%;
  } 
  
  .L02-002-oder-list__item a::after, .L02-002-oder-list__item2 a::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 7px;
    height: 6px;
    margin-top: -3px;
    /*background-image: url(/common/image/sidebar/icon-arrow-01@2x.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 7px 6px;
  }
  
  .breadcrumbs {
    display: none;
  }
  .main {
    padding: 50px 0 0;
  }
  .consultation .main {
    padding: 30px 0 0;
  }
  .hero {
    height: 450px;
    background-position: 50% 0px;
  }
  .hero_type_inheritance-proposal {
    background-image: url(../jpg/bg-inheritance-proposal-sp-01@2x.jpg)
  }
  .hero_type_landowner {
    background-image: url(../jpg/bg-landowner-sp-01@2x.jpg)
  }
  .hero_type_tax-account {
    background-image: url(../jpg/bg-tax-account-sp-01@2x.jpg)
  }
  .hero_type_consulting {
    background-image: url(../jpg/bg-consulting-sp-01@2x.jpg)
  }
  .hero_type_rental-house {
    background-image: url(../jpg/bg-rental-house-sp-01@2x.jpg)
  }
  .hero_type_real-estate-inheritance {
    background-image: url(../jpg/bg-real-estate-inheritance-sp-01@2x.jpg)
  }
  .hero_type_payment-consultation {
    background-image: url(../jpg/bg-payment-consultation-sp-01@2x.jpg)
  }
  .hero_type_effective-use-consultation {
    background-image: url(../jpg/bg-effective-use-consultation-sp-01@2x.jpg)
  }
  .hero_type_corporate {
    background-image: url(../jpg/bg-corporate-sp-01@2x.jpg)
  }
  .hero_type_policy {
    background-image: url(../jpg/bg-policy-sp-01@2x.jpg)
  }
  .hero_type_message {
    background-image: url(../jpg/bg-message-sp-01@2x.jpg)
  }
  .hero_type_access {
    background-image: url(../jpg/bg-access-sp-01@2x.jpg)
  }
  .hero_type_newsletter {
    background-image: url(../jpg/bg-newsletter-sp-01@2x.jpg)
  }
  .hero_type_faq {
    background-image: url(../jpg/bg-faq-sp-01@2x.jpg)
  }
  .hero_type_contact {
    background-image: url(../jpg/bg-contact-sp-01@2x.jpg)
  }
  .hero_type_consultation .hero-lead__title {
    font-size: 25px
  }
  .hero-lead {
    top: 70%;
    left: 15px
  }
  .hero-lead__title {
    margin-bottom: 10px;
    font-size: 23px
  }
  .hero-lead__sub {
    font-size: 12px
  }
  .hero__inner {
    height: 100%;
    padding: 0 15px
  }
  #google-map {
    height: 300px
  }

  .table_width70,
  .table_width30,
  .table_width60,
  .table_width40,
  .table_width50,
  .table_width80,
  .table_width20,
  .table_width90,
  .table_width10 {
    width: 90%;
  }

  .picture300,
  .picture280,
  .picture260,
  .picture250,
  .picture240,
  .picture220,
  .picture200,
  .picture150,
  .picture140,
  .picture130,
  .picture120,
  .picture110,
  .picture100 {
      width: auto;
      max-width: 50%; 
  }

  .H06-002-01-inner:first-child {
	 border-top: 1px solid #fff;
  }

  .H06-002-01 {
	 border-bottom: 1px solid #fff;
  }
}
