	@charset "utf-8";
	/* CSS */

	html {
	    overflow-x: hidden;
	}

	body {
	    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
	    font-weight: 500;
	    font-size: 16px;
		margin: 0 auto;
		color: rgba(17,23,33,0.87);
	}

	h1 {
	    font-size: 33px;
	    color: #006FA2;
	    font-weight: 500;
	}

	/*ヘッダ*/

	.head_logo {
	    max-width: 1200px;
	    max-height: auto;
	    overflow: hidden;
	    margin: 20px auto;
	}

	.head_title {
	    margin: 60px auto 0 auto;
	    text-align: center;
	}

	.head {
	    max-width: 1200px;
	    max-height: 725px;
	    overflow: hidden;
	    margin: 0 auto;
	    background: -moz-linear-gradient(top, #fcf7e7, #ffffff);
	    background: -webkit-linear-gradient(top, #Ffcf7e7, #ffffff);
	    background: linear-gradient(to bottom, #fcf7e7, #ffffff);
	}

	.head img {
	    width: 100%;
	}

	.head_text01 {
	    max-width: 670px;
	    height: auto;
	    overflow: hidden;
	    background-color: #006FA2;
	    font-size: 28px;
	    font-weight: bold;
	    color: #ffffff;
	    text-align: center;
	    padding: 15px 10px;
	    margin: 50px auto 10px auto;
	}

	.head_text02 {
	    max-width: 800px;
	    height: auto;
	    overflow: hidden;
	    font-size: 16px;
	    text-align: center;
	    margin: 0 auto;
	}

	.headimg_sp {
	    display: none;
	}

	.contents {
	    max-width: 1100px;
	    height: auto;
	    overflow: hidden;
	    margin: 0 auto;
	}

	.detail {
		width: 90%;
		margin: 0 auto;
	    height: auto;
	    overflow: hidden;
	    padding: 70px 50px 0 50px;
	    box-sizing: border-box;
		background-color: #f8f8f8;
		box-shadow: 0 19px 24px 0 rgba(17,23,33,0.12);
	}

	.detail_title {
	    width: 330px;
	    height: auto;
	    overflow: hidden;
	    color: #006FA2;
	    font-size: 35px;
	    font-weight: bold;
	    text-align: center;
	    margin: 0 auto 70px;
	    border-bottom: 2px solid #FF4081;
	    padding-bottom: 10px;
	}

	.point {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    margin: 0 auto 115px auto;
	    text-align: center;
	}

	.no {
	    width: 60px;
	    height: 60px;
	    border-radius: 120px;
	    padding: 4px;
	    margin: 0 auto 25px auto;
	    box-sizing: border-box;
	    font-size: 33px;
	    font-weight: bold;
	    text-align: center;
	    color: #ffffff;
	    background-color: #006FA2;
	}

	.title {
	    font-size: 33px;
	    font-weight: bold;
	    margin: 0 auto 30px auto;
	}

	.title span {
	    color: #FF4081;
	}

	.text {
	    font-size: 24px;
	    font-weight: bold;
	    margin: 0 auto 60px auto;
	}

	.text span {
	    color: #FF4081;
	}

	.illust {
	    width: 380px;
	    height: 380px;
	    margin: 0 auto;
	}

	.terms {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    margin: 50px auto;
	}

	.terms .title {
	    font-size: 22px;
	    font-weight: bold;
	    color: #006FA2;
	    text-align: center;
	}

	.terms .midashi {
	    font-size: 22px;
	    font-weight: bold;
	    color: #006FA2;
	    margin: 0 auto 10px auto;
	}

	.terms .text {
	    font-size: 14px;
	    margin: 0 auto 50px auto;
	}

	.form_area {
	    width: 500px;
	    height: auto;
	    overflow: hidden;
	    margin: 70px auto 90px auto;
	}

	.cp_text {
	    height: auto;
	    overflow: hidden;
	    color: #FF4081;
	    text-align: center;
	    font-size: 22px;
	    font-weight: bold;
	    margin: 0 auto;
	}

	.cp_text span {
	    font-size: 33px;
	}

	.cp_btn {
	    text-align: center;
	}

	.cp_btn input[name="email"] {
	    display: block;
	    width: 100%;
	    height: 70px;
	    font-size: 16px;
	    background: white;
	    border: 2px solid #c2c2c2;
	    border-radius: 6px;
	    outline: none;
	    margin: 15px auto 20px auto;
	    padding: 5px 20px;
	    box-sizing: border-box;
	}

	.button {
	    width: 100%;
		background: transparent linear-gradient(135deg, #FF4081 0%, #83B1FF 100%) 0% 0% no-repeat padding-box;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	    border-radius: 6px;
	    display: inline-block;
	    cursor: pointer;
	    color: #ffffff;
	    font-family: Arial;
	    font-size: 20px;
	    font-weight: bold;
	    padding: 25px 80px;
		text-decoration: none;
		border: none;
	}

	.button:hover {
	    background-color: #ff5e68;
	    color: #ffffff;
	}

	.button:active {
	    position: relative;
	    top: 1px;
	}

	.urlArea {
	    font-size: 12px;
	    font-weight: normal;
	    line-height: 1.5;
	    font-weight: bold;
	    color: rgba(17, 23, 33, 0.87);
	    background: #fff;
	    border-radius: 4px;
	    padding: 8px;
	    display: flex;
	    justify-content: space-between;
	}

	.urlArea span {
	    padding: 7px 0;
	}

	.urlArea button.copyBtn {
	    background: transparent linear-gradient(135deg, #FF4081 0%, #83B1FF 100%) 0% 0% no-repeat padding-box;
	    color: #fff;
	    padding: 7px;
	    border: none;
	    border-radius: 4px;
	    width: 100px;
	    cursor: pointer;
	}

	/*フッタ*/

	.foot_logo {
	    max-width: 1200px;
	    margin: 80px auto 80px auto;
	    text-align: center;
	}

	@media screen and (min-width: 480px) {
	    .head_sp {
	        display: none;
	    }

	    .cam_c_l_sp {
	        display: none;
	    }

	    .r_sp {
	        display: none;
	    }

	    .point_sp {
	        display: none;
	    }
	}