@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------- 全ページ共通 --------------------------------------------------*/

/*見出し*/

h2.tlm {
    font-family: 'Noto Serif JP', sans-serif;
	font-size:28px;
	margin: 0 0 0;
	font-weight:600;
	padding: 60px 0 40px;
	background-image: url(../img/logo_icon.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px;
	line-height: 1.3;
	text-align:center;
    /*text-align: left;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

h3.ulr {
	font-size: 26px;
	font-weight:500;
    line-height: 1.5;
  text-decoration-color: #ac0028;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

h4.ll {
	font-size: 26px;
	font-weight: 500;
    line-height: 1.3;
    position: relative;
    padding: .2em 1em .2em 1em;
	margin: 0 0 15px 0;
}

h4.ll::after {
  position: absolute;
  top: .5em;
  left: .3em;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 0.8em);
  height: calc(100% - 0.8em);
  background-color: #d4bf54;
}

h5.dl {
    line-height: 1.3;
	font-size: 20px;
	font-weight:400;
  border-bottom:dashed 2px #d4bf54;
  display: inline-block;

}


h2.square { 
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-left:27px;
	margin: 0 0 15px 0;
}

h2.square:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 18px !important;
	  width: 18px !important;
	  left: 0;
	  position: absolute;
	  top: 5px;
}



.triangle{
  background: #e7605d;
  position: relative;
  padding: 30px 10px 10px;
  margin: 0 0 0;
  text-align:center;
}

.triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 375px 0 375px;
  border-color: #e7605d transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.triangle h2{
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  max-width: 750px;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.4;
}



h2.l_sl { 
	font-size: 26px;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
   width: auto;
   max-width: 700px;
   border-bottom: 10px solid #ac0028;
   border-right: 10px solid transparent;
   line-height: 1.4;
}


h2.slanting {
	font-size:26px;
	margin: -30px 0 0 0;
	padding: 15px 80px 10px 30px;
	color:#fff;
	line-height: 1em;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	background-image:url(../img/slanting_bg.svg);
    background-position:right center;
    background-repeat:no-repeat;
	background-size:auto;
	position: absolute;
}


h3.l_vl {
	font-size: 26px;
	font-weight: bold;
    position: relative;
    padding: .7em 1em .7em 1.5em;
	margin: 0 0 15px 0;
}

h3.l_vl span {
	font-size: 21px;
	font-weight: 400;
	display: block; /*改行*/
	margin: 0 0 0 0;
}


h3.l_vl::after {
  position: absolute;
  top: .5em;
  left: .3em;
  content: '';
  width: 15px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #ac0028;
  border-radius: 6px;
}



h4.dashed {
	font-size: 18px;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
   width: auto;
   border-bottom: 1px dashed #ac0028;
   line-height: 1.4;
}





/*通常ボタン*/
p.btn {
  position: relative;
  line-height: 1.4;
  height: 45px;
  width: 290px;	
  border: solid 1px #5f4b3e;
  margin: 0 auto;
}

p.btn a {
  height: 45px;
  width: 290px;	
  text-decoration:none !important;
  color: #ac0028 !important;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  
  	background-image: url(../img/btn_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: auto;	
}

p.btn a:before, p.btn a:after { 
  content:'';
  width: 15px;
  height: 25px;
  position: absolute;
  display: inline-block;
}

p.btn a:before {
  border-left: solid 3px #5f4b3e;
  border-top: solid 3px #5f4b3e;
  top:0;
  left: 0;
}

p.btn a:after {
  border-right: solid 3px #5f4b3e;
  border-bottom: solid 3px #5f4b3e;
  bottom:0;
  right: 0;
}

p.btn:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}

/*通常ボタン2*/
p.btn_2 {
  position: relative;
  line-height: 1.4;
  height: 45px;
  width: 160px;	
  border: solid 1px #323232;
  margin: 0 auto;

}

p.btn_2 a {
  height: 45px;
  width: 160px;	
  text-decoration:none !important;
  color: #323232 !important;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.btn_2:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}


/*通常ボタン3*/
.btn_3 {
	text-align: center;
	
}
p.btn_3 a {
  text-decoration:none !important;
  color: #323232 !important;
}


/*通常ボタン4*/
p.btn_4 a {
	margin: 20px auto 25px;
	padding: 7px 15px 5px;
	color: #fff;
	line-height: normal;
	width: auto;
	text-align:center;
	text-decoration: none;
	background: #ac0129;
}

p.btn_4 a:hover {
    opacity: 0.6;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}



p.btn_5 a {
	margin: 0 0 0 0;
	padding: 0 18px 0 0;
	width: auto;
	text-decoration: none;
	line-height: none;
	color: #693b25;
	background: none;
	display: inline-block;
	
	background-image: url(../img/more_arrow_2.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
}

p.btn_5 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}



p.btn_6 {
  position: relative;
  line-height: 1.4;
  height: 85px;
  width: 280px;	
  border: solid 1px #5f4b3e;
  margin: 0 auto;
}

p.btn_6 a {
  height: 85px;
  width: 280px;	
  text-decoration:none !important;
  color: #ac0028 !important;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: auto;	
}

p.btn_6 a span {
	font-size: 14px;
	color: #323232;
	margin-bottom: -10px;
}

p.btn_6 a:before, p.btn_6 a:after { 
  content:'';
  width: 15px;
  height: 25px;
  position: absolute;
  display: inline-block;
}

p.btn_6 a:before {
  border-left: solid 3px #5f4b3e;
  border-top: solid 3px #5f4b3e;
  top:0;
  left: 0;
}

p.btn_6 a:after {
  border-right: solid 3px #5f4b3e;
  border-bottom: solid 3px #5f4b3e;
  bottom:0;
  right: 0;
}

p.btn_6:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}



/*フォーム関連*/
table.form {
	border-collapse: collapse;
	border-top: 2px solid #7b716d;
	border-bottom: 2px solid #7b716d;
	border-right: 2px solid #7b716d;
 	border-left: 2px solid #7b716d;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	line-height: 1.6em;
}

table.form th {
	font-weight:normal;
	background-color:#f6f5f1;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align: top;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
	/*white-space: nowrap;*/
	width: 250px;
}

table.form td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
}

table.form th span {
	font-size: 11px;
	color: #fff;
	background: #cf3419;
	padding: 3px 4px 2px;
	display: inline-block;
	margin: 0 0 0 6px;
	line-height:normal;
    border: solid 1px #cf3419;
    border-radius: 5px;
}

table.form td p {
    margin-top: 5px;
}



.btn_form {
    background: #ef978e;
	border: 1px solid #DDD;
	/*color: #111;*/
    color: #fff;
	width: 200px;
	padding: 15px 0;
	margin:10px auto 10px;
    font-size: 16px;
	text-align: center;
    
    -webkit-appearance : none;
}

.btn_form a:link {
	color: #6B4845;
	text-decoration: none;
}
.btn_form a:hover {
	color: #6B4845;
	text-decoration: underline;
}
.btn_form:hover {
    opacity: 0.8;
	text-decoration: none;
    cursor: pointer;
}
.btn_form a:visited {
	color: #6B4845;
	text-decoration: none;
}




