
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y: scroll;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Meiryo", "Arial", "Hiragino Kaku Gothic Pro,osaka", sans-serif;
	font-size: 12px;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
p, li, dt, dd, table {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	font-size:12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2.0rem;
	color: #333333;
}
img {
	border: 0px;
}
ul,ol{
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
select option {
	padding: 0px 5px;
}
form label {
	cursor: pointer;
}
.cfix:after {
	content: "";
	display: block;
	clear: both;
}
.cfixo {
	overflow: hidden;
}
.ul,
.ol {
	padding-left: 40px;
	list-style-type: disc;
}
.ol {
	list-style-type: decimal;
}
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

/* ==== base END === */
html, body{
	width: 100%;
	height: 100%;
}
body {
  font-size: 14px;
  font-size: 1.4rem; 
  line-height:20px;
  line-height:2.0rem;
}
p {
  font-size: 14px;
  font-size: 1.4rem; 
  line-height:21px;
  line-height:2.1rem;
  padding:0 0 10px 0;
}
dl dt ,dl dd {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:20px;
	line-height:2.0rem;
	color: #333333;
}
a {
	color:#009bfe;
	text-decoration:underline;
}
a:hover {
	color:#009bfe;
	text-decoration:none;
}
.text-blue {
	color:#0078b5;
}
.kome {
	color:#0078b5;
	position:absolute;
	top:-4px;
}

/* #TOP */
#contents {
	margin:0 auto;
	width:1024px;
}
.main-img {
	text-align:center;
	padding:15px 0;
}
.main-img img {
	width:100%;
}
#box1 {
	display:flex;
	flex-wrap:nowrap;
	padding:55px 60px;
}
#box1 a.btn {
	display:block;
	width:324px;
	background-color:#fff000;
	padding:25px 0; 
	text-align:center;
	border-radius:8px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	margin-top:8px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#box1 a.btn:hover {
	color:#a99f12;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#box1 .h1-wrap {
	border-bottom:solid 2px #eff2e5;
	padding-bottom:15px;
	margin-bottom:15px;
	display:flex;
	justify-content: space-between; 
}
#box1 .h1-wrap h1 ,#box1 .h1-wrap p {
	font-size:21px;
	font-weight:normal;
	line-height:21px;
	padding-bottom:0px;
	position:relative;
}
.left-title {
	width:406px;
}
.right-detail {
	width:498px;
}
#box2 {
	display:flex;
	padding:40px 30px;
	justify-content: space-between; 
	flex-wrap:nowrap;
}
#box2 .left-title ,#box2 .right-detail {
	width:320px;
}
#box2 .prof {
	display:flex;
	flex-wrap:nowrap;
}
#box2 .prof img {
	margin-right:10px;

  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
#box2 h2 {
	padding:10px 0 5px 0;
}

.photos {
	width:100%;
}
#box3 {
	background:#ecf3f5;
	padding:55px 70px;
}

#box3 .item {
	font-size:18px;
	font-weight:bold;
	margin:15px 0 3px;
}
#box3 ul {
	display:flex;
	flex-wrap:wrap;
}
#box3 li {
	width:402px;
	padding:0 12px 10px;
}
#box3 li:nth-child(1) ,#box3 li:nth-child(3) {
	padding-right:44px;
}
iframe {
    vertical-align: bottom;
}
#box5 {
	background:#ecf3f5;
	padding:55px 70px;
}
#box5 .item {
	font-size:18px;
	font-weight:bold;
	margin:15px 0 3px;
}
#box5 ul {
	display:flex;
	flex-wrap:wrap;
	padding-top:10px;
}
#box5 li {
	width:402px;
	padding:0 12px 15px;
}
#box5 li:nth-child(1) ,#box5 li:nth-child(3) {
	padding-right:44px;
}
#footer {
	font-size:12px;
	background-color:#004d75;
	color:#95bed4;
	text-align:center;
	padding:10px 20px;
}
#footer a {
	color:#95bed4;
	text-decoration:underline;
}
#footer a:hover {
	color:#95bed4;
	text-decoration:none;
}


 @media screen and (max-width: 480px) {
.main-img {
	text-align:center;
	padding:0;
}
#contents {
	margin:0 auto;
	width:100%;
	max-width:480px;
}
.left-title {
	width:100%;
	padding-bottom:20px;
}
.right-detail {
	width:100%;
	padding-bottom:0px;
	word-wrap: break-word;
}
#box1 {
	display:flex;
	flex-wrap:wrap;
	padding:30px 25px 45px;
}
#box1 a.btn {
	width:100%;
}
#box2 {
	display:flex;
	padding:30px 25px 35px;
	justify-content: center;
	flex-wrap:wrap;

}
#box2 .left-title ,#box2 .right-detail {
	width:100%;
}
#box3 {
	background:#ecf3f5;
	padding:55px 25px;
}
#box3 ul {
	display:flex;
	justify-content: center;
}
#box3 li {
	width:100%;
	padding:0 12px 10px;
}
#box3 li:nth-child(1) ,#box3 li:nth-child(3) {
	padding-right:12px;
}
#box3 li img {
	width:100%;
}
#box5 {
	background:#ecf3f5;
	padding:55px 25px;
}
#box5 li {
	width:100%;
	padding:0 0 15px;
}
#box5 li:nth-child(1) ,#box5 li:nth-child(3) {
	padding-right:0;
}
 }
