/*
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;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	transition: 1.5s ;
}

ul.check li img.cimg {
	margin-left: -23px;
	max-width:100%;
}

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.8;
  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;
}*/

.bubble_enji {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color:#77B4FF;
  font-weight: bold;
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.bubble_enji:before, .bubble_enji:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #99CCFF;
}

.bubble_enji:before {
  left:0;
}
.bubble_enji:after {
  right: 0;
}

.title-wrap {
  background: url() no-repeat center top;
  /*height: 200px;*/
  text-align: center;
}

.title-wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 200px;*/
  padding:10px;
  padding-bottom: 1.5em;
  box-sizing: border-box;
}

.title-wrap h2 {
  font-size: 40px;
  color: #333333;
  line-height: 1.5;
/*  text-shadow:1px 1px 3px #006699;
  text-shadow:1px 1px 3px #888888;*/
}

.title-wrap h2 span {
  /*background: linear-gradient(transparent 70%, #90e4e4 70%);*/
  background-image: linear-gradient(90deg, #99CCFF, #539BFF);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 30%;
  position: relative;
}

@media only screen and (max-width: 960px) {
	.title-wrap {
		background: url() 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.2em;
	}
	ul.check li img.cimg {
		margin-left: -18px;
	}
}
.section__container {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}

.section__container .text-box {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
}

.hero__container {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 30px;
}


@media only screen and (max-width: 960px) {
  .section__container {
    width: 90%;
    padding: 30px 0;
  }
  .hero__container {
    width: 90%;
    padding: 0 0 30px;
  }
	.section__container .text-box {
	  width: 100%;
	  margin: 0 auto;
	  padding: 0;
	  font-size: 1em;
	}
	img.responsive{
		max-width: 100%;
	}
}
header1{
	margin:0;
	padding: 0;
  vertical-align: bottom;
}

.header1 {
  width: 100%;
  /*max-width:1600px;*/
  text-align: center;
	margin:0 auto;
	padding: 0;
  background: url(../images/fv1_bg.jpg) no-repeat scroll center top, #fff;
  vertical-align: bottom;
}

header2{
	margin:0;
	padding: 0;
  vertical-align: bottom;
}

.header2 {
  width: 100%;
  /*max-width:1600px;*/
  text-align: center;
	margin:0 auto;
	padding: 0;
  background: url(../images/fv2_bg.jpg) no-repeat scroll center top, #fff;
  vertical-align: bottom;
}

header3{
	margin:0;
	padding: 0;
  vertical-align: bottom;
}

.header3 {
  width: 100%;
  /*max-width:1600px;*/
  text-align: center;
	margin:0 auto;
	padding: 0;
  background: url(../images/fv3_bg.jpg) no-repeat scroll center top, #fff;
  vertical-align: bottom;
}

header4{
	margin:0;
	padding: 0;
  vertical-align: bottom;
}

.header4 {
  width: 100%;
  /*max-width:1600px;*/
  text-align: center;
	margin:0 auto;
	padding: 0;
  background: url(../images/fv4_bg.jpg) no-repeat scroll center top, #fff;
  vertical-align: bottom;
}

@media only screen and (max-width: 960px) {
	.header1, .header2, .header3, .header4{
		background-image: none;
	}
	.header1 img, .header2 img, .header3 img, .header4 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 : 0.2em 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 #E8EAE9;
}

.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%);
	width: 100%;
    padding: 30px;
	margin: 40px auto 40px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
}

