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


/*------------------------------------------------------------
　　共通（全般）
------------------------------------------------------------*/

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 12px;
	color: #666;
	line-height: 16px;
	margin: 0 0 0 0;
	background-image: url(../img/header/back-01.gif);
	background-repeat: repeat;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #e5003e;
}

a:active {
	text-decoration: underline;
	color: #e5003e;
}

a:focus {
	outback-line: none;
}

object, embed {
    vertical-align: top;
}

img {
	display:block;
	border: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/*------------------------------------------------------------
　　ヘッダー（共通）
------------------------------------------------------------*/

header {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	display: block;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
}


/*------------------------------------------------------------
　　メインコンテンツ（共通）
------------------------------------------------------------*/

main {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	display: block;
}

#main-inner {
	width: 960px;
	margin: 0 auto;
}

.back-title-01 {
	line-height: 20px;
	padding: 10px 0px 10px 20px;
	background-image: url(../img/header/back-title-01.gif);
	font-size: 14px;
	font-weight: bold;
}

.font-01 {
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

.font-02 {
	color: #e5003e;
	font-size: 14px;

}

.back-icon-01 {
	width: 120px;
	height: 60px;
	background: #EFEFEF;
	-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	padding: 0 0 0 20px;
	line-height: 60px;
	float: left;
}


/*------------------------------------------------------------
　　フッター（共通）
------------------------------------------------------------*/

footer {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	display: block;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
}

#footer-inner .back-line-01 {
	background-image: url(../img/footer/back-line-01.gif);
}

#footer-inner .back-line-02 {
	background-image: url(../img/footer/back-line-02.gif);
}

/*
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;

}

#page-top img {
	display: block;
}
*/

/* Contact */

p.error_messe{
	margin:5px 0;
	color:red;
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap p {
    font-size: 14px;
}
#formWrap table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 12px;
}
#formWrap table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
#formWrap table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formWrap caption {
    text-align: left;
    margin: 1.5em 0 1em;
    font-size: 1.2em;
    line-height: 1.2;
}
#formWrap span.font_small {
    font-size: 0.8em;
}
#formWrap input[type="text"] {
    font-size: 18px;
    line-height: 1.5;
}
#formWrap textarea {
    font-size: 18px;
}

p.submit {
    margin: 3em 0 0;
}

p.submit input {
    padding: 0.5em;
    width: 20%;
}
	
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
#formWrap table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
#formWrap table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
#formWrap form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
#formWrap form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/* contact_thanks */

button.btn_pink {
    border: 2px solid #ed8599;
    background: transparent;
    border-radius: 5px;
}

button.btn_pink a {
    display: block;
    font-weight: 600;
    color: #ed8599;
    padding: 0.5em 1em;
}

.thanks_text {
    text-align: center;
}

.thanks_text p {
    font-size: 14px;
    line-height: 1.8;
}
