@charset "utf-8";
/* CSS Document */
	
*{
	margin:0;
	padding:0;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
	letter-spacing: 1px;
    position: relative;
	background: #ebebeb;
}

header, article, footer, aside, time ,nav ,small ,section{
	 display: block;
}
p,ul,table,h1,h2,h3,h4,h5,h6{
	margin-bottom:1.2em;
}
ul li, ol li{
	list-style-type: none;
}

a{	
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a img{
    border-style:none;
}

a[href^="tel:"] { 
	cursor: default;
	pointer-events: none;
}
/*----------------------------------------------------------------

PC非表示

----------------------------------------------------------------*/
.sp{
	display: none;
}



/*----------------------------------------------------------------

メインイメメージ

----------------------------------------------------------------*/
.main_img{
	background: url(../image/main.png);
	background-size:cover;
	width: 100%;
	height: 400px;
	position: relative
}
.title{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.title p{
	margin-bottom: 0;
	color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
	font-weight: bold;
}

.title span.material-icons{
	display: inline-block;
	position: relative;
	font-size:40px;
	margin-right:10px;
	top: 10px;
}


.title h1,
.title p{
	margin: auto;
	font-size:30px;
	color:#fff;
	letter-spacing: 5px;
}
.title h1 span,
.title p span{
	font-size:30px;
	font-weight: bold;
	
}
.typing {
	opacity: 0;
}
.typing span {
	opacity: 0;
}


/*----------------------------------------------------------------

TOPページ

----------------------------------------------------------------*/
.con_blk_02{
	max-width: 1050px;
	margin: 50px auto;
}
.con_blk_02 .inner{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.questionnaire_link{
	width: 33.333%;
    box-sizing: border-box;
	padding: 20px;
}
.questionnaire_link .questionnaire_link_inner {
	background: #46738e;
	color:#FFFFFF;
	text-align: center;
	padding: 30px 20px;
	position: relative;
}
.questionnaire_link p{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.questionnaire_link p.name{
	font-size: 16px;
}
.questionnaire_link p.year{
	border-bottom:1px solid #fff;
	display: inline-block;
	padding-bottom: 10px;
}

.questionnaire_link a{
	display: inline-block;
	color:#46738e;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	width: 100%;
}
.questionnaire_link a:hover{
	opacity: 0.8;
}

.questionnaire_link a span{
	line-height: 0;
	position: relative;
	top: 5px;
	transition: all 0.5s;
	font-size: 20px;
}
.questionnaire_link a:hover span.material-icons {
    transform: translateX(5px);
}
.questionnaire_link_inner:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -20px;
    transform: translateX(-50%);
    border-top: 35px solid #ebebeb;
    border-right: 0px solid transparent;
    border-left: 40px solid transparent;
}



/*----------------------------------------------------------------

googleフォーム

----------------------------------------------------------------*/
.g_form{
	max-width: 1050px;
	margin: 50px auto;
}



.g_form form{
	background: #fff;
	padding: 50px;
	overflow: hidden;
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.g_form form .inner{
	border: 1px solid #dcdcdc;
	padding: 20px 20px 50px;
    background: #efefef;
}

.q_box{
	display: flex;
}
.table_blk{
	margin-bottom: 50px;
	border: 1px solid #46738e;;

}
.top_text{
	margin-bottom: 50px;
}
.top_text p{
	margin-bottom: 0;
}
.top_text_2{
    max-width: 1050px;
    margin: 50px auto;
}
.q_txt.last,
.a_txt.last{
	border-bottom:none;
}
label span{
	color: #ff0000;
}


.q_txt{
	width: 30%;
	background: #46738e;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.q_txt p{
	margin-bottom: 0;
}
.a_txt{
	width: 70%;
	border-bottom: 1px solid #46738e;
	background: #fff;
}
.q_txt,
.a_txt{
	padding: 30px 30px 30px 40px;
}
.a_txt input{
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
}
.a_txt textarea{
	padding: 10px;
	width: 100%;
}
.a_txt input.radio{
	width: auto;
}
.beside_a label{
	margin-right: 15px;
}


span{
	font-weight: normal;
	font-size: 13px;
}
.g_form table.second{
	border-collapse: collapse;
}
.g_form table.second th{
	padding: 10px;
	font-weight: normal;
	font-size:14px;
	vertical-align: middle;
	background: #fff;
	border: none;
	width: 14%;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
}
.g_form table.second th input{
	position: relative;
	top: 10px;
}
.contact-botton{
	text-align: left;
}

.contact-botton input[type="submit"]{
	display: inline-block;
	padding: 15px;
	width: 250px;
	background:#313131;
	color: #fff;
	border: none;
	font-size: 16px;
	margin: auto;
	border:1px solid #313131;
	transition: all 0.5s;
}
.contact-botton input[type="submit"]:hover{
	background: #fff;
	color:#313131;
}
.next-botton a{
	display: inline-block;
	padding: 15px;
	width: 250px;
	background:#fff;
	color: #313131;
	border: none;
	font-size: 16px;
	margin: auto;
	border:1px solid #313131;
	transition: all 0.5s;
	text-align: center
}
.next-botton a:hover{
	background: #313131;
	color:#FFFFFF;
}


.bottom_btn{
	overflow: hidden
}
.bottom_btn .contact-botton{
	float: left;
}
.bottom_btn .next-botton{
	float: right;
}
.bottom_btn .contact-botton{
	float: left;
}
/*----------------------------------------------------------------

パスワード保護ページ

----------------------------------------------------------------*/
.con_blk_01{
	max-width: 1050px;
	margin: 50px auto;
	text-align: center;
}
.con_blk_01 a{
	transition: all 0.5s;
}
.con_blk_01 a:hover{
	opacity: 0.7;
}
.top_text_3{
	max-width: 1050px;
	margin: 50px auto;
}
.top_text_3 p{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}
.top_text_3 a{
	color:#46738e;
}
.top_text_3 a:hover{
	opacity: 0.7;
}

/*----------------------------------------------------------------

アコーディオン

----------------------------------------------------------------*/
.accordion {
  width: 100%;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 30px 40px 30px 40px;
  background: #46738e;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-weight: normal;
border-bottom: 1px solid #fff;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
}