@charset "utf-8";

/* ****************************************************
Title: css
---------------------------------------------------------------------------- */
.section {
	width: 705px;
}

/* =============================
 .section1
==============================*/
.sec01 {
	margin-bottom: 120px;
}

.sec01 .btn_area{
	margin-bottom: 50px;
}

.sec01 .btn_area li:first-child{
	margin-bottom: 20px;
}

.sec01 .btn_area li a {
	text-decoration: none;
	color: #333;
	background-color: #EEEEEE;
	text-align: center;
	line-height: 1;
	padding: 30px 0;
	display: block;
	width: 100%;
}

.sec01 .btn_area li a:hover {
	background-color: #ccc;
	color: #111;
}

.sec01 .btn_area li a span {
	display: block;
}

.sec01 .btn_area li a span.fir {
	margin-bottom: 8px;
}

.sec01 .btn_area li a i {
	margin-left:10px;
}

.sec01 .chead {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 25px;
	border-left: solid 3px #AEAEAE;
	padding-left: 10px;
	line-height: 1;
}

.sec01 .form{
  margin-bottom: 80px;
}

.sec01 input:not(.method){
  height: 30px;
}

.sec01 textarea{
  height: 120px;
  width: 100%;
}

.sec01 .form .form_row{
  display: flex;
  flex-wrap: nowrap;
  border-right: solid #bbbbbb 1px;
  border-left: solid #bbbbbb 1px;
  border-top: solid #bbbbbb 1px;
}

.sec01 .form .form_row .cen{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
  padding: 20px;
  background-color: #EDEFF1;
  box-sizing: border-box;
}

.sec01 .form .form_row.last{
  border-bottom: solid #bbbbbb 1px;
}

.sec01 .form .form_row.form_row-center{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-top: 40px;
  border: none;
}

.sec01 .form .form_row label{
  box-sizing: border-box;
  font-weight: 700;
}

.sec01 .form .form_row .form_content label{
  padding: 20px;
  background-color: #fff;
}


.sec01 .form .form_row .form_content{
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}

.sec01 .form button.btn-send{
  background-color: #09204D;
  color: #fff;
  border: none;
  padding: 10px;
  width: 250px;
  cursor: pointer;
}

.sec01 .form input.btn-return{
  background-color: #EDEFF1;
  color: #09204D;
  border: none;
  padding: 10px;
  width: 250px;
  cursor: pointer;
}

.sec01 .form button:hover{
  opacity: 0.7;
}

.sec01 .alert_fin{
  font-size: 24px;
  color: #CA4A1F;
  padding: 0px 0px 80px;
  font-weight: 600;
  text-align: center;
}

/* =============================
 .section2
==============================*/
.sec02 dl {
	border-right: solid #bbbbbb 1px;
	border-left: solid #bbbbbb 1px;
	border-top: solid #bbbbbb 1px;
	align-items:center;
}

.sec02 dl.last {
	border-bottom: solid #bbbbbb 1px;
}

.sec02 dl dt {
	background-color: #EDEFF1;
	padding: 22px 0 22px 20px;
	width: 60%;
	border-right: solid #bbbbbb 1px;
	box-sizing: border-box;
	    align-self: stretch;
}

.sec02 dl dd {
	width: 40%;
	box-sizing: border-box;
}

.sec02 dl dd .bold {
}


@media screen and (max-width: 740px) {
.contents_area .chead {line-height: 1.5;}
.section {width: 100%;}
/* sec01 */
.sec01 {width: 95%;margin-bottom: 80px;}
.sec01 .btn_area li a{
	line-height: 1.5;
}

.sec02 dl{
	margin-bottom: 20px;
	border-bottom: solid #bbbbbb 1px;
}

.sec02 dl dt{width: 100%;border-right: none;
	border-bottom: solid #bbbbbb 1px;}
.sec02 dl dd {width: 100%;}
.sec02 dl dd .stxt {padding-bottom: 20px;}
}






