#attachment {
 margin:0 0 10px 0;
}
#attachment label {
 /* ボタン部分の見た目（任意） */
 display: inline-block;
 position: relative;
 background: #dbc14d;
 color:#fff;
 font-size: 16px;
 padding: 8px 18px 5px;
 border-radius: 4px;
 transition: all 0.3s;
}
#attachment label:hover {
 opacity: 0.7;
 transition: all 0.4s;
}
#attachment label input {
 /* 今回のポイント */
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
 cursor: pointer !important;
}
#attachment .filename {
 font-weight: 16px;
 margin:0 0 0 10px;
}






.form dt {
	margin: 0 0 5px 0;
}

.form dt span {
	font-size: 11px;
	color: #fff;
	background: #cf3419;
	padding: 3px 4px 2px;
	display: inline-block;
	margin: 0 0 0 6px;
	line-height:normal;
    border: solid 1px #cf3419;
    border-radius: 5px;
}

.form dd{
	margin: 0 0 15px 0;	
}

.form dd input.add{
	width: 95%;
	max-width: 600px;
}


input.s1 {
	width: 100%;
	max-width: 300px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
input.s2 {
	width: 100%;
	max-width: 40px;
	min-width: 40px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
input.s3 {
	width: 100%;
	max-width: 600px;
	padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
input.s4 {
	width: 100%;
	max-width: 100px;
	min-width: 100px;
    padding: 15px 5px;
    margin: 0 0 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
textarea {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}





input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box !important;
  -webkit-transition: background-color 0.2s linear !important;
  transition: background-color 0.2s linear !important;
  position: relative !important;
  display: inline-block !important;
  /*margin: 0 20px 0 0 !important;*/
  margin: 0 0 5px 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 8px !important;
  /*background-color: #f6f7f8 !important;*/
  vertical-align: middle !important;
  cursor: pointer !important;
}

.radio:hover, .checkbox:hover {
  background-color: #fbebe6 !important;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #ef978e !important;
}

.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear !important;
  transition: border-color 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 15px !important;
  display: block !important;
  margin-top: -10px !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #bbb !important;
  border-radius: 6px !important;
  content: '' !important;
}

.radio:before {
  -webkit-transition: opacity 0.2s linear !important;
  transition: opacity 0.2s linear !important;
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  display: block !important;
  margin-top: -5px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #ef978e !important;
  content: '' !important;
  opacity: 0 !important;
}

input[type=radio]:checked + .radio:before {
  opacity: 1 !important;
}


.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}






/*-------------------------------------------------- サブページ --------------------------------------------------*/

#title {
	width: auto;
	max-width: 750px;
	padding: 0 0 0 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
}


#title .inner {
	width: fit-content;
	padding: 40px 60px 35px;
	margin: 0 auto;
	background: rgba(255,255,255,0.7);
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 0;
	right: 0;
	
  display: flex;
  justify-content: center;
  align-items: center;
}

#title h1 {
font-family: 'Noto Serif JP', sans-serif;
font-size: 30px;
  text-align: center;
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: solid 2px #d0aa4c;
  position: relative;
  letter-spacing:0.05em;
}

#title h1:after {
  content: "";
  border-bottom: solid 2px #b41a16;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 6px);
}






h2.news {
	color: #323232;
	font-size:24px;
	font-weight: 400;
	margin: 0 0 20px 0 !important;
	padding: 0 0 0 38px !important;
	border-bottom: #323232 dashed 1px;
	background-image: url(../img/pencil_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
}

ul.news {
	font-size:16px;
	margin: 0 0 20px 0;
}

ul.news li {
	list-style: none;
	margin-right: 0.5em;
	padding: 5px 7px 3px;
    display: inline;
}

ul.news li.pref {
	color: #fff;
	background-color: #dbc14d;
}

ul.news li.age_1 {
	color: #fff;
	background-color: #dc848a;
}

ul.news li.age_2 {
	color: #fff;
	background-color: #f5a400;
}

ul.news li.age_3 {
	color: #fff;
	background-color: #dd720e;
}

ul.news li.age_4 {
	color: #fff;
	background-color: #54888f;
}

/*メニュー*/
.menu_box {
	width: 540px;
	margin: 30px auto 40px;
	padding: 30px 40px 30px;
	border: #323232 1px solid;
	text-align: center;
	clear:both;
	overflow: hidden;
}

.menu_box ul {
    display: table;
    width:100%;
	text-align:left;
}

.menu_box ul > li:nth-child(2n+1) {
    clear: both;
}

.menu_box ul > li a {
    display: table-cell;
    float: left;
    width: 45%;
	padding: 0 0 0 5%;
	background-image: url(../img/case_study_menu_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
	margin:0.5em 0 0.5em 0;
	text-decoration:none;
	color:#323232;
}

.menu_box ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}

.menu_box ul li a:after {
  content: url(../img/case_study_menu_arrow.svg);
  position: relative;
  padding-left: 10px;
}


/*メニュー2*/
.menu_box_2 {
	width: 540px;
	margin: 30px auto 40px;
	padding: 30px 40px 30px;
	border: #323232 1px solid;
	text-align: center;
	clear:both;
	overflow: hidden;
}

.menu_box_2 ul {
    display: table;
    width:100%;
	text-align:left;
}

.menu_box_2 ul > li a {
    width: auto;
	padding: 0 0 0 5%;
	background-image: url(../img/case_study_menu_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
	margin:0.5em 0 0.5em 0;
	text-decoration:none;
	color:#323232;
	
	line-height: 3em;
}

.menu_box_2 ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}

.menu_box_2 ul li a:after {
  content: url(../img/case_study_menu_arrow.svg);
  position: relative;
  padding-left: 10px;
}


/* 症例報告 */
h2.case_study {
	color: #323232;
	font-size:24px;
	font-weight: 400;
	margin: 0 0 20px 0 !important;
	padding: 0 0 0 0 !important;
}

h4.case_study {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #69821b;
}

h5.case_study {
	font-size: 1.2em;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #c97586;
}

.case_summary {
	font-size: 16px;
	text-align: center;
}

table.case_study {
	width: auto;
	max-width: 800px;
	margin-bottom: 40px;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
}

table.case_study th {
	font-weight:normal;
	background-color:#EEE2C2;
	padding:6px 4px 4px 6px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	white-space: nowrap;
    width: 100px;
}

table.case_study td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #cccccc;
}

.case_summary .valign_circle { 
	vertical-align: -32px; 
}


ul.check {
	margin:0 0 30px 0;
}

ul.check li {
	padding: 0 0 0 35px;
	background-image: url(../img/check_icon.svg);
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: auto;
	margin:0.5em 0 0.5em 0;
	text-decoration:none;
}


h2.red_frm {
	font-size: 24px;
	font-weight: bold !important;
	margin: 20px auto 25px;
	padding: 7px 15px 5px;
	color: #323232;
	/*display:inline-block;*/
	line-height: normal;
	border: #ac0129 solid 1px;
	width: auto;
	text-align:center;
}


h3.red {
	font-size: 22px;
	font-weight: bold;
	color: #ac0028;
	margin: 0 0 10px 0;
}

h3.beg_bg {
	font-size: 22px;
	font-weight: bold !important;
	margin: 0 0 20px 0;
	background: #f9f6d2;
	padding: 10px 15px 8px;
}

