﻿@charset "utf-8";
/* CSS Document */

main .lead{
	margin-bottom:6rem;
}
main .archive_ttl{
	font-size:3rem;
	margin:1em 0 0.5em 0;
	color:#2f2f2f;
}

main h2 {
    font-size: 2.6rem;
    padding-left: 1.3em;
    position: relative;
    margin-bottom: 0.7em;
}
main h2:before {
    position: absolute;
    width: 1.13335em;
    height: 1.2em;
    content: "";
    background: url(../../top/img/icon_voice.png) 0 0 /contain no-repeat;
    left: 0em;
    top: 0%;
    margin-top: 0.15em;
}

main .box{
	border-top:2px solid #EB0100;
	padding-top:2rem;
	margin-bottom:3rem;
}
main .box:last-of-type{
	margin-bottom:6rem;
}
main .box .box_inner{
	width:93.5%;
	margin:0 auto;
}
main .box .voice{
	padding:1.7rem;
	background-color:#f4f1ed;
	flex-wrap:nowrap;
	justify-content:flex-start;
}
main .box .voice dt{
	font-size:2rem;
    background: url(../img/bg_fukidashi.png) 0 0 /contain no-repeat;
	min-width:7.3em;
	height:5.05em;
	color:#FFF;
	text-align:center;
	line-height:1.3;
	padding-top:0.5em;
	margin-right:1.5em;
}
main .box .voice dt span{
	font-size:3rem;
}
main .box .voice dd{
	margin-top:1rem;
}
main .box .voice dd li{
	font-size:1.8rem;
	margin-bottom:0.7em;
	position:relative;
	padding-left:1.9em;
}
main .box .voice dd li:last-child{
	margin-bottom:0px;
}
main .box .voice dd li:before {
    position: absolute;
    width: 1.23em;
    height: 1.334em;
    content: "";
    background: url(../img/icon_fukidashi.png) 0 0 /contain no-repeat;
    left: 0em;
    top: 0%;
    margin-top: 0.1em;
}

main .box .improvement dl{
	padding:1.7rem;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:center;
}
main .box .improvement dt{
	font-size:2rem;
    background: url(../img/bg_arrow.png) 0 0 /contain no-repeat;
	min-width:7.15em;
	height:4.1em;
	color:#FFF;
	line-height:1.3;
	padding-top:0.35em;
	margin-right:1.5em;
	text-align:center;
	text-indent:-0.5em;
}
main .box .improvement dt p{
	margin-left:-0.7em;
}
main .box .improvement dt span{
	font-size:3rem;
}
main .box .improvement dd{
	font-size:2rem;
	color:#EB0100;
	font-weight:bold;
}
main .box .improvement .img{
	justify-content:center;
	flex-wrap:nowrap;
	margin-bottom:2rem;
}
main .box .improvement .img p{
	margin:0 3%;
  text-align:center;
  font-size:90%;
}
main .box .improvement .img img{
	max-width:100%;
}

main .box .improvement .img p span{
color:#000;
}


main .box .improvement .img a:hover{
  
  opacity:0.8;
}

main .box .improvement .img + .notice{
	font-size:86%;
  text-align:center;
  margin-top:-2rem;
}

main .box .improvement .link{ 
  text-align:center;
  padding:1rem 0;
  font-size: 90%;
}


main .box .improvement .link a:hover{
	text-decoration:underline;
}

main .box .improvement .link a {
position:relative;
}

main .box .improvement .link a:before {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.28em;
    left: -1em;
    width: 0.3em;
    height: 0.3em;
    border-top: 0.15em solid #ff0a0a;
    border-right: 0.15em solid #ff0a0a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


main .box .comment{
	padding:1.8rem 2.3rem;
	flex-wrap:nowrap;
	justify-content:flex-start;
	border:solid 1px #d6d4d4;
}
main .box .comment dt{
	font-size:1.8rem;
	color:#EB0100;
	display:inline-block;
	border-bottom:2px solid;
	font-weight:bold;
}
main .box .comment dd{
	margin-top:2rem;
}
main .box .comment dd li{
	font-size:1.8rem;
	margin-bottom:0.7em;
	position:relative;
	padding-left:1.9em;
}
main .box .comment dd li:last-child{
	margin-bottom:0px;
}
main .box .comment dd li:before {
    position: absolute;
    width: 1.222em;
    height: 1.333em;
    content: "";
    background: url(../img/icon_fukidashi2.png) 0 0 /contain no-repeat;
    left: 0em;
    top: 0%;
    margin-top: 0.1em;
}
main .box .caption{
	font-size:1.4rem;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;
	margin-top:1em;
}
main .box .caption.red{
	color:#EB0100;
}

main .box .small{
	font-size:1.4rem;
  line-height:1.6;
	}
.btn_red a {
    padding: 1em 5.5em;
}
.btn_red.archive a {
    padding: 1em 8em;
	border:solid 1px #EB0100;
	background-color:#FFF;
	color:#EB0100;
	margin-bottom:2.5rem;
	font-weight:bold;
}
.btn_red.archive a:after {
    border-top: 0.15em solid #EB0100;
    border-right: 0.15em solid #EB0100;
}



/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
	
}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
h1 {
    font-size: 3.2rem;
}
main .lead {
    margin-bottom: 3rem;
}
main .box .voice {
    flex-wrap: wrap;
}
main .box .voice dt {
    background: url(../img/bg_fukidashi_sp.png) left center /contain no-repeat;
    min-width: 100%;
    height: auto;
    color: #FFF;
    padding-top: 0.5em;
    padding-bottom: 1.2em;
	padding-left:1.6em;
    margin-right: 0em;
	text-align:left;
}
    
main .box .improvement dl {
    flex-wrap: wrap;
}
main .box .improvement dt {
    background: url(../img/bg_arrow_sp.png) 0 0 /contain no-repeat;
    min-width: 100%;
    height:auto;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    margin-right: 0em;
    text-indent: 0em;
	text-align:left;
}
main .box .improvement dt p {
    margin-left: 0.5em;
}
main .box .improvement dd {
	margin-top:1em;
}
main .box .improvement .img {
    flex-wrap: wrap;
}
main .box .improvement .img p {
    margin: 0px;
	margin-bottom:2rem;
}
main .box .improvement .img p:last-child {
	margin-bottom:0rem;
}
  
main .box .improvement .link a:before {
    top: 50%;
}
  
main .box .improvement .img img{
	width:100%;
}  


.btn_red a {
    padding: 1em 0em;
	width:100%;
}
.btn_red.archive a {
    padding: 1em 0em;
}


	
}
