@charset "utf-8";
/* リセット
---------------------------------*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
*{-webkit-box-sizing:border-box;-moz-box-sizing : border-box ;box-sizing: border-box;margin:0;padding:0;font-size: 100%;}
body{background:#fafafa;margin:0;padding:0;-webkit-text-size-adjust: none;font-size: 15px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6 {line-height: 100%;margin: 0px;padding: 0px;font-weight:normal;clear:both;}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {display: block;}
::-moz-selection{background:#141414;color: #FFFFFF;}
::selection{background:#141414;color: #FFFFFF;}
img {border: none;margin: 0px;padding: 0px;max-width: 100%;height: auto;vertical-align:bottom;}
hr{display: none;}
:root ul { letter-spacing: -1px; word-spacing: -1px;}
@media(max-width: 359px){body {font-size: 13px;}}
@media(max-width: 319px){body {font-size: 10.5px;}}
@media (max-width: 300px){body {font-size: 10px;}}
a{
	color:#2f6cad;
  text-decoration: none;
}
/* ベース */
/* ------------------------------------ */
.wrap{width:100%;max-width:450px;margin:0 auto;background:#fff;}
p{color:#272727; line-height: 1.7;}
.db {display: block;}
.Lsize { font-size: 130%;}
.Msize { font-size: 110%;}
.Ssize { font-size: 85%;}
.red {color: #ed3320;}
.orange { color: #f87300; }
.green {color: #006046;}
.yellow { color: #ffa72e; }
.bold {font-weight: bold;}
.bgred {
    background: #ec4837;
    color: #ffe04f;
    padding: 2% 1.5% 0.8%;
    margin: 0 1%;
    letter-spacing: 0.5px;
}
.bggreen {
    background: #c5e5c4;
    font-weight: bold;
    padding: 2% 1.5% 0.8%;
    margin: 1% 4% 1%;
    letter-spacing: 0.5px;
    display: block;
}
.nobold { font-weight: normal !important; }
.title {
  font-size:1.2em;
  margin:0 0 6%;
  padding: 4.2% 1% 3.5%;
  border-top:2px solid #e2e2e2;
  border-bottom: 4px solid #4bb347;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  background:rgba(255,255,255,0.5)
}
.border-top {
    padding-top: 6%;
    box-shadow: 0 -2px 5px -4px #222;
}
.mb10 { margin-bottom: 10% !important;}
.mb5 { margin-bottom: 5% !important;}
.pb10 { padding-bottom: 10% !important; }
.center { text-align: center; margin: 0 auto; }
.m5 {margin: 5%;}

/*header*/
.header_top {
  width: 100%;
  padding:2%;
}
.header_top p {
  display: inline-block;
  vertical-align: top;
}
.header_top .logo {
  width:170px;
  text-align: left;
}
.topbtn {
  width: 40%;
  background: #f77400;
  border-bottom:2px solid #c95f01;
  position: absolute;
  right: 2%;
  top: 0.7%;
  border-radius: 3px;
  padding:1.8% 2% 1.3% 7%;
  font-size: 0.8em;
}
.topbtn::before {
    content: "";
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/icn_headerbtn.png') no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 1.4em;
    height: 1em;
    top: 50%;
    margin-top: -0.4em;
    left: 3%;
  }
.topbtn a {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width:450px) {
  .header_top .topbtn {
    width: 220px;
    right: 0;
    padding: 2% 30px;
  }
}
/*info*/
.info img {
  display: block;
  margin:0 0 4%;
}
.info .time {
  text-align: center;
  color: #2f6cad;
  font-size: 1.1em;
  font-weight: bold;
  margin: 3.8% 3% 3%;
  animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-delay: 0s;
    -moz-animation-name: pulse;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
}
@keyframes pulse {from {opacity: 1.0;}to {opacity: 0.3;}}
.info_text, footer .info_text {
  font-size:0.8em;
  padding: 4% 2% 1%;
  color: #6d7782;
}

/*cta*/
.cta {
  padding: 3% 2.5% 7% ;
}
.cta a {
  color: #21871d;
  font-weight: bold;
  display: block; }
.cta .tel {
   margin:0;
  width: 48.7%;
  display: inline-block;
}
.cta .tel:first-child {
 margin-right:1%;
 }
.cta .mail {
    width: 70%;
    text-align: center;
    background: #f0f9f0;
    border: 1px solid #99d496;
    border-bottom: 3px solid #99d496;
    display: block;
    margin: 5% auto 0;
    border-radius: 0.4em;
    padding: 2% 2% 2% 9%;
    position: relative;
    font-size: 0.9em;
}
.cta .mail::before {
  content: "";
  background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/icn_mail2.png') no-repeat center center;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  width: 1.4em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
  left: 12%;
  }
.cta .btn_mail_small {
  margin: 5% 0 0;
  margin-right: 1%;
  width: 48.7%;
  display: inline-block;
}
.cta .btn_line_small {
  margin: 5% 0 0;
  width: 48.7%;
  display: inline-block;
}

.sec1,
.sec2,
.sec3 {
  padding-bottom: 8%;
}
.sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec9 {
  padding-top: 4%;
}
/*sec1*/

.img_padding {
  padding: 6% 4%;
}
.caution {
  margin: 1% 4%;
  padding:3% 8% 3% 12%;
  background:url('/wp-content/themes/cubylp_child/images/zougaku2_e2/icn_caution.png') no-repeat 3% center, #f1f3f1;
  background-size: 2em 2em;
  font-size: 1em;
  position: relative;
}
.point {
  margin: 4% 4% 7%;
}
.point li {
  list-style: none;
  margin-bottom: 2%;
  padding: 4%;
  letter-spacing: 0.2px;
  color: #252525;
  border: 2px solid #4bb347;
  font-size:1.2em;
  font-weight: bold;
  background: #f0f9f0;
  line-height: 1.6;
}
.point li:nth-child(odd) strong {
  color:#f87300 ;
}
.point li:nth-child(even) strong {
  color:#ed3320 ;
}

/*sec2*/
.sec2 {
  counter-reset: number 0;
}
.sec2 h2 {
  background-color: #4bb347;
  font-size: 1.25em;
  color: #fff;
  padding:4% 4% 4% 18%;
  line-height: 1.7em;
  margin: 6% 0% 0% 0%;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 1.5;
  z-index: 0;
}
.sec2 .reason {
  position: relative;
}
.sec2 .reason::before {
  counter-increment: number 1;
  content: "その" counter(number);
  color: #fff;
  position: absolute;
  background: #ec4837;
  border-radius: 0 1em 1em 0;
  padding: 3% 2%;
  top: 0.5em;
  font-weight: bold;

}
.sec2 h2 img {
  position: absolute;
  width: 15%;
  top: -3px;
  left: 4%;
}
.sec2 p {
  margin: 3%;
  line-height: 1.7em;
}
.supplemental {
  color: #ec4837;
  background-color: #fff;
  border: 2px solid #99d496;
  padding: 4% 5%;
  font-size: 0.85em;
}

/*sec3 なぜ増額するのか*/
.sec3 p {
  margin: 4% 4% 0;
}
.lawyer_img {
  width:30%;
  float: right;
  margin:0 0 2% 2% ;
}

/*sec4 弁護士特約*/
.sec4 .tokuyaku {
  margin: 0 4% 2%;
}
.tokuyaku dt {
  color:#095a05;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 2%;
}
.tokuyaku dt::before {
      content: "";
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/hatena.png') no-repeat center center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    width: 2em;
    height:2em;
    top: 35%;
    margin-top: -0.4em;
    left: 15%;
}
.tokuyaku dd {
  background: #fcf5eb;
  padding: 4% 4% 1%;
  border-radius: 0.4em;
  margin-top: 1%;
}
.tokuyaku + p, .caution + p {
  background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_triangle.png') no-repeat top center;
  padding-top: 11%;
}

/*Sec5事例*/
.jirei {
  padding:0 3%;
  margin-top:14%;
}
.jirei:last-child {
  margin-bottom: 12%;
}
.jirei_ttl {
  color: #272727;
  border: 2px solid #fbae6c;
  padding:4% 3% 3% 3%;
  font-size:1.1em;
  font-weight:bold;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.5px;
  margin-bottom: 5%;
}
.jirei_ttl .jirei_number {
  position: absolute;
  left:-2%;
  top:-5%;
  width: 58px;
}
.jirei .messe {
  font-size: 1.1em;
  color: #21871d;
  font-weight: bold;
  background: #f0f9f0;
  letter-spacing: 0.3px;
  padding: 1.5% 3%;
  margin:5% 0 2% ;
}
.jirei .name {
  margin-top: 1.5%;
  font-size: 0.9em;
}
.jirei .name span {
  padding: 0 0 0 2%;
}

/*Sec6費用*/
.sec6 .price p, #mailform .info_text {
  font-size:0.75em;
  color: #6d7782;
  margin-top: 1%;
}
/*sec7流れ*/
.sec7 .step {
  position: relative;
  padding: 2% 0 0 19%;
  margin-bottom: 0.5%;
  position: relative;
  overflow: hidden;
}
.sec7 .step_box {
  margin: 10% 4%;
}
.sec7 h2 {
  color: #379a37;
  border-bottom: 1px solid #379a37;
  margin-bottom: 2%;
  font-weight: bold;
  padding-bottom: 2.5%;
}
.sec7 .arrow {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14%;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  min-height: 100%;
  padding: 1%;
}
.sec7 .bg1 { background:url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg1_triangle.png') no-repeat bottom, #7eb93e; }
.sec7 .bg2 { background:url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_triangle.png') no-repeat bottom, #44b04c; }
.sec7 .bg3 { background:url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg3_triangle.png') no-repeat bottom, #299063; }
.sec7 .bg4 { background:url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg1_triangle.png') no-repeat bottom, #7eb93e; }
.sec7 .bg5 { background:url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_triangle.png') no-repeat bottom, #44b04c; }
.sec7 .bg6 { background:#299063; }
.sec7 p {
  font-size: 0.9em;
  padding: 2% 0 5%;
}
.sec7 .arrow::before {
  content: "";
    position: absolute;
    top: 2.5em;
    height: 100%;
    left: 0;
    width: 100%;
}
.sec7 .bg1::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg1_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em;
}
.sec7 .bg2::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg2_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em;
}
.sec7 .bg3::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg3_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em;
}
.sec7 .bg4::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg4_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em;
}
.sec7 .bg5::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg5_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em;
}
.sec7 .bg6::before {
    background: url('/wp-content/themes/cubylp_child/images/zougaku2_e2/bg6_img.png') no-repeat 50% 0;
    background-size: 3.5em 3.2em;
}
.sec7 .step .topbtn {
    position: relative;
    width: 57%;
    padding: 3% 2% 3% 9%;
    float: right;
}

/*Sec9事務所情報*/
/*table的デザイン*/
.lp_table {
  display: table;
  font-size: 0.9em;
  margin: 4%;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
  border-spacing: 0;
      width: initial;
}
.lp_table th, .lp_table td {
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
  letter-spacing: 0.3px;
  line-height: 1.7;
}
.lp_table th {
  padding: 2.5% 1.5% 2.5% 2.5%;
  width: 25%;
  border-left: 1px solid #e4e4e4;
  color: #404040;
  }
.lp_table td {
  padding: 2.5% 2.5% 2.5% 0;
  width: 75%;
  border-right: 1px solid #e4e4e4;
}

th{
  background: #fff !important;
}
th, td{
  border:initial;
}
/*ページトップ*/
#page-top {
  width: 100%;
  background: #e7e7e7;
  margin-bottom: 3.5%;
  font-size: 0.9em;
  text-align: center;
}
#page-top a {
  display: block;
  color: #6d7782;
  padding: 3%;
  position: relative;
}
#page-top a::before {
left: 4px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #7a0;
}
/*スマホフォーム*/
#mailform {
  background: #fffaf3;
}
#mailform h1 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 10% 1% 5%;
  margin: 2%;
  border-bottom:3px solid #fee1d2;
}
#mailform .orange { color:#272727;  }
#mailform p {
  padding: 3% 4% 6%;
}
#mailform dt {
  padding: 0 3% 0 8%;
  font-weight: bold;
  position: relative;
}
#mailform dt:before{
  content: '・';
  position: absolute;
  top: -0.45em;
  left: -0.2em;
  font-size: 50px;
  color: #f77400;
}
#mailform .td {
  padding: 0 3% 5%;
}
.form_att{
  font-weight: normal;
  padding: 0 3% 0 8%!important;
}
#form1 {
  padding: 3%;
}
fieldset {
  border:none;
  margin: 0 4%;
}
input {
    width: 100%;
    max-width: 400px; /* レスポンシブの場合の対策 */
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    background: #fff;
    border-radius: 0.2em;
    border: 1px solid #aaa;
}
textarea {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   background: #fff;
   border-radius: 0.2em;
  border: 1px solid #aaa;
  margin: 2vw 0 6vw 0px;
}

