@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/

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%;
	font-style: normal;
    background:transparent;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}


body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
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;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
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;
}
/* 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;
}
html {
	overflow-y: scroll;
}
img {
	line-height: 0;
    vertical-align: bottom;
    font-size: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}






/***************/
html {
	font-size: 62.5%;
}
@media screen and (max-width:599px){
html {
	font-size: 2.5vw;
}
}

body {
    color: #333;
	font-size: 1.7rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

main {
    display: block;
}

footer {
    padding: 50px 0 30px;
    background-color: #59c2fc;
}

footer dt {
    font-size: 2rem;
    color: #fff;
    display: flex;
    justify-content: center;
}

footer dt figure {
    margin-right: 15px;
}

footer dd {
    margin-top: 10px;
    font-size: 1.6rem;
    color: #fff;
}

footer > div {
    max-width: 700px;
    margin: 50px auto 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

footer li {    
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: #fff;
}

footer li:last-child {    
    margin-bottom: 0;
} 

footer li a {
    text-decoration: none;
    color: #fff;
}

footer li a:hover {
    text-decoration: underline;
}

footer li li {
    margin: 3px 0 0;
    position: relative;
}

footer li li::before {
    content: "";
    width: 5px;
	height: 5px;
	margin-right: 10px;
    color: #fff;
	border-top: 1px solid;
	border-right: 1px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}

footer li li a {
    font-size: 1.3rem;
}



@media screen and (max-width:768px){
header {
    border-bottom: #eee 1px solid;
    position: sticky;
    top: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 9999;
}

footer {
    padding: 20px 0;
}

footer > div {
    display: none;
}
}



/***** clearfix *****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc {
	display: block;
}

.sp {
	display: none!important;
}

@media screen and (max-width:768px){
.pc {
	display: none;
}

.sp {
	display: block!important;
}
}




/***** nav *****/
#nav_area {
    background-color: #59c2fc;
}

#nav {
}

#nav li a {
    text-decoration: none;
    display: block;
    color: #fff;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

@media only screen and ( max-width : 768px ) {
  #menu_btn {
    top: 13px;
    right: 10px;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_btn.active {
    position: fixed;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00a6bf;
    transition: all .2s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
 .active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  .active .menu-trigger span {
    background-color: #fff;
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 55px 0;
    background: #00a6bf;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all .5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0;
    border-bottom: #fff 1px dotted;
  }
  #nav li:first-child {
    border-top: #fff 1px dotted;
  }
  #nav li a {
    position: relative;
    padding: 15px 10px;
    text-align: left;
    color: #fff;
  }
  #nav .focus {
    background-color: #27b7cd;
}
  #nav .menu-item-has-children > a:after,#nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0; 
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 11px;
  height: 1px;
  background: #fff;
  transition: .2s;
}
#nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#nav .menu-item-has-children > a.open:before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
#nav .menu-item-has-children > a.open:after{
  background: transparent;
}
  
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #fff7a4;
  }
  #nav .menu-item-has-children .sub-menu li {
      border: none;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 10px;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
  }
  #nav li li a {
    position: relative;
    padding: 10px 10px 10px 30px!important;
    text-align: left;
    color: #fff;
  }
}

