@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Quicksand&display=swap');

<style>
@charset "UTF-8";

/* Template & Designed by Towako. */
/* http://nina.her.jp */

/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Quicksand&display=swap');

@font-face {
    font-family: '瀬戸フォント';
    font-display: swap;
    src: url('https://cdn.leafscape.be/setofont/setofont_web.woff2') format("woff2");
}

/* 全体に適用する */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

/* 基本設定 */
body {
line-height: 20px;
margin: 0;
padding: 0;
font-size: 13px;
letter-spacing: 1.1px;
color: #000000;
overflow-x: hidden;
background-size: 800px;
background-attachment: fixed;
text-align: center;
}

/* リンク */
a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

/* 訪問済みリンク */
a:visited {
    color: #e1617c;
}

/* ヘッダー */
header {
    margin: 5em auto 3em;
    padding: 0.7em;
    display: inline-block;
    background: url('画像URL') center/cover;
}

/* ヘッダー中身 */
header #head {
    padding: 1em;
    background: rgba(255, 255, 255, 0.9);
}


/* 大見出し */
header #head h1 {
    margin-bottom: 0.5em;
    transform: rotate(-5deg);
    font-family: '瀬戸フォント', sans-serif;
    font-size: 1.3em;
}

/* ヘッダーリンク */
header #head a,.menu a {
    font-family: 'Quicksand', sans-serif;
}

/* セクション */
section {
    margin: 3em auto;
}

/* セクション見出し */
section h2 {
    margin-bottom: 0.5em;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.3em;
}

/* リスト */
section ul {
    list-style-type: none;
}

section ul li {
    margin: 0.5em;
    display: inline-block;
}

/* リンク色を交互に変える */
section ul li:nth-of-type(odd) a {
    background-color: #416092;
}

section ul li:nth-of-type(even) a {
    background-color: #ebd86d;
}

/* リンク */
section ul li a {
    display: inline-block;
    padding: 0.2em 0.5em;
    width: 100%;
    color: #fff;
}

/* リンクホバー */
section ul li a:hover {
    color: #000;
}

/*** 小説本文画面 ***/

article {
    margin: 3em auto;
    width: 85%;
    max-width: 600px;
    text-align: justify;
    word-break: break-all;
     font-family: 'Noto Sans JP', sans-serif;
}



/* 段落 */
article p {
    text-align: justify;
    word-break: break-all;
}

/* 余白 */
article p,
.menu,
footer {
    margin: 1em auto 1.5em;
   font-size:12px;
}

/* メニュー */
.menu li {
    display: inline-block;
}

.menu a {
    margin: 0 1em;
}

/* フォーム系 */
textarea,
input[type] {
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    background-color: #fff;
    border: thin solid #e1617c;
    border-radius: 0;
    color: #e1617c;
}

textarea {
    width: 200px;
    height: 70px;
}

input[type=text] {
    width: 80px;
}

input[type=submit] {
    width: auto;
}

/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {

    /* フォントサイズ */
    body {
        font-size: 14px;
    }

    /* フレックスボックス */
    #wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #headerwrap {
        flex-basis: 100%;
    }

    section {
        flex-basis: 50%;
    }
}

@media screen and (min-width:1024px) {
    #wrap {
        margin: 20vh auto 3em;
        max-width: 1000px;
    }

    #headerwrap {
        flex-basis: 30%;
    }

    header {
        margin: 0 auto;
    }

    section {
        margin: 0 auto;
        flex-basis: 50%;
    }
}

#pachi{
   display: flex;
    justify-content: center;
}

.cp_ipselect {
	overflow: hidden;
	width: 55%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
       height: 27px;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 4px 4px;
    color: #666666;
    font-size: 12px;
   font-family: 'Noto Sans JP','Cabin', 'Helvetica-Light', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

</style>