﻿/* Template & Designed by Towako. */
/* https://ninawas.me */

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Noto+Sans+JP&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    text-align: center;
    background-color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #000;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #9eb1d4;
}

a:visited {
    color: #dcc4e4;
}

header {
    margin: 3em auto;
    width: 80%;
    max-width: 700px;
}

header h1 {
    position: relative;
    margin: 1.5em auto 1em;
    width: 100%;
}

header h1::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -100;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background: url('9.png') center;
}

header h1 span {
    padding: 0 1em;
    background-color: #fff;
    font-family: 'Kaushan Script', 'Noto Sans JP', sans-serif;
}

section {
    margin: 1.5em auto 3em;
    padding: 2em;
    text-align: justify;
    word-break: break-all;
    width: 80%;
    box-shadow: 3px 3px 5px #e4ebec;
}

section h2 {
    margin-bottom: 1em;
    font-family: 'Kaushan Script', 'Noto Sans JP', sans-serif;
    font-size: 1.2em;
}

section h2 img {
    margin-right: 0.5em;
    width: 20px;
    height: auto;
    vertical-align: text-bottom;
    border-radius: 50%;
}

section h3 {
    font-size: 1.1em;
    font-family: 'Kaushan Script', 'Noto Sans JP', sans-serif;
}

section ul,
section ol {
    margin: 0.5em auto 1em;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 3px solid #e4d2e6;
}

section ul {
    list-style-type: none;
}

section ol {
    list-style-position: inside;
}

article {
    margin: 3em auto;
    width: 80%;
    max-width: 600px;
    text-align: justify;
    word-break: break-all;
}

footer {
    margin: 0 auto;
    max-width: 700px;
    padding: 1em 0;
    background: url('9.png') center/cover;
}

strong {
    font-weight: bold;
    color: red;
}

p {
    margin: 1em auto 1.5em;
}

aside {
    margin: 1em auto;
    font-size: 11px;
    color: #c0c0c0;
}

.atogaki {
    padding-top: 1.5em;
    margin-top:8em;
    margin-bottom:4em;
    border-top: thin dashed #c0c0c0;
    font-size: 12px;
    color: #c0c0c0;
}

.float li {
    float: left;
}

.float::after {
    display: block;
    content: '';
    clear: both;
}

.float li a {
    margin-right: 1em;
}

.new {
    border-bottom: 2px solid #e4ebec;
}

footer a {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: #fff;
    color: #000;
}

footer a:visited {
    color: #000;
}

textarea,
input[type] {
    -webkit-appearance: none;
    padding: 0.1em 0.5em;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

textarea {
    width: 200px;
    height: 70px;
}

input[type=text] {
    width: 80px;
}

input[type=submit] {
    width: auto;
}

hr {
  margin:8em auto;
  border:0;
  text-align: center;
}
hr:after {
  content: '\02665';
  display: inline-block;
  position: relative;
  color: #bbb;
  font-size: 2.3em;
}

select,input[type],textarea{
font-family: 'Noto Sans JP', serif;
font-size:11px;
margin:10px 0;
padding:3px;
width:47%;
height:25px;
color:#c0c0c0;
background:#fff;
border:dotted 1px;
border-radius:3px;
letter-spacing:2.2px;
line-height:1.8;
box-shadow:none;
text-shadow:none;
outline:none;
vertical-align:middle;
}

input[type="submit"]{
cursor:pointer;
width:40px;
}

input[type="submit"]:hover{color:#c0c0c0;}

select{width:8em;}

#nav{margin-bottom:5em;}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#c0c0c0;
	line-height:120%;
	font-size:90%;
	text-align:center;
}


/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {
    main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 3em auto;
        max-width: 700px;
    }

    section {
        width: 45%;
    }
}