@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - //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: 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:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: -0.1rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.pc{
  display: none;
}


#wrapper {
  width: 750px;
  margin: auto;
  background: url("../img/bg.gif");
  overflow: hidden;
}

header#main {
  background: -webkit-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: -moz-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: -o-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: -ms-linear-gradient(90deg, #008cd7 0%, #00aeeb 100%);
  background: linear-gradient(0deg, #008cd7 0%, #00aeeb 100%);
  width: 750px;
  height: 150px;
  position: relative;
  z-index: 100;
}
header#main .menu {
  float: left;
  padding: 25px 0 0 25px;
  position: relative;
}
header#main .menu p {
  position: absolute;
  top: 25px;
}
header#main .menu p.close {
  display: none;
}
header#main ul {
  float: right;
  padding: 25px 25px 0 0;
}
header#main ul li {
  float: left;
  margin-left: 20px;
}
header#main ul li.toEnglish a{
  display: block;
  width: 98px;
  height: 98px;
  text-decoration: none;
  color: #fff;
  background: #027bd3;
  text-align: center;
  line-height: 98px;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 1.2rem;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

#navigation {
  position: absolute;
  width: 750px;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: none;
  opacity: 0;
  overflow: hidden;
}
#navigation ul {
  margin-top: 150px;
}
#navigation li {
  height: 120px;
  background: url("../img/arrow_blue.png") no-repeat 688px center white;
  overflow: hidden;
}
#navigation li:nth-child(odd) {
  background-color: #e6e6e6;
}
#navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0073e5;
  font-size: 30px;
  line-height: 120px;
  padding-left: 25px;
  font-weight: bold;
  text-decoration: none;
}

#bottomnav li {
  height: 120px;
  background: url("../img/arrow_blue.png") no-repeat 688px center white;
  overflow: hidden;
}
#bottomnav li:nth-child(odd) {
  background-color: #e6e6e6;
}
#bottomnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0073e5;
  font-size: 30px;
  line-height: 120px;
  padding-left: 25px;
  font-weight: bold;
  text-decoration: none;
}

article .copyright {
  font-size: 22px;
  line-height: 1.3;
  margin-left: 25px;
  margin-bottom: 80px;
}

footer {
  background: #e6e6e6;
  padding: 60px 0;
  text-align: center;
}
footer h1 {
  margin-bottom: 50px;
}
footer ul {
  margin-bottom: 50px;
}
footer ul li {
  display: inline-block;
  font-size: 26px;
}
footer ul li:first-child:after {
  content: "|";
  margin-left: 55px;
  margin-right: 56px;
}
footer ul li a {
  color: #000000;
}
footer .copyright {
  font-size: 20px;
  line-height: 1.4;
}

.title {
  background: #FFF;
  color: #0073e6;
  padding: 25px;
  font-size: 40px;
  border-bottom: 1px solid #0073e6;
  margin-bottom: 70px;
}

.subnav {
  width: 700px;
  margin: 0 auto 40px;
}
.subnav li {
  background: url("../img/arrow_white_down.png") no-repeat 654px center #ff667f;
  margin-bottom: 20px;
  width: 700px;
  height: 80px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.subnav li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 80px;
  font-size: 26px;
  padding-left: 30px;
}
.contents {
  margin-bottom: 60px;
}

.contents h2 {
  background: #0099e6;
  height: 80px;
  padding-left: 25px;
  color: #ffffff;
  font-size: 34px;
  line-height: 80px;
  margin-bottom: 40px;
}

#base .catch {
  margin-bottom: 20px;
}

/* 150817 */

.catch { color: #0073e6; font-size: 50px; font-weight: bold; text-align: left; line-height: 1.4; margin-bottom: 40px; }
.chach_2nd { margin-top: 40px; }
.text { font-size: 30px; line-height: 1.4; }
.red { color: #ff4e59; }
.blue { color:#0073e6; }
.fs24 { font-size: 28px; }
.fs26 { font-size: 30px; }
.attention { font-size: 12px; vertical-align: top;}

.contents section{ width: 700px; margin: auto;}

.lead { margin: 0 auto 60px; position: relative; width: 700px; }
.sp28 { font-size: 28px; }
.ex { font-size: 30px; margin-bottom: 70px; background: #e5f7fd;  margin: 0 auto; width: 640px; margin: 40px 0 0 0; padding: 32px 30px; }

.contents .s1 ul, .contents .s3 ul, .contents .s5 ul { padding-left: 1em; }
.contents .s1 li, .contents .s3 li, .contents .s5 li { text-indent: -1em; }

.contents .s2 ul { margin-top: 50px; }
.contents .s2 li { position:relative; top:0; width: 700px; height:auto; background: #ee7981; padding: 30px 0; margin-bottom: 40px; text-align: center; line-height: 1.4; color: #fff; font-size: 36px; -webkit-border-radius: 12px; border-radius: 12px; }
.arrow02 { position:absolute; bottom:-47px; left: 50%; margin-left: -25px; border-top: 25px solid #ee7981; border-right: 32px solid transparent; border-bottom: 25px solid transparent; border-left: 32px solid transparent; }


.contents .s3 .btn a { display: block; width: 520px; height: 74px; margin: 49px auto 0; line-height: 74px; font-size: 26px; text-decoration: none; background:#ff6680; color:#fff; position: relative; -webkit-border-radius: 8px; border-radius: 8px; text-align: center;}
.contents .s3 .btn img { position: absolute; top: 24px; right: 89px; }

.contents .s4 { width: 640px; padding: 30px; background: #ffd5d9; }

.contents .s5 {margin-bottom: 40px;}

