@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main h2+p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 18px;
	text-align: left;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
main h2+p span {
    color: #C63F3F;
}
main .inner {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 50px;
}
main .inner table {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
}
main .inner table th {
    font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    width: 210px;
    padding-left: 20px;
    background-color: hsla(0,0%,96%,1.00);
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    padding-top: 18px;
    padding-bottom: 15px;
}
main .inner table th span {
    color: #C63F3F;
    margin-left: 5px;
}
main .inner table td {
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 15px;
}
main .inner table td input[type="text"],
main .inner table td input[type="email"],
main .inner table td input[type="tel"]
{
    border: 1px solid #cfcfcf;
    width: 440px;
    height: 36px;    
}
main .inner table td input.middle {
    width: 220px!important;
}
main .inner table td input.small {
    width: 148px;
}
main .inner table td ul li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
main .inner table td ul li {
    margin-bottom: 15px;
}
main .inner table td ul li:last-child {
    margin-bottom: 0px;
}
main .inner table td ul li.flex {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    font-size: 14px;
    line-height: 1.6em;
}
main .inner table td ul li.flex figure {
    margin-right: 20px;
}
main .inner table td textarea {
    width: 96%;
    border: 1px solid #cfcfcf;
    height: 320px;
}
main .inner p input {
    width: 422px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    font-size: 23px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    background-image: url(../images/arrow02.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    line-height: 58px;
    cursor: pointer;
}
main .inner p input:nth-of-type(3) {
    width: 200px;
    background-image:none;
    border: none;
    text-decoration: underline;
}
.wpcf7c-elm-step2.text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}
/*
 * 入力時に付加するclass
 */
form.wpcf7-form-mode-edit .wpcf7c-elm-step2.text{
	display: none;
}

/*
 * 確認時に付加するclass
 */
form.wpcf7-form-mode-confirm{
	
}

}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main h2+p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 16px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}
main h2+p span {
    color: #C63F3F;
}
main .inner {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    margin-top: 10%;
}
main .inner table {
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
}
main .inner table th {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: normal;
    padding-left: 5%;
    padding-right: 5%;
    background-color: hsla(0,0%,96%,1.00);
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
main .inner table th span {
    color: #C63F3F;
    margin-left: 5px;
}
main .inner table td {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    padding-left: 1%;
    padding-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
main .inner table td input[type="text"],
main .inner table td input[type="email"],
main .inner table td input[type="tel"]
{
    border: 1px solid #cfcfcf;
    height: 30px;    
}
main .inner table td input.middle {
    width: 20%;
}
main .inner table td input.small {

}
main .inner table td ul li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
main .inner table td ul li {
    margin-bottom: 15px;
}
main .inner table td ul li:last-child {
    margin-bottom: 0px;
}
main .inner table td ul li.flex {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
    font-size: 12px;
    line-height: 1.6em;
}
main .inner table td ul li.flex figure {
    width: 40%;
}
main .inner table td ul li.flex span {
    width: 55%;
}
main .inner table td textarea {
    width: 96%;
    border: 1px solid #cfcfcf;
    height: 320px;
}
main .inner p input {
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    font-size: 16px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    background-image: url(../images/arrow02.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 58px;
    cursor: pointer;
    width: 90%;
}
main .inner p input:nth-of-type(3) {
    background-image:none;
    border: none;
    text-decoration: underline;
}
.wpcf7c-elm-step2.text {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}
}



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



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



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
