﻿@charset "utf-8";
/* CSS Document */

main .sub_title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dashed #ccc9c9;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    margin-top: 5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
}
main .about li{
	padding-left:1em;
	text-indent:-1em;
}
main .about li.attention{
	padding-left:1em;
	text-indent:-1em;
}
main .inner h2.title {
    margin: 2.5rem auto 2rem auto;
    text-align: center;
    padding: 0.5em;
	background-color: #e6e7e7;
	font-size:2.2rem;
	font-weight:bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif;
}
main .inner p a{
	text-decoration:underline;
}
main .inner p a:hover{
	text-decoration:none;
}
main .mt1em{
  margin-top:1em;
}
main .btn{
	text-align:center;
  margin-top:2em;
}
main .btn a {
	text-decoration:none!important;
	display: inline-block;
    border: solid 1px #ccc9c9;
    color: #2f2f2f;
    font-size: 1.8rem;
    text-align: center;
    padding: 1em 2em;
    border-radius: 0.3em;
    text-decoration: none;
    position: relative;
}
main .btn a:hover{
	color:#EB0100;
}
main .btn a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    right: 0.7em;
    width: 0.35em;
    height: 0.35em;
    border-top: 0.15em solid #EB0100;
    border-right: 0.15em solid #EB0100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
main .koushin_day{
	text-align:right;
	margin-top:3em;
}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
	
}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){

	
}
