@charset "utf-8"; 

.mb25 {
	margin-bottom: 15px !important;
}
.section p.center {
	text-align: center;
	margin-top: 10px;
}
.section .inner {
	width: 100%;
}
.section .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#sp_contents .titleTypeA01 h2 span {
    color: #000;
    font-size: 92%;
    font-weight: normal;
}
.special_area .page_title {
	font-size: 13px;
	margin-bottom: 10px;
}
#contents .inner #article .section .section p.s_smalltextR {
	font-size: 92%;
	text-align: right;
}

@media print {

}

.pc_appear {
  display: none;
}
.sp_appear {
  display: block;
}
#sp_contents.corporate .method_list {
  background-color: #f2f2f2;
  width: 100%;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#sp_contents.corporate .method_list li {
  float: none;
  border: none;
  width: 100%;
  margin: 0 auto;
}
#sp_contents.corporate .method_list li:first-child {
  margin-bottom: 15px;
}
#sp_contents.corporate h4.ml10 {
  margin-left: -7px;
}
.method_column_image {
  text-align: center;
  margin-bottom: 15px;
}
.method_column_image img {
  width: auto;
}
.special_area .page_title.center {
	background-color: #f8cbad;
	padding: 5px 3px 3px;
	text-align: center;
}
.special_area .page_title span {
  color: #ff0000;
}
.special_area .page_title span.black {
	color: #000;
	font-weight: normal;
}
.section_title {
  text-align: center;
  font-size: 13px;
}
.text_line {
  border-bottom: 1px solid #000000;
}
.section_title.mb15 {
  margin-bottom: 10px;
}
.material_column {
  margin-bottom: 20px;
}
.material_column_text {
  margin-bottom: 10px;
}
.material_column_image {
  text-align: center;
}
.material_column_image img {
  width: auto;
}
#sp_contents.corporate .conversation_list {
  width: 100%;
  padding: 0;
  margin: 15px 0;
}
#sp_contents.corporate .conversation_list li {
  border: none;
  width: 100%;
  float: none;
  background: none;
  text-align: center;
}
#sp_contents.corporate .conversation_list li:not(:first-child) {
  margin-top: 10px;
}
#sp_contents.corporate .conversation_list li img {
  width: auto;
}
#sp_contents.corporate .conversation_list li p {
  text-align: left;
}
.method_column_text {
  background-color: #e5e5ff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 55px;
}
.method_column_text::after {
  content: '';
  display: block;
  position: absolute;
  top: -45px;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 45px solid #e5e5ff;
  transform: skew(-30deg,0deg);
}
.method_column.mb20 {
  margin-bottom: 20px;
}
#sp_contents.corporate .products_list_item {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}
#sp_contents.corporate .products_list_item:not(:first-child) {
  margin-top: 20px;
}
.products_image {
  text-align: center;
  margin-bottom: 10px;
}
.products_image img {
  width: auto;
}
#contents .inner #article .section .section .products_note.s_smalltextR {
  text-align: left;
}
p.mb10 {
	font-size: 100%;
}
#sp_contents p.method_note {
  background-color: #f2f2f2;
  margin: 0 !important;
  padding: 10px 10px 0 10px;
  text-align: left !important;
}