h3.red_bg {
	font-size: 22px;
	font-weight: bold !important;
	margin: 0 0 20px 0;
	background: #ac0129;
	padding: 10px 15px 8px;
	color: #fff;
}

h3.red_frm {
	font-size: 20px;
	font-weight: 400 !important;
	margin: 0 0 10px 0;
	background: #ac0129;
	padding: 7px 15px 5px;
	color: #fff;
	display:inline-block;
	line-height: normal;
}

h3.sl {
  font-size: 20px;
  padding: 10px 10px 5px 20px;/*文字周りの余白*/
  color: #ac0129;/*文字色*/
  background: #fff;/*背景色*/
  border: #ac0129 solid 1px;
  border-left: solid 10px #ac0129;/*左線（実線 太さ 色）*/
  display:inline-block;
  line-height:normal;
  min-width: 200px;
  margin: 0 0 20px 0;

}

h4.pln { 
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 10px 0 !important;
}

h4.pln_2 { 
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 30px 0 !important;
}

h4.beg_bg {
	font-size: 20px;
	font-weight: bold !important;
	margin: 0 0 20px 0;
	background: #f9f6d2;
	padding: 10px 15px 8px;
	color: #ac0129;
}

h4.frm {
	font-size: 20px;
	font-weight: bold !important;
	margin: 0 auto 20px;
	padding: 10px 15px 8px;
	border: #323232 solid 1px;
	width: 200px;
	text-align:center;
}

h4.red {
	font-size: 20px;
	font-weight: bold;
	color: #ac0028;
	margin: 0 0 5px 0;
}

.step1{
	background-image: url(../img/kan_img.svg);
	background-repeat: no-repeat;
	background-position: right top 15px;
	background-size: auto;
	margin: 0 0 40px 0;
}

.step2 {
	background-image: url(../img/hi_img.svg);
	background-repeat: no-repeat;
	background-position: right top 15px;
	background-size: auto;
	margin: 0 0 40px 0;
}

.step3 {
	background-image: url(../img/jin_img.svg);
	background-repeat: no-repeat;
	background-position: right top 15px;
	background-size: auto;
	margin: 0 0 40px 0;
}

.step1 h4,
.step2 h4,
.step3 h4{
	margin: 0 auto 20px;
}


table {
	width: 640px;
}

table tr {
	background: #fff0d9;
    border: 1px solid #858585;
}

table tr:nth-child(even) {
	background: #fffaf3;
}

table td {
	padding: 10px 15px;
	border: 1px solid #858585;
}

table h3 {
	font-weight:bold;
}


table.ver1 {
	margin: 20px 0 50px 0;
	border-collapse: collapse;
	border-top: 2px solid #7b716d !important;
	border-bottom: 2px solid #7b716d !important;
	border-right: 2px solid #7b716d !important;
 	border-left: 2px solid #7b716d !important;
	font-size: 16px;
	width: 100%;
	max-width: 700px;
}

table.ver1 th {
	font-weight:normal;
	background-color:#fbede9;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
	white-space: nowrap;
}

table.ver1 td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
	word-break: break-all;
}


.main_box .tofukuho_img_box {
	margin: 0 0 40px 0;
}

.main_box .tofukuho_img_box div:nth-child(1) {
	float: left;
}
.main_box .tofukuho_img_box div:nth-child(2) {
	float: right;
}
.main_box .tofukuho_img_box div:nth-child(3) {
	float: left;
}


h3.pln { 
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 10px 0 !important;
}

h3.square { 
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left:25px;
}

h3.square:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 16px !important;
	  width: 16px !important;
	  left: 0;
	  position: absolute;
	  top: 8px;
}

h4.square { 
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left:25px;
}

h4.square:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 16px !important;
	  width: 16px !important;
	  left: 0;
	  position: absolute;
	  top: 6px;
}

div.bg_beg {
	width:auto;
	background: #fffbeb;
	padding: 20px 15px;
	margin: 0 0 40px;	
}



.toggle_wrap {
	width: auto;
	padding: 10px;
	margin: 0 0 30px 0;
	border: #323232 solid 1px;
	background: #fff;
}

