@charset "UTF-8";

/*===============================================
　CSS Reset
===============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===============================================
　全幅共通　0px〜860px〜1240px〜（スマホのみの変更はここ）
===============================================*/

html * {
    box-sizing: border-box;    
}

body {
    font-size: 16px;
    font-family: "UD Shin Go Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    letter-spacing: 0.5px;
    color: #2c2c2c;
    background-color: #FFFFFF;
}

.wrapper {
    width: 100%;
}

.center-wrapper {
    padding: 0px 20px 0px 20px;
}

h1 {
    font-size: 30px;
    font-weight: 300;
    font-family: "UD Shin Go Light", "Yu Mincho", "YuMincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 40px 0px 40px 0px;
}

h2 {
    font-size: 18px;
    line-height: 28px;
    width: 70%;
    padding: 0px 0px 7px 0px;
    margin: 60px 0px 42px 0px;
    border-bottom: 1px solid #2c2c2c;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
    margin: 40px 0px 34px 0px;
    padding: 0px 0px 0px  0px;
}

p {
    line-height: 28px;
    margin: 0px 0px 34px 0px;
    padding: 0px 0px 0px 0px;
}

/*画像の下のコメント用*/
.image_p {
    font-size: 14px;
    line-height: 22px;
    color: #676b6c;
}

.headerimage {
    width: 100%;
}

li {
    padding: 0px 8px 0px 20px;
}

li.standard_list {
    line-height: 26px;
    margin: 0px 0px 17px 0px;
    padding: 0px 0px 0px 0px;
}

.spacer { line-height: 115%; }

A {
    text-decoration:none;
    border-bottom: 1px dotted #2c2c2c;
}

A:link {
    color: #2c2c2c;
}

A:visited {
    color: #2c2c2c;
    }

A:hover {
    color: #ffffff;
    background: #2c2c2c;
}

A:active {
    color: #2c2c2c;
}

a img {
    border-style:none;
}

/* 選択された要素に対してCSSを指定 winのsafari3.1、Opera9.5、Google Chrome */
::selection {
    background:#2c2c2c;
    color:#FFFFFF;
}

/* 選択された要素に対してCSSを指定 Firefox */
::-moz-selection{
    background:#2c2c2c;
    color:#FFFFFF;
}

/* 回り込み解除用セレクタ */
.clear { 
    clear:both; 
}

/*===============================================
　全幅共通設定つづき（ページパーツCSS）
===============================================*/

.tophr {
    border-top: 1px solid #2c2c2c;
    margin: 0px 0px 0px 0px;
}

.header {
    
}

.header a {
    border-bottom: none;
    background: #FFFFFF
}

.redapplelogo {
    width: 200px;
    margin: 10px 0px 0px 0px;
}

.nav {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}

nav a {
    border-bottom: none;
}

.nav li {
    float:left;
    height: 40px;
    margin: 0px 0px 0px 0px;
}

hr.hrstyle {
    border-top: 1px solid #2c2c2c;
}

.top_image {
    width: 100%;
    margin: 20px 0px 40px 0px; 
}

