@charset "UTF-8";

body {
    color: #24292e;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    background-color: #E6F0FF;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    display: block;
    color: #24292e;
}

li {
    list-style: none;
}

dialog {
    border: 1px solid #005AAA;
    border-radius: 16px;
    padding: 32px;
    background-color: #fff;
    margin: auto;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.loading-content {
    color: #005AAA;
    font-size: 24px;
    text-align: center;
}

/*--------------------------------------
index.html--PCサイズ--
--------------------------------------*/
header {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.site-title {
    color: #005AAA;
    font-size: 32px;
    text-align: center;
    padding-bottom: 24px;
    margin-top: 10px;
}

.text {
    padding:0.4rem 0.2rem;
    border-bottom: 2px dashed #2589d0;
    color: #333333;
    display: inline-block;
}

.wrapper {
    max-width: 1000px;
    padding: 80px 0px 80px 0px;
    margin: 0 auto;
}

/*--------- 音声機能 ---------*/

/*  ボイス選択 */
.title {
    padding-top: 16px;
    color: #005AAA;
    display: inline-block;
}

#voice-select {
    width: 80%;
    padding: 16px;
    border: 1px solid #005AAA;
    border-radius: 16px;
    margin-bottom: 24px;
    margin-left: 24px;
    background-color: #fff;
}

select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}

/* 再生速度 */
.control-group {
    margin-bottom: 24px;
}

#rate-slider {
    width: 72%;
    margin-left: 72px;
    margin-bottom: 24px;
}

input[type=checkbox] {
    transform: scale(1.5);
}

/* 取得・全再生・停止ボタン */
button {
    display: inline-block;
    padding: 16px;
    margin-bottom: 24px;
    margin-right: 16px;
    background: #005AAA;
    color: #ffffff;
    border: solid 1px #005AAA;
    transition: 0.3s;
    border-radius: 8px;
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #ffffff;
    border: solid 1px #005AAA;
    color: #005aaa;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* キーワードを入力 */
.keyword-entry {
    background-color: #fff;
    border: #005AAA 1px solid;
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.keyword-entry input[type="text"] {
    width: 100%;
    padding: 16px;
    border: 1px solid #B1CBF1;
    border-radius: 8px;
}

.keyword-entry textarea {
    width: 100%;
    border: 1px solid #B1CBF1;
    border-radius: 8px;
    padding: 16px;
    resize: none;
    margin-top: 16px;
}

.next-page {
    text-align: center;
}

/* このサービスについて(about.htmlへ) */
.next {
    color: #005AAA;
    font-size: 1.25rem;
    border-radius: 16px;
    display: inline-block;
    padding: 16px;
    text-align: center;
    transition: 0.3s;
    border: #005AAA 1px solid;
    width: 32%;
}

.next:hover {
    background-color: #005aaa;
    border: solid 1px #005AAA;
    color: #fff;
}

/*--------------------------------------
index.html スマホサイズ
--------------------------------------*/
@media (max-width:414px) {

.wrapper {
    max-width: 350px;
    padding: 20px 8px 60px 8px;
}

.site-title {
    font-size: 24px;
    padding-bottom: 16px;
}

/*--------- 音声機能 ---------*/
/* ボイス選択 */
#voice-select {
width: 60%;
padding: 8px;
border-radius: 8px;
margin-bottom: 16px;
margin-left: 16px;
}
/* 再生速度 */
#rate-slider {
    width: 50%;
    margin-left: 32px;
    margin-bottom: 16px;
}

/* 取得後〜 */
.control-group {
    margin-bottom: 16px;
}

/* 取得・全再生・停止ボタン */
button {
    margin: 0 5% 6% 5%;
}

/* キーワードを入力 */
.keyword-entry {
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.keyword-entry input[type="text"] {
    padding: 8px;
}

.keyword-entry textarea {
    border-radius: 8px;
    padding: 8px;
    margin-top: 8px;
    max-height: 100px;
    min-height: 30px;
}

/* このサービスについて(about.htmlへ) */
.next {
    font-size: 0.75rem;
    padding: 12px;
    width: 50%;
}
}

/*--------------------------------------
about.html --PCサイズ--
--------------------------------------*/
.container {
    max-width: 1000px;
    padding: 80px 0px 80px 0px;
    margin: 0 auto;
}

.service_wrapper {
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 32px;
}

.service {
    padding: 40px 48px 0px 48px;
    margin-bottom: 80px;
}

.about_title, .content_title {
    color: #005AAA;
    font-size: 32px;
    text-align: center;
    padding-bottom: 32px;
}

.mainvisual {
    text-align: center;
    display: block;
    padding-bottom: 32px;
}

.service li {
    font-size: 24px;
    padding-bottom: 48px;
}

.concept_wrapper {
    background-color: #C9EBFC;
    border-radius: 50px;
    padding: 40px 24px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    text-align: center;
}

.content {
    background-color: #fff;
    border-radius: 25px;
    padding: 32px 0px;
}

h3{
    color: #005AAA;
    font-size: 24px;
    padding-top: 32px;
    border-bottom: 2px dashed #2589d0;
    display: inline-block;
}

.content p {
    padding-top: 32px;
    display: inline-block;
    text-align: left;
    margin: 0px 32px;
}

.home {
    width: 100%;
    text-align: center;
    margin: 48px 0px;
}

/* ホームへ戻るボタン */
.btn {
    background-color: #ffffff;
    border-radius: 24px;
    color: #005AAA;
    font-size: 1.5rem;
    display: inline-block;
    padding: 16px 24px;
    text-align: center;
    transition: 0.3s;
    border: #005AAA 1px solid;
    width: 10%;
}

.btn:hover {
    background-color: #005aaa;
    border: solid 1px #005AAA;
    color: #fff;
}

.privacy {
    text-align: center;
}

.privacy p {
    color: gray;
}

h4 {
    color: #005AAA;
}

/*--------------------------------------
about.html スマホサイズ
--------------------------------------*/
@media (max-width:414px) {

.container {
    max-width: 376px;
    padding: 20px 0px 60px 0px;
}

.service_wrapper {
    border-radius: 50px;
    margin: 8px;
}

.service {
    padding: 40px 32px 0px 32px;
    margin-bottom: 60px;
}

.about_title, .content_title {
    font-size: 24px;
    padding-bottom: 24px;
}

.mainvisual {
    padding-bottom: 24px;
}

.service li {
    font-size: 16px;
    padding-bottom: 32px;
}

.concept_wrapper {
    padding: 40px 16px;
    margin: 8px 8px 0 8px;
}

.grid {
    display: block;
}

.content {
    display: flex;
    padding: 8px;
    margin-bottom: 16px;
}

.content img {
    width: 30%;
}

.content li {
    width: 60%;
    text-align: left;
    padding-left: 8px;
    flex-grow: 1;
}

h3{
    color: #005AAA;
    font-size: 16px;
    padding-top: 0;
    margin-top: 8px;
}

.content p {
    padding-top: 8px;
    margin: 0;
    font-size: 16px;
}

.home {
    margin: 24px 0px;
}

.btn {
    border-radius: 24px;
    font-size: 1.5rem;
    padding: 12px;
    width: 20%;
}

.privacy p {
    font-size: 12px;
}
}