.toggle_wrap .case_1 {
	padding: 10px 30px 10px 70px;
	background: #fff;
	position: relative;
	background-image: url(../img/case_1_a.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto; 
}

.toggle_wrap .case_2 {
	padding: 10px 30px 10px 70px;
	background: #fff;
	position: relative;
	background-image: url(../img/case_2_a.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto; 
}

.toggle_wrap .case_3 {
    padding: 10px 30px 10px 70px;
    background: #fff;
    position: relative;
	background-image: url(../img/case_3_a.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto; 
}

.toggle_wrap .case_4 {
    padding: 10px 30px 10px 70px;
    background: #fff;
    position: relative;
	background-image: url(../img/case_4_a.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto; 
}

.toggle_switch {
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
}

.toggle_switch::before,
.toggle_switch::after {  
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background: #323232;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.toggle_switch::after {
    background: #323232;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.toggle_switch.open::after {
    transform: rotateZ(180deg);
    top: 46%;
}
.toggle_contents {
    display: none;
    padding: 15px 10px;
}

.toggle_switch h4 {
	font-size: 20px;
	font-weight:bold;
}


ul li.spink {
	margin:0 0 7px 0 !important;
	position: relative !important;
	background-image: url(../img/list_icon_spink.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 16px 16px !important;
	padding-left:30px !important;
}

ul li.pink {
	margin:0 0 7px 0 !important;
	position: relative !important;
	background-image: url(../img/list_icon_pink.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 16px 16px !important;
	padding-left:30px !important;
}

ul li.dg {
	margin:0 0 7px 0 !important;
	position: relative !important;
	background-image: url(../img/list_icon_dg.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 16px 16px !important;
	padding-left:30px !important;
}

ul li.lg {
	margin:0 0 7px 0 !important;
	position: relative !important;
	background-image: url(../img/list_icon_lg.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 16px 16px !important;
	padding-left:30px !important;
}

ul li.mtd {
	margin:0 0 7px 0 !important;
	position: relative !important;
	background-image: url(../img/list_icon_mtd.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 16px 16px !important;
	padding-left:30px !important;
}


ol.target {
	margin:0 0 40px 0;
}

ol.target li {
	list-style: decimal;
	margin:1em 0 1em 25px;
}

ol.target li ul li {
	list-style: disc;
	margin:0.5em 0 0.5em 25px;
}


ul.result {
	margin:0 0 20px 0;
}

ul.result li { 
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left:22px;
	margin:0.5em 0 0.5em 0;
	line-height: 1.4em;
}

ul.result li span { 
	font-size: 16px;
	font-weight: bold;
}

ul.result li:nth-child(1):before {
	  background: #a9958c !important;
	  content: "";
	  height: 16px !important;
	  width: 16px !important;
	  left: 0;
	  position: absolute;
	  top: 6px;
}

ul.result li:nth-child(2):before {
	  background: #e67b62 !important;
	  content: "";
	  height: 16px !important;
	  width: 16px !important;
	  left: 0;
	  position: absolute;
	  top: 6px;
}


.dic_box .pg_box {
	width:auto;
	margin: 0 0 40px 0;
}

.dic_box h3 {
	font-size: 26px;
	font-weight: bold;
	font-family: 'Noto Serif JP', sans-serif;
	margin: 0 0 15px 0;
}

.dic_box .pg_box h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 1.4em;
}

.dic_box .pg_box h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.dic_box .pg_box p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
}



.tfh_kansou_box {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: #989896 dashed 1px;
}

.tfh_kansou_box ul {
	font-size:16px;
	margin: 15px 0 0 0;
}

.tfh_kansou_box ul li {
	list-style: none;
	margin-right: 0.5em;
	padding: 5px 7px 3px;
    display: inline;
}

.tfh_kansou_box ul li.pref {
	color: #fff;
	background-color: #dbc14d;
}

.tfh_kansou_box ul li.age_1 {
	color: #fff;
	background-color: #dc848a;
}

.tfh_kansou_box ul li.age_2 {
	color: #fff;
	background-color: #f5a400;
}

.tfh_kansou_box ul li.age_3 {
	color: #fff;
	background-color: #dd720e;
}

.tfh_kansou_box ul li.age_4 {
	color: #fff;
	background-color: #54888f;
}

.tfh_qa_box {
	margin: 0 0 50px 0;
}

.tfh_qa_box p.q {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 8px 0 10px 55px;
	background-image: url(../img/qa_q_icon.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left;
	line-height: 1.4em;
	border-bottom: #323232 dashed 1px;
}

.tfh_qa_box p.a {
	font-size:18px;
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 8px 0 0 55px;
	background-image: url(../img/qa_a_icon.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left;
	line-height: 1.5em;
}

.tfh_qa_box p {
	font-size:16px;
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 0 0 55px;
	text-align: left;
	line-height: 1.5em;
}




.ichi_qa_box {
	margin: 0 0 50px 0;
}

.ichi_qa_box p.q {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 8px 0 10px 55px;
	background-image: url(../img/qa_q_icon.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left;
	line-height: 1.4em;
	border-bottom: #323232 dashed 1px;
}

.ichi_qa_box p.a {
	font-size:16px;
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 8px 0 0 55px;
	background-image: url(../img/qa_a_icon.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto;
	text-align: left;
	line-height: 1.5em;
}

.ichi_qa_box p {
	font-size:18px;
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 0 0 55px;
	text-align: left;
	line-height: 1.5em;
}





.staff_box {
	margin: 0 0 40px 0;
}
.staff_box img {
	margin: 15px 0;
}
.staff_box ul li {
	list-style: none;
	margin:5px 0;
	line-height: normal;
}
.staff_box ul li:first-child {
	list-style: none;
	margin:0 0 10px 0;
	
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left:22px;
}

.staff_box ul li:first-child:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 16px !important;
	  width: 16px !important;
	  border-radius: 50%;
	  left: 0;
	  position: absolute;
	  top: 6px;
}




h3.step1_tate {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 18px 0 15px 55px;
	background-image: url(../img/step1_tate.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}
h3.step2_tate {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 18px 0 15px 55px;
	background-image: url(../img/step2_tate.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}
h3.step3_tate {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 18px 0 15px 55px;
	background-image: url(../img/step3_tate.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}
h3.step4_tate {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 18px 0 15px 55px;
	background-image: url(../img/step4_tate.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}


h3.case_1_b {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	padding: 18px 0 15px 120px;
	background-image: url(../img/case_1_b.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}
h3.case_2_b {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	padding: 18px 0 15px 120px;
	background-image: url(../img/case_2_b.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}
h3.case_3_b {
	font-size:20px;
	margin: 0 0 15px 0;
	font-weight:bold;
	padding: 18px 0 15px 120px;
	background-image: url(../img/case_3_b.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	line-height: 1.4em;
}

.frm_3 {
	max-width: 540px;
	margin: 30px auto 40px;
	padding: 20px 15px 20px;
	border: #b98900 1px solid;
	clear:both;
	overflow: hidden;
}


h2.momo {
	font-size:28px;
	margin: 0 0 20px;
	font-weight:400;
	padding: 18px 0 40px;
	background-image: url(../img/momo_icon.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	line-height: 1.3em;
	text-align:center;
}


ul.square {
	list-style: none;
	margin:0 0 30px 20px;
}

ul.square li {
	list-style: none;
	margin:5px 0;
	line-height: normal;
	font-size: 18px;
	position: relative;
	padding-left:22px;
}
ul.square li:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 14px !important;
	  width: 14px !important;
	  left: 0;
	  position: absolute;
	  top: 5px;
}







h3.bg_g {
	font-size:1em;
	margin: 0 0 10px 0;
	color:#fff !important;
	background: #87817d;
	width: 120px;
	padding: 3px 0 2px 0 !important;
	font-weight: normal;
	text-align:center;
	border: none !important;
}


.youtube_wrap {
  position:relative;
  width:auto;
  max-width: 950px;
  height: auto;
  margin: 0 auto 40px;
}
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.youtube_wrap_2 {
  position:relative;
  width:auto;
  max-width: 680px;
  height: auto;
  margin: 0 auto 40px;
}
.youtube_2 {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_2 iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



.kanpou_taiou {
	background: #fffbeb;
	padding: 100px 15px 70px;
	margin: 0 -15px;
	
	background-image: url(../img/kanpou_taiou_h.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}

.ptag h3 {
	margin: 0 0 15px 0;
	
}

.ptag p {
	margin: 0 0 15px 0;
	
}

.ptag ul {
	margin: 0 0 15px 0;
	
}


.lifestyle_box {
	width: auto;
	margin: 30px auto 60px;
	padding: 30px 40px 30px;
	border: #323232 1px solid;
	clear:both;
	overflow: hidden;
}

.lifestyle_box h4 {
	font-size: 20px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: #323232 dashed 1px;
	text-align:center;
	line-height: 1.4;
}


.lifestyle_box ul.square {
	list-style: none;
	margin:0 0 0 20px;
}

.lifestyle_box ul.square li {
	list-style: none;
	margin:7px 0;
	line-height: normal;
	position: relative;
	padding-left:22px;
}

.lifestyle_box ul.square li:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 14px !important;
	  width: 14px !important;
	  left: 0;
	  position: absolute;
	  top: 5px;
}


#contents .copy {
    font-family: 'Noto Serif JP', sans-serif;
	font-size:24px;
	font-weight:600;
    line-height: 1.5;
	color: #ac0028;
}

#contents .copy_2 {
	font-size: 26px;
	line-height: 1.6em;
	text-align:left;
	margin: 20px 0 30px 0;
}

#contents .copy_2_red {
	font-size: 26px;
	line-height: 1.6em;
	text-align:left;
	margin: 20px 0 30px 0;
	color: #ac0129;
}


.media_wrap {
	width: auto;
	max-width: 720px;
    margin:0 auto 60px;
	display: flex;
	justify-content: center;
    flex-direction: row; 
	flex-wrap: wrap;
    gap: 10px;
}

.media_wrap div {
	/*margin: 5px;*/
}



/*オーダー関連*/
.order table {
	width:100%;
	max-width: 620px;
	margin:0 auto 40px;
    border-collapse: separate; 
	border-spacing: 5px; 
	border: #a0928a solid 1px;
	background: #fff;
}


.order table th {
	background-color:#604c3f;
	width:33%;
	padding:5px 0;
	font-size:1.2em;
	color:#fff;
	text-align:center;
}

.order table td {
	border: #a0928a solid 1px;
	padding:10px 10px;
	background: #fff;
}

.order .entry {
	background-color:#609514;
	width: auto;
	text-align:center;
	color:#fff;
	padding: 7px 0 5px;
}

.order .entry a {
	color:#fff;
	text-decoration:none;
	display:block;
}

.order .dct {
	background-color:#e6b26b;
	width: 100%;
	text-align:center;
	color:#fff;
	padding: 7px 0 5px;
}

.order .price {
	font-size:1.5em;
	font-weight:bold;
}


.order h3 {
	/*color: #ffffff;*/
	color: #333;
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  26px;           /* 文字サイズ指定 */
    border-bottom: solid 1px #c38f00;   /* 線指定 */
    padding-bottom:  10px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */	
}

.order h3:before {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 3px;                /* 高さ指定 */
    background-color: #c38f00;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    bottom: -7px;               /* 位置調整 */
}





.item{
	width: 100%;
	height: 100%;
	padding:0;
	overflow:auto;
}

.item .left_box{
	width:25%;
	margin:0;
	padding:0;
	float:left;
}

.item .right_box{
	height:100%;
	width:73%;
	margin:0;
	padding:0 0 0 2%;
	float:left;
	font-size:0.9em;
}

.item dl{
	line-height:1.5em;
	font-size: 16px;
}

.item dl dt{
	padding-top : 2px;    
	padding-bottom : 2px;
	padding-left : 10px;
	width : 70px;
/* 左寄せ */
	float : left;
	clear: left;
/* float解除 */
	clear : both;
}
 
.item dl dd{    
	padding-top : 2px;
	/*padding-left : 2px;*/
	padding-right : 10px;
	padding-bottom : 10px;
	width : auto;
/* dtの幅分の設定 */
	margin-left : 70px;
	
	height: 1%;
	padding-left: 1em;
}




p.cashless {
	margin:0 auto 0;
	width:auto;
	max-width: 400px;
	height: auto;
}

.item h3.red {
	background: #c53c3b;
	color: #fff;
	font-size: 1.4em;
	font-weight:bold;
	width: 200px;
	padding: 6px 0;
	margin:0 0 15px 0;
	text-align: center;
}

.item h3.blk {
	background: #231815;
	color: #fff;
	font-size: 1.4em;
	font-weight:bold;
	width: 200px;
	padding: 6px 0;
	margin:0 0 15px 0;
	text-align: center;
}

.item h3.blue {
	background: #253392;
	color: #fff;
	font-size: 1.4em;
	font-weight:bold;
	width: 200px;
	padding: 6px 0;
	margin:0 0 15px 0;
	text-align: center;
}

h3.atn {
	background: #604c3f;
	color: #fff;
	font-size: 1.2em;
	font-weight:bold;
	padding: 6px 10px;
	margin:0 0 15px 0;
}



/*喜びのお便り一覧*/
.news_list_wrap {
    display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
	
}
.news_list_wrap .news_box {
	clear: both;
	border: #ccc solid 1px;
	overflow:hidden;
	
	width: auto;
	/*width: 370px;*/
    width: 340px;
	height: auto;
	margin: 5px;
}
.news_list_wrap .news_box .inner {
	padding: 10px;
	overflow:hidden;
	margin: 0;
}
.news_list_wrap .news_box p img {
	float: left;
	width: 120px;
	height: 120px;
	
	overflow:hidden;
	
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.news_list_wrap .news_box h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.news_list_wrap .news_box a {
	text-decoration:none;
	color: #323232;
}

.news_list_wrap .news_box ul {
	margin: 0;
}
.news_list_wrap .news_box ul li {
	margin: 0;
}
.news_list_wrap .news_box ul li:nth-child(3) {
	display: block;
	margin: 2px 0 0 0;
}



/*喜びの声*/
.news_wrap {
    margin:0 auto 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;		
}

.news_wrap .news_box {
	height: auto;
	width: 400px;
	margin: 8px 8px;
	padding: 20px 20px 20px;
	position:relative;
}

.news_wrap .news_box h3 {
	color: #323232;
	font-size:20px;
	font-weight: 400;
	margin: 0 0 20px 0 !important;
	padding: 0 0 0 38px !important;
	border-bottom: #323232 dashed 1px;
	background-image: url(../img/pencil_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
}

.news_wrap .news_box img {
	margin: 0 0 0 0;
	vertical-align: bottom;
}

.news_wrap .news_box p {
	margin: 0 0 0 0;
	/*padding : 0 15px 0 15px;*/
}

.news_wrap .news_box p.more_btn {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100px;
	line-height: none;
	color: #fff;
	background: #8b837f;
	border-radius: 20px;
    text-align: center;
	position:absolute;
	bottom: 35px;
	right: 35px;
	
	background-image: url(../img/more_arrow_1.svg);
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: auto;
}

.news_wrap .news_box a .inner:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s ease-in-out;
}

.news_box ul {
	font-size:16px;
	margin: 0 0 20px 0;
}

.news_box ul li {
	list-style: none;
	margin-right: 0.5em;
	padding: 5px 7px 3px;
    display: inline;
}

.news_box ul li.pref {
	color: #fff;
	background-color: #dbc14d;
}

.news_box ul li.age_1 {
	color: #fff;
	background-color: #dc848a;
}

.news_box ul li.age_2 {
	color: #fff;
	background-color: #f5a400;
}

.news_box ul li.age_3 {
	color: #fff;
	background-color: #dd720e;
}

.news_box ul li.age_4 {
	color: #fff;
	background-color: #54888f;
}






/*症例報告一覧*/
.case_study_list_wrap {
    display: flex;
	flex-direction: row; 
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px 0;
	
}
.case_study_list_wrap .case_study_box {
	clear: both;
	/*border-top: #ccc solid 1px;*/
	border-bottom: #ccc solid 1px;
	overflow:hidden;
	
	width: auto;
	width: 370px;
	height: auto;
	margin: 5px;
}

.case_study_list_wrap .case_study_box:nth-child(1),
.case_study_list_wrap .case_study_box:nth-child(2) {
	clear: both;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	overflow:hidden;
	
	width: auto;
	width: 370px;
	height: auto;
	margin: 5px;
}

.case_study_list_wrap .case_study_box .inner {
	padding: 10px;
	overflow:hidden;
	margin: 0;
}

.case_study_list_wrap .case_study_box h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.case_study_list_wrap .case_study_box a {
	text-decoration:none;
	color: #323232;
}

.case_study_list_wrap .case_study_box ul {
	margin: 0;
}
.case_study_list_wrap .case_study_box ul li {
	margin: 0;
}
.case_study_list_wrap .case_study_box ul li:nth-child(3) {
	display: block;
	margin: 2px 0 0 0;
	color:#b98900;
}

.case_study_box ul {
	font-size:16px;
	margin: 0 0 20px 0;
}

.case_study_box ul li {
	list-style: none;
	margin-right: 0.5em;
	padding: 5px 7px 3px;
    display: inline;
}

.case_study_box ul li.pref {
	color: #fff;
	background-color: #dbc14d;
}

.case_study_box ul li.age_1 {
	color: #fff;
	background-color: #dc848a;
}

.case_study_box ul li.age_2 {
	color: #fff;
	background-color: #f5a400;
}

.case_study_box ul li.age_3 {
	color: #fff;
	background-color: #dd720e;
}

.case_study_box ul li.age_4 {
	color: #fff;
	background-color: #54888f;
}



/*ページ送り*/
ul.pagination {
	margin: 40px 0 10px 0;
	text-align:center;	
}

ul.pagination li {
	display:inline;
	
}

ul.pagination li a {
	padding: 10px;
	text-decoration:none;
	color: #ac0028;
	background: #fff;
	border: #ac0028 solid 1px;
	line-height:normal;
}

ul.pagination li.visited {
	padding: 10px 12px;
	text-decoration:none;
	color: #fff;
	background: #ac0028 !important;
	border: #fff solid 1px;
	line-height:normal;
}


/* ---------------------------------------- WP start */

.wp_blog_sp {
    margin-top: 100px !important;
}



.featured { /*上部固定記事の「注目」非表示*/
	display: none;
}

article.category-sticky header.entry-header .the_time { /*上部固定記事の日時非表示*/
	display: none !important;
}

.page-header {
	display: none;
}

.entry-header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	width: auto;
	position: static;
	background: none;
}

.post-navigation {
	display: none;
}

.pagination .screen-reader-text { 
	display: none;
}

.nav-links {
	text-align: center;
}

h1.entry-title {
	font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #323232;
	margin:10px 0 20px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.4em;
	position: relative;
	padding-left: 0;
	text-align:left;
}

h1.entry-title a {
	color: #323232 !important;
	text-decoration: none !important;
}

h2.entry-title {
	font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif !important;
    color: #323232 !important;
	margin:10px 0 30px !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	font-size: 1.4em !important;
	position: relative !important;
	padding-left: 0 !important;
	text-align:left !important;
}

h2.entry-title a {
	color: #323232 !important;
	text-decoration: none !important;
}

.content-area article {
	margin: 0 0 0 0;
}

.entry-summary p {
	margin-bottom: 20px !important;
}

.pagination a.page-numbers {
	color: #fff !important;
}

article {
	margin-bottom: 40px !important;
}

table.time {
	border: none !important;
}

.entry-content h2 {
	font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #323232;
	margin:30px 0 20px !important;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.2em;
	position: relative;
	padding-left: 0;
	text-align:left;
}

.entry-content p {
	margin-bottom: 20px !important;
}

.sidebar-area {
	border: none !important;
}

.navigation {
	margin-bottom: 0 !important;
}

.breadcrumbs {
	padding: 3px 0 0 0 !important;
}

h1.widget-title {
	font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #323232;
	font-weight: bold;
	font-size: 1.2em;
	
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
    border-bottom: 5px solid #ac0028;
    border-right: 5px solid transparent;
}

.widget_categories ul li a {
color: #323232;
text-decoration: none;
pointer-events: none !important;
}

.widget_categories ul.children li a {
color: #0366D6;
text-decoration: underline;
pointer-events: auto !important;
}


ul.cat_list {

}

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


ul.cat_list li::before {
  content: "/";
  margin-left: .5em;
  margin-right: .5em;
  color: #cfccd5;
}

ul.cat_list li:first-child::before {
  content: none;
}

h1.page-title {
	font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #666666;
	margin:10px 0 20px;
	font-weight: normal;
	line-height: 1.4;
	font-size: 1.2em;
	position: relative;
	padding-left: 0;
	text-align:left;
}

/* ---------------------------------------- WP end */






/* 画像配置 */
#contents .main_box .img_box_l {
	height: auto;
	width: auto;
	padding:0;
	margin: 0 15px 0 0;
	float:left;
}

#contents .main_box .img_box_l_2 {
	height: auto;
	width: auto;
	padding:0 20px 0;
	margin: 0 0 30px 0;
	float:left;
}

#contents .main_box .img_box_r {
	height: auto;
	width: auto;
	padding:0;
	margin: 0 0 10px 15px;
	float: right;
	
	text-align:center;
}

#contents .main_box .img_box_c {
	height:auto;
	width: auto;
	padding:0;
	margin: 0 auto 0;
	
	text-align:center;
}

#contents .main_box .graph_box {
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}

#contents .main_box .graph_box p:nth-child(1) {
	width: 330px;
	margin: 0 7px 20px;
}
#contents .main_box .graph_box p:nth-child(2) {
	width: 400px;
	margin: 0 7px 20px;
}
#contents .main_box .graph_box p:nth-child(3) {
	width: 400px;
	margin: 0 7px 0;
}

.resize img { 
    max-width: 100%; 
}


/*パンくず*/
#breadcrumbs {
	width: auto !important;
	max-width: 1170px !important;
	padding: 15px 15px 10px !important;
	margin: 0 auto !important;
	line-height: 1.4em !important;
	background: #fdfcf8 !important;
}
#breadcrumbs img {
	padding: 0 0 5px 0 !important;
}

#contents .c_box {
	display: flex;
    /*justify-content: center;*/
	flex-direction: column;
	align-items: center;
}

#contents .c_box p {
	margin: 0 0 0 0;
	line-height: 1.6em;
	/*max-width: 700px;*/
}

#contents .c_box ul li {
	list-style: none;
	/*margin:0.5em 0 0.5em 25px;
	line-height:1.6em;*/
}

#contents .l_box {
	padding: 0 80px 0;
	overflow: hidden;
}

.frm_1 {
	padding: 15px 20px 12px;
	border: #323232 1px solid;
	display:inline-block;
	text-align:left;
}
.frm_1 span {
	font-size: 110%;
	font-weight:bold;
}

.frm_2 {
	padding: 15px 20px 12px;
	background: #ffffe9;
	border: #323232 1px solid;
	display:inline-block;
	text-align:left;
}

.marker_gray_futo {
	font-size: 110%;
	font-weight:bold;
	padding: 5px 10px 3px;
	margin: 5px 0;
	background: #dbdbdb;
	display:inline-block;
	box-shadow: 0 0 8px #dbdbdb;
	border-radius: 7px;
}
.marker_orange_futo {
	font-size: 110%;
	font-weight:bold;
	padding: 5px 10px 3px;
	margin: 5px 0;
	background: #ffd38e;
	display:inline-block;
	box-shadow: 0 0 8px #ffd38e;
	border-radius: 7px;
}
.highlight {
	color: #ea6b00;
	font-weight:bold;
}

.highlight_2 {
	color: #ac0129;
	font-weight:bold;
}


#contents .resp_sp_1 {
	margin-bottom: 70px !important;
}

