@charset "UTF-8";
/* clear
===============================================================*/
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, a, 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;
}
html, body{height: auto;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
*, *::before, *::after { box-sizing: border-box; }
i, u, abbr, code, pre, address{font-weight: normal; font-style: normal; text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';}
input, select {vertical-align:middle;}
button:hover img{opacity: .85;}
button {display: inline-block; text-align: center; text-decoration: none;	outline: none;}
button::before,button::after {position: absolute;	z-index: -1; display: block;	content: '';}
button,button::before,button::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;	-webkit-transition: all .3s;	transition: all .3s;}
button:hover{cursor: pointer;}
ul, ol, li{list-style: none;}
table {border-collapse:collapse; border-spacing:0;}
img{max-width: 100%; height: auto;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}

/* reset
===============================================================*/
html{
	width: 100%;
	font-size: 62.5%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height:1;
}
h1, h2, h3, h4, h5, h6{word-break: break-all; font-weight: normal; font-size: 1.4rem; margin: 0;}
a{
	color: #880412;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover{
  opacity: .85;
  text-decoration: none;
}


html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
}

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

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.sp-only {
  display: none;
}

/* トップへ戻る
===============================================================*/
#page-top {
	border: 1px solid #fff;
	bottom: 30px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 50px;
	z-index: 1;}
#page-top a {
	background: #656565;
	opacity: 0.9;
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;}
.arrow01 {
	display: block;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(315deg);
	position: absolute;
	top: 45%;
	left: 38%;}
#page-top a:hover {background: #656565;opacity: 1;color: #656565;}


