body {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
	background: #ffffff;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin:0;
}


/*--- 共通---*/
.wrap{
    overflow: hidden;
}
.container-fluid{
    padding-left:0 !important;
    padding-right:0 !important;
}
.kome{
    font-size:14px;
    color:red;
}
.kome-bl{
    font-size:14px;
}
a,
a:visited{
    text-decoration:none;;
    color: #333;
}
a:hover{
    text-decoration:none;;
    color: #333;
    font-weight: 600;
}
h2{
    font-size:35px;
    font-weight: bold;
    padding:10px;
}
p,li{
    font-size:16px;
    color:#333;
    line-height: 1.5em;
}
.detail{
    margin:10px;
    padding:10px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.card{
    border:solid 1px #efefef;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    padding:20px;
    margin-bottom:20px;
}
.card-head{
    border:none;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    padding:0 !important;
}
.button{
    width:320px;
    height:60px;
    background:#d49092;
    margin:0 auto;
    font-size:20px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 600;
    text-decoration: none;
    color:white;
    border-radius: 10px;
    position: relative;
}
.button:hover{
    opacity:0.5;
}
.button a,.button a:visited{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    font-size:20px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color:white;
}
.button a:before{
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    content:"\f13a";
    margin-right: 5px;
}
@media screen and (max-width:768px){
    .button{
        width:100%;
    }
    .button a,button a:visited{
        font-size:16px;
    }
}

.bg-green{
    background:#9ac100;
}
.bg-pink{
    background:#ff0078;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:767px){
    h2{
        font-size:22px;
    }
    h3{
        font-size:20px;
    }
    p{
        font-size:16px;
    }
    p span{
        font-size:18px;
    }
    .card{
        padding:10px 3px;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .balloon{
        max-width:90%;
    }
}

/*---------- heading ----------*/
.heading{
    background:url("../images/entry-top-img.jpg") no-repeat;
    background-size:contain;
    height:400px;
    background-position:center center;
    
}
h1{
    font-size:24px;
    font-weight:bold;
    color:#0d6d9d;
    text-shadow:2px 2px 2px rgba(255,255,255,0.8);
    text-align: center;
    
}

/*---------- form ----------*/
#form .must{
    background:#ff0078;
    color:white;
    border-radius: 5px;
    font-size:14px;
    padding:2px 3px;
    margin-left:6px;
    font-weight: bold;
}
#form .agree-check{
    line-height: 22px;
    background:#efefef;
    padding:10px;
    margin-bottom:20px;
    height:50px;
    font-size:16px;
    font-weight: bold;
}
#form .agree-check .check-wrapper {
    display: inline;
    width:40px;
    position: relative;
    height:100%;
    padding-right:20px;
}
#form .agree-check label{
    margin-bottom:0;
}
#form .agree-check input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}

/* 共通 */
#sec_form h2{
    color:white;
}
.formBox .card{
    margin-bottom:0;
}
.rules{
    padding:10px;
    height:150px;
    margin:30px 10px 20px 0;
    padding:10px;
    border:solid 1px #eeeeee;
    overflow:auto;
    color:black;
}
.rules h3{
    font-size:18px;
    font-weight: 600;
}
.rules p{
    font-size:16px;
}

