/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
  background: #f6f6f6;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  flex-direction: column;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  line-height:1.5;
  font-size: 16px;
}

/* mixin
-----------------------------------------*/
/* contents
-----------------------------------------*/
.section__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  .section__ttl {
    font-size: 20px;
  }
}
/*.section__ttl:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #488D03;
  margin: 20px auto 0;
  border-radius: 16px;
}*/

.title-wrap {
  background: url(../images/title_bg.jpg) no-repeat center top;
  height: 200px;
}

.title-wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding:10px;
  box-sizing: border-box;
}

.title-wrap h2 {
  font-size: 46px;
  color: #ffffff;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  line-height: 1.5;
/*  text-shadow:1px 1px 3px #006699;*/
  text-shadow:1px 1px 3px #000000;
}
@media only screen and (max-width: 960px) {
	.title-wrap {
		background: url(../images/title_bg.jpg) no-repeat center top;
		height: 30vw;
		background-size: 160% 30vw;
	}
	.title-wrap .title {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30vw;
	}
	.title-wrap h2 {
		font-size: 1.4em;

	}
}
.section__container {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

.section__container .text-box {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .section__container {
    width: 90%;
    padding: 30px 0;
  }
	.section__container .text-box {
	  width: 100%;
	  margin: 0 auto;
	  padding: 0;
	  font-size: 1em;
	}
	img.responsive{
		max-width: 100%;
	}
}
header{
	margin:0;
	padding: 0;
  vertical-align: bottom;
}

.header {
  width: 100%;
  max-width: 1600px;
  text-align: center;
	margin:0 auto;
	padding: 0;
  background: url(../images/header_bg.jpg) no-repeat scroll center top, #fff;
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
	.header img{
		width:100%;
	}
}

main{
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
}

/*mail_form section*/

.mail_bg{
  /*background: #f6f6f6;*/
  background: url(../images/2ndbg.jpg) repeat-y scroll center top, #fff;
}
.mail_bg .section__container{
  padding: 50px 0 30px;
}
@media only screen and (max-width: 960px) {
	.mail_bg .section__container{
	  padding: 30px 0 30px;
	}
}
.sub__catch{
	padding: 1rem 0 2rem;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

.mail_form {
padding: 0 0 30px;

}
.mail_form p {
	font-size: 1.7em;
}
.mail_form input[type="mail"] {
	width: 640px;
	font-size: 36px;
	padding : 10px;
	border: 3px solid #666;
	margin: 0 auto 30px auto;
}
span.required {
	background-color: #CC0000;
	color: #fff;
	padding : 0em 0.4em;
	border-radius: 5px;
}
.check_wrap{
    width: 100%;
    text-align: center;
    margin: 0px auto 20px;
}

input[type=checkbox], input[type=radio] {
	transform: scale(2);
	margin: 0 6px 0 0;
}

.kome{
    background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	max-width: 660px;
	height: 65px;
	font-size: 14px;
	line-height:  20px;
	color: #333;
	padding: 15px 20px;
	margin: 20px auto 0;
	overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
	display: block;
}
.kojin{
    font-size: 16px;
	font-weight: bold;
    line-height: 16px;
    text-align: center;
    margin: 0px auto -10px;
	display: block;
}

@media screen and (max-width: 960px) {
	.sub__catch{
		padding: 1rem 0 1rem;
		font-size: 1.2em;
	}
  .mail_form {
    padding: 0 0 1rem;
  }
  .mail_form p {
    font-size: 1em;
  }
  .mail_form input[type="mail"] {
    width: 90%;
    font-size: 16px;
    border: 2px solid #666;
  }
  .mail_form .alpha + div{
    font-size: 0.85em;
  }
}

/*ord-block section*/

.ord-block {
  background: #fff;
}
.ord-block__desc {
  width: 960px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.ord-block__desc.last {
  margin: 0 auto;
}

.ord-block .box ul{
	margin-left: 1em;
	font-size: 1.1em;
}

.ord-block .box ul li{
	margin-bottom: 0.5em;
	font-weight: bold;
}

.ord-block .box.nodot ul{
	margin-left: 0;
	font-size: 1.1em;
	list-style-type: none
}

@media only screen and (max-width: 960px) {
  .ord-block__desc {
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.tokuten-wrap {
/*  background: url(../images/tokuten_bg.jpg) no-repeat center top #FEFDF9;*/
  background: url(../images/tokuten_bg.jpg) no-repeat center top #fcfcfc;
  background-size: contain;
}

.tokuten-wrap ul {
  list-style: none;
}

.tokuten-wrap ul li img {
  max-width: 100%;
}

@media only screen and (max-width: 960px) {
  #present .section__container  {
    width: 100%;
    padding: 20px 0;
  }
}

#gin{
/*    background: linear-gradient(to right, #eee 0%,#f6f6f6 50%, #eee 100%);*/
    background: url(../images/111.png) repeat center top #f6f6f6;
	width: 100%;
    padding: 30px;
	margin: 40px auto 40px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}

.check{
    /*font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    background-color: #FFF;
	width: 100%;
    list-style-type: none;
    padding: 30px;
	margin: 0px auto;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}
.check li{
	background-image: url("../images/check.png");
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
	padding: 10px 0 30px 0;
	margin: 0px auto 20px;
	display: block;
	text-indent:45px;
}
.check li img {
	display:block;
	margin:10px auto;
}
.check li:last-child{
    border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.notetxt{
	    font-size: 24px;
}

@media only screen and (max-width: 960px) {
	#gin{
	    background: linear-gradient(to right, #eee 0%,#f6f6f6 50%, #eee 100%);
		width: 100%;
	    padding: 15px;
		margin: 25px auto 25px;
		overflow: hidden;
		display: block;
		box-sizing: border-box;
	}
	.check{
	    padding: 15px;
	}
	.check li{
	    font-size: 20px;
		padding: 0px 0 10px 0;
		margin: 0px auto 10px;
		background-position: 0px 0px;
	}
	.notetxt{
		    font-size: 18px;
	}
}
/*profile section*/
.profile{
  background: #10294e;
  padding: 50px 0;
  box-sizing: border-box;
}

.profile .section__container{
/*  background: url(../images/bg_body.gif) repeat center top #FCF0DB;*/
  background-color:#f6f6f6;
  width:900px;
  margin: 0 auto;
  padding: 40px 0;
}

#gray{
    background-color: #EEE;
	max-width: 960px;
    padding: 30px;
	margin: 30px auto 0;
	overflow: hidden;
	display: block;
}
#gray h3{
    font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 640px;
    font-size: 35px;
    font-weight: bold;
	line-height: 45px;
    text-align: center;
	margin: 0px auto 30px;
    overflow: hidden;
	display: block;
}

.gaiyou {
    width: 840px;
    border-collapse: collapse;
    margin:0 auto 30px;
    font-size: 20px;
}

.gaiyou th {
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #CCC;
    padding:10px;
}

.gaiyou td {
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #CCC;
    padding:10px;
}
.gaiyou a{
	color: #127DE6;
}

@media only screen and (max-width: 960px) {
	.profile{
	  padding: 30px 0;
	}
	.profile .section__container{
	  background: #fff;
	  width:90%;
	  margin: 0 auto;
	  padding: 30px 0;
	}
	.profile .section__container .text-box {
	  width: 90%;
	  margin: 0 auto;
	  padding: 0;
	  font-size: 1em;
	}
	.company .section__container{
	  width:100%;
	  padding: 0;
	}
	#gray{
	    padding: 15px;
	}
	#gray h3{
	    font-size: 25px;
	    margin: 0px auto;
	}
	.gaiyou {
	    width: 100%;
	    margin:0 auto 30px;
	    font-size: 16px;
	}
}

.footer {
  background: #10294e;
  padding: 24px 0;
  color: #fff;
  text-align: center;
}

.footer p{
  margin-bottom: 2em;
}

.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}
.footer a:focus, .footer a:visited {
  color: #fff;
  text-decoration: none;
}

.btn_end {
	position: fixed;
    bottom: 10px;
	right: 10px;
	width: 30%;
	}
.btn_end img{
    width: 100%;
}

@media only screen and (max-width: 960px) {
  .footer {
    font-size: 12px;
    padding-bottom: 180px;
  }
	.btn_end {
	    position: fixed;
	    bottom: 10px;
	    right: 0px;
	    width: 100%;
	    text-align:center;
	}
	.btn_end img{
	    max-width: 600px;
	}
}

@media only screen and (max-width: 480px) {
  .footer {
    font-size: 12px;
    padding-bottom: 120px;
  }
}