#mailform .td.ytw input {
  width:70px !important;
}

#mailform .td.ytw_text textarea {
  width:100% !important;
}
.must{font-size: 12px;
  padding-left: 10px;
  color: #f67400;
}

.send {
  margin: 0 auto;
  text-align: center;
}
input[type="submit"]{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f87300));
    width: 80%;
    height: 2.5em;
    border: none;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    border-bottom: 3px solid #cb5d01;
}
input[type="text"] ,input[type="tel"] ,input[type="email"] {
    padding:4%;
}
input[type="number"]  {
    padding:4%;
    width: 30%;
}
select{
  position: relative;
  width: 100%;
  padding: 8px;
  margin: 4px 0;
  border: 1px solid #999;
  background: #eee;
  background: -webkit-linear-gradient(top, #fff 0%,#eee 100%);
  background: linear-gradient(to bottom, #fff 0%,#eee 100%);
  font-size:14px;
  border-radius: 0.2em;
  line-height: 1.2;
  border: 1px solid #aaa;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.selectbox{
  position: relative;
}
.selectbox::before {
    position: absolute;
    top: 40%;
    right: 3%;
    padding: 0;
    margin: 0;
    content: "";
    color: #333;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 10;
}
dl.form-simple01{
  margin-bottom: 6%;
}
p.submit{text-align: center;margin: 0;padding: 0!important;}

.age_yto input { width:20% !important; }

.box4_wrap {
	background:#ECECF0;
}

.box4_wrap h2 {
	margin-bottom:10px;
}

.box4 {
	padding: 10px 10px 20px 10px;
}

.box4 .width1 {
	width:20%;
}

.box4 .width2 {
	width:40%;
	font-size:11px;
}

.box4 .last {
	border-right:none !important;
}

.box4 .last_bottom {
	border-bottom:none !important;
}

.box4 table {
	font-size:14px;
	width:100%;
	border:1px solid #375488;
}

.box4 th {
	background:#21871d;
	color:#FFF;
	padding:5px;
	border-right:1px solid #4F6DA3;
}

.box4 td {
	background:#FFF;
	text-align:center;
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.sec3 .messe
{  font-size: 1.1em;
  color: #21871d;
  font-weight: bold;
  background: #f0f9f0;
  letter-spacing: 0.3px;
  padding: 1.5% 3%;
  margin:5% auto 2% ;
  width:92%;
  }


@media screen and (min-width:370px) {
    /*　画面サイズが375pxからはここを読み込む　*/
.sec2 h2 {
    font-size: 1.35em;
}
}

p.juusyoulink{
  text-align: center;
  margin: 10px 0 -5px 0;
}

a.juusyoulink{
  color:#2f6cad;
  text-decoration: underline;
}

.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

/*form*/
#form .form_att {
    padding: 0 0 2.666667vw 0;
    margin: 0;
    font-size: .8rem;
    font-weight: 300;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1.6;
}

#form fieldset dl{
	margin: 0 auto;
	width: 100%;
}
#form .mailform_label {
    margin: 5vw 0 1vw;
    font-size: 1rem;
    line-height: 1.3;
}
#form .mailform_input {
    padding: 0;
    margin: 0;
    width: auto;
    position: relative;
}
#form .mailform_label .must {
	padding: 1.0666667vw;
	margin: 0 0 0 2.666667vw;
	font-size: .875rem;
	line-height: 1.1;
	font-weight: 300;
  color: #F44336;
  background: #ececec;
}
#form .selectbox.is-time {
    padding: 0;
    margin-bottom: 2vw;
}