.in_article_image {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.footer {
    width: 100%;
    color: #FFFFFF;
    background-color: #2c2c2c;
    height: 200px;
    margin: 100px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.footer a {
    color: #FFFFFF;
}

.footer a:hover {
    background: #FD3232;
}

.copyright {
    text-align:center;
    padding: 90px 0px 0px 0px;
}

.amazon {
    width: 23%;
}

.submit_button {
    -webkit-appearance: none;
    border-radius: 0;
}

/*フォントテスト*/
.fonttest {
    font-family: chelsea-market-open, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 55px;
}

.in-page-navigation {
    border: 1px solid #2c2c2c; 
    padding: 10px 50px 50px 50px;
}

.in-page-navigation-item {
    line-height: 26px;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
}

.waku {
    margin: 60px 0 20px 0;
}

.waku_a {
    border: solid 1px #2c2c2c;
    padding: 24px 20px 24px 20px;
    line-height: 20px;
    text-decoration:none;
    }

table.word-list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout:fixed;
    font-family: "Helvetica Neue","Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight:300;
    line-height: 24px;
}

table.word-list th,table td{
    padding: 10px 0;
    text-align: center;
}

table.word-list th {
    width: 20%;
    border: solid 1px #2c2c2c; 
}

table.word-list td {
    width: auto;
    border: solid 1px #2c2c2c; 
}

table.word-list tr:nth-child(odd){
    background-color: #eee
}

td.meaning {
    padding: 10px 10px 10px 10px;
    text-align: left;
}

td.sentence {
    padding: 10px 10px 10px 10px;
    text-align: left;
}

td.comment {
    padding: 10px 10px 10px 10px;
    text-align: left;
}

/*===============================================
　画面の横幅　860px〜1240px
===============================================*/
@media screen and (min-width:860px) and (max-width:1240px) {
    
.center-wrapper {
    padding: 40px 120px 0px 120px;
}

.redapplelogo {
    margin: 10px 0px 0px 50px;
    width: 200px;
}

}
    
/*===============================================
　画面の横幅　1240px〜
===============================================*/
@media screen and (min-width: 1240px) {

.wrapper {
    width: 1000px;    
    margin: 0 auto;
}

.center-wrapper {
    padding: 40px 0px 0px 0px;
}

.redapplelogo {
    margin: 10px 0px 0px 50px;
    width: 200px;
}

}

/*===============================================
　パンくずリスト
===============================================*/
/* .breadcrumbs {
    width: auto;
    line-height: 20px;
}
 
.breadcrumbs ul {
    display: table;
    font-size: 13px;
}
 
.breadcrumbs ul li {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    font-size: 13px;
    float: left;
}

.breadcrumbs ul li a {
    text-decoration:none;
    border-bottom: none;
}

.breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
}
 
.breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
} */

/*===============================================
　CONTACT
===============================================*/

.contact_form {

}
    
    
.form_name {
    margin: 0px 0px 5px 0px;
}

.form_mail {
    margin: 10px 0px 5px 0px;
}

.form_message {
    margin: 10px 0px 5px 0px;
}

.name_box {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    height:30px;
    font-size: 16px; /*16px以上で自動ズーム回避*/
    border-width: 1px;
}

.mail_box {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    height:30px;
    font-size: 16px; /*16px以上で自動ズーム回避*/
    border-width: 1px;
}

.message_box {
    margin: 0px 0px 10px 0px;
    padding: 10px;
    width: 100%;
    font-size: 16px; /*16px以上で自動ズーム回避*/
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック', sans-serif;
    border-width: 1px;
}

.submit_button {
    display: inline-block;
    padding: 8px 20px 8px 20px; 
    width:90px;
    height:35px;
    background:#2c2c2c;
    color:#FFFFFF;

}

input[type="button"],input[type="text"],input[type="tel"],input[type="submit"],textarea {
-webkit-appearance: none;
border-radius: 0;
}

.form_confirm {
    margin: 0px 0px 10px 0px;
}

.form_error {
    margin: 0px 0px 10px 0px;
    /*color: crimson;*/
}

.msg {
    color:crimson;
}

table.form_confirm th {
    background:#2c2c2c;
    color:#FFFFFF;
    width: 20%;
    padding: 10px 10px 10px 10px;
    
}

table.form_confirm td {
    border: solid 1px #2c2c2c; 
    width: 80%;
    padding: 10px 10px 10px 10px;
}

table.form_error th {
    background:#2c2c2c;
    color:#FFFFFF;
    width: 20%;
    padding: 10px 10px 10px 10px;
    
}

table.form_error td {
    border: solid 1px #2c2c2c; 
    width: 80%;
    padding: 10px 10px 10px 10px;
}
/*===============================================
　FONT AWESOME
===============================================*/
.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    margin-right: 8px;
}

.book::before {
    font-family: "Font Awesome 5 Free";
    content: '\f02d';
    font-weight: 900;
    margin-right: 8px;
}

/*===============================================
　BOOK SEARCH PAGE
===============================================*/
.book_search_box {
    height: 35px;
    font-size: 16px;
}
.book_search_button {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    vertical-align:middle;
    width:90px;
    height:35px;
    background:#2c2c2c;
    color:#FFFFFF;
}

.book_info_items {
    margin: 30px 0px 0px 0px;  
}

.book_info {
    display: flex;
    margin: 10px 0px 0px 0px;
}

.book_info_item {
    width: 20%;
}

.book_info_data {
    width: 80%;
}

.shoten_items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.shoten {
    margin: 10px 20px 0px 0px;
    padding: 10px 10px 10px 10px;
    width: 120px;
    background:#2c2c2c;
    color:#FFFFFF;
    text-align: center;
}

.shoten A:link {
    color: #FFFFFF;
}

.shoten A:visited {
    color: #FFFFFF;
    }

.shoten A:hover {
    color: #FFFFFF;
}

.shoten A:active {
    color: #FFFFFF;
}

.book_div {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
}