﻿@charset "utf-8"; 

.special_area:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.special_area .page_title {
	font-size: 117%;
	margin: 0 10px;
}
.special_area .page_title.special {
	font-size: 100%;
}
.special_area .page_title.center {
	background-color: #f8cbad;
	padding: 5px 3px 3px;
}
.special_area .page_title span {
	color: #ff0000;
}
.special_area .page_title span.black {
	color: #000;
	font-weight: normal;
}
#contents .inner #article .section .section p.s_smalltextR {
	text-align: right;
}
h4 {
  margin: 0 10px;
}
.text_line {
  border-bottom: 1px solid #000000;
}
h4.ml10 {
  margin-left: 3px;
  margin-bottom: 0 !important;
}
.method_list {
  display: flex;
  margin: 0 10px 10px;
  background-color: #f2f2f2;
}
.method_list li:first-child {
  width: 48.7%;
}
.method_list li:last-child {
  width: 51.3%;
}
.method_list li img {
  width: 100%;
}
.method_column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 10px;
}
.method_column.o-direction {
  flex-direction: row-reverse;
}
.method_column_image {
  width: 60px;
}
.method_column_part {
  width: 80.5%;
}
.method_column_text {
  background-color: #e5e5ff;
  border-radius: 20px;
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
.method_column_text::after {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: -45px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 45px solid #e5e5ff;
  transform: skew(0deg,-28deg);
}
.method_column.o-direction .method_column_text::after {
  left: auto;
  right: -45px;
  border-right: none;
  border-left: 45px solid #e5e5ff;
}
.method_column .method_column_text.o-top::after {
  transform: skew(0deg,28deg);
}
.method_column_text h4 {
  margin-bottom: 10px;
}
.method_column_text p {
  margin-bottom: 0;
}
h4 .o-green {
  color: #70ad47;
}
.section_title {
  font-size: 150%;
  text-align: center;
  line-height: 1.3;
}
.section_title span {
  display: inline-block;
}
.material_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:20px
}
.material_column .material_column_text {
  width: 82.9%;
}
.material_column .material_column_image {
  width: 15.4%;
}
.conversation_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.conversation_list li:first-child {
  width: 34.3%;
}
.conversation_list li:nth-child(2) {
  width: 28.2%;
}
.conversation_list li p {
  margin-bottom: 0;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
}
.products_list_item {
  width: 50%;
  margin-bottom: 20px;
}
.products_list_item:nth-child(2) {
  width: 47.6%;
}
.products_list_item:nth-child(3) {
  width: 100%;
}
.products_column {
  display: flex;
  justify-content: space-between;
}
.products_column_image {
  width: 90px;
}
.products_column_text {
  width: 75.3%;
}
.products_text_area {
  width: 77%;
}
.products_text_area .products_note {
  font-size: 92%;
}
.products_list_item:nth-child(2) .products_text_area {
  width: 73%;
}
.products_list_item:nth-child(3) .products_text_area {
  width: 85%;
}
.products_type {
  display: inline-block;
  border: 1px solid #000000;
  padding: 5px 10px;
  margin-right: 10px;
}
p.mb10 {
	font-size: 100%;
}

.pc_appear {
  display: block;
}
.sp_appear {
  display: none;
}