@media print, screen and ( min-width : 769px ) {
  #menu_btn,.overlay {
    display: none;
  }
  #nav > ul {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
  }
  #nav > ul > li {
    font-size: 1.7rem;
    flex: auto;
    position: relative;
  }
  #nav > ul > li::after {
      content: "";
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #fff transparent;
      transition: .2s;
  }
  #nav > ul > li {
    border-right: #fff 1px solid;
  }
  #nav > ul > li:first-child {
      border-left: #fff 1px solid;
  }
  #nav > ul > li:nth-child(5) {
      padding: 5px;
  }
  #nav > ul > li:nth-child(5)::after {
      content: "";
      position: absolute;
      right: 20px;
      top: 44%;
      width: 6px;
      height: 6px;
      color: #59c2fc;
      border: none;
      border-top: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
      transition: .4s;
  }
  #nav li a {
      padding: 12px 15px;
      transition: .4s;
  }
  #nav > ul > li:nth-child(5) a {
      color: #59c2fc;
      padding: 7px 10px;
      background-color: #fff;
  }
  #nav .focus a {
    background-color: #46ace5;
    }
  #nav li a:hover {
      background-color: #46ace5;
  }
  #nav li:hover::after {
      content: "";
      position: absolute;
      right: 4px;
      bottom: 4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #fff transparent;
  }
  #nav > ul > li:nth-child(5) a:hover {
      background-color: #fff;
  }
  #nav > ul > li:nth-child(5):hover::after {
      content: "";
      position: absolute;
      right: 15px;
      top: 44%;
      width: 6px;
      height: 6px;
      color: #59c2fc;
      border: none;
      border-top: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block;
      vertical-align: middle;
  }
  
  #nav > ul > li:nth-child(6), #nav > ul > li:nth-child(7) {
      display: none;
  }
  
  #nav .menu-item-has-children > a {
    cursor: pointer;
  }
  /*#nav .menu-item-has-children > a.open:first-of-type,#nav .current-menu-item a {
    color: #dad4ec;
  }*/
  #nav .current-menu-item li a {
    color: #333;
  }
  #nav li ul.sub-menu {
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 49px;
    /*-webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    z-index: 999;
    box-shadow: 0px 0px 15px 1px rgba(120,120,120,0.2);
  }
  #nav li ul.sub-menu li {
      width: 100%;
      font-size: 1.6rem;
      text-align: left;
      border-bottom: #000 1px dotted;
  }
   #nav li ul.sub-menu li:last-child {
       border: none;
  }
  #nav li ul.sub-menu li a {
    padding: 15px;
    background-color: #fff;
  }
  #nav li ul.sub-menu li a:hover {
    color: #59c2fc;
  }
}




/***** ID *****/
#header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header ul {
    display: flex;
}

#header ul li {
    margin-left: 15px;
}

#header ul li a {
    padding: 5px 15px;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    display: flex;
    background: linear-gradient(to right, #56c0fc 50%, #0097fe);
    border: #56c0fc 1px solid;
    transition: .5s;
}

#header ul li a:hover {
    opacity: 0.7;
}

#header ul li a span {
    padding-right: 22px;
    background: url("../images/common/win_icon_w.svg") 100% 50% no-repeat;
}

#copy {
    margin-top: 50px;
    padding-top: 30px;
    font-size: 1.2rem;
    color: #fff;
    border-top: #fff 1px solid;
}


@media screen and (max-width:768px){
#header {
    max-width: 100%;
    height: 55px;
    margin: 0;
    /*padding: 15px 0 15px 10px;*/
    padding-left: 10px;
}

#header h1 {
    max-width: 260px;
}

#header h1 img {
    width: 100%;
}

#header ul {
    display: none;
}

#copy {
    margin-top: 20px;
    padding-top: 20px;
}
}



/***** margin *****/
.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mb3 {
	margin-top: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}






/***** リスト *****/
.disc {
    margin-left: 20px;
    list-style-type: none;
}

.deci {
    margin-left: 20px;
    list-style-type: decimal;
}

.li_mb5 li {
    margin-bottom: 5px;
}

.li_mb5 li:last-child {
    margin-bottom: 0;
}

.li_mb10 li {
    margin-bottom: 10px;
}

.li_mb10 li:last-child {
    margin-bottom: 0;
}




/***** 文字サイズ *****/
.ft_s {
	font-size: 1.4rem;
}

.ft_l {
	font-size: 1.8rem;
}

.ft_ll {
	font-size: 2.2rem;
}



/*キャプション調整*/
.cap_s{
	font-size: 1.4rem;
	text-align: center;
}

.cap_margin{
	margin: 10px 0 20px;
}





