@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.6em;/* =16px */
  color: #393731;
}
@media screen and (max-width:767px) {
body {
	-webkit-text-size-adjust: 100%;
  min-width: initial;
}
}
a {
  color: #393731;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover,
a:focus-visible {
  opacity: 0.7;
}
img {
	border-style: none;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: bold;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

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

/*----------------------------------------------
 index styles
----------------------------------------------*/
header {
  padding: 7px 0 18px;
  background: url(../img/bg-header.png) left bottom repeat-x #2EC2D8;
  background-size: auto 10px;
	display: grid;
	place-items: center;
}
main {
	width: calc(100% - 40px);
	max-width: 600px;
	margin: auto;
}
h2 {
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
  color:#2FB7CA;
	margin: 2em 1em 1em;
}
h2 span {
	display: inline-block;
}
.textBox {
	line-height: 1.8;
	margin-bottom: 50px;
}
.textBox .notice {
	text-indent: -1em;
	padding-left: 1em;
}
.textBox .companyName {
	text-align: right;
	margin-top: 1em;
}
h3 {
	font-size: 2.0rem;
	text-align: center;
	color:#2FB7CA;
	margin-bottom: 1em;
}
.contact {
	line-height: 1.8;
}
.contact a {
	display: block;
	text-decoration: underline;
}
.contact .notice span {
	display: inline-block;
}

