﻿@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){


/* Ｈ１ */
 h1 {
    width: 30%;
    height: 13px;  
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

	.sp {
		display: none;
	}
#catch {
	height: 355px;
	background-color: #F5f5f7;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 950px;
}
#news {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 60px;
}
#news article .box {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}
#news article .box div {
	width: 678px;
}
#news article .box div p {
	font-size: 13px;
	margin-bottom: 10px;
}
#news article .box div dl dt a {
	color: #C55347;
	font-size: 18px;
}
#aite .inner {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#aite .inner figure {
	margin-right: 30px;
}
#aite .inner div {
	font-size: 16px;
}
#aite .inner div p:first-child {
	margin-bottom: 60px;
}
#point {
	background-color: rgba(197,83,71,1.00);
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
#point h2 {
	margin-bottom: 70px;
}
#point .box {
	width: 1039px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
#point .box div {
	width: 597px;
}

#point .box div h3 {
	margin-top: -30px;
}
#point .box div h3 span {
	color: rgba(255,255,255,1.00);
	font-size: 25px;
	display: block;
}
#point .box div p {
	font-size: 18px;
	color: rgba(255,255,255,1.00);
	margin-top: 30px;
	line-height: 160%;
}
#point .box:nth-of-type(2) div {
	width: 577px;
}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/


/* Ｈ１ */
 h1 {
    height: 13px;  
    font-size: 8px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 15px 10px;
}

#catch {
	position: relative;
	z-index: 0;
}
#catch #mail {
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
	height: 45px;
	width: 69px;
}
#catch #mail img {
	box-shadow: 2px 2px 10px #999;
	-moz-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;
}
#news {
	margin-top: 8%;
}
#news h2 {
	margin-bottom: 5%;
}
#news article .box {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 8%;
	padding-bottom: 8%;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url(../images_sp/index/news_dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 15px auto;
}
#news article .box figure {
	width: 168px;
}
#news article .box figure a img {
	width: 140px;
	height: 140px;
	object-fit: cover;
}
#news article .box div {
	width: 50%;
	position: relative;
	text-align: left;
	background-image: url(../images_sp/index/news_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#news article .box div dt {
	width: 80%;
	font-size: 17px;
	font-weight: bold;
	height: 80px;
	color: #C55347;
	line-height: 50%;
}
#news article .box div p {
	position: absolute;
	left: 2px;
	bottom: -12px;
	line-height: 110%;
	font-weight: bold;
	font-size: 12px;
	padding-top: 80px;
}
#news article .box div a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 1px;
	left: 0px;
}
#aite {
	background-color: rgba(245,243,242,1.00);
	padding-bottom: 3%;
}
#aite .inner {
	text-align: left;
	line-height: 180%;
}
#aite .inner div {
	font-size: 12px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	color: rgba(0,0,0,1.00);
}
#point {
	padding-top: 10%;
}
#point h2 {
	margin-bottom: 8%;
}
#point .box {
	text-align: left;
	margin-bottom: 10%;
}
#point .box div h3 span {
	color: rgba(0,0,0,1.00);
	font-size: 23px;
	line-height: 140%;
	display: block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-left: 8%;
	margin-top: 3%;
}
#point .box div p {
	font-size: 15px;
	color: rgba(0,0,0,1.00);
	margin-top: 3%;
	line-height: 160%;
	margin-left: 8%;
	margin-right: 8%;
}

}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/

#news article .box figure {
	width: 100px;
}
#news article .box figure a img {
	width: 100px;
	height: 100px;
}
#news article .box div {
	width: 63%;
}
#news article .box div dt {
	width: 80%;
	line-height: 150%;
	font-size: 14px;
}
#news article .box div p {
	font-size: 10px;
	width: 80%;
}
#point .box div h3 span {
	font-size: 20px;
	line-height: 140%;
}
}
