@charset "utf-8";

/*
源ノフォント
明朝
font-family: source-han-serif-japanese, serif;
ゴシック
font-family: source-han-sans-japanese, sans-serif;

font-family: 'Cinzel Decorative',  sans-serif;
*/

html {
		font-family: source-han-sans-japanese, sans-serif;
}
.inner {
    max-width: 1180px;
    width: 100%;
}
body {
    background: #fff;
    color: #000000;
		margin:0 auto;
}
.marker {
		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);
}
.yellow {
    color: #ffff00;
}
.red {
    color: #fc4761;
}
.pink {
    color: #c9326c;
}


.xlarge {
		font-size: 2.1em;
}
.large {
    font-size: 1.5em;
}

header {
    background:#000;
    padding: 0.8em 0 0.5em;	
}


.mv {
    background: url(../images/bg_mv.jpg) no-repeat center top;
    background-size: cover;
    padding: 3em 0;
    color: #fff;
    box-sizing: border-box;
}
.mv .inner {

}
.mv .mv_bloc {
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-bottom: 2em;
}
.mv .mv_bloc p {
    margin-bottom: 1em;
}
.mv .mv_bloc h1 {

}
.mv_bottom {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.mv_bottom .detail {

}
.mv_bottom figure {
    margin-left: 2em;
}

.cm {
    position: relative;
}
.cm:before {
    content: "";
    background: url(../images/bg_cm.jpg) no-repeat right top;
    background-size: cover;
    width: 59%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.cm:after {
    content: "";
    background: #b30606;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.cm .inner {
    align-items: center;
    justify-content: space-between;
    height: 200px;
}
.cm_logo {
    width: 40%;
    height: 200px;
    padding: 1.2em;
    box-sizing: border-box;
    background: #b30606;
    position: relative;
    z-index: 1;
}
.cm_logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: -150px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 150px;
    border-color: transparent transparent transparent #b30606;
}
.cm_bloc {
    position: relative;
    z-index: 1;
}
.cm_bloc h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
    text-align: left;
}
.cm_bloc ul {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}
.cm_bloc ul li {

}





.sec_header {
    margin-bottom: 2em;
}
.sec_header figure {
    margin-bottom: 1em;
}
.sec_header h2 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}




/* **************************************************************** */
/* Contact
*/
#Contact {
		padding: 4em 0;
}
.attention_bloc {
    margin-bottom: 2em;
}
.attention_bloc h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.attention_bloc p {
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
}
#Contact .contact_bloc {
    max-width: 680px;
    margin: 0 auto;
}
#Contact .contact_bloc p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 2em;
}



#Contact .contact_bloc dl {
    /*border-top: solid 1px #acaaa9;*/
    margin: 0;
    padding: 0.6em 0;
    align-items: center;
    font-size: 16px;
}
#Contact .contact_bloc dl:nth-child(odd) {
    /*background: #efeeed;*/
}
#Contact .contact_bloc dl:last-child {
		/*border-bottom: solid 1px #dcdcdc;*/
    align-items: flex-start;
}
#Contact .contact_bloc dl dt {
		width: 30%;
    text-align: left;
    position: relative;
    align-items: center;
    /*font-weight: 900;*/
}


#Contact .contact_bloc dl dt.required {

}
#Contact .contact_bloc dl dt.required:after {
		content: "必須";
    display: inline-block;
    background: #000000;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 0;
}

#Contact .contact_bloc dl dd {
    margin: 0;
    width: 67%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    /* border-left: solid 1px #438ec2; */
    /* margin-left: 1em; */
    /* padding-left: 1.2em; */
}


#Contact .contact_bloc .dl_bloc {
	
}
#Contact .contact_bloc .btn_bloc {
    margin-top: 4em;
}
#Contact .btn_bloc input[type="submit"] {
    color: #fff;
    text-decoration: none;
    width: 420px;
    height: 80px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 0 #b10a11;
    background: #f83e37;
    border: none;
    font-size: 20px;
}
#Contact .btn_bloc input[type="submit"]:hover {
    box-shadow: none;
    transform: translate3d(0, 6px, 0);
    background: rgba(253, 42, 0, 0.8);
}


.contact_date {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    border-radius: 4px;
}


.contact_name {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    width: 100%;
    border-radius: 0;
}
.contact_kana {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    width: 34%;
    border-radius: 4px;
}
.contact_age {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    width: 66px;
    border-radius: 4px;
}
.contact_mail {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    width: 100%;
    border-radius: 0;
}
.contact_tel {
    padding: 10px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    width: 100%;
    border-radius: 0;
}
.contact_zip {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    width: 110px;
    border-radius: 4px;
}
.contact_address {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d0d2d2;
    width: 100%;
    border-radius: 4px;
}
.contact_desc {
		width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #d0d2d2;
    border-radius: 4px;
}

.contact_sex {
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #d0d2d2;
    border-radius: 4px;
}
.contact_pref {
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #d0d2d2;
    border-radius: 4px;
}

select {
    padding: 5px 10px;
    box-sizing: border-box;
		border: solid 1px #d0d2d2;
    border-radius: 4px;
}


.radio_wrap {
    justify-content: flex-start;
}
.radio_item + .radio_item {
		margin-left:1em;
}

.check_wrap {
    justify-content: center;
    margin-bottom: 1em;
}