#contents .resp_sp_2 {
	margin-bottom: 50px !important;
}

#contents .resp_sp_3 {
	margin-bottom: 30px !important;
}

#contents .resp_sp_4 {
	margin-bottom: 20px !important;
}


.hsp {
	margin-top: 100px !important;
}



/*パンくず*/
#breadcrumbs {
	width: auto !important;
	max-width: 750px !important;
	padding: 15px 15px 10px !important;
	margin: 0 auto !important;
	line-height: 1.4em !important;
	background: #fdfcf8 !important;
}
#breadcrumbs img {
	padding: 0 0 5px 0 !important;
}


/* その他 */
.pc_hide {
	display:none !important;
}

.pc_hide_2 {
	display:none !important;
}

.pc_hide_3 {
	display:none !important;
}

.pc_hide_4 {
	display:none !important;
}

.pc_hide_5 {
	display:none !important;
}

a[href^="tel:"] {
    pointer-events: none;
}




/* サブメニュー */
#sub_nav_wrap {
	background-color: #fdfcf8;
	margin: 50px 0 0 0;
	padding: 0 15px 100px;
}

#sub_nav {
	width:700px;
	margin: 0 auto;
}

#sub_nav h3 {
	color:#323232;
	font-size: 18px;
	font-weight: 400;
	list-style-type: none;
	line-height: 1em;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ac0129;
	margin: 10px 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}

