@charset "utf-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin:0;
  padding:0;
  border:0;
  font-style:inherit;
  font-weight:inherit;
  font-size:100%;
  vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
  display:block;
}

html {
  color:#000;
  font-size:62.5%;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight:400;
}

body {
  width:100%;
  height:100%;
  font-size:1.4rem;
  -moz-text-size-adjust:none;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  line-height:1.6;
  background-color:#fff;
  word-break:break-word;
}

*,
:after,
:before {
  box-sizing:border-box;
}

button,input,input[type=file],select,textarea {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:none;
  margin:0;
  padding:0;
  border:none;
  background:none;
  font:inherit;
  border-radius:0;
  word-break:normal;
}

select::-ms-expand {
  display:none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color:#ccc;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:none;
  margin:0;
}

input[type=number] {
  -moz-appearance:textfield;
}

ol,
ul {
  list-style:none;
}

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

caption,td,th {
  text-align:left;
}

a {
  color:#f00;
  text-decoration:underline;
  outline:none;
  -webkit-transition:color .15s ease-in;
  transition:color .15s ease-in;
}

img {
  font-size:0;
  vertical-align:top;
}

hr {
  height:1px;
  margin:0;
  border:0
}


.wrapeer {
  min-width:1118px;
}
@media screen and (max-width:768px) {
	.wrapeer {
		min-width:0;
	}
}

.main_contents {
  padding-top:65px;
}
.main_contents {
  padding-top:95px;
}
@media screen and (max-width:768px) {
	.main_contents {
		padding-top:0;
		padding-bottom:56px;
	}
	.main_contents {
		padding-top:0;
	}
}

.content {
	margin-top:70px;
}
@media screen and (max-width:768px) {
	.content {
		margin-top:25px;
	}
}

.content_in {
  width:1118px;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  margin-bottom:60px;
}
@media screen and (max-width:768px) {
	.content_in {
		width:100%;
		margin-bottom:40px;
		padding-left:15px;
		padding-right:15px;
	}
}

.title_ver1 {
	display:-webkit-box;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	margin-bottom:44px;
}
@media screen and (max-width:768px) {
	.title_ver1 {
		margin-bottom:20px;
	}
}

.title_ver1_main {
  font-weight:700;
  font-size:3.2rem;
  line-height:1.2;
}
@media screen and (max-width:768px) {
  .title_ver1_main {
    font-size:2rem;
  }
}

.content_in_wrap {
	margin-top:30px;
	font-weight:700;
	font-size:2rem;
}
@media screen and (max-width:768px) {
	.content_in_wrap {
		margin-top:20px;
		font-size:1.6rem;
	}
}

.content_in_cont {
	position:relative;
	margin-top:0;
	border:1px solid #cecece;
	border-top:0;
	padding:25px 25px 40px;
	border-radius:3px;
	width:100%;
	margin-top:30px;
	padding:25px;
	border-top:1px solid #cecece;
	border-radius:0;
	display:block;
}
@media screen and (max-width:768px) {
	.content_in_cont {
		top:-1px;
		margin-top:0;
		padding:25px 15px 40px;
	}
}

.content_in_section {
	margin-top:20px;
	margin-bottom:50px;
	font-size:1.4rem;
}
@media screen and (max-width:768px) {
	.content_in_section {
		width:100%;
		margin-right:0;
	}
}

.content_in_txt{
	margin-bottom:15px;
}
.content_in_txt:last-child {
	margin-bottom:0;
}

.content_title_ver2 {
	border-bottom: 2px solid #ccc;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 35px;
	margin-top: 10px;
	padding-bottom: .3em;
}
@media screen and (max-width:768px) {
	.content_title_ver2 {
		margin:35px 0 20px;
		margin-bottom:20px;
	}
	.content_title_ver2:first-child {
		margin-top:0;
	}
	.content_title_ver2:first-of-type {
		margin-top:0;
	}
}

.content_title_ver2_main {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width:768px) {
	.content_title_ver2_main {
		font-size:1.6rem;
	}
}

.content_title_ver3 {
	margin-top:0;
	margin:50px 0 15px;
}
@media screen and (max-width:768px) {
	.content_title_ver3 {
		margin-bottom:8px;
	}
}
div.content_title_ver3 {
	margin-top:30px;
}
.content_title_ver3:first-of-type {
	margin-top:0;
}

.content_title_ver3_border {
	padding-left:12px;
	position:relative
}
.content_title_ver3_border:before {
	content:"";
	position:absolute;
	left:0;
	top:5px;
	width:4px;
	height:15px;
	background-color:#ed1c24
}

.content_title_ver3_main {
	font-size:1.6rem
}

.content_title {
	margin:20px 0 15px;
}
.content_title:first-of-type {
	margin-top:0;
}

.content_list_dot li {
	font-size:1.4rem;
	position:relative;
	line-height:1.7;
}
.content_list_dot li:before {
	content:"";
	position:absolute;
	top:.7em;
	left:6px;
	width:4px;
	height:4px;
	border-radius:50%;
	background-color:#000;
}
.content_list_dot.content_dot_lg li {
	padding-left:20px;
}
.content_list_dot.content_dot_lg li:before {
	width:7px;
	height:7px;
}
.content_list_dot li:before {
	background-color:#ed1c24;
}



.content_form_list {
	margin:37px auto;
}
@media screen and (max-width:768px) {
	.content_form_list {
		margin-top:25px;
	}
}

.content_form_row {
	margin-bottom:20px;
	padding:0 16px 18px;
	border-bottom:2px solid #ccc;
}
@media screen and (max-width:768px) {
	.content_form_row {
		margin-bottom:20px;
		padding:0 5px 20px;
	}
}

.content_form_item {
	display:table;
	width:100%;
}
.content_form_item > * {
	/*display:table-cell;*/
	vertical-align:top;
}
.content_form_item dt {
	width:330px;
}

.content_form_title {
	display:inline-block;
	vertical-align:top;
	font-size:1.6rem;
	font-weight: bold;
}
.content_form_title > span {
	font-size:1.2rem;
}
@media screen and (max-width:768px) {
	.content_form_title span {
		display:inline;
	}
}

.content_form_label {
	display:inline-block;
	/*border-radius:8px;*/
	padding:2px 8px 3px;
	margin:0 0 0 10px;
	font-size:1.1rem;
	line-height:1.2;
	vertical-align:middle;
}

.content_form_label_required {
	color:#fff;
	background:#ed1c24;
}

.content_form_box .content_select,
.content_form_box .content_input
{
	padding: 5px 12px 4px;
	width: 100%;
}

.content_input,
.content_select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	padding:9px 25px 8px;
	border:2px solid #ccc;
}

.content_txtarea {
	width:100%;
	padding:5px 12px;
	border:1px solid #ccc;
}

.content_text_note {
	color:#666;
	text-indent:-1em;
	padding-left:1em;
	font-size:1.2rem;
	line-height:1.6
}

.content_btn_list {
	font-size: 0;
	margin-top: -15px;
}

.content_btn_position {
	text-align: center;
}

.content_btn_list .content_btn_item {
	display: inline-block;
	font-size: 1.6rem;
	margin: 15px 20px 0;
	vertical-align: middle;
}

.content_btn {
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 30px 10px 30px;
  text-align: center;
}

.content_btn_red {
  background-color: #ed1c24;
  color: #fff;
}

.content_btn_gray {
  background-color: #eee;
  color: #000;
}

.content_error {
  border: 1px solid #FF0004;
  background-color: #FFF;
  padding: 10px;
  color: #FF0004;
  margin-bottom: 20px;
}

.content_error ul {
  margin-top: 10px;
}