@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.4;
}
body {
	overflow-x: hidden;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color:#292929;
}
/*クリアフィックス*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

a img {}
a img:hover { opacity:0.7;}

img {
	vertical-align: bottom;
	max-width:100%;
}
.bg1 {
	width: 100%;
	margin: 0 auto;
	background-color:#FFF;
}
.wrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
.contents {
	padding: 0px;
	text-align: left;
	max-width: 980px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.contents > p {
	padding: 0 60px;
	max-height: 999999px;
	margin: 5px 0;
	line-height: 1.6;
}
@media screen and (max-width: 900px) {
.contents > p {
	padding: 0 5px;
	font-size: 16px;
	margin: 0;
}
}
.douga_bg {
	width: 100%;
	background-color: #FC6;
	padding: 40px 0;
	margin-bottom: 0px;
	background-image: url(../images/str.jpg);
	background-repeat: repeat;
}
.yellow_bg {
	background-image: none;
	background-color: #fff0a3;
	padding:50px 0;
}
@media screen and (max-width: 767px) {
.contents {
	width: 93%;
}
.douga_bg {
	margin-bottom: 0px;
	padding: 20px 0;
}
.yellow_bg {
	padding:15px 0;
}
}
.wrapnote {
	width:900px;
	margin:0 auto 30px;
}
.wrapnote .note {
	margin:0 auto;
	padding: 10px 0 15px 0;
	background: #eee;
	border: 1px solid #f15f5f;
	max-width:900px;
}
.wrapnote .note p {
	background: url(../images/line.png) repeat bottom left;
	font-size: 14px;
	line-height: 30px;
	margin: 0 20px;
}
.wrapnote .note p.name { font-weight:bold;}
.responsive {
	width: 100%;
}
.header {
	max-width: 980px;
}
.inner_img {
	max-width: 900px;
}
.f_wrap {
	padding: 10px 0 20px;
	border: 20px solid #f15f5f;
	background-color: #FFF;
}
@media screen and (max-width: 767px) {
.f_wrap {
	padding: 10px;
	margin: 0 auto;
	border: 6px solid #f15f5f;
}
.inner_img {
	max-width:95%;
}
}

.center {
	text-align: center;
}
.address_wrap {
	width: 100%;
	background-color: #333;
	margin: 0 auto;
	padding: 0;
}
address {
	width: 100%;
	max-width: 980px;
	line-height: 50px;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
address a {
	color: #fff;
	text-decoration: none;
}
address a:hover {
	color: #ccc;
}
.copy {
	text-align: center;
}
/*コンテンツレイアウト*/