#sub_nav ul {
	margin-bottom: 0;
}

#sub_nav ul li {
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	font-size: 0.9em;
	width: 100%;
}

#sub_nav ul li a {
	display: block;
	color: #323232;
	font-weight: normal;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 6px 8px;
	padding-left: 27px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
}

#sub_nav ul li a:link:first-child {
	padding-top: 21px;
}

#sub_nav ul li a:hover {
	background-color: #f5e1e0;
}





@media screen and (max-width: 1199px) {

/*-------------------------------------------------- 全ページ共通 --------------------------------------------------*/


h2.slanting {
	font-size:26px;
	margin: -15px 0 0 0;
	padding: 15px 80px 10px 30px;
	color:#fff;
	line-height: 1em;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	background-image:url(../img/slanting_bg.svg);
    background-position:right center;
    background-repeat:no-repeat;
	background-size:auto;
	position: absolute;
}





/*-------------------------------------------------- サブページ --------------------------------------------------*/

/*#title h1 {
	font-size: 30px;
	font-weight: 500;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1.4em;
	width:auto;
	max-width: 480px;
	padding: 16px 15px 12px;
	margin: 0 auto;
	border-bottom: #ac0129 solid 5px;
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0;
	right: 0;
	text-align:left;
	
  display: flex;
  justify-content: center;
  align-items: center;
}*/




/* その他 */
.pc_hide {
	display:block !important;
}

.pc_hide_2 {
	display: none !important;
}

.pc_hide_3 {
	display:none !important;
}


a[href^="tel:"] {
    pointer-events: auto;
}


}





