@charset "utf-8";


*{
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size:100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	background:none;
	border:0;
}
input, textarea{
	margin: 0;
	padding: 0;
}
input[type=text],
input[type="number"],
input[type="tel"],
textarea {
	-webkit-appearance:none;
	display:inline-block;
	width:100%;
	padding:8px;
	box-sizing:border-box;
	border-radius:5px;
	border:0;
	border:1px solid #d4d4d4;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', sans-serif;
  font-size: 100%;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] { 
	-moz-appearance: textfield; 
} 
input,textarea,select,option:focus {
  outline:none;
	font-family:'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', sans-serif;
}
textarea {
  display: block;
}
ol, ul{ list-style:none; }
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{ text-align: left; }
a:focus {	outline:none; }
body{
  /* opacity: 0; */
	background:#ffffff;
	font-size:81.3%;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0.1em;
}
a {
	color:#333333;
	text-decoration:none;
}

/* clearfix */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 





/*/////////////////////////

ヘッダー

/////////////////////////*/
header h1 {
	background:#4383d2;
	padding:27px 0;
}
header h1 div {
	width:1000px;
	margin:0 auto;
}
header h1 div a {
	display:inline-block;
	width:350px;
	height:25px;
	margin-right:15px;
	background:url(../../images/logo.png) no-repeat left top;
	text-indent:-9999px;
}
header h1 div img {
	display:inline-block;
	vertical-align:-10px;
}
header nav {
	background:#fff;
}
header nav ul {
	width:1000px;
	margin:0 auto;
}
header nav ul li {
	display:inline-block;
	margin-right:40px;
	padding:15px 0;
}
header nav ul li a {
	font-weight:bold;
	font-size:107.7%;
	color:#4383d2;
}
header nav ul li a:hover {
	opacity:0.8;
	transition:.3s;
}
header p {
	position:absolute;
	top:0;
	right:20px;
	width:368px;
	height:113px;
	background:url(../../images/tel.png) no-repeat left top;
}
header p a {
	display:block;
	position:absolute;
	top:66px;
	right:25px;
	width:125px;
	height:25px;
	background:url(../../images/contact_btn.png) no-repeat left top;
	text-indent:-9999px;
}

h2 {
  margin-bottom: 40px;
}
h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 270px;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
h2 strong {
  font-weight: bold;
  font-size: 2.17em;
}
h2 span {
	background:url(../../images/header_entry.jpg) no-repeat center top / cover;
}
article {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
h3 > span > span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 65px;
  color: #4383d2;
  font-weight: 600;
  font-size: 20px;
}
h3::before, h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: url(../../images/stripe.png);

}
#text {
  line-height: 1.7;
  margin: 30px 0;
}
article > div {
	width:960px;
	margin:0 auto;
}
article > div > div {
	margin-bottom:40px;
}
article > div #noImage {
	width:calc(100% - 40px);
	margin:0 0 20px;
}
article > div > div > img {
	display:block;
	float:left;
	width:200px;
}
article > div #noImage img {
	display:none;
}
article > div > div > div {
	float:left;
	width:740px;
	margin-left:20px;
}
article > div > #noImage > div {
	margin-left:0;
}

h4 {
	color:#4383d2;
	font-weight:bold;
	font-size:130.8%;
}
article > div > div > div span {
	display:inline-block;
	margin:5px 0 15px;
	padding:0 10px;
	border:1px #4383d2 solid;
	border-radius:2px;
	background:#fff;
	color:#4383d2;
	font-size:84.6%;
}
article > div > div > div p {
	line-height:1.8em;
	padding:10px;
	background:#e9f5ff;
	font-size:92.3%;
}
form > strong {
  display: block;
  margin-bottom: 5px;
  color: #d62222;
  text-align: center;
}
h5 {
	margin-bottom:10px;
	font-size:138.5%;
}
table {
	width:100%;
	margin-bottom:40px;
	table-layout: fixed;
	border-top:1px #cdcdcd solid;
}
table th {
	width:180px;
	padding:0 20px;
	border-bottom:1px #cdcdcd solid;
	background:#f6f6f6;
	vertical-align:middle;
}
table th span {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #d62222;
  color: #fff;
  font-size: 11px;
  vertical-align: 2px;
}
table td {
	line-height:1.8em;
	padding:25px;
	border-bottom:1px #cdcdcd solid;
}	
table td a {
	display:inline-block;
	border-bottom:1px #4383d2 solid;
	color:#4383d2;
	font-weight:bold;
}
table td strong {
  color: #d62222;
}
.offer_list a {
	color:#4383d2;
	font-weight:bold;
	font-size:125%;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked+label {
	color: #fff;
	background:rgba(85,194,240,1.00);
}
.radio-parts{
  display:inline-block;
  padding-left: 26px;
  position:relative;
  color: #000;
}
.radio-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #bdbdbd;
  background: rgba(255,255,255,1.00);
  border-radius: 50%;
}
.radio-input:checked + .radio-parts{
  color: #1a68c9;
}
.radio-input:checked + .radio-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #1266cd;
  border-radius: 50%;
}

