﻿@charset "utf-8";

* {	 
	padding: 0;
	margin: 0;
	text-decoration: none;
}
					/*◆ 流れ ◆*/
.down {
 	width: 50px;
  	height: 48px;
  	line-height: 50px;
	margin: 15px auto 15px auto;
	padding-top: 2px;
	background-color: #bbc8e6;
  	border-radius: 100%;
  	color: #fff;
  	font-size: 35px;
	font-weight: bold;
  	text-align: center;
	clear: both;
}
			.content .down {
 	width: 30px;
  	height: 28px;
  	line-height: 30px;
	margin: 5px auto 5px 25%;
	background-color: #a58f86;
  	border: 1px solid #583822;
  	font-size: 25px;
}
div.nagare {
	width: 100%;
	height: 255px;
	padding: 15px 0;
	margin: 0;
	background: #bbc8e6;
}
			.content div.nagare {
	height: 235px;
	padding: 10px 5px;
	background: transparent;
}
div.nagare div.pic {
	width: 52.7%;
	float: left;
	margin-left: 1.5%;
	text-align: center;
}
			.content div.nagare div.pic {
	width: 48.5%;
}
div.nagare div.pic img {
	border-radius: 8px;
  	border: 2px solid #fff;	
}
			.content div.nagare div.pic img {
  	border: 1px solid #583822;
}
div.nagare div.description {
	float: left;
  	position: relative;
  	max-width: 38%;
  	height: auto;
  	border: 2px solid #0073a8;
	border-radius: 8px;
  	background-color: #fff;
	padding: 10px;
	margin-left: 3%;
	font-size: 110%;
}
			.content div.nagare div.description {
	float: right;
  	max-width: 40%;
  	border: 1px solid #583822;
	padding: 7px;
	margin-right: 3%;
  	color: #583822;
}
div.nagare div.description:before {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 14px;
  	margin-left: -15px;
  	width: 0;
  	height: 0;
  	border-right: 15px  solid #0073a8;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
}
			.content div.nagare div.description:before {
  	border-right: 15px  solid #583822;
}
div.nagare div.description:after {
  	content: "";
  	position: absolute;
 	left: 3px;
  	top: 14px;
  	margin-left: -15px;
  	width: 0;
  	height: 0;
  	border-right: 15px solid #fff;
  	border-top: 8px solid transparent;
  	border-bottom: 8px solid transparent;
}
.float_end {
	clear: both;
}
					@media screen and (max-width:1040px){
div.nagare {
	height: 260px;
}
					}/* max-width:1040px */
					@media screen and (max-width:1037px){
div.nagare {
	height: 320px;
}
					}/* max-width:1037px */
					@media screen and (max-width:1010px){
div.nagare {
	height: 315px;
}
					}/* max-width:1010px */
					@media screen and (max-width:1000px){
div.nagare {
	height: 310px;
}
					}/* max-width:1100px */
					@media screen and (max-width:990px){
div.nagare {
	height: 305px;
}
					}/* max-width:990px */
					@media screen and (max-width:985px){
div.nagare {
	height: 310px;
}
					}/* max-width:985px */
					@media screen and (max-width:970px){
div.nagare {
	height: 295px;
}
					}/* max-width:960px */
					@media screen and (max-width:960px){

					}/* max-width:930px */
					@media screen and (max-width:920px){
div.nagare {
	height: 290px;
}
					}/* max-width:920px */					
					@media screen and (max-width:900px){
div.nagare {
	height: 280px;
}
					}/* max-width:900px */
					@media screen and (max-width:614px){
div.nagare {
	width: 100%;
	height: auto;
	min-height: 270px;
	margin: 0;
	padding: 15px 0;
	border-radius: 0;
}
div.nagare div.pic,
			.content div.nagare div.pic {
	clear: both;
	width:100%;
	margin: 0;
	padding: 0;
}
div.nagare div.pic img,
			.content div.nagare div.pic img{
	width:94%;
	margin: 0 auto;
	padding: 0;
}
div.nagare div.description,
			.content div.nagare div.description {
	clear: both;
  	max-width: 100%;
  	width: 100%;
  	padding: 0;
	margin: 0;
	border:none;
	background-color: #bbc8e6;
	border-radius: 0;
  	color: #001e43;
}
.content div.nagare div.description {
	background-color: transparent;
}
div.nagare div.description p {
  	width: 96%;
	margin: 0 2% 10px 2%;
}
div.nagare div.description:before,
div.nagare div.description:after {
	display: none; 
}
			.content .down {
	margin: 5px 0 5px 47%;
}
					}/* /max-width:601px */