@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');


/* テンプレここから*/

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1rem;
	line-height: 1.7;
}

a {
    transition: 0.3s;
}
a:link {
    color: #A8AD50;
}
a:visited {
    color: #D26E96;
}
a:hover {
    color: #333;
    transition: 0.3s;
    text-decoration: none;
}
a:active {
    color: #FF0000;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.bold{
	font-weight: 600;
}

/* 幅設定 */

.mt-6 {
    margin-top: 4.5rem;
}
.mt-7 {
    margin-top: 7rem;
}
.mb-6 {
    margin-bottom: 6rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.pt-6 {
    padding-top: 6rem;
}
.pt-7 {
    padding-top: 7rem;
}
.pb-6 {
    padding-bottom: 6rem;
}
.pb-7 {
    padding-bottom: 7rem;
}

/* カラー設定 */

.white01 {
    color: #FFFFFF;
}
.black01{
	color: #333333;
}
.bg-01 {
    background: linear-gradient(to bottom, #141414, #1c2a54);
}
.bg-02 {
    background-color: rgba(255, 255, 255, 0.08);
}
.bg-03 {
    background: url("../img/se_5.webp") no-repeat center/cover;
}
.bg-04 {
    background: linear-gradient(to right , #005078,#55374b);
}
.bg-05 {
    background-color: #E1E1E1;
}
.bg-06 {
    background-color: #141414;
}

/* フォントサイズ設定 */

.ts07 {
    font-size: 0.7rem;
}
.ts08 {
    font-size: 0.8rem;
}
.ts09 {
    font-size: 0.9rem;
}
.ts10 {
    font-size: 1.0rem;
}
.ts11 {
    font-size: 1.1rem;
}
.ts12 {
    font-size: 1.2rem;
	line-height: 1.6;
}
.ts13 {
    font-size: 1.3rem;
}
.ts14 {
    font-size: 1.4rem;
}
.ts15 {
    font-size: 1.5rem;
}
.ts16 {
    font-size: 1.6rem;
}
.ts20 {
    font-size: 2rem;
}

/* テンプレここまで */

.mainFont {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
main img{
  width: 70%;
}

h2 {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 90px;
}

h2::before,
h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
}

h2::before {
    border-left: solid 2px #005078;
    border-top: solid 2px  #005078;
    top: 0;
    left: 0;
}

h2::after {
    border-right: solid 2px  #005078;
    border-bottom: solid 2px  #005078;
    bottom: 0;
    right: 0;
}

h3{
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 20px;
}

h4{
	padding-bottom: 7px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #6696ae;
	text-align: center;
}

a.btn1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	width: 250px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #333;
	color: #333;
	transition: 0.5s;
}
a.btn1:hover {
	color: #fff;
	background: #333;
}

a.btn2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.5s;
}
a.btn2:hover {
	color: #005078;
	background: #fff;
}

.formSec{
	background-color: rgb(255,255,255,0.9);
	padding: 60px;
	border-radius: 13px;
	box-shadow: 0px 0px 9px #bebebe;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-color: #fff;
	width: 70%;
	margin-top: 10px;
	padding: 8px 8px;
}
textarea {
	width: 100%;
	height: 130px;
}


input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	width: 250px;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #333;
	color: #333;
	background: none;
	cursor: pointer;
	transition: 0.5s;
}

input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	vertical-align: text-bottom;
	margin-right: 7px;
	position: relative;
		display: flex;
	align-items: center;
	margin-bottom: 0.5em;
}
input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.radio-item {
	display: flex;
	align-items: center;
	margin-bottom: -0.5px;
}
.required::after {
content: "*";
color: #ff0000;
margin-left:5px;
}



@media screen and (min-width: 481px) {
	.sponly {
		display: none;
	}
}


@media screen and (max-width: 480px) {
	.pconly {
		display: none;
	}
	

body {
	font-size: 0.92rem;
	line-height: 1.6;
}
	
  .mainFont {
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 90%;
	  top:180px;
	}
	main img{
		width: 100%;
	}
.ts12 {
    font-size: 1rem;
	line-height: 1.5;
}
.formSec{
	padding: 25px;
}	
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
	width: 100%;
	margin-top: 4px;
}

}
