/* CSS Document */
* {
margin: 0px;
padding: 0px;
}
ul{
    list-style: none;
}
li {
margin-bottom: 50px;
}
.titletext{
    color:#000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 3rem;
    line-height: 3.2rem;
}
.lasttext{
    color:#FFFFFF;
    
}
.br::after {
  content: "\A" ;
  white-space: pre;    
}

img{
    width: 100%;
}


.img_size{
    widht:50%;
    min-width: 750px;
    height: auto;
}

body{
    height:100%;
    width:100%;
    min-width: 1200px;
    background-color: #E0E0E0;
}

.titlebox{
    display: flex;
    position: relative;
    align-content: center;
    width:70%;
    height:60px;
    min-width: 1200px;
    margin-top: 60px;
    margin-right: auto;
    margin-left : auto;
    white-space: pre;
    
}

.logo_title{
    margin-top: 12px;
    width: 100%;
    position: absolute;
    text-align: right;
}

.mainbox {
    display: flex;
    position: relative;
    justify-content: center;
    width:50%;
    height:auto;
    min-width: 1040px;
    margin-top: 60px;
    margin-right: auto;
    margin-left : auto;
}
.illustbox{
    position: relative;
    min-width: 800px;
    width:70%;
}

.setsumeibox{
    background-color: #D1CDCD;
    position: relative;
    width:30%;
    min-width: 500px;
    margin-left: 20px;
}

.lastbox{
    background-color: #000000;
    position: relative;
    width: 100%;
    min-width: 1200px;
    min-height: 200px;
    height: auto;
    display: flex;
	align-items: center;
    justify-content: center;
}
#logo {
    height: auto;
    width: 100px;
}

.setumei_dai {
    width:100%;
    height:10px;
    text-align: left;
    position: relative;
    line-height: 2rem;
    
}

.setumei_subtext {
    color:#444444;
    size:0.1rem;
    
}

.setumei_main {
    position: relative;
    width: 100%;
    height:100px;
    border-bottom: 2px; 
    line-height: 2.5rem;
    font-size: 2rem;
}

.comment_main {
    position: relative;
    width: 100%;
    height:auto;
    border-bottom: 2px; 
    line-height: 2.5rem;
    font-size: 2rem;
}

.setumei_text {
    font-size: 2rem;
    color: #000000;
    position: absolute;
	left: 0;
	bottom: 0;
    
}

.setumei_sen {
    position: relative;
    width: 100%;
    height:10px;
    border-bottom:dashed 1px #7C7C7C;
    margin-bottom: 20px;
}

.comment_text {
    font-size: 1rem;
    line-height: 2rem;
}

.link {
    width: 100%;
    height:100%;
}

.link_icon {
    width:150px;
    height: 200px;
}

.toziru_box {
    width: 100%;
    height: 200px;
    line-height: 13rem;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mainhe_box {
    width: 100%;
    height: 100px;
    position: relative;
    align-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  position: relative;
  z-index: 2;
  background-color: #333333;
  border: 2px solid #333333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #333333;
  color: #333333;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333333;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #333333;
}

.body {
    display: flex;
    text-align: center;
}

.setumei_sumaho{
    color:#000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 2rem;
    line-height: 3rem;
}
.titletext_sumaho{
    align-content: center;
    color:#000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 3rem;
    line-height: 4rem;
}
.illustbox_sumaho{
    align-content: center;
    position: relative;
    min-width: 1040px;    
    max-width: 1040px;
}
 .kara_box_sumaho {
     
    width_min:1040px;
    height:40px;
    line-height: 2rem;
    
}
.download_guide {
    position: relative;
    max-width: 1040px;
}
.download_guide_gazou {
    width: 600px;
    max-width: 1040px;
}

.img_size_sumaho{
    widht:50%;
    min-width: 500px;
    height: auto;
}
.img_sumaho{
    width:500px;
    float:left;
    height: 300px;
    margin-bottom:40px;
    margin-right:20px;    
    background-color: floralwhite
}
.li_sumaho{
    height:150px;
}

.box2_sumaho {
     float:left;
    width:1040px;
    height:258px;
}

.QR_sumaho {
     float:left;
    width:258px;
}

.QR_setumei_sumaho {
     float:left;
    width:760px;
    color:#000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 2rem;
    line-height: 3rem;
}

.top_kannbann_box_sumaho {
    min_width:1040px;
    height:780px;
    line-height: 2rem;
}
.sumaho_titlebox{
position: relative;
display: flex;
justify-content: center; /* 水平方向に中央配置 */
align-items: center; /* 垂直方向に中央配置 */
width: 50%;
height: 200px;
min-width: 1040px;
margin-top: 350px;
margin-left: auto;
margin-right: auto;
white-space: pre;    
}

.toziru_box_sumaho {
    width: 50%;
    height: 200px;
    line-height: 13rem;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.lastbox_sumaho {
    background-color: #000000;
    position: relative;
    width: 100%;
    min-width: 1040px;
    min-height: 200px;
    height: auto;
    display: flex;
	align-items: center;
    justify-content: center;
}