.formError {
	padding-bottom: 0px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

	.formError .formErrorClose {
		border: solid #ff3c00 2px;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		display: block;
		width: 18px;
		height: 18px;
		position: absolute;
		top: -4px;
		right: -22%;
		color: #efefef;
		background: #ff3c00;
		font-weight: bold;
		text-align: center;
		line-height: 16px;
		cursor: pointer;
    _z-index:2;
	}
	.formError .formErrorClose:hover {
		background: #ff3c00;
	}
	.fixed .formErrorClose {
		display: none;
	}

	.formError .formErrorContent {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 6px 10px;
		width: 120%;
    position:relative;
		color: #fff;
		background: #ff3c00;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
		font-size: 1.2em;
		box-shadow: 0px 0px 6px #888;
		-moz-box-shadow: 0px 0px 6px #888;
		-webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
	}
	.fixed .formErrorContent {
		margin-top: .5em;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #f60;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.fadeOut {
		opacity: .2;
		filter: alpha(opacity=20);
	}

	.formError .formErrorArrow {
		width: 15px;
		height: 15px;
		position: absolute;
		top: -8px;
		left: 10px;
    _z-index:0;
	}
	.fixed .formErrorArrow {
		display: none;
	}
	.formError .formErrorArrowBottom {
		margin: -6px;
		top: 0;
	}
	.fixed .formErrorArrowBottom {
		display: none;
	}

		.formError .formErrorArrow div {
			margin: 0 auto;
			display: block;
			height: 1px;
			background: #ff3c00;
			line-height: 0px;
			font-size: 0px;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}

		.formError .formErrorArrow .line10 {
			width: 19px;
		}
		.formError .formErrorArrow .line9 {
			width: 17px;
		}
		.formError .formErrorArrow .line8 {
			width: 15px;
		}
		.formError .formErrorArrow .line7 {
			width: 13px;
		}
		.formError .formErrorArrow .line6 {
			width: 11px;
		}
		.formError .formErrorArrow .line5 {
			width: 9px;
		}
		.formError .formErrorArrow .line4 {
			width: 7px;
		}
		.formError .formErrorArrow .line3 {
			width: 5px;
		}
		.formError .formErrorArrow .line2 {
			width: 3px;
		}
		.formError .formErrorArrow .line1{
			width: 1px;
		}


#wrap section:nth-child(2) div.recommend-sentence-box{
    background-color: #21871D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 72px;
    padding: 16px 8px;

}

