@charset "utf-8";

#wrapper {
	display: block;
	width: auto;
	margin: 120px auto;
}

.contents {
	display: block;
	width: auto;
    height: auto;
    background-color: #E3E3E3;
     border-top: 3px solid #000000;
    padding-bottom: 78px;
}

.pr-po-pc a, .pr-po-sp a {
    color: #000000;
    font-family: "Yu Gothic medium";
}

#sub_title {
    width: auto;
    height: 296px;
    border-bottom: 3px solid #000000;
    padding-top: 30px;
}

p.s-title {
    font-family: "Noto Sans JP";
    font-size: 100px;
    width: auto;
    padding-left: 175px;
}

span.s-title {
    display: block;
    font-family: "Yu Gothic";
    font-size: 50px;
    font-weight: bold;
    margin-top: -50px;
}

#line_con {
    width: 614px;
    margin: 83px auto;
}

#line_con img {
    width: 110px;
    margin-top: -80px;
}

p.line_but {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 36px;
}
span.line_but {
    display: block;
    font-size: 30px;
}

img#arrow {
    width: 40px;
    margin-top: -7px;
}

/*-------------メールフォーム レイアウト設定-------------------*/

#formWrap {
	width: 1000px;
	margin: 30px auto;
	color:#555;
	line-height:120%;
	font-size: 30px;
}

#formWrap p.mail {
    font-size: 50px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom:50px;
}

#formWrap span {
	color: #FF0000;
}

#formWrap span.point {
    font-size: 16px;
    margin-left: 17px;
    color: #000000;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable tr {
    display: block;
    margin-bottom: 30px;
}

table.formTable th{
	width: 350px;
    height: 53px;
	font-weight:normal;
	text-align:left;
    font-size: 30px;
}

table.formTable td {
	width: 590px;
    height: 53px;
	font-weight:normal;
	text-align:left;
    font-size: 30px;
}

table.formTable td input {
    width: 590px;
    height: 53px;
}

table.formTable,.address1 {
    margin-bottom: 15px;
}

table.formTable,.address2 {
    margin-top: 15px;
}

table.formTable select {
	font-size: 30px;
	height: 53px;
    width: 590px;
}

#formWrap p {
	font-size: 30px;
	text-align: center;
	margin: 80px auto 20px
}

p.pr-po-sp {
    display: none;
}

#formWrap img {
	display: block;
	width: 300px;
	margin: 0 auto;
}

#formWrap img.line {
	display: inline;
	width: 100px;
}

#formWrap a {
	display: inline;
	width: 100px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"]{
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	font-size: 30px;	/*文字サイズ*/
    font-weight: bold;
    color: #000000;
    width: 248px;
    height: 78px;
    border-radius: 50px;
}
/*マウスオン時*/
input[type="submit"]:hover,
input[type="button"]:hover {
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	background: rgba(71,95,235,0.8);	/*背景色*/
	color: #fff;		/*文字色*/
}

input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size: 20px;
	display:block;
}

/*サンクスページ
---------------------------------------------------------------------------*/

img.thanks {
    display: block;
    width: 600px;
    margin: 70px auto 30px;
}

p.thanks { 
    font-size: 30px;
    text-align: center;
    margin-bottom: 200px;
}

/*画面幅1000px以下の設定(PC 1000px以下)
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

p.s-title {
    margin-left: 20px;
    padding-left: 0;
}

/*-------------メールフォーム レイアウト設定-------------------*/

#formWrap {
	width: 600px;
    margin: 0 auto;
}

table.formTable{
	width: auto;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable tr {
    display: block;
    margin-bottom: 30px;
}
    
table.formTable tr.kubun {
    display: block;
    margin-top: 260px;
    margin-bottom: 30px;
}

table.formTable th,td {
    display: block;
	width: auto;
}
    
table.formTable td {
    margin-bottom: 70px;
    }

table.formTable td input {
    width: auto;
}

table.formTable,.address1 {
    margin-bottom: 15px;
}

table.formTable,.address2 {
    margin-top: 15px;
}

table.formTable select {
	width: 90%;
}

#formWrap p {
	font-size: 30px;
	text-align: center;
	margin: 80px auto 20px
}

.pr-po {
    position: relative;
    top: -4px;
    margin-top: 40px;
}

#formWrap img {
	display: block;
	width: 300px;
	margin: 0 auto;
}

#formWrap img.line {
	display: inline;
	width: 100px;
}

#formWrap a {
	display: inline;
	width: 100px;
}

    
/*--------------thanksぺージ--------------*/
p.thanks {
	margin: 100px auto ;
	text-align: center;
	font-size: 30px;
}

img.thanks {
	display: block;
	width: 200px;
	margin: 0 auto 200px;
}

}