.sendBtn {
  display: block;
  width: 250px;
  margin: 0 auto;
}
.sendBtn input {
  width: 100%;
  padding: 20px 0;
	background: #4383d2;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

#agreement {
  margin-bottom: 30px;
  text-align: center;
}
#agreement a {
  color: #4383d2;
}
#agreement input {
  vertical-align: -3px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}



@media screen and (max-width:1100px){
h3 {
  padding: 0 10px;
}

#text {
  padding: 0 15px;
}
article h3 span span {
	background:#fff url(../../images/icon_entry.png) no-repeat 10px center;
}
article > div {
	width:100%;
}
article > div > div {
	padding:0 20px;
}
article > div > div > img {
	display:block;
	float:left;
	width:200px;
}
article > div > div > div {
	float:left;
	width:calc(100% - 220px);
	margin-left:20px;
}
h5 {
	padding:0 15px;
}
table {
	margin-bottom:30px;
}
table th {
	display:block;
	width :100%;
	padding:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align:top;
}
table td {
	display:block;
	width:100%;
	padding:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
}

@media screen and (max-width:780px){
  h2 {
    margin-bottom: 30px;
  }
h2 span {
  height: 150px;
  font-size: 20px;
}

article > div > div {
	padding:0 10px;
}
article > div > div > img {
	display:block;
	float:none;
	width:200px;
}
article > div > div > div {
	float:none;
	width:100%;
	margin:15px 0 0;
}
}





/*/////////////////////////

ページトップ

/////////////////////////*/
#pageTop {
	display:none;
	position:fixed;
	right:10px;
	bottom:73px;
}
#pageTop:hover {
	opacity:0.9;
}
#pageTop a,
#pageTop img {
	display:block;
	width:60px;
	height:60px;
}



/*/////////////////////////

フッター

/////////////////////////*/
footer {
	line-height:1.5em;
	border-top:1px #bfbfbf solid;
	padding:15px;
	font-size:12px;
	text-align:center;
}
footer a {
	display:inline-block;
	transition:0.3s;
}
footer a:hover {
	opacity:0.8;
}
footer small {
	display: block;
  float: none;
  margin-top: 3px;
}




@media screen and (max-width:1100px){
/*/////////////////////////

ヘッダー

/////////////////////////*/
header h1 {
	padding:27px 20px;
}
header h1 div {
	width:100%;
}
header h1 div a {
	width:345px;
	height:25px;
	margin-right:20px;
	background:url(../../images/logo.png) no-repeat left top;
}
header h1 div img {
	display:inline-block;
	vertical-align:-10px;
}
header nav {
	padding:0 20px;
}
header nav ul {
	width:100%;
}
header nav ul li a:hover {
	opacity:1;
	transition:none;
}


/*/////////////////////////

ページトップ

/////////////////////////*/
#pageTop:hover {
	opacity:1;
}
}

@media screen and (max-width:980px){
header {
	margin-bottom:0px;
}
header nav {
  padding: 0 15px;
}
header nav ul li {
  margin-right: 15px;
  padding: 10px 0;
}
header p {
	display:none;
}


}

@media screen and (max-width:800px){
/*/////////////////////////

ヘッダー

/////////////////////////*/
header {
	margin-bottom:0;
}
header h1 {
	padding:15px 20px;
	transition:.3s;
}
header h1 div {
	width:100%;
}
header h1 div a {
	width:280px;
	height:20px;
	margin-right:0;
	background:url(../../images/logo.png) no-repeat left top / 100% auto;
}
header h1 div img {
	display:block;
	margin-top:10px;
	transition:.3s;
}
}




/*/////////////////////////

フッター

/////////////////////////*/
@media screen and (max-width:490px){
header h1 {
	padding:15px 10px;
}
header h1 div img {
	width:120px;
	height:auto;
}


}