.gold-bg{
    background: linear-gradient(to right, #ead391 0%,#f7f0da 50%, #ead391 100%);
	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: 0 0px;
	width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #cccccc;
	padding: 0px 0 20px 45px;
	margin: 0px auto 20px;
	display: block;
}
.check li:last-child{
    border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.check li.final{
    border-bottom: none;
	padding-bottom: 0px;
}

.check li p{
  font-weight: normal;
}

.gold-bg .check li{
	background-image: url("../images/check3.png");
}

ul.check.check5,
ul.check.check2 {
	width: 90%;
	padding-left: 0px;
	padding-right: 0px;
}
@media only screen and (max-width: 960px) {
	ul.check.check5,
	ul.check.check2 {
		width: 100%;
	}
}

ul.check.check2 li {
	background-image: url(../images/check5.png);
	background-position: 0 0.3em;
	background-size: 1.1em auto;
	padding: 0px 0 20px 1.6em;
}

@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;
	}

	.gold-bg{
	    background: linear-gradient(to right, #ead391 0%,#f7f0da 50%, #ead391 100%);
		width: 100%;
	    padding: 15px;
		margin: 25px auto 25px;
		overflow: hidden;
		display: block;
		box-sizing: border-box;
	}

	.check{
	    padding: 15px;
	}
	.check li{
	    font-size: 18px;
		padding: 0px 0 10px 35px;
		margin: 0px auto 10px;
		background-size: 1.4em;
	}
}
/*profile section*/

.profile{

  padding: 50px 0 0;
  box-sizing: border-box;
  /*max-width: 1600px;*/
  margin: 0 auto;

}

.profile .section__container{

  width:960px;
  margin: 0 auto;
  padding: 40px 0;
}

.profile .inner{
  padding: 30px;
    background: #eee;
}
.profile .inner .photo{
  padding-bottom: 30px;
}
.profile .inner .disc{
  padding: 1em;
  background-color: #fff;
}
.mb-1{
  margin-bottom: 1em;
}
.profile .name{
  display: block;


  font-size: 100%;
  padding: 1em;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.profile ._sign{
  font-size: 110%;
  font-weight: bold;
}
.profile ._sign span{
  font-size: 16px;
  font-weight: normal;
}
.profile .mb30{
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
.profile .name{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 290px;
  font-size: 110%;
  text-align: left;
}
.profile ._sign{
  font-size: 150%;
  font-weight: bold;
}
.profile ._sign span{
  font-size: 16px;
  font-weight: normal;
}
.profile .mb30{
  margin-bottom: 30px;
}
}


.outline{
  /*background: url() no-repeat center top,#cfc8c0;*/
  background-image: linear-gradient(90deg, #99CCFF, #539BFF);
  /*background-image: linear-gradient(to right, #10294e, #000E8B, #10294e);*/
  padding: 50px 0;
  box-sizing: border-box;
  /*max-width: 1600px;*/
  margin: 0 auto;
}

.outline .section__container{
  background: #fff;
  max-width:900px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}



.profile h3,
.outline h3{
	background-image: linear-gradient(to right, #F3F3F3, #FCFCFC, #F3F3F3);
	padding: 2%;
	box-sizing: border-box;
	font-size: 1.4em;
}

.profile h3 span,
.outline h3 span{
	color: #6992DF;
}

.profile .box,
.outline .box{
  padding: 20px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  .outline .section__container {
    width: 90%;
    padding: 30px;
  }
}

table.shousai {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #CCC;
    margin:0 auto 40px
}

table.shousai th {
    background-color: #333;
    color: #FFF;
    text-align: center;
    border: solid 1px #CCC;
    padding:10px
}

table.shousai td {
     text-align: center;
    vertical-align: middle;
    border: solid 1px #CCC;
    padding:10px 10px 5px
}
.td1 {
    background-color: #DDD;
    vertical-align: top;
}

@media only screen and (max-width: 960px) {
	.profile .box{
			font-size: 85%;
	}
	table.shousai {
		font-size: 75%;
    margin:0 auto 25px
	}
	table.shousai th {
	    padding:5px;
	}
	table.shousai td {
	    padding:5px;
	}
	.profile h3{
		font-size: 1.1em;
	}
}

#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: 5% 0;
	}
	.profile .section__container{
	  background: #fff;
	  width:100%;
	  margin: 0 auto;
	  padding: 30px 0;
	}
  .profile .section__container .inner{
    padding: 15px;
  }

	.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: #99CCFF;
  padding: 24px 0;
  color: #645748;
  text-align: center;
}

.footer p{
  margin-bottom: 2em;
}

.footer a {
  color: #645748;
}
.footer a:hover {
  opacity: 0.6;
  color: #645748;
  text-decoration: none;
}
.footer a:focus, .footer a:visited {
  color: #645748;
  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;
  }
}

/* 点滅 */

.flash{
	-webkit-animation:flash 0.8s ease-in-out infinite alternate;
    -moz-animation:flash 0.8s ease-in-out infinite alternate;
    animation:flash 0.8s ease-in-out infinite alternate;
    font-weight: bold;
	color: #B20000;
}
@-webkit-keyframes flash{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes flash{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes flash{
    0% {opacity:0;}
    100% {opacity:1;}
}
