@charset "utf-8";

body {
    padding: 0px;
    margin: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(images/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*clearfix*/
.cf:before,
.cf:after {
  content:"";
  display: table;
}
.cf:after {
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom:1;
}
/*clearfixここまで*/

ul {
padding: 0px;
margin: 0px;
list-style-type: none;
}
li {
padding: 0px;
margin: 0px;
list-style-type: none;
}
img{
	/*画像の伸縮設定*/
	max-width: 100%;
	width: auto;/*画像のボーダーを消す*/
border:none;
	height: auto;
	padding-left: 0px;
	font-size: 13px;
}
a img {border-style:none;}

.clear {
	clear: both;
}
/*行間の余白*/
.pad_h10{
	padding-top:10px;
}
.pad_h20{
	padding-top:20px;
}
.pad_h30{
	padding-top:30px;
}
.pad_h40{
	padding-top:40px;
}
.pad_h50{
	padding-top:50px;
}
@media screen,print and (min-width: 769px) {
/*横幅769px以上に適応*/

/*pc-タブレット-スマホ使い分け*/
.mobile{
	display: none;
}
.pc{

} 
a {
    color:#4BA46C;
    font-weight: normal;
    font-size: 120%;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:hover {
	    text-decoration: none;
    color: #9BD1AF;
    position: relative;
    right: -1px;
    bottom: -1px;
    font-weight: normal;
    font-size: 120%;
}


/*headerここから*/
	.logo-img {
		width: 100%;
		padding-top: 20px;
		text-align: center;
	}
	
/*contents------------------------------------------------*/

.contents {
    width: 100%;
    z-index: 11;
    margin: 0;
    top: 0px;
}

.sub_contents_in {
	margin-top: 80px;
	margin-bottom: 30px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	min-height: 550px;
	max-width: 850px;
	padding-bottom: 50px;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-left: 4%;
	padding-right: 4%;
	height: auto;
}

	.sub_artcle  {
		
	}


/*------------------------------------------------
.sub_artcle h3
------------------------------------------------*/ 
.sub_artcle-h3 {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;                 /* デフォルトCSS打ち消し */
    font-size: 1.56em;           /* 文字サイズ指定 */
    border-bottom: thin solid #BBBBBB;   /* 線指定 */
    padding-bottom: 15px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position: relative;        /* 位置調整 */
    font-weight: normal;
    color: #4BA46C;
}

.sub_artcle-h3:before {
    content: '';                   /* 空白の要素を作る */
    width: 70px;                    /* 幅指定 */
    height: 1.5px;                    /* 高さ指定 */
    background-color: #4BA46C;      /* 背景色指定 */
    display: block;                /* ブロック要素にする */
    position: absolute;            /* 位置調整 */
    left: 0;                       /* 位置調整 */
    bottom: -1px;                   /* 位置調整 */
}

/*----------------------------------------------------
form
------------------------------------------------*/ 
/*mail-pc*/	
input {
font-size: 18px;
}
textarea {
font-size: 18px;
}

select{
font-size:16px;
border:1px;
}
.text_si {
	font-size:16px;
}
.yubin {
}

.todoufuken {

}
.article_m_3 {
    font-size: 90%;
    /*	line-height: 23px;*/
    padding-bottom: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
}
#ssl-box {
	border: 1px dotted #FD1902;
	padding: 15px;
	background-color: #FEF9F9;
}
.tyui {
    width: 96%;
    padding: 2%;
    background-color: #EDEBEB;
    border: 1px dotted #949494;
    margin-top: 20px;
}
.tel_left {
    width: 42%;
    float: left;
    padding-right: 2%;
    padding-top: 40px;
    text-align: center;
}
.twl_right {
    width: 42%;
    float: right;
    padding-left: 2%;
      padding-top: 40px;
     text-align: center;
}
/*-----------------------------------------------------
footer
-------------------------------------------------------*/

.footer {
	 margin-top: auto;
	width: 100%;
}
.footer_in {
	width: 100%;
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
}

.footer-copy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #77C193;
}
	
/*-----------------------------------------------------
横幅768pxまで　
-------------------------------------------------------*/
@media only screen and (max-width:768px){

	
/*----------------------------------------------------
  お問い合わせ　a10
----------------------------------------------------*/
.yubin {
	display: block;
}
	textarea {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	height: 15em;
	font-size: 20px;
}
input {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
font-size: 24px;
}
input[type="checkbox"] {
    width: 10%;
	font-size:20px;

}
select{
font-size:20px;
border:1px;
}
	

}