/* header
===============================================================*/
.header {
  background-color: #fff;
  box-shadow: #e4e4e4 2px 2px 4px;
  width: 100%;
  height: 80px;
}
.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.header__title {
  width: 80px;
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #ccc;
  transition: ease .4s;
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.nav-items__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  height: 56px;
  width: 230px;
  margin: 0 20px 0 0;
  padding: 2em 1em 2em 3em;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
  .header-title {
    display: flex;
    align-items: center;
  }
  .header-title a{
    display: block;
    padding: 0 20px;
  }
  .header-title a:last-child {
    border-left: #bebebe solid 1px;
  }

  .logo-img {
    height: 35px;
  }
  .waseda-logo {
    height: 50px!important;
  }

  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
  .nav-items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;

  }
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .nav-items__item {
    margin-right: 20px;
  }
  .nav-items__item:last-child {
    margin-right: 0;
  }
  .conveni-btn {
    background: #3b6712;
background:url(/images/mypay/conveni-logo.png),linear-gradient(343deg, #3b6712 0%, #548a23 66%, #5c9429 100%);
background-repeat: no-repeat;
background-position: 7% 50%;
  }
  .netbank-btn {
  background: #0b4d87;
background: url(/images/mypay/netbank-logo.png),linear-gradient(343deg, #0b4d87 0%, #1361a6 66%, #1a6ab1 100%);
background-repeat: no-repeat;
background-position: 7% 50%;
  }

/* main=================================
============ */
main {
  color: #424242;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2em;
  text-align: left;
  font-size: 16px;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
h3 {
  font-size: 24px;
  line-height: 2em;
  font-weight: bold;
}
h3 span{
  font-size: 36px;
}
h4 {
  font-size: 24px;
  font-weight: bold;
}
hr {
  width: 90%;
  margin: 0 auto;
}
section li {
	margin-left: 1em;
	text-indent: -1em;
  margin-top: 5px;
}
section li a {
  color: #880412!important;
}
span {
  font-weight: bold;
}
a.under {
  border-bottom: #880412 solid 1px;
}
.directions {
  color: red;
  text-align: center;
  font-weight: normal;
}
.about-payment a {
  border-bottom: #880412 1px solid;
}
.step-box {
  display: flex;
  margin: 50px auto;
  padding: 0px 5%;
  justify-content:space-between;
}
.step-box img{
  margin: 0 auto;
}
.text-box {
  width: 50%;
  margin-top: 50px;
}
/* パンくずリスト----------------
--------------- */
.breadcrumbs {
  display: flex;
  padding: 30px 20px;
  line-height: 1.5em;
}
.breadcrumbs li {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
}
.breadcrumbs li::after{
  content: '▶';
  color: #eb7944;
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumbs li a {
  color: #424242;
}
.breadcrumbs li:last-child::after{
  display: none;
}
/* コンテンツ幅----------------
--------------- */
.width100 {
  width: 100%;
  margin: 0 auto 50px;
  padding-bottom: 50px;
}
.width90 {
  width: 90%;
  margin: 0 auto;
}
.read {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

/* 納入方法ボタン----------------
--------------- */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 1.5em 1em 1.5em 2em;
  border-radius: 5px;
  width: 300px;
  margin-right: 30px;
  line-height: 1.5em;
}
.btn a:last-child {
  margin-right: 0;
}
.btn .conveni-btn {
  background: #3b6712;
  background:url(/images/mypay/conveni-logo.png),linear-gradient(343deg, #3b6712 0%, #548a23 66%, #5c9429 100%);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
.btn .netbank-btn {
  background: #0b4d87;
background: url(/images/mypay/netbank-logo.png),linear-gradient(343deg, #0b4d87 0%, #1361a6 66%, #1a6ab1 100%);
background-repeat: no-repeat;
background-position: 10% 50%;
}
.junbi {
  background: #717171;
  background: linear-gradient(343deg, #717171 0%, #8f8f8f 66%, #9f9f9f 100%);
  pointer-events: none;
  padding: 1.5em!important;
}
/* Web完結とは----------------
--------------- */
.about-payment h2 {
  margin: 60px auto 30px;
}
.about-web_inner {
  display: flex;
  align-items: flex-end;
}
.about-web_inner img {
  margin-right: 30px;
}
.recommend {
  background-color: #f5f5f5;
  height: fit-content;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
.recommend span {
  font-size: 16px;
}
/* コンビニ納入・インターネットバンキング納入とは
--------------- */
.about-payment_inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.payment-text {
  width: 70%;
}
/* まずはじめに----------------
--------------- */
.first {
  background-color: #f5f5f5;
  padding: 50px 5%;
  border-radius: 5px;
}

.first>div {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.first ul {
  margin-top: 50px;
  width: 50%;
}
.first h2{
  margin-top: 0;
}
.first  .waseda-linkbtn {
  margin-bottom: 0;
}
.first  .waseda-linkbtn a{
  margin: 0 auto;
}

/* コンビニ納入の場合----------------
--------------- */
.conveni {
  background-color: #f8faf7;
  margin-top: 50px;
}
.conveni h2 {
  background-color: #548a23;
  color: #fff;
  height: 85px;
  line-height: 85px;
  padding-left: 50px;
}
.conveni h3 {
  color: #548a23;
}
/* ネットバンク納入の場合----------------
--------------- */
.netbank {
  background-color: #f8fcff;
}
.netbank h2 {
  background-color: #1361a6;
  color: #fff;
  height: 85px;
  line-height: 85px;
  padding-left: 50px;
}
.netbank h3 {
  color: #1361a6;
}
/* 下部リンクボタン----------------
--------------- */
.waseda-linkbtn {
  margin-bottom: 100px;
}
.waseda-linkbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #fff;
  padding: 1.5em 2em;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #880412;
  margin-bottom: 100px;
}
.form-link {
  width: 80%;
  position: relative;
}
.form-link::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
.kouyukai-link {
  width: 300px;
  position: relative;
}
.kouyukai-link::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
/* footer=================================
============ */
.footer {
  background-color: #424242;
  color: #fff;
  height: 30px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 30px;
}

/* max-width:1000pxの設定
===============================================================*/
@media(max-width:1000px){
  h3 {
    font-size: 20px;
  }
  h3 span {
    font-size: 32px;
  }
img {
  margin: 0 auto;
}
.pc-only {
  display: none;
}
.sp-only {
  display: block;
}
.width100 {
  margin: 0 auto 20px;
  padding-bottom: 20px;
}
.header-title a {
  padding: 0 5px;
}
.header-title img {
  height: 30px;
  width: auto;
}
.waseda-logo {
  height: 50px!important;
}
.header__inner {
  padding: 0 5px;
}
.header__nav {
  width: 60%;
}
.nav-items__item a {
  width: auto;
  height: 50px;
  margin: 0 5px 0 0;
  padding: 1em 1em 1em 2.5em;
  font-size: 12px;
  line-height: 1.5em;
}
.nav-items__item {
  margin-right: 0;
  width: 50%;
}
.nav-items__item:last-child a {
  margin-right: 0;
}

.breadcrumbs {
  padding: 10px 20px 0;
  flex-wrap: wrap;
}
.breadcrumbs li {
  width: auto;
  justify-content: space-evenly;
  font-size: 12px;
}
.read {
  margin-top: -20px!important;
}
.about-web_inner {
  flex-direction: column;
}
.about-payment h2 {
  margin: 30px auto 10px;
}
.about-payment_inner {
  flex-direction: column;
  margin-top: 30px;
}
.payment-text {
  width: 100%;
  margin: 20px auto 10px;
}
.first>div {
  flex-direction: column;
  margin-bottom: 30px;
  align-items: center;
}
.first ul {
  width: 100%;
  margin-top: 10px;
  margin: 10px auto 20px;
}
.form-link {
  width: 100%;
}
.btn {
  flex-direction: column;
  height: auto;
  margin-bottom: 10px;
}
.btn a {
  width: 80%;
  margin: 0 0 10px 0;
}
.conveni h2 {
  height: 75px;
  line-height: 75px;
  padding-left: 20px;
}
.step-box {
  margin: 30px auto;
  flex-direction: column;
}
.step-box p {
  text-align: center;
}
.text-box {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.step-box img {
  width: 88%;
  max-width: 300px;
}
.waseda-linkbtn {
  margin-bottom: 50px;
}
.waseda-linkbtn a {
  margin-bottom: 0;
}
}