@media screen and (max-width: 960px) {


.pc_hide_4 {
	display: block !important;
}

}



@media screen and (max-width: 900px) {


/*-------------------------------------------------- サブページ --------------------------------------------------*/

.case_study_list_wrap .case_study_box {
	clear: both;
	border-top: none;
	border-bottom: #ccc solid 1px;
	overflow:hidden;
	
	width: auto;
	width: 370px;
	height: auto;
	margin: 5px;
}

.case_study_list_wrap .case_study_box:nth-child(1) {
	clear: both;
	border-top: #ccc solid 1px;
	border-bottom: none;
	overflow:hidden;
	
	width: auto;
	width: 370px;
	height: auto;
	margin: 5px;
}




}







@media screen and (max-width: 767px) {


/*-------------------------------------------------- 全ページ共通 --------------------------------------------------*/



.triangle{
  background: #e7605d;
  position: relative;
  padding: 22px 10px 10px;
  margin: 0 0 0;
  text-align:center;
  
}

.triangle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50vw 0 50vw;
  border-color: #e7605d transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.triangle h2{
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  max-width: 1200px;
  font-family: 'Noto Serif JP', sans-serif;
}


h2.l_sl { 
	font-size: 22px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
   width: auto;
   max-width: 700px;
   border-bottom: 10px solid #ac0028;
   border-right: 10px solid transparent;
}

h2.slanting {
	font-size:20px;
	margin: -15px 0 0 0;
	padding: 13px 40px 10px 10px;
	color:#fff;
	line-height: 1em;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	background-image:url(../img/slanting_bg.svg);
    background-position:right center;
    background-repeat:no-repeat;
	background-size:auto;
	position: absolute;
}


h3.l_vl {
	font-size: 22px;
	font-weight: bold;
    position: relative;
    padding: .7em 1em .7em 1.5em;
	margin: 0 0 15px 0;
}

h3.l_vl span {
	font-size: 18px;
	font-weight: 400;
	display: block; /*改行*/
	margin: 0 0 0 0;
}

h3.l_vl::after {
  position: absolute;
  top: .5em;
  left: .3em;
  content: '';
  width: 15px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #ac0028;
  border-radius: 6px;
}





/*-------------------------------------------------- サブページ --------------------------------------------------*/

#title {
	width: auto;
	max-width: 750px;
	padding: 0 0 0 0;
	margin: 0 auto;
	background: #fff;
	position: relative;
    
  display: flex;
  justify-content: center;
  align-items: center;
}

#title .inner {
	width: fit-content;
	padding: 25px 30px 20px;
	margin: 35px/*65px*/ auto 0;
	background: rgba(255,255,255,0.7);
	position: absolute;
	z-index: 1;
	top: auto;
	left: auto;
	right: auto;
    
  display: flex;
  justify-content: center;
  align-items: center;
}

#title h1 {
font-family: 'Noto Serif JP', sans-serif;
font-size: 24px;
  text-align: center;
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: solid 2px #d0aa4c;
  position: relative;
  letter-spacing:0.05em;
}

#title h1:after {
  content: "";
  border-bottom: solid 2px #b41a16;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 6px);
}




.main_box .tofukuho_img_box {
	margin: 0 0 40px 0;
}

.main_box .tofukuho_img_box div:nth-child(1) {
	float: none;
}
.main_box .tofukuho_img_box div:nth-child(2) {
	float: none;
}
.main_box .tofukuho_img_box div:nth-child(3) {
	float: none;
}



/*メニュー*/
.menu_box {
	width:auto;
	max-width: 540px;
	margin: 20px auto 30px;
	padding: 30px 30px 30px;
	border: #323232 1px solid;
	text-align: center;
	clear:both;
	overflow: hidden;
}

.menu_box ul {
    display: table;
    width:100%;
	text-align:left;
}

.menu_box ul > li:nth-child(2n+1) {
    clear: both;
}