.con_tx {
	padding-left: 80px;
}
.con_center {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.letter {
	overflow:hidden;
	width:900px;
	margin:0 auto 30px;
}
.letter_img { float:right;}
.letter_txt { float:left; width:520px;}
.letter_txt p { margin-bottom:20px;}

.profile01 {
	overflow:hidden;
	width:840px;
	margin:40px auto;
	padding:30px;
	border:1px solid #ccc;
}
.profile01 .ph { float:left; width:360px;}
.profile01 .txt { float:right; width:450px;}
.profile01 .txt dl { margin:20px 0;}
.profile01 .txt dl dt { font-size:28px; font-weight:bold; margin-bottom:15px;}
.profile01 .txt dl dd { font-size:16px; font-weight:bold;}
.profile01 .txt p { font-size:16px;}

.profile02 {
	overflow:hidden;
	width:840px;
	margin:40px auto;
	padding:30px;
	border:1px solid #ccc;
}
.profile02 .ph { float: right; width:360px;}
.profile02 .txt { float: left; width:450px;}
.profile02 .txt dl { margin:20px 0;}
.profile02 .txt dl dt { font-size:28px; font-weight:bold; margin-bottom:15px;}
.profile02 .txt dl dd { font-size:16px; font-weight:bold;}
.profile02 .txt p { font-size:16px;}

.seven{
	width: 900px;
	border: solid 1px #CCCCCC;
	padding: 30px 0 0;
	margin: 1px auto 20px;
	overflow: hidden;
	display: block;
}
.h3_wrap2 {
    width: 840px;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 20px;
    margin: 0px auto 20px;
    overflow: hidden;
    display: block;
}
.h3_wrap2 .h3_1 {
    float: right;
    width: 740px;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    overflow: hidden;
    display: block;
	margin-top:15px;
}
.hidari {
    float: left;
	width:80px;
}
.seven p {
    width: 840px;
    margin: 0px auto 30px;
    display: block;
}

@media screen and (max-width: 767px) {
.letter {
	overflow:hidden;
	width:93%;
	margin:0 auto 30px;
}
.letter_img { float:none;}
.letter_txt { float:none; width:100%;}
.letter_txt p { margin-bottom:20px; font-size:14px;}
.wrapnote {
	width:95%;
	margin:0 auto 30px;
}
.wrapnote p br { display:none;}
.profile {
	width:90%;
	margin:10px auto 30px;
	padding:10px;
}
.profile01 { width:90%; padding:10px;}
.profile01 .ph { float:none; width:100%; margin-bottom:10px;}
.profile01 .txt { float:none; width:100%;}
.profile01 .txt img {display:block; margin:0 auto; width:65%;}
.profile01 .txt p { font-size:14px;}
.profile01 .txt dl dd img { width:auto; margin:0; max-width:100% !important;}

.profile02 { width:90%; padding:10px;}
.profile02 .ph { float:none; width:100%; margin-bottom:10px;}
.profile02 .txt { float:none; width:100%;}
.profile02 .txt img {display:block; margin:0 auto; width:65%;}
.profile02 .txt p { font-size:14px;}
.profile02 .txt dl dd img { width:auto; margin:0; max-width:100% !important;}

.seven{width: 90%; padding:10px;}
.h3_wrap2 {
    width: 100%;
    padding-bottom: 20px;
    margin: 0px auto 20px;
	text-align:center;
}
.h3_wrap2 .h3_1 {
    float: none;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    overflow: hidden;
    display: block;
	margin-top:15px;
}
.hidari {
    float: none;
	width:80px;
}
.seven p {
    width: 100%;
    margin: 0px auto 20px;
    display: block;
	font-size:14px;
}
}

/*ボタンアニメーション*/
.btn_animation {
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: middle center;
	-webkit-animation-name: animation06;
	-webkit-transform: rotate(0deg);
}
/* other-style
----------------------------------------------- */
.MT0 {
	margin-top: 0px !important;
}
.MT10 {
	margin-top: 10px !important;
}
.MT20 {
	margin-top: 20px !important;
}
.MT30 {
	margin-top: 30px !important;
}
.MT40 {
	margin-top: 40px !important;
}
.MT50 {
	margin-top: 50px !important;
}
.MB0 {
	margin-bottom: 0px !important;
}
.MB5 {
	margin-bottom: 5px !important;
}
.MB10 {
	margin-bottom: 10px !important;
}
.MB20 {
	margin-bottom: 20px !important;
}
.MB30 {
	margin-bottom: 30px !important;
}
.MB40 {
	margin-bottom: 40px !important;
}
.MR0 {
	margin-right: 0 !important;
}
.MR10 {
	margin-right: 10px !important;
}
.MR20 {
	margin-right: 20px !important;
}
.MR30 {
	margin-right: 30px !important;
}
.ML10 {
	margin-left: 0 !important;
}
.ML10 {
	margin-left: 10px !important;
}
.ML20 {
	margin-left: 20px !important;
}
.ML30 {
	margin-left: 30px !important;
}
.ML100 {
	margin-left: 100px !important;
}
.MRL-20 {
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.PT0 {
	padding-top: 0px !important;
}
.PT10 {
	padding-top: 10px !important;
}
.PT20 {
	padding-top: 20px !important;
}
.PT30 {
	padding-top: 30px !important;
}
.PB0 {
	padding-bottom: 0px !important;
}
.PB10 {
	padding-bottom: 10px !important;
}
.PB20 {
	padding-bottom: 20px !important;
}
.PB30 {
	padding-bottom: 30px !important;
}

.em1 { color:#f15f5f; font-weight:bold;}
.em2 { font-weight:bold;}

/* image-style
----------------------------------------------------------- */
img.border {
	border: 1px solid #ddd;
	padding: 4px;
}
img.frame {
	border: 5px solid #fff;
	box-shadow: 0px 1px 4px #999;
	-moz-box-shadow: 0px 1px 4px #999;
	-webkit-box-shadow: 0px 1px 4px #999;
}
img.aligncenter,img.center {
	display: block; 
	margin: auto;   
}
img.alignright {
	float: right;
	margin:10px 20px 10px 10px;
	display: inline-block;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	display: inline-block;
}

@media screen and (max-width: 767px) {
img.alignright {
	float: none;
	margin:0 auto;
	display: block;
	max-width:90%;
}
img.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	display: inline-block;
}
}