#wrap section:nth-child(2) div.recommend-sentence-box p {
    color: white;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: bold;
}

#wrap section:nth-child(2) div.recommend-topic-boxes{
    background-color: #306928;
    height: 106px;
    padding: 16px 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box{
    background-color: white;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    margin-right: 8px;
    padding: 16px 8px;
    text-align: center;
    /* font-weight: bold; */
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    color: #21871D;
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box:last-child{
    margin-right: 0;
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box.box-large{
    width: 106px;
    height: 74px;
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box.box-middle{
    width: 70px;
    height: 74px;
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box.box-little{
    width: 53px;
    height: 74px;
}

#wrap >section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box p{
    color: #21871D;
    line-height: 1.3;
    font-weight: bold;
}

#wrap section:nth-child(2) div.recommend-topic-boxes div.recommend-topic-box p span{
    color: #ED3320;
}

/* これ以降が新規追加分 */

#wrap section.caseStudy{
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 21px;
}

#wrap section.caseStudy div.caseStudy-title{
    font-size: 18px;
    text-align: center;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: bold;
}

#wrap section.caseStudy div.caseStudy-title img.caseStudy-title-border {
    width: 100%;
    height: 15px;
    position: relative;
    margin-top: 7px;
    margin-bottom: 21px;
}

#wrap section.caseStudy div.caseStudy-body{
    border-radius: 10px;
    width: 100%;
    background-color: #F0F9F0;
    display: flex;
    flex-direction: column;
    padding: 24px 8px;
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top{
    display: flex;
    flex-direction: row;
    height: 80px;
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-thumbnail-box{
    width: 80px;
    height: 80px;
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-thumbnail-box img{
    width: 80px;
    height: 80px;
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-sentence{
    width: 249px;
    height: 80px;
    padding-top: 10px;
    padding-left: 16px;
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-sentence p.main-sentence{
    color: #21871D;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: bold;
}

#wrap section.caseStudy div.caseStudy-body div.caseStudy-body-top div.caseStudy-body-top-sentence p.sub-sentence{
    color: #21871D;
    font-size: 14px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3);
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box{
    margin: 24px 0 0;
    padding: 24px 16px;
    background-color: white;
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > p{
    font-size: 16px;
    line-height: 2.0;
    margin-bottom: 16px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > p > span{
  color: #ED3320
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > div {
  padding-top: 16px;
  border-top: 1.5px dashed #21871D;
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > div > p.caseStudy-body-sentence-bottom-title{
    color: #21871D;
    text-align: center;
    font-size: 16px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: bold;
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > div > p.caseStudy-body-sentence-bottom-content{
    color: #21871D;
    text-align: center;
    font-size: 14px;
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4);
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > div > p.caseStudy-body-sentence-bottom-content span{
  font-size: 17.2px;
}

#wrap > section.caseStudy > div.caseStudy-body > div.caseStudy-body-sentence-box > div > p.caseStudy-body-sentence-bottom-content > span.text-bold{
  font-weight: bold;
}
