﻿@charset "UTF-8";

body {
    font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium","YuGothic", sans-serif;
}

#tmpl_content {
    background-color: #fff;
    color: #656565;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
#tmpl_main {
    width: auto!important;
}
.ly_contents {
    padding: 3rem 0;
}
.ly_contents-title {
    width: 1190px;
    margin: 0 auto;
    margin-bottom: 3rem;
}
.ly_contents-main {
    width: 1190px;
    margin: 0 auto;
    margin-bottom: 8rem;
}
.mod_title-h1{
    text-align: center;
}
.mod_text_r{
    text-align: right;
}
.mod_text_b{
    margin: 50px 0;
    text-align: center;
    font-size: 1.5rem;
}
.mod_text_c{
    text-align: center;
}
.secondaryButton {
    color: #2f353d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 25px;
    border: none;
    border-radius: 1px;
    background: #e4e7ec;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-bottom: 10px;
    text-decoration: none;
}
.secondaryButton:hover {
    color: #282e35;
    background: #edf0f5;
    text-decoration: none;
}
.secondaryButton:visited,
.secondaryButton:active
 {
    color: #282e35;
}

.buttonContainer li {
    text-align: left;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
.Button_wrp ul{
    margin: 50px 0;
    padding: 0;
    list-style-type: none;
}
.mod_link-item{
	margin-bottom:0.5em;
	padding-left:1em;
	position: relative;
    line-height: 1.4;
}
.mod_link-item::before{
	content:"";
	box-sizing:border-box;
	position:absolute;
	margin:auto;
        top:5.5px;
        left:1px;
        width: 8px;
        height: 8px;
        border-top: solid 1px #3865e0;
        border-right: solid 1px #3865e0;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.mod_link-item a:link {
    color: #3865e0;
    text-decoration: none;
}
a{
    color:#3865e0;
    text-decoration:none;
}
a:hover,a:focus,a:active,.mod_link-item a:hover,.mod_link-item a:focus,.mod_link-item a:active{
    color:#000000;
    text-decoration:underline;
}
a:visited{
    color:#3865e0;
}

a.text_link:link,
a.text_link:visited {
    color: #3865e0;
    text-decoration: underline;
}

a.text_link:hover,
a.text_link:active {
    color: #000000;
}

@media screen and (max-width: 640px){
    .ly_contents-title {
        width: auto;
        margin: 0 15px;
    }
    .ly_contents-main {
        width: auto;
        margin: 0 15px;
    }

    .mod_title-h1 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .mod_title-h2 {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }
}