.radio_item2 {
		align-items: center;
    justify-content: flex-start;
}
.radio_item2 label {
		margin: 0 0.5em;
}
.contact_check {
    margin: 0.5em 0 1em;
}
.contact_check span {
    margin-left: 0.5em;
    font-size: 16px;
}

.btn_bloc {
	
}
.btn_bloc button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}


.form_add {
    display:none;
}


.privacy_section {
    padding: 0;
}
.privacy_section h2 {
		font-size: 24px;
    line-height: 1em;
    margin-bottom: 1em;
}
.privacy_bloc {
    border: solid 1px #cccccc;
    max-width: 940px;
    height: 240px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1em;
    overflow-y: scroll;
}
.privacy_bloc p {
		font-size: 14px;
    line-height: 1.4em;
    text-align: left;
}

#pp-1 {
	margin:0 0 1em 0;
}
#pp-2 {
	margin: 0 0.5em 0;
}
#pp-3 {
    margin: 0 0.5em 0;
}

#pp-2 h4 {
		font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
}
#pp-2 p {
	margin: 0 0 1em 0;
}


footer {
		background: #fff;
    padding: 0;
    margin-top: 4em;
}

footer .copy {
    display: block;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}


/* **************************************************************** */
/* thanks
*/
.thanks_body {

}
.thanks_body header{
    position: static;
    box-sizing: border-box;
}
.thanks {
    position: relative;
    box-sizing: border-box;
    padding: 4em 0 2em;
}
.thanks .inner {
    text-align: left;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.thanks .detail {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
}
.thanks .detail h1 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 1em;
}

.thanks_image {
    margin-bottom: 2em;
}


.thanks_image p {
    display: inline-block;
    font-size: 36px;
    line-height: 1.4em;
    position: relative;
    color: #0665b9;
    font-weight: 700;
}


.thanks_image figure {
		margin-bottom:2em;
}




@media screen and (max-width: 768px) {
body {
    min-width: initial;
    height: auto;
}
header {
		padding: 0.2em 0 0.3em;
}
header .logo {
    width: 54vw;
    margin: 0 auto;
}

.mv {
    background-position: left;
    padding: 1em;
    position: relative;
}

.mv .mv_bloc {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em;
    border-radius: 6px;
    margin-bottom: 0;
}
.mv .mv_bloc p {
    margin-bottom: 0.5em;
}

.mv_bottom figure {
    margin: 0;
    width: 20vw;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
.mv_bottom .detail p + p {
    width: 74%;
}

.cm:before {
    display:none;
}
.cm:after {
    display:none;
}
.cm_logo:after {
    display:none;
}
.cm_logo {
    width: 100%;
    height: auto;
    padding: 0.5em;
    box-sizing: border-box;
}
.cm_logo img {
    width: 20vw;
    display: block;
    margin: 0 auto;
}
.cm .inner {
    display: block;
    height: auto;
}
.cm_bloc {
    background: url(../images/bg_cm.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em;
}
.cm_bloc h2 {
    font-size: 18px;
}
.cm_bloc ul {
    font-size: 12px;
}





.sec_header {
    margin-bottom: 0em;
}
.sec_header h2 {
    font-size: 20px;
}
.sec_header figure {
    width: 10%;
    margin: 0 auto 1em;
}



.privacy_section {
    padding: 0 1em 0;
}
.privacy_section h2 {
    font-size: 16px;
}
#pp-2 h4 {
    font-size: 14px;
}
.privacy_bloc p {
    font-size: 12px;
}

footer {
		padding: 1em 0 0;
    margin-top: 0em;
}

footer .copy {
    margin-top: 0.5em;
    font-size: 10px;
}

#Contact {
    padding: 2em 0;
}



#Contact .contact_bloc dl dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0 0.5em;
}
#Contact .contact_bloc dl dd {
		width: 100%;
    border: none;
    padding-left: 0;
    margin-left: 0;
    padding: 0 0.5em;
}
#Contact .contact_bloc {
    margin-bottom: 0;
    padding: 1em 1em 0;
}
#Contact .btn_bloc {
    padding: 1em;
}
#Contact .btn_bloc .radio_item {
		font-size: 12px;
}
#Contact .btn_bloc input[type="submit"] {
    width: 100%;
    height: auto;
    padding: 1em 0;
    font-size: 18px;
}
#Contact .contact_bloc dl dt.required:after {
    content: "必須";
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 4px;
}
.radio_item2 label {
    margin: 0 0.5em;
    flex: 1;
    line-height: 1.4em;
    font-size: 14px;
}
.radio_item2 + .radio_item2 {
		margin-top:10px;
}

.contact_name {
    width: 100%;
}
.contact_kana {
    width: 42%;
}
.contact_tel {
    width: 100%;
}

#Contact .contact_bloc p {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 1em;
}

#Contact .contact_bloc dl {
    border-top: solid 1px #dcdcdc;
    margin: 0;
    padding: 0.5em 0;
    align-items: center;
}

.company h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.thanks {
    padding: 1em;
}
.thanks_image {
    margin-bottom: 1em;
}
.thanks_image p {
    font-size: 20px!important;
}
.thanks_image p:after {
    bottom: -13px;
    border-width: 10px 10px 0 10px;
}

.thanks .detail h1 + p {
    font-size: 14px;
    line-height: 1.2em;
}






}