/***** フォント太さ *****/
.bold {
	font-weight: bold;
}

.normal {
    font-weight: normal;
}





/***** ※ *****/
.note {
	margin-left: 1em;
	text-indent: -1em;
}

.note::before {
    content: "※";
}

.note_dl dt {
    width: 2.5em;
    float: left;
    clear: left;
}

.note_dl dd {
    padding-left: 2.5em;
}





/***** 位置 *****/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}




/***** 色 *****/
.red {
	color: #cc0000;
}

.blue {
	color: #0580c4;
}

.black {
    color: #000;
}

.end_txt {
	color: #999;
}




/***** 取り消し *****/
.cancel {
    text-decoration: line-through;
}





/***** 矢印 *****/
.arr {
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
}





/***** アイコン *****/
.win_icon{
	display: inline-block;
	width: 16px;
	height: 20px;
	background-image: url("../images/common/win_icon_w.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	left: 7px;
	top: 5px;
	
}

.pdf_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.xls_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.doc_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.ppt_icon {
	margin-right: 5px;
	padding-right: 22px;
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 15px 15px;
}

.end_icon {
	margin: 0 15px;
	padding: 2px 5px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #cc0000;
	border-radius: 5px;
}

@media screen and (max-width:768px){
.win_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../images/common/win_icon_w.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	left: 7px;
	top: 1px;
	
}

.pdf_icon {
	padding-right: 20px;
	background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}

.xls_icon {
	padding-right: 20px;
	background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}

.doc_icon {
	padding-right: 20px;
	background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}

.ppt_icon {
	padding-right: 20px;
	background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
	background-size: 13px;
}
	
.end_icon {
	margin: 5px 0 0;
	text-align: center;
	display: block;
}
}






/***** ボタン *****/
.btn1 a {
    width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
	padding: 15px 0;
    font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	/*background: linear-gradient(to right, #56c0fc 50%, #0097fe);*/
	background: #59c2fc;
	display: block;
    transition: all 0.4s;
    position: relative;
}

.btn1.btn1_left a{
	margin-left: 0;
}

.btn1 a::after {
    content: "";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
    position: absolute;
    right: 5px;
    top: 44%;
}

.btn_in{
	max-width: 150px;
	margin: 15px 0 15px auto;
	color: #004b89;
	position: relative;
	padding-bottom: 10px;
}

.arw{
	width: 150px;
	height: 8px;
	border-bottom: 2px solid #004b89;
	border-right: 2px solid #004b89;
	transform: skew(45deg);
	position: absolute;
	right: 30px;
	bottom: 0px;
	transition-duration: 500ms;
}

.btn1 a:hover {
    /*opacity: 0.7;*/
	background: #46ace5;	
}

.btn2 a {
    width: 300px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
	padding: 15px 0;
    font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: block;
    transition: all 0.4s;
    position: relative;
    border: #fff 2px solid;
}

.btn2 a::after {
    content: "";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
    position: absolute;
    right: 5px;
    top: 44%;
}

.btn2 a:hover {
	color: #59c2fc;
    border: #fff 2px solid;
    background-color: #fff;
}

.btn_s {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

.btn_m {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.btn_l {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.btn_flex{
	display: flex;
	justify-content: space-between;
	max-width: 650px;
	margin: 0 auto;
}

@media screen and (max-width:768px){
.btn1 a {
    width: 100%;
    margin-top: 30px;
}

.btn2 a {
    width: 100%;
    margin-top: 30px;
}

.btn2 a {
    padding: 10px 0;
}

.btn_s {
	width: 100%;
}

.btn_m {
	width: 100%;
}

.btn_l {
	width: 100%;
}
	
.btn_flex{
	display: block;
	}
	
}





/* ページトップ */
/*********************/
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 10px;
	z-index: 999;
    transition: 0.5s;
}

#pagetop:hover {
    opacity: 0.7;
}


@media screen and (max-width:768px){
#pagetop img {
    width: 50px;
}
}