.menu_box ul > li a {
    display: table-cell;
    float: left;
    width: 100%;
	padding: 0 0 0 25px;
	
	background-image: url(../img/case_study_menu_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
	
	margin:0.4em 0 0.4em 0;
}

.menu_box ul li a:after {
  content: url(../img/case_study_menu_arrow.svg);
  position: relative;
  padding-left: 10px;
}


/*メニュー2*/
.menu_box_2 {
	width:auto;
	max-width: 540px;
	margin: 30px auto 40px;
	padding: 20px 15px 20px;
	border: #323232 1px solid;
	text-align: center;
	clear:both;
	overflow: hidden;
}

.menu_box_2 ul {
    display: table;
    width:100%;
	text-align:left;
}

.menu_box_2 ul > li a {
    width: auto;
	padding: 0 0 0 8%;/*改善*/
	background-image: url(../img/case_study_menu_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
	margin:0.5em 0 0.5em 0;
	text-decoration:none;
	color:#323232;
	
	line-height: 3em;
}



div.bg_beg {
	width:auto;
	background: #fffbeb;
	padding: 20px 15px;
	/*margin: 0 -15px 40px;*/
	margin: 0 0 40px;
}

table {
	width: auto;

}



/* 2個エリア */

div.two_p_area div img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 15px 25px 25px;
}






.lifestyle_box {
	width: auto;
	margin: 30px auto 60px;
	padding: 20px 20px 20px;
	border: #323232 1px solid;
	clear:both;
	overflow: hidden;
}

.lifestyle_box h4 {
	font-size: 20px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: #323232 dashed 1px;
	text-align:center;
	line-height: 1.4;
}


.lifestyle_box ul.square {
	list-style: none;
	margin:0 0 0 0;
}

.lifestyle_box ul.square li {
	list-style: none;
	margin:7px 0;
	line-height: normal;
	position: relative;
	padding-left:22px;
}
.lifestyle_box ul.square li:before {
	  background: #ac0028 !important;
	  content: "";
	  height: 14px !important;
	  width: 14px !important;
	  left: 0;
	  position: absolute;
	  top: 5px;
}


#contents .copy_2 {
	font-size: 22px;
	line-height: 1.4em;
	text-align: left;
	margin: 20px 0 20px 0;
}

#contents .copy_2_red {
	font-size: 22px;
	line-height: 1.4em;
	text-align: left;
	margin: 20px 0 20px 0;
	color: #ac0129;
}


.youtube_wrap_2 {
  position:relative;
  width:auto;
  /*max-width: 680px;*/
  max-width: 767px;
  height: auto;
  /*margin: 0 auto 40px;*/
  margin: 0 -15px 30px;
}


/* テーブル */

table.form {
	border-collapse: collapse;
	border-top: 2px solid #7b716d;
	border-bottom: 2px solid #7b716d;
	border-right: 2px solid #7b716d;
 	border-left: 2px solid #7b716d;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
	line-height: 1.6em;
}

table.form th {
	font-weight:normal;
	background-color:#f6f5f1;
	padding:10px 8px 8px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	border-left:none;
	white-space: normal;
	width: auto;
    
    display: block;
}

table.form td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	border-bottom:none;
    border-top: none;
	border-left:none;
    border-right:none;
    
    min-height: 20px;/*応急対応*/
    
    display: block;
}

table.form tr:last-child td {
	background-color:#ffffff;
	padding:10px 8px 8px 10px;
	/*border-bottom:1px solid #7b5c35;*/
    border-bottom:none;
	/*border-left:1px solid #7b5c35;*/
	border-left:none;
    
    min-height: 20px;/*応急対応*/
    
    display: block;
}




/* --- フォーム関連 --- */

input.s1 {
	width: 100%;
	max-width: none;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
input.s2 {
	width: 100%;
	max-width: 40px;
	min-width: 40px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
input.s3 {
	width: 100%;
	max-width: 600px;
	padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
input.s4 {
	width: 100%;
	max-width: 100px;
	min-width: 100px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}
textarea {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}



/* 横スクロール */
.scroll {
    overflow-x: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 10px;
}
.scroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.scroll::-webkit-scrollbar-track-piece {
    background: #efefef;
}

.scroll img {
	width: auto;
	min-width: 600px;
}


/* 共通 */
.btn_form {
	/*background: #f6f5f1;*/
    background: #ef978e;
	border: 1px solid #DDD;
	/*color: #111;*/
    color: #fff;
	width: 140px;
	padding: 15px 15px;
	margin:10px 0 10px 0;
    font-size: 16px;
    
    -webkit-appearance : none;
}


#contents .l_box {
	padding: 0 0 0;
	overflow: hidden;
}

#contents .resp_sp_1 {
	margin-bottom: 50px !important;
}

#contents .resp_sp_2 {
	margin-bottom: 30px !important;
}

#contents .resp_sp_3 {
	margin-bottom: 15px !important;
}

#contents .resp_sp_4 {
	margin-bottom: 10px !important;
}


.hsp {
	margin-top: 65px !important;
}



/* その他 */
.pc_hide {
	display: block !important;
}

.pc_hide_2 {
	display: block !important;
}

.pc_hide_3 {
	display:none !important;
}

.sp_hide {
	display: none !important;
}

.sp_hide_2 {
	display: block !important;
}



/* サブメニュー */
#sub_nav_wrap {
	margin: 40px 0 0 0;
	padding: 0 15px 100px;
}

#sub_nav {
	width:auto;
	margin: 0 auto;
}




/* ---------------------------------------- WP start */

.wp_blog_sp {
    margin-top: 65px !important;
}



}








@media screen and (max-width: 600px) {

.case_study_menu_box {
	width:auto;
	max-width: 470px;
	margin: 0 auto 30px;
	padding: 30px 30px 50px;
	border: #323232 1px solid;
	text-align: center;
	clear:both;
	overflow: hidden;
}

.case_study_menu_box h3 {
	font-size: 20px;
	font-weight: 400;
	color: #ac0028;
	border-bottom: #323232 2px solid;
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	display: inline-block;
}

.case_study_menu_box ul {
    display: table;
    width:100%;
	text-align:left;
}

.case_study_menu_box ul > li:nth-child(2n+1) {
    clear: both;
}

.case_study_menu_box ul > li a {
    display: table-cell;
    float: left;
    width: 100%;
	padding: 0 0 0 25px;
	
	background-image: url(../img/case_study_menu_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
	
	margin:0.4em 0 0.4em 0;
}

.case_study_menu_box ul li a:after {
  content: url(../img/case_study_menu_arrow.svg);
  position: relative;
  padding-left: 10px;
}


}




@media screen and (max-width: 555px) {


/*-------------------------------------------------- サブページ --------------------------------------------------*/

table.ver1 th {
	font-weight:normal;
	background-color:#fbede9;
	padding:4px 2px 4px 2px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
	white-space: normal;
	min-width: 80px;
}

table.ver1 td {
	background-color:#ffffff;
	padding:4px 2px 4px 2px;
	border-bottom:1px solid #7b5c35;
	border-left:1px solid #7b5c35;
}


/* 配置関連 */
#contents .main_box .img_box_l {
	height:auto;
	width: auto;
	padding:0;
	margin: 0 0 5px 0;
	float:none;
}

#contents .main_box .img_box_l_2 {
	height: auto;
	width: auto;
	padding:0 5px 0;
	margin: 0 0 30px 0;
	float:left;
}

#contents .main_box .img_box_r {
	height: auto;
	width: auto;
	padding:0;
	margin: 0 0 10px 0;
	float:none;
}


#contents .main_box .graph_box p:nth-child(1) {
	width: 78%;
	margin: 0 7px 20px;
}
#contents .main_box .graph_box p:nth-child(2) {
	width: 100%;
	margin: 0 7px 20px;
}
#contents .main_box .graph_box p:nth-child(3) {
	width: 100%;
	margin: 0 7px 0;
}






.media_wrap div img {
	height: auto;
	width: 100px;
}


/* その他 */
.sp_hide_2 {
	display: none !important;
}

.pc_hide_5 {
	display: block !important;
}


}





@media screen and (max-width: 340px) {


.pc_hide_3 {
	display: block !important;
}

}
