/*!
Theme Name: adamanto-ep
Text Domain: adamanto-ep
*/


/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* --------------- */
/* ipad pc  */
@media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
}

/* sp */
@media (max-width:767px) {
    .pc_only {
        display: none !important;
    }
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

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

*:focus {
    outline: none;
}


/*topicpath*/
.pankuzu {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.2em;
    color: #888888;
}

.pankuzu a:link,
.pankuzu a:visited {
    color: #333333 !important;
}

.pankuzu a:hover {
    color: #888888 !important;
}


/*お知らせside
.side-postnavi h5 {
    display: none;
}

.side-postnavi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side-postnavi ul li {
    padding-bottom: 10px;
}

.side-postnavi ul li {
    font-size: 14px;
    color: #999999;
}

.side-postnavi ul li a {
    color: #333333;
}
*/

.normal_content a:link,
.normal_content a:visited {
    text-decoration: underline !important;
    color: #333333;
}

.normal_content a:hover {
    text-decoration: none !important;
}

/*普通のテーブル*/
.table_normal {
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.table_normal th,
.table_normal td {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 22px;
}

.table_normal th {
    background-color: #fcfcfc;
}

@media (max-width:767px) {

.table_normal th,
.table_normal td {
padding: 10px;
}

.td-block th,
.td-block td {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.td-block th {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}
.txt_s {
	font-size: 0.8em;
}
}

/*フォーム*/
.form__box {
    margin: 0 auto;
}

.form__box table {
    border-top: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}

.form__box table th,
.form__box table td {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 15px;
}

.form__box table th {
    background-color: #fcfcfc;
    white-space: nowrap;
    font-weight: normal;
    width: 280px;
    text-align: left;
    position: relative;
    padding-right: 60px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}

.form__box table td .mwform-radio-field {
    display: inline-block;
    line-height: 2.4em;
    margin-right: 10px;
}

.form__box table td .hosoku {
    font-size: 12px;
    color: #888888;
}

.form__box--required {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 1.2em;
    color: #FFF;
    background-color: #f17171;
    padding: 2px 5px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 3px;
}

.form__box--text {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.form__box--textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

.form__box--btn {
    text-align: center;
    margin-top: 20px;
}

.form__box--btn input {
    background-color: #f17171;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    margin: 0 6px;
}

@media (max-width:767px) {

    .form__box table th,
    .form__box table td {
        padding: 10px;
    }

    .form__box table th,
    .form__box table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}