/*画面幅800px以下の設定(タブレット)
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
    
#sub_title {
        height: 200px;
    }

p.s-title {
      font-size: 70px;
}
    
span.s-title {
    font-size: 35px;
    line-height: 100px
}
    
#line_con {
    width: 480px;
    margin: 43px auto;
}

#line_con img {
    width: 100px;
    margin-top: -60px;
    margin-left: 15px;
}

p.line_but {
    display: inline-block;
    font-size: 35px;
    line-height: 50px;
    margin-left: 20px;
}
span.line_but {
    display: block;
    font-size: 30px;
    margin-left: -30px;
}

img#arrow {
    width: 50px;
    margin-top: -7px;
}
/*-------------メールフォーム レイアウト設定-------------------*/

#formWrap {
	width: auto;
    margin: 0 auto;
}
    
#formWrap p.mail {
    width: 390px;
    font-size: 37px;
    text-align: center;
}
    
#formWrap p {
    width: 95%;
    font-size: 23px;
}
    
table.formTable tr.kubun {
    display: block;
    margin-top: 280px;
    font-size: 23px;
}

table.formTable th, td {
    width: 400px;
    font-size: 23px;
    }
    
    table.formTable td {
    width: 390px;
    margin-bottom: 30px;
    }

table.formTable td.form {
    font-size: 23px;
    }
    
table.formTable td input {
    width: 400px;
    height: 25px;
}

table.formTable,.address1 {
    margin-bottom: 15px;
    width: 390px;
}

.address2 {
    width: 380px;
    margin-top: 15px;
}

table.formTable select {
	width: 390px;
    font-size: 23px;
}
    
textarea {
    width:380px;
    }

#formWrap p {
	font-size: 23px;
	text-align: center;
	margin: 80px auto 20px
}

#formWrap img {
	display: block;
	width: 300px;
	margin: 0 auto;
}

#formWrap img.line {
	display: inline;
	width: 100px;
}

#formWrap a {
	display: inline;
	width: 100px;
}
    
table.formTable tr {
    margin-bottom: -30px;
    }
    
p.pr-po-pc {
        display: none;
    }
    
p.pr-po-sp {
        display: block;
    }
.pr-po {
    position: relative;
    top: -1px;
    margin-top: 30px;
}
    
/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"]{
    width: 200px;
    height: 60px;
}
    
/*サンクスページ
---------------------------------------------------------------------------*/
    
img.thanks {
    width: 400px;
    }
    
 p.thanks {
    font-size: 23px;
    }

}

/*画面幅480px以下の設定(スマートフォン)
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    
#sub_title {
        height: 114px;
    }

p.s-title {
      font-size: 40PX;
      margin-top: -10px
}
    
span.s-title {
    font-size: 20px;
    line-height: 110px
}
    
#line_con {
    width: auto;
    margin: 43px auto;
}

#line_con img {
    width: 16vw;
    margin-top: -10vw;
    margin-left: 15px;
}

p.line_but {
    display: inline-block;
    font-size: 7vw;
    line-height: 8vw;
    margin-left: 10px;
}
span.line_but {
    font-size: 5vw;
    margin-left: -18px;
}

img#arrow {
    width: 8vw;
    margin-top: -7px;
}
/*-------------メールフォーム レイアウト設定-------------------*/

#formWrap {
	width: auto;
    margin: 0 auto;
}
    
#formWrap p.mail {
    width: auto;
    font-size: 7vw;
    text-align: center;
    margin-top: 40px;
    margin-bottom: -5px
}
    
#formWrap p {
    width: 95%;
    font-size: 16px;
}
    
table.formTable {
    margin-left: 2%;
    }
    
table.formTable tr.kubun {
    display: block;
    margin-top: 280px;
    font-size: 16px;
}

table.formTable th, td {
    width: 95%;
    font-size: 18px;
    padding-left: 3.5%;
    height: 45px;
    }
    
table.formTable tr {
    margin-bottom: -50px;
    }
    
table.formTable td {
    width: 95%;
    margin-bottom: 30px;
    }

table.formTable td.form {
    width: auto;
    font-size: 16px;
    }
    
span.point {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: auto;
    margin-bottom: 10px;
    }
    
table.formTable td input {
    width: 95%;
    height: 25px;
    margin-top: -10px;
}

table.formTable,.address1 {
    margin-bottom: 15px;
    width: 95%;
}

.address2 {
    width: 95%;
    margin-top: 15px;
}

table.formTable select {
	width: 95%;
    font-size: 16px;
}
    
textarea {
    width: 95%;
    }

#formWrap p {
	font-size: 16px;
	text-align: center;
	margin: 80px auto 20px
}

#formWrap img {
	display: block;
	width: 300px;
	margin: 0 auto;
}

#formWrap img.line {
	display: inline;
	width: 100px;
}

#formWrap a {
	display: inline;
	width: 100px;
}
    
.pr-po {
    position: relative;
    top: 1px;
    margin-top: 30px;
}
    
p.pr-po-sp {
    line-height: 25px;
    }
    
/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"]{
    font-size: 20px;
    width: 150px;
    height: 50px;
    padding: 0;
}
    
/*サンクスページ
---------------------------------------------------------------------------*/
img.thanks {
    width: 200px;
    }
    
 p.thanks {
    font-size: 16px;
    }
}
	
	