/*- 顧客情報 -*/
#form{
    width:100%;
}
#form table{
    width:100%;
    background:#efefef;
    margin-bottom:20px;
}
#form table .tp_border_dot{
    border-top:dotted 2px white;
}
#form table .tp_border{
    border-top:solid 2px white;
}
#form table th{
    padding:20px ;
    font-weight: bold;
    text-align: left ;
}
#form table td{
    text-align: left;
}
#form table td, table th{
    font-size:16px;
}
#form table input[type="text"] ,
#form table select,
#form table textarea{
    height:48px;
    border-radius: 4px;
    font-size:16px;
    border:solid 1px #dcdcdc;
    box-shadow:0 0 2px rgba(0,0,0,0.2) inset;
}
#form table select.multisel200{
    height:200px;
    width:200px;
}
#form table select.multisel100{
    height:100px;
    width:200px;
}
#form table input:focus ,
#form table select:focus,
#form table textarea:focus{
    background:#fff1f9;
    border:solid 2px #fa8fc1;
    outline:0;
}
/*- フォーム：顧客情報 -*/
#form table.t_form{
    margin-bottom:0;
}
#form table.t_form td{
    background:#fffaf0;
    padding:4px 10px; 
}
#form table.t_form .f-street{
    width:300px;
    height:96px;
}
#form table.t_form .comment{
    width:80%;
    height:144px;
}
#form table.t_form .form-label{
    font-size:14px;
}
#form #send{    
    position:relative;
    width:320px;
    height:60px;
    background:#d49092;
    margin:0 auto;
    font-size:20px;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 600;
    text-decoration: none;
    color:white;
    border-radius: 10px;
    border:none;
}
#form #send:focus{
    outline: none;
}
#form #warning{
    font-size:14px;
    font-weight: bold;
    margin:10px auto 2px;
}
#form .g-recaptcha{
    margin:10px auto 2px;
    width:304px;
}
@media only screen and (max-width: 767px) {
    #form .rules h3{
        font-size:16px;
    }
    #form .rules p{
        font-size:14px;
    }
    #form table select.multisel100,
    #form table select.multisel200{
        height:48px;
        width:100%;
    }
    /*- フォーム：利用規約 -*/
    #form table.t_agree td{
        height:60px;
        line-height:1.4;
        padding:4px;
    }
    #form table.t_agree td.left{
        width:20%;
        text-align: center;
        padding-right:10px;
    }
    
    #form table.t_form th,
    #form table.t_form td{
        display:block;
        width:100%;
        padding:4px;
    }
    #form table input[type="text"] ,
    #form table select,
    #form table textarea{
        font-size:14px;
        letter-spacing:-0.13rem;
    }
    #form table.t_form input,
    #form table.t_form textarea{
        width:100% !important;
    }
    #form #send{
        width:100%;
    }
}

/*---------- colona ----------*/
.colona{
    margin-top:10px;
    font-size:14px;
    border:solid 2px #efefef;
    padding:4px;
}
.colona p{
    margin:0;
    line-height:1.3;
}


/*---------- footer ----------*/
footer a,footer a:hover,footer a:visited,footer a:link{
    text-decoration: none !important;
}
#footer ul{
    padding:0;
    list-style: none;
}
#footer {
    clear: both;
	margin: 0;
	padding: 0;
	}

.footer01 {
    width: 100%;
    margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #eaeaea;
	color: #2b2b2b;
	}

.footer01 a {
	padding: 0px 10px;
	color: #2b2b2b;
	font-size: 14px;
	}

.footer01 a:hover {
	color: #2b2b2b;
	}
.footer01 .footerGlobal8 p {
	margin: 0 0 15px 0;
	color: #2b2b2b;
	font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.02em;
    }
.footer01 p {
	margin: 0 0 15px 0;
	color: #0d6d9d;
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
	}
.footer02 {
    width: 100%;
    margin: 0 auto;
	padding: 15px 0 0 0;
	background: #2b2b2b;
	color: #ffffff;
	}

.footer02 p {
	margin: 0 0 15px 0;
	color: #ffffff;
	font-size: 14px;
	}

@media (max-width: 767px) {
    .footer01 {
    width: 100%;
    margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #eaeaea;
	color: #2b2b2b;
	}
    
    .footer01 p {
	margin: 0 0 15px 0;
	color: #0d6d9d;
	font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
	}
    
}
/*---------- return ----------*/
.return {
	margin: 40px 0 40px 0;
    padding: 0;
    }

@media only screen and (max-width: 767px) {
	.return {
	margin: 20px 0 20px 0;
	padding: 0;
	}
}

/*---------- thanks ----------*/
#thanks h2{
    color:#0d6d9d;
    text-align: center;
}
#thanks .formBox{
    margin-left:auto;
    margin-right:auto;
}
