@charset "UTF-8";
.toc-item {
	position: relative;
	padding-bottom:2em;
}
.toc-item__title {
	display: block;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
}
.toc-item__date {
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}
.toc-item a, .toc-item > span {
	line-height: 1.5;
	padding:0;
	display: block;
}
.toc-item a::after {
	font-family: "Material Design Icons";
	content: "\F142";
	font-size: 20px;
	font-size: 20px;
	position: absolute;
	top: calc(50% - .5em);
	right: 0;
	line-height: 1;
}
.toc-item.off a, .toc-item.off span {
	color: #000;
}
.toc-item.off a::after, .toc-item.off span::after {
	content: none;
}
.toc-item.current a {
	color: #FFF;
	cursor: default;
}
.toc-item.current a::after {
	content: none;
}
/* ----------------------------------------
 * 
 * 対談用 スタイルシート（定義リスト版）
 * 
 * ------------------------------------- */
.talker0{
	letter-spacing:-.25em;
}
.article_line{
	border-right:solid 7px #ff2e37;
}
.device-sp .article_line{
	border:none;
}
.conv{
	clear:both;
}
.photo_title{
	width:545px;
	height:auto;
	margin:100px auto 0;
}
.device-sp .photo_title{
	display:none;
}
.device-sp .photo_title_sp{
	display:block;
	width:300px;
	margin: 50px auto 0;
}
.device-sp .first{
	margin: -30px auto 0;
}
.device-pc .photo_title_sp{
	display:none;
}
.device-pc .conv{
	width:600px;
	margin:0px auto 50px;
	color: #04262C;
}
.device-sp .photo_title{
	width:100%;
	margin:50px auto 10px;
}
.device-pc .conv dl {
	width: 600px;
	line-height:2em;
}
.conv dl + dl {
	margin-top: 0px;
}
.conv dl:first-child dt {
	padding-top: 0;
}
.conv dt, .conv dd {
	text-align: left;
}
.conv dt {
	width: 90px;
	padding: 2em 0 0 0;
	font-weight: bold;
	vertical-align: top;
	color:  #04262C;
}
.conv dd {
	vertical-align: middle;
	color:  #04262C;
}
.device-sp .conv  {
	padding-top: 30px;
	color: #04262C;
}
.device-sp .conv dd {
	font-weight:normal;
	line-height:1.7em;
	width:87%;
	margin:0 auto;
}
.conv dt.talker1 {
	color:  #04262C;
	letter-spacing: 0;
}
.conv dd.talker0, .conv dd.talker1 {
	color:  #04262C;
}
.conv .photo {
	width:600px;
	margin: 60px auto 0;
}
.device-sp .conv .photo {
	width:100%;
	margin: 40px auto 0;
}
.conv .photo2 {
	width:600px;
	margin: 80px auto 0;
}
.device-sp .conv .photo2 {
	width:100%;
	margin: 80px auto 0;
}
.conv .photo3 {
	width:600px;
	margin: 40px auto 0;
}
.device-sp .conv .photo3 {
	width:100%;
	margin: 40px auto 0;
}
.device-sp .icon{
	width:13%;
	padding-bottom: .5em;
	margin:0 auto;
	padding-top:1em;
}
.conv .photo p {
	font-size: 87.5%;
}
.device-pc .conv {
	width: 560px;
}
.device-pc .conv dl {
	display: table;
}
.device-pc .conv dl:first-child dt {
	padding-top: 2em;
}
.device-pc .conv dt, .device-pc .conv dd {
	display: table-cell;
}
.device-pc .conv dd {
	padding-top: 2em;
}
main {
	background-color: #f5f5f2;
/*background-image: url(../images/bg2.jpg);*/
	background-attachment: fixed;
}
p {
	margin: 1.75em auto
}
.device-sp br:not([role='device-sp']) {
	display: none;
	content: ""
}
.cap {
	font-size: 87.5%;
	color:#4d4d4d;
	margin: 10px 0 10px;
	line-height: 1.7em;
}
.device-sp .cap {
	margin: 10px 0 -10px;
}
.attention {
	width:600px;
	font-size: 87.5%;
	color:#4d4d4d;
	margin: 60px 0 10px;
    padding: 20px;
    line-height: 1.7em;
    border: solid 1px #4d4d4d;
}
.device-sp .attention {
	width:100%;
	margin:1em auto;
}
.article {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	border-bottom:none;
}
.device-sp .article {
	width: 100%;
	margin: 0 auto;
}
.article-header {
	max-width: 600px;
	margin: 0 auto
}
.device-sp .article-header {
	width: 100%;
}
.device-pc .article-title {
	background: url(../images/main_title.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 100%;
	width: 100%;
	position: relative
}
.device-sp .article-title {
	background: url(../images/ph_main_sp.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 100%;
	width: 100%;
	position: relative
}
.device-sp .article-title__text {
	width: 90%;
}

.article-lead {
	background-color: #ffdcdc;
}
.article-lead__text {
	padding: 20px;
	text-align: left;
	font-size: 160%;
	color: #032432;
}
.article-lead__text .yodo_line{
	float:left;
	margin-top:20px;
}
.device-sp .article-lead__text .yodo_line{
	float:none;
	display:none;
}
.article-lead__text p{
	margin-left:40px;
}
.device-sp .article-lead__text p{
	margin:0 auto ;
	border-left:dashed 3px #fff;
	padding:10px 10px 10px 15px ;
}
.accordion {
	padding: 0 20px;
	border-top: 1px solid #ccc;
}
.accordion-header .btn-permeate {
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
}
.device-sp .accordion-header .btn-permeate {
	font-weight: normal;
}
.accordion-content__inner {
	padding-top: 0;
}
.device-pc .accordion#profile {
	margin: 0 auto 40px auto;
}
.article-content {
	max-width: 600px;
	margin: 0 auto;
	background-color: #ffffff
}

.device-sp .article-content__text {
	font-weight:normal;
	line-height:1.7em;
	padding: 0 10px 10px;
	font-size: 160%
}
.device-pc .article-content__text {
	padding: 0 0 20px;
	font-size: 160%
}
.article-content__title {
	width: 940px;
	margin: 0 auto;
	padding: 40px 10px 5px;
	font-size: 270%;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: 0.05em;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
}
.device-sp .article-content__title {
	width: 90%;
}
.article-content__title small {
	display: block;
	margin: 0 auto;
	width: 3em;
	height: 3em;
	line-height: 3em;
	border-radius: 10%;
	font-size: 75%;
	background-color: #FFDB5E;
	color: #fff;
}
.article-content__title span {
    line-height: 1.5;
    display: inline-block;
    letter-spacing: 0;
    margin-top: 10px;
}
.device-sp .article-content__title span {
	font-size:90%;
}
.article-content__title small {
	display: block;
	margin: 0 auto;
	width: 3em;
	height: 3em;
	line-height: 3em;
	border-radius: 50%;
	font-size: 75%;
	background-color: #FFDB5E;
	color: #fff;
}
.article-footer {
	padding: 1px 0;
	max-width: 600px;
	margin: 0 auto;
	background-color: #ffffff
}
.device-sp .article-products ul {
	letter-spacing: 0;
	font-size: 0
}
.device-sp .article-products ul>li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 10px;
	font-size: 10px
}
.device-sp .article-products ul>li a dl dd {
	border-bottom: 1px #e5e5e5 solid;
	line-height: 1.5;
	height: 6.1em
}
.device-sp .article-products ul>li a dl dd>span {
	display: block;
	color: #000
}
.device-sp .article-products ul>li a dl dd>strong {
	display: block;
	color: #000;
	font-size: 120%
}
.device-sp .article-products ul>li a dl dd>i {
	display: none
}
.device-sp .article-products ul>li a dl dd ol {
	padding-top: .3em
}
.device-sp .article-products ul>li a dl dd ol li {
	font-size: 120%;
	color: #000
}
.device-sp .article-products ul>li a dl dd ol+p {
	display: none
}
.device-sp .article-products ul>li a dl dd:last-child {
	position: relative
}
.device-sp .article-products ul>li a dl dd:last-child:before {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 160%
}
.device-sp .article-products ul>li a dl+dl {
	display: none
}
.device-pc .article-header {
	max-width: 960px
}
.device-pc .article-title {
	padding-top: 56.25%;
}
.device-pc .article-title__text {
	background: url(../images/page_title_pc_bishu.svg) no-repeat center top;
	height:34%;
	padding-top: 10%
}
.device-pc .article-lead__text {
	max-width: 560px;
	margin: 0 auto;
	line-height: 2em;
	font-size: 170%;
}
.device-pc .article-content {
	max-width: 960px
}
.device-pc .products {
	width: 705px;
	margin: 0 auto;
}
.device-sp .products {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.device-pc .products h3 {
	margin-top: 20px;
	text-align: left;
	font-size: 170%;
	border-bottom:solid 1px #37506f;;
}
.device-sp .products h3 {
	margin: 20px 20px -10px;
	text-align: left;
	font-size: 180%;
	border-bottom:solid 1px #37506f;
}
.device-pc .article-products ul {
	letter-spacing: 0;
	font-size: 0;
	margin: 0 auto
}
.device-pc .article-products ul>li {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	margin: 5px;
}
.device-pc .article-products ul>li a dl dd>i {
	display: none
}
.device-pc .article-products ul>li a dl dd+dd {
	height: 6.1em
}
.device-pc .article-footer {
	max-width: 960px
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	}

.last {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 20px;
	}	
.red{
	color:#e60000;
}
/* ----------------------------------------
 * 
 * プレス中矢さん（定義リスト版）
 * 
 * ------------------------------------- */
main .conv_press{
	width:950px;
	margin-left: -195px;
	background-color:#ffe5e5;
	padding-bottom:40px;
}
.device-sp main .conv_press{
	width:100%;
	padding-bottom:10px;
	margin-left:0;
}
.device-sp .conv_press .conv{
	padding:10px;
}
.device-sp main .conv_press img{
	width:100%;
	height:auto;
}
 .conv_press .title_photo{
	 width:900px;
	 padding-top:50px;
	 margin:80px auto 0;	
}
.device-pc .conv_press .title_photo_sp{
	 display:none;
}
.device-sp .conv_press .title_photo_sp{
	display:block;
	width:100%;
	margin:50px auto 0;
	padding-top: 10px;
	background-color: #4a382e;
}
.device-sp .conv_press .title_photo{
	display:none;
}
.device-sp .conv_press .conv dd {
	font-weight:normal;
	line-height:1.7em;
	width:100%;
}
.press_yodo{
	width:900px;
	margin:0 auto 50px;
	background-color:#4a382e;
}
.device-sp .press_yodo{
	width:100%;
	margin:0 auto 30px;
}
.press_yodo .container{
	padding:20px 20px 10px;
	}
 .press_midashi{
	 float:left;
	}
	.device-sp .press_midashi{
	 padding:0;
	 padding-bottom: 15px;
	 float:none;
	 border-bottom:dashed 3px #FFF;
	}
	.press_line{
		float:left;
		margin:0 40px 0 20px;
	}
.device-sp .press_line{
	display:none;
	}
 .press_yod_text{
	 color:#fff;
	 margin:-23px 0 0;
	}
 .device-sp .press_yod_text{
	 color:#fff;
	 margin: 20px 0 -10px;
	}
.care{
	background-color:#fff;
	width:760px;
	padding: 5px 0;
	margin:70px auto;
}
.device-sp .care{
	width:100%;
	margin:40px auto 0;
}
.care h2{
	font-size:18px;
	margin-top:40px;
}
.care .container{
	margin:30px;
	border:dashed 3px #ffdcdc;
}
.device-sp .care .container{
	margin: 30px auto;
	width: 100%;
}
.care_text{
	width:340px;
	margin:30px auto;
}
.device-sp .care_text{
	width:80%;
	margin:30px auto;
}
.conv_press .photo{
	width:800px;
	margin:0 auto;
}
.device-sp .conv_press .photo{
	width:100%;

}
.device-sp .conv_press .cap{
	width:90%;
	margin:10px auto;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.hoverOp:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
main .accordion a:link {
	color: #FFF;
	text-decoration: none;
}
main .accordion a:visited {
	color: #FFF;
	text-decoration: none;
}
main a:link {
	color: #ff2e37;
	text-decoration: none;
}
main a:visited {
	color: #e60000;
	text-decoration: none;
}
