
<style>
@charset "UTF-8";

/* Template & Designed by Towako. */
/* http://nina.her.jp */

/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

@font-face {
    font-family: 'XANO明朝';
    font-display: swap;
    src: url('https://cdn.leafscape.be/XANO-mincho/XANO-mincho_web.woff2') format("woff2");
}

/* 全体に適用する */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
}

/* 基本設定 */
body {
    text-align: center;
    background-color: #d9e4ee;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #000;
}

/* リンク */
a {
    padding: 0.2em;
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

/* ホバー */
a:hover {
    border: none;
}

/* 訪問済みリンク */
a:visited {
    color: #546c94;
}

/* 背景画像 */
#bg {
    position: fixed;
    top: 0;
    right: 5%;
    width: 100px;
    height: 100vh;
    z-index: -100;
    background: url('#imgurl/more/ybrVfcjMyQ.jpg#') 35%/cover;
}

/* ヘッダーとセクション */
header,
section {
    margin: 3em auto;
    width: 90%;
    max-width: 600px;
}

/* 文字揃え */
header,
section,
aside,
article {
    text-align: justify;
    word-break: break-all;
}

/* ヘッダー見出し */
header h1 {
    padding-left: 0.5em;
    border-left: 5px solid #176cb5;
    line-height: 1.3;
    font-family: 'XANO明朝', serif;
    font-size: 1.2em;
    color: #176cb5;
}

/* 補足情報 */
aside {
    margin-top: 1em;
    width: 65%;
    font-size: 11px;
    color: #606060;
}

/* リスト系 */
section ol {
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}

section ul {
    list-style-type: none;
}

section li {
    margin: 1em auto;
}

/* セクションリンク */
section a {
    padding: 0;
    border-bottom: thin solid #9bc4e5;
    background-color: transparent;
}

/* 段落 */
section p {
    font-size: 11px;
    color: #606060;
}

/* 重要事項 */
strong {
    font-weight: bold;
    color: red;
}

/* アーティクル */
article {
    padding: 3em;
    background-color: #fff;
}

/* アーティクル見出し */
article h1 {
    margin-bottom: 1em;
    text-align: center;
}

/* アーティクル段落 */
article p {
    margin: 1em auto 1.5em;
    max-width: 600px;
}

/* フッター */
footer {
    margin: 1em auto 1.5em;
    font-size: 11px;
}

/* 画像 */
.imagebox {
    width: 100%;
    height: 80px;
    background: url('#imgurl/kanmi/Jd04akotsT.jpg#') center/cover;
}

/* メニュー */
.menu {
    margin: 1.5em auto;
    text-align: center;
}

.menu li {
    display: inline-block;
    margin: 0 1em;
}

.menu li a {
    padding: 0.2em 0.5em;
    border: thin solid #176cb5;
    font-size: 0.9em;
    color: #176cb5;
}

/* フォーム系 */
textarea,
input[type] {
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    background-color: #fff;
    border: thin solid #bbbbbb;
    border-radius: 0;
}

textarea {
    width: 200px;
    height: 70px;
}

input[type=text] {
    width: 80px;
}

input[type=submit] {
    width: auto;
   color: #666666;
}

/* 横幅768px以上で読み込む */
@media screen and (min-width:768px) {

    /* フォントサイズ */
    body {
        font-size: 14px;
    }

    /* 背景画像 */
    #bg {
        width: 230px;
    }

    /* 見出しフォントサイズ */
    header h1 {
        font-size: 1.5em;
    }

}

/* 横幅1024px以上で読み込む */
@media screen and (min-width:1024px) {

    /* 背景画像 */
    #bg {
        width: 330px;
    }

}

/* 横幅1440px以上で読み込む */
@media screen and (min-width:1440px) {

    /* フォントサイズ */
    body {
        font-size: 15px;
    }

    /* 背景画像 */
    #bg {
        width: 430px;
    }

}

#pachi{
   display: flex;
    justify-content: center;
}

.cp_ipselect {
	overflow: hidden;
	width: 40%;
	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;
    background: #ffffff;
    height: 27px;
    margin-right: 5px;
    border: thin solid #bbbbbb;
}
.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;
}


</style>