@charset "UTF-8";
/*base*/
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	}

header, footer, nav, section, article {
	display:block;
	}

html{
	font-size: 112.5%;
	overflow-y: scroll; 
	}

body{
	color: #000000;
	background: #ffffff;
	font-family: 'Helvetica','Helvetica Neue','Avenir','Arial','メイリオ',sans-serif;
	}

ul li{
	list-style-position: outside;
	line-height: 155%;
	}

p{
	line-height: 155%;
	}
h1,h2,h3,h4,h5,h6{
	font-size: 1rem;
	}
/*text-align*/

.txt_alignleft{
	text-align: left;
	}
.txt_alignright{
	text-align: right;
	}
.txt_aligncenter{
	text-align: center;
	}


/*link*/

a:link{
	color: #009199;
	text-decoration: none;
	}

a:active{
	text-decoration: none;
	}

a:visited{
	color: #009199;
	}

a:hover{
	text-decoration: none;
	}

.inner{
	width: 1060px;
	margin-inline: auto;
	}

/*flex*/
.flex{
	display: flex;
	}

.align_items_start{
	align-items: start;
	}

.align_items_center{
	align-items: center;
	}

.justify_content_space_between{
	justify-content: space-between;
	}

.justify_content_start{
	justify-content: flex-start;
	}

.justify_content_center{
	justify-content: center;
	}

.flex_wrap{
	flex-wrap: wrap;
	}

/*grid*/
.grid_wrap{
	display: grid;
	}

/*hide*/
.sp{
	display: none !important;
	}


/*width*/
.half{
	width: calc(50% - 20px);
	}
.full{
	width: 100%;
	}

/*margin*/
.mgt10{
	margin-top: 10px;
	}
.mgt20{
	margin-top: 20px;
	}
.mgt40{
	margin-top: 40px;
	}

/*fontsize*/
.txt_reset{
	font-size: 1rem;
	}
.txt_48{
	font-size: 2.666rem;
	}

/*fontweight*/
.txt_bold{
	font-weight: bold;
	}
.txt_normal{
	font-weight: normal;
	}

/*background*/
.bg_f0f0f0{
	background: #f0f0f0;
	}

/*color*/
.col_009199{
	color: #009199;
	}

h2.col_009199:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #009199;
	margin-right: 0.2rem;
	}

/*icon*/
a.icon_newwin:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../img/icon_newwin.svg') no-repeat;
	background-size: 14px 14px;
	margin-left: 0.2rem;
	}
/*li*/

li.disc{
	list-style-type: disc;
	margin-left: 1em;
	}

/*header*/
header .inner{
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	}
header p.header_logo{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 239px;
	height: 29px;
	background: url('../img/header_logo.png') center center no-repeat;
	background-size: cover;
	margin: 25px 0 30px;
	}
header .h1_wrap{
	background: #d1f5f0;
	}
header h1{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 1060px;
	height: 204px;
	margin-inline: auto;
	text-align: center;
	background: url('../img/title_img.png') center right no-repeat;
	background-size: 189px 180px;
	}


/*form*/
.required{
	font-weight: normal;
	display: inline-block;
	color: #ffffff;
	background: #ff0000;
	border-radius: 5px;
	padding: 3px 7px;
	margin-right: 10px;
	font-size: 0.777rem;
	}

table{
	width: 100%;
	border-spacing: 0 20px;
	}

table th{
	text-align: left;
	}

table.mgt20 th{
	width: 260px;
	}

table.mgt20 td{
	width: calc(100% - 260px);
	}

input[type=text]{
	-webkit-appearance: none;
	padding: 10px 15px;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 1rem;
	border-radius: 5px;
	}

input::placeholder{
	color: #666666;
	}
input:focus::placeholder{
	color: transparent;
	}
input:focus::-webkit-input-placeholder{
	color: transparent;
	}
input:focus:-moz-placeholder{
	color: transparent;
	}
input:focus::-moz-placeholder{
	color: transparent;
	}

table.mgt20 td input[type=text]{
	width: 350px;
	}

.item{
	border: 1px solid #cccccc;
	padding: 20px;
	}

.item .grid_wrap.item_3{
	grid-template-columns: 330px 190px calc(100% - 540px);
	gap: 10px;
	align-items: center;
	}
.item .grid_wrap.item_4{
	grid-template-columns: 220px 100px 190px calc(100% - 540px);
	gap: 10px;
	align-items: center;
	}
.item .grid_wrap p{
	display: flex;
	background: #f0f0f0;
	height: 83px;
	padding: 20px;
	align-items: center;
	}
.item .grid_wrap p.txt_aligncenter{
	justify-content: center;
	}

.item input[type=text]{
	width: 200px;
	}


.btn_submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	display: block;
	margin: 40px auto 0;
	width: 300px;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 64px;
	background: url('../img/icon_submit.svg') ,#009199;
	background-position: right 30px center, top left;
	background-repeat: no-repeat,repeat;
	background-size: 18px 28px,100%;
	}
.btn_submit:visited{
	color: #ffffff;
	}

.btn_submit:hover{
	opacity:0.8;
	text-decoration: none;
	}

/*footer*/
footer{
	padding: 40px 0 20px;
	text-align: center;
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1059px) {
html {
	-webkit-text-size-adjust: none;
	}
.inner{
	width: calc(100% - 100px);
	}
header h1{
	width: calc(100% - 100px);
	}

.item .grid_wrap.item_3{
	grid-template-columns: auto auto 250px;
	}
.item .grid_wrap.item_4{
	grid-template-columns: auto auto auto 250px;
	}
}
